body {
  font-family: Jost;
}
.display-1 {
  font-family: 'bahnschrift';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'bahnschrift';
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'bahnschrift';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'bahnschrift';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'bahnschrift';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #6ac063 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #b2f572 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6ac063 !important;
  border-color: #6ac063 !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: #41923b !important;
  border-color: #41923b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #41923b !important;
  border-color: #41923b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #367048 !important;
  border-color: #367048 !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: #1a3622 !important;
  border-color: #1a3622 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a3622 !important;
  border-color: #1a3622 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2f572 !important;
  border-color: #b2f572 !important;
  color: #336107 !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: #081001 !important;
  background-color: #86ef21 !important;
  border-color: #86ef21 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #336107 !important;
  background-color: #86ef21 !important;
  border-color: #86ef21 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: transparent;
  color: #6ac063;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #41923b !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: #6ac063 !important;
  border-color: #6ac063 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #367048;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a3622 !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: #367048 !important;
  border-color: #367048 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b2f572;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #86ef21 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #336107 !important;
  background-color: #b2f572 !important;
  border-color: #b2f572 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #6ac063 !important;
}
.text-secondary {
  color: #367048 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #b2f572 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3c8736 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #152b1c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7eee13 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6ac063;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b2f572;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6ac063;
  border-color: #6ac063;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6ac063;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1e5be;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'bahnschrift';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #6ac063 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'bahnschrift';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6ac063;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6ac063;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6ac063;
}
.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: #6ac063;
  border-bottom-color: #6ac063;
}
.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: #6ac063 !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: #367048 !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='%236ac063' %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;
}
.cid-ua1F3UbLew {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ua1F3UbLew .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ua1F3UbLew .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7fdf3;
  display: flex;
  flex-direction: column;
}
.cid-ua1F3UbLew .navbar.opened {
  transition: all 0.2s;
  background: #f7fdf3 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #b3c6b4;
  color: #132c70;
  background: #d0dcd1 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ua1F3UbLew .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ua1F3UbLew .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua1F3UbLew .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6ac063;
}
.cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ua1F3UbLew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua1F3UbLew .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ua1F3UbLew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ua1F3UbLew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ua1F3UbLew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ua1F3UbLew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ua1F3UbLew .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ua1F3UbLew .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ua1F3UbLew .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ua1F3UbLew .navbar-brand {
  height: 8rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ua1F3UbLew .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ua1F3UbLew .dropdown-item.active,
.cid-ua1F3UbLew .dropdown-item:active {
  background-color: transparent;
}
.cid-ua1F3UbLew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7fdf3;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ua1F3UbLew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua1F3UbLew ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ua1F3UbLew .navbar-buttons {
  text-align: center;
}
.cid-ua1F3UbLew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283e2b;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ua1F3UbLew .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-link:hover,
.cid-ua1F3UbLew .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ua1F3UbLew .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ua1F3UbLew .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ua1F3UbLew .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tCCDghdbf4 {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/unbenannt-17g.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tCCDghdbf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCDghdbf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCDghdbf4 .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.4;
  width: 24vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tCCDghdbf4 .bg-frame {
    width: 48vw;
  }
}
@media (min-width: 1600px) {
  .cid-tCCDghdbf4.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-tCCDghdbf4 .row {
  position: relative;
  z-index: 3;
}
.cid-tCCDghdbf4 .mbr-section-title {
  color: #367048;
  margin-bottom: 50px;
  text-shadow: 3px 3px 4px #ffffff;
}
@media (max-width: 991px) {
  .cid-tCCDghdbf4 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tCCDghdbf4 .mbr-section-subtitle {
  color: #e6c63b;
  text-shadow: 3px 3px 4px #000000;
  margin-bottom: 0;
  font-size: 150%;
  text-align: left;
}
.cid-tCCDghdbf4 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tCCDghdbf4 .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tCCDghdbf4 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-tCCDghdbf4 .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-tCCDghdbf4 .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tCCDghdbf4 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tCCDghdbf4 .mbr-text,
.cid-tCCDghdbf4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tCCHOyiS79 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7fdf3;
  overflow: hidden;
}
.cid-tCCHOyiS79 .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tCCHOyiS79 .col-title {
    margin-bottom: 40px;
  }
}
.cid-tCCHOyiS79 .mbr-section-title {
  color: #2B2B2B;
}
.cid-tCCHOyiS79 .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-tCCHOyiS79 .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-tCCHOyiS79 .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-tCCHOyiS79 .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-bottom: 60px;
}
.cid-tCCHOyiS79 .carousel img {
  max-height: 600px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCCHOyiS79 .carousel {
    height: 380px;
  }
  .cid-tCCHOyiS79 .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tCCHOyiS79 .carousel {
    height: 320px;
  }
  .cid-tCCHOyiS79 .carousel img {
    max-height: 320px;
  }
}
.cid-tCCHOyiS79 .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-tCCHOyiS79 .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-tCCHOyiS79 .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tCCHOyiS79 .carousel-inner {
    max-width: 460px;
  }
}
.cid-tCCHOyiS79 .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-tCCHOyiS79 .item-wrapper {
  width: 100%;
}
.cid-tCCHOyiS79 .carousel-caption {
  bottom: 30px;
}
.cid-tCCHOyiS79 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCCHOyiS79 .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tCCHOyiS79 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCCHOyiS79 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCCHOyiS79 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCCHOyiS79 .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #bbbbbb;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-tCCHOyiS79 .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-tCCHOyiS79 .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tCCHOyiS79 .carousel-control.carousel-control-next {
  right: 0;
}
.cid-tCCHOyiS79 .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-tCCHOyiS79 .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-tCCHOyiS79 .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-tCCHOyiS79 .carousel-indicators li.active,
.cid-tCCHOyiS79 .carousel-indicators li:hover {
  background-color: #bbbbbb;
  height: 10px !important;
  width: 10px !important;
}
.cid-tCCHOyiS79 .carousel-indicators li::after,
.cid-tCCHOyiS79 .carousel-indicators li::before {
  content: none;
}
.cid-tCCHOyiS79 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tCCHOyiS79 .container,
.cid-tCCHOyiS79 .container-fluid {
  position: relative;
}
.cid-tCCHOyiS79 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tCCHOyiS79 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tCCHOyiS79 .circle-blur1 {
  top: 35%;
  right: 20%;
  background-image: linear-gradient(132deg, #fff0b0 27%, #fff0b0 50%, #fff0b0 79%);
}
.cid-tCCHOyiS79 .circle-blur2 {
  top: 70%;
  right: 15%;
  background-image: linear-gradient(132deg, #99e79b 27%, #99e79b 50%, #99e79b 79%);
}
.cid-tCCHOyiS79 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u1C9WshKGH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #e6f2de;
}
.cid-u1C9WshKGH .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-u1C9WshKGH img {
  width: 140px;
  margin: auto;
}
.cid-u1C9WshKGH .card-wrapper {
  transition: all 0.3s;
  border: 2px solid #ffffff;
  padding: 2rem 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1C9WshKGH .card-wrapper:hover {
  background: transparent;
}
.cid-u1C9WshKGH .card-title,
.cid-u1C9WshKGH .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-u1C9WshKGH .main-title,
.cid-u1C9WshKGH .title-col {
  text-align: center;
  color: #94a290;
}
.cid-u1C9WshKGH .card-text {
  color: #bbbbbb;
}
.cid-u1C9WshKGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1C9WshKGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCXVH59kB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/footerbild10-2000x358.jpg");
}
.cid-tCCXVH59kB .container-fluid {
  padding: 0;
}
.cid-tCCXVH59kB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCCXVH59kB .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tCCXVH59kB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCCXVH59kB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tCCXVH59kB .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tCCXVH59kB .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #40b0bf;
  transition: all .3s linear;
}
.cid-tCCXVH59kB .media-container-row .foot-menu li:hover {
  opacity: 0.5;
}
.cid-tCCXVH59kB .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tCCXVH59kB .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCCXVH59kB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tCCXVH59kB .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCCXVH59kB .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tCCXVH59kB .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tCCXVH59kB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCCXVH59kB .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tCCXVH59kB .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tCCXVH59kB .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tCCXVH59kB .copyright .mbr-text {
  margin: 0;
  font-size: 80%;
}
.cid-tCCXVH59kB .mbr-section-title,
.cid-tCCXVH59kB .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tCCXVH59kB .mbr-text {
  color: #485c4b;
  text-align: center;
}
.cid-ua1F3UbLew {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ua1F3UbLew .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ua1F3UbLew .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7fdf3;
  display: flex;
  flex-direction: column;
}
.cid-ua1F3UbLew .navbar.opened {
  transition: all 0.2s;
  background: #f7fdf3 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #b3c6b4;
  color: #132c70;
  background: #d0dcd1 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ua1F3UbLew .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ua1F3UbLew .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua1F3UbLew .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6ac063;
}
.cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ua1F3UbLew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua1F3UbLew .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ua1F3UbLew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ua1F3UbLew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ua1F3UbLew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ua1F3UbLew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ua1F3UbLew .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ua1F3UbLew .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ua1F3UbLew .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ua1F3UbLew .navbar-brand {
  height: 8rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ua1F3UbLew .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ua1F3UbLew .dropdown-item.active,
.cid-ua1F3UbLew .dropdown-item:active {
  background-color: transparent;
}
.cid-ua1F3UbLew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7fdf3;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ua1F3UbLew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua1F3UbLew ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ua1F3UbLew .navbar-buttons {
  text-align: center;
}
.cid-ua1F3UbLew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283e2b;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ua1F3UbLew .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-link:hover,
.cid-ua1F3UbLew .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ua1F3UbLew .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ua1F3UbLew .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ua1F3UbLew .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u1fhZwMzBO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7fdf3;
}
.cid-u1fhZwMzBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1fhZwMzBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1fhZwMzBO .mbr-section-title {
  color: #94a290;
}
.cid-u1aLRmFfLn {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f7fdf3;
}
.cid-u1aLRmFfLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1aLRmFfLn .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-u1aLRmFfLn .container {
    padding: 0 30px;
  }
}
.cid-u1aLRmFfLn .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u1aLRmFfLn .item {
    margin-bottom: 30px;
  }
}
.cid-u1aLRmFfLn .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-u1aLRmFfLn .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-u1aLRmFfLn .item .item-wrapper {
  margin-right: 16px;
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #d0dcd1;
}
@media (max-width: 992px) {
  .cid-u1aLRmFfLn .item .item-wrapper {
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-u1aLRmFfLn .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-u1aLRmFfLn .item .item-wrapper .item-img img {
  height: 365px;
  object-fit: cover;
  border-radius: 1.5em;
}
.cid-u1aLRmFfLn .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1aLRmFfLn .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1aLRmFfLn .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-u1aLRmFfLn .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1aLRmFfLn .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u1aLRmFfLn .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-u1aLRmFfLn .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u1aLRmFfLn .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1aLRmFfLn .mbr-section-title {
  color: #2b2b2b;
}
.cid-u1aLRmFfLn .mbr-desc {
  color: #ffffff;
}
.cid-u1aLRmFfLn .mbr-date {
  color: #4e4e4e;
}
.cid-u1aLRmFfLn .mbr-text {
  color: #4e4e4e;
}
.cid-tDhK1WbpTb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #173d33;
}
.cid-tDhK1WbpTb .row {
  position: relative;
}
.cid-tDhK1WbpTb .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #fff0b0 50%, #99e79b);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tDhK1WbpTb .row .blur-circle {
    display: none;
  }
}
.cid-tDhK1WbpTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhK1WbpTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhK1WbpTb .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tDhK1WbpTb .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tDhK1WbpTb .row {
    padding: 0 24px;
  }
}
.cid-tDhK1WbpTb .title {
  display: flex;
  align-items: center;
}
.cid-tDhK1WbpTb .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tDhK1WbpTb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tDhK1WbpTb .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tDhK1WbpTb .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tDhK1WbpTb .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #99e79b;
  z-index: -1;
}
.cid-tDhK1WbpTb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDhK1WbpTb .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #f4efe8;
  z-index: 2;
}
.cid-tDhK1WbpTb .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #d0dcd1;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-tDhK1WbpTb .card .card-number .mbr-number {
  margin-bottom: 0;
  padding-top: 6px;
}
.cid-tDhK1WbpTb .card .mbr-card-title {
  margin-bottom: 0;
  width: 100%;
}
.cid-tDhK1WbpTb .mbr-section-title {
  color: #f4efe8;
}
.cid-tDhK1WbpTb .mbr-text {
  color: #f4efe8;
  text-align: right;
  padding-right: 2px;
}
.cid-tDhK1WbpTb .mbr-number {
  color: #111111;
}
.cid-tDhK1WbpTb .mbr-card-title {
  color: #111111;
  text-align: left;
  width: 100%;
}
.cid-tDhK1WbpTb .mbr-section-title,
.cid-tDhK1WbpTb .mbr-section-btn {
  text-align: right;
}
.cid-veNbWZJmSP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-veNbWZJmSP .row {
  position: relative;
}
.cid-veNbWZJmSP .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #173d33 50%, #173d33);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-veNbWZJmSP .row .blur-circle {
    display: none;
  }
}
.cid-veNbWZJmSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNbWZJmSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNbWZJmSP .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-veNbWZJmSP .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-veNbWZJmSP .row {
    padding: 0 24px;
  }
}
.cid-veNbWZJmSP .title {
  display: flex;
  align-items: center;
}
.cid-veNbWZJmSP .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veNbWZJmSP .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-veNbWZJmSP .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-veNbWZJmSP .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-veNbWZJmSP .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #99e79b;
  z-index: -1;
}
.cid-veNbWZJmSP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veNbWZJmSP .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #f4efe8;
  z-index: 2;
}
.cid-veNbWZJmSP .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #d0dcd1;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-veNbWZJmSP .card .card-number .mbr-number {
  margin-bottom: 0;
  padding-top: 6px;
}
.cid-veNbWZJmSP .card .mbr-card-title {
  margin-bottom: 0;
  width: 100%;
}
.cid-veNbWZJmSP .mbr-section-title {
  color: #f4efe8;
}
.cid-veNbWZJmSP .mbr-text {
  color: #f4efe8;
  text-align: right;
  padding-right: 2px;
}
.cid-veNbWZJmSP .mbr-number {
  color: #111111;
}
.cid-veNbWZJmSP .mbr-card-title {
  color: #111111;
  text-align: left;
  width: 100%;
}
.cid-veNbWZJmSP .mbr-section-title,
.cid-veNbWZJmSP .mbr-section-btn {
  text-align: right;
}
.cid-u7KQt1XxYv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7fdf3;
}
.cid-u7KQt1XxYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7KQt1XxYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7KQt1XxYv .mbr-section-title {
  color: #94a290;
}
.cid-u7KiBO3uWM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f7fdf3;
}
.cid-u7KiBO3uWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7KiBO3uWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7KiBO3uWM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7KiBO3uWM .row {
  flex-direction: row-reverse;
}
.cid-u7KiBO3uWM img {
  width: 100%;
}
.cid-u7KiBO3uWM .mbr-text {
  text-align: center;
}
.cid-tDhzfaEooo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/footerbild10-2000x358.jpg");
}
.cid-tDhzfaEooo .container-fluid {
  padding: 0;
}
.cid-tDhzfaEooo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDhzfaEooo .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tDhzfaEooo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDhzfaEooo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tDhzfaEooo .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tDhzfaEooo .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #40b0bf;
  transition: all .3s linear;
}
.cid-tDhzfaEooo .media-container-row .foot-menu li:hover {
  opacity: 0.5;
}
.cid-tDhzfaEooo .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tDhzfaEooo .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDhzfaEooo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tDhzfaEooo .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDhzfaEooo .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tDhzfaEooo .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tDhzfaEooo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDhzfaEooo .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tDhzfaEooo .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tDhzfaEooo .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tDhzfaEooo .copyright .mbr-text {
  margin: 0;
  font-size: 80%;
}
.cid-tDhzfaEooo .mbr-section-title,
.cid-tDhzfaEooo .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tDhzfaEooo .mbr-text {
  color: #485c4b;
  text-align: center;
}
.cid-ua1F3UbLew {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ua1F3UbLew .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ua1F3UbLew .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7fdf3;
  display: flex;
  flex-direction: column;
}
.cid-ua1F3UbLew .navbar.opened {
  transition: all 0.2s;
  background: #f7fdf3 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #b3c6b4;
  color: #132c70;
  background: #d0dcd1 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ua1F3UbLew .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ua1F3UbLew .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua1F3UbLew .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6ac063;
}
.cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ua1F3UbLew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua1F3UbLew .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ua1F3UbLew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ua1F3UbLew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ua1F3UbLew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ua1F3UbLew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ua1F3UbLew .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ua1F3UbLew .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ua1F3UbLew .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ua1F3UbLew .navbar-brand {
  height: 8rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ua1F3UbLew .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ua1F3UbLew .dropdown-item.active,
.cid-ua1F3UbLew .dropdown-item:active {
  background-color: transparent;
}
.cid-ua1F3UbLew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7fdf3;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ua1F3UbLew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua1F3UbLew ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ua1F3UbLew .navbar-buttons {
  text-align: center;
}
.cid-ua1F3UbLew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283e2b;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ua1F3UbLew .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-link:hover,
.cid-ua1F3UbLew .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ua1F3UbLew .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ua1F3UbLew .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ua1F3UbLew .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tDi8GrQEmh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e6f2de;
}
.cid-tDi8GrQEmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDi8GrQEmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDi8GrQEmh .mbr-section-title {
  color: #94a290;
}
.cid-tDi8GrQEmh .mbr-section-subtitle {
  text-align: center;
}
.cid-uoOjjJOSTo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6f2de;
}
.cid-ue3uTIJmRV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e6f2de;
}
.cid-ue3uTIJmRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3uTIJmRV .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-ue3uTIJmRV .container {
    padding: 0 6px;
  }
}
.cid-ue3uTIJmRV .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-ue3uTIJmRV .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-ue3uTIJmRV .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-ue3uTIJmRV .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-ue3uTIJmRV .row {
    padding: 0 30px;
  }
}
.cid-ue3uTIJmRV .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ue3uTIJmRV .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6f2de;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-ue3uTIJmRV .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-ue3uTIJmRV .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-ue3uTIJmRV .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-ue3uTIJmRV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue3uTIJmRV .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-ue3uTIJmRV .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-ue3uTIJmRV .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-ue3uTIJmRV .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-ue3uTIJmRV .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-ue3uTIJmRV .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue3uTIJmRV .mbr-section-title {
  color: #131313;
}
.cid-ue3uTIJmRV .list {
  color: #131313;
}
.cid-u7KBemfB4D {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f7fdf3;
}
.cid-u7KBemfB4D .title__wrap {
  margin-bottom: 30px;
}
.cid-u7KBemfB4D .title__block {
  margin-bottom: 10px;
}
.cid-u7KBemfB4D .mbr-section-title,
.cid-u7KBemfB4D .text__time,
.cid-u7KBemfB4D .mbr-text,
.cid-u7KBemfB4D .text__author,
.cid-u7KBemfB4D .text__hall {
  margin-bottom: 0;
}
.cid-u7KBemfB4D .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u7KBemfB4D .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-u7KBemfB4D .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-u7KBemfB4D .mbr-section-btn .btn-secondary-outline:hover {
  color: #6ac063 !important;
}
.cid-u7KBemfB4D .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-u7KBemfB4D .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-u7KBemfB4D .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-u7KBemfB4D .nav-tabs .nav-item.open .nav-link:focus,
.cid-u7KBemfB4D .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u7KBemfB4D .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-u7KBemfB4D .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-u7KBemfB4D .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-u7KBemfB4D .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-u7KBemfB4D .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #6ae72f;
}
.cid-u7KBemfB4D .nav-tabs .nav-link.active:hover {
  background-color: #6ae72f;
}
@media (max-width: 991px) {
  .cid-u7KBemfB4D .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-u7KBemfB4D .buttons {
    justify-content: flex-start;
  }
}
.cid-u7KBemfB4D .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-u7KBemfB4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7KBemfB4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7KBemfB4D .mbr-section-title {
  color: #94a290;
  text-align: center;
}
.cid-tDi8GsvhbH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/footerbild10-2000x358.jpg");
}
.cid-tDi8GsvhbH .container-fluid {
  padding: 0;
}
.cid-tDi8GsvhbH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDi8GsvhbH .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tDi8GsvhbH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDi8GsvhbH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tDi8GsvhbH .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tDi8GsvhbH .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #40b0bf;
  transition: all .3s linear;
}
.cid-tDi8GsvhbH .media-container-row .foot-menu li:hover {
  opacity: 0.5;
}
.cid-tDi8GsvhbH .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tDi8GsvhbH .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDi8GsvhbH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tDi8GsvhbH .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDi8GsvhbH .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tDi8GsvhbH .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tDi8GsvhbH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDi8GsvhbH .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tDi8GsvhbH .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tDi8GsvhbH .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tDi8GsvhbH .copyright .mbr-text {
  margin: 0;
  font-size: 80%;
}
.cid-tDi8GsvhbH .mbr-section-title,
.cid-tDi8GsvhbH .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tDi8GsvhbH .mbr-text {
  color: #485c4b;
  text-align: center;
}
.cid-ua1F3UbLew {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ua1F3UbLew .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ua1F3UbLew .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7fdf3;
  display: flex;
  flex-direction: column;
}
.cid-ua1F3UbLew .navbar.opened {
  transition: all 0.2s;
  background: #f7fdf3 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #b3c6b4;
  color: #132c70;
  background: #d0dcd1 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ua1F3UbLew .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ua1F3UbLew .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua1F3UbLew .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6ac063;
}
.cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ua1F3UbLew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua1F3UbLew .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ua1F3UbLew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ua1F3UbLew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ua1F3UbLew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ua1F3UbLew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ua1F3UbLew .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ua1F3UbLew .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ua1F3UbLew .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ua1F3UbLew .navbar-brand {
  height: 8rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ua1F3UbLew .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ua1F3UbLew .dropdown-item.active,
.cid-ua1F3UbLew .dropdown-item:active {
  background-color: transparent;
}
.cid-ua1F3UbLew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7fdf3;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ua1F3UbLew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua1F3UbLew ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ua1F3UbLew .navbar-buttons {
  text-align: center;
}
.cid-ua1F3UbLew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283e2b;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ua1F3UbLew .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-link:hover,
.cid-ua1F3UbLew .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ua1F3UbLew .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ua1F3UbLew .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ua1F3UbLew .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tDibjv6VvC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7fdf3;
}
.cid-tDibjv6VvC .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tDibjv6VvC .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tDibjv6VvC .mbr-section-title {
  color: #94a290;
  font-weight: 700;
  text-align: center;
}
.cid-tDibjv6VvC .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tDibjv6VvC .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-tDibjv6VvC .timelines-container {
  margin-top: 60px;
}
.cid-tDibjv6VvC .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-tDibjv6VvC .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-tDibjv6VvC .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-tDibjv6VvC .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-tDibjv6VvC .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #518550;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-tDibjv6VvC .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-tDibjv6VvC .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-tDibjv6VvC .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tDibjv6VvC .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-tDibjv6VvC .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tDibjv6VvC .container-fluid {
  padding: 0 2rem;
}
.cid-tDibjv6VvC .separline:before,
.cid-tDibjv6VvC .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #518550;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-tDibjv6VvC .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #518550;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tDibjv6VvC .container-fluid {
    padding: 0 1rem;
  }
  .cid-tDibjv6VvC .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-tDibjv6VvC .separline:before,
  .cid-tDibjv6VvC .first-separline:before {
    left: -10px !important;
  }
  .cid-tDibjv6VvC .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-tDibjv6VvC .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tDibjv6VvC .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tDibjv6VvC .time-line-date-content p {
    float: left !important;
  }
  .cid-tDibjv6VvC .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-tDibjv6VvC .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-tDibjv6VvC .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-tDibjv6VvC .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  color: #283e2b;
}
.cid-tDibjv6VvC .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #283e2b;
}
.cid-tDi8I12bxN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/footerbild10-2000x358.jpg");
}
.cid-tDi8I12bxN .container-fluid {
  padding: 0;
}
.cid-tDi8I12bxN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDi8I12bxN .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tDi8I12bxN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDi8I12bxN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tDi8I12bxN .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tDi8I12bxN .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #40b0bf;
  transition: all .3s linear;
}
.cid-tDi8I12bxN .media-container-row .foot-menu li:hover {
  opacity: 0.5;
}
.cid-tDi8I12bxN .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tDi8I12bxN .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDi8I12bxN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tDi8I12bxN .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDi8I12bxN .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tDi8I12bxN .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tDi8I12bxN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDi8I12bxN .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tDi8I12bxN .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tDi8I12bxN .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tDi8I12bxN .copyright .mbr-text {
  margin: 0;
  font-size: 80%;
}
.cid-tDi8I12bxN .mbr-section-title,
.cid-tDi8I12bxN .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tDi8I12bxN .mbr-text {
  color: #485c4b;
  text-align: center;
}
.cid-ua1F3UbLew {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ua1F3UbLew .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ua1F3UbLew .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7fdf3;
  display: flex;
  flex-direction: column;
}
.cid-ua1F3UbLew .navbar.opened {
  transition: all 0.2s;
  background: #f7fdf3 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #b3c6b4;
  color: #132c70;
  background: #d0dcd1 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ua1F3UbLew .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ua1F3UbLew .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua1F3UbLew .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6ac063;
}
.cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ua1F3UbLew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua1F3UbLew .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ua1F3UbLew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ua1F3UbLew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ua1F3UbLew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ua1F3UbLew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ua1F3UbLew .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ua1F3UbLew .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ua1F3UbLew .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ua1F3UbLew .navbar-brand {
  height: 8rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ua1F3UbLew .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ua1F3UbLew .dropdown-item.active,
.cid-ua1F3UbLew .dropdown-item:active {
  background-color: transparent;
}
.cid-ua1F3UbLew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7fdf3;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ua1F3UbLew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua1F3UbLew ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ua1F3UbLew .navbar-buttons {
  text-align: center;
}
.cid-ua1F3UbLew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283e2b;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ua1F3UbLew .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-link:hover,
.cid-ua1F3UbLew .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ua1F3UbLew .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ua1F3UbLew .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ua1F3UbLew .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tDi8K41qsU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fdf3;
}
.cid-tDi8K41qsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDi8K41qsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDi8K41qsU .mbr-section-subtitle {
  text-align: left;
}
.cid-tDi8K41qsU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tDi8K41qsU .mbr-section-title {
  color: #94a290;
}
.cid-tDi8K4JT8m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/footerbild10-2000x358.jpg");
}
.cid-tDi8K4JT8m .container-fluid {
  padding: 0;
}
.cid-tDi8K4JT8m .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDi8K4JT8m .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tDi8K4JT8m .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDi8K4JT8m .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tDi8K4JT8m .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tDi8K4JT8m .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #40b0bf;
  transition: all .3s linear;
}
.cid-tDi8K4JT8m .media-container-row .foot-menu li:hover {
  opacity: 0.5;
}
.cid-tDi8K4JT8m .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tDi8K4JT8m .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDi8K4JT8m .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tDi8K4JT8m .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDi8K4JT8m .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tDi8K4JT8m .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tDi8K4JT8m .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDi8K4JT8m .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tDi8K4JT8m .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tDi8K4JT8m .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tDi8K4JT8m .copyright .mbr-text {
  margin: 0;
  font-size: 80%;
}
.cid-tDi8K4JT8m .mbr-section-title,
.cid-tDi8K4JT8m .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tDi8K4JT8m .mbr-text {
  color: #485c4b;
  text-align: center;
}
.cid-ua1F3UbLew {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ua1F3UbLew .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ua1F3UbLew .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7fdf3;
  display: flex;
  flex-direction: column;
}
.cid-ua1F3UbLew .navbar.opened {
  transition: all 0.2s;
  background: #f7fdf3 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #b3c6b4;
  color: #132c70;
  background: #d0dcd1 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ua1F3UbLew .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ua1F3UbLew .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua1F3UbLew .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6ac063;
}
.cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ua1F3UbLew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua1F3UbLew .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ua1F3UbLew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ua1F3UbLew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ua1F3UbLew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ua1F3UbLew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ua1F3UbLew .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ua1F3UbLew .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ua1F3UbLew .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ua1F3UbLew .navbar-brand {
  height: 8rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ua1F3UbLew .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ua1F3UbLew .dropdown-item.active,
.cid-ua1F3UbLew .dropdown-item:active {
  background-color: transparent;
}
.cid-ua1F3UbLew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7fdf3;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ua1F3UbLew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua1F3UbLew ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ua1F3UbLew .navbar-buttons {
  text-align: center;
}
.cid-ua1F3UbLew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283e2b;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ua1F3UbLew .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-link:hover,
.cid-ua1F3UbLew .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ua1F3UbLew .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ua1F3UbLew .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ua1F3UbLew .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u1fSGNCXqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fdf3;
}
.cid-u1fSGNCXqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1fSGNCXqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1fSGNCXqr .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-u1fSGNCXqr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u1fSGNCXqr .mbr-section-title {
  color: #94a290;
}
.cid-u1fSGNNTZa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/footerbild10-2000x358.jpg");
}
.cid-u1fSGNNTZa .container-fluid {
  padding: 0;
}
.cid-u1fSGNNTZa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1fSGNNTZa .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-u1fSGNNTZa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1fSGNNTZa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-u1fSGNNTZa .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u1fSGNNTZa .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #40b0bf;
  transition: all .3s linear;
}
.cid-u1fSGNNTZa .media-container-row .foot-menu li:hover {
  opacity: 0.5;
}
.cid-u1fSGNNTZa .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-u1fSGNNTZa .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1fSGNNTZa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u1fSGNNTZa .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1fSGNNTZa .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u1fSGNNTZa .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u1fSGNNTZa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1fSGNNTZa .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-u1fSGNNTZa .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-u1fSGNNTZa .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-u1fSGNNTZa .copyright .mbr-text {
  margin: 0;
  font-size: 80%;
}
.cid-u1fSGNNTZa .mbr-section-title,
.cid-u1fSGNNTZa .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-u1fSGNNTZa .mbr-text {
  color: #485c4b;
  text-align: center;
}
.cid-ua1F3UbLew {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ua1F3UbLew .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ua1F3UbLew .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7fdf3;
  display: flex;
  flex-direction: column;
}
.cid-ua1F3UbLew .navbar.opened {
  transition: all 0.2s;
  background: #f7fdf3 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #b3c6b4;
  color: #132c70;
  background: #d0dcd1 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ua1F3UbLew .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ua1F3UbLew .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua1F3UbLew .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6ac063;
}
.cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ua1F3UbLew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua1F3UbLew .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ua1F3UbLew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ua1F3UbLew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ua1F3UbLew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ua1F3UbLew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ua1F3UbLew .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ua1F3UbLew .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ua1F3UbLew .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ua1F3UbLew .navbar-brand {
  height: 8rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ua1F3UbLew .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ua1F3UbLew .dropdown-item.active,
.cid-ua1F3UbLew .dropdown-item:active {
  background-color: transparent;
}
.cid-ua1F3UbLew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7fdf3;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ua1F3UbLew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua1F3UbLew ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ua1F3UbLew .navbar-buttons {
  text-align: center;
}
.cid-ua1F3UbLew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283e2b;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ua1F3UbLew .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-link:hover,
.cid-ua1F3UbLew .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ua1F3UbLew .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ua1F3UbLew .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ua1F3UbLew .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tDi8sLE228 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e6f2de;
}
.cid-tDi8sLE228 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDi8sLE228 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDi8sLE228 .mbr-section-title {
  color: #94a290;
}
.cid-u1rXdzTEhd {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e6f2de;
}
.cid-u1rXdzTEhd body,
.cid-u1rXdzTEhd textarea {
  font-family: Verdana, Sans-Serif;
  font-size: 1rem;
}
.cid-u1rXdzTEhd form {
  background-color: #F7F7EE;
  color: #222222;
  width: 900px;
  padding: 20px;
  margin: Auto;
}
.cid-u1rXdzTEhd span.pflichtfeld {
  font-size: 0.90rem;
  color: Red;
}
.cid-u1rXdzTEhd span.hilfetext {
  font-family: Arial, Tahoma, Sans-Serif;
  font-size: 0.80rem;
  font-style: Oblique;
  color: #009500;
}
.cid-tDi8cGAMsq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/footerbild10-2000x358.jpg");
}
.cid-tDi8cGAMsq .container-fluid {
  padding: 0;
}
.cid-tDi8cGAMsq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDi8cGAMsq .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tDi8cGAMsq .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDi8cGAMsq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tDi8cGAMsq .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tDi8cGAMsq .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #40b0bf;
  transition: all .3s linear;
}
.cid-tDi8cGAMsq .media-container-row .foot-menu li:hover {
  opacity: 0.5;
}
.cid-tDi8cGAMsq .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tDi8cGAMsq .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDi8cGAMsq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tDi8cGAMsq .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDi8cGAMsq .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tDi8cGAMsq .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tDi8cGAMsq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDi8cGAMsq .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tDi8cGAMsq .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tDi8cGAMsq .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-tDi8cGAMsq .copyright .mbr-text {
  margin: 0;
  font-size: 80%;
}
.cid-tDi8cGAMsq .mbr-section-title,
.cid-tDi8cGAMsq .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tDi8cGAMsq .mbr-text {
  color: #485c4b;
  text-align: center;
}
.cid-ua1F3UbLew {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ua1F3UbLew .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ua1F3UbLew .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7fdf3;
  display: flex;
  flex-direction: column;
}
.cid-ua1F3UbLew .navbar.opened {
  transition: all 0.2s;
  background: #f7fdf3 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #b3c6b4;
  color: #132c70;
  background: #d0dcd1 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ua1F3UbLew .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ua1F3UbLew .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua1F3UbLew .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6ac063;
}
.cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ua1F3UbLew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua1F3UbLew .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ua1F3UbLew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ua1F3UbLew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ua1F3UbLew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ua1F3UbLew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ua1F3UbLew .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ua1F3UbLew .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ua1F3UbLew .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ua1F3UbLew .navbar-brand {
  height: 8rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ua1F3UbLew .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ua1F3UbLew .dropdown-item.active,
.cid-ua1F3UbLew .dropdown-item:active {
  background-color: transparent;
}
.cid-ua1F3UbLew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7fdf3;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ua1F3UbLew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua1F3UbLew ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ua1F3UbLew .navbar-buttons {
  text-align: center;
}
.cid-ua1F3UbLew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283e2b;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ua1F3UbLew .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-link:hover,
.cid-ua1F3UbLew .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ua1F3UbLew .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ua1F3UbLew .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ua1F3UbLew .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u7PVBnYz6a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e6f2de;
}
.cid-u7PVBnYz6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7PVBnYz6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7PVBnYz6a .mbr-section-title {
  color: #94a290;
}
.cid-u7PVBo75HS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #e6f2de;
}
.cid-u7PVBo75HS body,
.cid-u7PVBo75HS textarea {
  font-family: Verdana, Sans-Serif;
  font-size: 1rem;
}
.cid-u7PVBo75HS form {
  background-color: #F7F7EE;
  color: #222222;
  width: 900px;
  padding: 20px;
  margin: Auto;
}
.cid-u7PVBo75HS span.pflichtfeld {
  font-size: 0.90rem;
  color: Red;
}
.cid-u7PVBo75HS span.hilfetext {
  font-family: Arial, Tahoma, Sans-Serif;
  font-size: 0.80rem;
  font-style: Oblique;
  color: #009500;
}
.cid-u7PVBodFBu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/footerbild10-2000x358.jpg");
}
.cid-u7PVBodFBu .container-fluid {
  padding: 0;
}
.cid-u7PVBodFBu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u7PVBodFBu .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-u7PVBodFBu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u7PVBodFBu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-u7PVBodFBu .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u7PVBodFBu .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #40b0bf;
  transition: all .3s linear;
}
.cid-u7PVBodFBu .media-container-row .foot-menu li:hover {
  opacity: 0.5;
}
.cid-u7PVBodFBu .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-u7PVBodFBu .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u7PVBodFBu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u7PVBodFBu .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7PVBodFBu .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u7PVBodFBu .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u7PVBodFBu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7PVBodFBu .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-u7PVBodFBu .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-u7PVBodFBu .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-u7PVBodFBu .copyright .mbr-text {
  margin: 0;
  font-size: 80%;
}
.cid-u7PVBodFBu .mbr-section-title,
.cid-u7PVBodFBu .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-u7PVBodFBu .mbr-text {
  color: #485c4b;
  text-align: center;
}
.cid-ua1F3UbLew {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ua1F3UbLew .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ua1F3UbLew .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f7fdf3;
  display: flex;
  flex-direction: column;
}
.cid-ua1F3UbLew .navbar.opened {
  transition: all 0.2s;
  background: #f7fdf3 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #b3c6b4;
  color: #132c70;
  background: #d0dcd1 !important;
}
.cid-ua1F3UbLew .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ua1F3UbLew .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ua1F3UbLew .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua1F3UbLew .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #6ac063;
}
.cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ua1F3UbLew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua1F3UbLew .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ua1F3UbLew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ua1F3UbLew .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ua1F3UbLew .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ua1F3UbLew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ua1F3UbLew .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ua1F3UbLew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ua1F3UbLew .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ua1F3UbLew .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ua1F3UbLew .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ua1F3UbLew .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ua1F3UbLew .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ua1F3UbLew .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ua1F3UbLew .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ua1F3UbLew .navbar-brand {
  height: 8rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ua1F3UbLew .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua1F3UbLew .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ua1F3UbLew .dropdown-item.active,
.cid-ua1F3UbLew .dropdown-item:active {
  background-color: transparent;
}
.cid-ua1F3UbLew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7fdf3;
}
.cid-ua1F3UbLew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ua1F3UbLew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua1F3UbLew ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ua1F3UbLew .navbar-buttons {
  text-align: center;
}
.cid-ua1F3UbLew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283e2b;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ua1F3UbLew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua1F3UbLew a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ua1F3UbLew .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ua1F3UbLew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ua1F3UbLew .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ua1F3UbLew .nav-link:hover,
.cid-ua1F3UbLew .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ua1F3UbLew .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ua1F3UbLew .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ua1F3UbLew .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u9x89rTATI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7fdf3;
}
.cid-u9x89rTATI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x89rTATI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x89rTATI .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-u9x89rTATI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u9x89rTATI .mbr-section-title {
  color: #94a290;
}
.cid-u9xhpVYhdY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f7fdf3;
}
.cid-u9xhpVYhdY .line {
  background-color: #6ac063;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9xhpVYhdY .mbr-text {
  text-align: left;
}
.cid-u9x89sf4Yj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/footerbild10-2000x358.jpg");
}
.cid-u9x89sf4Yj .container-fluid {
  padding: 0;
}
.cid-u9x89sf4Yj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9x89sf4Yj .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-u9x89sf4Yj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u9x89sf4Yj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-u9x89sf4Yj .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u9x89sf4Yj .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #40b0bf;
  transition: all .3s linear;
}
.cid-u9x89sf4Yj .media-container-row .foot-menu li:hover {
  opacity: 0.5;
}
.cid-u9x89sf4Yj .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-u9x89sf4Yj .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u9x89sf4Yj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u9x89sf4Yj .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9x89sf4Yj .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u9x89sf4Yj .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u9x89sf4Yj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9x89sf4Yj .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-u9x89sf4Yj .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-u9x89sf4Yj .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-u9x89sf4Yj .copyright .mbr-text {
  margin: 0;
  font-size: 80%;
}
.cid-u9x89sf4Yj .mbr-section-title,
.cid-u9x89sf4Yj .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-u9x89sf4Yj .mbr-text {
  color: #485c4b;
  text-align: center;
}
