body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Luckiest Guy', display;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'Luckiest Guy', display;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Luckiest Guy', display;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #00b15c !important;
}
.bg-success {
  background-color: #36ca82 !important;
}
.bg-info {
  background-color: #fff100 !important;
}
.bg-warning {
  background-color: #1e43a0 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #fff100 !important;
  border-color: #fff100 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36ca82 !important;
  border-color: #36ca82 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #45b3df;
  color: #45b3df !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #45b3df;
  border-color: #45b3df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #fff100;
  color: #fff100 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #000000 !important;
  background-color: #fff100;
  border-color: #fff100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #fff100 !important;
  border-color: #fff100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #36ca82;
  color: #36ca82 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36ca82;
  border-color: #36ca82;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36ca82 !important;
  border-color: #36ca82 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #1e43a0;
  color: #1e43a0 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #1e43a0;
  border-color: #1e43a0;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #00b15c !important;
}
.text-secondary {
  color: #45b3df !important;
}
.text-success {
  color: #36ca82 !important;
}
.text-info {
  color: #fff100 !important;
}
.text-warning {
  color: #1e43a0 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #fff100;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00b15c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1e43a0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #36ca82 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1e43a0 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1e43a0 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff100;
}
.alert-warning {
  background-color: #1e43a0;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00b15c;
  border-color: #00b15c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #31ff9c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d7f5e6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5d82e1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #00b15c;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #00b15c;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #000000;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #00b15c;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00b15c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00b15c;
  border-bottom-color: #00b15c;
}
.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: #00b15c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #45b3df !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(30, 67, 160, 0.5), rgba(30, 67, 160, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(0, 177, 92, 0.5), rgba(0, 177, 92, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rGu1lE6miU {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/winding-road-2000x1500.jpg");
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.cid-rGu1lE6miU h3 {
  font-family: 'Luckiest Guy', display;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-rGu1lE6miU .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGu1lE6miU p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-rGu1lE6miU .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-rGu1lE6miU h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-rGu1lE6miU p {
  margin-bottom: 1.3rem;
}
.cid-rGu1lE6miU .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-rGu1lE6miU .svg-1 path {
  fill: #00b15c;
}
.cid-rGu1lE6miU .container-fluid {
  max-width: 1200px;
}
.cid-rGu1lE6miU .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-rGu1lE6miU H1 {
  color: #ffffff;
}
.cid-rGu1lE6miU .mbr-text,
.cid-rGu1lE6miU .mbr-section-btn {
  color: #ffffff;
}
.cid-u0BmYoC9lI {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #00b15c;
}
@media (max-width: 767px) {
  .cid-u0BmYoC9lI {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-u0BmYoC9lI .mbr-text {
  margin-top: 2rem;
  color: #ffffff;
}
.cid-u0BmYoC9lI .container-fluid {
  max-width: 1200px;
}
.cid-u0BmYoC9lI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0BmYoC9lI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Hq6MRU8X {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00b15c;
}
.cid-u0Hq6MRU8X .mbr-media {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-u0Hq6MRU8X .mbr-media {
    padding: 1rem;
  }
}
.cid-u0Hq6MRU8X .mbr-media:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #45b3df;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-u0Hq6MRU8X .mbr-media img {
  transform: rotate(1deg);
  border-radius: 3rem;
  width: 100%;
  object-fit: cover;
}
.cid-u0Hq6MRU8X .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u0Hq6MRU8X .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #45b3df;
}
.cid-u0Hq6MRU8X .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u0Hq6MRU8X .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u0Hq6MRU8X .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u0Hq6MRU8X .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u0Hq6MRU8X .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u0Hq6MRU8X .mbr-section-title {
  color: #ffffff;
}
.cid-u0Hk3qHLQe {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0095d0;
}
@media (min-width: 1500px) {
  .cid-u0Hk3qHLQe .container {
    max-width: 1400px;
  }
}
.cid-u0Hk3qHLQe .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u0Hk3qHLQe .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #00b15c;
}
.cid-u0Hk3qHLQe .svg-top .st0 {
  fill: #0095d0;
}
@media (max-width: 992px) {
  .cid-u0Hk3qHLQe .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-u0Hk3qHLQe .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u0Hk3qHLQe .card-wrapper {
  margin-top: 3rem;
}
.cid-u0Hk3qHLQe .row {
  justify-content: center;
}
.cid-u0Hk3qHLQe .mbr-section-title {
  color: #ffffff;
}
.cid-u0Hk3qHLQe .card-title,
.cid-u0Hk3qHLQe .iconfont-wrapper {
  color: #ffffff;
}
.cid-u0Hk3qHLQe .card-text {
  color: #ffffff;
}
.cid-u0Hk3qHLQe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0Hk65AIxk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0Hk65AIxk .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u0Hk65AIxk .title {
  margin-bottom: 4.5rem;
}
.cid-u0Hk65AIxk .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-u0Hk65AIxk .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-u0Hk65AIxk .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-u0Hk65AIxk .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-u0Hk65AIxk .card:hover .card-title {
  color: #1e43a0;
}
.cid-u0Hk65AIxk .card img {
  width: 80px;
}
.cid-u0Hk65AIxk .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-u0Hk65AIxk .circle-img {
  width: 80%;
  border: 2px dashed #1e43a0;
  border-radius: 50%;
  margin: auto;
}
.cid-u0Hk65AIxk .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-u0Hk65AIxk .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-u0Hk65AIxk .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-u0Hk65AIxk .card-left {
    margin-right: -3rem;
  }
  .cid-u0Hk65AIxk .card-right {
    margin-left: -3rem;
  }
}
.cid-u0Hk65AIxk .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-u0Hk65AIxk {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-u0Hk65AIxk .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0Hk65AIxk .wrapper-row {
    flex-direction: column;
  }
  .cid-u0Hk65AIxk .card-box1 {
    order: 2;
  }
  .cid-u0Hk65AIxk .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-u0Hk65AIxk .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-u0Hk65AIxk .card-title {
    margin-top: 2rem;
  }
}
.cid-u0Hk65AIxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Hk65AIxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Hk65AIxk .mbr-text {
  color: #ffffff;
}
.cid-u0Bmwvx3JU {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/unbenannt-1-2000x1365.jpg");
}
.cid-u0Bmwvx3JU .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-u0Bmwvx3JU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0Bmwvx3JU .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-u0Bmwvx3JU .container-fluid {
  max-width: 1200px;
}
.cid-u0Bmwvx3JU .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-u0Bmwvx3JU .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u0Bmwvx3JU rect {
  position: absolute;
  width: 95%;
}
.cid-u0Bmwvx3JU .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0Bmwvx3JU .svg-1 path {
  fill: #0095d0;
}
.cid-u0Bmwvx3JU .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u0Bmwvx3JU .svg-2 path {
  fill: #0095d0;
}
.cid-u0Bmwvx3JU .svg1 {
  padding: 2px;
}
.cid-u0Bmwvx3JU .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-u0Bmwvx3JU {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-u0Bmwvx3JU .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u0Bmwvx3JU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Bmwvx3JU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0CvSRUoNK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0CvSRUoNK .google-map {
  height: 24rem;
  position: relative;
}
.cid-u0CvSRUoNK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u0CvSRUoNK .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u0CvSRUoNK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u0CvSRUoNK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-u0CvSRUoNK .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u0CvSRUoNK .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u0CvSRUoNK .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u0CvSRUoNK .card-wrap {
  background-color: #228555;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-u0CvSRUoNK .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u0CvSRUoNK .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-u0CvSRUoNK H2 {
  text-align: left;
}
.cid-u0CvSRUoNK .mbr-section-text,
.cid-u0CvSRUoNK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u0CvSRUoNK .mbr-section-btn {
  margin-top: 2rem;
}
.cid-u0CvSRUoNK .mbr-card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u0CvSRUoNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0CvSRUoNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rGsvPFnWfW {
  background-color: #228555;
}
.cid-rGsvPFnWfW svg {
  position: absolute;
  top: 0;
}
.cid-rGsvPFnWfW .svg-1 {
  fill: #0095d0;
}
.cid-rGsvPFnWfW .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-rGsvPFnWfW .mbr-text {
  color: #b1bee0;
}
.cid-rGsvPFnWfW a {
  text-decoration: underline;
}
.cid-rGsvPFnWfW a,
.cid-rGsvPFnWfW a:hover {
  font-weight: 400 !important;
}
.cid-rGsvPFnWfW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u0GHWh8BOp .navbar {
  background: #00b15c;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0GHWh8BOp .navbar-dropdown.bg-color.transparent.opened {
  background: #00b15c;
}
.cid-u0GHWh8BOp a {
  font-style: normal;
}
.cid-u0GHWh8BOp .show {
  overflow: visible;
}
.cid-u0GHWh8BOp .dropdown-menu {
  max-height: 400px;
}
.cid-u0GHWh8BOp .dropdown-item:active {
  background-color: transparent;
}
.cid-u0GHWh8BOp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0GHWh8BOp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-u0GHWh8BOp .nav-item:focus,
.cid-u0GHWh8BOp .nav-link:focus {
  outline: none;
}
.cid-u0GHWh8BOp .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0GHWh8BOp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u0GHWh8BOp .menu-logo {
  margin-right: auto;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-u0GHWh8BOp .dropdown .dropdown-menu {
  background: #00b15c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u0GHWh8BOp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u0GHWh8BOp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0GHWh8BOp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u0GHWh8BOp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u0GHWh8BOp .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-u0GHWh8BOp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u0GHWh8BOp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u0GHWh8BOp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u0GHWh8BOp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u0GHWh8BOp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u0GHWh8BOp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u0GHWh8BOp button.navbar-toggler:focus {
  outline: none;
}
.cid-u0GHWh8BOp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #70747f;
}
.cid-u0GHWh8BOp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0GHWh8BOp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0GHWh8BOp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0GHWh8BOp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0GHWh8BOp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0GHWh8BOp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0GHWh8BOp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0GHWh8BOp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0GHWh8BOp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0GHWh8BOp .collapsed .btn {
  display: -webkit-flex;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse.collapsing,
.cid-u0GHWh8BOp .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u0GHWh8BOp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u0GHWh8BOp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u0GHWh8BOp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u0GHWh8BOp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u0GHWh8BOp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-u0GHWh8BOp .collapsed button.navbar-toggler {
  display: block;
}
.cid-u0GHWh8BOp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u0GHWh8BOp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0GHWh8BOp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u0GHWh8BOp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u0GHWh8BOp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u0GHWh8BOp .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-u0GHWh8BOp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0GHWh8BOp img {
    height: 3.8rem !important;
  }
  .cid-u0GHWh8BOp .btn {
    display: -webkit-flex;
  }
  .cid-u0GHWh8BOp button.navbar-toggler {
    display: block;
  }
  .cid-u0GHWh8BOp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u0GHWh8BOp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0GHWh8BOp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u0GHWh8BOp .navbar-collapse.collapsing,
  .cid-u0GHWh8BOp .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u0GHWh8BOp .navbar-collapse.collapsing .navbar-nav,
  .cid-u0GHWh8BOp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u0GHWh8BOp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u0GHWh8BOp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u0GHWh8BOp .navbar-collapse.collapsing .navbar-buttons,
  .cid-u0GHWh8BOp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u0GHWh8BOp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u0GHWh8BOp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u0GHWh8BOp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u0GHWh8BOp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u0GHWh8BOp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u0GHWh8BOp .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u0GHWh8BOp .nav-link {
    justify-content: start !important;
  }
  .cid-u0GHWh8BOp .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u0GHWh8BOp .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-u0GHWh8BOp .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u0GHWh8BOp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u0GHWh8BOp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u0GHWh8BOp .nav-link:hover,
.cid-u0GHWh8BOp .dropdown-item:hover {
  color: #fff100 !important;
}
@media (min-width: 1500px) {
  .cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-u0GHWh8BOp .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u0GHWh8BOp .navbar {
  background: #00b15c;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0GHWh8BOp .navbar-dropdown.bg-color.transparent.opened {
  background: #00b15c;
}
.cid-u0GHWh8BOp a {
  font-style: normal;
}
.cid-u0GHWh8BOp .show {
  overflow: visible;
}
.cid-u0GHWh8BOp .dropdown-menu {
  max-height: 400px;
}
.cid-u0GHWh8BOp .dropdown-item:active {
  background-color: transparent;
}
.cid-u0GHWh8BOp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0GHWh8BOp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-u0GHWh8BOp .nav-item:focus,
.cid-u0GHWh8BOp .nav-link:focus {
  outline: none;
}
.cid-u0GHWh8BOp .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0GHWh8BOp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u0GHWh8BOp .menu-logo {
  margin-right: auto;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u0GHWh8BOp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-u0GHWh8BOp .dropdown .dropdown-menu {
  background: #00b15c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u0GHWh8BOp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u0GHWh8BOp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0GHWh8BOp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u0GHWh8BOp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0GHWh8BOp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u0GHWh8BOp .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-u0GHWh8BOp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u0GHWh8BOp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u0GHWh8BOp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u0GHWh8BOp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u0GHWh8BOp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u0GHWh8BOp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u0GHWh8BOp button.navbar-toggler:focus {
  outline: none;
}
.cid-u0GHWh8BOp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #70747f;
}
.cid-u0GHWh8BOp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0GHWh8BOp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0GHWh8BOp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0GHWh8BOp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0GHWh8BOp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0GHWh8BOp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0GHWh8BOp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0GHWh8BOp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0GHWh8BOp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0GHWh8BOp .collapsed .btn {
  display: -webkit-flex;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse.collapsing,
.cid-u0GHWh8BOp .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u0GHWh8BOp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u0GHWh8BOp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u0GHWh8BOp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u0GHWh8BOp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u0GHWh8BOp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u0GHWh8BOp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-u0GHWh8BOp .collapsed button.navbar-toggler {
  display: block;
}
.cid-u0GHWh8BOp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u0GHWh8BOp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0GHWh8BOp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u0GHWh8BOp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u0GHWh8BOp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u0GHWh8BOp .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-u0GHWh8BOp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0GHWh8BOp img {
    height: 3.8rem !important;
  }
  .cid-u0GHWh8BOp .btn {
    display: -webkit-flex;
  }
  .cid-u0GHWh8BOp button.navbar-toggler {
    display: block;
  }
  .cid-u0GHWh8BOp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u0GHWh8BOp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0GHWh8BOp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u0GHWh8BOp .navbar-collapse.collapsing,
  .cid-u0GHWh8BOp .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u0GHWh8BOp .navbar-collapse.collapsing .navbar-nav,
  .cid-u0GHWh8BOp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u0GHWh8BOp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u0GHWh8BOp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u0GHWh8BOp .navbar-collapse.collapsing .navbar-buttons,
  .cid-u0GHWh8BOp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u0GHWh8BOp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u0GHWh8BOp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u0GHWh8BOp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u0GHWh8BOp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u0GHWh8BOp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u0GHWh8BOp .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u0GHWh8BOp .nav-link {
    justify-content: start !important;
  }
  .cid-u0GHWh8BOp .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u0GHWh8BOp .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-u0GHWh8BOp .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u0GHWh8BOp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u0GHWh8BOp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u0GHWh8BOp .nav-link:hover,
.cid-u0GHWh8BOp .dropdown-item:hover {
  color: #fff100 !important;
}
@media (min-width: 1500px) {
  .cid-u0GHWh8BOp .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-u0GHWh8BOp .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u0GFuyFkSh {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/-dsc3685-2000x1333.jpeg");
}
@media (max-width: 767px) {
  .cid-u0GFuyFkSh {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.cid-u0GFuyFkSh h3 {
  font-family: 'Luckiest Guy', display;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-u0GFuyFkSh .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-u0GFuyFkSh .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0GFuyFkSh p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-u0GFuyFkSh .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-u0GFuyFkSh .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-u0GFuyFkSh h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-u0GFuyFkSh p {
  margin-bottom: 1.3rem;
}
.cid-u0GFuyFkSh .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0GFuyFkSh .svg-1 path {
  fill: #00b15c;
}
.cid-u0GFuyFkSh .container-fluid {
  max-width: 1200px;
}
.cid-u0GFuyFkSh .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-u0GFuyFkSh H1 {
  color: #ffffff;
}
.cid-u0GFuyFkSh .mbr-text,
.cid-u0GFuyFkSh .mbr-section-btn {
  color: #ffffff;
}
.cid-u0GFuyWqVh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #00b15c;
}
@media (max-width: 767px) {
  .cid-u0GFuyWqVh {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-u0GFuyWqVh .mbr-text {
  margin-top: 2rem;
  color: #ffffff;
}
.cid-u0GFuyWqVh .container-fluid {
  max-width: 1200px;
}
.cid-u0GFuyWqVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0GFuyWqVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0HsAQsKAO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00b15c;
}
.cid-u0HsAQsKAO .mbr-media {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-u0HsAQsKAO .mbr-media {
    padding: 1rem;
  }
}
.cid-u0HsAQsKAO .mbr-media:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #45b3df;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-u0HsAQsKAO .mbr-media img {
  transform: rotate(1deg);
  border-radius: 3rem;
  width: 100%;
  object-fit: cover;
}
.cid-u0HsAQsKAO .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u0HsAQsKAO .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #45b3df;
}
.cid-u0HsAQsKAO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u0HsAQsKAO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u0HsAQsKAO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u0HsAQsKAO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u0HsAQsKAO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u0HsAQsKAO .mbr-section-title {
  color: #ffffff;
}
.cid-u0HkbRRkaO {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0095d0;
}
@media (min-width: 1500px) {
  .cid-u0HkbRRkaO .container {
    max-width: 1400px;
  }
}
.cid-u0HkbRRkaO .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u0HkbRRkaO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #00b15c;
}
.cid-u0HkbRRkaO .svg-top .st0 {
  fill: #0095d0;
}
@media (max-width: 992px) {
  .cid-u0HkbRRkaO .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-u0HkbRRkaO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u0HkbRRkaO .card-wrapper {
  margin-top: 3rem;
}
.cid-u0HkbRRkaO .row {
  justify-content: center;
}
.cid-u0HkbRRkaO .mbr-section-title {
  color: #ffffff;
}
.cid-u0HkbRRkaO .card-title,
.cid-u0HkbRRkaO .iconfont-wrapper {
  color: #ffffff;
}
.cid-u0HkbRRkaO .card-text {
  color: #ffffff;
}
.cid-u0HkbRRkaO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0Hkefph2D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0Hkefph2D .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u0Hkefph2D .title {
  margin-bottom: 4.5rem;
}
.cid-u0Hkefph2D .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-u0Hkefph2D .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-u0Hkefph2D .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-u0Hkefph2D .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-u0Hkefph2D .card:hover .card-title {
  color: #1e43a0;
}
.cid-u0Hkefph2D .card img {
  width: 80px;
}
.cid-u0Hkefph2D .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-u0Hkefph2D .circle-img {
  width: 80%;
  border: 2px dashed #1e43a0;
  border-radius: 50%;
  margin: auto;
}
.cid-u0Hkefph2D .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-u0Hkefph2D .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-u0Hkefph2D .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-u0Hkefph2D .card-left {
    margin-right: -3rem;
  }
  .cid-u0Hkefph2D .card-right {
    margin-left: -3rem;
  }
}
.cid-u0Hkefph2D .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-u0Hkefph2D {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-u0Hkefph2D .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0Hkefph2D .wrapper-row {
    flex-direction: column;
  }
  .cid-u0Hkefph2D .card-box1 {
    order: 2;
  }
  .cid-u0Hkefph2D .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-u0Hkefph2D .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-u0Hkefph2D .card-title {
    margin-top: 2rem;
  }
}
.cid-u0Hkefph2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Hkefph2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Hkefph2D .mbr-text {
  color: #ffffff;
}
.cid-u0GFuz9Qmy {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/unbenannt-1-2000x1365.jpg");
}
.cid-u0GFuz9Qmy .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-u0GFuz9Qmy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0GFuz9Qmy .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-u0GFuz9Qmy .container-fluid {
  max-width: 1200px;
}
.cid-u0GFuz9Qmy .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-u0GFuz9Qmy .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u0GFuz9Qmy rect {
  position: absolute;
  width: 95%;
}
.cid-u0GFuz9Qmy .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0GFuz9Qmy .svg-1 path {
  fill: #0095d0;
}
.cid-u0GFuz9Qmy .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u0GFuz9Qmy .svg-2 path {
  fill: #0095d0;
}
.cid-u0GFuz9Qmy .svg1 {
  padding: 2px;
}
.cid-u0GFuz9Qmy .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-u0GFuz9Qmy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-u0GFuz9Qmy .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u0GFuz9Qmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0GFuz9Qmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0GFuzm45s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0GFuzm45s .google-map {
  height: 24rem;
  position: relative;
}
.cid-u0GFuzm45s .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u0GFuzm45s .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u0GFuzm45s .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u0GFuzm45s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-u0GFuzm45s .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u0GFuzm45s .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u0GFuzm45s .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u0GFuzm45s .card-wrap {
  background-color: #228555;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-u0GFuzm45s .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u0GFuzm45s .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-u0GFuzm45s H2 {
  text-align: left;
}
.cid-u0GFuzm45s .mbr-section-text,
.cid-u0GFuzm45s .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u0GFuzm45s .mbr-section-btn {
  margin-top: 2rem;
}
.cid-u0GFuzm45s .mbr-card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u0GFuzm45s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0GFuzm45s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0GFuzNOEk {
  background-color: #228555;
}
.cid-u0GFuzNOEk svg {
  position: absolute;
  top: 0;
}
.cid-u0GFuzNOEk .svg-1 {
  fill: #0095d0;
}
.cid-u0GFuzNOEk .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u0GFuzNOEk {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-u0GFuzNOEk {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-u0GFuzNOEk .mbr-text {
  color: #b1bee0;
}
.cid-u0GFuzNOEk a {
  text-decoration: underline;
}
.cid-u0GFuzNOEk a,
.cid-u0GFuzNOEk a:hover {
  font-weight: 400 !important;
}
.cid-u0GFuzNOEk .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u0H6AE9pA8 .navbar {
  background: #00b15c;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0H6AE9pA8 .navbar-dropdown.bg-color.transparent.opened {
  background: #00b15c;
}
.cid-u0H6AE9pA8 a {
  font-style: normal;
}
.cid-u0H6AE9pA8 .show {
  overflow: visible;
}
.cid-u0H6AE9pA8 .dropdown-menu {
  max-height: 400px;
}
.cid-u0H6AE9pA8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0H6AE9pA8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0H6AE9pA8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-u0H6AE9pA8 .nav-item:focus,
.cid-u0H6AE9pA8 .nav-link:focus {
  outline: none;
}
.cid-u0H6AE9pA8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0H6AE9pA8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u0H6AE9pA8 .menu-logo {
  margin-right: auto;
}
.cid-u0H6AE9pA8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0H6AE9pA8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u0H6AE9pA8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u0H6AE9pA8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u0H6AE9pA8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u0H6AE9pA8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u0H6AE9pA8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u0H6AE9pA8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u0H6AE9pA8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u0H6AE9pA8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0H6AE9pA8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u0H6AE9pA8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-u0H6AE9pA8 .dropdown .dropdown-menu {
  background: #00b15c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u0H6AE9pA8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u0H6AE9pA8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0H6AE9pA8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u0H6AE9pA8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0H6AE9pA8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u0H6AE9pA8 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-u0H6AE9pA8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u0H6AE9pA8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u0H6AE9pA8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u0H6AE9pA8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u0H6AE9pA8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u0H6AE9pA8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u0H6AE9pA8 button.navbar-toggler:focus {
  outline: none;
}
.cid-u0H6AE9pA8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #70747f;
}
.cid-u0H6AE9pA8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0H6AE9pA8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0H6AE9pA8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0H6AE9pA8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0H6AE9pA8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0H6AE9pA8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0H6AE9pA8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0H6AE9pA8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0H6AE9pA8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0H6AE9pA8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-u0H6AE9pA8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u0H6AE9pA8 .collapsed .navbar-collapse.collapsing,
.cid-u0H6AE9pA8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u0H6AE9pA8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u0H6AE9pA8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u0H6AE9pA8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u0H6AE9pA8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u0H6AE9pA8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u0H6AE9pA8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u0H6AE9pA8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u0H6AE9pA8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u0H6AE9pA8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-u0H6AE9pA8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-u0H6AE9pA8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u0H6AE9pA8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0H6AE9pA8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u0H6AE9pA8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u0H6AE9pA8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u0H6AE9pA8 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-u0H6AE9pA8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0H6AE9pA8 img {
    height: 3.8rem !important;
  }
  .cid-u0H6AE9pA8 .btn {
    display: -webkit-flex;
  }
  .cid-u0H6AE9pA8 button.navbar-toggler {
    display: block;
  }
  .cid-u0H6AE9pA8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u0H6AE9pA8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0H6AE9pA8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u0H6AE9pA8 .navbar-collapse.collapsing,
  .cid-u0H6AE9pA8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u0H6AE9pA8 .navbar-collapse.collapsing .navbar-nav,
  .cid-u0H6AE9pA8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u0H6AE9pA8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u0H6AE9pA8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u0H6AE9pA8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-u0H6AE9pA8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u0H6AE9pA8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u0H6AE9pA8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u0H6AE9pA8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u0H6AE9pA8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u0H6AE9pA8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u0H6AE9pA8 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u0H6AE9pA8 .nav-link {
    justify-content: start !important;
  }
  .cid-u0H6AE9pA8 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u0H6AE9pA8 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-u0H6AE9pA8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u0H6AE9pA8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u0H6AE9pA8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u0H6AE9pA8 .nav-link:hover,
.cid-u0H6AE9pA8 .dropdown-item:hover {
  color: #fff100 !important;
}
@media (min-width: 1500px) {
  .cid-u0H6AE9pA8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-u0H6AE9pA8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u0H6AEUgGl {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/strandbad-camping-burgstaller-2000x1152.jpg");
}
@media (max-width: 767px) {
  .cid-u0H6AEUgGl {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.cid-u0H6AEUgGl h3 {
  font-family: 'Luckiest Guy', display;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-u0H6AEUgGl .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-u0H6AEUgGl .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0H6AEUgGl p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-u0H6AEUgGl .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-u0H6AEUgGl .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-u0H6AEUgGl h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-u0H6AEUgGl p {
  margin-bottom: 1.3rem;
}
.cid-u0H6AEUgGl .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0H6AEUgGl .svg-1 path {
  fill: #00b15c;
}
.cid-u0H6AEUgGl .container-fluid {
  max-width: 1200px;
}
.cid-u0H6AEUgGl .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-u0H6AEUgGl H1 {
  color: #ffffff;
}
.cid-u0H6AEUgGl .mbr-text,
.cid-u0H6AEUgGl .mbr-section-btn {
  color: #ffffff;
}
.cid-u0H6AFwKiX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #00b15c;
}
@media (max-width: 767px) {
  .cid-u0H6AFwKiX {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-u0H6AFwKiX .mbr-text {
  margin-top: 2rem;
  color: #ffffff;
}
.cid-u0H6AFwKiX .container-fluid {
  max-width: 1200px;
}
.cid-u0H6AFwKiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H6AFwKiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0HkiC88wz {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0095d0;
}
@media (min-width: 1500px) {
  .cid-u0HkiC88wz .container {
    max-width: 1400px;
  }
}
.cid-u0HkiC88wz .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u0HkiC88wz .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #00b15c;
}
.cid-u0HkiC88wz .svg-top .st0 {
  fill: #0095d0;
}
@media (max-width: 992px) {
  .cid-u0HkiC88wz .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-u0HkiC88wz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u0HkiC88wz .card-wrapper {
  margin-top: 3rem;
}
.cid-u0HkiC88wz .row {
  justify-content: center;
}
.cid-u0HkiC88wz .mbr-section-title {
  color: #ffffff;
}
.cid-u0HkiC88wz .card-title,
.cid-u0HkiC88wz .iconfont-wrapper {
  color: #ffffff;
}
.cid-u0HkiC88wz .card-text {
  color: #ffffff;
}
.cid-u0HkiC88wz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0HklsWl91 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0HklsWl91 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u0HklsWl91 .title {
  margin-bottom: 4.5rem;
}
.cid-u0HklsWl91 .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-u0HklsWl91 .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-u0HklsWl91 .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-u0HklsWl91 .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-u0HklsWl91 .card:hover .card-title {
  color: #1e43a0;
}
.cid-u0HklsWl91 .card img {
  width: 80px;
}
.cid-u0HklsWl91 .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-u0HklsWl91 .circle-img {
  width: 80%;
  border: 2px dashed #1e43a0;
  border-radius: 50%;
  margin: auto;
}
.cid-u0HklsWl91 .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-u0HklsWl91 .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-u0HklsWl91 .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-u0HklsWl91 .card-left {
    margin-right: -3rem;
  }
  .cid-u0HklsWl91 .card-right {
    margin-left: -3rem;
  }
}
.cid-u0HklsWl91 .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-u0HklsWl91 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-u0HklsWl91 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0HklsWl91 .wrapper-row {
    flex-direction: column;
  }
  .cid-u0HklsWl91 .card-box1 {
    order: 2;
  }
  .cid-u0HklsWl91 .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-u0HklsWl91 .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-u0HklsWl91 .card-title {
    margin-top: 2rem;
  }
}
.cid-u0HklsWl91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0HklsWl91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0HklsWl91 .mbr-text {
  color: #ffffff;
}
.cid-u0H6AI9oK4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/unbenannt-1-2000x1365.jpg");
}
.cid-u0H6AI9oK4 .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-u0H6AI9oK4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0H6AI9oK4 .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-u0H6AI9oK4 .container-fluid {
  max-width: 1200px;
}
.cid-u0H6AI9oK4 .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-u0H6AI9oK4 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u0H6AI9oK4 rect {
  position: absolute;
  width: 95%;
}
.cid-u0H6AI9oK4 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0H6AI9oK4 .svg-1 path {
  fill: #0095d0;
}
.cid-u0H6AI9oK4 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u0H6AI9oK4 .svg-2 path {
  fill: #0095d0;
}
.cid-u0H6AI9oK4 .svg1 {
  padding: 2px;
}
.cid-u0H6AI9oK4 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-u0H6AI9oK4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-u0H6AI9oK4 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u0H6AI9oK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H6AI9oK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0H6AJfojF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0H6AJfojF .google-map {
  height: 24rem;
  position: relative;
}
.cid-u0H6AJfojF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u0H6AJfojF .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u0H6AJfojF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u0H6AJfojF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-u0H6AJfojF .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u0H6AJfojF .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u0H6AJfojF .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u0H6AJfojF .card-wrap {
  background-color: #228555;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-u0H6AJfojF .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u0H6AJfojF .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-u0H6AJfojF H2 {
  text-align: left;
}
.cid-u0H6AJfojF .mbr-section-text,
.cid-u0H6AJfojF .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u0H6AJfojF .mbr-section-btn {
  margin-top: 2rem;
}
.cid-u0H6AJfojF .mbr-card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u0H6AJfojF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H6AJfojF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0H6AK43Dy {
  background-color: #228555;
}
.cid-u0H6AK43Dy svg {
  position: absolute;
  top: 0;
}
.cid-u0H6AK43Dy .svg-1 {
  fill: #0095d0;
}
.cid-u0H6AK43Dy .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u0H6AK43Dy {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-u0H6AK43Dy {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-u0H6AK43Dy .mbr-text {
  color: #b1bee0;
}
.cid-u0H6AK43Dy a {
  text-decoration: underline;
}
.cid-u0H6AK43Dy a,
.cid-u0H6AK43Dy a:hover {
  font-weight: 400 !important;
}
.cid-u0H6AK43Dy .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u0H7K5aGq6 .navbar {
  background: #00b15c;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0H7K5aGq6 .navbar-dropdown.bg-color.transparent.opened {
  background: #00b15c;
}
.cid-u0H7K5aGq6 a {
  font-style: normal;
}
.cid-u0H7K5aGq6 .show {
  overflow: visible;
}
.cid-u0H7K5aGq6 .dropdown-menu {
  max-height: 400px;
}
.cid-u0H7K5aGq6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0H7K5aGq6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0H7K5aGq6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-u0H7K5aGq6 .nav-item:focus,
.cid-u0H7K5aGq6 .nav-link:focus {
  outline: none;
}
.cid-u0H7K5aGq6 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0H7K5aGq6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u0H7K5aGq6 .menu-logo {
  margin-right: auto;
}
.cid-u0H7K5aGq6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0H7K5aGq6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u0H7K5aGq6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u0H7K5aGq6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u0H7K5aGq6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u0H7K5aGq6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u0H7K5aGq6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u0H7K5aGq6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u0H7K5aGq6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u0H7K5aGq6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0H7K5aGq6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u0H7K5aGq6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-u0H7K5aGq6 .dropdown .dropdown-menu {
  background: #00b15c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u0H7K5aGq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u0H7K5aGq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0H7K5aGq6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u0H7K5aGq6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0H7K5aGq6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u0H7K5aGq6 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-u0H7K5aGq6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u0H7K5aGq6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u0H7K5aGq6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u0H7K5aGq6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u0H7K5aGq6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u0H7K5aGq6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u0H7K5aGq6 button.navbar-toggler:focus {
  outline: none;
}
.cid-u0H7K5aGq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #70747f;
}
.cid-u0H7K5aGq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0H7K5aGq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0H7K5aGq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0H7K5aGq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0H7K5aGq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0H7K5aGq6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0H7K5aGq6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0H7K5aGq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0H7K5aGq6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0H7K5aGq6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-u0H7K5aGq6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u0H7K5aGq6 .collapsed .navbar-collapse.collapsing,
.cid-u0H7K5aGq6 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u0H7K5aGq6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u0H7K5aGq6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u0H7K5aGq6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u0H7K5aGq6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u0H7K5aGq6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u0H7K5aGq6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u0H7K5aGq6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u0H7K5aGq6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u0H7K5aGq6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-u0H7K5aGq6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-u0H7K5aGq6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u0H7K5aGq6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0H7K5aGq6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u0H7K5aGq6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u0H7K5aGq6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u0H7K5aGq6 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-u0H7K5aGq6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0H7K5aGq6 img {
    height: 3.8rem !important;
  }
  .cid-u0H7K5aGq6 .btn {
    display: -webkit-flex;
  }
  .cid-u0H7K5aGq6 button.navbar-toggler {
    display: block;
  }
  .cid-u0H7K5aGq6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u0H7K5aGq6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0H7K5aGq6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u0H7K5aGq6 .navbar-collapse.collapsing,
  .cid-u0H7K5aGq6 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u0H7K5aGq6 .navbar-collapse.collapsing .navbar-nav,
  .cid-u0H7K5aGq6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u0H7K5aGq6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u0H7K5aGq6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u0H7K5aGq6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-u0H7K5aGq6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u0H7K5aGq6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u0H7K5aGq6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u0H7K5aGq6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u0H7K5aGq6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u0H7K5aGq6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u0H7K5aGq6 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u0H7K5aGq6 .nav-link {
    justify-content: start !important;
  }
  .cid-u0H7K5aGq6 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u0H7K5aGq6 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-u0H7K5aGq6 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u0H7K5aGq6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u0H7K5aGq6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u0H7K5aGq6 .nav-link:hover,
.cid-u0H7K5aGq6 .dropdown-item:hover {
  color: #fff100 !important;
}
@media (min-width: 1500px) {
  .cid-u0H7K5aGq6 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-u0H7K5aGq6 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u0H7K5UaTn {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/21371198-1393266157388883-4148847902801226093-n-960x720.jpg");
}
@media (max-width: 767px) {
  .cid-u0H7K5UaTn {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.cid-u0H7K5UaTn h3 {
  font-family: 'Luckiest Guy', display;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-u0H7K5UaTn .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-u0H7K5UaTn .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0H7K5UaTn p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-u0H7K5UaTn .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-u0H7K5UaTn .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-u0H7K5UaTn h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-u0H7K5UaTn p {
  margin-bottom: 1.3rem;
}
.cid-u0H7K5UaTn .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0H7K5UaTn .svg-1 path {
  fill: #00b15c;
}
.cid-u0H7K5UaTn .container-fluid {
  max-width: 1200px;
}
.cid-u0H7K5UaTn .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-u0H7K5UaTn H1 {
  color: #ffffff;
}
.cid-u0H7K5UaTn .mbr-text,
.cid-u0H7K5UaTn .mbr-section-btn {
  color: #ffffff;
}
.cid-u0H7K6CfcX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #00b15c;
}
@media (max-width: 767px) {
  .cid-u0H7K6CfcX {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-u0H7K6CfcX .mbr-text {
  margin-top: 2rem;
  color: #ffffff;
}
.cid-u0H7K6CfcX .container-fluid {
  max-width: 1200px;
}
.cid-u0H7K6CfcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H7K6CfcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Ht4wRIaV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00b15c;
}
.cid-u0Ht4wRIaV .mbr-media {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-u0Ht4wRIaV .mbr-media {
    padding: 1rem;
  }
}
.cid-u0Ht4wRIaV .mbr-media:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #45b3df;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-u0Ht4wRIaV .mbr-media img {
  transform: rotate(1deg);
  border-radius: 3rem;
  width: 100%;
  object-fit: cover;
}
.cid-u0Ht4wRIaV .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u0Ht4wRIaV .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #45b3df;
}
.cid-u0Ht4wRIaV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u0Ht4wRIaV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u0Ht4wRIaV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u0Ht4wRIaV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u0Ht4wRIaV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u0Ht4wRIaV .mbr-section-title {
  color: #ffffff;
}
.cid-u0H7K7bZbd {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0095d0;
}
@media (min-width: 1500px) {
  .cid-u0H7K7bZbd .container {
    max-width: 1400px;
  }
}
.cid-u0H7K7bZbd .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u0H7K7bZbd .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #00b15c;
}
.cid-u0H7K7bZbd .svg-top .st0 {
  fill: #0095d0;
}
@media (max-width: 992px) {
  .cid-u0H7K7bZbd .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-u0H7K7bZbd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u0H7K7bZbd .card-wrapper {
  margin-top: 3rem;
}
.cid-u0H7K7bZbd .row {
  justify-content: center;
}
.cid-u0H7K7bZbd .mbr-section-title {
  color: #ffffff;
}
.cid-u0H7K7bZbd .card-title,
.cid-u0H7K7bZbd .iconfont-wrapper {
  color: #ffffff;
}
.cid-u0H7K7bZbd .card-text {
  color: #ffffff;
}
.cid-u0H7K7bZbd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0Hd7wwca0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0Hd7wwca0 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u0Hd7wwca0 .title {
  margin-bottom: 4.5rem;
}
.cid-u0Hd7wwca0 .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-u0Hd7wwca0 .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-u0Hd7wwca0 .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-u0Hd7wwca0 .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-u0Hd7wwca0 .card:hover .card-title {
  color: #1e43a0;
}
.cid-u0Hd7wwca0 .card img {
  width: 80px;
}
.cid-u0Hd7wwca0 .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-u0Hd7wwca0 .circle-img {
  width: 80%;
  border: 2px dashed #1e43a0;
  border-radius: 50%;
  margin: auto;
}
.cid-u0Hd7wwca0 .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-u0Hd7wwca0 .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-u0Hd7wwca0 .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-u0Hd7wwca0 .card-left {
    margin-right: -3rem;
  }
  .cid-u0Hd7wwca0 .card-right {
    margin-left: -3rem;
  }
}
.cid-u0Hd7wwca0 .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-u0Hd7wwca0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-u0Hd7wwca0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0Hd7wwca0 .wrapper-row {
    flex-direction: column;
  }
  .cid-u0Hd7wwca0 .card-box1 {
    order: 2;
  }
  .cid-u0Hd7wwca0 .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-u0Hd7wwca0 .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-u0Hd7wwca0 .card-title {
    margin-top: 2rem;
  }
}
.cid-u0Hd7wwca0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Hd7wwca0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Hd7wwca0 .mbr-text {
  color: #ffffff;
}
.cid-u0H7K8JJt6 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/unbenannt-1-2000x1365.jpg");
}
.cid-u0H7K8JJt6 .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-u0H7K8JJt6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0H7K8JJt6 .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-u0H7K8JJt6 .container-fluid {
  max-width: 1200px;
}
.cid-u0H7K8JJt6 .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-u0H7K8JJt6 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u0H7K8JJt6 rect {
  position: absolute;
  width: 95%;
}
.cid-u0H7K8JJt6 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0H7K8JJt6 .svg-1 path {
  fill: #0095d0;
}
.cid-u0H7K8JJt6 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u0H7K8JJt6 .svg-2 path {
  fill: #0095d0;
}
.cid-u0H7K8JJt6 .svg1 {
  padding: 2px;
}
.cid-u0H7K8JJt6 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-u0H7K8JJt6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-u0H7K8JJt6 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u0H7K8JJt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H7K8JJt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0H7K9iTKK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0H7K9iTKK .google-map {
  height: 24rem;
  position: relative;
}
.cid-u0H7K9iTKK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u0H7K9iTKK .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u0H7K9iTKK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u0H7K9iTKK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-u0H7K9iTKK .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u0H7K9iTKK .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u0H7K9iTKK .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u0H7K9iTKK .card-wrap {
  background-color: #228555;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-u0H7K9iTKK .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u0H7K9iTKK .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-u0H7K9iTKK H2 {
  text-align: left;
}
.cid-u0H7K9iTKK .mbr-section-text,
.cid-u0H7K9iTKK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u0H7K9iTKK .mbr-section-btn {
  margin-top: 2rem;
}
.cid-u0H7K9iTKK .mbr-card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u0H7K9iTKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H7K9iTKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0H7Ka6H3E {
  background-color: #228555;
}
.cid-u0H7Ka6H3E svg {
  position: absolute;
  top: 0;
}
.cid-u0H7Ka6H3E .svg-1 {
  fill: #0095d0;
}
.cid-u0H7Ka6H3E .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u0H7Ka6H3E {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-u0H7Ka6H3E {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-u0H7Ka6H3E .mbr-text {
  color: #b1bee0;
}
.cid-u0H7Ka6H3E a {
  text-decoration: underline;
}
.cid-u0H7Ka6H3E a,
.cid-u0H7Ka6H3E a:hover {
  font-weight: 400 !important;
}
.cid-u0H7Ka6H3E .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u0H9jQywJf .navbar {
  background: #00b15c;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0H9jQywJf .navbar-dropdown.bg-color.transparent.opened {
  background: #00b15c;
}
.cid-u0H9jQywJf a {
  font-style: normal;
}
.cid-u0H9jQywJf .show {
  overflow: visible;
}
.cid-u0H9jQywJf .dropdown-menu {
  max-height: 400px;
}
.cid-u0H9jQywJf .dropdown-item:active {
  background-color: transparent;
}
.cid-u0H9jQywJf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0H9jQywJf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-u0H9jQywJf .nav-item:focus,
.cid-u0H9jQywJf .nav-link:focus {
  outline: none;
}
.cid-u0H9jQywJf .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0H9jQywJf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u0H9jQywJf .menu-logo {
  margin-right: auto;
}
.cid-u0H9jQywJf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0H9jQywJf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u0H9jQywJf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u0H9jQywJf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u0H9jQywJf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u0H9jQywJf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u0H9jQywJf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u0H9jQywJf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u0H9jQywJf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u0H9jQywJf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0H9jQywJf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u0H9jQywJf .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-u0H9jQywJf .dropdown .dropdown-menu {
  background: #00b15c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u0H9jQywJf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u0H9jQywJf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0H9jQywJf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u0H9jQywJf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0H9jQywJf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u0H9jQywJf .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-u0H9jQywJf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u0H9jQywJf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u0H9jQywJf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u0H9jQywJf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u0H9jQywJf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u0H9jQywJf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u0H9jQywJf button.navbar-toggler:focus {
  outline: none;
}
.cid-u0H9jQywJf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #70747f;
}
.cid-u0H9jQywJf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0H9jQywJf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0H9jQywJf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0H9jQywJf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0H9jQywJf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0H9jQywJf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0H9jQywJf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0H9jQywJf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0H9jQywJf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0H9jQywJf .collapsed .btn {
  display: -webkit-flex;
}
.cid-u0H9jQywJf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u0H9jQywJf .collapsed .navbar-collapse.collapsing,
.cid-u0H9jQywJf .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u0H9jQywJf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u0H9jQywJf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u0H9jQywJf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u0H9jQywJf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u0H9jQywJf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u0H9jQywJf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u0H9jQywJf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u0H9jQywJf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u0H9jQywJf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-u0H9jQywJf .collapsed button.navbar-toggler {
  display: block;
}
.cid-u0H9jQywJf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u0H9jQywJf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0H9jQywJf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u0H9jQywJf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u0H9jQywJf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u0H9jQywJf .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-u0H9jQywJf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0H9jQywJf img {
    height: 3.8rem !important;
  }
  .cid-u0H9jQywJf .btn {
    display: -webkit-flex;
  }
  .cid-u0H9jQywJf button.navbar-toggler {
    display: block;
  }
  .cid-u0H9jQywJf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u0H9jQywJf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0H9jQywJf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u0H9jQywJf .navbar-collapse.collapsing,
  .cid-u0H9jQywJf .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u0H9jQywJf .navbar-collapse.collapsing .navbar-nav,
  .cid-u0H9jQywJf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u0H9jQywJf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u0H9jQywJf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u0H9jQywJf .navbar-collapse.collapsing .navbar-buttons,
  .cid-u0H9jQywJf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u0H9jQywJf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u0H9jQywJf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u0H9jQywJf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u0H9jQywJf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u0H9jQywJf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u0H9jQywJf .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u0H9jQywJf .nav-link {
    justify-content: start !important;
  }
  .cid-u0H9jQywJf .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u0H9jQywJf .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-u0H9jQywJf .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u0H9jQywJf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u0H9jQywJf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u0H9jQywJf .nav-link:hover,
.cid-u0H9jQywJf .dropdown-item:hover {
  color: #fff100 !important;
}
@media (min-width: 1500px) {
  .cid-u0H9jQywJf .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-u0H9jQywJf .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u0H9jRmj5C {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/img-436-2000x1494.jpeg");
}
@media (max-width: 767px) {
  .cid-u0H9jRmj5C {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.cid-u0H9jRmj5C h3 {
  font-family: 'Luckiest Guy', display;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-u0H9jRmj5C .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-u0H9jRmj5C .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0H9jRmj5C p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-u0H9jRmj5C .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-u0H9jRmj5C .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-u0H9jRmj5C h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-u0H9jRmj5C p {
  margin-bottom: 1.3rem;
}
.cid-u0H9jRmj5C .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0H9jRmj5C .svg-1 path {
  fill: #00b15c;
}
.cid-u0H9jRmj5C .container-fluid {
  max-width: 1200px;
}
.cid-u0H9jRmj5C .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-u0H9jRmj5C H1 {
  color: #ffffff;
}
.cid-u0H9jRmj5C .mbr-text,
.cid-u0H9jRmj5C .mbr-section-btn {
  color: #ffffff;
}
.cid-u0H9jSbgkt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #00b15c;
}
@media (max-width: 767px) {
  .cid-u0H9jSbgkt {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-u0H9jSbgkt .mbr-text {
  margin-top: 2rem;
  color: #ffffff;
}
.cid-u0H9jSbgkt .container-fluid {
  max-width: 1200px;
}
.cid-u0H9jSbgkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H9jSbgkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0HtxLbXdF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00b15c;
}
.cid-u0HtxLbXdF .mbr-media {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-u0HtxLbXdF .mbr-media {
    padding: 1rem;
  }
}
.cid-u0HtxLbXdF .mbr-media:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #45b3df;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-u0HtxLbXdF .mbr-media img {
  transform: rotate(1deg);
  border-radius: 3rem;
  width: 100%;
  object-fit: cover;
}
.cid-u0HtxLbXdF .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u0HtxLbXdF .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #45b3df;
}
.cid-u0HtxLbXdF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u0HtxLbXdF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u0HtxLbXdF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u0HtxLbXdF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u0HtxLbXdF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u0HtxLbXdF .mbr-section-title {
  color: #ffffff;
}
.cid-u0HnMNYx0b {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0095d0;
}
@media (min-width: 1500px) {
  .cid-u0HnMNYx0b .container {
    max-width: 1400px;
  }
}
.cid-u0HnMNYx0b .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u0HnMNYx0b .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #00b15c;
}
.cid-u0HnMNYx0b .svg-top .st0 {
  fill: #0095d0;
}
@media (max-width: 992px) {
  .cid-u0HnMNYx0b .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-u0HnMNYx0b .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u0HnMNYx0b .card-wrapper {
  margin-top: 3rem;
}
.cid-u0HnMNYx0b .row {
  justify-content: center;
}
.cid-u0HnMNYx0b .mbr-section-title {
  color: #ffffff;
}
.cid-u0HnMNYx0b .card-title,
.cid-u0HnMNYx0b .iconfont-wrapper {
  color: #ffffff;
}
.cid-u0HnMNYx0b .card-text {
  color: #ffffff;
}
.cid-u0HnMNYx0b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0HnQ7dXFa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0HnQ7dXFa .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u0HnQ7dXFa .title {
  margin-bottom: 4.5rem;
}
.cid-u0HnQ7dXFa .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-u0HnQ7dXFa .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-u0HnQ7dXFa .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-u0HnQ7dXFa .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-u0HnQ7dXFa .card:hover .card-title {
  color: #1e43a0;
}
.cid-u0HnQ7dXFa .card img {
  width: 80px;
}
.cid-u0HnQ7dXFa .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-u0HnQ7dXFa .circle-img {
  width: 80%;
  border: 2px dashed #1e43a0;
  border-radius: 50%;
  margin: auto;
}
.cid-u0HnQ7dXFa .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-u0HnQ7dXFa .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-u0HnQ7dXFa .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-u0HnQ7dXFa .card-left {
    margin-right: -3rem;
  }
  .cid-u0HnQ7dXFa .card-right {
    margin-left: -3rem;
  }
}
.cid-u0HnQ7dXFa .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-u0HnQ7dXFa {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-u0HnQ7dXFa .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0HnQ7dXFa .wrapper-row {
    flex-direction: column;
  }
  .cid-u0HnQ7dXFa .card-box1 {
    order: 2;
  }
  .cid-u0HnQ7dXFa .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-u0HnQ7dXFa .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-u0HnQ7dXFa .card-title {
    margin-top: 2rem;
  }
}
.cid-u0HnQ7dXFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0HnQ7dXFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0HnQ7dXFa .mbr-text {
  color: #ffffff;
}
.cid-u0H9jUoNGY {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/unbenannt-1-2000x1365.jpg");
}
.cid-u0H9jUoNGY .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-u0H9jUoNGY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0H9jUoNGY .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-u0H9jUoNGY .container-fluid {
  max-width: 1200px;
}
.cid-u0H9jUoNGY .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-u0H9jUoNGY .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u0H9jUoNGY rect {
  position: absolute;
  width: 95%;
}
.cid-u0H9jUoNGY .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0H9jUoNGY .svg-1 path {
  fill: #0095d0;
}
.cid-u0H9jUoNGY .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u0H9jUoNGY .svg-2 path {
  fill: #0095d0;
}
.cid-u0H9jUoNGY .svg1 {
  padding: 2px;
}
.cid-u0H9jUoNGY .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-u0H9jUoNGY {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-u0H9jUoNGY .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u0H9jUoNGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H9jUoNGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0H9jUWR8b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0H9jUWR8b .google-map {
  height: 24rem;
  position: relative;
}
.cid-u0H9jUWR8b .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u0H9jUWR8b .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u0H9jUWR8b .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u0H9jUWR8b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-u0H9jUWR8b .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u0H9jUWR8b .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u0H9jUWR8b .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u0H9jUWR8b .card-wrap {
  background-color: #228555;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-u0H9jUWR8b .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u0H9jUWR8b .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-u0H9jUWR8b H2 {
  text-align: left;
}
.cid-u0H9jUWR8b .mbr-section-text,
.cid-u0H9jUWR8b .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u0H9jUWR8b .mbr-section-btn {
  margin-top: 2rem;
}
.cid-u0H9jUWR8b .mbr-card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u0H9jUWR8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H9jUWR8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0H9jVMQMp {
  background-color: #228555;
}
.cid-u0H9jVMQMp svg {
  position: absolute;
  top: 0;
}
.cid-u0H9jVMQMp .svg-1 {
  fill: #0095d0;
}
.cid-u0H9jVMQMp .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u0H9jVMQMp {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-u0H9jVMQMp {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-u0H9jVMQMp .mbr-text {
  color: #b1bee0;
}
.cid-u0H9jVMQMp a {
  text-decoration: underline;
}
.cid-u0H9jVMQMp a,
.cid-u0H9jVMQMp a:hover {
  font-weight: 400 !important;
}
.cid-u0H9jVMQMp .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u0HagL6iha .navbar {
  background: #00b15c;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0HagL6iha .navbar-dropdown.bg-color.transparent.opened {
  background: #00b15c;
}
.cid-u0HagL6iha a {
  font-style: normal;
}
.cid-u0HagL6iha .show {
  overflow: visible;
}
.cid-u0HagL6iha .dropdown-menu {
  max-height: 400px;
}
.cid-u0HagL6iha .dropdown-item:active {
  background-color: transparent;
}
.cid-u0HagL6iha .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0HagL6iha .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-u0HagL6iha .nav-item:focus,
.cid-u0HagL6iha .nav-link:focus {
  outline: none;
}
.cid-u0HagL6iha .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0HagL6iha .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u0HagL6iha .menu-logo {
  margin-right: auto;
}
.cid-u0HagL6iha .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0HagL6iha .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u0HagL6iha .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u0HagL6iha .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u0HagL6iha .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u0HagL6iha .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u0HagL6iha .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u0HagL6iha .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u0HagL6iha .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u0HagL6iha .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0HagL6iha .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u0HagL6iha .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-u0HagL6iha .dropdown .dropdown-menu {
  background: #00b15c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u0HagL6iha .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u0HagL6iha .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0HagL6iha .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u0HagL6iha .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0HagL6iha .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-u0HagL6iha .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-u0HagL6iha .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u0HagL6iha .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u0HagL6iha .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u0HagL6iha .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u0HagL6iha .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u0HagL6iha button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u0HagL6iha button.navbar-toggler:focus {
  outline: none;
}
.cid-u0HagL6iha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #70747f;
}
.cid-u0HagL6iha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0HagL6iha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0HagL6iha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0HagL6iha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0HagL6iha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0HagL6iha nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0HagL6iha nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0HagL6iha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0HagL6iha .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0HagL6iha .collapsed .btn {
  display: -webkit-flex;
}
.cid-u0HagL6iha .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u0HagL6iha .collapsed .navbar-collapse.collapsing,
.cid-u0HagL6iha .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u0HagL6iha .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u0HagL6iha .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u0HagL6iha .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u0HagL6iha .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u0HagL6iha .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u0HagL6iha .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u0HagL6iha .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u0HagL6iha .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u0HagL6iha .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-u0HagL6iha .collapsed button.navbar-toggler {
  display: block;
}
.cid-u0HagL6iha .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u0HagL6iha .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u0HagL6iha .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u0HagL6iha .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u0HagL6iha .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u0HagL6iha .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-u0HagL6iha.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0HagL6iha img {
    height: 3.8rem !important;
  }
  .cid-u0HagL6iha .btn {
    display: -webkit-flex;
  }
  .cid-u0HagL6iha button.navbar-toggler {
    display: block;
  }
  .cid-u0HagL6iha .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u0HagL6iha .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u0HagL6iha .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u0HagL6iha .navbar-collapse.collapsing,
  .cid-u0HagL6iha .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u0HagL6iha .navbar-collapse.collapsing .navbar-nav,
  .cid-u0HagL6iha .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u0HagL6iha .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u0HagL6iha .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u0HagL6iha .navbar-collapse.collapsing .navbar-buttons,
  .cid-u0HagL6iha .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u0HagL6iha .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u0HagL6iha .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u0HagL6iha .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u0HagL6iha .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u0HagL6iha .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u0HagL6iha .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u0HagL6iha .nav-link {
    justify-content: start !important;
  }
  .cid-u0HagL6iha .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u0HagL6iha .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-u0HagL6iha .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u0HagL6iha .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u0HagL6iha .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u0HagL6iha .nav-link:hover,
.cid-u0HagL6iha .dropdown-item:hover {
  color: #fff100 !important;
}
@media (min-width: 1500px) {
  .cid-u0HagL6iha .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-u0HagL6iha .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u0HagLP6CB {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/img-3328-2000x1500.jpg");
}
@media (max-width: 767px) {
  .cid-u0HagLP6CB {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.cid-u0HagLP6CB h3 {
  font-family: 'Luckiest Guy', display;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-u0HagLP6CB .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-u0HagLP6CB .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0HagLP6CB p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-u0HagLP6CB .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-u0HagLP6CB .mbr-section-subtitle span {
  background-color: #79c8e8;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-u0HagLP6CB h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-u0HagLP6CB p {
  margin-bottom: 1.3rem;
}
.cid-u0HagLP6CB .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0HagLP6CB .svg-1 path {
  fill: #00b15c;
}
.cid-u0HagLP6CB .container-fluid {
  max-width: 1200px;
}
.cid-u0HagLP6CB .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-u0HagLP6CB H1 {
  color: #ffffff;
}
.cid-u0HagLP6CB .mbr-text,
.cid-u0HagLP6CB .mbr-section-btn {
  color: #ffffff;
}
.cid-u0HagMAByq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #00b15c;
}
@media (max-width: 767px) {
  .cid-u0HagMAByq {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-u0HagMAByq .mbr-text {
  margin-top: 2rem;
  color: #ffffff;
}
.cid-u0HagMAByq .container-fluid {
  max-width: 1200px;
}
.cid-u0HagMAByq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0HagMAByq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Ho0jmE8A {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0095d0;
}
@media (min-width: 1500px) {
  .cid-u0Ho0jmE8A .container {
    max-width: 1400px;
  }
}
.cid-u0Ho0jmE8A .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-u0Ho0jmE8A .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #00b15c;
}
.cid-u0Ho0jmE8A .svg-top .st0 {
  fill: #0095d0;
}
@media (max-width: 992px) {
  .cid-u0Ho0jmE8A .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-u0Ho0jmE8A .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u0Ho0jmE8A .card-wrapper {
  margin-top: 3rem;
}
.cid-u0Ho0jmE8A .row {
  justify-content: center;
}
.cid-u0Ho0jmE8A .mbr-section-title {
  color: #ffffff;
}
.cid-u0Ho0jmE8A .card-title,
.cid-u0Ho0jmE8A .iconfont-wrapper {
  color: #ffffff;
}
.cid-u0Ho0jmE8A .card-text {
  color: #ffffff;
}
.cid-u0Ho0jmE8A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0Ho33Won0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0Ho33Won0 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u0Ho33Won0 .title {
  margin-bottom: 4.5rem;
}
.cid-u0Ho33Won0 .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-u0Ho33Won0 .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-u0Ho33Won0 .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-u0Ho33Won0 .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-u0Ho33Won0 .card:hover .card-title {
  color: #1e43a0;
}
.cid-u0Ho33Won0 .card img {
  width: 80px;
}
.cid-u0Ho33Won0 .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-u0Ho33Won0 .circle-img {
  width: 80%;
  border: 2px dashed #1e43a0;
  border-radius: 50%;
  margin: auto;
}
.cid-u0Ho33Won0 .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-u0Ho33Won0 .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-u0Ho33Won0 .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-u0Ho33Won0 .card-left {
    margin-right: -3rem;
  }
  .cid-u0Ho33Won0 .card-right {
    margin-left: -3rem;
  }
}
.cid-u0Ho33Won0 .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-u0Ho33Won0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-u0Ho33Won0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0Ho33Won0 .wrapper-row {
    flex-direction: column;
  }
  .cid-u0Ho33Won0 .card-box1 {
    order: 2;
  }
  .cid-u0Ho33Won0 .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-u0Ho33Won0 .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-u0Ho33Won0 .card-title {
    margin-top: 2rem;
  }
}
.cid-u0Ho33Won0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Ho33Won0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Ho33Won0 .mbr-text {
  color: #ffffff;
}
.cid-u0HagOv69h {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/unbenannt-1-2000x1365.jpg");
}
.cid-u0HagOv69h .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-u0HagOv69h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0HagOv69h .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-u0HagOv69h .container-fluid {
  max-width: 1200px;
}
.cid-u0HagOv69h .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-u0HagOv69h .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u0HagOv69h rect {
  position: absolute;
  width: 95%;
}
.cid-u0HagOv69h .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u0HagOv69h .svg-1 path {
  fill: #0095d0;
}
.cid-u0HagOv69h .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u0HagOv69h .svg-2 path {
  fill: #0095d0;
}
.cid-u0HagOv69h .svg1 {
  padding: 2px;
}
.cid-u0HagOv69h .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-u0HagOv69h {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-u0HagOv69h .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u0HagOv69h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0HagOv69h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0HagP5YYX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0095d0;
}
.cid-u0HagP5YYX .google-map {
  height: 24rem;
  position: relative;
}
.cid-u0HagP5YYX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u0HagP5YYX .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u0HagP5YYX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u0HagP5YYX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-u0HagP5YYX .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u0HagP5YYX .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u0HagP5YYX .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u0HagP5YYX .card-wrap {
  background-color: #228555;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-u0HagP5YYX .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u0HagP5YYX .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-u0HagP5YYX H2 {
  text-align: left;
}
.cid-u0HagP5YYX .mbr-section-text,
.cid-u0HagP5YYX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u0HagP5YYX .mbr-section-btn {
  margin-top: 2rem;
}
.cid-u0HagP5YYX .mbr-card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u0HagP5YYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0HagP5YYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0HagPRGXt {
  background-color: #228555;
}
.cid-u0HagPRGXt svg {
  position: absolute;
  top: 0;
}
.cid-u0HagPRGXt .svg-1 {
  fill: #0095d0;
}
.cid-u0HagPRGXt .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u0HagPRGXt {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-u0HagPRGXt {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-u0HagPRGXt .mbr-text {
  color: #b1bee0;
}
.cid-u0HagPRGXt a {
  text-decoration: underline;
}
.cid-u0HagPRGXt a,
.cid-u0HagPRGXt a:hover {
  font-weight: 400 !important;
}
.cid-u0HagPRGXt .media-container-row .mbr-text {
  color: #ffffff;
}
