@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-family: Lato-Bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Lato-Light';
  font-size: 3.6rem;
  line-height: 1.3;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Lato-Bold';
  font-size: 3.2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Lato-Bold';
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lato-Light';
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Lato-Light';
  font-size: 0.875rem;
  line-height: 1.8;
}
.display-6 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Lato-Light';
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1bd4a1 !important;
}
.bg-success {
  background-color: #008069 !important;
}
.bg-info {
  background-color: #1ca781 !important;
}
.bg-warning {
  background-color: #216155 !important;
}
.bg-danger {
  background-color: #23213a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1bd4a1 !important;
  border-color: #1bd4a1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3ce6b7 !important;
  border-color: #3ce6b7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3ce6b7 !important;
  border-color: #3ce6b7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2efdc4 !important;
  border-color: #2efdc4 !important;
  color: #002c20 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #61fdd2 !important;
  border-color: #61fdd2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #002c20 !important;
  background-color: #61fdd2 !important;
  border-color: #61fdd2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1ca781 !important;
  border-color: #1ca781 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #23d3a3 !important;
  border-color: #23d3a3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #23d3a3 !important;
  border-color: #23d3a3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #008069 !important;
  border-color: #008069 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b393 !important;
  border-color: #00b393 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00b393 !important;
  border-color: #00b393 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #216155 !important;
  border-color: #216155 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #2e8776 !important;
  border-color: #2e8776 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2e8776 !important;
  border-color: #2e8776 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #23213a !important;
  border-color: #23213a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #37335b !important;
  border-color: #37335b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #37335b !important;
  border-color: #37335b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1bd4a1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #118767 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1bd4a1 !important;
  border-color: #1bd4a1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2efdc4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #02d299 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #002c20 !important;
  background-color: #2efdc4 !important;
  border-color: #2efdc4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1ca781;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #105d48 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1ca781 !important;
  border-color: #1ca781 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #008069;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002922 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #008069 !important;
  border-color: #008069 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #216155;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0b201c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #216155 !important;
  border-color: #216155 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #23213a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #020203 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #23213a !important;
  border-color: #23213a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1bd4a1 !important;
}
.text-secondary {
  color: #2efdc4 !important;
}
.text-success {
  color: #008069 !important;
}
.text-info {
  color: #1ca781 !important;
}
.text-warning {
  color: #216155 !important;
}
.text-danger {
  color: #23213a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f7a5c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #02c38e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #001a15 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0d503e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #071512 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1bd4a1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1ca781;
}
.alert-warning {
  background-color: #216155;
}
.alert-danger {
  background-color: #23213a;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1bd4a1;
  border-color: #1bd4a1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1bd4a1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4f7e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00ffd1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5ee4c0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #43bfa8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8a86ba;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato-Bold';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1bd4a1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato-Bold';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #1bd4a1;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1bd4a1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1bd4a1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1bd4a1;
  border-bottom-color: #1bd4a1;
}
.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: #1bd4a1 !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: #2efdc4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231bd4a1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-right: 26px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.main-content,
.item-content,
.number-wrap,
.form-wrapper,
.embla,
.image-over {
  border-radius: 1.2rem !important;
}
.label-wrap_1,
.label-wrap_2,
.label-wrap_3,
.label-wrap,
.date-wrap {
  border-radius: .4rem !important;
}
.item-label_1,
.item-label_2,
.item-label_3 {
  border-radius: .4rem !important;
}
.item-number {
  border-radius: 1.2rem !important;
}
ul.navbar-nav {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uGRDbFcIsw {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGRDbFcIsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGRDbFcIsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGRDbFcIsw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGRDbFcIsw .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uGRDbFcIsw .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uGRDbFcIsw .mbr-text,
.cid-uGRDbFcIsw .mbr-section-btn {
  color: #ffffff;
}
.cid-uGRSOPhIro {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGRSOPhIro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGRSOPhIro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGRSOPhIro .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uGRSOPhIro .card {
    margin-bottom: 2rem!important;
  }
  .cid-uGRSOPhIro .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGRSOPhIro .link-wrap {
    align-items: center;
  }
}
.cid-uGRSOPhIro .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGRSOPhIro .card-title,
.cid-uGRSOPhIro .card-box {
  color: #008069;
}
.cid-uGRSOPhIro .mbr-text,
.cid-uGRSOPhIro .link-wrap,
.cid-uGRSOPhIro .mbr-section-btn {
  color: #000000;
}
.cid-uGRiP1LqgF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uGRiP1LqgF .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uGRiP1LqgF .image-wrap {
    padding: 16px;
  }
}
.cid-uGRiP1LqgF .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGRiP1LqgF .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uGRiP1LqgF .image-overlay {
    padding: 16px;
  }
}
.cid-uGRiP1LqgF .image-overlay .image-over {
  background-color: #000002;
  z-index: 2;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.cid-uGRiP1LqgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGRiP1LqgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGRiP1LqgF .row {
  justify-content: flex-end;
}
.cid-uGRiP1LqgF .content-wrapper {
  top: 0;
  position: sticky;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uGRiP1LqgF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uGRiP1LqgF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGRiP1LqgF .items-wrapper {
  padding: 150px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uGRiP1LqgF .items-wrapper {
    padding: 150px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .items-wrapper {
    padding: 0 16px;
  }
}
.cid-uGRiP1LqgF .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uGRiP1LqgF .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper {
  padding: 54px 54px 54px 54px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uGRiP1LqgF .items-wrapper .item .item-wrapper {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 300px;
  height: 220px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uGRiP1LqgF .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uGRiP1LqgF .label-wrap_1 {
  background-color: #ededed;
}
.cid-uGRiP1LqgF .label-wrap_2 {
  background-color: #3b5830;
}
.cid-uGRiP1LqgF .label-wrap_3 {
  background-color: #151e11;
}
.cid-uGRiP1LqgF .icon_1 {
  color: #000002;
}
.cid-uGRiP1LqgF .icon_2 {
  color: #ffffff;
}
.cid-uGRiP1LqgF .icon_3 {
  color: #ffffff;
}
.cid-uGRiP1LqgF .mbr-section-title {
  color: #fff7ee;
}
.cid-uGRiP1LqgF .mbr-text {
  color: #fff7ee;
}
.cid-uGRiP1LqgF .item-title {
  color: #041415;
}
.cid-uGRiP1LqgF .item-text {
  color: #fff7ee;
}
.cid-uGRiP1LqgF .item-label_1 {
  color: #1aa21b;
}
.cid-uGRiP1LqgF .item-label_2 {
  color: #fff7ee;
}
.cid-uGRiP1LqgF .item-label_3 {
  color: #fff7ee;
}
.cid-uGRiP1LqgF .item-text,
.cid-uGRiP1LqgF .text-wrap {
  color: #323232;
}
.cid-uGRiP1LqgF .mbr-section-title,
.cid-uGRiP1LqgF .mbr-section-btn,
.cid-uGRiP1LqgF .title-wrapper {
  color: #ffffff;
}
.cid-v1FtPx8VhH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1FtPx8VhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1FtPx8VhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGSk7ywxYj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGSk7ywxYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGSk7ywxYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGSk7ywxYj .row {
  justify-content: center;
}
.cid-uGSk7ywxYj .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGSk7ywxYj .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uGSk7ywxYj .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uGSk7ywxYj .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uGSk7ywxYj .content-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uGSk7ywxYj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-uGSk7ywxYj .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uGSk7ywxYj .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uGSk7ywxYj .mbr-label,
.cid-uGSk7ywxYj .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uGSk7ywxYj .mbr-section-title {
  color: #fff7ee;
}
.cid-uGSk7ywxYj .mbr-text,
.cid-uGSk7ywxYj .text-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uGSk7ywxYj .mbr-section-title,
.cid-uGSk7ywxYj .mbr-section-btn {
  text-align: center;
  color: #181818;
}
.cid-uGS7DOWlzv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGS7DOWlzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGS7DOWlzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGS7DOWlzv .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uGS7DOWlzv .row .item {
  padding: 0 13px;
}
.cid-uGS7DOWlzv .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uGS7DOWlzv .item {
    margin-bottom: 16px;
  }
}
.cid-uGS7DOWlzv .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uGS7DOWlzv .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uGS7DOWlzv .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uGS7DOWlzv .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGS7DOWlzv .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000002;
  z-index: 1;
  opacity: 0.3;
  pointer-events: none;
}
.cid-uGS7DOWlzv .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uGS7DOWlzv .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGS7DOWlzv .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uGS7DOWlzv .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uGS7DOWlzv .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uGS7DOWlzv .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uGS7DOWlzv .item-label,
.cid-uGS7DOWlzv .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uGS7DOWlzv .item-title {
  color: #fff7ee;
}
.cid-uGS7DOWlzv .item-title,
.cid-uGS7DOWlzv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGSvpv6tFD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGSvpv6tFD .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uGSvpv6tFD .icon-box {
  background: #008069;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGSvpv6tFD .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGSvpv6tFD .card {
    margin-bottom: 2rem;
  }
  .cid-uGSvpv6tFD .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGSr0hjTgu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGSr0hjTgu .item:focus,
.cid-uGSr0hjTgu span:focus {
  outline: none;
}
.cid-uGSr0hjTgu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGSr0hjTgu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGSr0hjTgu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uGSr0hjTgu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGSr0hjTgu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uGSr0hjTgu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uGSr0hjTgu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGSr0hjTgu .mbr-section-title {
  color: #232323;
}
.cid-uGSr0hjTgu .mbr-text,
.cid-uGSr0hjTgu .mbr-section-btn {
  text-align: left;
  color: #181818;
}
.cid-uGSr0hjTgu .item-title {
  text-align: left;
  color: #008069;
}
.cid-uGSr0hjTgu .item-subtitle {
  text-align: left;
  color: #000121;
}
.cid-v1GtdJa3Ob {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-3.webp");
}
.cid-v1GtdJa3Ob .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GtdJa3Ob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GtdJa3Ob .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v1GtdJa3Ob .card {
    margin-bottom: 2rem!important;
  }
  .cid-v1GtdJa3Ob .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GtdJa3Ob .link-wrap {
    align-items: center;
  }
}
.cid-v1GtdJa3Ob .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v1GtdJa3Ob .card-title,
.cid-v1GtdJa3Ob .card-box {
  color: #1ca781;
}
.cid-v1GtdJa3Ob .mbr-text,
.cid-v1GtdJa3Ob .link-wrap,
.cid-v1GtdJa3Ob .mbr-section-btn {
  color: #ededed;
}
.cid-uQKy38tDhN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQKy38tDhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKy38tDhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKy38tDhN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uQKy38tDhN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uQKy38tDhN .embla__button--next,
.cid-uQKy38tDhN .embla__button--prev {
  display: flex;
}
.cid-uQKy38tDhN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uQKy38tDhN .embla__button {
    display: none;
  }
}
.cid-uQKy38tDhN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQKy38tDhN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uQKy38tDhN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKy38tDhN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uQKy38tDhN .embla__button {
    top: auto;
  }
}
.cid-uQKy38tDhN .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uQKy38tDhN .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uQKy38tDhN .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uQKy38tDhN .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uQKy38tDhN .embla {
  position: relative;
  width: 100%;
}
.cid-uQKy38tDhN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uQKy38tDhN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQKy38tDhN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQKy38tDhN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uGWD6NguQC {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGWD6NguQC .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uGWD6NguQC .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ededed;
}
@media (max-width: 991px) {
  .cid-uGWD6NguQC .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGWD6NguQC .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uGWD6NguQC .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #1bd4a1;
}
.cid-uGWDa4RscU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gro-14.webp");
}
.cid-uGWDa4RscU .mbr-section-title {
  text-align: left;
}
.cid-uGWDa4RscU .mbr-text,
.cid-uGWDa4RscU .mbr-section-btn {
  text-align: left;
}
.cid-uGWDb2VGkj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGWDbPad3a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uGWDbPad3a .mbr-overlay {
  background-color: #000002;
  opacity: 0.4;
}
.cid-uGWDbPad3a form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uGWDbPad3a form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uGWDbPad3a form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uGWDbPad3a .mbr-section-title {
  color: #ffffff;
}
.cid-uGWDbPad3a LABEL {
  color: #ffffff;
}
.cid-uQKYLn0P2i {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQKYLn0P2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKYLn0P2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKYLn0P2i .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uQKYLn0P2i .row .item {
  padding: 0 13px;
}
.cid-uQKYLn0P2i .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uQKYLn0P2i .item {
    margin-bottom: 16px;
  }
}
.cid-uQKYLn0P2i .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uQKYLn0P2i .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQKYLn0P2i .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uQKYLn0P2i .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQKYLn0P2i .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000002;
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
}
.cid-uQKYLn0P2i .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uQKYLn0P2i .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQKYLn0P2i .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uQKYLn0P2i .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uQKYLn0P2i .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQKYLn0P2i .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQKYLn0P2i .item-label,
.cid-uQKYLn0P2i .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uQKYLn0P2i .item-title {
  color: #fff7ee;
}
.cid-uQKYLn0P2i .item-title,
.cid-uQKYLn0P2i .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uHo90Smijk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uHo90Smijk .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uHo90Smijk .image-wrap {
    padding: 16px;
  }
}
.cid-uHo90Smijk .image-wrap .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHo90Smijk .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uHo90Smijk .image-overlay {
    padding: 16px;
  }
}
.cid-uHo90Smijk .image-overlay .image-over {
  background-color: #000002;
  z-index: 2;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.cid-uHo90Smijk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHo90Smijk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHo90Smijk .row {
  justify-content: flex-end;
}
.cid-uHo90Smijk .content-wrapper {
  top: 0;
  position: sticky;
  padding: 150px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .content-wrapper {
    padding: 0 16px 30px;
  }
}
.cid-uHo90Smijk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uHo90Smijk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHo90Smijk .items-wrapper {
  padding: 150px 54px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .cid-uHo90Smijk .items-wrapper {
    padding: 150px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .items-wrapper {
    padding: 0 16px;
  }
}
.cid-uHo90Smijk .items-wrapper .item {
  margin-bottom: 60px;
}
.cid-uHo90Smijk .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uHo90Smijk .items-wrapper .item .item-wrapper {
  padding: 54px 54px 80px 54px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uHo90Smijk .items-wrapper .item .item-wrapper {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .items-wrapper .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1,
  .cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2,
  .cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 {
    margin-right: 0;
  }
}
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_1,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_1,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_1,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_2,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_2,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_2,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .item-label_3,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .item-label_3,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .item-label_3 {
  margin-bottom: 0;
}
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_1 .mbr-iconfont,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_2 .mbr-iconfont,
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .label-wrapper .label-wrap_3 .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  width: 240px;
  height: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
    width: 100%;
  }
}
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 99%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uHo90Smijk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHo90Smijk .label-wrap_1 {
  background-color: #ededed;
}
.cid-uHo90Smijk .label-wrap_2 {
  background-color: #3b5830;
}
.cid-uHo90Smijk .label-wrap_3 {
  background-color: #151e11;
}
.cid-uHo90Smijk .icon_1 {
  color: #000002;
}
.cid-uHo90Smijk .icon_2 {
  color: #ffffff;
}
.cid-uHo90Smijk .icon_3 {
  color: #ffffff;
}
.cid-uHo90Smijk .mbr-section-title {
  color: #fff7ee;
}
.cid-uHo90Smijk .mbr-text {
  color: #fff7ee;
}
.cid-uHo90Smijk .item-title {
  color: #fff7ee;
}
.cid-uHo90Smijk .item-text {
  color: #fff7ee;
}
.cid-uHo90Smijk .item-label_1 {
  color: #1aa21b;
}
.cid-uHo90Smijk .item-label_2 {
  color: #fff7ee;
}
.cid-uHo90Smijk .item-label_3 {
  color: #fff7ee;
}
.cid-uHo90Smijk .item-text,
.cid-uHo90Smijk .text-wrap {
  color: #323232;
}
.cid-uHo90Smijk .mbr-section-title,
.cid-uHo90Smijk .mbr-section-btn,
.cid-uHo90Smijk .title-wrapper {
  color: #ffffff;
}
.cid-uHo7TaBpwS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHo7TaBpwS img,
.cid-uHo7TaBpwS .item-img {
  width: 100%;
}
.cid-uHo7TaBpwS .item:focus,
.cid-uHo7TaBpwS span:focus {
  outline: none;
}
.cid-uHo7TaBpwS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uHo7TaBpwS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHo7TaBpwS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uHo7TaBpwS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHo7TaBpwS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uHo7TaBpwS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uHo7TaBpwS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHo7TaBpwS .mbr-section-title {
  color: #232323;
}
.cid-uHo7TaBpwS .mbr-text,
.cid-uHo7TaBpwS .mbr-section-btn {
  text-align: center;
}
.cid-uHo7TaBpwS .item-title {
  text-align: center;
}
.cid-uHo7TaBpwS .item-subtitle {
  text-align: center;
}
.cid-uHo7TaBpwS .mbr-section-subtitle {
  color: #1ca781;
}
.cid-uHo7TTLZCU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uHo7TTLZCU img,
.cid-uHo7TTLZCU .item-img {
  width: 100%;
}
.cid-uHo7TTLZCU .item:focus,
.cid-uHo7TTLZCU span:focus {
  outline: none;
}
.cid-uHo7TTLZCU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uHo7TTLZCU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHo7TTLZCU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uHo7TTLZCU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHo7TTLZCU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uHo7TTLZCU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uHo7TTLZCU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHo7TTLZCU .mbr-section-title {
  color: #232323;
}
.cid-uHo7TTLZCU .mbr-text,
.cid-uHo7TTLZCU .mbr-section-btn {
  text-align: left;
}
.cid-uHo7TTLZCU .item-title {
  text-align: left;
}
.cid-uHo7TTLZCU .item-subtitle {
  text-align: left;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQL3OrYeyF {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uQL3OrYeyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL3OrYeyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQL3OrYeyF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL3OrYeyF .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uQL3OrYeyF .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uQL3OrYeyF .mbr-text,
.cid-uQL3OrYeyF .mbr-section-btn {
  color: #ffffff;
}
.cid-uQL3HCsPeL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  color: #000000;
}
.cid-uQL3HCsPeL p {
  font-style: normal;
  line-height: 1.7;
}
.cid-uQL3HCsPeL h1,
.cid-uQL3HCsPeL h2,
.cid-uQL3HCsPeL h3,
.cid-uQL3HCsPeL h4 {
  font-style: normal;
  line-height: 1.5;
}
.cid-uQL4TLYNrF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQL4TLYNrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL4TLYNrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQL4TLYNrF .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uQL4TLYNrF .row .item {
  padding: 0 13px;
}
.cid-uQL4TLYNrF .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uQL4TLYNrF .item {
    margin-bottom: 16px;
  }
}
.cid-uQL4TLYNrF .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uQL4TLYNrF .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQL4TLYNrF .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uQL4TLYNrF .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQL4TLYNrF .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000002;
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
}
.cid-uQL4TLYNrF .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uQL4TLYNrF .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQL4TLYNrF .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uQL4TLYNrF .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uQL4TLYNrF .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQL4TLYNrF .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQL4TLYNrF .item-label,
.cid-uQL4TLYNrF .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uQL4TLYNrF .item-title {
  color: #fff7ee;
}
.cid-uQL4TLYNrF .item-title,
.cid-uQL4TLYNrF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uQL0jOfTlp {
  z-index: 1000;
  width: 100%;
}
.cid-uQL0jOfTlp nav.navbar {
  position: fixed;
}
.cid-uQL0jOfTlp .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQL0jOfTlp .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uQL0jOfTlp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQL0jOfTlp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQL0jOfTlp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uQL0jOfTlp .dropdown-item:hover,
.cid-uQL0jOfTlp .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uQL0jOfTlp .dropdown-item:hover span {
  color: white;
}
.cid-uQL0jOfTlp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQL0jOfTlp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQL0jOfTlp .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uQL0jOfTlp .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uQL0jOfTlp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQL0jOfTlp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQL0jOfTlp .nav-link {
  position: relative;
}
.cid-uQL0jOfTlp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQL0jOfTlp .container {
    flex-wrap: nowrap;
  }
}
.cid-uQL0jOfTlp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQL0jOfTlp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQL0jOfTlp .dropdown-menu,
.cid-uQL0jOfTlp .navbar.opened {
  background: #041415 !important;
}
.cid-uQL0jOfTlp .nav-item:focus,
.cid-uQL0jOfTlp .nav-link:focus {
  outline: none;
}
.cid-uQL0jOfTlp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQL0jOfTlp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQL0jOfTlp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQL0jOfTlp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQL0jOfTlp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQL0jOfTlp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQL0jOfTlp .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQL0jOfTlp .navbar.opened {
  transition: all 0.3s;
}
.cid-uQL0jOfTlp .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uQL0jOfTlp .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQL0jOfTlp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQL0jOfTlp .navbar.collapsed {
  justify-content: center;
}
.cid-uQL0jOfTlp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQL0jOfTlp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQL0jOfTlp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQL0jOfTlp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQL0jOfTlp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQL0jOfTlp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQL0jOfTlp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQL0jOfTlp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQL0jOfTlp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQL0jOfTlp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQL0jOfTlp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQL0jOfTlp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQL0jOfTlp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQL0jOfTlp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQL0jOfTlp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQL0jOfTlp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQL0jOfTlp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQL0jOfTlp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQL0jOfTlp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQL0jOfTlp .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQL0jOfTlp .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQL0jOfTlp .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQL0jOfTlp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQL0jOfTlp .navbar-brand .navbar-caption:hover,
.cid-uQL0jOfTlp .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uQL0jOfTlp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQL0jOfTlp .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uQL0jOfTlp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQL0jOfTlp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uQL0jOfTlp .dropdown-item.active,
.cid-uQL0jOfTlp .dropdown-item:active {
  background-color: transparent;
}
.cid-uQL0jOfTlp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQL0jOfTlp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQL0jOfTlp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQL0jOfTlp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uQL0jOfTlp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQL0jOfTlp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQL0jOfTlp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQL0jOfTlp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQL0jOfTlp ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uQL0jOfTlp .navbar-buttons {
  text-align: center;
}
.cid-uQL0jOfTlp .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uQL0jOfTlp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQL0jOfTlp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQL0jOfTlp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uQL0jOfTlp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQL0jOfTlp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQL0jOfTlp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQL0jOfTlp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQL0jOfTlp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQL0jOfTlp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQL0jOfTlp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQL0jOfTlp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQL0jOfTlp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQL0jOfTlp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQL0jOfTlp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQL0jOfTlp .navbar {
    height: 70px;
  }
  .cid-uQL0jOfTlp .navbar.opened {
    height: auto;
  }
  .cid-uQL0jOfTlp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQL0jOfTlp .navbar-nav {
  margin: 0 auto;
}
.cid-uQL0jOfTlp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQL0jOfTlp .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQL0jOfTlp .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQL0jOfTlp .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uQL0jOfTlp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQL0jOfTlp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQL0jOfTlp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQL0jOfTlp .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uQL0jOfTlp .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uQL0jOfTlp .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQL0jOfTlp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQL0jOfTlp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQL0jOfTlp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQL0jOfTlp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQL0jOfTlp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQL0jOfTlp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQL43KtesD {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-30.webp");
}
.cid-uQL43KtesD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL43KtesD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQL43KtesD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL43KtesD .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uQL43KtesD .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uQL43KtesD .mbr-text,
.cid-uQL43KtesD .mbr-section-btn {
  color: #ffffff;
}
.cid-uQL5BxooMJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQL5BxooMJ p {
  font-style: normal;
  line-height: 1.3;
}
.cid-uQL5BxooMJ h1,
.cid-uQL5BxooMJ h2,
.cid-uQL5BxooMJ h3,
.cid-uQL5BxooMJ h4 {
  font-style: normal;
  line-height: 1.5;
}
.cid-uQL5BxooMJ h3 {
  class: "mbr-section-title mbr-fonts-style mb-4";
  mbr-if: "showTitle";
  data-app-selector: ".mbr-section-title";
  mbr-theme-style: "display-2";
}
.cid-uQL5Cvlxl7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQL5Cvlxl7 p {
  font-style: normal;
  line-height: 1.3;
}
.cid-uQL5Cvlxl7 h1,
.cid-uQL5Cvlxl7 h2,
.cid-uQL5Cvlxl7 h3,
.cid-uQL5Cvlxl7 h4 {
  font-style: normal;
  line-height: 1.5;
}
.cid-uQL0jP1lwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uQL0jP1lwZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQL0jP1lwZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQL0jP1lwZ .row {
    text-align: center;
  }
  .cid-uQL0jP1lwZ .row > div {
    margin: auto;
  }
  .cid-uQL0jP1lwZ .social-row {
    justify-content: center;
  }
}
.cid-uQL0jP1lwZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQL0jP1lwZ .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uQL0jP1lwZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQL0jP1lwZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uQL0jP1lwZ .mbr-text {
  color: #fafafa;
}
.cid-uQL0jP1lwZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uQL0jP1lwZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uQL0jP1lwZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uQL0jP1lwZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQL0jP1lwZ H5 {
  color: #ffffff;
}
.cid-uQL532Z4oN {
  z-index: 1000;
  width: 100%;
}
.cid-uQL532Z4oN nav.navbar {
  position: fixed;
}
.cid-uQL532Z4oN .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQL532Z4oN .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uQL532Z4oN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQL532Z4oN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQL532Z4oN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uQL532Z4oN .dropdown-item:hover,
.cid-uQL532Z4oN .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uQL532Z4oN .dropdown-item:hover span {
  color: white;
}
.cid-uQL532Z4oN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQL532Z4oN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQL532Z4oN .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uQL532Z4oN .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uQL532Z4oN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQL532Z4oN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQL532Z4oN .nav-link {
  position: relative;
}
.cid-uQL532Z4oN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQL532Z4oN .container {
    flex-wrap: nowrap;
  }
}
.cid-uQL532Z4oN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQL532Z4oN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQL532Z4oN .dropdown-menu,
.cid-uQL532Z4oN .navbar.opened {
  background: #041415 !important;
}
.cid-uQL532Z4oN .nav-item:focus,
.cid-uQL532Z4oN .nav-link:focus {
  outline: none;
}
.cid-uQL532Z4oN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQL532Z4oN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQL532Z4oN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQL532Z4oN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQL532Z4oN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQL532Z4oN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQL532Z4oN .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQL532Z4oN .navbar.opened {
  transition: all 0.3s;
}
.cid-uQL532Z4oN .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uQL532Z4oN .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQL532Z4oN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQL532Z4oN .navbar.collapsed {
  justify-content: center;
}
.cid-uQL532Z4oN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQL532Z4oN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQL532Z4oN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQL532Z4oN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQL532Z4oN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQL532Z4oN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQL532Z4oN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQL532Z4oN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQL532Z4oN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQL532Z4oN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQL532Z4oN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQL532Z4oN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQL532Z4oN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQL532Z4oN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQL532Z4oN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQL532Z4oN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQL532Z4oN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQL532Z4oN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQL532Z4oN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQL532Z4oN .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQL532Z4oN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQL532Z4oN .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQL532Z4oN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQL532Z4oN .navbar-brand .navbar-caption:hover,
.cid-uQL532Z4oN .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uQL532Z4oN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQL532Z4oN .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uQL532Z4oN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQL532Z4oN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uQL532Z4oN .dropdown-item.active,
.cid-uQL532Z4oN .dropdown-item:active {
  background-color: transparent;
}
.cid-uQL532Z4oN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQL532Z4oN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQL532Z4oN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQL532Z4oN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uQL532Z4oN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQL532Z4oN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQL532Z4oN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQL532Z4oN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQL532Z4oN ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uQL532Z4oN .navbar-buttons {
  text-align: center;
}
.cid-uQL532Z4oN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uQL532Z4oN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQL532Z4oN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQL532Z4oN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uQL532Z4oN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQL532Z4oN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQL532Z4oN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQL532Z4oN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQL532Z4oN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQL532Z4oN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQL532Z4oN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQL532Z4oN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQL532Z4oN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQL532Z4oN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQL532Z4oN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQL532Z4oN .navbar {
    height: 70px;
  }
  .cid-uQL532Z4oN .navbar.opened {
    height: auto;
  }
  .cid-uQL532Z4oN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQL532Z4oN .navbar-nav {
  margin: 0 auto;
}
.cid-uQL532Z4oN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQL532Z4oN .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQL532Z4oN .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQL532Z4oN .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uQL532Z4oN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQL532Z4oN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQL532Z4oN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQL532Z4oN .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uQL532Z4oN .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uQL532Z4oN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQL532Z4oN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQL532Z4oN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQL532Z4oN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQL532Z4oN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQL532Z4oN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQL532Z4oN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQL533zsxc {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-30.webp");
}
.cid-uQL533zsxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL533zsxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQL533zsxc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL533zsxc .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uQL533zsxc .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uQL533zsxc .mbr-text,
.cid-uQL533zsxc .mbr-section-btn {
  color: #ffffff;
}
.cid-uQL5frapAj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQL5frapAj p {
  font-style: normal;
  line-height: 1.3;
}
.cid-uQL5frapAj h1,
.cid-uQL5frapAj h2,
.cid-uQL5frapAj h3,
.cid-uQL5frapAj h4 {
  font-style: normal;
  line-height: 1.5;
}
.cid-uQL5frapAj h3 {
  class: "mbr-section-title mbr-fonts-style mb-4";
  mbr-if: "showTitle";
  data-app-selector: ".mbr-section-title";
  mbr-theme-style: "display-2";
}
.cid-uQL533WPnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uQL533WPnt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQL533WPnt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQL533WPnt .row {
    text-align: center;
  }
  .cid-uQL533WPnt .row > div {
    margin: auto;
  }
  .cid-uQL533WPnt .social-row {
    justify-content: center;
  }
}
.cid-uQL533WPnt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQL533WPnt .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uQL533WPnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQL533WPnt .list {
    margin-bottom: 0rem;
  }
}
.cid-uQL533WPnt .mbr-text {
  color: #fafafa;
}
.cid-uQL533WPnt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uQL533WPnt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uQL533WPnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uQL533WPnt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQL533WPnt H5 {
  color: #ffffff;
}
.cid-uQL5q1GmhF {
  z-index: 1000;
  width: 100%;
}
.cid-uQL5q1GmhF nav.navbar {
  position: fixed;
}
.cid-uQL5q1GmhF .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQL5q1GmhF .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uQL5q1GmhF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQL5q1GmhF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQL5q1GmhF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uQL5q1GmhF .dropdown-item:hover,
.cid-uQL5q1GmhF .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uQL5q1GmhF .dropdown-item:hover span {
  color: white;
}
.cid-uQL5q1GmhF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQL5q1GmhF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQL5q1GmhF .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uQL5q1GmhF .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uQL5q1GmhF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQL5q1GmhF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQL5q1GmhF .nav-link {
  position: relative;
}
.cid-uQL5q1GmhF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQL5q1GmhF .container {
    flex-wrap: nowrap;
  }
}
.cid-uQL5q1GmhF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQL5q1GmhF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQL5q1GmhF .dropdown-menu,
.cid-uQL5q1GmhF .navbar.opened {
  background: #041415 !important;
}
.cid-uQL5q1GmhF .nav-item:focus,
.cid-uQL5q1GmhF .nav-link:focus {
  outline: none;
}
.cid-uQL5q1GmhF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQL5q1GmhF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQL5q1GmhF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQL5q1GmhF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQL5q1GmhF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQL5q1GmhF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQL5q1GmhF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQL5q1GmhF .navbar.opened {
  transition: all 0.3s;
}
.cid-uQL5q1GmhF .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uQL5q1GmhF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQL5q1GmhF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQL5q1GmhF .navbar.collapsed {
  justify-content: center;
}
.cid-uQL5q1GmhF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQL5q1GmhF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQL5q1GmhF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQL5q1GmhF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQL5q1GmhF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQL5q1GmhF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQL5q1GmhF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQL5q1GmhF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQL5q1GmhF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQL5q1GmhF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQL5q1GmhF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQL5q1GmhF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQL5q1GmhF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQL5q1GmhF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQL5q1GmhF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQL5q1GmhF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQL5q1GmhF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQL5q1GmhF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQL5q1GmhF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQL5q1GmhF .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQL5q1GmhF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQL5q1GmhF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQL5q1GmhF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQL5q1GmhF .navbar-brand .navbar-caption:hover,
.cid-uQL5q1GmhF .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uQL5q1GmhF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQL5q1GmhF .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uQL5q1GmhF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQL5q1GmhF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uQL5q1GmhF .dropdown-item.active,
.cid-uQL5q1GmhF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQL5q1GmhF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQL5q1GmhF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQL5q1GmhF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQL5q1GmhF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uQL5q1GmhF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQL5q1GmhF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQL5q1GmhF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQL5q1GmhF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQL5q1GmhF ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uQL5q1GmhF .navbar-buttons {
  text-align: center;
}
.cid-uQL5q1GmhF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uQL5q1GmhF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQL5q1GmhF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQL5q1GmhF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uQL5q1GmhF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQL5q1GmhF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQL5q1GmhF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQL5q1GmhF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQL5q1GmhF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQL5q1GmhF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQL5q1GmhF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQL5q1GmhF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQL5q1GmhF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQL5q1GmhF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQL5q1GmhF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQL5q1GmhF .navbar {
    height: 70px;
  }
  .cid-uQL5q1GmhF .navbar.opened {
    height: auto;
  }
  .cid-uQL5q1GmhF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQL5q1GmhF .navbar-nav {
  margin: 0 auto;
}
.cid-uQL5q1GmhF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQL5q1GmhF .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQL5q1GmhF .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQL5q1GmhF .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uQL5q1GmhF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQL5q1GmhF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQL5q1GmhF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQL5q1GmhF .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uQL5q1GmhF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uQL5q1GmhF .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQL5q1GmhF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQL5q1GmhF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQL5q1GmhF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQL5q1GmhF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQL5q1GmhF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQL5q1GmhF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQL5q2hC8J {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-30.webp");
}
.cid-uQL5q2hC8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL5q2hC8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQL5q2hC8J .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL5q2hC8J .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uQL5q2hC8J .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uQL5q2hC8J .mbr-text,
.cid-uQL5q2hC8J .mbr-section-btn {
  color: #ffffff;
}
.cid-uQL5w4dTKx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQL5w4dTKx p {
  font-style: normal;
  line-height: 1.7;
}
.cid-uQL5w4dTKx h1,
.cid-uQL5w4dTKx h2,
.cid-uQL5w4dTKx h3,
.cid-uQL5w4dTKx h4 {
  font-style: normal;
  line-height: 1.5;
}
.cid-uQL5w4dTKx h3 {
  class: "mbr-section-title mbr-fonts-style mb-4";
  mbr-if: "showTitle";
  data-app-selector: ".mbr-section-title";
  mbr-theme-style: "display-2";
}
.cid-uQL5q2yEs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uQL5q2yEs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQL5q2yEs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQL5q2yEs5 .row {
    text-align: center;
  }
  .cid-uQL5q2yEs5 .row > div {
    margin: auto;
  }
  .cid-uQL5q2yEs5 .social-row {
    justify-content: center;
  }
}
.cid-uQL5q2yEs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQL5q2yEs5 .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uQL5q2yEs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQL5q2yEs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uQL5q2yEs5 .mbr-text {
  color: #fafafa;
}
.cid-uQL5q2yEs5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uQL5q2yEs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uQL5q2yEs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uQL5q2yEs5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQL5q2yEs5 H5 {
  color: #ffffff;
}
.cid-uQL69zm8Qj {
  z-index: 1000;
  width: 100%;
}
.cid-uQL69zm8Qj nav.navbar {
  position: fixed;
}
.cid-uQL69zm8Qj .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQL69zm8Qj .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uQL69zm8Qj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQL69zm8Qj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQL69zm8Qj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uQL69zm8Qj .dropdown-item:hover,
.cid-uQL69zm8Qj .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uQL69zm8Qj .dropdown-item:hover span {
  color: white;
}
.cid-uQL69zm8Qj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQL69zm8Qj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQL69zm8Qj .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uQL69zm8Qj .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uQL69zm8Qj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQL69zm8Qj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQL69zm8Qj .nav-link {
  position: relative;
}
.cid-uQL69zm8Qj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQL69zm8Qj .container {
    flex-wrap: nowrap;
  }
}
.cid-uQL69zm8Qj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQL69zm8Qj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQL69zm8Qj .dropdown-menu,
.cid-uQL69zm8Qj .navbar.opened {
  background: #041415 !important;
}
.cid-uQL69zm8Qj .nav-item:focus,
.cid-uQL69zm8Qj .nav-link:focus {
  outline: none;
}
.cid-uQL69zm8Qj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQL69zm8Qj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQL69zm8Qj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQL69zm8Qj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQL69zm8Qj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQL69zm8Qj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQL69zm8Qj .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQL69zm8Qj .navbar.opened {
  transition: all 0.3s;
}
.cid-uQL69zm8Qj .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uQL69zm8Qj .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQL69zm8Qj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQL69zm8Qj .navbar.collapsed {
  justify-content: center;
}
.cid-uQL69zm8Qj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQL69zm8Qj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQL69zm8Qj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQL69zm8Qj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQL69zm8Qj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQL69zm8Qj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQL69zm8Qj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQL69zm8Qj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQL69zm8Qj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQL69zm8Qj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQL69zm8Qj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQL69zm8Qj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQL69zm8Qj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQL69zm8Qj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQL69zm8Qj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQL69zm8Qj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQL69zm8Qj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQL69zm8Qj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQL69zm8Qj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQL69zm8Qj .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQL69zm8Qj .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQL69zm8Qj .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQL69zm8Qj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQL69zm8Qj .navbar-brand .navbar-caption:hover,
.cid-uQL69zm8Qj .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uQL69zm8Qj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQL69zm8Qj .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uQL69zm8Qj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQL69zm8Qj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uQL69zm8Qj .dropdown-item.active,
.cid-uQL69zm8Qj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQL69zm8Qj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQL69zm8Qj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQL69zm8Qj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQL69zm8Qj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uQL69zm8Qj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQL69zm8Qj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQL69zm8Qj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQL69zm8Qj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQL69zm8Qj ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uQL69zm8Qj .navbar-buttons {
  text-align: center;
}
.cid-uQL69zm8Qj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uQL69zm8Qj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQL69zm8Qj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQL69zm8Qj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uQL69zm8Qj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQL69zm8Qj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQL69zm8Qj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQL69zm8Qj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQL69zm8Qj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQL69zm8Qj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQL69zm8Qj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQL69zm8Qj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQL69zm8Qj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQL69zm8Qj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQL69zm8Qj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQL69zm8Qj .navbar {
    height: 70px;
  }
  .cid-uQL69zm8Qj .navbar.opened {
    height: auto;
  }
  .cid-uQL69zm8Qj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQL69zm8Qj .navbar-nav {
  margin: 0 auto;
}
.cid-uQL69zm8Qj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQL69zm8Qj .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQL69zm8Qj .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQL69zm8Qj .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uQL69zm8Qj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQL69zm8Qj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQL69zm8Qj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQL69zm8Qj .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uQL69zm8Qj .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uQL69zm8Qj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQL69zm8Qj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQL69zm8Qj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQL69zm8Qj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQL69zm8Qj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQL69zm8Qj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQL69zm8Qj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQL69A1C3R {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-30.webp");
}
.cid-uQL69A1C3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL69A1C3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQL69A1C3R .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL69A1C3R .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uQL69A1C3R .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uQL69A1C3R .mbr-text,
.cid-uQL69A1C3R .mbr-section-btn {
  color: #ffffff;
}
.cid-uQL6eX0ism {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQL69AiKVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uQL69AiKVw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQL69AiKVw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQL69AiKVw .row {
    text-align: center;
  }
  .cid-uQL69AiKVw .row > div {
    margin: auto;
  }
  .cid-uQL69AiKVw .social-row {
    justify-content: center;
  }
}
.cid-uQL69AiKVw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQL69AiKVw .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uQL69AiKVw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQL69AiKVw .list {
    margin-bottom: 0rem;
  }
}
.cid-uQL69AiKVw .mbr-text {
  color: #fafafa;
}
.cid-uQL69AiKVw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uQL69AiKVw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uQL69AiKVw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uQL69AiKVw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQL69AiKVw H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQLNbaECtm {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uQLNbaECtm .mbr-text,
.cid-uQLNbaECtm .mbr-section-btn {
  color: #ffffff;
}
.cid-uQLNbaECtm .btn {
  width: 100%;
}
.cid-uQLNbaECtm .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uQLNbaECtm H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uQLNbaECtm P {
  color: #ffffff;
}
.cid-uQLNbaECtm LABEL {
  text-align: left;
  color: #ffffff;
}
.cid-uQLNbaECtm H3 {
  color: #ffffff;
}
.cid-uQLNbaECtm H2 {
  color: #ffffff;
}
.cid-uQLNc57Y0r {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQLNc57Y0r .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uQLNc57Y0r .icon-box {
  background: #008069;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQLNc57Y0r .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQLNc57Y0r .card {
    margin-bottom: 2rem;
  }
  .cid-uQLNc57Y0r .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQL8B9iNIx {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-3.webp");
}
.cid-uQL8B9iNIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL8B9iNIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQL8B9iNIx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL8B9iNIx .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uQL8B9iNIx .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uQL8B9iNIx .mbr-text,
.cid-uQL8B9iNIx .mbr-section-btn {
  color: #ffffff;
}
.cid-uQL8aDylVQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQL8aDylVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL8aDylVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQL8aDylVQ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQL8aDylVQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQL8aDylVQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQL8aDylVQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQL8aDylVQ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQL8aDylVQ .mbr-section-title {
  color: #008069;
}
.cid-uQL8cAm6wA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQL8cAm6wA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL8cAm6wA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQL8cAm6wA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQL8cAm6wA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL8cAm6wA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQL8er0Z6s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQL8er0Z6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL8er0Z6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQL8er0Z6s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQL8er0Z6s .row {
  flex-direction: row-reverse;
}
.cid-uQL8er0Z6s img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL8er0Z6s .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQL8fWqiSW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQL8fWqiSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL8fWqiSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQL8fWqiSW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQL8fWqiSW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL8fWqiSW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQL8h77wuA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQL8h77wuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL8h77wuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQL8h77wuA .card-wrapper {
  background: #216155;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uQL8h77wuA .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQL8h77wuA .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQL8h77wuA .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQL8h77wuA .mbr-text,
.cid-uQL8h77wuA .mbr-section-btn {
  color: #ffffff;
}
.cid-uQL8h77wuA .card-title,
.cid-uQL8h77wuA .card-box {
  text-align: left;
}
.cid-uQL8jo8iQ2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQL8jo8iQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL8jo8iQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQL8jo8iQ2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQL8jo8iQ2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL8jo8iQ2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQL8lpRGQv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQL8lpRGQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL8lpRGQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQL8lpRGQv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQL8lpRGQv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL8lpRGQv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQL8n0WHpQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQL8n0WHpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL8n0WHpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQL8n0WHpQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQL8n0WHpQ .row {
  flex-direction: row-reverse;
}
.cid-uQL8n0WHpQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQL8n0WHpQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQL8onFUcC {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/gro-3.webp");
}
.cid-uQL8onFUcC .mbr-text,
.cid-uQL8onFUcC .mbr-section-btn {
  color: #232323;
}
.cid-uQL8onFUcC .card-title,
.cid-uQL8onFUcC .card-box {
  color: #ffffff;
}
.cid-uQL8onFUcC .mbr-text,
.cid-uQL8onFUcC .link-wrap {
  color: #ffffff;
}
.cid-uQLHdI5Q1p {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQLHdI5Q1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLHdI5Q1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQLHdI5Q1p .mbr-section-title {
  color: #008069;
}
.cid-uQL8pNeLdY {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQL8pNeLdY .pile1,
.cid-uQL8pNeLdY .pile2 {
  padding-bottom: 60px;
}
.cid-uQL8pNeLdY .pile1,
.cid-uQL8pNeLdY .pile3 {
  padding-right: 60px;
}
.cid-uQL8pNeLdY .pile2,
.cid-uQL8pNeLdY .pile4 {
  padding-right: 50px;
}
.cid-uQL8pNeLdY .text {
  display: flex;
  flex-direction: row;
}
.cid-uQL8pNeLdY .card-title {
  margin-bottom: 14px;
}
.cid-uQL8pNeLdY .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-uQL8pNeLdY a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uQL8pNeLdY rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uQL8pNeLdY .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uQL8pNeLdY svg {
  margin-left: 15px;
}
.cid-uQL8pNeLdY path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uQL8pNeLdY .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uQL8pNeLdY .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uQL8pNeLdY .link a {
  background-image: none !important;
}
.cid-uQL8pNeLdY img {
  max-width: 140px;
  height: auto;
}
.cid-uQL8pNeLdY .card-text,
.cid-uQL8pNeLdY .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-uQL8pNeLdY .dir {
    flex-direction: column;
  }
  .cid-uQL8pNeLdY .top {
    padding-top: 60px;
  }
  .cid-uQL8pNeLdY .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uQL8pNeLdY .top1 {
    padding-top: 60px;
  }
  .cid-uQL8pNeLdY .pile {
    padding-right: 0;
  }
  .cid-uQL8pNeLdY .card-title {
    text-align: center;
  }
  .cid-uQL8pNeLdY .card-text {
    text-align: center;
  }
  .cid-uQL8pNeLdY .iconfont-wrapper {
    text-align: center;
  }
  .cid-uQL8pNeLdY img {
    display: inline;
  }
  .cid-uQL8pNeLdY .link {
    text-align: center;
  }
}
.cid-uQLHKLNUry {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uQLHKLNUry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLHKLNUry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQLHKLNUry .row {
  justify-content: center;
}
.cid-uQLHKLNUry .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uQLHKLNUry .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uQLHKLNUry .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQLHKLNUry .mbr-text {
  color: #fff7ee;
}
.cid-uQL8roy1Nf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQL8roy1Nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL8roy1Nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQL8roy1Nf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQL8roy1Nf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQL8roy1Nf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1bd4a1;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uQLJdO1Wfe {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQLJdO1Wfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLJdO1Wfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQLJdO1Wfe .row {
  justify-content: center;
}
.cid-uQLJdO1Wfe .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #216155;
}
@media (max-width: 1440px) {
  .cid-uQLJdO1Wfe .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQLJdO1Wfe .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-uQLJdO1Wfe .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uQLJdO1Wfe .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uQLJdO1Wfe .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uQLJdO1Wfe .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uQLJdO1Wfe .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uQLJdO1Wfe .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQLJdO1Wfe .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uQLJdO1Wfe .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQLJdO1Wfe .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQLJdO1Wfe .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQLJdO1Wfe .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uQLJdO1Wfe .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQLJdO1Wfe .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uQLJdO1Wfe .mbr-label,
.cid-uQLJdO1Wfe .label-wrapper {
  color: #151e11;
}
.cid-uQLJdO1Wfe .mbr-section-title {
  color: #ffffff;
}
.cid-uQLJdO1Wfe .mbr-text {
  color: #151e11;
}
.cid-uQLJdO1Wfe .mbr-text,
.cid-uQLJdO1Wfe .mbr-section-btn {
  color: #ffffff;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQLVRGwA2h {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQLVRGwA2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLVRGwA2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQLVRGwA2h .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQLVRGwA2h .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQLVRGwA2h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQLVRGwA2h .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQLVRGwA2h .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQLVSkjg6g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-uQLVSkjg6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLVSkjg6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uQLVSkjg6g .container {
    max-width: 1400px;
  }
}
.cid-uQLVSkjg6g .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1ca781;
  margin-bottom: 2rem;
}
.cid-uQLVSkjg6g .card-wrapper {
  margin-top: 3rem;
}
.cid-uQLVSkjg6g .row {
  justify-content: center;
}
.cid-uQLVVs2i3A {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQLVVs2i3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLVVs2i3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQLVVs2i3A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQLVVs2i3A .row {
  flex-direction: row-reverse;
}
.cid-uQLVVs2i3A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQLVVs2i3A .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQLVVWVNs0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #216155;
}
.cid-uQLVVWVNs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLVVWVNs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQLVVWVNs0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQLVVWVNs0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQLVVWVNs0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQLVVWVNs0 .mbr-description {
  color: #ffffff;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQM1lHatJ4 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQM1lHatJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQM1lHatJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQM1lHatJ4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uQM1lHatJ4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQM1lHatJ4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQM1lHatJ4 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uQM1lHatJ4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQM3fmSOaV {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-uQM3fmSOaV .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uQM3fmSOaV .item .icon-wrap {
  text-align: center;
}
.cid-uQM3fmSOaV .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uQM3fmSOaV .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #008069;
}
.cid-uQM3fmSOaV .item.first:before {
  display: none;
}
.cid-uQM3fmSOaV .item.five:before {
  display: none;
}
.cid-uQM3fmSOaV .icon-box {
  background: #008069;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uQM3fmSOaV .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uQM3fmSOaV .mbr-iconfont {
  color: #1bd4a1 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uQM3fmSOaV .item:before {
    display: none;
  }
  .cid-uQM3fmSOaV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQM3fmSOaV .card-title,
.cid-uQM3fmSOaV .card-box {
  color: #041415;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQM4e31W5g {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQM4e31W5g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQM4e31W5g img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQM4e31W5g .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQM4eIW9hH {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #216155;
}
.cid-uQM4eIW9hH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uQM4eIW9hH H4 {
  color: #ffffff;
}
.cid-uQM4eIW9hH LABEL {
  color: #f4f4f4;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQM64zwEaG {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQM64zwEaG img {
  width: auto;
  height: auto;
  display: inline-block;
}
.cid-uQM64zwEaG p {
  font-style: normal;
  line-height: 1.3;
}
.cid-uQM64zwEaG h1,
.cid-uQM64zwEaG h2,
.cid-uQM64zwEaG h3,
.cid-uQM64zwEaG h4 {
  font-style: normal;
  line-height: 1.5;
}
.cid-uQM64zwEaG .btn-group .btn {
  margin-left: -10px !important;
  margin-top: 10px !important;
}
.cid-uQM64zwEaG .form-control {
  margin-top: -6px !important;
  border: none !important;
}
.cid-uQM64zwEaG .glyphicon {
  top: 2px !important;
}
.cid-uQM64zwEaG .glyphicon-search {
  top: -2px !important;
}
.cid-uQM64zwEaG #pjWrapper .pjBlFiltersDropdown.pjBlFiltersDropdownActive {
  top: 66px !important;
}
@media (max-width: 1200px) {
  .cid-uQM64zwEaG #pjWrapper .pjBlFiltersDropdown.pjBlFiltersDropdownActive {
    top: 66px !important;
  }
}
@media (max-width: 576px) {
  .cid-uQM64zwEaG #pjWrapper .pjBlFiltersDropdown.pjBlFiltersDropdownActive {
    top: 110px !important;
  }
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQPyGjrfm4 {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uQPyGjrfm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPyGjrfm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPyGjrfm4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQPyGjrfm4 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uQPyGjrfm4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uQPyGjrfm4 .mbr-text,
.cid-uQPyGjrfm4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQPXtjdaP1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQPXtjdaP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPXtjdaP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQPXtjdaP1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQPXtjdaP1 .row {
  flex-direction: row-reverse;
}
.cid-uQPXtjdaP1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQPXtjdaP1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQPXtjdaP1 .mbr-section-title {
  color: #008069;
}
.cid-uQPDHHYkHk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQPDHHYkHk img,
.cid-uQPDHHYkHk .item-img {
  width: 100%;
}
.cid-uQPDHHYkHk .item:focus,
.cid-uQPDHHYkHk span:focus {
  outline: none;
}
.cid-uQPDHHYkHk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQPDHHYkHk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ebebeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQPDHHYkHk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPDHHYkHk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQPDHHYkHk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQPDHHYkHk .mbr-section-title {
  color: #232323;
}
.cid-uQPDHHYkHk .mbr-text,
.cid-uQPDHHYkHk .mbr-section-btn {
  text-align: left;
}
.cid-uQPDHHYkHk .item-title {
  text-align: left;
}
.cid-uQPDHHYkHk .item-subtitle {
  text-align: left;
}
.cid-uQQptJTziZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQQptJTziZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQptJTziZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQQptJTziZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQQptJTziZ .row {
  flex-direction: row-reverse;
}
.cid-uQQptJTziZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQQptJTziZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQQptJTziZ .mbr-section-title {
  color: #008069;
  text-align: left;
}
.cid-uQQptJTziZ .mbr-section-subtitle {
  text-align: left;
}
.cid-uQQ24z37BT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f6;
}
.cid-uQQ24z37BT .mbr-section-title {
  color: #008069;
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .cid-uQQ24z37BT .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uQQ9qkhZbw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQQ9qkhZbw .mbr-section-title {
  color: #008069;
}
.cid-uQQ9gUX4du {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f6;
}
.cid-uQQ9gUX4du .mbr-section-title {
  color: #008069;
}
.cid-uQQvyY2DQb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQQvyY2DQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQvyY2DQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQQvyY2DQb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQQvyY2DQb .row {
  flex-direction: row-reverse;
}
.cid-uQQvyY2DQb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQQvyY2DQb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQQvyY2DQb .mbr-section-title {
  color: #008069;
  text-align: left;
}
.cid-uQQvyY2DQb .mbr-section-subtitle {
  text-align: left;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQRsoDD3Z9 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uQRsoDD3Z9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRsoDD3Z9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRsoDD3Z9 .row {
  flex-direction: row-reverse;
}
.cid-uQRsoDD3Z9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQRsoDD3Z9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQRsoDD3Z9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQRsoDD3Z9 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQRsoDD3Z9 .mbr-text,
.cid-uQRsoDD3Z9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uQRuwssMZz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQRuwssMZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRuwssMZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uQRuwssMZz .container {
    max-width: 1400px;
  }
}
.cid-uQRuwssMZz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #008069;
  margin-bottom: 2rem;
}
.cid-uQRuwssMZz .row {
  justify-content: center;
}
.cid-uQRuwssMZz .mbr-section-subtitle {
  text-align: center;
}
.cid-uQRuwssMZz .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uQRuwssMZz .mbr-section-title {
  color: #051d20;
}
.cid-uQRwv2IE03 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uQRwv2IE03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRwv2IE03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRwv2IE03 .row {
  justify-content: center;
}
.cid-uQRwv2IE03 .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uQRwv2IE03 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQRwv2IE03 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
}
.cid-uQRwv2IE03 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uQRwv2IE03 .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uQRwv2IE03 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQRwv2IE03 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uQRwv2IE03 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uQRwv2IE03 .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uQRwv2IE03 .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQRwv2IE03 .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uQRwv2IE03 .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQRwv2IE03 .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uQRwv2IE03 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uQRwv2IE03 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQRwv2IE03 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uQRwv2IE03 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQRwv2IE03 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQRwv2IE03 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uQRwv2IE03 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #008069;
}
.cid-uQRwv2IE03 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uQRwv2IE03 .panel-group .card .panel-collapse .panel-body {
  margin: 2px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uQRwv2IE03 .panel-group .card .panel-collapse .panel-body {
    margin: 10px 0 0 0;
  }
}
.cid-uQRwv2IE03 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQRwv2IE03 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uQRwv2IE03 .mbr-label,
.cid-uQRwv2IE03 .label-wrapper {
  color: #FFBE0D;
}
.cid-uQRwv2IE03 .mbr-section-title {
  color: #fff7ee;
}
.cid-uQRwv2IE03 .mbr-text,
.cid-uQRwv2IE03 .text-wrapper {
  color: #000000;
}
.cid-uQRwv2IE03 .panel-title-edit {
  color: #151e11;
}
.cid-uQRwv2IE03 .panel-text {
  color: #151e11;
}
.cid-uQRwv2IE03 .mbr-section-title,
.cid-uQRwv2IE03 .title-wrapper {
  color: #008069;
}
.cid-uQREKQIh5e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQREKQIh5e .item:focus,
.cid-uQREKQIh5e span:focus {
  outline: none;
}
.cid-uQREKQIh5e .item-wrapper {
  position: relative;
}
.cid-uQREKQIh5e .slide-content {
  position: relative;
  border-radius: 4px;
  background: #051d20;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQREKQIh5e .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQREKQIh5e .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uQREKQIh5e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQREKQIh5e .mbr-section-title {
  color: #232323;
}
.cid-uQREKQIh5e .mbr-text,
.cid-uQREKQIh5e .mbr-section-btn {
  text-align: center;
}
.cid-uQREKQIh5e .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uQREKQIh5e .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uQREKQIh5e .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uQREKQIh5e .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uQREKQIh5e .embla__button--next,
.cid-uQREKQIh5e .embla__button--prev {
  display: flex;
}
.cid-uQREKQIh5e .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uQREKQIh5e .embla__button {
    display: none;
  }
}
.cid-uQREKQIh5e .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQREKQIh5e .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uQREKQIh5e .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQREKQIh5e .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQREKQIh5e .embla__button {
    top: auto;
  }
}
.cid-uQREKQIh5e .embla {
  position: relative;
  width: 100%;
}
.cid-uQREKQIh5e .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uQREKQIh5e .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQREKQIh5e .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQREKQIh5e .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQREKQIh5e .mbr-section-subtitle {
  text-align: center;
}
.cid-uQRFwgPtEy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQRHKvtLOV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQRHKvtLOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRHKvtLOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRHKvtLOV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQRHKvtLOV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQRHKvtLOV .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #1bd4a1;
}
.cid-uQRHKvtLOV .panel-body,
.cid-uQRHKvtLOV .card-header {
  padding: 1rem 0;
}
.cid-uQRHKvtLOV .panel-title-edit {
  color: #000000;
}
.cid-uQRJuNTECu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQRJuNTECu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRJuNTECu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQRJuNTECu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQRJuNTECu .row {
  flex-direction: row-reverse;
}
.cid-uQRJuNTECu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQRJuNTECu .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQRJuNTECu .mbr-section-title {
  color: #008069;
  text-align: left;
}
.cid-uQRJuNTECu .mbr-section-subtitle {
  text-align: left;
}
.cid-uQRUeC6nMX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQRUeC6nMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRUeC6nMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRUeC6nMX .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uQRUeC6nMX .row .item {
  padding: 0 13px;
}
.cid-uQRUeC6nMX .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uQRUeC6nMX .item {
    margin-bottom: 16px;
  }
}
.cid-uQRUeC6nMX .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uQRUeC6nMX .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQRUeC6nMX .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uQRUeC6nMX .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQRUeC6nMX .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000002;
  z-index: 1;
  opacity: 0.3;
  pointer-events: none;
}
.cid-uQRUeC6nMX .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uQRUeC6nMX .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQRUeC6nMX .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uQRUeC6nMX .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uQRUeC6nMX .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQRUeC6nMX .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQRUeC6nMX .item-label,
.cid-uQRUeC6nMX .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uQRUeC6nMX .item-title {
  color: #fff7ee;
}
.cid-uQRUeC6nMX .item-title,
.cid-uQRUeC6nMX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQQO0NJv4T {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uQQO0NJv4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQO0NJv4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQO0NJv4T .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQQO0NJv4T .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uQQO0NJv4T .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uQQO0NJv4T .mbr-text,
.cid-uQQO0NJv4T .mbr-section-btn {
  color: #ffffff;
}
.cid-uQQPCkHdgX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQPCkHdgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQPCkHdgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQPCkHdgX .row {
  justify-content: center;
}
.cid-uQQPCkHdgX .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uQQPCkHdgX .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQQPCkHdgX .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
}
.cid-uQQPCkHdgX .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uQQPCkHdgX .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uQQPCkHdgX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQQPCkHdgX .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uQQPCkHdgX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uQQPCkHdgX .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uQQPCkHdgX .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQQPCkHdgX .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uQQPCkHdgX .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  .cid-uQQPCkHdgX .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uQQPCkHdgX .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uQQPCkHdgX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQQPCkHdgX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uQQPCkHdgX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQQPCkHdgX .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQQPCkHdgX .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uQQPCkHdgX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #151e11;
}
.cid-uQQPCkHdgX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uQQPCkHdgX .panel-group .card .panel-collapse .panel-body {
  margin: 2px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uQQPCkHdgX .panel-group .card .panel-collapse .panel-body {
    margin: 10px 0 0 0;
  }
}
.cid-uQQPCkHdgX .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQQPCkHdgX .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uQQPCkHdgX .mbr-label,
.cid-uQQPCkHdgX .label-wrapper {
  color: #FFBE0D;
}
.cid-uQQPCkHdgX .mbr-section-title {
  color: #fff7ee;
}
.cid-uQQPCkHdgX .mbr-text,
.cid-uQQPCkHdgX .text-wrapper {
  color: #000000;
}
.cid-uQQPCkHdgX .panel-title-edit {
  color: #151e11;
}
.cid-uQQPCkHdgX .panel-text {
  color: #151e11;
}
.cid-uQQPCkHdgX .mbr-section-title,
.cid-uQQPCkHdgX .title-wrapper {
  color: #008069;
}
.cid-uQQZjwrfzR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQQOC6bZb5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQQOC6bZb5 blockquote {
  border-color: #24e0ac;
  border-radius: 4px;
  background-color: #eeeeee;
}
.cid-uQQOfpvtUC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQQZ3XbTQH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQQZ3XbTQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQZ3XbTQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQZ3XbTQH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQQZ3XbTQH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQQZ3XbTQH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1bd4a1;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uQR4LP8Gub {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQR54AMLYK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQR54AMLYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR54AMLYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR54AMLYK .mbr-section-title {
  color: #216155;
}
.cid-uQR4Z4VZwg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQR4Z4VZwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQR4Z4VZwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQR4Z4VZwg .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #1bd4a1;
  margin-bottom: 2rem;
}
.cid-uQR4Z4VZwg .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uR1JdySR89 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uR1JdySR89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1JdySR89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1JdySR89 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uR1JdySR89 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uR1JdySR89 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uR1JdySR89 .mbr-text,
.cid-uR1JdySR89 .mbr-section-btn {
  color: #ffffff;
}
.cid-uR1GyqLPW5 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f8f8f6;
}
.cid-uR1GyqLPW5 img,
.cid-uR1GyqLPW5 .item-img {
  width: 100%;
}
.cid-uR1GyqLPW5 .item:focus,
.cid-uR1GyqLPW5 span:focus {
  outline: none;
}
.cid-uR1GyqLPW5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR1GyqLPW5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #062028;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uR1GyqLPW5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR1GyqLPW5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uR1GyqLPW5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR1GyqLPW5 .mbr-section-title {
  color: #232323;
}
.cid-uR1GyqLPW5 .mbr-text,
.cid-uR1GyqLPW5 .mbr-section-btn {
  text-align: left;
  color: #ebebeb;
}
.cid-uR1GyqLPW5 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uR1GyqLPW5 .item-subtitle {
  text-align: center;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uR2KyXH1Mm {
  z-index: 1000;
  width: 100%;
}
.cid-uR2KyXH1Mm nav.navbar {
  position: fixed;
}
.cid-uR2KyXH1Mm .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR2KyXH1Mm .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uR2KyXH1Mm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR2KyXH1Mm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uR2KyXH1Mm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uR2KyXH1Mm .dropdown-item:hover,
.cid-uR2KyXH1Mm .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uR2KyXH1Mm .dropdown-item:hover span {
  color: white;
}
.cid-uR2KyXH1Mm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR2KyXH1Mm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR2KyXH1Mm .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uR2KyXH1Mm .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uR2KyXH1Mm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR2KyXH1Mm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR2KyXH1Mm .nav-link {
  position: relative;
}
.cid-uR2KyXH1Mm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uR2KyXH1Mm .container {
    flex-wrap: nowrap;
  }
}
.cid-uR2KyXH1Mm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR2KyXH1Mm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR2KyXH1Mm .dropdown-menu,
.cid-uR2KyXH1Mm .navbar.opened {
  background: #041415 !important;
}
.cid-uR2KyXH1Mm .nav-item:focus,
.cid-uR2KyXH1Mm .nav-link:focus {
  outline: none;
}
.cid-uR2KyXH1Mm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR2KyXH1Mm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR2KyXH1Mm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR2KyXH1Mm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR2KyXH1Mm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2KyXH1Mm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2KyXH1Mm .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR2KyXH1Mm .navbar.opened {
  transition: all 0.3s;
}
.cid-uR2KyXH1Mm .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uR2KyXH1Mm .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uR2KyXH1Mm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR2KyXH1Mm .navbar.collapsed {
  justify-content: center;
}
.cid-uR2KyXH1Mm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2KyXH1Mm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR2KyXH1Mm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2KyXH1Mm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2KyXH1Mm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uR2KyXH1Mm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2KyXH1Mm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR2KyXH1Mm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR2KyXH1Mm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2KyXH1Mm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2KyXH1Mm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2KyXH1Mm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR2KyXH1Mm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uR2KyXH1Mm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR2KyXH1Mm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR2KyXH1Mm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR2KyXH1Mm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR2KyXH1Mm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR2KyXH1Mm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR2KyXH1Mm .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR2KyXH1Mm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR2KyXH1Mm .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uR2KyXH1Mm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR2KyXH1Mm .navbar-brand .navbar-caption:hover,
.cid-uR2KyXH1Mm .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uR2KyXH1Mm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2KyXH1Mm .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uR2KyXH1Mm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR2KyXH1Mm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uR2KyXH1Mm .dropdown-item.active,
.cid-uR2KyXH1Mm .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2KyXH1Mm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR2KyXH1Mm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2KyXH1Mm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2KyXH1Mm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uR2KyXH1Mm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR2KyXH1Mm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2KyXH1Mm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2KyXH1Mm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR2KyXH1Mm ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uR2KyXH1Mm .navbar-buttons {
  text-align: center;
}
.cid-uR2KyXH1Mm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uR2KyXH1Mm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR2KyXH1Mm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR2KyXH1Mm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uR2KyXH1Mm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR2KyXH1Mm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR2KyXH1Mm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR2KyXH1Mm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR2KyXH1Mm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2KyXH1Mm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR2KyXH1Mm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR2KyXH1Mm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2KyXH1Mm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR2KyXH1Mm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR2KyXH1Mm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR2KyXH1Mm .navbar {
    height: 70px;
  }
  .cid-uR2KyXH1Mm .navbar.opened {
    height: auto;
  }
  .cid-uR2KyXH1Mm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR2KyXH1Mm .navbar-nav {
  margin: 0 auto;
}
.cid-uR2KyXH1Mm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR2KyXH1Mm .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uR2KyXH1Mm .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uR2KyXH1Mm .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uR2KyXH1Mm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR2KyXH1Mm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR2KyXH1Mm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uR2KyXH1Mm .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uR2KyXH1Mm .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uR2KyXH1Mm .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR2KyXH1Mm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR2KyXH1Mm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR2KyXH1Mm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR2KyXH1Mm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR2KyXH1Mm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uR2KyXH1Mm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uR2Kz2L5VJ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uR2Kz2L5VJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2Kz2L5VJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2Kz2L5VJ .row {
  flex-direction: row-reverse;
}
.cid-uR2Kz2L5VJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uR2Kz2L5VJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2Kz2L5VJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR2Kz2L5VJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uR2Kz2L5VJ .mbr-text,
.cid-uR2Kz2L5VJ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uR2LXRtq8F {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2LXRtq8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2LXRtq8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2Kz3LgAc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2Kz3LgAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2Kz3LgAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uR2Kz3LgAc .container {
    max-width: 1400px;
  }
}
.cid-uR2Kz3LgAc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #008069;
  margin-bottom: 2rem;
}
.cid-uR2Kz3LgAc .row {
  justify-content: center;
}
.cid-uR2Kz3LgAc .mbr-section-subtitle {
  text-align: center;
}
.cid-uR2Kz3LgAc .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uR2Kz3LgAc .mbr-section-title {
  color: #051d20;
}
.cid-uR2Kz5jaCn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uR2Kz5jaCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2Kz5jaCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2Kz5jaCn .row {
  justify-content: center;
}
.cid-uR2Kz5jaCn .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uR2Kz5jaCn .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uR2Kz5jaCn .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
}
.cid-uR2Kz5jaCn .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uR2Kz5jaCn .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uR2Kz5jaCn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uR2Kz5jaCn .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uR2Kz5jaCn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uR2Kz5jaCn .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uR2Kz5jaCn .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uR2Kz5jaCn .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uR2Kz5jaCn .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2Kz5jaCn .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uR2Kz5jaCn .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uR2Kz5jaCn .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR2Kz5jaCn .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uR2Kz5jaCn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR2Kz5jaCn .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uR2Kz5jaCn .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uR2Kz5jaCn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #008069;
}
.cid-uR2Kz5jaCn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uR2Kz5jaCn .panel-group .card .panel-collapse .panel-body {
  margin: 2px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uR2Kz5jaCn .panel-group .card .panel-collapse .panel-body {
    margin: 10px 0 0 0;
  }
}
.cid-uR2Kz5jaCn .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR2Kz5jaCn .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uR2Kz5jaCn .mbr-label,
.cid-uR2Kz5jaCn .label-wrapper {
  color: #FFBE0D;
}
.cid-uR2Kz5jaCn .mbr-section-title {
  color: #fff7ee;
}
.cid-uR2Kz5jaCn .mbr-text,
.cid-uR2Kz5jaCn .text-wrapper {
  color: #000000;
}
.cid-uR2Kz5jaCn .panel-title-edit {
  color: #151e11;
}
.cid-uR2Kz5jaCn .panel-text {
  color: #151e11;
}
.cid-uR2Kz5jaCn .mbr-section-title,
.cid-uR2Kz5jaCn .title-wrapper {
  color: #008069;
}
.cid-uR2Kz5zUae {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR2Kz5zUae .item:focus,
.cid-uR2Kz5zUae span:focus {
  outline: none;
}
.cid-uR2Kz5zUae .item-wrapper {
  position: relative;
}
.cid-uR2Kz5zUae .slide-content {
  position: relative;
  border-radius: 4px;
  background: #051d20;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uR2Kz5zUae .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR2Kz5zUae .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uR2Kz5zUae .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR2Kz5zUae .mbr-section-title {
  color: #232323;
}
.cid-uR2Kz5zUae .mbr-text,
.cid-uR2Kz5zUae .mbr-section-btn {
  text-align: center;
}
.cid-uR2Kz5zUae .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uR2Kz5zUae .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uR2Kz5zUae .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uR2Kz5zUae .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uR2Kz5zUae .embla__button--next,
.cid-uR2Kz5zUae .embla__button--prev {
  display: flex;
}
.cid-uR2Kz5zUae .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uR2Kz5zUae .embla__button {
    display: none;
  }
}
.cid-uR2Kz5zUae .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uR2Kz5zUae .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uR2Kz5zUae .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR2Kz5zUae .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uR2Kz5zUae .embla__button {
    top: auto;
  }
}
.cid-uR2Kz5zUae .embla {
  position: relative;
  width: 100%;
}
.cid-uR2Kz5zUae .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uR2Kz5zUae .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR2Kz5zUae .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR2Kz5zUae .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR2Kz5zUae .mbr-section-subtitle {
  text-align: center;
}
.cid-uR2Kz6QLDw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR2Kz7EQgc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR2Kz7EQgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2Kz7EQgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uR2Kz7EQgc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR2Kz7EQgc .row {
  flex-direction: row-reverse;
}
.cid-uR2Kz7EQgc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uR2Kz7EQgc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uR2Kz7EQgc .mbr-section-title {
  color: #008069;
  text-align: left;
}
.cid-uR2Kz7EQgc .mbr-section-subtitle {
  text-align: left;
}
.cid-uR3dFICNOG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR3dFICNOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3dFICNOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3dFICNOG .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uR3dFICNOG .row .item {
  padding: 0 13px;
}
.cid-uR3dFICNOG .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uR3dFICNOG .item {
    margin-bottom: 16px;
  }
}
.cid-uR3dFICNOG .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uR3dFICNOG .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uR3dFICNOG .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uR3dFICNOG .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uR3dFICNOG .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000002;
  z-index: 1;
  opacity: 0.3;
  pointer-events: none;
}
.cid-uR3dFICNOG .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uR3dFICNOG .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR3dFICNOG .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uR3dFICNOG .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uR3dFICNOG .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uR3dFICNOG .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uR3dFICNOG .item-label,
.cid-uR3dFICNOG .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uR3dFICNOG .item-title {
  color: #fff7ee;
}
.cid-uR3dFICNOG .item-title,
.cid-uR3dFICNOG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uR2Kz8ib1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uR2Kz8ib1v .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uR2Kz8ib1v .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uR2Kz8ib1v .row {
    text-align: center;
  }
  .cid-uR2Kz8ib1v .row > div {
    margin: auto;
  }
  .cid-uR2Kz8ib1v .social-row {
    justify-content: center;
  }
}
.cid-uR2Kz8ib1v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uR2Kz8ib1v .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uR2Kz8ib1v .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2Kz8ib1v .list {
    margin-bottom: 0rem;
  }
}
.cid-uR2Kz8ib1v .mbr-text {
  color: #fafafa;
}
.cid-uR2Kz8ib1v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uR2Kz8ib1v .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uR2Kz8ib1v div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uR2Kz8ib1v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR2Kz8ib1v H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uR3k8Qkp7H {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uR3k8Qkp7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3k8Qkp7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3k8Qkp7H .row {
  flex-direction: row-reverse;
}
.cid-uR3k8Qkp7H .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uR3k8Qkp7H .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uR3k8Qkp7H .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR3k8Qkp7H .mbr-section-title {
  text-align: left;
  color: #1ca781;
}
.cid-uR3k8Qkp7H .mbr-text,
.cid-uR3k8Qkp7H .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uR3kE4b4P8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR3kE4b4P8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3kE4b4P8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uR3kE4b4P8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR3kE4b4P8 .row {
  flex-direction: row-reverse;
}
.cid-uR3kE4b4P8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uR3kE4b4P8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uR3kCwwNnd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ebebeb;
}
.cid-uR3kCwwNnd h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uR3kCwwNnd .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uR3kCwwNnd .mbr-section-subtitle {
  color: #333333;
}
.cid-uR3kCwwNnd .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uR3kCwwNnd ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uR3kCwwNnd .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uR3kCwwNnd .progress1 path {
  stroke: #1bd4a1;
}
.cid-uR3kCwwNnd .progress2 path {
  stroke: #1ca781;
}
.cid-uR3kCwwNnd .progress3 path {
  stroke: #008069;
}
.cid-uR3kCwwNnd .progress4 path {
  stroke: #216155;
}
.cid-uR3kCwwNnd .card-text {
  color: #353535;
}
.cid-v1G1zaZo9g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #034c3f;
}
.cid-v1G1zaZo9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G1zaZo9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G1zaZo9g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1G1zaZo9g .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1G1zaZo9g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1G1zaZo9g .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1G1zaZo9g .mbr-text,
.cid-v1G1zaZo9g .mbr-section-btn {
  text-align: left;
  color: #ededed;
}
.cid-uR3kFoNnMy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uR3kFoNnMy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR3kFoNnMy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uR3kFoNnMy .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1G9tJeiSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1G9tJeiSj blockquote {
  border-color: #1ca781;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uR3kGz6BUQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR3kGz6BUQ img,
.cid-uR3kGz6BUQ .item-img {
  width: 100%;
}
.cid-uR3kGz6BUQ .item:focus,
.cid-uR3kGz6BUQ span:focus {
  outline: none;
}
.cid-uR3kGz6BUQ .item-wrapper {
  position: relative;
}
.cid-uR3kGz6BUQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ebebeb;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uR3kGz6BUQ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR3kGz6BUQ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uR3kGz6BUQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR3kGz6BUQ .mbr-section-title {
  color: #232323;
}
.cid-uR3kGz6BUQ .mbr-text,
.cid-uR3kGz6BUQ .mbr-section-btn {
  text-align: left;
}
.cid-uR3kGz6BUQ .item-title {
  text-align: left;
}
.cid-uR3kGz6BUQ .item-subtitle {
  text-align: left;
  color: #008069;
}
.cid-uR3kGz6BUQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uR3kGz6BUQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uR3kGz6BUQ .embla__button--next,
.cid-uR3kGz6BUQ .embla__button--prev {
  display: flex;
}
.cid-uR3kGz6BUQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uR3kGz6BUQ .embla__button {
    display: none;
  }
}
.cid-uR3kGz6BUQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uR3kGz6BUQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uR3kGz6BUQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR3kGz6BUQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uR3kGz6BUQ .embla__button {
    top: auto;
  }
}
.cid-uR3kGz6BUQ .embla {
  position: relative;
  width: 100%;
}
.cid-uR3kGz6BUQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uR3kGz6BUQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR3kGz6BUQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR3kGz6BUQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR3kGz6BUQ .mbr-section-subtitle {
  color: #008069;
}
.cid-uR3kHoGogN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uR3kHoGogN .img-wrapper {
  text-align: center;
}
.cid-uR3kHoGogN img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uR3kHoGogN .row {
  align-items: flex-start;
}
.cid-uR3kHoGogN .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR3kHoGogN .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uR3kHoGogN .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR3kHoGogN .card-wrapper {
    padding: 1rem;
  }
}
.cid-uR3kHoGogN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uR3kHoGogN .mbr-section-subtitle {
  color: #1bd4a1;
  text-align: center;
}
.cid-uR3kHoGogN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR3kHoGogN .mbr-text,
.cid-uR3kHoGogN .mbr-section-btn {
  color: #000000;
}
.cid-uR3kHZbTlA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR3kHZbTlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3kHZbTlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uR3kHZbTlA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR3kHZbTlA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uR3kHZbTlA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uR3kHZbTlA .mbr-text {
  color: #000000;
}
.cid-v1GpZ17tGy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-v1GpZ17tGy img,
.cid-v1GpZ17tGy .item-img {
  width: 100%;
}
.cid-v1GpZ17tGy .item:focus,
.cid-v1GpZ17tGy span:focus {
  outline: none;
}
.cid-v1GpZ17tGy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v1GpZ17tGy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1GpZ17tGy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v1GpZ17tGy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1GpZ17tGy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v1GpZ17tGy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v1GpZ17tGy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1GpZ17tGy .mbr-section-title {
  color: #232323;
}
.cid-v1GpZ17tGy .mbr-text,
.cid-v1GpZ17tGy .mbr-section-btn {
  text-align: left;
}
.cid-v1GpZ17tGy .item-title {
  text-align: left;
}
.cid-v1GpZ17tGy .item-subtitle {
  text-align: left;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uR3yXiVXlC {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uR3yXiVXlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3yXiVXlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3yXiVXlC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uR3yXiVXlC .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uR3yXiVXlC .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uR3yXiVXlC .mbr-text,
.cid-uR3yXiVXlC .mbr-section-btn {
  color: #ffffff;
}
.cid-uR3yYJTLeN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR3yZfXNtn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR3yZfXNtn img,
.cid-uR3yZfXNtn .item-img {
  width: 100%;
}
.cid-uR3yZfXNtn .item:focus,
.cid-uR3yZfXNtn span:focus {
  outline: none;
}
.cid-uR3yZfXNtn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR3yZfXNtn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #eeeeee;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uR3yZfXNtn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR3yZfXNtn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uR3yZfXNtn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR3yZfXNtn .mbr-section-title {
  color: #008069;
}
.cid-uR3yZfXNtn .mbr-text,
.cid-uR3yZfXNtn .mbr-section-btn {
  text-align: left;
}
.cid-uR3yZfXNtn .item-title {
  text-align: left;
}
.cid-uR3yZfXNtn .item-subtitle {
  text-align: center;
}
.cid-uR3z0zVq9z {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
.cid-uR3A7bfKPU {
  z-index: 1000;
  width: 100%;
}
.cid-uR3A7bfKPU nav.navbar {
  position: fixed;
}
.cid-uR3A7bfKPU .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR3A7bfKPU .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uR3A7bfKPU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR3A7bfKPU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uR3A7bfKPU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uR3A7bfKPU .dropdown-item:hover,
.cid-uR3A7bfKPU .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uR3A7bfKPU .dropdown-item:hover span {
  color: white;
}
.cid-uR3A7bfKPU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR3A7bfKPU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR3A7bfKPU .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uR3A7bfKPU .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uR3A7bfKPU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR3A7bfKPU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR3A7bfKPU .nav-link {
  position: relative;
}
.cid-uR3A7bfKPU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uR3A7bfKPU .container {
    flex-wrap: nowrap;
  }
}
.cid-uR3A7bfKPU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR3A7bfKPU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR3A7bfKPU .dropdown-menu,
.cid-uR3A7bfKPU .navbar.opened {
  background: #041415 !important;
}
.cid-uR3A7bfKPU .nav-item:focus,
.cid-uR3A7bfKPU .nav-link:focus {
  outline: none;
}
.cid-uR3A7bfKPU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR3A7bfKPU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR3A7bfKPU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR3A7bfKPU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR3A7bfKPU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR3A7bfKPU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR3A7bfKPU .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR3A7bfKPU .navbar.opened {
  transition: all 0.3s;
}
.cid-uR3A7bfKPU .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uR3A7bfKPU .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uR3A7bfKPU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR3A7bfKPU .navbar.collapsed {
  justify-content: center;
}
.cid-uR3A7bfKPU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR3A7bfKPU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR3A7bfKPU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR3A7bfKPU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR3A7bfKPU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uR3A7bfKPU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR3A7bfKPU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR3A7bfKPU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR3A7bfKPU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR3A7bfKPU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR3A7bfKPU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR3A7bfKPU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR3A7bfKPU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uR3A7bfKPU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR3A7bfKPU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR3A7bfKPU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR3A7bfKPU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR3A7bfKPU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR3A7bfKPU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR3A7bfKPU .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR3A7bfKPU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR3A7bfKPU .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uR3A7bfKPU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR3A7bfKPU .navbar-brand .navbar-caption:hover,
.cid-uR3A7bfKPU .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uR3A7bfKPU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR3A7bfKPU .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uR3A7bfKPU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR3A7bfKPU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uR3A7bfKPU .dropdown-item.active,
.cid-uR3A7bfKPU .dropdown-item:active {
  background-color: transparent;
}
.cid-uR3A7bfKPU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR3A7bfKPU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR3A7bfKPU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR3A7bfKPU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uR3A7bfKPU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR3A7bfKPU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR3A7bfKPU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR3A7bfKPU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR3A7bfKPU ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uR3A7bfKPU .navbar-buttons {
  text-align: center;
}
.cid-uR3A7bfKPU .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uR3A7bfKPU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR3A7bfKPU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR3A7bfKPU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uR3A7bfKPU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR3A7bfKPU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR3A7bfKPU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR3A7bfKPU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR3A7bfKPU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR3A7bfKPU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR3A7bfKPU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR3A7bfKPU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR3A7bfKPU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR3A7bfKPU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR3A7bfKPU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR3A7bfKPU .navbar {
    height: 70px;
  }
  .cid-uR3A7bfKPU .navbar.opened {
    height: auto;
  }
  .cid-uR3A7bfKPU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR3A7bfKPU .navbar-nav {
  margin: 0 auto;
}
.cid-uR3A7bfKPU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR3A7bfKPU .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uR3A7bfKPU .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uR3A7bfKPU .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uR3A7bfKPU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR3A7bfKPU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR3A7bfKPU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uR3A7bfKPU .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uR3A7bfKPU .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uR3A7bfKPU .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR3A7bfKPU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR3A7bfKPU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR3A7bfKPU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR3A7bfKPU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR3A7bfKPU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uR3A7bfKPU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uR3A7bUbOu {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uR3A7bUbOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3A7bUbOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3A7bUbOu .row {
  flex-direction: row-reverse;
}
.cid-uR3A7bUbOu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uR3A7bUbOu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uR3A7bUbOu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR3A7bUbOu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uR3A7bUbOu .mbr-text,
.cid-uR3A7bUbOu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uR3JROtB1E {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR3JROtB1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3JROtB1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uR3JROtB1E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR3JROtB1E img {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-uR3JROtB1E .text-wrapper {
    padding: 2rem;
  }
}
.cid-uR3JROtB1E .mbr-text {
  color: #000000;
}
.cid-uR3A7cP4WJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uR3A7cP4WJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3A7cP4WJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3A7cP4WJ .row {
  justify-content: center;
}
.cid-uR3A7cP4WJ .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uR3A7cP4WJ .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uR3A7cP4WJ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
}
.cid-uR3A7cP4WJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uR3A7cP4WJ .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uR3A7cP4WJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uR3A7cP4WJ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uR3A7cP4WJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uR3A7cP4WJ .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uR3A7cP4WJ .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uR3A7cP4WJ .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uR3A7cP4WJ .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR3A7cP4WJ .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uR3A7cP4WJ .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uR3A7cP4WJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR3A7cP4WJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uR3A7cP4WJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR3A7cP4WJ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uR3A7cP4WJ .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uR3A7cP4WJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #008069;
}
.cid-uR3A7cP4WJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uR3A7cP4WJ .panel-group .card .panel-collapse .panel-body {
  margin: 2px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uR3A7cP4WJ .panel-group .card .panel-collapse .panel-body {
    margin: 10px 0 0 0;
  }
}
.cid-uR3A7cP4WJ .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR3A7cP4WJ .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uR3A7cP4WJ .mbr-label,
.cid-uR3A7cP4WJ .label-wrapper {
  color: #FFBE0D;
}
.cid-uR3A7cP4WJ .mbr-section-title {
  color: #fff7ee;
}
.cid-uR3A7cP4WJ .mbr-text,
.cid-uR3A7cP4WJ .text-wrapper {
  color: #000000;
}
.cid-uR3A7cP4WJ .panel-title-edit {
  color: #151e11;
}
.cid-uR3A7cP4WJ .panel-text {
  color: #151e11;
}
.cid-uR3A7cP4WJ .mbr-section-title,
.cid-uR3A7cP4WJ .title-wrapper {
  color: #008069;
}
.cid-uR3ZLa65kP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uR3ZLa65kP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3ZLa65kP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3ZLa65kP .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uR3ZLa65kP .icon-box {
  background: #008069;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uR3ZLa65kP .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uR3ZLa65kP .card {
    margin-bottom: 2rem;
  }
  .cid-uR3ZLa65kP .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uR3ZLa65kP .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uR3A7eZBR2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR3A7eZBR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3A7eZBR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3A7eZBR2 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uR3A7eZBR2 .row .item {
  padding: 0 13px;
}
.cid-uR3A7eZBR2 .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uR3A7eZBR2 .item {
    margin-bottom: 16px;
  }
}
.cid-uR3A7eZBR2 .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uR3A7eZBR2 .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uR3A7eZBR2 .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uR3A7eZBR2 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uR3A7eZBR2 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000002;
  z-index: 1;
  opacity: 0.3;
  pointer-events: none;
}
.cid-uR3A7eZBR2 .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uR3A7eZBR2 .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR3A7eZBR2 .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uR3A7eZBR2 .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uR3A7eZBR2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uR3A7eZBR2 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uR3A7eZBR2 .item-label,
.cid-uR3A7eZBR2 .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uR3A7eZBR2 .item-title {
  color: #fff7ee;
}
.cid-uR3A7eZBR2 .item-title,
.cid-uR3A7eZBR2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uR3A7feLWN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uR3A7feLWN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uR3A7feLWN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uR3A7feLWN .row {
    text-align: center;
  }
  .cid-uR3A7feLWN .row > div {
    margin: auto;
  }
  .cid-uR3A7feLWN .social-row {
    justify-content: center;
  }
}
.cid-uR3A7feLWN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uR3A7feLWN .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uR3A7feLWN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uR3A7feLWN .list {
    margin-bottom: 0rem;
  }
}
.cid-uR3A7feLWN .mbr-text {
  color: #fafafa;
}
.cid-uR3A7feLWN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uR3A7feLWN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uR3A7feLWN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uR3A7feLWN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3A7feLWN H5 {
  color: #ffffff;
}
.cid-uR2KyXH1Mm {
  z-index: 1000;
  width: 100%;
}
.cid-uR2KyXH1Mm nav.navbar {
  position: fixed;
}
.cid-uR2KyXH1Mm .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR2KyXH1Mm .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uR2KyXH1Mm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR2KyXH1Mm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uR2KyXH1Mm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uR2KyXH1Mm .dropdown-item:hover,
.cid-uR2KyXH1Mm .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uR2KyXH1Mm .dropdown-item:hover span {
  color: white;
}
.cid-uR2KyXH1Mm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR2KyXH1Mm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR2KyXH1Mm .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uR2KyXH1Mm .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uR2KyXH1Mm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR2KyXH1Mm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR2KyXH1Mm .nav-link {
  position: relative;
}
.cid-uR2KyXH1Mm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uR2KyXH1Mm .container {
    flex-wrap: nowrap;
  }
}
.cid-uR2KyXH1Mm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR2KyXH1Mm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR2KyXH1Mm .dropdown-menu,
.cid-uR2KyXH1Mm .navbar.opened {
  background: #041415 !important;
}
.cid-uR2KyXH1Mm .nav-item:focus,
.cid-uR2KyXH1Mm .nav-link:focus {
  outline: none;
}
.cid-uR2KyXH1Mm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR2KyXH1Mm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR2KyXH1Mm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR2KyXH1Mm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR2KyXH1Mm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2KyXH1Mm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2KyXH1Mm .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR2KyXH1Mm .navbar.opened {
  transition: all 0.3s;
}
.cid-uR2KyXH1Mm .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uR2KyXH1Mm .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uR2KyXH1Mm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR2KyXH1Mm .navbar.collapsed {
  justify-content: center;
}
.cid-uR2KyXH1Mm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2KyXH1Mm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR2KyXH1Mm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2KyXH1Mm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2KyXH1Mm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uR2KyXH1Mm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2KyXH1Mm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR2KyXH1Mm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR2KyXH1Mm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2KyXH1Mm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2KyXH1Mm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2KyXH1Mm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR2KyXH1Mm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uR2KyXH1Mm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR2KyXH1Mm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR2KyXH1Mm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR2KyXH1Mm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR2KyXH1Mm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR2KyXH1Mm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR2KyXH1Mm .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR2KyXH1Mm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR2KyXH1Mm .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uR2KyXH1Mm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR2KyXH1Mm .navbar-brand .navbar-caption:hover,
.cid-uR2KyXH1Mm .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uR2KyXH1Mm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2KyXH1Mm .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uR2KyXH1Mm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR2KyXH1Mm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uR2KyXH1Mm .dropdown-item.active,
.cid-uR2KyXH1Mm .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2KyXH1Mm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR2KyXH1Mm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2KyXH1Mm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2KyXH1Mm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uR2KyXH1Mm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR2KyXH1Mm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2KyXH1Mm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2KyXH1Mm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR2KyXH1Mm ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uR2KyXH1Mm .navbar-buttons {
  text-align: center;
}
.cid-uR2KyXH1Mm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uR2KyXH1Mm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR2KyXH1Mm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR2KyXH1Mm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uR2KyXH1Mm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR2KyXH1Mm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR2KyXH1Mm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR2KyXH1Mm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR2KyXH1Mm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2KyXH1Mm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR2KyXH1Mm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR2KyXH1Mm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2KyXH1Mm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR2KyXH1Mm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR2KyXH1Mm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR2KyXH1Mm .navbar {
    height: 70px;
  }
  .cid-uR2KyXH1Mm .navbar.opened {
    height: auto;
  }
  .cid-uR2KyXH1Mm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR2KyXH1Mm .navbar-nav {
  margin: 0 auto;
}
.cid-uR2KyXH1Mm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR2KyXH1Mm .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uR2KyXH1Mm .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uR2KyXH1Mm .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uR2KyXH1Mm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR2KyXH1Mm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR2KyXH1Mm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uR2KyXH1Mm .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uR2KyXH1Mm .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uR2KyXH1Mm .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR2KyXH1Mm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR2KyXH1Mm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR2KyXH1Mm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR2KyXH1Mm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR2KyXH1Mm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uR2KyXH1Mm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uR3B2OOuRR {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-300.webp");
}
.cid-uR3B2OOuRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3B2OOuRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3B2OOuRR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uR3B2OOuRR .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uR3B2OOuRR .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-hight: 1.5;
}
.cid-uR3B2OOuRR .mbr-text,
.cid-uR3B2OOuRR .mbr-section-btn {
  color: #ffffff;
}
.cid-uR3BmOET7q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebebeb;
}
.cid-uR3BmOET7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR3BmOET7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3BmOET7q .row {
  justify-content: center;
}
.cid-uR3BmOET7q .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uR3BmOET7q .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uR3BmOET7q .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uR3BmOET7q .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR3BmOET7q .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uR3BmOET7q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uR3BmOET7q .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uR3BmOET7q .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uR3BmOET7q .mbr-label,
.cid-uR3BmOET7q .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uR3BmOET7q .mbr-section-title {
  color: #fff7ee;
}
.cid-uR3BmOET7q .mbr-text,
.cid-uR3BmOET7q .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uR3BmOET7q .mbr-section-title,
.cid-uR3BmOET7q .mbr-section-btn {
  text-align: center;
}
.cid-uR2Kz8ib1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uR2Kz8ib1v .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uR2Kz8ib1v .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uR2Kz8ib1v .row {
    text-align: center;
  }
  .cid-uR2Kz8ib1v .row > div {
    margin: auto;
  }
  .cid-uR2Kz8ib1v .social-row {
    justify-content: center;
  }
}
.cid-uR2Kz8ib1v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uR2Kz8ib1v .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uR2Kz8ib1v .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2Kz8ib1v .list {
    margin-bottom: 0rem;
  }
}
.cid-uR2Kz8ib1v .mbr-text {
  color: #fafafa;
}
.cid-uR2Kz8ib1v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uR2Kz8ib1v .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uR2Kz8ib1v div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uR2Kz8ib1v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR2Kz8ib1v H5 {
  color: #ffffff;
}
.cid-uGRMb81ClY {
  z-index: 1000;
  width: 100%;
}
.cid-uGRMb81ClY nav.navbar {
  position: fixed;
}
.cid-uGRMb81ClY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uGRMb81ClY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGRMb81ClY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #051d20 !important;
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .dropdown-item:hover,
.cid-uGRMb81ClY .dropdown-item:focus {
  background: #051d20 !important;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .dropdown-item:hover span {
  color: white;
}
.cid-uGRMb81ClY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGRMb81ClY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white {
  color: #24e0ac !important;
}
.cid-uGRMb81ClY .cid-uGRMb81C1Y a.dropdown-item.text-white:hover {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGRMb81ClY .nav-link {
  position: relative;
}
.cid-uGRMb81ClY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGRMb81ClY .container {
    flex-wrap: nowrap;
  }
}
.cid-uGRMb81ClY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGRMb81ClY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGRMb81ClY .dropdown-menu,
.cid-uGRMb81ClY .navbar.opened {
  background: #041415 !important;
}
.cid-uGRMb81ClY .nav-item:focus,
.cid-uGRMb81ClY .nav-link:focus {
  outline: none;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGRMb81ClY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGRMb81ClY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGRMb81ClY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGRMb81ClY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(4, 20, 21, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY .navbar.opened {
  transition: all 0.3s;
}
.cid-uGRMb81ClY .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uGRMb81ClY .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGRMb81ClY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGRMb81ClY .navbar.collapsed {
  justify-content: center;
}
.cid-uGRMb81ClY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGRMb81ClY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGRMb81ClY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGRMb81ClY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGRMb81ClY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGRMb81ClY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGRMb81ClY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGRMb81ClY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGRMb81ClY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGRMb81ClY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGRMb81ClY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGRMb81ClY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGRMb81ClY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGRMb81ClY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGRMb81ClY .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar-brand .navbar-caption:focus {
  color: #051d20 !important;
}
.cid-uGRMb81ClY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption {
  color: #041415 !important;
}
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGRMb81ClY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #041415 !important;
}
.cid-uGRMb81ClY .dropdown-item.active,
.cid-uGRMb81ClY .dropdown-item:active {
  background-color: transparent;
}
.cid-uGRMb81ClY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGRMb81ClY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #041415;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGRMb81ClY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGRMb81ClY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGRMb81ClY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGRMb81ClY ul.navbar-nav {
    padding: 0;
    background-color: #051d20;
    border: 2px solid #ffffff;
  }
}
.cid-uGRMb81ClY .navbar-buttons {
  text-align: center;
}
.cid-uGRMb81ClY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uGRMb81ClY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGRMb81ClY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #041415 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2efdc4;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGRMb81ClY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGRMb81ClY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGRMb81ClY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGRMb81ClY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGRMb81ClY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGRMb81ClY .navbar {
    height: 70px;
  }
  .cid-uGRMb81ClY .navbar.opened {
    height: auto;
  }
  .cid-uGRMb81ClY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGRMb81ClY .navbar-nav {
  margin: 0 auto;
}
.cid-uGRMb81ClY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGRMb81ClY .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGRMb81ClY .nav-item .nav-link::after {
  color: #2efdc4 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGRMb81ClY .nav-item .nav-link:hover {
  background-color: #041415;
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGRMb81ClY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item {
  color: #1bd4a1 !important;
}
.cid-uGRMb81ClY .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1bd4a1 !important;
}
@media (max-width: 991px) {
  .cid-uGRMb81ClY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGRMb81ClY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGRMb81ClY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGRMb81ClY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uR45hwa94u {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-7.webp");
}
.cid-uR45govzqn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  font-style: normal;
  font-family: Lato-Light;
}
.cid-uGSABFRMwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-sterne-schiefer-20.webp");
}
.cid-uGSABFRMwH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGSABFRMwH .row {
    text-align: center;
  }
  .cid-uGSABFRMwH .row > div {
    margin: auto;
  }
  .cid-uGSABFRMwH .social-row {
    justify-content: center;
  }
}
.cid-uGSABFRMwH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGSABFRMwH .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGSABFRMwH .list {
    margin-bottom: 0rem;
  }
}
.cid-uGSABFRMwH .mbr-text {
  color: #fafafa;
}
.cid-uGSABFRMwH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGSABFRMwH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGSABFRMwH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGSABFRMwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGSABFRMwH H5 {
  color: #ffffff;
}
