@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;
}

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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: 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: 40px;
  width: 40px;
  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: 40px;
  height: 40px;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #22a5e5 !important;
}
.bg-success {
  background-color: #21b106 !important;
}
.bg-info {
  background-color: #67959f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff6600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #67959f !important;
  border-color: #67959f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #44646b !important;
  border-color: #44646b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #44646b !important;
  border-color: #44646b !important;
}
.btn-success,
.btn-success:active {
  background-color: #21b106 !important;
  border-color: #21b106 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #115d03 !important;
  border-color: #115d03 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #115d03 !important;
  border-color: #115d03 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #22a5e5;
  color: #22a5e5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: #13709e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #67959f;
  color: #67959f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #44646b !important;
  background-color: transparent!important;
  border-color: #44646b !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #67959f !important;
  border-color: #67959f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #21b106;
  color: #21b106;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #115d03 !important;
  background-color: transparent!important;
  border-color: #115d03 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #21b106 !important;
  border-color: #21b106 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6600;
  color: #ff6600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a84300 !important;
  background-color: transparent!important;
  border-color: #a84300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #22a5e5 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #21b106 !important;
}
.text-info {
  color: #67959f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff6600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #116690 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0f4e03 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3e5c62 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993d00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #22a5e5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #67959f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff6600;
}
.mbr-gallery-filter li.active .btn {
  background-color: #22a5e5;
  border-color: #22a5e5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #22a5e5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5bf83e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b5cbd0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe0cc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #22a5e5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #22a5e5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #22a5e5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #22a5e5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #22a5e5;
  border-bottom-color: #22a5e5;
}
.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: #22a5e5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2322a5e5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.form {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form > .mbr-iconfont {
  font-size: 1rem;
}
.gelb {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.7rem;
  line-height: 1.5;
}
.gelb > .mbr-iconfont {
  font-size: 1.7rem;
}
.klein {
  font-family: 'FiraSansCondensed-Light';
  font-size: 0.9rem;
  line-height: 1.5;
}
.klein > .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-v3FcwoKOyp {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v3FcwoKOyp .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v3FcwoKOyp nav.navbar {
  position: fixed;
}
.cid-v3FcwoKOyp blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v3FcwoKOyp orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v3FcwoKOyp gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v3FcwoKOyp black {
  color: #000000;
  font-weight: bold;
}
.cid-v3FcwoKOyp pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v3FcwoKOyp .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-v3FcwoKOyp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3FcwoKOyp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3FcwoKOyp .dropdown-item:hover,
.cid-v3FcwoKOyp .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v3FcwoKOyp .dropdown-item:hover span {
  color: white;
}
.cid-v3FcwoKOyp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3FcwoKOyp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3FcwoKOyp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3FcwoKOyp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3FcwoKOyp .nav-link {
  position: relative;
}
.cid-v3FcwoKOyp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3FcwoKOyp .container {
    flex-wrap: nowrap;
  }
}
.cid-v3FcwoKOyp .dropdown-menu,
.cid-v3FcwoKOyp .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v3FcwoKOyp .nav-item:focus,
.cid-v3FcwoKOyp .nav-link:focus {
  outline: none;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3FcwoKOyp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3FcwoKOyp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3FcwoKOyp .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v3FcwoKOyp .navbar.opened {
  transition: all 0.3s;
}
.cid-v3FcwoKOyp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3FcwoKOyp .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v3FcwoKOyp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3FcwoKOyp .navbar.collapsed {
  justify-content: center;
}
.cid-v3FcwoKOyp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3FcwoKOyp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3FcwoKOyp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v3FcwoKOyp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3FcwoKOyp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3FcwoKOyp .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-v3FcwoKOyp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3FcwoKOyp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3FcwoKOyp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3FcwoKOyp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3FcwoKOyp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3FcwoKOyp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3FcwoKOyp .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-v3FcwoKOyp .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v3FcwoKOyp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3FcwoKOyp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3FcwoKOyp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3FcwoKOyp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v3FcwoKOyp .navbar.navbar-short {
  min-height: auto;
}
.cid-v3FcwoKOyp .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v3FcwoKOyp .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v3FcwoKOyp .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v3FcwoKOyp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v3FcwoKOyp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3FcwoKOyp .dropdown-item.active,
.cid-v3FcwoKOyp .dropdown-item:active {
  background-color: transparent;
}
.cid-v3FcwoKOyp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3FcwoKOyp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3FcwoKOyp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3FcwoKOyp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v3FcwoKOyp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3FcwoKOyp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3FcwoKOyp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3FcwoKOyp .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v3FcwoKOyp .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v3FcwoKOyp .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v3FcwoKOyp .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v3FcwoKOyp .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v3FcwoKOyp button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v3FcwoKOyp button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v3FcwoKOyp button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3FcwoKOyp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3FcwoKOyp .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-v3FcwoKOyp .navbar {
    height: 70px;
  }
  .cid-v3FcwoKOyp .navbar.opened {
    height: auto;
  }
  .cid-v3FcwoKOyp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3FcwoKOyp .container-fluid {
  padding-right: 0;
}
.cid-v3FcwoKOyp .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v3FcwoKOyp .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v3FcwoKOyp .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v3FcwoKOyp .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v3FcwoKOyp .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v3FcwoKOyp .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v3FcwoKOyp .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v3FcwoKOyp .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v3FcwoKOyp .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v3FcwoKOyp .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v3FcwoKOyp .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v3FcwoKOyp .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v3FcwoKOyp .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(3) img,
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v3FcwoKOyp li.nav-item img[src*="flagdeutsch"],
  .cid-v3FcwoKOyp li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v3FcwoKOyp .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v3FcwoKOyp .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v3FcwoKOyp .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v3FcwoKOyp .navbar-brand {
    padding: -550px 0;
  }
  .cid-v3FcwoKOyp .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v3FcwoKOyp .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v3FcwoKOyp .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v3FcwoKOyp mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v3FcwoKOyp .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v3FcwoKOyp info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v3FcwoKOyp ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v3FcwoKOyp achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v3FcwoKOyp zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v3FcwoKOyp zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v3FcwoKOyp li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d1zBGNru {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d1zBGNru .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d1zBGNru .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d1zBGNru .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d1zBGNru .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d1zBGNru .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v6iqE5ozh4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6iqE5ozh4 .line {
  background-color: #0082c3;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6iqE5ozh4 .mbr-text {
  text-align: center;
}
.cid-v6iqE5ozh4 gro {
  text-align: left;
  color: #0082c3;
  font-size: 32px;
}
.cid-v8Qi2jHmHk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v8Qi2jHmHk .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-v8Qi2jHmHk .wrapper {
    padding: 20px;
  }
}
.cid-v8Qi2jHmHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Qi2jHmHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Qi2jHmHk .mbr-text.text1 {
  text-align: left;
}
.cid-v8PP4Upz9I {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
  overflow: hidden;
  position: relative;
}
.cid-v8PP4Upz9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PP4Upz9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PP4Upz9I::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6c63b;
  pointer-events: none;
}
.cid-v8PP4Upz9I .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v8PP4Upz9I .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6c63b;
  pointer-events: none;
}
.cid-v8PP4Upz9I .content-wrapper .border_1 {
  left: 0;
}
.cid-v8PP4Upz9I .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v8PP4Upz9I .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v8PP4Upz9I .content-wrapper .border_3 {
  left: 50%;
}
.cid-v8PP4Upz9I .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v8PP4Upz9I .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v8PP4Upz9I .content-wrapper .border_5 {
  left: 100%;
}
.cid-v8PP4Upz9I .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v8PP4Upz9I .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v8PP4Upz9I .content-wrapper .title-wrapper {
    margin-bottom: 42px;
  }
}
@media (max-width: 992px) {
  .cid-v8PP4Upz9I .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #fafafa;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8PP4Upz9I .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8PP4Upz9I .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v8PP4Upz9I .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v8PP4Upz9I .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8PP4Upz9I .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 42px;
  }
}
.cid-v8PP4Upz9I .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  column-gap: 0;
}
@media (max-width: 1740px) {
  .cid-v8PP4Upz9I .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v8PP4Upz9I .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-v8PP4Upz9I .content-wrapper .item {
  padding: 0;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v8PP4Upz9I .content-wrapper .item {
    margin-bottom: 42px;
  }
  .cid-v8PP4Upz9I .content-wrapper .item:last-child {
    margin-bottom: 80px;
  }
}
.cid-v8PP4Upz9I .content-wrapper .item .item-wrapper {
  height: 100%;
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-v8PP4Upz9I .content-wrapper .item .item-wrapper {
    padding: 0 6px;
  }
}
.cid-v8PP4Upz9I .content-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v8PP4Upz9I .content-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 0;
}
.cid-v8PP4Upz9I .content-wrapper .item .item-wrapper .card-box .list-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v8PP4Upz9I .content-wrapper .item .item-wrapper .card-box .list-wrapper {
    margin-top: 24px;
  }
}
.cid-v8PP4Upz9I .content-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8PP4Upz9I .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.cid-v8PP4Upz9I .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8PP4Upz9I .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: inherit;
}
.cid-v8PP4Upz9I .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v8PP4Upz9I .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v8PP4Upz9I .mbr-label {
  color: #fafafa;
}
.cid-v8PP4Upz9I .mbr-section-title {
  color: #fafafa;
}
.cid-v8PP4Upz9I .mbr-desc {
  color: #cccccc;
}
.cid-v8PP4Upz9I .item-title {
  color: #e6c63b;
  text-align: center;
}
.cid-v8PP4Upz9I .item-price {
  color: #fafafa;
}
.cid-v8PP4Upz9I .list {
  color: #cccccc;
}
.cid-v8PP4Upz9I .btn {
  margin: .1rem . 1rem;
  gap: -10px;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: left;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: left;
  -webkit-justify-content: left;
  padding: 0.55rem 1rem;
  border-radius: 3px;
  width: 92%;
}
.cid-v8Q0Yclxvu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #1a1a1a;
  overflow: hidden;
  position: relative;
}
.cid-v8Q0Yclxvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Q0Yclxvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Q0Yclxvu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6c63b;
  pointer-events: none;
}
.cid-v8Q0Yclxvu .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v8Q0Yclxvu .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6c63b;
  pointer-events: none;
}
.cid-v8Q0Yclxvu .content-wrapper .border_1 {
  left: 0;
}
.cid-v8Q0Yclxvu .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v8Q0Yclxvu .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v8Q0Yclxvu .content-wrapper .border_3 {
  left: 50%;
}
.cid-v8Q0Yclxvu .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v8Q0Yclxvu .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v8Q0Yclxvu .content-wrapper .border_5 {
  left: 100%;
}
.cid-v8Q0Yclxvu .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v8Q0Yclxvu .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v8Q0Yclxvu .content-wrapper .title-wrapper {
    margin-bottom: 42px;
  }
}
@media (max-width: 992px) {
  .cid-v8Q0Yclxvu .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #fafafa;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8Q0Yclxvu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8Q0Yclxvu .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v8Q0Yclxvu .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v8Q0Yclxvu .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8Q0Yclxvu .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 42px;
  }
}
.cid-v8Q0Yclxvu .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  column-gap: 0;
}
@media (max-width: 1740px) {
  .cid-v8Q0Yclxvu .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v8Q0Yclxvu .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-v8Q0Yclxvu .content-wrapper .item {
  padding: 0;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v8Q0Yclxvu .content-wrapper .item {
    margin-bottom: 42px;
  }
  .cid-v8Q0Yclxvu .content-wrapper .item:last-child {
    margin-bottom: 80px;
  }
}
.cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper {
  height: 100%;
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper {
    padding: 0 6px;
  }
}
.cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 0;
}
.cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper .card-box .list-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper .card-box .list-wrapper {
    margin-top: 24px;
  }
}
.cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: inherit;
}
.cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v8Q0Yclxvu .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v8Q0Yclxvu .mbr-label {
  color: #fafafa;
}
.cid-v8Q0Yclxvu .mbr-section-title {
  color: #fafafa;
}
.cid-v8Q0Yclxvu .mbr-desc {
  color: #cccccc;
}
.cid-v8Q0Yclxvu .item-title {
  color: #e6c63b;
  text-align: center;
}
.cid-v8Q0Yclxvu .item-price {
  color: #fafafa;
}
.cid-v8Q0Yclxvu .list {
  color: #cccccc;
}
.cid-v8Q0Yclxvu .btn {
  margin: .1rem . 1rem;
  gap: -10px;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: left;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: left;
  -webkit-justify-content: left;
  padding: 0.55rem 1rem;
  border-radius: 3px;
  width: 90%;
}
.cid-v8QjxQAOLd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8QjxQAOLd .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-v8QjxQAOLd .wrapper {
    padding: 20px;
  }
}
.cid-v8QjxQAOLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QjxQAOLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QjxQAOLd .mbr-text.text1 {
  text-align: left;
}
.cid-v3KpGo4nlr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3KpGo4nlr {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
.cid-v3KpGo4nlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3KpGo4nlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3KpGo4nlr .row {
  justify-content: left;
}
.cid-v3KpGo4nlr .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #08aebf;
  position: relative;
}
@media (max-width: 991px) {
  .cid-v3KpGo4nlr .content-container {
    flex-wrap: wrap;
  }
}
.cid-v3KpGo4nlr .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-v3KpGo4nlr .text-item {
    width: 100%;
  }
}
.cid-v3KpGo4nlr .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-v3KpGo4nlr .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-v3KpGo4nlr .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3KpGo4nlr .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v3KpGo4nlr .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-v3KpGo4nlr .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v3KpGo4nlr .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-v3KpGo4nlr .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v3KpGo4nlr .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #b2ccd2, #149dcc);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-v3KpGo4nlr .circle-blur {
    display: none !important;
  }
}
.cid-v3KpGo4nlr .mbr-section-title DIV {
  text-align: left;
}
.cid-v3KpGo4nlr .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v3KpGo4nlr klein {
  color: #000000;
}
.cid-v3KpGo4nlr gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-v8Ql8BClMQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8Ql8BClMQ {
    padding-top: 0px;
    padding-bottom: 3px;
  }
}
.cid-v8Ql8BClMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Ql8BClMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Ql8BClMQ .row {
  justify-content: left;
}
.cid-v8Ql8BClMQ .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #08aebf;
  position: relative;
}
@media (max-width: 991px) {
  .cid-v8Ql8BClMQ .content-container {
    flex-wrap: wrap;
  }
}
.cid-v8Ql8BClMQ .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-v8Ql8BClMQ .text-item {
    width: 100%;
  }
}
.cid-v8Ql8BClMQ .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-v8Ql8BClMQ .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-v8Ql8BClMQ .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v8Ql8BClMQ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v8Ql8BClMQ .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-v8Ql8BClMQ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v8Ql8BClMQ .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-v8Ql8BClMQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v8Ql8BClMQ .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #b2ccd2, #93d944);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-v8Ql8BClMQ .circle-blur {
    display: none !important;
  }
}
.cid-v8Ql8BClMQ .mbr-section-title DIV {
  text-align: left;
}
.cid-v8Ql8BClMQ .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v8Ql8BClMQ klein {
  color: #000000;
}
.cid-v8Ql8BClMQ gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-v5sKPHVYpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v5sKPHVYpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5sKPHVYpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v5sKPHVYpa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5sKPHVYpa .items-wrapper .card {
  padding: 0 32px;
}
.cid-v5sKPHVYpa .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:hover,
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5sKPHVYpa .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .mbr-desc {
  color: #ffffff;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .text-wrapper {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .list {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .list,
.cid-v5sKPHVYpa .item-wrap {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa weis {
  color: #ffffff;
}
.cid-v5sKPHVYpa klein {
  font-size: 12px;
}
.cid-v5sKPHVYpa blau {
  color: #f4f4f4;
}
.cid-v5sKPHVYpa .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v5sKPHVYpa .mbr-desc,
.cid-v5sKPHVYpa .content-wrapper {
  color: #e6c63b;
}
.cid-v3FcwoKOyp {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v3FcwoKOyp .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v3FcwoKOyp nav.navbar {
  position: fixed;
}
.cid-v3FcwoKOyp blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v3FcwoKOyp orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v3FcwoKOyp gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v3FcwoKOyp black {
  color: #000000;
  font-weight: bold;
}
.cid-v3FcwoKOyp pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v3FcwoKOyp .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-v3FcwoKOyp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3FcwoKOyp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3FcwoKOyp .dropdown-item:hover,
.cid-v3FcwoKOyp .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v3FcwoKOyp .dropdown-item:hover span {
  color: white;
}
.cid-v3FcwoKOyp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3FcwoKOyp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3FcwoKOyp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3FcwoKOyp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3FcwoKOyp .nav-link {
  position: relative;
}
.cid-v3FcwoKOyp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3FcwoKOyp .container {
    flex-wrap: nowrap;
  }
}
.cid-v3FcwoKOyp .dropdown-menu,
.cid-v3FcwoKOyp .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v3FcwoKOyp .nav-item:focus,
.cid-v3FcwoKOyp .nav-link:focus {
  outline: none;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3FcwoKOyp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3FcwoKOyp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3FcwoKOyp .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v3FcwoKOyp .navbar.opened {
  transition: all 0.3s;
}
.cid-v3FcwoKOyp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3FcwoKOyp .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v3FcwoKOyp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3FcwoKOyp .navbar.collapsed {
  justify-content: center;
}
.cid-v3FcwoKOyp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3FcwoKOyp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3FcwoKOyp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v3FcwoKOyp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3FcwoKOyp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3FcwoKOyp .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-v3FcwoKOyp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3FcwoKOyp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3FcwoKOyp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3FcwoKOyp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3FcwoKOyp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3FcwoKOyp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3FcwoKOyp .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-v3FcwoKOyp .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v3FcwoKOyp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3FcwoKOyp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3FcwoKOyp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3FcwoKOyp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v3FcwoKOyp .navbar.navbar-short {
  min-height: auto;
}
.cid-v3FcwoKOyp .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v3FcwoKOyp .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v3FcwoKOyp .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v3FcwoKOyp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v3FcwoKOyp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3FcwoKOyp .dropdown-item.active,
.cid-v3FcwoKOyp .dropdown-item:active {
  background-color: transparent;
}
.cid-v3FcwoKOyp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3FcwoKOyp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3FcwoKOyp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3FcwoKOyp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v3FcwoKOyp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3FcwoKOyp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3FcwoKOyp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3FcwoKOyp .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v3FcwoKOyp .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v3FcwoKOyp .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v3FcwoKOyp .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v3FcwoKOyp .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v3FcwoKOyp button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v3FcwoKOyp button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v3FcwoKOyp button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3FcwoKOyp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3FcwoKOyp .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-v3FcwoKOyp .navbar {
    height: 70px;
  }
  .cid-v3FcwoKOyp .navbar.opened {
    height: auto;
  }
  .cid-v3FcwoKOyp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3FcwoKOyp .container-fluid {
  padding-right: 0;
}
.cid-v3FcwoKOyp .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v3FcwoKOyp .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v3FcwoKOyp .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v3FcwoKOyp .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v3FcwoKOyp .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v3FcwoKOyp .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v3FcwoKOyp .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v3FcwoKOyp .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v3FcwoKOyp .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v3FcwoKOyp .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v3FcwoKOyp .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v3FcwoKOyp .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v3FcwoKOyp .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(3) img,
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v3FcwoKOyp li.nav-item img[src*="flagdeutsch"],
  .cid-v3FcwoKOyp li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v3FcwoKOyp .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v3FcwoKOyp .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v3FcwoKOyp .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v3FcwoKOyp .navbar-brand {
    padding: -550px 0;
  }
  .cid-v3FcwoKOyp .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v3FcwoKOyp .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v3FcwoKOyp .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v3FcwoKOyp mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v3FcwoKOyp .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v3FcwoKOyp info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v3FcwoKOyp ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v3FcwoKOyp achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v3FcwoKOyp zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v3FcwoKOyp zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v3FcwoKOyp li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d35vRaaL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d35vRaaL .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d35vRaaL .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d35vRaaL .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d35vRaaL .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d35vRaaL .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v1iUipCstk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1iU77zfvF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1iU77zfvF H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-v1iU77zfvF .mbr-text,
.cid-v1iU77zfvF .mbr-section-btn {
  color: #716c80;
}
.cid-v1iU77zfvF H3 {
  color: #716c80;
}
.cid-v1iU77zfvF .row {
  justify-content: space-between;
}
.cid-v1iU77zfvF .col-lg-6 {
  max-width: 500px;
}
.cid-v1iU77zfvF .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-v1iU77zfvF .text2,
.cid-v1iU77zfvF .btn2 {
  text-align: left;
  color: #000000;
}
.cid-v1iU77zfvF .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-v1iU77zfvF .text1,
.cid-v1iU77zfvF .btn1 {
  text-align: left;
  color: #000000;
}
.cid-v1iU77zfvF .title2 DIV {
  text-align: left;
}
.cid-v1iVCE7SzS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1iVCE7SzS H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-v1iVCE7SzS .mbr-text,
.cid-v1iVCE7SzS .mbr-section-btn {
  color: #716c80;
}
.cid-v1iVCE7SzS H3 {
  color: #716c80;
}
.cid-v1iVCE7SzS .row {
  justify-content: space-between;
}
.cid-v1iVCE7SzS .col-lg-6 {
  max-width: 500px;
}
.cid-v1iVCE7SzS .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-v1iVCE7SzS .text2,
.cid-v1iVCE7SzS .btn2 {
  text-align: left;
  color: #000000;
}
.cid-v1iVCE7SzS .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-v1iVCE7SzS .text1,
.cid-v1iVCE7SzS .btn1 {
  text-align: left;
  color: #000000;
}
.cid-v1iVCE7SzS .title2 DIV {
  text-align: left;
}
.cid-v1iV1mra2M {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1iV1mra2M H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-v1iV1mra2M .mbr-text,
.cid-v1iV1mra2M .mbr-section-btn {
  color: #716c80;
}
.cid-v1iV1mra2M H3 {
  color: #716c80;
}
.cid-v1iV1mra2M .row {
  justify-content: space-between;
}
.cid-v1iV1mra2M .col-lg-6 {
  max-width: 500px;
}
.cid-v1iV1mra2M .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-v1iV1mra2M .text2,
.cid-v1iV1mra2M .btn2 {
  text-align: left;
  color: #000000;
}
.cid-v1iV1mra2M .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-v1iV1mra2M .text1,
.cid-v1iV1mra2M .btn1 {
  text-align: left;
  color: #000000;
}
.cid-v1iV1mra2M .title2 DIV {
  text-align: left;
}
.cid-v5sKPHVYpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v5sKPHVYpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5sKPHVYpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v5sKPHVYpa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5sKPHVYpa .items-wrapper .card {
  padding: 0 32px;
}
.cid-v5sKPHVYpa .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:hover,
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5sKPHVYpa .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .mbr-desc {
  color: #ffffff;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .text-wrapper {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .list {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .list,
.cid-v5sKPHVYpa .item-wrap {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa weis {
  color: #ffffff;
}
.cid-v5sKPHVYpa klein {
  font-size: 12px;
}
.cid-v5sKPHVYpa blau {
  color: #f4f4f4;
}
.cid-v5sKPHVYpa .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v5sKPHVYpa .mbr-desc,
.cid-v5sKPHVYpa .content-wrapper {
  color: #e6c63b;
}
.cid-v3FcwoKOyp {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v3FcwoKOyp .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v3FcwoKOyp nav.navbar {
  position: fixed;
}
.cid-v3FcwoKOyp blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v3FcwoKOyp orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v3FcwoKOyp gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v3FcwoKOyp black {
  color: #000000;
  font-weight: bold;
}
.cid-v3FcwoKOyp pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v3FcwoKOyp .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-v3FcwoKOyp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3FcwoKOyp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3FcwoKOyp .dropdown-item:hover,
.cid-v3FcwoKOyp .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v3FcwoKOyp .dropdown-item:hover span {
  color: white;
}
.cid-v3FcwoKOyp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3FcwoKOyp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3FcwoKOyp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3FcwoKOyp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3FcwoKOyp .nav-link {
  position: relative;
}
.cid-v3FcwoKOyp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3FcwoKOyp .container {
    flex-wrap: nowrap;
  }
}
.cid-v3FcwoKOyp .dropdown-menu,
.cid-v3FcwoKOyp .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v3FcwoKOyp .nav-item:focus,
.cid-v3FcwoKOyp .nav-link:focus {
  outline: none;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3FcwoKOyp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3FcwoKOyp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3FcwoKOyp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3FcwoKOyp .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v3FcwoKOyp .navbar.opened {
  transition: all 0.3s;
}
.cid-v3FcwoKOyp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3FcwoKOyp .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v3FcwoKOyp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3FcwoKOyp .navbar.collapsed {
  justify-content: center;
}
.cid-v3FcwoKOyp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3FcwoKOyp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3FcwoKOyp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v3FcwoKOyp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3FcwoKOyp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3FcwoKOyp .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-v3FcwoKOyp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3FcwoKOyp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3FcwoKOyp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3FcwoKOyp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3FcwoKOyp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3FcwoKOyp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3FcwoKOyp .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-v3FcwoKOyp .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v3FcwoKOyp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3FcwoKOyp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3FcwoKOyp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3FcwoKOyp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v3FcwoKOyp .navbar.navbar-short {
  min-height: auto;
}
.cid-v3FcwoKOyp .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v3FcwoKOyp .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v3FcwoKOyp .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v3FcwoKOyp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v3FcwoKOyp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3FcwoKOyp .dropdown-item.active,
.cid-v3FcwoKOyp .dropdown-item:active {
  background-color: transparent;
}
.cid-v3FcwoKOyp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3FcwoKOyp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3FcwoKOyp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3FcwoKOyp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v3FcwoKOyp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3FcwoKOyp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3FcwoKOyp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3FcwoKOyp .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v3FcwoKOyp .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v3FcwoKOyp .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v3FcwoKOyp .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v3FcwoKOyp .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v3FcwoKOyp button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v3FcwoKOyp button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v3FcwoKOyp button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3FcwoKOyp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3FcwoKOyp nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3FcwoKOyp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3FcwoKOyp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3FcwoKOyp .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-v3FcwoKOyp .navbar {
    height: 70px;
  }
  .cid-v3FcwoKOyp .navbar.opened {
    height: auto;
  }
  .cid-v3FcwoKOyp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3FcwoKOyp .container-fluid {
  padding-right: 0;
}
.cid-v3FcwoKOyp .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v3FcwoKOyp .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v3FcwoKOyp .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v3FcwoKOyp .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v3FcwoKOyp .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v3FcwoKOyp .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v3FcwoKOyp .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v3FcwoKOyp .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v3FcwoKOyp .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v3FcwoKOyp .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v3FcwoKOyp .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v3FcwoKOyp .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v3FcwoKOyp .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(3) img,
  .cid-v3FcwoKOyp li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v3FcwoKOyp li.nav-item img[src*="flagdeutsch"],
  .cid-v3FcwoKOyp li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v3FcwoKOyp .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v3FcwoKOyp .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v3FcwoKOyp .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v3FcwoKOyp .navbar-brand {
    padding: -550px 0;
  }
  .cid-v3FcwoKOyp .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v3FcwoKOyp .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v3FcwoKOyp .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v3FcwoKOyp mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v3FcwoKOyp .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v3FcwoKOyp info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v3FcwoKOyp ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v3FcwoKOyp achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v3FcwoKOyp zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v3FcwoKOyp zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v3FcwoKOyp li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d3aO598S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d3aO598S .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d3aO598S .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d3aO598S .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d3aO598S .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d3aO598S .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v1iVWf2gEm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1iUGX70Hx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1iUGX70Hx .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.px;
  margin: 0 auto;
}
.cid-v1iUGX70Hx .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-v1iUGX70Hx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v1iUGX70Hx .inner-container {
    width: 100% !important;
  }
}
.cid-v1iVcqbWfC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ecf7f9;
}
.cid-v1iVcqbWfC .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.px;
  margin: 0 auto;
}
.cid-v1iVcqbWfC .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-v1iVcqbWfC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v1iVcqbWfC .inner-container {
    width: 100% !important;
  }
}
.cid-v1iVeiqkyX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1iVeiqkyX .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.px;
  margin: 0 auto;
}
.cid-v1iVeiqkyX .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-v1iVeiqkyX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v1iVeiqkyX .inner-container {
    width: 100% !important;
  }
}
.cid-v5sKPHVYpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v5sKPHVYpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5sKPHVYpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v5sKPHVYpa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5sKPHVYpa .items-wrapper .card {
  padding: 0 32px;
}
.cid-v5sKPHVYpa .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:hover,
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5sKPHVYpa .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .mbr-desc {
  color: #ffffff;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .text-wrapper {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .list {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .list,
.cid-v5sKPHVYpa .item-wrap {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa weis {
  color: #ffffff;
}
.cid-v5sKPHVYpa klein {
  font-size: 12px;
}
.cid-v5sKPHVYpa blau {
  color: #f4f4f4;
}
.cid-v5sKPHVYpa .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v5sKPHVYpa .mbr-desc,
.cid-v5sKPHVYpa .content-wrapper {
  color: #e6c63b;
}
.cid-v3MzBgsF7L {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v3MzBgsF7L .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v3MzBgsF7L nav.navbar {
  position: fixed;
}
.cid-v3MzBgsF7L blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v3MzBgsF7L orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v3MzBgsF7L gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v3MzBgsF7L black {
  color: #000000;
  font-weight: bold;
}
.cid-v3MzBgsF7L pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v3MzBgsF7L .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-v3MzBgsF7L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3MzBgsF7L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3MzBgsF7L .dropdown-item:hover,
.cid-v3MzBgsF7L .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v3MzBgsF7L .dropdown-item:hover span {
  color: white;
}
.cid-v3MzBgsF7L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3MzBgsF7L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3MzBgsF7L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3MzBgsF7L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3MzBgsF7L .nav-link {
  position: relative;
}
.cid-v3MzBgsF7L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3MzBgsF7L .container {
    flex-wrap: nowrap;
  }
}
.cid-v3MzBgsF7L .dropdown-menu,
.cid-v3MzBgsF7L .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v3MzBgsF7L .nav-item:focus,
.cid-v3MzBgsF7L .nav-link:focus {
  outline: none;
}
.cid-v3MzBgsF7L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3MzBgsF7L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3MzBgsF7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3MzBgsF7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3MzBgsF7L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3MzBgsF7L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3MzBgsF7L .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v3MzBgsF7L .navbar.opened {
  transition: all 0.3s;
}
.cid-v3MzBgsF7L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3MzBgsF7L .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v3MzBgsF7L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3MzBgsF7L .navbar.collapsed {
  justify-content: center;
}
.cid-v3MzBgsF7L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3MzBgsF7L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3MzBgsF7L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v3MzBgsF7L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3MzBgsF7L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3MzBgsF7L .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-v3MzBgsF7L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3MzBgsF7L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3MzBgsF7L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3MzBgsF7L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3MzBgsF7L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3MzBgsF7L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3MzBgsF7L .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-v3MzBgsF7L .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v3MzBgsF7L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3MzBgsF7L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3MzBgsF7L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3MzBgsF7L .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v3MzBgsF7L .navbar.navbar-short {
  min-height: auto;
}
.cid-v3MzBgsF7L .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v3MzBgsF7L .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v3MzBgsF7L .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v3MzBgsF7L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v3MzBgsF7L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3MzBgsF7L .dropdown-item.active,
.cid-v3MzBgsF7L .dropdown-item:active {
  background-color: transparent;
}
.cid-v3MzBgsF7L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3MzBgsF7L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3MzBgsF7L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3MzBgsF7L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v3MzBgsF7L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3MzBgsF7L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3MzBgsF7L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3MzBgsF7L .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v3MzBgsF7L .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v3MzBgsF7L .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v3MzBgsF7L .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v3MzBgsF7L .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v3MzBgsF7L button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v3MzBgsF7L button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v3MzBgsF7L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v3MzBgsF7L button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v3MzBgsF7L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v3MzBgsF7L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3MzBgsF7L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3MzBgsF7L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v3MzBgsF7L nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3MzBgsF7L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3MzBgsF7L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3MzBgsF7L nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3MzBgsF7L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3MzBgsF7L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3MzBgsF7L .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-v3MzBgsF7L .navbar {
    height: 70px;
  }
  .cid-v3MzBgsF7L .navbar.opened {
    height: auto;
  }
  .cid-v3MzBgsF7L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3MzBgsF7L .container-fluid {
  padding-right: 0;
}
.cid-v3MzBgsF7L .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v3MzBgsF7L .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v3MzBgsF7L .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v3MzBgsF7L .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v3MzBgsF7L .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v3MzBgsF7L .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v3MzBgsF7L .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v3MzBgsF7L .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v3MzBgsF7L .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v3MzBgsF7L .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v3MzBgsF7L .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v3MzBgsF7L .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v3MzBgsF7L .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v3MzBgsF7L li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v3MzBgsF7L li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v3MzBgsF7L li.nav-item:nth-last-child(3) img,
  .cid-v3MzBgsF7L li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v3MzBgsF7L li.nav-item img[src*="flagdeutsch"],
  .cid-v3MzBgsF7L li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v3MzBgsF7L .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v3MzBgsF7L .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v3MzBgsF7L .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v3MzBgsF7L .navbar-brand {
    padding: -550px 0;
  }
  .cid-v3MzBgsF7L .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v3MzBgsF7L .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v3MzBgsF7L .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v3MzBgsF7L mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v3MzBgsF7L .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v3MzBgsF7L info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v3MzBgsF7L ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v3MzBgsF7L achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v3MzBgsF7L zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v3MzBgsF7L zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v3MzBgsF7L li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d37xW4BR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d37xW4BR .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d37xW4BR .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d37xW4BR .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d37xW4BR .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d37xW4BR .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v3MzBgEfZh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3MzOWhC7q {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3MzOWhC7q {
    padding-top: 15px;
    padding-bottom: 6px;
  }
}
.cid-v3MzOWhC7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3MzOWhC7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3MzOWhC7q .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v3MzOWhC7q .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3MzOWhC7q .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-v3MzOWhC7q .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-v3MzOWhC7q .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #b2ccd2;
  height: 100%;
  overflow: hidden;
  background-color: #fefced;
}
.cid-v3MzOWhC7q .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v3MzOWhC7q .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #6e6e6e;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3MzOWhC7q .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-v3MzOWhC7q .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v3MzOWhC7q .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-v3MzOWhC7q .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-v3MzOWhC7q .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-v3MzOWhC7q .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v3MzOWhC7q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3MzOWhC7q .item-number {
  color: #bcfe1e;
}
.cid-v3MzOWhC7q .item-title {
  color: #ffffff;
}
.cid-v3MzOWhC7q .item-text {
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-v3MzOWhC7q line {
  line-height: 30px;
}
.cid-v5sKPHVYpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v5sKPHVYpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5sKPHVYpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v5sKPHVYpa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5sKPHVYpa .items-wrapper .card {
  padding: 0 32px;
}
.cid-v5sKPHVYpa .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:hover,
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5sKPHVYpa .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .mbr-desc {
  color: #ffffff;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .text-wrapper {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .list {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .list,
.cid-v5sKPHVYpa .item-wrap {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa weis {
  color: #ffffff;
}
.cid-v5sKPHVYpa klein {
  font-size: 12px;
}
.cid-v5sKPHVYpa blau {
  color: #f4f4f4;
}
.cid-v5sKPHVYpa .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v5sKPHVYpa .mbr-desc,
.cid-v5sKPHVYpa .content-wrapper {
  color: #e6c63b;
}
.cid-v3VOTRrBy7 {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v3VOTRrBy7 .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v3VOTRrBy7 nav.navbar {
  position: fixed;
}
.cid-v3VOTRrBy7 blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v3VOTRrBy7 orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v3VOTRrBy7 gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v3VOTRrBy7 black {
  color: #000000;
  font-weight: bold;
}
.cid-v3VOTRrBy7 pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v3VOTRrBy7 .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-v3VOTRrBy7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3VOTRrBy7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3VOTRrBy7 .dropdown-item:hover,
.cid-v3VOTRrBy7 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v3VOTRrBy7 .dropdown-item:hover span {
  color: white;
}
.cid-v3VOTRrBy7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3VOTRrBy7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3VOTRrBy7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3VOTRrBy7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3VOTRrBy7 .nav-link {
  position: relative;
}
.cid-v3VOTRrBy7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3VOTRrBy7 .container {
    flex-wrap: nowrap;
  }
}
.cid-v3VOTRrBy7 .dropdown-menu,
.cid-v3VOTRrBy7 .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v3VOTRrBy7 .nav-item:focus,
.cid-v3VOTRrBy7 .nav-link:focus {
  outline: none;
}
.cid-v3VOTRrBy7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3VOTRrBy7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3VOTRrBy7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3VOTRrBy7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3VOTRrBy7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3VOTRrBy7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3VOTRrBy7 .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v3VOTRrBy7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3VOTRrBy7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3VOTRrBy7 .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v3VOTRrBy7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3VOTRrBy7 .navbar.collapsed {
  justify-content: center;
}
.cid-v3VOTRrBy7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3VOTRrBy7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3VOTRrBy7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v3VOTRrBy7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3VOTRrBy7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3VOTRrBy7 .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-v3VOTRrBy7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3VOTRrBy7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3VOTRrBy7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3VOTRrBy7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3VOTRrBy7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3VOTRrBy7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3VOTRrBy7 .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-v3VOTRrBy7 .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v3VOTRrBy7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3VOTRrBy7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3VOTRrBy7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3VOTRrBy7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v3VOTRrBy7 .navbar.navbar-short {
  min-height: auto;
}
.cid-v3VOTRrBy7 .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v3VOTRrBy7 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v3VOTRrBy7 .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v3VOTRrBy7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v3VOTRrBy7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3VOTRrBy7 .dropdown-item.active,
.cid-v3VOTRrBy7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3VOTRrBy7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3VOTRrBy7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3VOTRrBy7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3VOTRrBy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v3VOTRrBy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3VOTRrBy7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3VOTRrBy7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3VOTRrBy7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v3VOTRrBy7 .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v3VOTRrBy7 .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v3VOTRrBy7 .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v3VOTRrBy7 .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v3VOTRrBy7 button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v3VOTRrBy7 button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v3VOTRrBy7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v3VOTRrBy7 button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v3VOTRrBy7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v3VOTRrBy7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3VOTRrBy7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3VOTRrBy7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v3VOTRrBy7 nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3VOTRrBy7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3VOTRrBy7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3VOTRrBy7 nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3VOTRrBy7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3VOTRrBy7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3VOTRrBy7 .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-v3VOTRrBy7 .navbar {
    height: 70px;
  }
  .cid-v3VOTRrBy7 .navbar.opened {
    height: auto;
  }
  .cid-v3VOTRrBy7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3VOTRrBy7 .container-fluid {
  padding-right: 0;
}
.cid-v3VOTRrBy7 .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v3VOTRrBy7 .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v3VOTRrBy7 .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v3VOTRrBy7 .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v3VOTRrBy7 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v3VOTRrBy7 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v3VOTRrBy7 .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v3VOTRrBy7 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v3VOTRrBy7 .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v3VOTRrBy7 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v3VOTRrBy7 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v3VOTRrBy7 .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v3VOTRrBy7 .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v3VOTRrBy7 li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v3VOTRrBy7 li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v3VOTRrBy7 li.nav-item:nth-last-child(3) img,
  .cid-v3VOTRrBy7 li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v3VOTRrBy7 li.nav-item img[src*="flagdeutsch"],
  .cid-v3VOTRrBy7 li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v3VOTRrBy7 .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v3VOTRrBy7 .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v3VOTRrBy7 .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v3VOTRrBy7 .navbar-brand {
    padding: -550px 0;
  }
  .cid-v3VOTRrBy7 .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v3VOTRrBy7 .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v3VOTRrBy7 .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v3VOTRrBy7 mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v3VOTRrBy7 .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v3VOTRrBy7 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v3VOTRrBy7 ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v3VOTRrBy7 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v3VOTRrBy7 zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v3VOTRrBy7 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v3VOTRrBy7 li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d2OUzAxY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d2OUzAxY .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d2OUzAxY .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d2OUzAxY .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d2OUzAxY .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d2OUzAxY .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v8QaRfhxeS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8QaRfhxeS .line {
  background-color: #0082c3;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v8QaRfhxeS .mbr-text {
  text-align: justify;
}
.cid-v8QaRfhxeS gro {
  text-align: left;
  color: #0082c3;
  font-size: 32px;
}
.cid-v5nwta2lzu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5nwta2lzu .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v5nwta2lzu .mbr-text {
  color: #ff6600;
}
.cid-v79UkKNR5x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v79UkKNR5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v79UkKNR5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v79UkKNR5x .container,
.cid-v79UkKNR5x .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v79UkKNR5x .container,
  .cid-v79UkKNR5x .container-fluid {
    padding: 0 20px;
  }
}
.cid-v79UkKNR5x .row {
  position: relative;
  padding: 20px 14px;
  overflow: hidden;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v79UkKNR5x .row {
    padding: 85px 14px;
    margin: 0;
  }
}
.cid-v79UkKNR5x .row .item {
  padding: 0 12px;
  z-index: 1;
  position: relative;
}
.cid-v79UkKNR5x .item {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-v79UkKNR5x .item {
    margin-bottom: 20px;
  }
}
.cid-v79UkKNR5x .item .item-wrapper {
  position: relative;
  padding: 20px 20px 40px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #3d4045;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-v79UkKNR5x .item .item-wrapper {
    padding: 64px 20px 40px;
  }
}
.cid-v79UkKNR5x .item .item-wrapper .desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-v79UkKNR5x .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 8px 15px;
  background-color: #ed9b82;
  margin-bottom: 0;
  border-left: 1px solid #3d4045;
  border-bottom: 1px solid #3d4045;
}
.cid-v79UkKNR5x .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-v79UkKNR5x .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-v79UkKNR5x .item .item-wrapper .item-img .mbr-text {
  margin-bottom: 20px;
}
.cid-v79UkKNR5x .mbr-section-btn-main {
  margin-top: 25px;
  text-align: center;
}
.cid-v79UkKNR5x .mbr-desc {
  color: #3d4045;
}
.cid-v79UkKNR5x .mbr-text {
  color: #3d4045;
}
.cid-v79UkKNR5x .desc-wrap {
  text-align: right;
}
.cid-v79UkKNR5x .btn {
  margin: .2rem .2rem;
  font-weight: 500;
  text-align: #333333;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: left;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: left;
  -webkit-justify-content: left;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 330px;
}
.cid-v7acxEUFsy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7acxEUFsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7acxEUFsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7acxEUFsy .container,
.cid-v7acxEUFsy .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v7acxEUFsy .container,
  .cid-v7acxEUFsy .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7acxEUFsy .row {
  position: relative;
  padding: 20px 14px;
  overflow: hidden;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7acxEUFsy .row {
    padding: 85px 14px;
    margin: 0;
  }
}
.cid-v7acxEUFsy .row .item {
  padding: 0 12px;
  z-index: 1;
  position: relative;
}
.cid-v7acxEUFsy .item {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-v7acxEUFsy .item {
    margin-bottom: 20px;
  }
}
.cid-v7acxEUFsy .item .item-wrapper {
  position: relative;
  padding: 20px 20px 40px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #3d4045;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .cid-v7acxEUFsy .item .item-wrapper {
    padding: 64px 20px 40px;
  }
}
.cid-v7acxEUFsy .item .item-wrapper .desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-v7acxEUFsy .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 8px 15px;
  background-color: #ed9b82;
  margin-bottom: 0;
  border-left: 1px solid #3d4045;
  border-bottom: 1px solid #3d4045;
}
.cid-v7acxEUFsy .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-v7acxEUFsy .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-v7acxEUFsy .item .item-wrapper .item-img .mbr-text {
  margin-bottom: 20px;
}
.cid-v7acxEUFsy .mbr-section-btn-main {
  margin-top: 25px;
  text-align: center;
}
.cid-v7acxEUFsy .mbr-desc {
  color: #3d4045;
}
.cid-v7acxEUFsy .mbr-text {
  color: #3d4045;
}
.cid-v7acxEUFsy .desc-wrap {
  text-align: right;
}
.cid-v7acxEUFsy .btn {
  margin: .2rem .2rem;
  font-weight: 500;
  text-align: #333333;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: left;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: left;
  -webkit-justify-content: left;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 330px;
}
.cid-v3VOTRPXd0 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3VOTRPXd0 {
    padding-top: 9px;
    padding-bottom: 5px;
  }
}
.cid-v3VOTRPXd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VOTRPXd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VOTRPXd0 .row {
  justify-content: left;
}
.cid-v3VOTRPXd0 .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #08aebf;
  position: relative;
}
@media (max-width: 991px) {
  .cid-v3VOTRPXd0 .content-container {
    flex-wrap: wrap;
  }
}
.cid-v3VOTRPXd0 .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-v3VOTRPXd0 .text-item {
    width: 100%;
  }
}
.cid-v3VOTRPXd0 .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-v3VOTRPXd0 .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-v3VOTRPXd0 .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3VOTRPXd0 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v3VOTRPXd0 .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-v3VOTRPXd0 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v3VOTRPXd0 .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-v3VOTRPXd0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v3VOTRPXd0 .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #b2ccd2, #149dcc);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-v3VOTRPXd0 .circle-blur {
    display: none !important;
  }
}
.cid-v3VOTRPXd0 .mbr-section-title DIV {
  text-align: left;
}
.cid-v3VOTRPXd0 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v3VOTRPXd0 klein {
  color: #000000;
  font-size: 18px;
}
.cid-v3VOTRPXd0 gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-v5sKPHVYpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v5sKPHVYpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5sKPHVYpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v5sKPHVYpa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5sKPHVYpa .items-wrapper .card {
  padding: 0 32px;
}
.cid-v5sKPHVYpa .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:hover,
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5sKPHVYpa .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .mbr-desc {
  color: #ffffff;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .text-wrapper {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .list {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .list,
.cid-v5sKPHVYpa .item-wrap {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa weis {
  color: #ffffff;
}
.cid-v5sKPHVYpa klein {
  font-size: 12px;
}
.cid-v5sKPHVYpa blau {
  color: #f4f4f4;
}
.cid-v5sKPHVYpa .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v5sKPHVYpa .mbr-desc,
.cid-v5sKPHVYpa .content-wrapper {
  color: #e6c63b;
}
.cid-v3VOUuti7p {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v3VOUuti7p .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v3VOUuti7p nav.navbar {
  position: fixed;
}
.cid-v3VOUuti7p blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v3VOUuti7p orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v3VOUuti7p gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v3VOUuti7p black {
  color: #000000;
  font-weight: bold;
}
.cid-v3VOUuti7p pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v3VOUuti7p .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-v3VOUuti7p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3VOUuti7p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3VOUuti7p .dropdown-item:hover,
.cid-v3VOUuti7p .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v3VOUuti7p .dropdown-item:hover span {
  color: white;
}
.cid-v3VOUuti7p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3VOUuti7p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3VOUuti7p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3VOUuti7p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3VOUuti7p .nav-link {
  position: relative;
}
.cid-v3VOUuti7p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3VOUuti7p .container {
    flex-wrap: nowrap;
  }
}
.cid-v3VOUuti7p .dropdown-menu,
.cid-v3VOUuti7p .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v3VOUuti7p .nav-item:focus,
.cid-v3VOUuti7p .nav-link:focus {
  outline: none;
}
.cid-v3VOUuti7p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3VOUuti7p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3VOUuti7p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3VOUuti7p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3VOUuti7p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3VOUuti7p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3VOUuti7p .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v3VOUuti7p .navbar.opened {
  transition: all 0.3s;
}
.cid-v3VOUuti7p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3VOUuti7p .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v3VOUuti7p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3VOUuti7p .navbar.collapsed {
  justify-content: center;
}
.cid-v3VOUuti7p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3VOUuti7p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3VOUuti7p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v3VOUuti7p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3VOUuti7p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3VOUuti7p .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-v3VOUuti7p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3VOUuti7p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3VOUuti7p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3VOUuti7p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3VOUuti7p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3VOUuti7p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3VOUuti7p .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-v3VOUuti7p .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v3VOUuti7p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3VOUuti7p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3VOUuti7p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3VOUuti7p .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v3VOUuti7p .navbar.navbar-short {
  min-height: auto;
}
.cid-v3VOUuti7p .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v3VOUuti7p .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v3VOUuti7p .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v3VOUuti7p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v3VOUuti7p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3VOUuti7p .dropdown-item.active,
.cid-v3VOUuti7p .dropdown-item:active {
  background-color: transparent;
}
.cid-v3VOUuti7p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3VOUuti7p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3VOUuti7p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3VOUuti7p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v3VOUuti7p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3VOUuti7p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3VOUuti7p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3VOUuti7p .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v3VOUuti7p .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v3VOUuti7p .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v3VOUuti7p .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v3VOUuti7p .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v3VOUuti7p button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v3VOUuti7p button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v3VOUuti7p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v3VOUuti7p button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v3VOUuti7p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v3VOUuti7p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3VOUuti7p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3VOUuti7p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v3VOUuti7p nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3VOUuti7p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3VOUuti7p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3VOUuti7p nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3VOUuti7p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3VOUuti7p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3VOUuti7p .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-v3VOUuti7p .navbar {
    height: 70px;
  }
  .cid-v3VOUuti7p .navbar.opened {
    height: auto;
  }
  .cid-v3VOUuti7p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3VOUuti7p .container-fluid {
  padding-right: 0;
}
.cid-v3VOUuti7p .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v3VOUuti7p .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v3VOUuti7p .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v3VOUuti7p .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v3VOUuti7p .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v3VOUuti7p .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v3VOUuti7p .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v3VOUuti7p .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v3VOUuti7p .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v3VOUuti7p .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v3VOUuti7p .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v3VOUuti7p .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v3VOUuti7p .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v3VOUuti7p li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v3VOUuti7p li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v3VOUuti7p li.nav-item:nth-last-child(3) img,
  .cid-v3VOUuti7p li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v3VOUuti7p li.nav-item img[src*="flagdeutsch"],
  .cid-v3VOUuti7p li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v3VOUuti7p .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v3VOUuti7p .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v3VOUuti7p .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v3VOUuti7p .navbar-brand {
    padding: -550px 0;
  }
  .cid-v3VOUuti7p .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v3VOUuti7p .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v3VOUuti7p .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v3VOUuti7p mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v3VOUuti7p .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v3VOUuti7p info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v3VOUuti7p ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v3VOUuti7p achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v3VOUuti7p zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v3VOUuti7p zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v3VOUuti7p li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d2CehvB8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d2CehvB8 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d2CehvB8 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d2CehvB8 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d2CehvB8 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d2CehvB8 .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v8Qj3aMbuX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Qj3aMbuX .line {
  background-color: #0082c3;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v8Qj3aMbuX .mbr-text {
  text-align: center;
}
.cid-v8Qj3aMbuX gro {
  text-align: left;
  color: #0082c3;
  font-size: 32px;
}
.cid-v8Qj1LotRD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8Qj1LotRD .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-v8Qj1LotRD .wrapper {
    padding: 20px;
  }
}
.cid-v8Qj1LotRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Qj1LotRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Qj1LotRD .mbr-text.text1 {
  text-align: left;
}
.cid-v8QdfEGihC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
  overflow: hidden;
  position: relative;
}
.cid-v8QdfEGihC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QdfEGihC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QdfEGihC::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6c63b;
  pointer-events: none;
}
.cid-v8QdfEGihC .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v8QdfEGihC .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6c63b;
  pointer-events: none;
}
.cid-v8QdfEGihC .content-wrapper .border_1 {
  left: 0;
}
.cid-v8QdfEGihC .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v8QdfEGihC .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v8QdfEGihC .content-wrapper .border_3 {
  left: 50%;
}
.cid-v8QdfEGihC .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v8QdfEGihC .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v8QdfEGihC .content-wrapper .border_5 {
  left: 100%;
}
.cid-v8QdfEGihC .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v8QdfEGihC .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v8QdfEGihC .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v8QdfEGihC .content-wrapper .title-wrapper {
    margin-bottom: 42px;
  }
}
@media (max-width: 992px) {
  .cid-v8QdfEGihC .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #fafafa;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8QdfEGihC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QdfEGihC .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v8QdfEGihC .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v8QdfEGihC .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8QdfEGihC .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 42px;
  }
}
.cid-v8QdfEGihC .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  column-gap: 0;
}
@media (max-width: 1740px) {
  .cid-v8QdfEGihC .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v8QdfEGihC .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-v8QdfEGihC .content-wrapper .item {
  padding: 0;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v8QdfEGihC .content-wrapper .item {
    margin-bottom: 42px;
  }
  .cid-v8QdfEGihC .content-wrapper .item:last-child {
    margin-bottom: 80px;
  }
}
.cid-v8QdfEGihC .content-wrapper .item .item-wrapper {
  height: 100%;
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-v8QdfEGihC .content-wrapper .item .item-wrapper {
    padding: 0 6px;
  }
}
.cid-v8QdfEGihC .content-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v8QdfEGihC .content-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 0;
}
.cid-v8QdfEGihC .content-wrapper .item .item-wrapper .card-box .list-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v8QdfEGihC .content-wrapper .item .item-wrapper .card-box .list-wrapper {
    margin-top: 24px;
  }
}
.cid-v8QdfEGihC .content-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8QdfEGihC .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.cid-v8QdfEGihC .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8QdfEGihC .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: inherit;
}
.cid-v8QdfEGihC .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v8QdfEGihC .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v8QdfEGihC .mbr-label {
  color: #fafafa;
}
.cid-v8QdfEGihC .mbr-section-title {
  color: #fafafa;
}
.cid-v8QdfEGihC .mbr-desc {
  color: #cccccc;
}
.cid-v8QdfEGihC .item-title {
  color: #e6c63b;
  text-align: center;
}
.cid-v8QdfEGihC .item-price {
  color: #fafafa;
}
.cid-v8QdfEGihC .list {
  color: #cccccc;
}
.cid-v8QdfEGihC .btn {
  margin: .1rem . 1rem;
  gap: -10px;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: left;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: left;
  -webkit-justify-content: left;
  padding: 0.55rem 1rem;
  border-radius: 3px;
  width: 90%;
}
.cid-v8QdqjUeuP {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #1a1a1a;
  overflow: hidden;
  position: relative;
}
.cid-v8QdqjUeuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QdqjUeuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QdqjUeuP::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #bbbbbb;
  pointer-events: none;
}
.cid-v8QdqjUeuP .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v8QdqjUeuP .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #bbbbbb;
  pointer-events: none;
}
.cid-v8QdqjUeuP .content-wrapper .border_1 {
  left: 0;
}
.cid-v8QdqjUeuP .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v8QdqjUeuP .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v8QdqjUeuP .content-wrapper .border_3 {
  left: 50%;
}
.cid-v8QdqjUeuP .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v8QdqjUeuP .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v8QdqjUeuP .content-wrapper .border_5 {
  left: 100%;
}
.cid-v8QdqjUeuP .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v8QdqjUeuP .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v8QdqjUeuP .content-wrapper .title-wrapper {
    margin-bottom: 42px;
  }
}
@media (max-width: 992px) {
  .cid-v8QdqjUeuP .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #fafafa;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8QdqjUeuP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8QdqjUeuP .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v8QdqjUeuP .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v8QdqjUeuP .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8QdqjUeuP .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 42px;
  }
}
.cid-v8QdqjUeuP .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  column-gap: 0;
}
@media (max-width: 1740px) {
  .cid-v8QdqjUeuP .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v8QdqjUeuP .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-v8QdqjUeuP .content-wrapper .item {
  padding: 0;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v8QdqjUeuP .content-wrapper .item {
    margin-bottom: 42px;
  }
  .cid-v8QdqjUeuP .content-wrapper .item:last-child {
    margin-bottom: 80px;
  }
}
.cid-v8QdqjUeuP .content-wrapper .item .item-wrapper {
  height: 100%;
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-v8QdqjUeuP .content-wrapper .item .item-wrapper {
    padding: 0 6px;
  }
}
.cid-v8QdqjUeuP .content-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v8QdqjUeuP .content-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 0;
}
.cid-v8QdqjUeuP .content-wrapper .item .item-wrapper .card-box .list-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v8QdqjUeuP .content-wrapper .item .item-wrapper .card-box .list-wrapper {
    margin-top: 24px;
  }
}
.cid-v8QdqjUeuP .content-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8QdqjUeuP .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.cid-v8QdqjUeuP .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8QdqjUeuP .content-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: inherit;
}
.cid-v8QdqjUeuP .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v8QdqjUeuP .content-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v8QdqjUeuP .mbr-label {
  color: #fafafa;
}
.cid-v8QdqjUeuP .mbr-section-title {
  color: #fafafa;
}
.cid-v8QdqjUeuP .mbr-desc {
  color: #cccccc;
}
.cid-v8QdqjUeuP .item-title {
  color: #e6c63b;
  text-align: center;
}
.cid-v8QdqjUeuP .item-price {
  color: #fafafa;
}
.cid-v8QdqjUeuP .list {
  color: #cccccc;
}
.cid-v8QdqjUeuP .btn {
  margin: .1rem . 1rem;
  gap: -10px;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: left;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: left;
  -webkit-justify-content: left;
  padding: 0.55rem 1rem;
  border-radius: 3px;
  width: 90%;
}
.cid-v8QkiZ5iWG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8QkiZ5iWG .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-v8QkiZ5iWG .wrapper {
    padding: 20px;
  }
}
.cid-v8QkiZ5iWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QkiZ5iWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QkiZ5iWG .mbr-text.text1 {
  text-align: left;
}
.cid-v3VOUuSmTs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3VOUuSmTs {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-v3VOUuSmTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VOUuSmTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VOUuSmTs .row {
  justify-content: left;
}
.cid-v3VOUuSmTs .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #08aebf;
  position: relative;
}
@media (max-width: 991px) {
  .cid-v3VOUuSmTs .content-container {
    flex-wrap: wrap;
  }
}
.cid-v3VOUuSmTs .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-v3VOUuSmTs .text-item {
    width: 100%;
  }
}
.cid-v3VOUuSmTs .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-v3VOUuSmTs .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-v3VOUuSmTs .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3VOUuSmTs .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v3VOUuSmTs .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-v3VOUuSmTs .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v3VOUuSmTs .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-v3VOUuSmTs .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v3VOUuSmTs .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #b2ccd2, #149dcc);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-v3VOUuSmTs .circle-blur {
    display: none !important;
  }
}
.cid-v3VOUuSmTs .mbr-section-title DIV {
  text-align: left;
}
.cid-v3VOUuSmTs .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v3VOUuSmTs klein {
  color: #000000;
  font-size: 18px;
}
.cid-v3VOUuSmTs gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-v8Qlv5AFtT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8Qlv5AFtT {
    padding-top: 0px;
    padding-bottom: 3px;
  }
}
.cid-v8Qlv5AFtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Qlv5AFtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Qlv5AFtT .row {
  justify-content: left;
}
.cid-v8Qlv5AFtT .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #08aebf;
  position: relative;
}
@media (max-width: 991px) {
  .cid-v8Qlv5AFtT .content-container {
    flex-wrap: wrap;
  }
}
.cid-v8Qlv5AFtT .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-v8Qlv5AFtT .text-item {
    width: 100%;
  }
}
.cid-v8Qlv5AFtT .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-v8Qlv5AFtT .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-v8Qlv5AFtT .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v8Qlv5AFtT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v8Qlv5AFtT .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-v8Qlv5AFtT .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v8Qlv5AFtT .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-v8Qlv5AFtT .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v8Qlv5AFtT .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #b2ccd2, #93d944);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-v8Qlv5AFtT .circle-blur {
    display: none !important;
  }
}
.cid-v8Qlv5AFtT .mbr-section-title DIV {
  text-align: left;
}
.cid-v8Qlv5AFtT .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v8Qlv5AFtT klein {
  color: #000000;
}
.cid-v8Qlv5AFtT gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-v5sKPHVYpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v5sKPHVYpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5sKPHVYpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v5sKPHVYpa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5sKPHVYpa .items-wrapper .card {
  padding: 0 32px;
}
.cid-v5sKPHVYpa .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:hover,
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5sKPHVYpa .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .mbr-desc {
  color: #ffffff;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .text-wrapper {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .list {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .list,
.cid-v5sKPHVYpa .item-wrap {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa weis {
  color: #ffffff;
}
.cid-v5sKPHVYpa klein {
  font-size: 12px;
}
.cid-v5sKPHVYpa blau {
  color: #f4f4f4;
}
.cid-v5sKPHVYpa .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v5sKPHVYpa .mbr-desc,
.cid-v5sKPHVYpa .content-wrapper {
  color: #e6c63b;
}
.cid-v3MxxjFjxB {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v3MxxjFjxB .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v3MxxjFjxB nav.navbar {
  position: fixed;
}
.cid-v3MxxjFjxB blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v3MxxjFjxB orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v3MxxjFjxB gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v3MxxjFjxB black {
  color: #000000;
  font-weight: bold;
}
.cid-v3MxxjFjxB pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v3MxxjFjxB .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-v3MxxjFjxB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3MxxjFjxB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3MxxjFjxB .dropdown-item:hover,
.cid-v3MxxjFjxB .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v3MxxjFjxB .dropdown-item:hover span {
  color: white;
}
.cid-v3MxxjFjxB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3MxxjFjxB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3MxxjFjxB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3MxxjFjxB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3MxxjFjxB .nav-link {
  position: relative;
}
.cid-v3MxxjFjxB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3MxxjFjxB .container {
    flex-wrap: nowrap;
  }
}
.cid-v3MxxjFjxB .dropdown-menu,
.cid-v3MxxjFjxB .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v3MxxjFjxB .nav-item:focus,
.cid-v3MxxjFjxB .nav-link:focus {
  outline: none;
}
.cid-v3MxxjFjxB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3MxxjFjxB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3MxxjFjxB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3MxxjFjxB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3MxxjFjxB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3MxxjFjxB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3MxxjFjxB .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v3MxxjFjxB .navbar.opened {
  transition: all 0.3s;
}
.cid-v3MxxjFjxB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3MxxjFjxB .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v3MxxjFjxB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3MxxjFjxB .navbar.collapsed {
  justify-content: center;
}
.cid-v3MxxjFjxB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3MxxjFjxB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3MxxjFjxB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v3MxxjFjxB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3MxxjFjxB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3MxxjFjxB .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-v3MxxjFjxB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3MxxjFjxB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3MxxjFjxB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3MxxjFjxB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3MxxjFjxB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3MxxjFjxB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3MxxjFjxB .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-v3MxxjFjxB .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v3MxxjFjxB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3MxxjFjxB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3MxxjFjxB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3MxxjFjxB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v3MxxjFjxB .navbar.navbar-short {
  min-height: auto;
}
.cid-v3MxxjFjxB .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v3MxxjFjxB .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v3MxxjFjxB .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v3MxxjFjxB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v3MxxjFjxB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3MxxjFjxB .dropdown-item.active,
.cid-v3MxxjFjxB .dropdown-item:active {
  background-color: transparent;
}
.cid-v3MxxjFjxB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3MxxjFjxB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3MxxjFjxB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3MxxjFjxB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v3MxxjFjxB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3MxxjFjxB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3MxxjFjxB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3MxxjFjxB .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v3MxxjFjxB .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v3MxxjFjxB .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v3MxxjFjxB .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v3MxxjFjxB .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v3MxxjFjxB button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v3MxxjFjxB button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v3MxxjFjxB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v3MxxjFjxB button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v3MxxjFjxB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v3MxxjFjxB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3MxxjFjxB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v3MxxjFjxB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v3MxxjFjxB nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3MxxjFjxB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3MxxjFjxB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v3MxxjFjxB nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3MxxjFjxB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3MxxjFjxB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3MxxjFjxB .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-v3MxxjFjxB .navbar {
    height: 70px;
  }
  .cid-v3MxxjFjxB .navbar.opened {
    height: auto;
  }
  .cid-v3MxxjFjxB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3MxxjFjxB .container-fluid {
  padding-right: 0;
}
.cid-v3MxxjFjxB .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v3MxxjFjxB .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v3MxxjFjxB .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v3MxxjFjxB .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v3MxxjFjxB .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v3MxxjFjxB .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v3MxxjFjxB .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v3MxxjFjxB .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v3MxxjFjxB .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v3MxxjFjxB .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v3MxxjFjxB .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v3MxxjFjxB .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v3MxxjFjxB .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v3MxxjFjxB li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v3MxxjFjxB li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v3MxxjFjxB li.nav-item:nth-last-child(3) img,
  .cid-v3MxxjFjxB li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v3MxxjFjxB li.nav-item img[src*="flagdeutsch"],
  .cid-v3MxxjFjxB li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v3MxxjFjxB .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v3MxxjFjxB .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v3MxxjFjxB .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v3MxxjFjxB .navbar-brand {
    padding: -550px 0;
  }
  .cid-v3MxxjFjxB .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v3MxxjFjxB .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v3MxxjFjxB .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v3MxxjFjxB mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v3MxxjFjxB .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v3MxxjFjxB info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v3MxxjFjxB ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v3MxxjFjxB achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v3MxxjFjxB zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v3MxxjFjxB zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v3MxxjFjxB li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d2SAzkfR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d2SAzkfR .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d2SAzkfR .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d2SAzkfR .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d2SAzkfR .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d2SAzkfR .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v5JqHh4auQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5JqHh4auQ .line {
  background-color: #bbbbbb;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v5JqHh4auQ .mbr-text {
  text-align: justify;
}
.cid-v97EAIgdyE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v97EAIgdyE .row {
  margin-left: -30px;
}
.cid-v97EAIgdyE .row .slide-overlay {
  z-index: 1 !important;
}
.cid-v97EAIgdyE .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v97EAIgdyE .carousel {
    min-height: 225px;
  }
  .cid-v97EAIgdyE .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v97EAIgdyE .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-v97EAIgdyE .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-v97EAIgdyE .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-v97EAIgdyE .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-v97EAIgdyE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v97EAIgdyE .divider-section {
    margin-top: 1rem;
  }
  .cid-v97EAIgdyE .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-v97EAIgdyE .carousel,
.cid-v97EAIgdyE .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-v97EAIgdyE .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-v97EAIgdyE .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-v97EAIgdyE .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-v97EAIgdyE .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-v97EAIgdyE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v97EAIgdyE .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-v97EAIgdyE .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-v97EAIgdyE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-v97EAIgdyE .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-v97EAIgdyE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-v97EAIgdyE .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-v97EAIgdyE .carousel-control:hover,
.cid-v97EAIgdyE .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-v97EAIgdyE .carousel-control-prev:hover .mobi-mbri,
.cid-v97EAIgdyE .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-v97EAIgdyE .carousel-control-next:hover .mobi-mbri,
.cid-v97EAIgdyE .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-v97EAIgdyE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v97EAIgdyE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v97EAIgdyE .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v97EAIgdyE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v97EAIgdyE .carousel-indicators li.active,
.cid-v97EAIgdyE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v97EAIgdyE .carousel-indicators li::after,
.cid-v97EAIgdyE .carousel-indicators li::before {
  content: none;
}
.cid-v97EAIgdyE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v97EAIgdyE .carousel-indicators {
    display: none !important;
  }
}
.cid-v97EAIgdyE .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-v97EAIgdyE .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-v97EAIgdyE .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-v97EAIgdyE .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v97EAIgdyE .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-v97EAIgdyE .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v97EAIgdyE .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-v97EAIgdyE .text-container {
    max-width: 100% !important;
  }
}
.cid-v97EAIgdyE .divider-section {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-v97EAIgdyE .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-v97EAIgdyE .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-v6XWchLJTI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6XWchLJTI .row {
  margin-left: -30px;
}
.cid-v6XWchLJTI .row .slide-overlay {
  z-index: 1 !important;
}
.cid-v6XWchLJTI .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v6XWchLJTI .carousel {
    min-height: 225px;
  }
  .cid-v6XWchLJTI .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v6XWchLJTI .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-v6XWchLJTI .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-v6XWchLJTI .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-v6XWchLJTI .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-v6XWchLJTI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v6XWchLJTI .divider-section {
    margin-top: 1rem;
  }
  .cid-v6XWchLJTI .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-v6XWchLJTI .carousel,
.cid-v6XWchLJTI .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-v6XWchLJTI .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-v6XWchLJTI .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-v6XWchLJTI .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-v6XWchLJTI .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-v6XWchLJTI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v6XWchLJTI .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-v6XWchLJTI .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-v6XWchLJTI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-v6XWchLJTI .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-v6XWchLJTI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-v6XWchLJTI .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-v6XWchLJTI .carousel-control:hover,
.cid-v6XWchLJTI .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-v6XWchLJTI .carousel-control-prev:hover .mobi-mbri,
.cid-v6XWchLJTI .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-v6XWchLJTI .carousel-control-next:hover .mobi-mbri,
.cid-v6XWchLJTI .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-v6XWchLJTI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v6XWchLJTI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v6XWchLJTI .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v6XWchLJTI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v6XWchLJTI .carousel-indicators li.active,
.cid-v6XWchLJTI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v6XWchLJTI .carousel-indicators li::after,
.cid-v6XWchLJTI .carousel-indicators li::before {
  content: none;
}
.cid-v6XWchLJTI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v6XWchLJTI .carousel-indicators {
    display: none !important;
  }
}
.cid-v6XWchLJTI .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-v6XWchLJTI .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-v6XWchLJTI .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-v6XWchLJTI .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v6XWchLJTI .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-v6XWchLJTI .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v6XWchLJTI .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-v6XWchLJTI .text-container {
    max-width: 100% !important;
  }
}
.cid-v6XWchLJTI .divider-section {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-v6XWchLJTI .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-v6XWchLJTI .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-v6XWchLJTI .divider-section .mbr-text {
  color: #0082c3;
}
.cid-v9eHc5LJKe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9eHc5LJKe .row {
  margin-left: -30px;
}
.cid-v9eHc5LJKe .row .slide-overlay {
  z-index: 1 !important;
}
.cid-v9eHc5LJKe .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v9eHc5LJKe .carousel {
    min-height: 225px;
  }
  .cid-v9eHc5LJKe .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9eHc5LJKe .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-v9eHc5LJKe .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-v9eHc5LJKe .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-v9eHc5LJKe .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-v9eHc5LJKe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v9eHc5LJKe .divider-section {
    margin-top: 1rem;
  }
  .cid-v9eHc5LJKe .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-v9eHc5LJKe .carousel,
.cid-v9eHc5LJKe .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-v9eHc5LJKe .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-v9eHc5LJKe .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-v9eHc5LJKe .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-v9eHc5LJKe .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-v9eHc5LJKe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v9eHc5LJKe .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-v9eHc5LJKe .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-v9eHc5LJKe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-v9eHc5LJKe .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-v9eHc5LJKe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-v9eHc5LJKe .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-v9eHc5LJKe .carousel-control:hover,
.cid-v9eHc5LJKe .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-v9eHc5LJKe .carousel-control-prev:hover .mobi-mbri,
.cid-v9eHc5LJKe .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-v9eHc5LJKe .carousel-control-next:hover .mobi-mbri,
.cid-v9eHc5LJKe .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-v9eHc5LJKe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9eHc5LJKe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9eHc5LJKe .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v9eHc5LJKe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v9eHc5LJKe .carousel-indicators li.active,
.cid-v9eHc5LJKe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9eHc5LJKe .carousel-indicators li::after,
.cid-v9eHc5LJKe .carousel-indicators li::before {
  content: none;
}
.cid-v9eHc5LJKe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9eHc5LJKe .carousel-indicators {
    display: none !important;
  }
}
.cid-v9eHc5LJKe .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-v9eHc5LJKe .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-v9eHc5LJKe .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-v9eHc5LJKe .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9eHc5LJKe .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-v9eHc5LJKe .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v9eHc5LJKe .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-v9eHc5LJKe .text-container {
    max-width: 100% !important;
  }
}
.cid-v9eHc5LJKe .divider-section {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-v9eHc5LJKe .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-v9eHc5LJKe .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-v8M3TlYZph {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8M3TlYZph .row {
  margin-left: -30px;
}
.cid-v8M3TlYZph .row .slide-overlay {
  z-index: 1 !important;
}
.cid-v8M3TlYZph .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v8M3TlYZph .carousel {
    min-height: 225px;
  }
  .cid-v8M3TlYZph .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8M3TlYZph .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-v8M3TlYZph .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-v8M3TlYZph .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-v8M3TlYZph .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-v8M3TlYZph .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v8M3TlYZph .divider-section {
    margin-top: 1rem;
  }
  .cid-v8M3TlYZph .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-v8M3TlYZph .carousel,
.cid-v8M3TlYZph .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-v8M3TlYZph .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-v8M3TlYZph .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-v8M3TlYZph .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-v8M3TlYZph .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-v8M3TlYZph .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v8M3TlYZph .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-v8M3TlYZph .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-v8M3TlYZph .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-v8M3TlYZph .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-v8M3TlYZph .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-v8M3TlYZph .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-v8M3TlYZph .carousel-control:hover,
.cid-v8M3TlYZph .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-v8M3TlYZph .carousel-control-prev:hover .mobi-mbri,
.cid-v8M3TlYZph .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-v8M3TlYZph .carousel-control-next:hover .mobi-mbri,
.cid-v8M3TlYZph .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-v8M3TlYZph .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8M3TlYZph .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8M3TlYZph .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v8M3TlYZph .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8M3TlYZph .carousel-indicators li.active,
.cid-v8M3TlYZph .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8M3TlYZph .carousel-indicators li::after,
.cid-v8M3TlYZph .carousel-indicators li::before {
  content: none;
}
.cid-v8M3TlYZph .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8M3TlYZph .carousel-indicators {
    display: none !important;
  }
}
.cid-v8M3TlYZph .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-v8M3TlYZph .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-v8M3TlYZph .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-v8M3TlYZph .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v8M3TlYZph .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-v8M3TlYZph .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v8M3TlYZph .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-v8M3TlYZph .text-container {
    max-width: 100% !important;
  }
}
.cid-v8M3TlYZph .divider-section {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-v8M3TlYZph .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-v8M3TlYZph .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-v8zgdCFf25 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8zgdCFf25 .row {
  margin-left: -30px;
}
.cid-v8zgdCFf25 .row .slide-overlay {
  z-index: 1 !important;
}
.cid-v8zgdCFf25 .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v8zgdCFf25 .carousel {
    min-height: 225px;
  }
  .cid-v8zgdCFf25 .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8zgdCFf25 .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-v8zgdCFf25 .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-v8zgdCFf25 .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-v8zgdCFf25 .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-v8zgdCFf25 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v8zgdCFf25 .divider-section {
    margin-top: 1rem;
  }
  .cid-v8zgdCFf25 .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-v8zgdCFf25 .carousel,
.cid-v8zgdCFf25 .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-v8zgdCFf25 .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-v8zgdCFf25 .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-v8zgdCFf25 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-v8zgdCFf25 .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-v8zgdCFf25 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v8zgdCFf25 .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-v8zgdCFf25 .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-v8zgdCFf25 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-v8zgdCFf25 .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-v8zgdCFf25 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-v8zgdCFf25 .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-v8zgdCFf25 .carousel-control:hover,
.cid-v8zgdCFf25 .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-v8zgdCFf25 .carousel-control-prev:hover .mobi-mbri,
.cid-v8zgdCFf25 .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-v8zgdCFf25 .carousel-control-next:hover .mobi-mbri,
.cid-v8zgdCFf25 .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-v8zgdCFf25 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8zgdCFf25 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8zgdCFf25 .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v8zgdCFf25 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8zgdCFf25 .carousel-indicators li.active,
.cid-v8zgdCFf25 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8zgdCFf25 .carousel-indicators li::after,
.cid-v8zgdCFf25 .carousel-indicators li::before {
  content: none;
}
.cid-v8zgdCFf25 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8zgdCFf25 .carousel-indicators {
    display: none !important;
  }
}
.cid-v8zgdCFf25 .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-v8zgdCFf25 .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-v8zgdCFf25 .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-v8zgdCFf25 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v8zgdCFf25 .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-v8zgdCFf25 .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v8zgdCFf25 .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-v8zgdCFf25 .text-container {
    max-width: 100% !important;
  }
}
.cid-v8zgdCFf25 .divider-section {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-v8zgdCFf25 .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-v8zgdCFf25 .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-v8M3S6C1WE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8M3S6C1WE .row {
  margin-left: -30px;
}
.cid-v8M3S6C1WE .row .slide-overlay {
  z-index: 1 !important;
}
.cid-v8M3S6C1WE .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v8M3S6C1WE .carousel {
    min-height: 225px;
  }
  .cid-v8M3S6C1WE .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8M3S6C1WE .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-v8M3S6C1WE .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-v8M3S6C1WE .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-v8M3S6C1WE .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-v8M3S6C1WE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v8M3S6C1WE .divider-section {
    margin-top: 1rem;
  }
  .cid-v8M3S6C1WE .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-v8M3S6C1WE .carousel,
.cid-v8M3S6C1WE .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-v8M3S6C1WE .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-v8M3S6C1WE .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-v8M3S6C1WE .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-v8M3S6C1WE .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-v8M3S6C1WE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v8M3S6C1WE .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-v8M3S6C1WE .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-v8M3S6C1WE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-v8M3S6C1WE .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-v8M3S6C1WE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-v8M3S6C1WE .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-v8M3S6C1WE .carousel-control:hover,
.cid-v8M3S6C1WE .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-v8M3S6C1WE .carousel-control-prev:hover .mobi-mbri,
.cid-v8M3S6C1WE .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-v8M3S6C1WE .carousel-control-next:hover .mobi-mbri,
.cid-v8M3S6C1WE .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-v8M3S6C1WE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8M3S6C1WE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8M3S6C1WE .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v8M3S6C1WE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8M3S6C1WE .carousel-indicators li.active,
.cid-v8M3S6C1WE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8M3S6C1WE .carousel-indicators li::after,
.cid-v8M3S6C1WE .carousel-indicators li::before {
  content: none;
}
.cid-v8M3S6C1WE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8M3S6C1WE .carousel-indicators {
    display: none !important;
  }
}
.cid-v8M3S6C1WE .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-v8M3S6C1WE .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-v8M3S6C1WE .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-v8M3S6C1WE .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v8M3S6C1WE .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-v8M3S6C1WE .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v8M3S6C1WE .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-v8M3S6C1WE .text-container {
    max-width: 100% !important;
  }
}
.cid-v8M3S6C1WE .divider-section {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-v8M3S6C1WE .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-v8M3S6C1WE .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-v8M4nuYFIS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8M4nuYFIS .mbr-text {
  color: #0082c3;
}
.cid-v7eR4qRZYz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7eR4qRZYz .row {
  margin-left: -30px;
}
.cid-v7eR4qRZYz .row .slide-overlay {
  z-index: 1 !important;
}
.cid-v7eR4qRZYz .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v7eR4qRZYz .carousel {
    min-height: 225px;
  }
  .cid-v7eR4qRZYz .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v7eR4qRZYz .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-v7eR4qRZYz .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-v7eR4qRZYz .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-v7eR4qRZYz .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-v7eR4qRZYz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v7eR4qRZYz .divider-section {
    margin-top: 1rem;
  }
  .cid-v7eR4qRZYz .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-v7eR4qRZYz .carousel,
.cid-v7eR4qRZYz .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-v7eR4qRZYz .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-v7eR4qRZYz .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-v7eR4qRZYz .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-v7eR4qRZYz .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-v7eR4qRZYz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v7eR4qRZYz .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-v7eR4qRZYz .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-v7eR4qRZYz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-v7eR4qRZYz .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-v7eR4qRZYz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-v7eR4qRZYz .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-v7eR4qRZYz .carousel-control:hover,
.cid-v7eR4qRZYz .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-v7eR4qRZYz .carousel-control-prev:hover .mobi-mbri,
.cid-v7eR4qRZYz .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-v7eR4qRZYz .carousel-control-next:hover .mobi-mbri,
.cid-v7eR4qRZYz .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-v7eR4qRZYz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v7eR4qRZYz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v7eR4qRZYz .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v7eR4qRZYz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v7eR4qRZYz .carousel-indicators li.active,
.cid-v7eR4qRZYz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7eR4qRZYz .carousel-indicators li::after,
.cid-v7eR4qRZYz .carousel-indicators li::before {
  content: none;
}
.cid-v7eR4qRZYz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7eR4qRZYz .carousel-indicators {
    display: none !important;
  }
}
.cid-v7eR4qRZYz .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-v7eR4qRZYz .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-v7eR4qRZYz .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-v7eR4qRZYz .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v7eR4qRZYz .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-v7eR4qRZYz .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7eR4qRZYz .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-v7eR4qRZYz .text-container {
    max-width: 100% !important;
  }
}
.cid-v7eR4qRZYz .divider-section {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-v7eR4qRZYz .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-v7eR4qRZYz .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-v6XWDOqu2m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6XWDOqu2m .row {
  margin-left: -30px;
}
.cid-v6XWDOqu2m .row .slide-overlay {
  z-index: 1 !important;
}
.cid-v6XWDOqu2m .carousel {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v6XWDOqu2m .carousel {
    min-height: 225px;
  }
  .cid-v6XWDOqu2m .carousel img {
    max-height: 225px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v6XWDOqu2m .carousel {
    min-height: 130.5px;
    max-width: 90%;
  }
  .cid-v6XWDOqu2m .carousel img {
    max-height: 130.5px;
    object-fit: cover;
    width: 100%;
    height: 90%;
  }
}
@media (max-width: 767px) {
  .cid-v6XWDOqu2m .carousel {
    min-height: 250px;
    max-width: 100% !important;
  }
  .cid-v6XWDOqu2m .carousel img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-v6XWDOqu2m .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v6XWDOqu2m .divider-section {
    margin-top: 1rem;
  }
  .cid-v6XWDOqu2m .mbr-section-btn {
    margin-bottom: 0.5rem;
  }
}
.cid-v6XWDOqu2m .carousel,
.cid-v6XWDOqu2m .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-v6XWDOqu2m .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-v6XWDOqu2m .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-v6XWDOqu2m .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-v6XWDOqu2m .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-v6XWDOqu2m .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v6XWDOqu2m .carousel-control {
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -1.3rem;
  font-size: 14px;
  background-color: #e8e8e8;
  border: 1px solid #8c8c8c;
  border-radius: 20%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-v6XWDOqu2m .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-v6XWDOqu2m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .cid-v6XWDOqu2m .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-v6XWDOqu2m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -11px;
}
@media (max-width: 767px) {
  .cid-v6XWDOqu2m .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-v6XWDOqu2m .carousel-control:hover,
.cid-v6XWDOqu2m .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-v6XWDOqu2m .carousel-control-prev:hover .mobi-mbri,
.cid-v6XWDOqu2m .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-v6XWDOqu2m .carousel-control-next:hover .mobi-mbri,
.cid-v6XWDOqu2m .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-v6XWDOqu2m .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v6XWDOqu2m .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v6XWDOqu2m .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v6XWDOqu2m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v6XWDOqu2m .carousel-indicators li.active,
.cid-v6XWDOqu2m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v6XWDOqu2m .carousel-indicators li::after,
.cid-v6XWDOqu2m .carousel-indicators li::before {
  content: none;
}
.cid-v6XWDOqu2m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v6XWDOqu2m .carousel-indicators {
    display: none !important;
  }
}
.cid-v6XWDOqu2m .text-container-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .cid-v6XWDOqu2m .text-container-wrapper {
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
  }
}
.cid-v6XWDOqu2m .text-container {
  width: 100%;
  transition: all 0.3s;
  border-style: none;
}
.cid-v6XWDOqu2m .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v6XWDOqu2m .mbr-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.cid-v6XWDOqu2m .mbr-section-subtitle2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v6XWDOqu2m .row {
    flex-direction: column;
    margin-left: 0 !important;
  }
  .cid-v6XWDOqu2m .text-container {
    max-width: 100% !important;
  }
}
.cid-v6XWDOqu2m .divider-section {
  margin-top: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-v6XWDOqu2m .mbr-section-btn {
  margin-bottom: 0.75rem;
}
.cid-v6XWDOqu2m .divider-line {
  width: 100%;
  border: 0;
  border-top-style: solid;
  margin: 0;
  opacity: 1;
}
.cid-v5sKPHVYpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v5sKPHVYpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5sKPHVYpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v5sKPHVYpa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v5sKPHVYpa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5sKPHVYpa .items-wrapper .card {
  padding: 0 32px;
}
.cid-v5sKPHVYpa .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:hover,
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5sKPHVYpa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5sKPHVYpa .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sKPHVYpa .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sKPHVYpa .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5sKPHVYpa .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .mbr-desc {
  color: #ffffff;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .text-wrapper {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .list {
  color: #9aa0a6;
}
.cid-v5sKPHVYpa .mbr-text,
.cid-v5sKPHVYpa .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa .list,
.cid-v5sKPHVYpa .item-wrap {
  color: #b2ccd2;
}
.cid-v5sKPHVYpa weis {
  color: #ffffff;
}
.cid-v5sKPHVYpa klein {
  font-size: 12px;
}
.cid-v5sKPHVYpa blau {
  color: #f4f4f4;
}
.cid-v5sKPHVYpa .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v5sKPHVYpa .mbr-desc,
.cid-v5sKPHVYpa .content-wrapper {
  color: #e6c63b;
}
.cid-v5CQpLQvvk {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v5CQpLQvvk .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v5CQpLQvvk nav.navbar {
  position: fixed;
}
.cid-v5CQpLQvvk blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v5CQpLQvvk orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v5CQpLQvvk gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v5CQpLQvvk black {
  color: #000000;
  font-weight: bold;
}
.cid-v5CQpLQvvk pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v5CQpLQvvk .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-v5CQpLQvvk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5CQpLQvvk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5CQpLQvvk .dropdown-item:hover,
.cid-v5CQpLQvvk .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v5CQpLQvvk .dropdown-item:hover span {
  color: white;
}
.cid-v5CQpLQvvk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5CQpLQvvk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5CQpLQvvk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5CQpLQvvk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5CQpLQvvk .nav-link {
  position: relative;
}
.cid-v5CQpLQvvk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5CQpLQvvk .container {
    flex-wrap: nowrap;
  }
}
.cid-v5CQpLQvvk .dropdown-menu,
.cid-v5CQpLQvvk .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v5CQpLQvvk .nav-item:focus,
.cid-v5CQpLQvvk .nav-link:focus {
  outline: none;
}
.cid-v5CQpLQvvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5CQpLQvvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5CQpLQvvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5CQpLQvvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5CQpLQvvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5CQpLQvvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5CQpLQvvk .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v5CQpLQvvk .navbar.opened {
  transition: all 0.3s;
}
.cid-v5CQpLQvvk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5CQpLQvvk .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v5CQpLQvvk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5CQpLQvvk .navbar.collapsed {
  justify-content: center;
}
.cid-v5CQpLQvvk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5CQpLQvvk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5CQpLQvvk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v5CQpLQvvk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5CQpLQvvk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5CQpLQvvk .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-v5CQpLQvvk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5CQpLQvvk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5CQpLQvvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5CQpLQvvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5CQpLQvvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5CQpLQvvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5CQpLQvvk .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-v5CQpLQvvk .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v5CQpLQvvk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5CQpLQvvk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5CQpLQvvk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5CQpLQvvk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v5CQpLQvvk .navbar.navbar-short {
  min-height: auto;
}
.cid-v5CQpLQvvk .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v5CQpLQvvk .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v5CQpLQvvk .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v5CQpLQvvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v5CQpLQvvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5CQpLQvvk .dropdown-item.active,
.cid-v5CQpLQvvk .dropdown-item:active {
  background-color: transparent;
}
.cid-v5CQpLQvvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5CQpLQvvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5CQpLQvvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5CQpLQvvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v5CQpLQvvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5CQpLQvvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5CQpLQvvk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5CQpLQvvk .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v5CQpLQvvk .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v5CQpLQvvk .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v5CQpLQvvk .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v5CQpLQvvk .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v5CQpLQvvk button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v5CQpLQvvk button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v5CQpLQvvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v5CQpLQvvk button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v5CQpLQvvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v5CQpLQvvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5CQpLQvvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5CQpLQvvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v5CQpLQvvk nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5CQpLQvvk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5CQpLQvvk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5CQpLQvvk nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5CQpLQvvk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5CQpLQvvk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5CQpLQvvk .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-v5CQpLQvvk .navbar {
    height: 70px;
  }
  .cid-v5CQpLQvvk .navbar.opened {
    height: auto;
  }
  .cid-v5CQpLQvvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5CQpLQvvk .container-fluid {
  padding-right: 0;
}
.cid-v5CQpLQvvk .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v5CQpLQvvk .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v5CQpLQvvk .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v5CQpLQvvk .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v5CQpLQvvk .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v5CQpLQvvk .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v5CQpLQvvk .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v5CQpLQvvk .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v5CQpLQvvk .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v5CQpLQvvk .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v5CQpLQvvk .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v5CQpLQvvk .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v5CQpLQvvk .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v5CQpLQvvk li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v5CQpLQvvk li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v5CQpLQvvk li.nav-item:nth-last-child(3) img,
  .cid-v5CQpLQvvk li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v5CQpLQvvk li.nav-item img[src*="flagdeutsch"],
  .cid-v5CQpLQvvk li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v5CQpLQvvk .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v5CQpLQvvk .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v5CQpLQvvk .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v5CQpLQvvk .navbar-brand {
    padding: -550px 0;
  }
  .cid-v5CQpLQvvk .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v5CQpLQvvk .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v5CQpLQvvk .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v5CQpLQvvk mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v5CQpLQvvk .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v5CQpLQvvk info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v5CQpLQvvk ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v5CQpLQvvk achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v5CQpLQvvk zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v5CQpLQvvk zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v5CQpLQvvk li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d2UwQEDG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d2UwQEDG .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d2UwQEDG .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d2UwQEDG .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d2UwQEDG .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d2UwQEDG .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v5CQw5RZNN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5CQw5RZNN .mbr-text {
  color: #000000;
}
.cid-v5CQxCmax9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5CQxCmax9 orange {
  color: #ff6600;
}
.cid-v5CQxCmax9 highlight {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 20px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  width: 840px;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-v5CQyHyTnH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5CQyHyTnH .mbr-section-subtitle {
  color: #14142b;
  text-align: left;
  margin: auto;
  padding: 20px 95px;
  background-color: #fedb01;
}
.cid-v5CQyHyTnH .row {
  align-items: center;
  height: 100%;
}
.cid-v5CQyHyTnH .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-v5CQyHyTnH .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-v5CQyHyTnH .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-v5CQpMbjQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v5CQpMbjQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5CQpMbjQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5CQpMbjQV .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5CQpMbjQV .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v5CQpMbjQV .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5CQpMbjQV .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v5CQpMbjQV .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5CQpMbjQV .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5CQpMbjQV .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5CQpMbjQV .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v5CQpMbjQV .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v5CQpMbjQV .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5CQpMbjQV .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v5CQpMbjQV .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5CQpMbjQV .items-wrapper .card {
  padding: 0 32px;
}
.cid-v5CQpMbjQV .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5CQpMbjQV .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5CQpMbjQV .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5CQpMbjQV .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5CQpMbjQV .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5CQpMbjQV .list-wrapper .list .item-wrap:hover,
.cid-v5CQpMbjQV .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5CQpMbjQV .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5CQpMbjQV .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5CQpMbjQV .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5CQpMbjQV .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5CQpMbjQV .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5CQpMbjQV .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v5CQpMbjQV .mbr-desc {
  color: #ffffff;
}
.cid-v5CQpMbjQV .mbr-text,
.cid-v5CQpMbjQV .text-wrapper {
  color: #9aa0a6;
}
.cid-v5CQpMbjQV .list {
  color: #9aa0a6;
}
.cid-v5CQpMbjQV .mbr-text,
.cid-v5CQpMbjQV .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v5CQpMbjQV .list,
.cid-v5CQpMbjQV .item-wrap {
  color: #b2ccd2;
}
.cid-v5CQpMbjQV weis {
  color: #ffffff;
}
.cid-v5CQpMbjQV klein {
  font-size: 12px;
}
.cid-v5CQpMbjQV blau {
  color: #f4f4f4;
}
.cid-v5CQpMbjQV .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v5CQpMbjQV .mbr-desc,
.cid-v5CQpMbjQV .content-wrapper {
  color: #e6c63b;
}
.cid-v5DsbJS5IL {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v5DsbJS5IL .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v5DsbJS5IL nav.navbar {
  position: fixed;
}
.cid-v5DsbJS5IL blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v5DsbJS5IL orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v5DsbJS5IL gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v5DsbJS5IL black {
  color: #000000;
  font-weight: bold;
}
.cid-v5DsbJS5IL pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v5DsbJS5IL .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-v5DsbJS5IL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5DsbJS5IL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5DsbJS5IL .dropdown-item:hover,
.cid-v5DsbJS5IL .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v5DsbJS5IL .dropdown-item:hover span {
  color: white;
}
.cid-v5DsbJS5IL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5DsbJS5IL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5DsbJS5IL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5DsbJS5IL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5DsbJS5IL .nav-link {
  position: relative;
}
.cid-v5DsbJS5IL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5DsbJS5IL .container {
    flex-wrap: nowrap;
  }
}
.cid-v5DsbJS5IL .dropdown-menu,
.cid-v5DsbJS5IL .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v5DsbJS5IL .nav-item:focus,
.cid-v5DsbJS5IL .nav-link:focus {
  outline: none;
}
.cid-v5DsbJS5IL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5DsbJS5IL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5DsbJS5IL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5DsbJS5IL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5DsbJS5IL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5DsbJS5IL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5DsbJS5IL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v5DsbJS5IL .navbar.opened {
  transition: all 0.3s;
}
.cid-v5DsbJS5IL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5DsbJS5IL .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v5DsbJS5IL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5DsbJS5IL .navbar.collapsed {
  justify-content: center;
}
.cid-v5DsbJS5IL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5DsbJS5IL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5DsbJS5IL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v5DsbJS5IL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5DsbJS5IL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5DsbJS5IL .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-v5DsbJS5IL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5DsbJS5IL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5DsbJS5IL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5DsbJS5IL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5DsbJS5IL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5DsbJS5IL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5DsbJS5IL .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-v5DsbJS5IL .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v5DsbJS5IL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5DsbJS5IL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5DsbJS5IL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5DsbJS5IL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v5DsbJS5IL .navbar.navbar-short {
  min-height: auto;
}
.cid-v5DsbJS5IL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v5DsbJS5IL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v5DsbJS5IL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v5DsbJS5IL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v5DsbJS5IL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5DsbJS5IL .dropdown-item.active,
.cid-v5DsbJS5IL .dropdown-item:active {
  background-color: transparent;
}
.cid-v5DsbJS5IL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5DsbJS5IL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5DsbJS5IL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5DsbJS5IL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v5DsbJS5IL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5DsbJS5IL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5DsbJS5IL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5DsbJS5IL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v5DsbJS5IL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v5DsbJS5IL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v5DsbJS5IL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v5DsbJS5IL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v5DsbJS5IL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v5DsbJS5IL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v5DsbJS5IL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v5DsbJS5IL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v5DsbJS5IL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v5DsbJS5IL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5DsbJS5IL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5DsbJS5IL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v5DsbJS5IL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5DsbJS5IL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5DsbJS5IL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5DsbJS5IL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5DsbJS5IL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5DsbJS5IL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5DsbJS5IL .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-v5DsbJS5IL .navbar {
    height: 70px;
  }
  .cid-v5DsbJS5IL .navbar.opened {
    height: auto;
  }
  .cid-v5DsbJS5IL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5DsbJS5IL .container-fluid {
  padding-right: 0;
}
.cid-v5DsbJS5IL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v5DsbJS5IL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v5DsbJS5IL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v5DsbJS5IL .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v5DsbJS5IL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v5DsbJS5IL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v5DsbJS5IL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v5DsbJS5IL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v5DsbJS5IL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v5DsbJS5IL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v5DsbJS5IL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v5DsbJS5IL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v5DsbJS5IL .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v5DsbJS5IL li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v5DsbJS5IL li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v5DsbJS5IL li.nav-item:nth-last-child(3) img,
  .cid-v5DsbJS5IL li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v5DsbJS5IL li.nav-item img[src*="flagdeutsch"],
  .cid-v5DsbJS5IL li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v5DsbJS5IL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v5DsbJS5IL .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v5DsbJS5IL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v5DsbJS5IL .navbar-brand {
    padding: -550px 0;
  }
  .cid-v5DsbJS5IL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v5DsbJS5IL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v5DsbJS5IL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v5DsbJS5IL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v5DsbJS5IL .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v5DsbJS5IL info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v5DsbJS5IL ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v5DsbJS5IL achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v5DsbJS5IL zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v5DsbJS5IL zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v5DsbJS5IL li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d30FRtKm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d30FRtKm .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d30FRtKm .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d30FRtKm .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d30FRtKm .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d30FRtKm .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v87aEeLSSJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v87aEeLSSJ .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-v87aEeLSSJ .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-v87aEeLSSJ .card-wrapper {
    margin: 0rem;
  }
}
.cid-v87aEeLSSJ .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-v87aEeLSSJ .row {
    padding: 0 4rem;
  }
}
.cid-v87aEeLSSJ .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #000000;
}
.cid-v87aEeLSSJ .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-v87aEeLSSJ .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-v87aEeLSSJ .card1 {
  background-color: #e9eef1;
}
.cid-v87aEeLSSJ .card2 {
  background-color: #e9eef1;
}
.cid-v87aEeLSSJ .card3 {
  background-color: #d4d8e0;
}
.cid-v87aEeLSSJ .card4 {
  background-color: #e9eef1;
}
.cid-v87aEeLSSJ img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-v87aEeLSSJ .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-v87aEeLSSJ .container {
  max-width: 1500px;
}
.cid-v87aEeLSSJ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v87aEeLSSJ .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-v87aEeLSSJ P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-v87aEeLSSJ .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-v87aEeLSSJ .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-v87aEeLSSJ .col2,
  .cid-v87aEeLSSJ .col3,
  .cid-v87aEeLSSJ .col4 {
    margin-top: 0rem;
  }
  .cid-v87aEeLSSJ .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-v87aEeLSSJ .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-v87aEeLSSJ .number {
    margin: auto;
  }
}
.cid-v87aEeLSSJ .mbr-text {
  color: #cccccc;
}
.cid-v87aEeLSSJ .text2 {
  color: #333333;
}
.cid-v87aEeLSSJ .text3 {
  color: #333333;
}
.cid-v87aEeLSSJ .title2 {
  color: #000000;
}
.cid-v87aEeLSSJ .title1 {
  color: #000000;
}
.cid-v87aEeLSSJ .title3 {
  color: #252525;
  text-align: justify;
}
.cid-v87aEeLSSJ .title4 {
  color: #000000;
}
.cid-v87aEeLSSJ .text4 {
  color: #efeeee;
}
.cid-v87aEeLSSJ .text1 {
  color: #efeeee;
}
.cid-v87aEeLSSJ .title3 B {
  color: #c1c1c1;
}
.cid-v87aEeLSSJ H1 {
  color: #333333;
}
.cid-v87aEeLSSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v87aEeLSSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86heWvIY3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/b5-1300x100.png");
}
.cid-v86heWvIY3 P {
  color: #767676;
}
.cid-v87eaotZmP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f1e4;
}
.cid-v87eaotZmP .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-v87eaotZmP .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-v87eaotZmP .card-wrapper {
    margin: 0rem;
  }
}
.cid-v87eaotZmP .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-v87eaotZmP .row {
    padding: 0 4rem;
  }
}
.cid-v87eaotZmP .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #000000;
}
.cid-v87eaotZmP .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-v87eaotZmP .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-v87eaotZmP .card1 {
  background-color: #fafafa;
}
.cid-v87eaotZmP .card2 {
  background-color: #ffffff;
}
.cid-v87eaotZmP .card3 {
  background-color: #ffffff;
}
.cid-v87eaotZmP .card4 {
  background-color: #ffffff;
}
.cid-v87eaotZmP img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-v87eaotZmP .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-v87eaotZmP .container {
  max-width: 1500px;
}
.cid-v87eaotZmP .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v87eaotZmP .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-v87eaotZmP P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-v87eaotZmP .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-v87eaotZmP .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-v87eaotZmP .col2,
  .cid-v87eaotZmP .col3,
  .cid-v87eaotZmP .col4 {
    margin-top: 0rem;
  }
  .cid-v87eaotZmP .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-v87eaotZmP .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-v87eaotZmP .number {
    margin: auto;
  }
}
.cid-v87eaotZmP .mbr-text {
  color: #cccccc;
}
.cid-v87eaotZmP .text2 {
  color: #333333;
}
.cid-v87eaotZmP .text3 {
  color: #333333;
}
.cid-v87eaotZmP .title2 {
  color: #000000;
}
.cid-v87eaotZmP .title1 {
  color: #000000;
}
.cid-v87eaotZmP .title3 {
  color: #252525;
  text-align: justify;
}
.cid-v87eaotZmP .title4 {
  color: #000000;
}
.cid-v87eaotZmP .text4 {
  color: #efeeee;
}
.cid-v87eaotZmP .text1 {
  color: #efeeee;
}
.cid-v87eaotZmP .title3 B {
  color: #c1c1c1;
}
.cid-v87eaotZmP H1 {
  color: #0082c3;
}
.cid-v87eaotZmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v87eaotZmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86j7zTH0v {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/b5-1300x100.png");
}
.cid-v86j7zTH0v P {
  color: #767676;
}
.cid-v8csCqi4sW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8csCqi4sW .mbr-section-title.col-title {
  color: #0082c3;
}
.cid-v8csCqi4sW .colored-text {
  color: #a68462 !important;
}
.cid-v8csCqi4sW .mbr-section-title {
  color: #ffffff;
}
.cid-v8csCqi4sW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8csCqi4sW .mbr-text {
  color: #000000;
}
.cid-v8csCqi4sW .mbr-section-title.main-title {
  color: #e43f3f;
}
.cid-v5DsbKw4Of {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v5DsbKw4Of .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DsbKw4Of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DsbKw4Of .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5DsbKw4Of .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v5DsbKw4Of .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5DsbKw4Of .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v5DsbKw4Of .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5DsbKw4Of .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5DsbKw4Of .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5DsbKw4Of .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v5DsbKw4Of .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v5DsbKw4Of .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5DsbKw4Of .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v5DsbKw4Of .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5DsbKw4Of .items-wrapper .card {
  padding: 0 32px;
}
.cid-v5DsbKw4Of .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5DsbKw4Of .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5DsbKw4Of .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5DsbKw4Of .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5DsbKw4Of .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5DsbKw4Of .list-wrapper .list .item-wrap:hover,
.cid-v5DsbKw4Of .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5DsbKw4Of .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5DsbKw4Of .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5DsbKw4Of .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5DsbKw4Of .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5DsbKw4Of .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5DsbKw4Of .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v5DsbKw4Of .mbr-desc {
  color: #ffffff;
}
.cid-v5DsbKw4Of .mbr-text,
.cid-v5DsbKw4Of .text-wrapper {
  color: #9aa0a6;
}
.cid-v5DsbKw4Of .list {
  color: #9aa0a6;
}
.cid-v5DsbKw4Of .mbr-text,
.cid-v5DsbKw4Of .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v5DsbKw4Of .list,
.cid-v5DsbKw4Of .item-wrap {
  color: #b2ccd2;
}
.cid-v5DsbKw4Of weis {
  color: #ffffff;
}
.cid-v5DsbKw4Of klein {
  font-size: 12px;
}
.cid-v5DsbKw4Of blau {
  color: #f4f4f4;
}
.cid-v5DsbKw4Of .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v5DsbKw4Of .mbr-desc,
.cid-v5DsbKw4Of .content-wrapper {
  color: #e6c63b;
}
.cid-v6cdsIWFor {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v6cdsIWFor .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v6cdsIWFor nav.navbar {
  position: fixed;
}
.cid-v6cdsIWFor blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v6cdsIWFor orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v6cdsIWFor gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v6cdsIWFor black {
  color: #000000;
  font-weight: bold;
}
.cid-v6cdsIWFor pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v6cdsIWFor .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-v6cdsIWFor .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6cdsIWFor .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6cdsIWFor .dropdown-item:hover,
.cid-v6cdsIWFor .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v6cdsIWFor .dropdown-item:hover span {
  color: white;
}
.cid-v6cdsIWFor .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6cdsIWFor .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6cdsIWFor .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6cdsIWFor .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6cdsIWFor .nav-link {
  position: relative;
}
.cid-v6cdsIWFor .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v6cdsIWFor .container {
    flex-wrap: nowrap;
  }
}
.cid-v6cdsIWFor .dropdown-menu,
.cid-v6cdsIWFor .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v6cdsIWFor .nav-item:focus,
.cid-v6cdsIWFor .nav-link:focus {
  outline: none;
}
.cid-v6cdsIWFor .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6cdsIWFor .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6cdsIWFor .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6cdsIWFor .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6cdsIWFor .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6cdsIWFor .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6cdsIWFor .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v6cdsIWFor .navbar.opened {
  transition: all 0.3s;
}
.cid-v6cdsIWFor .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6cdsIWFor .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v6cdsIWFor .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6cdsIWFor .navbar.collapsed {
  justify-content: center;
}
.cid-v6cdsIWFor .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6cdsIWFor .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6cdsIWFor .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v6cdsIWFor .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6cdsIWFor .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6cdsIWFor .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-v6cdsIWFor .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6cdsIWFor .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v6cdsIWFor .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6cdsIWFor .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6cdsIWFor .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6cdsIWFor .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6cdsIWFor .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-v6cdsIWFor .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v6cdsIWFor .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6cdsIWFor .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6cdsIWFor .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6cdsIWFor .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v6cdsIWFor .navbar.navbar-short {
  min-height: auto;
}
.cid-v6cdsIWFor .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v6cdsIWFor .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v6cdsIWFor .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v6cdsIWFor .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6cdsIWFor .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6cdsIWFor .dropdown-item.active,
.cid-v6cdsIWFor .dropdown-item:active {
  background-color: transparent;
}
.cid-v6cdsIWFor .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6cdsIWFor .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6cdsIWFor .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6cdsIWFor .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v6cdsIWFor .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6cdsIWFor .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6cdsIWFor ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6cdsIWFor .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v6cdsIWFor .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v6cdsIWFor .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v6cdsIWFor .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v6cdsIWFor .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v6cdsIWFor button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v6cdsIWFor button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v6cdsIWFor button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v6cdsIWFor button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v6cdsIWFor button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v6cdsIWFor button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6cdsIWFor button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6cdsIWFor button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v6cdsIWFor nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cdsIWFor nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6cdsIWFor nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6cdsIWFor nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cdsIWFor .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6cdsIWFor a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6cdsIWFor .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-v6cdsIWFor .navbar {
    height: 70px;
  }
  .cid-v6cdsIWFor .navbar.opened {
    height: auto;
  }
  .cid-v6cdsIWFor .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6cdsIWFor .container-fluid {
  padding-right: 0;
}
.cid-v6cdsIWFor .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v6cdsIWFor .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v6cdsIWFor .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v6cdsIWFor .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v6cdsIWFor .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v6cdsIWFor .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v6cdsIWFor .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v6cdsIWFor .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v6cdsIWFor .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v6cdsIWFor .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v6cdsIWFor .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v6cdsIWFor .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v6cdsIWFor .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v6cdsIWFor li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v6cdsIWFor li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v6cdsIWFor li.nav-item:nth-last-child(3) img,
  .cid-v6cdsIWFor li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v6cdsIWFor li.nav-item img[src*="flagdeutsch"],
  .cid-v6cdsIWFor li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v6cdsIWFor .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v6cdsIWFor .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v6cdsIWFor .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v6cdsIWFor .navbar-brand {
    padding: -550px 0;
  }
  .cid-v6cdsIWFor .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v6cdsIWFor .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v6cdsIWFor .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v6cdsIWFor mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v6cdsIWFor .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v6cdsIWFor info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v6cdsIWFor ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v6cdsIWFor achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v6cdsIWFor zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v6cdsIWFor zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v6cdsIWFor li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d2Mn3f1O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d2Mn3f1O .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d2Mn3f1O .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d2Mn3f1O .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d2Mn3f1O .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d2Mn3f1O .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v6cn5UZk8R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6cn5UZk8R .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6cn5UZk8R .mbr-text {
  text-align: justify;
}
.cid-v8QEALzby9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8QEALzby9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QEALzby9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QEALzby9 .row {
  margin: 0 -15px;
}
.cid-v8QEALzby9 .row .card {
  padding: 0 15px;
}
.cid-v8QEALzby9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QEALzby9 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8QEALzby9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8QEALzby9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8QEALzby9 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8QEALzby9 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8QEALzby9 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8QEALzby9 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8QEALzby9 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8QEALzby9 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8QEALzby9 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8QEALzby9 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8QEALzby9 .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8QEALzby9 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8QEALzby9 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8QEALzby9 .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8QEALzby9 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8QEALzby9 .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v8QEALzby9 .item-title {
  color: #fefff5;
}
.cid-v8QEALzby9 .item-text {
  color: #000000;
}
.cid-v8QEALzby9 .item-title,
.cid-v8QEALzby9 .item-btn {
  color: #000000;
}
.cid-v8QUouQ7NL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8QUouQ7NL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QUouQ7NL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QUouQ7NL .row {
  margin: 0 -15px;
}
.cid-v8QUouQ7NL .row .card {
  padding: 0 15px;
}
.cid-v8QUouQ7NL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QUouQ7NL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8QUouQ7NL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8QUouQ7NL .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8QUouQ7NL .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8QUouQ7NL .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8QUouQ7NL .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8QUouQ7NL .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8QUouQ7NL .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8QUouQ7NL .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8QUouQ7NL .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8QUouQ7NL .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8QUouQ7NL .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8QUouQ7NL .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8QUouQ7NL .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8QUouQ7NL .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8QUouQ7NL .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8QUouQ7NL .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v8QUouQ7NL .item-title {
  color: #fefff5;
}
.cid-v8QUouQ7NL .item-text {
  color: #000000;
}
.cid-v8QUouQ7NL .item-title,
.cid-v8QUouQ7NL .item-btn {
  color: #000000;
}
.cid-v8QUprVevl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8QUprVevl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QUprVevl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QUprVevl .row {
  margin: 0 -15px;
}
.cid-v8QUprVevl .row .card {
  padding: 0 15px;
}
.cid-v8QUprVevl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QUprVevl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8QUprVevl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8QUprVevl .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8QUprVevl .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8QUprVevl .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8QUprVevl .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8QUprVevl .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8QUprVevl .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8QUprVevl .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8QUprVevl .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8QUprVevl .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8QUprVevl .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8QUprVevl .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8QUprVevl .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8QUprVevl .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8QUprVevl .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8QUprVevl .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v8QUprVevl .item-title {
  color: #fefff5;
}
.cid-v8QUprVevl .item-text {
  color: #000000;
}
.cid-v8QUprVevl .item-title,
.cid-v8QUprVevl .item-btn {
  color: #000000;
}
.cid-v6cdsKB5aP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v6cdsKB5aP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6cdsKB5aP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6cdsKB5aP .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v6cdsKB5aP .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v6cdsKB5aP .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6cdsKB5aP .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v6cdsKB5aP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v6cdsKB5aP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6cdsKB5aP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6cdsKB5aP .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v6cdsKB5aP .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v6cdsKB5aP .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6cdsKB5aP .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v6cdsKB5aP .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v6cdsKB5aP .items-wrapper .card {
  padding: 0 32px;
}
.cid-v6cdsKB5aP .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6cdsKB5aP .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6cdsKB5aP .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6cdsKB5aP .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6cdsKB5aP .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v6cdsKB5aP .list-wrapper .list .item-wrap:hover,
.cid-v6cdsKB5aP .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v6cdsKB5aP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6cdsKB5aP .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6cdsKB5aP .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6cdsKB5aP .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6cdsKB5aP .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v6cdsKB5aP .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v6cdsKB5aP .mbr-desc {
  color: #ffffff;
}
.cid-v6cdsKB5aP .mbr-text,
.cid-v6cdsKB5aP .text-wrapper {
  color: #9aa0a6;
}
.cid-v6cdsKB5aP .list {
  color: #9aa0a6;
}
.cid-v6cdsKB5aP .mbr-text,
.cid-v6cdsKB5aP .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v6cdsKB5aP .list,
.cid-v6cdsKB5aP .item-wrap {
  color: #b2ccd2;
}
.cid-v6cdsKB5aP weis {
  color: #ffffff;
}
.cid-v6cdsKB5aP klein {
  font-size: 12px;
}
.cid-v6cdsKB5aP blau {
  color: #f4f4f4;
}
.cid-v6cdsKB5aP .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v6cdsKB5aP .mbr-desc,
.cid-v6cdsKB5aP .content-wrapper {
  color: #e6c63b;
}
.cid-v6d651W06B {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v6d651W06B .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v6d651W06B nav.navbar {
  position: fixed;
}
.cid-v6d651W06B blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v6d651W06B orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v6d651W06B gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v6d651W06B black {
  color: #000000;
  font-weight: bold;
}
.cid-v6d651W06B pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v6d651W06B .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-v6d651W06B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6d651W06B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6d651W06B .dropdown-item:hover,
.cid-v6d651W06B .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v6d651W06B .dropdown-item:hover span {
  color: white;
}
.cid-v6d651W06B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6d651W06B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6d651W06B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6d651W06B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6d651W06B .nav-link {
  position: relative;
}
.cid-v6d651W06B .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v6d651W06B .container {
    flex-wrap: nowrap;
  }
}
.cid-v6d651W06B .dropdown-menu,
.cid-v6d651W06B .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v6d651W06B .nav-item:focus,
.cid-v6d651W06B .nav-link:focus {
  outline: none;
}
.cid-v6d651W06B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6d651W06B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6d651W06B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6d651W06B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6d651W06B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6d651W06B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6d651W06B .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v6d651W06B .navbar.opened {
  transition: all 0.3s;
}
.cid-v6d651W06B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6d651W06B .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v6d651W06B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6d651W06B .navbar.collapsed {
  justify-content: center;
}
.cid-v6d651W06B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6d651W06B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6d651W06B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v6d651W06B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6d651W06B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6d651W06B .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-v6d651W06B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6d651W06B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v6d651W06B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6d651W06B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6d651W06B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6d651W06B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6d651W06B .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-v6d651W06B .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v6d651W06B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6d651W06B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6d651W06B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6d651W06B .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v6d651W06B .navbar.navbar-short {
  min-height: auto;
}
.cid-v6d651W06B .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v6d651W06B .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v6d651W06B .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v6d651W06B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6d651W06B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6d651W06B .dropdown-item.active,
.cid-v6d651W06B .dropdown-item:active {
  background-color: transparent;
}
.cid-v6d651W06B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6d651W06B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6d651W06B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6d651W06B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v6d651W06B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6d651W06B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6d651W06B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6d651W06B .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v6d651W06B .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v6d651W06B .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v6d651W06B .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v6d651W06B .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v6d651W06B button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v6d651W06B button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v6d651W06B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v6d651W06B button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v6d651W06B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v6d651W06B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6d651W06B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6d651W06B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v6d651W06B nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6d651W06B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6d651W06B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6d651W06B nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6d651W06B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6d651W06B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6d651W06B .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-v6d651W06B .navbar {
    height: 70px;
  }
  .cid-v6d651W06B .navbar.opened {
    height: auto;
  }
  .cid-v6d651W06B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6d651W06B .container-fluid {
  padding-right: 0;
}
.cid-v6d651W06B .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v6d651W06B .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v6d651W06B .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v6d651W06B .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v6d651W06B .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v6d651W06B .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v6d651W06B .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v6d651W06B .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v6d651W06B .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v6d651W06B .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v6d651W06B .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v6d651W06B .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v6d651W06B .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v6d651W06B li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v6d651W06B li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v6d651W06B li.nav-item:nth-last-child(3) img,
  .cid-v6d651W06B li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v6d651W06B li.nav-item img[src*="flagdeutsch"],
  .cid-v6d651W06B li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v6d651W06B .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v6d651W06B .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v6d651W06B .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v6d651W06B .navbar-brand {
    padding: -550px 0;
  }
  .cid-v6d651W06B .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v6d651W06B .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v6d651W06B .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v6d651W06B mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v6d651W06B .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v6d651W06B info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v6d651W06B ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v6d651W06B achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v6d651W06B zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v6d651W06B zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v6d651W06B li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6d652alC9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6d652alC9 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6d652alC9 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6d652alC9 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6d652alC9 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6d652alC9 .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v6d652k2cz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6d652k2cz .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6d652k2cz .mbr-text {
  text-align: justify;
}
.cid-v8RSwidOiM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d4d8e0;
}
.cid-v8RSwidOiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RSwidOiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RSwidOiM .row {
  margin: 0 -15px;
}
.cid-v8RSwidOiM .row .card {
  padding: 0 15px;
}
.cid-v8RSwidOiM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8RSwidOiM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8RSwidOiM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8RSwidOiM .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8RSwidOiM .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8RSwidOiM .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8RSwidOiM .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8RSwidOiM .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8RSwidOiM .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8RSwidOiM .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RSwidOiM .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8RSwidOiM .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8RSwidOiM .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8RSwidOiM .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8RSwidOiM .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8RSwidOiM .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8RSwidOiM .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8RSwidOiM .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v8RSwidOiM .item-title {
  color: #fefff5;
}
.cid-v8RSwidOiM .item-text {
  color: #000000;
}
.cid-v8RSwidOiM .item-title,
.cid-v8RSwidOiM .item-btn {
  color: #000000;
}
.cid-v8RT8knJQv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8RT8knJQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RT8knJQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RT8knJQv .row {
  margin: 0 -15px;
}
.cid-v8RT8knJQv .row .card {
  padding: 0 15px;
}
.cid-v8RT8knJQv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8RT8knJQv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8RT8knJQv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8RT8knJQv .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8RT8knJQv .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8RT8knJQv .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8RT8knJQv .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8RT8knJQv .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8RT8knJQv .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8RT8knJQv .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RT8knJQv .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8RT8knJQv .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8RT8knJQv .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8RT8knJQv .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8RT8knJQv .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8RT8knJQv .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8RT8knJQv .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8RT8knJQv .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v8RT8knJQv .item-title {
  color: #fefff5;
}
.cid-v8RT8knJQv .item-text {
  color: #000000;
}
.cid-v8RT8knJQv .item-title,
.cid-v8RT8knJQv .item-btn {
  color: #000000;
}
.cid-v8RT8knJQv strich {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  text-decoration: line-through solid #ff0000;
}
.cid-v8RSOaPsOQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d4d8e0;
}
.cid-v8RSOaPsOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RSOaPsOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RSOaPsOQ .row {
  margin: 0 -15px;
}
.cid-v8RSOaPsOQ .row .card {
  padding: 0 15px;
}
.cid-v8RSOaPsOQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8RSOaPsOQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8RSOaPsOQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8RSOaPsOQ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8RSOaPsOQ .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8RSOaPsOQ .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8RSOaPsOQ .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-v8RSOaPsOQ .item-title {
  color: #fefff5;
}
.cid-v8RSOaPsOQ .item-text {
  color: #000000;
}
.cid-v8RSOaPsOQ .item-title,
.cid-v8RSOaPsOQ .item-btn {
  color: #000000;
}
.cid-v8RYZiXbNy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8RYZiXbNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8RYZiXbNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8RYZiXbNy .row {
  margin: 0 -15px;
}
.cid-v8RYZiXbNy .row .card {
  padding: 0 15px;
}
.cid-v8RYZiXbNy .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8RYZiXbNy .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8RYZiXbNy .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8RYZiXbNy .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8RYZiXbNy .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8RYZiXbNy .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8RYZiXbNy .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8RYZiXbNy .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8RYZiXbNy .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8RYZiXbNy .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8RYZiXbNy .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8RYZiXbNy .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8RYZiXbNy .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8RYZiXbNy .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8RYZiXbNy .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8RYZiXbNy .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8RYZiXbNy .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8RYZiXbNy .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-v8RYZiXbNy .item-title {
  color: #fefff5;
}
.cid-v8RYZiXbNy .item-text {
  color: #000000;
}
.cid-v8RYZiXbNy .item-title,
.cid-v8RYZiXbNy .item-btn {
  color: #000000;
}
.cid-v8S0KxJWJq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9eef1;
}
.cid-v8S0KxJWJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8S0KxJWJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8S0KxJWJq .row {
  margin: 0 -15px;
}
.cid-v8S0KxJWJq .row .card {
  padding: 0 15px;
}
.cid-v8S0KxJWJq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8S0KxJWJq .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8S0KxJWJq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8S0KxJWJq .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8S0KxJWJq .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8S0KxJWJq .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8S0KxJWJq .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8S0KxJWJq .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8S0KxJWJq .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8S0KxJWJq .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8S0KxJWJq .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8S0KxJWJq .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8S0KxJWJq .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8S0KxJWJq .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8S0KxJWJq .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8S0KxJWJq .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8S0KxJWJq .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8S0KxJWJq .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v8S0KxJWJq .item-title {
  color: #fefff5;
}
.cid-v8S0KxJWJq .item-text {
  color: #000000;
}
.cid-v8S0KxJWJq .item-title,
.cid-v8S0KxJWJq .item-btn {
  color: #000000;
}
.cid-v6d653MkLl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v6d653MkLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6d653MkLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6d653MkLl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v6d653MkLl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v6d653MkLl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6d653MkLl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v6d653MkLl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v6d653MkLl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6d653MkLl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6d653MkLl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v6d653MkLl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v6d653MkLl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6d653MkLl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v6d653MkLl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v6d653MkLl .items-wrapper .card {
  padding: 0 32px;
}
.cid-v6d653MkLl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6d653MkLl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6d653MkLl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6d653MkLl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6d653MkLl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v6d653MkLl .list-wrapper .list .item-wrap:hover,
.cid-v6d653MkLl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v6d653MkLl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6d653MkLl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6d653MkLl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6d653MkLl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6d653MkLl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v6d653MkLl .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v6d653MkLl .mbr-desc {
  color: #ffffff;
}
.cid-v6d653MkLl .mbr-text,
.cid-v6d653MkLl .text-wrapper {
  color: #9aa0a6;
}
.cid-v6d653MkLl .list {
  color: #9aa0a6;
}
.cid-v6d653MkLl .mbr-text,
.cid-v6d653MkLl .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v6d653MkLl .list,
.cid-v6d653MkLl .item-wrap {
  color: #b2ccd2;
}
.cid-v6d653MkLl weis {
  color: #ffffff;
}
.cid-v6d653MkLl klein {
  font-size: 12px;
}
.cid-v6d653MkLl blau {
  color: #f4f4f4;
}
.cid-v6d653MkLl .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v6d653MkLl .mbr-desc,
.cid-v6d653MkLl .content-wrapper {
  color: #e6c63b;
}
.cid-v6hQsVmEBL {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v6hQsVmEBL .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v6hQsVmEBL nav.navbar {
  position: fixed;
}
.cid-v6hQsVmEBL blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v6hQsVmEBL orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v6hQsVmEBL gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v6hQsVmEBL black {
  color: #000000;
  font-weight: bold;
}
.cid-v6hQsVmEBL pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v6hQsVmEBL .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-v6hQsVmEBL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6hQsVmEBL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6hQsVmEBL .dropdown-item:hover,
.cid-v6hQsVmEBL .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v6hQsVmEBL .dropdown-item:hover span {
  color: white;
}
.cid-v6hQsVmEBL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6hQsVmEBL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6hQsVmEBL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6hQsVmEBL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6hQsVmEBL .nav-link {
  position: relative;
}
.cid-v6hQsVmEBL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v6hQsVmEBL .container {
    flex-wrap: nowrap;
  }
}
.cid-v6hQsVmEBL .dropdown-menu,
.cid-v6hQsVmEBL .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v6hQsVmEBL .nav-item:focus,
.cid-v6hQsVmEBL .nav-link:focus {
  outline: none;
}
.cid-v6hQsVmEBL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6hQsVmEBL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6hQsVmEBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6hQsVmEBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6hQsVmEBL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6hQsVmEBL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6hQsVmEBL .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v6hQsVmEBL .navbar.opened {
  transition: all 0.3s;
}
.cid-v6hQsVmEBL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6hQsVmEBL .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v6hQsVmEBL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6hQsVmEBL .navbar.collapsed {
  justify-content: center;
}
.cid-v6hQsVmEBL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6hQsVmEBL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6hQsVmEBL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v6hQsVmEBL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6hQsVmEBL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6hQsVmEBL .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-v6hQsVmEBL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6hQsVmEBL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v6hQsVmEBL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6hQsVmEBL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6hQsVmEBL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6hQsVmEBL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6hQsVmEBL .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-v6hQsVmEBL .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v6hQsVmEBL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6hQsVmEBL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6hQsVmEBL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6hQsVmEBL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v6hQsVmEBL .navbar.navbar-short {
  min-height: auto;
}
.cid-v6hQsVmEBL .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v6hQsVmEBL .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v6hQsVmEBL .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v6hQsVmEBL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6hQsVmEBL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6hQsVmEBL .dropdown-item.active,
.cid-v6hQsVmEBL .dropdown-item:active {
  background-color: transparent;
}
.cid-v6hQsVmEBL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6hQsVmEBL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6hQsVmEBL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6hQsVmEBL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v6hQsVmEBL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6hQsVmEBL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6hQsVmEBL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6hQsVmEBL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v6hQsVmEBL .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v6hQsVmEBL .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v6hQsVmEBL .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v6hQsVmEBL .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v6hQsVmEBL button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v6hQsVmEBL button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v6hQsVmEBL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v6hQsVmEBL button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v6hQsVmEBL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v6hQsVmEBL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6hQsVmEBL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6hQsVmEBL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v6hQsVmEBL nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6hQsVmEBL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6hQsVmEBL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6hQsVmEBL nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6hQsVmEBL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6hQsVmEBL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6hQsVmEBL .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-v6hQsVmEBL .navbar {
    height: 70px;
  }
  .cid-v6hQsVmEBL .navbar.opened {
    height: auto;
  }
  .cid-v6hQsVmEBL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6hQsVmEBL .container-fluid {
  padding-right: 0;
}
.cid-v6hQsVmEBL .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v6hQsVmEBL .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v6hQsVmEBL .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v6hQsVmEBL .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v6hQsVmEBL .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v6hQsVmEBL .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v6hQsVmEBL .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v6hQsVmEBL .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v6hQsVmEBL .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v6hQsVmEBL .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v6hQsVmEBL .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v6hQsVmEBL .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v6hQsVmEBL .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v6hQsVmEBL li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v6hQsVmEBL li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v6hQsVmEBL li.nav-item:nth-last-child(3) img,
  .cid-v6hQsVmEBL li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v6hQsVmEBL li.nav-item img[src*="flagdeutsch"],
  .cid-v6hQsVmEBL li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v6hQsVmEBL .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v6hQsVmEBL .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v6hQsVmEBL .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v6hQsVmEBL .navbar-brand {
    padding: -550px 0;
  }
  .cid-v6hQsVmEBL .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v6hQsVmEBL .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v6hQsVmEBL .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v6hQsVmEBL mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v6hQsVmEBL .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v6hQsVmEBL info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v6hQsVmEBL ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v6hQsVmEBL achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v6hQsVmEBL zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v6hQsVmEBL zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v6hQsVmEBL li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6hQsVCcbK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6hQsVCcbK .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6hQsVCcbK .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6hQsVCcbK .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6hQsVCcbK .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6hQsVCcbK .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v6hQsVNwOc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6hQsVNwOc .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6hQsVNwOc .mbr-text {
  text-align: justify;
}
.cid-v6hQsVXOIy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6hQsVXOIy .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6hQsVXOIy .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v8YEHosKEn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8YEHosKEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8YEHosKEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8YEHosKEn .row {
  margin: 0 -15px;
}
.cid-v8YEHosKEn .row .card {
  padding: 0 15px;
}
.cid-v8YEHosKEn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8YEHosKEn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8YEHosKEn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8YEHosKEn .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8YEHosKEn .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8YEHosKEn .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8YEHosKEn .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8YEHosKEn .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8YEHosKEn .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8YEHosKEn .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8YEHosKEn .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8YEHosKEn .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8YEHosKEn .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8YEHosKEn .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8YEHosKEn .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8YEHosKEn .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8YEHosKEn .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8YEHosKEn .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v8YEHosKEn .item-title {
  color: #fefff5;
}
.cid-v8YEHosKEn .item-text {
  color: #000000;
}
.cid-v8YEHosKEn .item-title,
.cid-v8YEHosKEn .item-btn {
  color: #000000;
}
.cid-v6hQsWm8Pl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6hQsWm8Pl .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6hQsWm8Pl .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v8YGHmFTBc {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8YGHmFTBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8YGHmFTBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8YGHmFTBc .row {
  margin: 0 -15px;
}
.cid-v8YGHmFTBc .row .card {
  padding: 0 15px;
}
.cid-v8YGHmFTBc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8YGHmFTBc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8YGHmFTBc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8YGHmFTBc .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8YGHmFTBc .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8YGHmFTBc .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8YGHmFTBc .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8YGHmFTBc .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8YGHmFTBc .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8YGHmFTBc .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8YGHmFTBc .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8YGHmFTBc .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8YGHmFTBc .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8YGHmFTBc .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8YGHmFTBc .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8YGHmFTBc .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8YGHmFTBc .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8YGHmFTBc .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v8YGHmFTBc .item-title {
  color: #fefff5;
}
.cid-v8YGHmFTBc .item-text {
  color: #000000;
}
.cid-v8YGHmFTBc .item-title,
.cid-v8YGHmFTBc .item-btn {
  color: #000000;
}
.cid-v6hQsWLBMX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6hQsWLBMX .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6hQsWLBMX .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v8YIzxTPo4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v8YIzxTPo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8YIzxTPo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8YIzxTPo4 .row {
  margin: 0 -15px;
}
.cid-v8YIzxTPo4 .row .card {
  padding: 0 15px;
}
.cid-v8YIzxTPo4 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8YIzxTPo4 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8YIzxTPo4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8YIzxTPo4 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8YIzxTPo4 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8YIzxTPo4 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8YIzxTPo4 .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v8YIzxTPo4 .item-title {
  color: #fefff5;
}
.cid-v8YIzxTPo4 .item-text {
  color: #000000;
}
.cid-v8YIzxTPo4 .item-title,
.cid-v8YIzxTPo4 .item-btn {
  color: #000000;
}
.cid-v7ZWi4ITUR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7ZWi4ITUR .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v7ZWi4ITUR .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v8YJENrWfD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8YJENrWfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8YJENrWfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8YJENrWfD .row {
  margin: 0 -15px;
}
.cid-v8YJENrWfD .row .card {
  padding: 0 15px;
}
.cid-v8YJENrWfD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8YJENrWfD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8YJENrWfD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v8YJENrWfD .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8YJENrWfD .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v8YJENrWfD .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v8YJENrWfD .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8YJENrWfD .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8YJENrWfD .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v8YJENrWfD .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8YJENrWfD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v8YJENrWfD .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8YJENrWfD .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v8YJENrWfD .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8YJENrWfD .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8YJENrWfD .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8YJENrWfD .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8YJENrWfD .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v8YJENrWfD .item-title {
  color: #fefff5;
}
.cid-v8YJENrWfD .item-text {
  color: #000000;
}
.cid-v8YJENrWfD .item-title,
.cid-v8YJENrWfD .item-btn {
  color: #000000;
}
.cid-v6hQsYnnUy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v6hQsYnnUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6hQsYnnUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6hQsYnnUy .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v6hQsYnnUy .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v6hQsYnnUy .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6hQsYnnUy .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v6hQsYnnUy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v6hQsYnnUy .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6hQsYnnUy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6hQsYnnUy .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v6hQsYnnUy .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v6hQsYnnUy .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6hQsYnnUy .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v6hQsYnnUy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v6hQsYnnUy .items-wrapper .card {
  padding: 0 32px;
}
.cid-v6hQsYnnUy .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6hQsYnnUy .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6hQsYnnUy .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6hQsYnnUy .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6hQsYnnUy .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v6hQsYnnUy .list-wrapper .list .item-wrap:hover,
.cid-v6hQsYnnUy .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v6hQsYnnUy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6hQsYnnUy .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6hQsYnnUy .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6hQsYnnUy .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6hQsYnnUy .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v6hQsYnnUy .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v6hQsYnnUy .mbr-desc {
  color: #ffffff;
}
.cid-v6hQsYnnUy .mbr-text,
.cid-v6hQsYnnUy .text-wrapper {
  color: #9aa0a6;
}
.cid-v6hQsYnnUy .list {
  color: #9aa0a6;
}
.cid-v6hQsYnnUy .mbr-text,
.cid-v6hQsYnnUy .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v6hQsYnnUy .list,
.cid-v6hQsYnnUy .item-wrap {
  color: #b2ccd2;
}
.cid-v6hQsYnnUy weis {
  color: #ffffff;
}
.cid-v6hQsYnnUy klein {
  font-size: 12px;
}
.cid-v6hQsYnnUy blau {
  color: #f4f4f4;
}
.cid-v6hQsYnnUy .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v6hQsYnnUy .mbr-desc,
.cid-v6hQsYnnUy .content-wrapper {
  color: #e6c63b;
}
.cid-v6i0bc1Q9E {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v6i0bc1Q9E .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v6i0bc1Q9E nav.navbar {
  position: fixed;
}
.cid-v6i0bc1Q9E blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v6i0bc1Q9E orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v6i0bc1Q9E gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v6i0bc1Q9E black {
  color: #000000;
  font-weight: bold;
}
.cid-v6i0bc1Q9E pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v6i0bc1Q9E .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-v6i0bc1Q9E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6i0bc1Q9E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6i0bc1Q9E .dropdown-item:hover,
.cid-v6i0bc1Q9E .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v6i0bc1Q9E .dropdown-item:hover span {
  color: white;
}
.cid-v6i0bc1Q9E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6i0bc1Q9E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6i0bc1Q9E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6i0bc1Q9E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6i0bc1Q9E .nav-link {
  position: relative;
}
.cid-v6i0bc1Q9E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v6i0bc1Q9E .container {
    flex-wrap: nowrap;
  }
}
.cid-v6i0bc1Q9E .dropdown-menu,
.cid-v6i0bc1Q9E .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v6i0bc1Q9E .nav-item:focus,
.cid-v6i0bc1Q9E .nav-link:focus {
  outline: none;
}
.cid-v6i0bc1Q9E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6i0bc1Q9E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6i0bc1Q9E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6i0bc1Q9E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6i0bc1Q9E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6i0bc1Q9E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6i0bc1Q9E .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v6i0bc1Q9E .navbar.opened {
  transition: all 0.3s;
}
.cid-v6i0bc1Q9E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6i0bc1Q9E .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v6i0bc1Q9E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6i0bc1Q9E .navbar.collapsed {
  justify-content: center;
}
.cid-v6i0bc1Q9E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6i0bc1Q9E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6i0bc1Q9E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v6i0bc1Q9E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6i0bc1Q9E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6i0bc1Q9E .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-v6i0bc1Q9E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6i0bc1Q9E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v6i0bc1Q9E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6i0bc1Q9E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6i0bc1Q9E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6i0bc1Q9E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6i0bc1Q9E .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-v6i0bc1Q9E .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v6i0bc1Q9E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6i0bc1Q9E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6i0bc1Q9E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6i0bc1Q9E .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v6i0bc1Q9E .navbar.navbar-short {
  min-height: auto;
}
.cid-v6i0bc1Q9E .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v6i0bc1Q9E .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v6i0bc1Q9E .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v6i0bc1Q9E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6i0bc1Q9E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6i0bc1Q9E .dropdown-item.active,
.cid-v6i0bc1Q9E .dropdown-item:active {
  background-color: transparent;
}
.cid-v6i0bc1Q9E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6i0bc1Q9E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6i0bc1Q9E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6i0bc1Q9E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v6i0bc1Q9E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6i0bc1Q9E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6i0bc1Q9E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6i0bc1Q9E .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v6i0bc1Q9E .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v6i0bc1Q9E .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v6i0bc1Q9E .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v6i0bc1Q9E .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v6i0bc1Q9E button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v6i0bc1Q9E button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v6i0bc1Q9E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v6i0bc1Q9E button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v6i0bc1Q9E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v6i0bc1Q9E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6i0bc1Q9E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6i0bc1Q9E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v6i0bc1Q9E nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6i0bc1Q9E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6i0bc1Q9E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6i0bc1Q9E nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6i0bc1Q9E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6i0bc1Q9E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6i0bc1Q9E .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-v6i0bc1Q9E .navbar {
    height: 70px;
  }
  .cid-v6i0bc1Q9E .navbar.opened {
    height: auto;
  }
  .cid-v6i0bc1Q9E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6i0bc1Q9E .container-fluid {
  padding-right: 0;
}
.cid-v6i0bc1Q9E .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v6i0bc1Q9E .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v6i0bc1Q9E .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v6i0bc1Q9E .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v6i0bc1Q9E .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v6i0bc1Q9E .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v6i0bc1Q9E .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v6i0bc1Q9E .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v6i0bc1Q9E .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v6i0bc1Q9E .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v6i0bc1Q9E .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v6i0bc1Q9E .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v6i0bc1Q9E .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v6i0bc1Q9E li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v6i0bc1Q9E li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v6i0bc1Q9E li.nav-item:nth-last-child(3) img,
  .cid-v6i0bc1Q9E li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v6i0bc1Q9E li.nav-item img[src*="flagdeutsch"],
  .cid-v6i0bc1Q9E li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v6i0bc1Q9E .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v6i0bc1Q9E .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v6i0bc1Q9E .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v6i0bc1Q9E .navbar-brand {
    padding: -550px 0;
  }
  .cid-v6i0bc1Q9E .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v6i0bc1Q9E .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v6i0bc1Q9E .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v6i0bc1Q9E mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v6i0bc1Q9E .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v6i0bc1Q9E info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v6i0bc1Q9E ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v6i0bc1Q9E achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v6i0bc1Q9E zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v6i0bc1Q9E zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v6i0bc1Q9E li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6i0bcjAIU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6i0bcjAIU .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6i0bcjAIU .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6i0bcjAIU .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6i0bcjAIU .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6i0bcjAIU .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v6i0bcxMum {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6i0bcxMum .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6i0bcxMum .mbr-text {
  text-align: justify;
}
.cid-v6i0bcIUgW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6i0bcIUgW .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6i0bcIUgW .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v92GWi4D0K {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v92GWi4D0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92GWi4D0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92GWi4D0K .row {
  margin: 0 -15px;
}
.cid-v92GWi4D0K .row .card {
  padding: 0 15px;
}
.cid-v92GWi4D0K .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v92GWi4D0K .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v92GWi4D0K .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v92GWi4D0K .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v92GWi4D0K .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v92GWi4D0K .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v92GWi4D0K .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v92GWi4D0K .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92GWi4D0K .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v92GWi4D0K .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v92GWi4D0K .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v92GWi4D0K .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92GWi4D0K .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v92GWi4D0K .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v92GWi4D0K .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v92GWi4D0K .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v92GWi4D0K .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v92GWi4D0K .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v92GWi4D0K .item-title {
  color: #fefff5;
}
.cid-v92GWi4D0K .item-text {
  color: #000000;
}
.cid-v92GWi4D0K .item-title,
.cid-v92GWi4D0K .item-btn {
  color: #000000;
}
.cid-v6i0beBIza {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v6i0beBIza .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6i0beBIza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6i0beBIza .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v6i0beBIza .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v6i0beBIza .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6i0beBIza .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v6i0beBIza .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v6i0beBIza .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6i0beBIza .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6i0beBIza .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v6i0beBIza .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v6i0beBIza .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6i0beBIza .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v6i0beBIza .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v6i0beBIza .items-wrapper .card {
  padding: 0 32px;
}
.cid-v6i0beBIza .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6i0beBIza .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6i0beBIza .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6i0beBIza .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6i0beBIza .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v6i0beBIza .list-wrapper .list .item-wrap:hover,
.cid-v6i0beBIza .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v6i0beBIza .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6i0beBIza .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6i0beBIza .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6i0beBIza .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6i0beBIza .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v6i0beBIza .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v6i0beBIza .mbr-desc {
  color: #ffffff;
}
.cid-v6i0beBIza .mbr-text,
.cid-v6i0beBIza .text-wrapper {
  color: #9aa0a6;
}
.cid-v6i0beBIza .list {
  color: #9aa0a6;
}
.cid-v6i0beBIza .mbr-text,
.cid-v6i0beBIza .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v6i0beBIza .list,
.cid-v6i0beBIza .item-wrap {
  color: #b2ccd2;
}
.cid-v6i0beBIza weis {
  color: #ffffff;
}
.cid-v6i0beBIza klein {
  font-size: 12px;
}
.cid-v6i0beBIza blau {
  color: #f4f4f4;
}
.cid-v6i0beBIza .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v6i0beBIza .mbr-desc,
.cid-v6i0beBIza .content-wrapper {
  color: #e6c63b;
}
.cid-v6i9O0Kdiy {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v6i9O0Kdiy .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v6i9O0Kdiy nav.navbar {
  position: fixed;
}
.cid-v6i9O0Kdiy blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v6i9O0Kdiy orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v6i9O0Kdiy gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v6i9O0Kdiy black {
  color: #000000;
  font-weight: bold;
}
.cid-v6i9O0Kdiy pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v6i9O0Kdiy .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-v6i9O0Kdiy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6i9O0Kdiy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6i9O0Kdiy .dropdown-item:hover,
.cid-v6i9O0Kdiy .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v6i9O0Kdiy .dropdown-item:hover span {
  color: white;
}
.cid-v6i9O0Kdiy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6i9O0Kdiy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6i9O0Kdiy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6i9O0Kdiy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6i9O0Kdiy .nav-link {
  position: relative;
}
.cid-v6i9O0Kdiy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v6i9O0Kdiy .container {
    flex-wrap: nowrap;
  }
}
.cid-v6i9O0Kdiy .dropdown-menu,
.cid-v6i9O0Kdiy .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v6i9O0Kdiy .nav-item:focus,
.cid-v6i9O0Kdiy .nav-link:focus {
  outline: none;
}
.cid-v6i9O0Kdiy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6i9O0Kdiy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6i9O0Kdiy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6i9O0Kdiy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6i9O0Kdiy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6i9O0Kdiy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6i9O0Kdiy .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v6i9O0Kdiy .navbar.opened {
  transition: all 0.3s;
}
.cid-v6i9O0Kdiy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6i9O0Kdiy .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v6i9O0Kdiy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6i9O0Kdiy .navbar.collapsed {
  justify-content: center;
}
.cid-v6i9O0Kdiy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6i9O0Kdiy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6i9O0Kdiy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v6i9O0Kdiy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6i9O0Kdiy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6i9O0Kdiy .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-v6i9O0Kdiy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6i9O0Kdiy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v6i9O0Kdiy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6i9O0Kdiy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6i9O0Kdiy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6i9O0Kdiy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6i9O0Kdiy .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-v6i9O0Kdiy .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v6i9O0Kdiy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6i9O0Kdiy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6i9O0Kdiy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6i9O0Kdiy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v6i9O0Kdiy .navbar.navbar-short {
  min-height: auto;
}
.cid-v6i9O0Kdiy .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v6i9O0Kdiy .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v6i9O0Kdiy .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v6i9O0Kdiy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6i9O0Kdiy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6i9O0Kdiy .dropdown-item.active,
.cid-v6i9O0Kdiy .dropdown-item:active {
  background-color: transparent;
}
.cid-v6i9O0Kdiy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6i9O0Kdiy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6i9O0Kdiy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6i9O0Kdiy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v6i9O0Kdiy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6i9O0Kdiy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6i9O0Kdiy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6i9O0Kdiy .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v6i9O0Kdiy .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v6i9O0Kdiy .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v6i9O0Kdiy .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v6i9O0Kdiy .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v6i9O0Kdiy button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v6i9O0Kdiy button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v6i9O0Kdiy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v6i9O0Kdiy button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v6i9O0Kdiy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v6i9O0Kdiy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6i9O0Kdiy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6i9O0Kdiy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v6i9O0Kdiy nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6i9O0Kdiy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6i9O0Kdiy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6i9O0Kdiy nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6i9O0Kdiy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6i9O0Kdiy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6i9O0Kdiy .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-v6i9O0Kdiy .navbar {
    height: 70px;
  }
  .cid-v6i9O0Kdiy .navbar.opened {
    height: auto;
  }
  .cid-v6i9O0Kdiy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6i9O0Kdiy .container-fluid {
  padding-right: 0;
}
.cid-v6i9O0Kdiy .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v6i9O0Kdiy .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v6i9O0Kdiy .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v6i9O0Kdiy .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v6i9O0Kdiy .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v6i9O0Kdiy .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v6i9O0Kdiy .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v6i9O0Kdiy .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v6i9O0Kdiy .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v6i9O0Kdiy .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v6i9O0Kdiy .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v6i9O0Kdiy .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v6i9O0Kdiy .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v6i9O0Kdiy li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v6i9O0Kdiy li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v6i9O0Kdiy li.nav-item:nth-last-child(3) img,
  .cid-v6i9O0Kdiy li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v6i9O0Kdiy li.nav-item img[src*="flagdeutsch"],
  .cid-v6i9O0Kdiy li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v6i9O0Kdiy .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v6i9O0Kdiy .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v6i9O0Kdiy .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v6i9O0Kdiy .navbar-brand {
    padding: -550px 0;
  }
  .cid-v6i9O0Kdiy .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v6i9O0Kdiy .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v6i9O0Kdiy .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v6i9O0Kdiy mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v6i9O0Kdiy .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v6i9O0Kdiy info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v6i9O0Kdiy ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v6i9O0Kdiy achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v6i9O0Kdiy zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v6i9O0Kdiy zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v6i9O0Kdiy li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6i9O11Hwx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6i9O11Hwx .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6i9O11Hwx .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6i9O11Hwx .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6i9O11Hwx .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6i9O11Hwx .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v6i9O1cvn8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6i9O1cvn8 .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6i9O1cvn8 .mbr-text {
  text-align: justify;
}
.cid-v6i9O1nYjp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6i9O1nYjp .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6i9O1nYjp .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v92IAiOdkE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v92IAiOdkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92IAiOdkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92IAiOdkE .row {
  margin: 0 -15px;
}
.cid-v92IAiOdkE .row .card {
  padding: 0 15px;
}
.cid-v92IAiOdkE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v92IAiOdkE .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v92IAiOdkE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v92IAiOdkE .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v92IAiOdkE .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v92IAiOdkE .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v92IAiOdkE .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v92IAiOdkE .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92IAiOdkE .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v92IAiOdkE .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v92IAiOdkE .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v92IAiOdkE .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92IAiOdkE .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v92IAiOdkE .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v92IAiOdkE .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v92IAiOdkE .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v92IAiOdkE .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v92IAiOdkE .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v92IAiOdkE .item-title {
  color: #fefff5;
}
.cid-v92IAiOdkE .item-text {
  color: #000000;
}
.cid-v92IAiOdkE .item-title,
.cid-v92IAiOdkE .item-btn {
  color: #000000;
}
.cid-v6i9O1YTuF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v6i9O1YTuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6i9O1YTuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6i9O1YTuF .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v6i9O1YTuF .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v6i9O1YTuF .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6i9O1YTuF .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v6i9O1YTuF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v6i9O1YTuF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6i9O1YTuF .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6i9O1YTuF .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v6i9O1YTuF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v6i9O1YTuF .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6i9O1YTuF .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v6i9O1YTuF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v6i9O1YTuF .items-wrapper .card {
  padding: 0 32px;
}
.cid-v6i9O1YTuF .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6i9O1YTuF .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6i9O1YTuF .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6i9O1YTuF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6i9O1YTuF .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v6i9O1YTuF .list-wrapper .list .item-wrap:hover,
.cid-v6i9O1YTuF .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v6i9O1YTuF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6i9O1YTuF .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6i9O1YTuF .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6i9O1YTuF .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6i9O1YTuF .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v6i9O1YTuF .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v6i9O1YTuF .mbr-desc {
  color: #ffffff;
}
.cid-v6i9O1YTuF .mbr-text,
.cid-v6i9O1YTuF .text-wrapper {
  color: #9aa0a6;
}
.cid-v6i9O1YTuF .list {
  color: #9aa0a6;
}
.cid-v6i9O1YTuF .mbr-text,
.cid-v6i9O1YTuF .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v6i9O1YTuF .list,
.cid-v6i9O1YTuF .item-wrap {
  color: #b2ccd2;
}
.cid-v6i9O1YTuF weis {
  color: #ffffff;
}
.cid-v6i9O1YTuF klein {
  font-size: 12px;
}
.cid-v6i9O1YTuF blau {
  color: #f4f4f4;
}
.cid-v6i9O1YTuF .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v6i9O1YTuF .mbr-desc,
.cid-v6i9O1YTuF .content-wrapper {
  color: #e6c63b;
}
.cid-v6ieYBaTwR {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v6ieYBaTwR .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v6ieYBaTwR nav.navbar {
  position: fixed;
}
.cid-v6ieYBaTwR blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v6ieYBaTwR orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v6ieYBaTwR gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v6ieYBaTwR black {
  color: #000000;
  font-weight: bold;
}
.cid-v6ieYBaTwR pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v6ieYBaTwR .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-v6ieYBaTwR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6ieYBaTwR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6ieYBaTwR .dropdown-item:hover,
.cid-v6ieYBaTwR .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v6ieYBaTwR .dropdown-item:hover span {
  color: white;
}
.cid-v6ieYBaTwR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6ieYBaTwR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6ieYBaTwR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6ieYBaTwR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6ieYBaTwR .nav-link {
  position: relative;
}
.cid-v6ieYBaTwR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v6ieYBaTwR .container {
    flex-wrap: nowrap;
  }
}
.cid-v6ieYBaTwR .dropdown-menu,
.cid-v6ieYBaTwR .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v6ieYBaTwR .nav-item:focus,
.cid-v6ieYBaTwR .nav-link:focus {
  outline: none;
}
.cid-v6ieYBaTwR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6ieYBaTwR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6ieYBaTwR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6ieYBaTwR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6ieYBaTwR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6ieYBaTwR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6ieYBaTwR .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v6ieYBaTwR .navbar.opened {
  transition: all 0.3s;
}
.cid-v6ieYBaTwR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6ieYBaTwR .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v6ieYBaTwR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6ieYBaTwR .navbar.collapsed {
  justify-content: center;
}
.cid-v6ieYBaTwR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6ieYBaTwR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6ieYBaTwR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v6ieYBaTwR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6ieYBaTwR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6ieYBaTwR .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-v6ieYBaTwR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6ieYBaTwR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v6ieYBaTwR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6ieYBaTwR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6ieYBaTwR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6ieYBaTwR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6ieYBaTwR .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-v6ieYBaTwR .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v6ieYBaTwR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6ieYBaTwR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6ieYBaTwR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6ieYBaTwR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v6ieYBaTwR .navbar.navbar-short {
  min-height: auto;
}
.cid-v6ieYBaTwR .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v6ieYBaTwR .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v6ieYBaTwR .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v6ieYBaTwR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6ieYBaTwR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6ieYBaTwR .dropdown-item.active,
.cid-v6ieYBaTwR .dropdown-item:active {
  background-color: transparent;
}
.cid-v6ieYBaTwR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6ieYBaTwR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6ieYBaTwR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6ieYBaTwR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v6ieYBaTwR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6ieYBaTwR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6ieYBaTwR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6ieYBaTwR .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v6ieYBaTwR .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v6ieYBaTwR .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v6ieYBaTwR .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v6ieYBaTwR .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v6ieYBaTwR button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v6ieYBaTwR button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v6ieYBaTwR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v6ieYBaTwR button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v6ieYBaTwR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v6ieYBaTwR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6ieYBaTwR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6ieYBaTwR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v6ieYBaTwR nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6ieYBaTwR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6ieYBaTwR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6ieYBaTwR nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6ieYBaTwR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6ieYBaTwR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6ieYBaTwR .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-v6ieYBaTwR .navbar {
    height: 70px;
  }
  .cid-v6ieYBaTwR .navbar.opened {
    height: auto;
  }
  .cid-v6ieYBaTwR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6ieYBaTwR .container-fluid {
  padding-right: 0;
}
.cid-v6ieYBaTwR .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v6ieYBaTwR .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v6ieYBaTwR .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v6ieYBaTwR .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v6ieYBaTwR .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v6ieYBaTwR .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v6ieYBaTwR .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v6ieYBaTwR .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v6ieYBaTwR .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v6ieYBaTwR .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v6ieYBaTwR .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v6ieYBaTwR .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v6ieYBaTwR .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v6ieYBaTwR li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v6ieYBaTwR li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v6ieYBaTwR li.nav-item:nth-last-child(3) img,
  .cid-v6ieYBaTwR li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v6ieYBaTwR li.nav-item img[src*="flagdeutsch"],
  .cid-v6ieYBaTwR li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v6ieYBaTwR .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v6ieYBaTwR .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v6ieYBaTwR .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v6ieYBaTwR .navbar-brand {
    padding: -550px 0;
  }
  .cid-v6ieYBaTwR .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v6ieYBaTwR .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v6ieYBaTwR .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v6ieYBaTwR mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v6ieYBaTwR .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v6ieYBaTwR info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v6ieYBaTwR ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v6ieYBaTwR achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v6ieYBaTwR zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v6ieYBaTwR zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v6ieYBaTwR li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6ieYBnn3u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6ieYBnn3u .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6ieYBnn3u .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6ieYBnn3u .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6ieYBnn3u .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6ieYBnn3u .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v6ieYBvgjn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6ieYBvgjn .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6ieYBvgjn .mbr-text {
  text-align: justify;
}
.cid-v6ieYBDFev {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6ieYBDFev .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6ieYBDFev .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v92LnJ7hlK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v92LnJ7hlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92LnJ7hlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92LnJ7hlK .row {
  margin: 0 -15px;
}
.cid-v92LnJ7hlK .row .card {
  padding: 0 15px;
}
.cid-v92LnJ7hlK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v92LnJ7hlK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v92LnJ7hlK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v92LnJ7hlK .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v92LnJ7hlK .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v92LnJ7hlK .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v92LnJ7hlK .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v92LnJ7hlK .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92LnJ7hlK .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v92LnJ7hlK .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v92LnJ7hlK .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v92LnJ7hlK .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92LnJ7hlK .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v92LnJ7hlK .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v92LnJ7hlK .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v92LnJ7hlK .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v92LnJ7hlK .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v92LnJ7hlK .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v92LnJ7hlK .item-title {
  color: #fefff5;
}
.cid-v92LnJ7hlK .item-text {
  color: #000000;
}
.cid-v92LnJ7hlK .item-title,
.cid-v92LnJ7hlK .item-btn {
  color: #000000;
}
.cid-v6ieYC6hkV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v6ieYC6hkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6ieYC6hkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6ieYC6hkV .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v6ieYC6hkV .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v6ieYC6hkV .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6ieYC6hkV .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v6ieYC6hkV .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v6ieYC6hkV .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6ieYC6hkV .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6ieYC6hkV .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v6ieYC6hkV .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v6ieYC6hkV .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6ieYC6hkV .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v6ieYC6hkV .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v6ieYC6hkV .items-wrapper .card {
  padding: 0 32px;
}
.cid-v6ieYC6hkV .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6ieYC6hkV .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6ieYC6hkV .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6ieYC6hkV .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6ieYC6hkV .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v6ieYC6hkV .list-wrapper .list .item-wrap:hover,
.cid-v6ieYC6hkV .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v6ieYC6hkV .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6ieYC6hkV .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6ieYC6hkV .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6ieYC6hkV .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6ieYC6hkV .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v6ieYC6hkV .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v6ieYC6hkV .mbr-desc {
  color: #ffffff;
}
.cid-v6ieYC6hkV .mbr-text,
.cid-v6ieYC6hkV .text-wrapper {
  color: #9aa0a6;
}
.cid-v6ieYC6hkV .list {
  color: #9aa0a6;
}
.cid-v6ieYC6hkV .mbr-text,
.cid-v6ieYC6hkV .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v6ieYC6hkV .list,
.cid-v6ieYC6hkV .item-wrap {
  color: #b2ccd2;
}
.cid-v6ieYC6hkV weis {
  color: #ffffff;
}
.cid-v6ieYC6hkV klein {
  font-size: 12px;
}
.cid-v6ieYC6hkV blau {
  color: #f4f4f4;
}
.cid-v6ieYC6hkV .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v6ieYC6hkV .mbr-desc,
.cid-v6ieYC6hkV .content-wrapper {
  color: #e6c63b;
}
.cid-v6iihaaE9o {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v6iihaaE9o .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v6iihaaE9o nav.navbar {
  position: fixed;
}
.cid-v6iihaaE9o blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v6iihaaE9o orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v6iihaaE9o gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v6iihaaE9o black {
  color: #000000;
  font-weight: bold;
}
.cid-v6iihaaE9o pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v6iihaaE9o .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-v6iihaaE9o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6iihaaE9o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6iihaaE9o .dropdown-item:hover,
.cid-v6iihaaE9o .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v6iihaaE9o .dropdown-item:hover span {
  color: white;
}
.cid-v6iihaaE9o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6iihaaE9o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6iihaaE9o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6iihaaE9o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6iihaaE9o .nav-link {
  position: relative;
}
.cid-v6iihaaE9o .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v6iihaaE9o .container {
    flex-wrap: nowrap;
  }
}
.cid-v6iihaaE9o .dropdown-menu,
.cid-v6iihaaE9o .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v6iihaaE9o .nav-item:focus,
.cid-v6iihaaE9o .nav-link:focus {
  outline: none;
}
.cid-v6iihaaE9o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6iihaaE9o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6iihaaE9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6iihaaE9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6iihaaE9o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6iihaaE9o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6iihaaE9o .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v6iihaaE9o .navbar.opened {
  transition: all 0.3s;
}
.cid-v6iihaaE9o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6iihaaE9o .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v6iihaaE9o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6iihaaE9o .navbar.collapsed {
  justify-content: center;
}
.cid-v6iihaaE9o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6iihaaE9o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6iihaaE9o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v6iihaaE9o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6iihaaE9o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6iihaaE9o .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-v6iihaaE9o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6iihaaE9o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v6iihaaE9o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6iihaaE9o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6iihaaE9o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6iihaaE9o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6iihaaE9o .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-v6iihaaE9o .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v6iihaaE9o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6iihaaE9o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6iihaaE9o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6iihaaE9o .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v6iihaaE9o .navbar.navbar-short {
  min-height: auto;
}
.cid-v6iihaaE9o .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v6iihaaE9o .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v6iihaaE9o .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v6iihaaE9o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6iihaaE9o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6iihaaE9o .dropdown-item.active,
.cid-v6iihaaE9o .dropdown-item:active {
  background-color: transparent;
}
.cid-v6iihaaE9o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6iihaaE9o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6iihaaE9o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6iihaaE9o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v6iihaaE9o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6iihaaE9o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6iihaaE9o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6iihaaE9o .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v6iihaaE9o .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v6iihaaE9o .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v6iihaaE9o .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v6iihaaE9o .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v6iihaaE9o button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v6iihaaE9o button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v6iihaaE9o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v6iihaaE9o button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v6iihaaE9o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v6iihaaE9o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6iihaaE9o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6iihaaE9o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v6iihaaE9o nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6iihaaE9o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6iihaaE9o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6iihaaE9o nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6iihaaE9o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6iihaaE9o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6iihaaE9o .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-v6iihaaE9o .navbar {
    height: 70px;
  }
  .cid-v6iihaaE9o .navbar.opened {
    height: auto;
  }
  .cid-v6iihaaE9o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6iihaaE9o .container-fluid {
  padding-right: 0;
}
.cid-v6iihaaE9o .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v6iihaaE9o .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v6iihaaE9o .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v6iihaaE9o .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v6iihaaE9o .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v6iihaaE9o .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v6iihaaE9o .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v6iihaaE9o .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v6iihaaE9o .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v6iihaaE9o .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v6iihaaE9o .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v6iihaaE9o .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v6iihaaE9o .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v6iihaaE9o li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v6iihaaE9o li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v6iihaaE9o li.nav-item:nth-last-child(3) img,
  .cid-v6iihaaE9o li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v6iihaaE9o li.nav-item img[src*="flagdeutsch"],
  .cid-v6iihaaE9o li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v6iihaaE9o .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v6iihaaE9o .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v6iihaaE9o .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v6iihaaE9o .navbar-brand {
    padding: -550px 0;
  }
  .cid-v6iihaaE9o .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v6iihaaE9o .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v6iihaaE9o .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v6iihaaE9o mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v6iihaaE9o .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v6iihaaE9o info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v6iihaaE9o ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v6iihaaE9o achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v6iihaaE9o zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v6iihaaE9o zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v6iihaaE9o li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6iihanzi1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6iihanzi1 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6iihanzi1 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6iihanzi1 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6iihanzi1 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6iihanzi1 .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v6iihaws7g {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6iihaws7g .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6iihaws7g .mbr-text {
  text-align: justify;
}
.cid-v6iihaDgJk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6iihaDgJk .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6iihaDgJk .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v92NqL3kTO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v92NqL3kTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92NqL3kTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92NqL3kTO .row {
  margin: 0 -15px;
}
.cid-v92NqL3kTO .row .card {
  padding: 0 15px;
}
.cid-v92NqL3kTO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v92NqL3kTO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v92NqL3kTO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v92NqL3kTO .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v92NqL3kTO .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v92NqL3kTO .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v92NqL3kTO .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v92NqL3kTO .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92NqL3kTO .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v92NqL3kTO .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v92NqL3kTO .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v92NqL3kTO .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92NqL3kTO .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v92NqL3kTO .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v92NqL3kTO .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v92NqL3kTO .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v92NqL3kTO .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v92NqL3kTO .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v92NqL3kTO .item-title {
  color: #fefff5;
}
.cid-v92NqL3kTO .item-text {
  color: #000000;
}
.cid-v92NqL3kTO .item-title,
.cid-v92NqL3kTO .item-btn {
  color: #000000;
}
.cid-v6iihb5UPN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v6iihb5UPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6iihb5UPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6iihb5UPN .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v6iihb5UPN .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v6iihb5UPN .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6iihb5UPN .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v6iihb5UPN .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v6iihb5UPN .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6iihb5UPN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6iihb5UPN .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v6iihb5UPN .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v6iihb5UPN .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6iihb5UPN .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v6iihb5UPN .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v6iihb5UPN .items-wrapper .card {
  padding: 0 32px;
}
.cid-v6iihb5UPN .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6iihb5UPN .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6iihb5UPN .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6iihb5UPN .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6iihb5UPN .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v6iihb5UPN .list-wrapper .list .item-wrap:hover,
.cid-v6iihb5UPN .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v6iihb5UPN .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6iihb5UPN .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6iihb5UPN .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6iihb5UPN .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6iihb5UPN .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v6iihb5UPN .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v6iihb5UPN .mbr-desc {
  color: #ffffff;
}
.cid-v6iihb5UPN .mbr-text,
.cid-v6iihb5UPN .text-wrapper {
  color: #9aa0a6;
}
.cid-v6iihb5UPN .list {
  color: #9aa0a6;
}
.cid-v6iihb5UPN .mbr-text,
.cid-v6iihb5UPN .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v6iihb5UPN .list,
.cid-v6iihb5UPN .item-wrap {
  color: #b2ccd2;
}
.cid-v6iihb5UPN weis {
  color: #ffffff;
}
.cid-v6iihb5UPN klein {
  font-size: 12px;
}
.cid-v6iihb5UPN blau {
  color: #f4f4f4;
}
.cid-v6iihb5UPN .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v6iihb5UPN .mbr-desc,
.cid-v6iihb5UPN .content-wrapper {
  color: #e6c63b;
}
.cid-v6Y502CwiO {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v6Y502CwiO .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v6Y502CwiO nav.navbar {
  position: fixed;
}
.cid-v6Y502CwiO blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v6Y502CwiO orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v6Y502CwiO gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v6Y502CwiO black {
  color: #000000;
  font-weight: bold;
}
.cid-v6Y502CwiO pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v6Y502CwiO .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-v6Y502CwiO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6Y502CwiO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6Y502CwiO .dropdown-item:hover,
.cid-v6Y502CwiO .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v6Y502CwiO .dropdown-item:hover span {
  color: white;
}
.cid-v6Y502CwiO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6Y502CwiO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6Y502CwiO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6Y502CwiO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6Y502CwiO .nav-link {
  position: relative;
}
.cid-v6Y502CwiO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v6Y502CwiO .container {
    flex-wrap: nowrap;
  }
}
.cid-v6Y502CwiO .dropdown-menu,
.cid-v6Y502CwiO .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v6Y502CwiO .nav-item:focus,
.cid-v6Y502CwiO .nav-link:focus {
  outline: none;
}
.cid-v6Y502CwiO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6Y502CwiO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6Y502CwiO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6Y502CwiO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6Y502CwiO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6Y502CwiO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6Y502CwiO .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v6Y502CwiO .navbar.opened {
  transition: all 0.3s;
}
.cid-v6Y502CwiO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6Y502CwiO .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v6Y502CwiO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6Y502CwiO .navbar.collapsed {
  justify-content: center;
}
.cid-v6Y502CwiO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6Y502CwiO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6Y502CwiO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v6Y502CwiO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6Y502CwiO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6Y502CwiO .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-v6Y502CwiO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6Y502CwiO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v6Y502CwiO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6Y502CwiO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6Y502CwiO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6Y502CwiO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6Y502CwiO .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-v6Y502CwiO .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v6Y502CwiO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6Y502CwiO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6Y502CwiO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6Y502CwiO .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v6Y502CwiO .navbar.navbar-short {
  min-height: auto;
}
.cid-v6Y502CwiO .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v6Y502CwiO .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v6Y502CwiO .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v6Y502CwiO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6Y502CwiO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6Y502CwiO .dropdown-item.active,
.cid-v6Y502CwiO .dropdown-item:active {
  background-color: transparent;
}
.cid-v6Y502CwiO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6Y502CwiO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6Y502CwiO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6Y502CwiO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v6Y502CwiO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6Y502CwiO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6Y502CwiO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6Y502CwiO .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v6Y502CwiO .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v6Y502CwiO .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v6Y502CwiO .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v6Y502CwiO .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v6Y502CwiO button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v6Y502CwiO button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v6Y502CwiO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v6Y502CwiO button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v6Y502CwiO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v6Y502CwiO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6Y502CwiO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v6Y502CwiO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v6Y502CwiO nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Y502CwiO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6Y502CwiO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v6Y502CwiO nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Y502CwiO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6Y502CwiO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Y502CwiO .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-v6Y502CwiO .navbar {
    height: 70px;
  }
  .cid-v6Y502CwiO .navbar.opened {
    height: auto;
  }
  .cid-v6Y502CwiO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6Y502CwiO .container-fluid {
  padding-right: 0;
}
.cid-v6Y502CwiO .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v6Y502CwiO .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v6Y502CwiO .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v6Y502CwiO .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v6Y502CwiO .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v6Y502CwiO .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v6Y502CwiO .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v6Y502CwiO .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v6Y502CwiO .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v6Y502CwiO .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v6Y502CwiO .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v6Y502CwiO .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v6Y502CwiO .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v6Y502CwiO li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v6Y502CwiO li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v6Y502CwiO li.nav-item:nth-last-child(3) img,
  .cid-v6Y502CwiO li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v6Y502CwiO li.nav-item img[src*="flagdeutsch"],
  .cid-v6Y502CwiO li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v6Y502CwiO .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v6Y502CwiO .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v6Y502CwiO .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v6Y502CwiO .navbar-brand {
    padding: -550px 0;
  }
  .cid-v6Y502CwiO .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v6Y502CwiO .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v6Y502CwiO .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v6Y502CwiO mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v6Y502CwiO .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v6Y502CwiO info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v6Y502CwiO ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v6Y502CwiO achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v6Y502CwiO zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v6Y502CwiO zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v6Y502CwiO li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v6Y502PQ9L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v6Y502PQ9L .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v6Y502PQ9L .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v6Y502PQ9L .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v6Y502PQ9L .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v6Y502PQ9L .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v6Y502YxqD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v6Y502YxqD .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6Y502YxqD .mbr-text {
  text-align: justify;
}
.cid-v6Y5035XK2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6Y5035XK2 .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v6Y5035XK2 .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v92PaOeFub {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v92PaOeFub .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92PaOeFub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92PaOeFub .row {
  margin: 0 -15px;
}
.cid-v92PaOeFub .row .card {
  padding: 0 15px;
}
.cid-v92PaOeFub .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v92PaOeFub .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v92PaOeFub .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v92PaOeFub .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v92PaOeFub .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v92PaOeFub .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v92PaOeFub .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v92PaOeFub .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92PaOeFub .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v92PaOeFub .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v92PaOeFub .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v92PaOeFub .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92PaOeFub .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v92PaOeFub .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v92PaOeFub .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v92PaOeFub .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v92PaOeFub .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v92PaOeFub .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v92PaOeFub .item-title {
  color: #fefff5;
}
.cid-v92PaOeFub .item-text {
  color: #000000;
}
.cid-v92PaOeFub .item-title,
.cid-v92PaOeFub .item-btn {
  color: #000000;
}
.cid-v6Y503xYgb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v6Y503xYgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Y503xYgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Y503xYgb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v6Y503xYgb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v6Y503xYgb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6Y503xYgb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v6Y503xYgb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v6Y503xYgb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v6Y503xYgb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6Y503xYgb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v6Y503xYgb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v6Y503xYgb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6Y503xYgb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v6Y503xYgb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v6Y503xYgb .items-wrapper .card {
  padding: 0 32px;
}
.cid-v6Y503xYgb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6Y503xYgb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6Y503xYgb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6Y503xYgb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6Y503xYgb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v6Y503xYgb .list-wrapper .list .item-wrap:hover,
.cid-v6Y503xYgb .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v6Y503xYgb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6Y503xYgb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6Y503xYgb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6Y503xYgb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v6Y503xYgb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v6Y503xYgb .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v6Y503xYgb .mbr-desc {
  color: #ffffff;
}
.cid-v6Y503xYgb .mbr-text,
.cid-v6Y503xYgb .text-wrapper {
  color: #9aa0a6;
}
.cid-v6Y503xYgb .list {
  color: #9aa0a6;
}
.cid-v6Y503xYgb .mbr-text,
.cid-v6Y503xYgb .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v6Y503xYgb .list,
.cid-v6Y503xYgb .item-wrap {
  color: #b2ccd2;
}
.cid-v6Y503xYgb weis {
  color: #ffffff;
}
.cid-v6Y503xYgb klein {
  font-size: 12px;
}
.cid-v6Y503xYgb blau {
  color: #f4f4f4;
}
.cid-v6Y503xYgb .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v6Y503xYgb .mbr-desc,
.cid-v6Y503xYgb .content-wrapper {
  color: #e6c63b;
}
.cid-v7eHt2MSf1 {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v7eHt2MSf1 .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v7eHt2MSf1 nav.navbar {
  position: fixed;
}
.cid-v7eHt2MSf1 blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v7eHt2MSf1 orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v7eHt2MSf1 gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v7eHt2MSf1 black {
  color: #000000;
  font-weight: bold;
}
.cid-v7eHt2MSf1 pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v7eHt2MSf1 .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-v7eHt2MSf1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7eHt2MSf1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7eHt2MSf1 .dropdown-item:hover,
.cid-v7eHt2MSf1 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v7eHt2MSf1 .dropdown-item:hover span {
  color: white;
}
.cid-v7eHt2MSf1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7eHt2MSf1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7eHt2MSf1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7eHt2MSf1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7eHt2MSf1 .nav-link {
  position: relative;
}
.cid-v7eHt2MSf1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v7eHt2MSf1 .container {
    flex-wrap: nowrap;
  }
}
.cid-v7eHt2MSf1 .dropdown-menu,
.cid-v7eHt2MSf1 .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v7eHt2MSf1 .nav-item:focus,
.cid-v7eHt2MSf1 .nav-link:focus {
  outline: none;
}
.cid-v7eHt2MSf1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7eHt2MSf1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7eHt2MSf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7eHt2MSf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7eHt2MSf1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7eHt2MSf1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7eHt2MSf1 .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v7eHt2MSf1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v7eHt2MSf1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7eHt2MSf1 .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v7eHt2MSf1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7eHt2MSf1 .navbar.collapsed {
  justify-content: center;
}
.cid-v7eHt2MSf1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7eHt2MSf1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7eHt2MSf1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v7eHt2MSf1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7eHt2MSf1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7eHt2MSf1 .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-v7eHt2MSf1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7eHt2MSf1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7eHt2MSf1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7eHt2MSf1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7eHt2MSf1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7eHt2MSf1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7eHt2MSf1 .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-v7eHt2MSf1 .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v7eHt2MSf1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7eHt2MSf1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7eHt2MSf1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v7eHt2MSf1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7eHt2MSf1 .navbar.navbar-short {
  min-height: auto;
}
.cid-v7eHt2MSf1 .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v7eHt2MSf1 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v7eHt2MSf1 .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v7eHt2MSf1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v7eHt2MSf1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7eHt2MSf1 .dropdown-item.active,
.cid-v7eHt2MSf1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7eHt2MSf1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7eHt2MSf1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7eHt2MSf1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7eHt2MSf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v7eHt2MSf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7eHt2MSf1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7eHt2MSf1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7eHt2MSf1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v7eHt2MSf1 .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v7eHt2MSf1 .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v7eHt2MSf1 .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v7eHt2MSf1 .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v7eHt2MSf1 button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v7eHt2MSf1 button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v7eHt2MSf1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v7eHt2MSf1 button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v7eHt2MSf1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v7eHt2MSf1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v7eHt2MSf1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v7eHt2MSf1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v7eHt2MSf1 nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eHt2MSf1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v7eHt2MSf1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v7eHt2MSf1 nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7eHt2MSf1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7eHt2MSf1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7eHt2MSf1 .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-v7eHt2MSf1 .navbar {
    height: 70px;
  }
  .cid-v7eHt2MSf1 .navbar.opened {
    height: auto;
  }
  .cid-v7eHt2MSf1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7eHt2MSf1 .container-fluid {
  padding-right: 0;
}
.cid-v7eHt2MSf1 .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v7eHt2MSf1 .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v7eHt2MSf1 .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v7eHt2MSf1 .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v7eHt2MSf1 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v7eHt2MSf1 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v7eHt2MSf1 .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v7eHt2MSf1 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v7eHt2MSf1 .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v7eHt2MSf1 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v7eHt2MSf1 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v7eHt2MSf1 .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v7eHt2MSf1 .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v7eHt2MSf1 li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v7eHt2MSf1 li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v7eHt2MSf1 li.nav-item:nth-last-child(3) img,
  .cid-v7eHt2MSf1 li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v7eHt2MSf1 li.nav-item img[src*="flagdeutsch"],
  .cid-v7eHt2MSf1 li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v7eHt2MSf1 .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v7eHt2MSf1 .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v7eHt2MSf1 .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v7eHt2MSf1 .navbar-brand {
    padding: -550px 0;
  }
  .cid-v7eHt2MSf1 .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v7eHt2MSf1 .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v7eHt2MSf1 .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v7eHt2MSf1 mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v7eHt2MSf1 .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v7eHt2MSf1 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v7eHt2MSf1 ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v7eHt2MSf1 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v7eHt2MSf1 zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v7eHt2MSf1 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v7eHt2MSf1 li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v7eHt33HQI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v7eHt33HQI .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v7eHt33HQI .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v7eHt33HQI .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v7eHt33HQI .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v7eHt33HQI .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v7eHt3f7oX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7eHt3f7oX .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v7eHt3f7oX .mbr-text {
  text-align: justify;
}
.cid-v7eHt3qtKr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7eHt3qtKr .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v7eHt3qtKr .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v92Rx4JbzJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v92Rx4JbzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92Rx4JbzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92Rx4JbzJ .row {
  margin: 0 -15px;
}
.cid-v92Rx4JbzJ .row .card {
  padding: 0 15px;
}
.cid-v92Rx4JbzJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v92Rx4JbzJ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v92Rx4JbzJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v92Rx4JbzJ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v92Rx4JbzJ .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v92Rx4JbzJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v92Rx4JbzJ .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v92Rx4JbzJ .item-title {
  color: #fefff5;
}
.cid-v92Rx4JbzJ .item-text {
  color: #000000;
}
.cid-v92Rx4JbzJ .item-title,
.cid-v92Rx4JbzJ .item-btn {
  color: #000000;
}
.cid-v7eHt4419Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v7eHt4419Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7eHt4419Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7eHt4419Q .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v7eHt4419Q .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v7eHt4419Q .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7eHt4419Q .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v7eHt4419Q .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7eHt4419Q .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7eHt4419Q .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7eHt4419Q .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v7eHt4419Q .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v7eHt4419Q .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7eHt4419Q .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v7eHt4419Q .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v7eHt4419Q .items-wrapper .card {
  padding: 0 32px;
}
.cid-v7eHt4419Q .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7eHt4419Q .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7eHt4419Q .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v7eHt4419Q .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7eHt4419Q .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v7eHt4419Q .list-wrapper .list .item-wrap:hover,
.cid-v7eHt4419Q .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v7eHt4419Q .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7eHt4419Q .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7eHt4419Q .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7eHt4419Q .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v7eHt4419Q .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v7eHt4419Q .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v7eHt4419Q .mbr-desc {
  color: #ffffff;
}
.cid-v7eHt4419Q .mbr-text,
.cid-v7eHt4419Q .text-wrapper {
  color: #9aa0a6;
}
.cid-v7eHt4419Q .list {
  color: #9aa0a6;
}
.cid-v7eHt4419Q .mbr-text,
.cid-v7eHt4419Q .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v7eHt4419Q .list,
.cid-v7eHt4419Q .item-wrap {
  color: #b2ccd2;
}
.cid-v7eHt4419Q weis {
  color: #ffffff;
}
.cid-v7eHt4419Q klein {
  font-size: 12px;
}
.cid-v7eHt4419Q blau {
  color: #f4f4f4;
}
.cid-v7eHt4419Q .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v7eHt4419Q .mbr-desc,
.cid-v7eHt4419Q .content-wrapper {
  color: #e6c63b;
}
.cid-v7g7oQq9oB {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v7g7oQq9oB .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v7g7oQq9oB nav.navbar {
  position: fixed;
}
.cid-v7g7oQq9oB blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v7g7oQq9oB orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v7g7oQq9oB gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v7g7oQq9oB black {
  color: #000000;
  font-weight: bold;
}
.cid-v7g7oQq9oB pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v7g7oQq9oB .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-v7g7oQq9oB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7g7oQq9oB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7g7oQq9oB .dropdown-item:hover,
.cid-v7g7oQq9oB .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v7g7oQq9oB .dropdown-item:hover span {
  color: white;
}
.cid-v7g7oQq9oB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7g7oQq9oB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7g7oQq9oB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7g7oQq9oB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7g7oQq9oB .nav-link {
  position: relative;
}
.cid-v7g7oQq9oB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v7g7oQq9oB .container {
    flex-wrap: nowrap;
  }
}
.cid-v7g7oQq9oB .dropdown-menu,
.cid-v7g7oQq9oB .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v7g7oQq9oB .nav-item:focus,
.cid-v7g7oQq9oB .nav-link:focus {
  outline: none;
}
.cid-v7g7oQq9oB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7g7oQq9oB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7g7oQq9oB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7g7oQq9oB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7g7oQq9oB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7g7oQq9oB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7g7oQq9oB .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v7g7oQq9oB .navbar.opened {
  transition: all 0.3s;
}
.cid-v7g7oQq9oB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7g7oQq9oB .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v7g7oQq9oB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7g7oQq9oB .navbar.collapsed {
  justify-content: center;
}
.cid-v7g7oQq9oB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7g7oQq9oB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7g7oQq9oB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v7g7oQq9oB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7g7oQq9oB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7g7oQq9oB .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-v7g7oQq9oB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7g7oQq9oB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7g7oQq9oB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7g7oQq9oB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7g7oQq9oB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7g7oQq9oB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7g7oQq9oB .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-v7g7oQq9oB .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v7g7oQq9oB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7g7oQq9oB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7g7oQq9oB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v7g7oQq9oB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7g7oQq9oB .navbar.navbar-short {
  min-height: auto;
}
.cid-v7g7oQq9oB .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v7g7oQq9oB .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v7g7oQq9oB .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v7g7oQq9oB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v7g7oQq9oB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7g7oQq9oB .dropdown-item.active,
.cid-v7g7oQq9oB .dropdown-item:active {
  background-color: transparent;
}
.cid-v7g7oQq9oB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7g7oQq9oB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7g7oQq9oB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7g7oQq9oB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v7g7oQq9oB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7g7oQq9oB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7g7oQq9oB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7g7oQq9oB .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v7g7oQq9oB .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v7g7oQq9oB .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v7g7oQq9oB .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v7g7oQq9oB .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v7g7oQq9oB button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v7g7oQq9oB button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v7g7oQq9oB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v7g7oQq9oB button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v7g7oQq9oB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v7g7oQq9oB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v7g7oQq9oB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v7g7oQq9oB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v7g7oQq9oB nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7g7oQq9oB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v7g7oQq9oB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v7g7oQq9oB nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7g7oQq9oB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7g7oQq9oB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7g7oQq9oB .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-v7g7oQq9oB .navbar {
    height: 70px;
  }
  .cid-v7g7oQq9oB .navbar.opened {
    height: auto;
  }
  .cid-v7g7oQq9oB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7g7oQq9oB .container-fluid {
  padding-right: 0;
}
.cid-v7g7oQq9oB .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v7g7oQq9oB .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v7g7oQq9oB .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v7g7oQq9oB .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v7g7oQq9oB .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v7g7oQq9oB .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v7g7oQq9oB .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v7g7oQq9oB .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v7g7oQq9oB .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v7g7oQq9oB .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v7g7oQq9oB .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v7g7oQq9oB .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v7g7oQq9oB .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v7g7oQq9oB li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v7g7oQq9oB li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v7g7oQq9oB li.nav-item:nth-last-child(3) img,
  .cid-v7g7oQq9oB li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v7g7oQq9oB li.nav-item img[src*="flagdeutsch"],
  .cid-v7g7oQq9oB li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v7g7oQq9oB .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v7g7oQq9oB .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v7g7oQq9oB .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v7g7oQq9oB .navbar-brand {
    padding: -550px 0;
  }
  .cid-v7g7oQq9oB .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v7g7oQq9oB .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v7g7oQq9oB .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v7g7oQq9oB mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v7g7oQq9oB .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v7g7oQq9oB info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v7g7oQq9oB ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v7g7oQq9oB achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v7g7oQq9oB zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v7g7oQq9oB zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v7g7oQq9oB li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v7g7oQJHBt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v7g7oQJHBt .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v7g7oQJHBt .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v7g7oQJHBt .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v7g7oQJHBt .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v7g7oQJHBt .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v7g85qXnBo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7g85qXnBo .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v7g85qXnBo .mbr-text {
  text-align: justify;
}
.cid-v87fKp1vXG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v87fKp1vXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v87fKp1vXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v87fKp1vXG .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-v87fKp1vXG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v87fKp1vXG .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v87fKp1vXG .row {
    padding: 85px 8px;
  }
}
@media (max-width: 991px) {
  .cid-v87fKp1vXG .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v87fKp1vXG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v87fKp1vXG .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 415px;
}
.cid-v87fKp1vXG origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
  font-family: FiraSansCondensed-Light;
}
.cid-v87fKp1vXG .mbr-section-title {
  color: #ff6600;
}
.cid-v87fKp1vXG ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-v87fKp1vXG rot {
  color: #ff6600;
  font-weight: bold;
  font-size: 14px;
}
.cid-v87fKp1vXG unterstrich {
  text-decoration: line-through;
}
.cid-v87fKp1vXG .mbr-text,
.cid-v87fKp1vXG .mbr-section-btn {
  text-align: left;
}
.cid-v7gfCFiDlp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7gfCFiDlp .mbr-text {
  color: #4479d9;
}
.cid-v881hRA5wh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f4f1e4;
}
.cid-v881hRA5wh .mbr-text {
  color: #4479d9;
}
.cid-v7kSTRteQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f1e4;
}
.cid-v7kSTRteQn .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v7kSTRteQn klein {
  font-size: 14px;
  color: #bcbcbc;
}
.cid-v8ciNKkJ20 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8ciNKkJ20 .mbr-text {
  color: #4479d9;
}
.cid-v8cjnVnlK6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9eef1;
}
.cid-v8cjnVnlK6 .mbr-text {
  color: #000000;
}
.cid-v8cqi6T31F {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e9eef1;
}
.cid-v8cqi6T31F .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v8cqi6T31F klein {
  font-size: 14px;
  color: #333333;
}
.cid-v8ciN339Si {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8ciN339Si .mbr-text {
  color: #4479d9;
}
.cid-v8cjWjOP7N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f4f1e4;
}
.cid-v8cjWjOP7N .mbr-text {
  color: #000000;
}
.cid-v8cqzbjpAc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f1e4;
}
.cid-v8cqzbjpAc .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v8cqzbjpAc klein {
  font-size: 14px;
  color: #000000;
}
.cid-v8ciOwz9eP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8ciOwz9eP .mbr-text {
  color: #4479d9;
}
.cid-v8ckvXQeek {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9eef1;
}
.cid-v8ckvXQeek .mbr-text {
  color: #000000;
}
.cid-v8cqJKldZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9eef1;
}
.cid-v8cqJKldZW .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v8cqJKldZW klein {
  font-size: 14px;
  color: #000000;
}
.cid-v7g7oRNxGS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v7g7oRNxGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7g7oRNxGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7g7oRNxGS .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v7g7oRNxGS .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v7g7oRNxGS .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7g7oRNxGS .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v7g7oRNxGS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7g7oRNxGS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7g7oRNxGS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7g7oRNxGS .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v7g7oRNxGS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v7g7oRNxGS .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7g7oRNxGS .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v7g7oRNxGS .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v7g7oRNxGS .items-wrapper .card {
  padding: 0 32px;
}
.cid-v7g7oRNxGS .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7g7oRNxGS .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7g7oRNxGS .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v7g7oRNxGS .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7g7oRNxGS .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v7g7oRNxGS .list-wrapper .list .item-wrap:hover,
.cid-v7g7oRNxGS .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v7g7oRNxGS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7g7oRNxGS .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7g7oRNxGS .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7g7oRNxGS .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v7g7oRNxGS .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v7g7oRNxGS .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v7g7oRNxGS .mbr-desc {
  color: #ffffff;
}
.cid-v7g7oRNxGS .mbr-text,
.cid-v7g7oRNxGS .text-wrapper {
  color: #9aa0a6;
}
.cid-v7g7oRNxGS .list {
  color: #9aa0a6;
}
.cid-v7g7oRNxGS .mbr-text,
.cid-v7g7oRNxGS .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v7g7oRNxGS .list,
.cid-v7g7oRNxGS .item-wrap {
  color: #b2ccd2;
}
.cid-v7g7oRNxGS weis {
  color: #ffffff;
}
.cid-v7g7oRNxGS klein {
  font-size: 12px;
}
.cid-v7g7oRNxGS blau {
  color: #f4f4f4;
}
.cid-v7g7oRNxGS .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v7g7oRNxGS .mbr-desc,
.cid-v7g7oRNxGS .content-wrapper {
  color: #e6c63b;
}
.cid-v7q7KaSeKf {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v7q7KaSeKf .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v7q7KaSeKf nav.navbar {
  position: fixed;
}
.cid-v7q7KaSeKf blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v7q7KaSeKf orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v7q7KaSeKf gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v7q7KaSeKf black {
  color: #000000;
  font-weight: bold;
}
.cid-v7q7KaSeKf pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v7q7KaSeKf .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-v7q7KaSeKf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7q7KaSeKf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7q7KaSeKf .dropdown-item:hover,
.cid-v7q7KaSeKf .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v7q7KaSeKf .dropdown-item:hover span {
  color: white;
}
.cid-v7q7KaSeKf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7q7KaSeKf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7q7KaSeKf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7q7KaSeKf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7q7KaSeKf .nav-link {
  position: relative;
}
.cid-v7q7KaSeKf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v7q7KaSeKf .container {
    flex-wrap: nowrap;
  }
}
.cid-v7q7KaSeKf .dropdown-menu,
.cid-v7q7KaSeKf .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v7q7KaSeKf .nav-item:focus,
.cid-v7q7KaSeKf .nav-link:focus {
  outline: none;
}
.cid-v7q7KaSeKf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7q7KaSeKf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7q7KaSeKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7q7KaSeKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7q7KaSeKf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7q7KaSeKf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7q7KaSeKf .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v7q7KaSeKf .navbar.opened {
  transition: all 0.3s;
}
.cid-v7q7KaSeKf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7q7KaSeKf .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v7q7KaSeKf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7q7KaSeKf .navbar.collapsed {
  justify-content: center;
}
.cid-v7q7KaSeKf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7q7KaSeKf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7q7KaSeKf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v7q7KaSeKf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7q7KaSeKf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7q7KaSeKf .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-v7q7KaSeKf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7q7KaSeKf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7q7KaSeKf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7q7KaSeKf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7q7KaSeKf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7q7KaSeKf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7q7KaSeKf .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-v7q7KaSeKf .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v7q7KaSeKf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7q7KaSeKf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7q7KaSeKf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v7q7KaSeKf .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v7q7KaSeKf .navbar.navbar-short {
  min-height: auto;
}
.cid-v7q7KaSeKf .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v7q7KaSeKf .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v7q7KaSeKf .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v7q7KaSeKf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v7q7KaSeKf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7q7KaSeKf .dropdown-item.active,
.cid-v7q7KaSeKf .dropdown-item:active {
  background-color: transparent;
}
.cid-v7q7KaSeKf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7q7KaSeKf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7q7KaSeKf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7q7KaSeKf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v7q7KaSeKf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7q7KaSeKf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7q7KaSeKf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7q7KaSeKf .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v7q7KaSeKf .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v7q7KaSeKf .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v7q7KaSeKf .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v7q7KaSeKf .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v7q7KaSeKf button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v7q7KaSeKf button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v7q7KaSeKf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v7q7KaSeKf button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v7q7KaSeKf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v7q7KaSeKf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v7q7KaSeKf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v7q7KaSeKf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v7q7KaSeKf nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7q7KaSeKf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v7q7KaSeKf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v7q7KaSeKf nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7q7KaSeKf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7q7KaSeKf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7q7KaSeKf .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-v7q7KaSeKf .navbar {
    height: 70px;
  }
  .cid-v7q7KaSeKf .navbar.opened {
    height: auto;
  }
  .cid-v7q7KaSeKf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7q7KaSeKf .container-fluid {
  padding-right: 0;
}
.cid-v7q7KaSeKf .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v7q7KaSeKf .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v7q7KaSeKf .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v7q7KaSeKf .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v7q7KaSeKf .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v7q7KaSeKf .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v7q7KaSeKf .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v7q7KaSeKf .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v7q7KaSeKf .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v7q7KaSeKf .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v7q7KaSeKf .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v7q7KaSeKf .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v7q7KaSeKf .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v7q7KaSeKf li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v7q7KaSeKf li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v7q7KaSeKf li.nav-item:nth-last-child(3) img,
  .cid-v7q7KaSeKf li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v7q7KaSeKf li.nav-item img[src*="flagdeutsch"],
  .cid-v7q7KaSeKf li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v7q7KaSeKf .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v7q7KaSeKf .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v7q7KaSeKf .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v7q7KaSeKf .navbar-brand {
    padding: -550px 0;
  }
  .cid-v7q7KaSeKf .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v7q7KaSeKf .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v7q7KaSeKf .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v7q7KaSeKf mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v7q7KaSeKf .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v7q7KaSeKf info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v7q7KaSeKf ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v7q7KaSeKf achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v7q7KaSeKf zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v7q7KaSeKf zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v7q7KaSeKf li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v7q7Kb7sca {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v7q7Kb7sca .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v7q7Kb7sca .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v7q7Kb7sca .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v7q7Kb7sca .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v7q7Kb7sca .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v7q7KbqbXY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9eef1;
}
.cid-v7q7KbqbXY .mbr-text {
  color: #4479d9;
}
.cid-v8iwZ9AJZ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9eef1;
}
.cid-v8iwZ9AJZ6 .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v8iwZ9AJZ6 klein {
  font-size: 14px;
  color: #000000;
  font-family: FiraSansCondensed-Light;
}
.cid-v8iwZ9AJZ6 blau {
  font-size: 14px;
  color: #0082c3;
  font-weight: bold;
}
.cid-v8iwZ9AJZ6 blau1 {
  font-size: 14px;
  color: #0082c3;
}
.cid-v8iwZ9AJZ6 orange {
  font-size: 16px;
  color: #ff6600;
  font-weight: bold;
}
.cid-v7q7KcnPU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v7q7KcnPU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7q7KcnPU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7q7KcnPU1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v7q7KcnPU1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v7q7KcnPU1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7q7KcnPU1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v7q7KcnPU1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7q7KcnPU1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7q7KcnPU1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7q7KcnPU1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v7q7KcnPU1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v7q7KcnPU1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7q7KcnPU1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v7q7KcnPU1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v7q7KcnPU1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-v7q7KcnPU1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7q7KcnPU1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7q7KcnPU1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v7q7KcnPU1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7q7KcnPU1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v7q7KcnPU1 .list-wrapper .list .item-wrap:hover,
.cid-v7q7KcnPU1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v7q7KcnPU1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7q7KcnPU1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7q7KcnPU1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7q7KcnPU1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v7q7KcnPU1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v7q7KcnPU1 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v7q7KcnPU1 .mbr-desc {
  color: #ffffff;
}
.cid-v7q7KcnPU1 .mbr-text,
.cid-v7q7KcnPU1 .text-wrapper {
  color: #9aa0a6;
}
.cid-v7q7KcnPU1 .list {
  color: #9aa0a6;
}
.cid-v7q7KcnPU1 .mbr-text,
.cid-v7q7KcnPU1 .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v7q7KcnPU1 .list,
.cid-v7q7KcnPU1 .item-wrap {
  color: #b2ccd2;
}
.cid-v7q7KcnPU1 weis {
  color: #ffffff;
}
.cid-v7q7KcnPU1 klein {
  font-size: 12px;
}
.cid-v7q7KcnPU1 blau {
  color: #f4f4f4;
}
.cid-v7q7KcnPU1 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v7q7KcnPU1 .mbr-desc,
.cid-v7q7KcnPU1 .content-wrapper {
  color: #e6c63b;
}
.cid-v870TnkDhV {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v870TnkDhV .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v870TnkDhV nav.navbar {
  position: fixed;
}
.cid-v870TnkDhV blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v870TnkDhV orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v870TnkDhV gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v870TnkDhV black {
  color: #000000;
  font-weight: bold;
}
.cid-v870TnkDhV pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v870TnkDhV .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-v870TnkDhV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v870TnkDhV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v870TnkDhV .dropdown-item:hover,
.cid-v870TnkDhV .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v870TnkDhV .dropdown-item:hover span {
  color: white;
}
.cid-v870TnkDhV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v870TnkDhV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v870TnkDhV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v870TnkDhV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v870TnkDhV .nav-link {
  position: relative;
}
.cid-v870TnkDhV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v870TnkDhV .container {
    flex-wrap: nowrap;
  }
}
.cid-v870TnkDhV .dropdown-menu,
.cid-v870TnkDhV .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v870TnkDhV .nav-item:focus,
.cid-v870TnkDhV .nav-link:focus {
  outline: none;
}
.cid-v870TnkDhV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v870TnkDhV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v870TnkDhV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v870TnkDhV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v870TnkDhV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v870TnkDhV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v870TnkDhV .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v870TnkDhV .navbar.opened {
  transition: all 0.3s;
}
.cid-v870TnkDhV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v870TnkDhV .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v870TnkDhV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v870TnkDhV .navbar.collapsed {
  justify-content: center;
}
.cid-v870TnkDhV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v870TnkDhV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v870TnkDhV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v870TnkDhV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v870TnkDhV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v870TnkDhV .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-v870TnkDhV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v870TnkDhV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v870TnkDhV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v870TnkDhV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v870TnkDhV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v870TnkDhV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v870TnkDhV .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-v870TnkDhV .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v870TnkDhV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v870TnkDhV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v870TnkDhV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v870TnkDhV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v870TnkDhV .navbar.navbar-short {
  min-height: auto;
}
.cid-v870TnkDhV .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v870TnkDhV .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v870TnkDhV .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v870TnkDhV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v870TnkDhV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v870TnkDhV .dropdown-item.active,
.cid-v870TnkDhV .dropdown-item:active {
  background-color: transparent;
}
.cid-v870TnkDhV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v870TnkDhV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v870TnkDhV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v870TnkDhV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v870TnkDhV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v870TnkDhV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v870TnkDhV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v870TnkDhV .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v870TnkDhV .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v870TnkDhV .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v870TnkDhV .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v870TnkDhV .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v870TnkDhV button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v870TnkDhV button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v870TnkDhV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v870TnkDhV button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v870TnkDhV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v870TnkDhV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v870TnkDhV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v870TnkDhV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v870TnkDhV nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v870TnkDhV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v870TnkDhV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v870TnkDhV nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v870TnkDhV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v870TnkDhV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v870TnkDhV .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-v870TnkDhV .navbar {
    height: 70px;
  }
  .cid-v870TnkDhV .navbar.opened {
    height: auto;
  }
  .cid-v870TnkDhV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v870TnkDhV .container-fluid {
  padding-right: 0;
}
.cid-v870TnkDhV .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v870TnkDhV .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v870TnkDhV .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v870TnkDhV .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v870TnkDhV .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v870TnkDhV .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v870TnkDhV .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v870TnkDhV .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v870TnkDhV .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v870TnkDhV .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v870TnkDhV .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v870TnkDhV .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v870TnkDhV .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v870TnkDhV li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v870TnkDhV li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v870TnkDhV li.nav-item:nth-last-child(3) img,
  .cid-v870TnkDhV li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v870TnkDhV li.nav-item img[src*="flagdeutsch"],
  .cid-v870TnkDhV li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v870TnkDhV .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v870TnkDhV .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v870TnkDhV .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v870TnkDhV .navbar-brand {
    padding: -550px 0;
  }
  .cid-v870TnkDhV .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v870TnkDhV .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v870TnkDhV .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v870TnkDhV mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v870TnkDhV .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v870TnkDhV info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v870TnkDhV ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v870TnkDhV achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v870TnkDhV zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v870TnkDhV zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v870TnkDhV li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v870TnHAaA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v870TnHAaA .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v870TnHAaA .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v870TnHAaA .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v870TnHAaA .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v870TnHAaA .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v870TnZvrp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v870TnZvrp .mbr-text {
  color: #4479d9;
}
.cid-v87KGozldG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f4f1e4;
}
.cid-v87KGozldG .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v87KGozldG klein {
  font-size: 14px;
  color: #000000;
}
.cid-v870ToMvkf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v870ToMvkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v870ToMvkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v870ToMvkf .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v870ToMvkf .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v870ToMvkf .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v870ToMvkf .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v870ToMvkf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v870ToMvkf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v870ToMvkf .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v870ToMvkf .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v870ToMvkf .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v870ToMvkf .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v870ToMvkf .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v870ToMvkf .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v870ToMvkf .items-wrapper .card {
  padding: 0 32px;
}
.cid-v870ToMvkf .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v870ToMvkf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v870ToMvkf .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v870ToMvkf .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v870ToMvkf .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v870ToMvkf .list-wrapper .list .item-wrap:hover,
.cid-v870ToMvkf .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v870ToMvkf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v870ToMvkf .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v870ToMvkf .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v870ToMvkf .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v870ToMvkf .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v870ToMvkf .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v870ToMvkf .mbr-desc {
  color: #ffffff;
}
.cid-v870ToMvkf .mbr-text,
.cid-v870ToMvkf .text-wrapper {
  color: #9aa0a6;
}
.cid-v870ToMvkf .list {
  color: #9aa0a6;
}
.cid-v870ToMvkf .mbr-text,
.cid-v870ToMvkf .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v870ToMvkf .list,
.cid-v870ToMvkf .item-wrap {
  color: #b2ccd2;
}
.cid-v870ToMvkf weis {
  color: #ffffff;
}
.cid-v870ToMvkf klein {
  font-size: 12px;
}
.cid-v870ToMvkf blau {
  color: #f4f4f4;
}
.cid-v870ToMvkf .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v870ToMvkf .mbr-desc,
.cid-v870ToMvkf .content-wrapper {
  color: #e6c63b;
}
.cid-v87hqx3lLE {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v87hqx3lLE .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v87hqx3lLE nav.navbar {
  position: fixed;
}
.cid-v87hqx3lLE blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v87hqx3lLE orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v87hqx3lLE gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v87hqx3lLE black {
  color: #000000;
  font-weight: bold;
}
.cid-v87hqx3lLE pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v87hqx3lLE .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-v87hqx3lLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v87hqx3lLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v87hqx3lLE .dropdown-item:hover,
.cid-v87hqx3lLE .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v87hqx3lLE .dropdown-item:hover span {
  color: white;
}
.cid-v87hqx3lLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v87hqx3lLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v87hqx3lLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v87hqx3lLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v87hqx3lLE .nav-link {
  position: relative;
}
.cid-v87hqx3lLE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v87hqx3lLE .container {
    flex-wrap: nowrap;
  }
}
.cid-v87hqx3lLE .dropdown-menu,
.cid-v87hqx3lLE .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v87hqx3lLE .nav-item:focus,
.cid-v87hqx3lLE .nav-link:focus {
  outline: none;
}
.cid-v87hqx3lLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v87hqx3lLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v87hqx3lLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v87hqx3lLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v87hqx3lLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v87hqx3lLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v87hqx3lLE .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v87hqx3lLE .navbar.opened {
  transition: all 0.3s;
}
.cid-v87hqx3lLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v87hqx3lLE .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v87hqx3lLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v87hqx3lLE .navbar.collapsed {
  justify-content: center;
}
.cid-v87hqx3lLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v87hqx3lLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v87hqx3lLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v87hqx3lLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v87hqx3lLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v87hqx3lLE .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-v87hqx3lLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v87hqx3lLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v87hqx3lLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v87hqx3lLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v87hqx3lLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v87hqx3lLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v87hqx3lLE .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-v87hqx3lLE .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v87hqx3lLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v87hqx3lLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v87hqx3lLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v87hqx3lLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v87hqx3lLE .navbar.navbar-short {
  min-height: auto;
}
.cid-v87hqx3lLE .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v87hqx3lLE .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v87hqx3lLE .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v87hqx3lLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v87hqx3lLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v87hqx3lLE .dropdown-item.active,
.cid-v87hqx3lLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v87hqx3lLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v87hqx3lLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v87hqx3lLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v87hqx3lLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v87hqx3lLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v87hqx3lLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v87hqx3lLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v87hqx3lLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v87hqx3lLE .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v87hqx3lLE .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v87hqx3lLE .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v87hqx3lLE .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v87hqx3lLE button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v87hqx3lLE button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v87hqx3lLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v87hqx3lLE button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v87hqx3lLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v87hqx3lLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v87hqx3lLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v87hqx3lLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v87hqx3lLE nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v87hqx3lLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v87hqx3lLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v87hqx3lLE nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v87hqx3lLE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v87hqx3lLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v87hqx3lLE .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-v87hqx3lLE .navbar {
    height: 70px;
  }
  .cid-v87hqx3lLE .navbar.opened {
    height: auto;
  }
  .cid-v87hqx3lLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v87hqx3lLE .container-fluid {
  padding-right: 0;
}
.cid-v87hqx3lLE .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v87hqx3lLE .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v87hqx3lLE .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v87hqx3lLE .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v87hqx3lLE .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v87hqx3lLE .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v87hqx3lLE .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v87hqx3lLE .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v87hqx3lLE .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v87hqx3lLE .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v87hqx3lLE .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v87hqx3lLE .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v87hqx3lLE .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v87hqx3lLE li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v87hqx3lLE li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v87hqx3lLE li.nav-item:nth-last-child(3) img,
  .cid-v87hqx3lLE li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v87hqx3lLE li.nav-item img[src*="flagdeutsch"],
  .cid-v87hqx3lLE li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v87hqx3lLE .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v87hqx3lLE .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v87hqx3lLE .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v87hqx3lLE .navbar-brand {
    padding: -550px 0;
  }
  .cid-v87hqx3lLE .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v87hqx3lLE .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v87hqx3lLE .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v87hqx3lLE mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v87hqx3lLE .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v87hqx3lLE info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v87hqx3lLE ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v87hqx3lLE achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v87hqx3lLE zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v87hqx3lLE zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v87hqx3lLE li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v87hqxiiMl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v87hqxiiMl .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v87hqxiiMl .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v87hqxiiMl .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v87hqxiiMl .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v87hqxiiMl .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v87hqxt8t3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v87hqxt8t3 .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v87hqxt8t3 .mbr-text {
  text-align: justify;
}
.cid-v87W08LHD3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v87W08LHD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v87W08LHD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v87W08LHD3 .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-v87W08LHD3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v87W08LHD3 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v87W08LHD3 .row {
    padding: 85px 8px;
  }
}
@media (max-width: 991px) {
  .cid-v87W08LHD3 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v87W08LHD3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v87W08LHD3 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 320px;
}
.cid-v87W08LHD3 origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
  font-family: FiraSansCondensed-Light;
}
.cid-v87W08LHD3 .mbr-section-title {
  color: #ff6600;
}
.cid-v87W08LHD3 ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-v87W08LHD3 rot {
  color: #ff6600;
  font-weight: bold;
  font-size: 14px;
}
.cid-v87W08LHD3 unterstrich {
  text-decoration: line-through;
}
.cid-v87hqxCSHM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v87hqxCSHM .mbr-text {
  color: #4479d9;
}
.cid-v87hqygybd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9eef1;
}
.cid-v87hqygybd .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v87hqys5zX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9eef1;
}
.cid-v87hqys5zX .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v87hqys5zX klein {
  font-size: 14px;
  color: #000000;
}
.cid-v8cm6HJCuv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8cm6HJCuv .mbr-text {
  color: #4479d9;
}
.cid-v8cm3p4UfW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fdfbf2;
}
.cid-v8cm3p4UfW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v8cmDevNIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfbf2;
}
.cid-v8cmDevNIa .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v8cmDevNIa klein {
  font-size: 14px;
  color: #333333;
}
.cid-v8cm6d1w2y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8cm6d1w2y .mbr-text {
  color: #4479d9;
}
.cid-v8cm2zZ9wP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9eef1;
}
.cid-v8cm2zZ9wP .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v8clBnxSFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9eef1;
}
.cid-v8clBnxSFJ .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v8clBnxSFJ klein {
  font-size: 14px;
  color: #000000;
}
.cid-v8cm5nvr7E {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8cm5nvr7E .mbr-text {
  color: #4479d9;
}
.cid-v8cm1ufne7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fdfbf2;
}
.cid-v8cm1ufne7 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v8cosMX0wa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfbf2;
}
.cid-v8cosMX0wa .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v8cosMX0wa klein {
  font-size: 14px;
  color: #000000;
}
.cid-v87hqz3NOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v87hqz3NOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v87hqz3NOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v87hqz3NOU .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v87hqz3NOU .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v87hqz3NOU .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v87hqz3NOU .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v87hqz3NOU .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v87hqz3NOU .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v87hqz3NOU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v87hqz3NOU .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v87hqz3NOU .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v87hqz3NOU .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v87hqz3NOU .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v87hqz3NOU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v87hqz3NOU .items-wrapper .card {
  padding: 0 32px;
}
.cid-v87hqz3NOU .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v87hqz3NOU .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v87hqz3NOU .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v87hqz3NOU .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v87hqz3NOU .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v87hqz3NOU .list-wrapper .list .item-wrap:hover,
.cid-v87hqz3NOU .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v87hqz3NOU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v87hqz3NOU .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v87hqz3NOU .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v87hqz3NOU .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v87hqz3NOU .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v87hqz3NOU .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v87hqz3NOU .mbr-desc {
  color: #ffffff;
}
.cid-v87hqz3NOU .mbr-text,
.cid-v87hqz3NOU .text-wrapper {
  color: #9aa0a6;
}
.cid-v87hqz3NOU .list {
  color: #9aa0a6;
}
.cid-v87hqz3NOU .mbr-text,
.cid-v87hqz3NOU .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v87hqz3NOU .list,
.cid-v87hqz3NOU .item-wrap {
  color: #b2ccd2;
}
.cid-v87hqz3NOU weis {
  color: #ffffff;
}
.cid-v87hqz3NOU klein {
  font-size: 12px;
}
.cid-v87hqz3NOU blau {
  color: #f4f4f4;
}
.cid-v87hqz3NOU .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v87hqz3NOU .mbr-desc,
.cid-v87hqz3NOU .content-wrapper {
  color: #e6c63b;
}
.cid-v87FEY2m12 {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v87FEY2m12 .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v87FEY2m12 nav.navbar {
  position: fixed;
}
.cid-v87FEY2m12 blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v87FEY2m12 orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v87FEY2m12 gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v87FEY2m12 black {
  color: #000000;
  font-weight: bold;
}
.cid-v87FEY2m12 pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v87FEY2m12 .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-v87FEY2m12 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v87FEY2m12 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v87FEY2m12 .dropdown-item:hover,
.cid-v87FEY2m12 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v87FEY2m12 .dropdown-item:hover span {
  color: white;
}
.cid-v87FEY2m12 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v87FEY2m12 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v87FEY2m12 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v87FEY2m12 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v87FEY2m12 .nav-link {
  position: relative;
}
.cid-v87FEY2m12 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v87FEY2m12 .container {
    flex-wrap: nowrap;
  }
}
.cid-v87FEY2m12 .dropdown-menu,
.cid-v87FEY2m12 .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v87FEY2m12 .nav-item:focus,
.cid-v87FEY2m12 .nav-link:focus {
  outline: none;
}
.cid-v87FEY2m12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v87FEY2m12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v87FEY2m12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v87FEY2m12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v87FEY2m12 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v87FEY2m12 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v87FEY2m12 .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v87FEY2m12 .navbar.opened {
  transition: all 0.3s;
}
.cid-v87FEY2m12 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v87FEY2m12 .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v87FEY2m12 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v87FEY2m12 .navbar.collapsed {
  justify-content: center;
}
.cid-v87FEY2m12 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v87FEY2m12 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v87FEY2m12 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v87FEY2m12 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v87FEY2m12 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v87FEY2m12 .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-v87FEY2m12 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v87FEY2m12 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v87FEY2m12 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v87FEY2m12 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v87FEY2m12 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v87FEY2m12 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v87FEY2m12 .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-v87FEY2m12 .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v87FEY2m12 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v87FEY2m12 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v87FEY2m12 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v87FEY2m12 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v87FEY2m12 .navbar.navbar-short {
  min-height: auto;
}
.cid-v87FEY2m12 .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v87FEY2m12 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v87FEY2m12 .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v87FEY2m12 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v87FEY2m12 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v87FEY2m12 .dropdown-item.active,
.cid-v87FEY2m12 .dropdown-item:active {
  background-color: transparent;
}
.cid-v87FEY2m12 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v87FEY2m12 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v87FEY2m12 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v87FEY2m12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v87FEY2m12 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v87FEY2m12 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v87FEY2m12 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v87FEY2m12 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v87FEY2m12 .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v87FEY2m12 .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v87FEY2m12 .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v87FEY2m12 .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v87FEY2m12 button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v87FEY2m12 button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v87FEY2m12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v87FEY2m12 button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v87FEY2m12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v87FEY2m12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v87FEY2m12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v87FEY2m12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v87FEY2m12 nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v87FEY2m12 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v87FEY2m12 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v87FEY2m12 nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v87FEY2m12 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v87FEY2m12 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v87FEY2m12 .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-v87FEY2m12 .navbar {
    height: 70px;
  }
  .cid-v87FEY2m12 .navbar.opened {
    height: auto;
  }
  .cid-v87FEY2m12 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v87FEY2m12 .container-fluid {
  padding-right: 0;
}
.cid-v87FEY2m12 .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v87FEY2m12 .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v87FEY2m12 .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v87FEY2m12 .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v87FEY2m12 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v87FEY2m12 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v87FEY2m12 .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v87FEY2m12 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v87FEY2m12 .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v87FEY2m12 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v87FEY2m12 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v87FEY2m12 .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v87FEY2m12 .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v87FEY2m12 li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v87FEY2m12 li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v87FEY2m12 li.nav-item:nth-last-child(3) img,
  .cid-v87FEY2m12 li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v87FEY2m12 li.nav-item img[src*="flagdeutsch"],
  .cid-v87FEY2m12 li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v87FEY2m12 .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v87FEY2m12 .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v87FEY2m12 .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v87FEY2m12 .navbar-brand {
    padding: -550px 0;
  }
  .cid-v87FEY2m12 .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v87FEY2m12 .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v87FEY2m12 .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v87FEY2m12 mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v87FEY2m12 .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v87FEY2m12 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v87FEY2m12 ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v87FEY2m12 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v87FEY2m12 zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v87FEY2m12 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v87FEY2m12 li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v87FEYgoik {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v87FEYgoik .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v87FEYgoik .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v87FEYgoik .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v87FEYgoik .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v87FEYgoik .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v87FEYqquh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v87FEYqquh .mbr-text {
  color: #4479d9;
}
.cid-v87G9ZO6JN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9eef1;
}
.cid-v87G9ZO6JN .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v87G9ZO6JN klein {
  font-size: 14px;
  color: #000000;
}
.cid-v87FEZhaws {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v87FEZhaws .mbr-fallback-image.disabled {
  display: none;
}
.cid-v87FEZhaws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v87FEZhaws .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v87FEZhaws .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v87FEZhaws .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v87FEZhaws .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v87FEZhaws .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v87FEZhaws .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v87FEZhaws .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v87FEZhaws .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v87FEZhaws .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v87FEZhaws .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v87FEZhaws .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v87FEZhaws .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v87FEZhaws .items-wrapper .card {
  padding: 0 32px;
}
.cid-v87FEZhaws .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v87FEZhaws .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v87FEZhaws .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v87FEZhaws .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v87FEZhaws .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v87FEZhaws .list-wrapper .list .item-wrap:hover,
.cid-v87FEZhaws .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v87FEZhaws .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v87FEZhaws .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v87FEZhaws .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v87FEZhaws .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v87FEZhaws .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v87FEZhaws .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v87FEZhaws .mbr-desc {
  color: #ffffff;
}
.cid-v87FEZhaws .mbr-text,
.cid-v87FEZhaws .text-wrapper {
  color: #9aa0a6;
}
.cid-v87FEZhaws .list {
  color: #9aa0a6;
}
.cid-v87FEZhaws .mbr-text,
.cid-v87FEZhaws .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v87FEZhaws .list,
.cid-v87FEZhaws .item-wrap {
  color: #b2ccd2;
}
.cid-v87FEZhaws weis {
  color: #ffffff;
}
.cid-v87FEZhaws klein {
  font-size: 12px;
}
.cid-v87FEZhaws blau {
  color: #f4f4f4;
}
.cid-v87FEZhaws .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v87FEZhaws .mbr-desc,
.cid-v87FEZhaws .content-wrapper {
  color: #e6c63b;
}
.cid-v87Zpl7N0J {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v87Zpl7N0J .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v87Zpl7N0J nav.navbar {
  position: fixed;
}
.cid-v87Zpl7N0J blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v87Zpl7N0J orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v87Zpl7N0J gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v87Zpl7N0J black {
  color: #000000;
  font-weight: bold;
}
.cid-v87Zpl7N0J pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v87Zpl7N0J .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-v87Zpl7N0J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v87Zpl7N0J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v87Zpl7N0J .dropdown-item:hover,
.cid-v87Zpl7N0J .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v87Zpl7N0J .dropdown-item:hover span {
  color: white;
}
.cid-v87Zpl7N0J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v87Zpl7N0J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v87Zpl7N0J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v87Zpl7N0J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v87Zpl7N0J .nav-link {
  position: relative;
}
.cid-v87Zpl7N0J .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v87Zpl7N0J .container {
    flex-wrap: nowrap;
  }
}
.cid-v87Zpl7N0J .dropdown-menu,
.cid-v87Zpl7N0J .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v87Zpl7N0J .nav-item:focus,
.cid-v87Zpl7N0J .nav-link:focus {
  outline: none;
}
.cid-v87Zpl7N0J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v87Zpl7N0J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v87Zpl7N0J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v87Zpl7N0J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v87Zpl7N0J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v87Zpl7N0J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v87Zpl7N0J .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v87Zpl7N0J .navbar.opened {
  transition: all 0.3s;
}
.cid-v87Zpl7N0J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v87Zpl7N0J .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v87Zpl7N0J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v87Zpl7N0J .navbar.collapsed {
  justify-content: center;
}
.cid-v87Zpl7N0J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v87Zpl7N0J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v87Zpl7N0J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v87Zpl7N0J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v87Zpl7N0J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v87Zpl7N0J .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-v87Zpl7N0J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v87Zpl7N0J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v87Zpl7N0J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v87Zpl7N0J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v87Zpl7N0J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v87Zpl7N0J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v87Zpl7N0J .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-v87Zpl7N0J .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v87Zpl7N0J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v87Zpl7N0J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v87Zpl7N0J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v87Zpl7N0J .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v87Zpl7N0J .navbar.navbar-short {
  min-height: auto;
}
.cid-v87Zpl7N0J .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v87Zpl7N0J .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v87Zpl7N0J .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v87Zpl7N0J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v87Zpl7N0J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v87Zpl7N0J .dropdown-item.active,
.cid-v87Zpl7N0J .dropdown-item:active {
  background-color: transparent;
}
.cid-v87Zpl7N0J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v87Zpl7N0J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v87Zpl7N0J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v87Zpl7N0J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v87Zpl7N0J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v87Zpl7N0J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v87Zpl7N0J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v87Zpl7N0J .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v87Zpl7N0J .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v87Zpl7N0J .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v87Zpl7N0J .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v87Zpl7N0J .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v87Zpl7N0J button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v87Zpl7N0J button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v87Zpl7N0J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v87Zpl7N0J button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v87Zpl7N0J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v87Zpl7N0J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v87Zpl7N0J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v87Zpl7N0J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v87Zpl7N0J nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v87Zpl7N0J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v87Zpl7N0J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v87Zpl7N0J nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v87Zpl7N0J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v87Zpl7N0J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v87Zpl7N0J .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-v87Zpl7N0J .navbar {
    height: 70px;
  }
  .cid-v87Zpl7N0J .navbar.opened {
    height: auto;
  }
  .cid-v87Zpl7N0J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v87Zpl7N0J .container-fluid {
  padding-right: 0;
}
.cid-v87Zpl7N0J .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v87Zpl7N0J .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v87Zpl7N0J .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v87Zpl7N0J .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v87Zpl7N0J .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v87Zpl7N0J .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v87Zpl7N0J .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v87Zpl7N0J .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v87Zpl7N0J .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v87Zpl7N0J .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v87Zpl7N0J .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v87Zpl7N0J .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v87Zpl7N0J .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v87Zpl7N0J li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v87Zpl7N0J li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v87Zpl7N0J li.nav-item:nth-last-child(3) img,
  .cid-v87Zpl7N0J li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v87Zpl7N0J li.nav-item img[src*="flagdeutsch"],
  .cid-v87Zpl7N0J li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v87Zpl7N0J .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v87Zpl7N0J .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v87Zpl7N0J .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v87Zpl7N0J .navbar-brand {
    padding: -550px 0;
  }
  .cid-v87Zpl7N0J .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v87Zpl7N0J .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v87Zpl7N0J .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v87Zpl7N0J mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v87Zpl7N0J .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v87Zpl7N0J info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v87Zpl7N0J ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v87Zpl7N0J achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v87Zpl7N0J zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v87Zpl7N0J zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v87Zpl7N0J li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v87ZplkcsH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v87ZplkcsH .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v87ZplkcsH .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v87ZplkcsH .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v87ZplkcsH .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v87ZplkcsH .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v87ZpltvBX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v87ZpltvBX .mbr-text {
  color: #4479d9;
}
.cid-v8iMG6ikXs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fdfbf2;
}
.cid-v8iMG6ikXs .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v8iMG6ikXs klein {
  font-size: 14px;
  color: #000000;
  font-family: FiraSansCondensed-Light;
}
.cid-v8iMG6ikXs blau {
  font-size: 14px;
  color: #0082c3;
  font-weight: bold;
}
.cid-v8iMG6ikXs blau1 {
  font-size: 14px;
  color: #0082c3;
}
.cid-v8iMG6ikXs orange {
  font-size: 16px;
  color: #ff6600;
  font-weight: bold;
}
.cid-v87ZplQUH2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v87ZplQUH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v87ZplQUH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v87ZplQUH2 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v87ZplQUH2 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v87ZplQUH2 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v87ZplQUH2 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v87ZplQUH2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v87ZplQUH2 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v87ZplQUH2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v87ZplQUH2 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v87ZplQUH2 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v87ZplQUH2 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v87ZplQUH2 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v87ZplQUH2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v87ZplQUH2 .items-wrapper .card {
  padding: 0 32px;
}
.cid-v87ZplQUH2 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v87ZplQUH2 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v87ZplQUH2 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v87ZplQUH2 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v87ZplQUH2 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v87ZplQUH2 .list-wrapper .list .item-wrap:hover,
.cid-v87ZplQUH2 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v87ZplQUH2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v87ZplQUH2 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v87ZplQUH2 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v87ZplQUH2 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v87ZplQUH2 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v87ZplQUH2 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v87ZplQUH2 .mbr-desc {
  color: #ffffff;
}
.cid-v87ZplQUH2 .mbr-text,
.cid-v87ZplQUH2 .text-wrapper {
  color: #9aa0a6;
}
.cid-v87ZplQUH2 .list {
  color: #9aa0a6;
}
.cid-v87ZplQUH2 .mbr-text,
.cid-v87ZplQUH2 .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v87ZplQUH2 .list,
.cid-v87ZplQUH2 .item-wrap {
  color: #b2ccd2;
}
.cid-v87ZplQUH2 weis {
  color: #ffffff;
}
.cid-v87ZplQUH2 klein {
  font-size: 12px;
}
.cid-v87ZplQUH2 blau {
  color: #f4f4f4;
}
.cid-v87ZplQUH2 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v87ZplQUH2 .mbr-desc,
.cid-v87ZplQUH2 .content-wrapper {
  color: #e6c63b;
}
.cid-v8iCQW5veu {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v8iCQW5veu .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v8iCQW5veu nav.navbar {
  position: fixed;
}
.cid-v8iCQW5veu blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v8iCQW5veu orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v8iCQW5veu gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v8iCQW5veu black {
  color: #000000;
  font-weight: bold;
}
.cid-v8iCQW5veu pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v8iCQW5veu .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-v8iCQW5veu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8iCQW5veu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8iCQW5veu .dropdown-item:hover,
.cid-v8iCQW5veu .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v8iCQW5veu .dropdown-item:hover span {
  color: white;
}
.cid-v8iCQW5veu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8iCQW5veu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8iCQW5veu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8iCQW5veu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8iCQW5veu .nav-link {
  position: relative;
}
.cid-v8iCQW5veu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8iCQW5veu .container {
    flex-wrap: nowrap;
  }
}
.cid-v8iCQW5veu .dropdown-menu,
.cid-v8iCQW5veu .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v8iCQW5veu .nav-item:focus,
.cid-v8iCQW5veu .nav-link:focus {
  outline: none;
}
.cid-v8iCQW5veu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8iCQW5veu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8iCQW5veu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8iCQW5veu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8iCQW5veu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8iCQW5veu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8iCQW5veu .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v8iCQW5veu .navbar.opened {
  transition: all 0.3s;
}
.cid-v8iCQW5veu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8iCQW5veu .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v8iCQW5veu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8iCQW5veu .navbar.collapsed {
  justify-content: center;
}
.cid-v8iCQW5veu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8iCQW5veu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8iCQW5veu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v8iCQW5veu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8iCQW5veu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8iCQW5veu .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-v8iCQW5veu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8iCQW5veu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8iCQW5veu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8iCQW5veu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8iCQW5veu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8iCQW5veu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8iCQW5veu .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-v8iCQW5veu .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v8iCQW5veu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8iCQW5veu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8iCQW5veu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v8iCQW5veu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v8iCQW5veu .navbar.navbar-short {
  min-height: auto;
}
.cid-v8iCQW5veu .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v8iCQW5veu .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v8iCQW5veu .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v8iCQW5veu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v8iCQW5veu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8iCQW5veu .dropdown-item.active,
.cid-v8iCQW5veu .dropdown-item:active {
  background-color: transparent;
}
.cid-v8iCQW5veu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8iCQW5veu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8iCQW5veu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8iCQW5veu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v8iCQW5veu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8iCQW5veu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8iCQW5veu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8iCQW5veu .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v8iCQW5veu .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v8iCQW5veu .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8iCQW5veu .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v8iCQW5veu .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v8iCQW5veu button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v8iCQW5veu button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v8iCQW5veu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v8iCQW5veu button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v8iCQW5veu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v8iCQW5veu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8iCQW5veu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8iCQW5veu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v8iCQW5veu nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8iCQW5veu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8iCQW5veu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8iCQW5veu nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8iCQW5veu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8iCQW5veu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8iCQW5veu .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-v8iCQW5veu .navbar {
    height: 70px;
  }
  .cid-v8iCQW5veu .navbar.opened {
    height: auto;
  }
  .cid-v8iCQW5veu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8iCQW5veu .container-fluid {
  padding-right: 0;
}
.cid-v8iCQW5veu .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v8iCQW5veu .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v8iCQW5veu .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v8iCQW5veu .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v8iCQW5veu .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v8iCQW5veu .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v8iCQW5veu .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v8iCQW5veu .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v8iCQW5veu .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v8iCQW5veu .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v8iCQW5veu .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v8iCQW5veu .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v8iCQW5veu .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v8iCQW5veu li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v8iCQW5veu li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v8iCQW5veu li.nav-item:nth-last-child(3) img,
  .cid-v8iCQW5veu li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v8iCQW5veu li.nav-item img[src*="flagdeutsch"],
  .cid-v8iCQW5veu li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v8iCQW5veu .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v8iCQW5veu .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v8iCQW5veu .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v8iCQW5veu .navbar-brand {
    padding: -550px 0;
  }
  .cid-v8iCQW5veu .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v8iCQW5veu .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v8iCQW5veu .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v8iCQW5veu mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v8iCQW5veu .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v8iCQW5veu info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v8iCQW5veu ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v8iCQW5veu achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v8iCQW5veu zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v8iCQW5veu zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v8iCQW5veu li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v8iCQVLkJC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v8iCQVLkJC .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v8iCQVLkJC .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v8iCQVLkJC .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v8iCQVLkJC .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v8iCQVLkJC .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v8iCQVYjWA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9eef1;
}
.cid-v8iCQVYjWA .mbr-text {
  color: #4479d9;
}
.cid-v8iRZwz5EQ {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8iRZwz5EQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8iRZwz5EQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8iRZwz5EQ .container {
    padding: 0 30px;
  }
}
.cid-v8iRZwz5EQ .row {
  position: relative;
}
.cid-v8iRZwz5EQ .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 400px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (max-width: 768px) {
  .cid-v8iRZwz5EQ .row img {
    top: auto;
    width: 100%;
  }
}
.cid-v8iRZwz5EQ .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #e2f5fb;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v8iRZwz5EQ .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-v8iRZwz5EQ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v8iRZwz5EQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8iRZwz5EQ .mbr-text {
  color: #000000;
}
.cid-v8iRZwz5EQ .mbr-link,
.cid-v8iRZwz5EQ .mbr-iconfont {
  color: #212529;
}
.cid-v8iRZwz5EQ .mbr-section-title {
  color: #0082c3;
}
.cid-v8iCQXaOJj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v8iCQXaOJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8iCQXaOJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8iCQXaOJj .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v8iCQXaOJj .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v8iCQXaOJj .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8iCQXaOJj .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v8iCQXaOJj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8iCQXaOJj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8iCQXaOJj .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8iCQXaOJj .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v8iCQXaOJj .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v8iCQXaOJj .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8iCQXaOJj .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v8iCQXaOJj .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v8iCQXaOJj .items-wrapper .card {
  padding: 0 32px;
}
.cid-v8iCQXaOJj .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8iCQXaOJj .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8iCQXaOJj .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8iCQXaOJj .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8iCQXaOJj .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8iCQXaOJj .list-wrapper .list .item-wrap:hover,
.cid-v8iCQXaOJj .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8iCQXaOJj .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8iCQXaOJj .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8iCQXaOJj .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8iCQXaOJj .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8iCQXaOJj .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v8iCQXaOJj .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v8iCQXaOJj .mbr-desc {
  color: #ffffff;
}
.cid-v8iCQXaOJj .mbr-text,
.cid-v8iCQXaOJj .text-wrapper {
  color: #9aa0a6;
}
.cid-v8iCQXaOJj .list {
  color: #9aa0a6;
}
.cid-v8iCQXaOJj .mbr-text,
.cid-v8iCQXaOJj .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v8iCQXaOJj .list,
.cid-v8iCQXaOJj .item-wrap {
  color: #b2ccd2;
}
.cid-v8iCQXaOJj weis {
  color: #ffffff;
}
.cid-v8iCQXaOJj klein {
  font-size: 12px;
}
.cid-v8iCQXaOJj blau {
  color: #f4f4f4;
}
.cid-v8iCQXaOJj .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v8iCQXaOJj .mbr-desc,
.cid-v8iCQXaOJj .content-wrapper {
  color: #e6c63b;
}
.cid-v8z7QnBNj6 {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v8z7QnBNj6 .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v8z7QnBNj6 nav.navbar {
  position: fixed;
}
.cid-v8z7QnBNj6 blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v8z7QnBNj6 orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v8z7QnBNj6 gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v8z7QnBNj6 black {
  color: #000000;
  font-weight: bold;
}
.cid-v8z7QnBNj6 pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v8z7QnBNj6 .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-v8z7QnBNj6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8z7QnBNj6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8z7QnBNj6 .dropdown-item:hover,
.cid-v8z7QnBNj6 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v8z7QnBNj6 .dropdown-item:hover span {
  color: white;
}
.cid-v8z7QnBNj6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8z7QnBNj6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8z7QnBNj6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8z7QnBNj6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8z7QnBNj6 .nav-link {
  position: relative;
}
.cid-v8z7QnBNj6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8z7QnBNj6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v8z7QnBNj6 .dropdown-menu,
.cid-v8z7QnBNj6 .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v8z7QnBNj6 .nav-item:focus,
.cid-v8z7QnBNj6 .nav-link:focus {
  outline: none;
}
.cid-v8z7QnBNj6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8z7QnBNj6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8z7QnBNj6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8z7QnBNj6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8z7QnBNj6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8z7QnBNj6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8z7QnBNj6 .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v8z7QnBNj6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v8z7QnBNj6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8z7QnBNj6 .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v8z7QnBNj6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8z7QnBNj6 .navbar.collapsed {
  justify-content: center;
}
.cid-v8z7QnBNj6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8z7QnBNj6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8z7QnBNj6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v8z7QnBNj6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8z7QnBNj6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8z7QnBNj6 .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-v8z7QnBNj6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8z7QnBNj6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8z7QnBNj6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8z7QnBNj6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8z7QnBNj6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8z7QnBNj6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8z7QnBNj6 .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-v8z7QnBNj6 .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v8z7QnBNj6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8z7QnBNj6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8z7QnBNj6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v8z7QnBNj6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v8z7QnBNj6 .navbar.navbar-short {
  min-height: auto;
}
.cid-v8z7QnBNj6 .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v8z7QnBNj6 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v8z7QnBNj6 .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v8z7QnBNj6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v8z7QnBNj6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8z7QnBNj6 .dropdown-item.active,
.cid-v8z7QnBNj6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v8z7QnBNj6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8z7QnBNj6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8z7QnBNj6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8z7QnBNj6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v8z7QnBNj6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8z7QnBNj6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8z7QnBNj6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8z7QnBNj6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v8z7QnBNj6 .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v8z7QnBNj6 .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8z7QnBNj6 .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v8z7QnBNj6 .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v8z7QnBNj6 button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v8z7QnBNj6 button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v8z7QnBNj6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v8z7QnBNj6 button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v8z7QnBNj6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v8z7QnBNj6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8z7QnBNj6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8z7QnBNj6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v8z7QnBNj6 nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8z7QnBNj6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8z7QnBNj6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8z7QnBNj6 nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8z7QnBNj6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8z7QnBNj6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8z7QnBNj6 .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-v8z7QnBNj6 .navbar {
    height: 70px;
  }
  .cid-v8z7QnBNj6 .navbar.opened {
    height: auto;
  }
  .cid-v8z7QnBNj6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8z7QnBNj6 .container-fluid {
  padding-right: 0;
}
.cid-v8z7QnBNj6 .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v8z7QnBNj6 .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v8z7QnBNj6 .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v8z7QnBNj6 .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v8z7QnBNj6 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v8z7QnBNj6 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v8z7QnBNj6 .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v8z7QnBNj6 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v8z7QnBNj6 .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v8z7QnBNj6 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v8z7QnBNj6 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v8z7QnBNj6 .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v8z7QnBNj6 .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v8z7QnBNj6 li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v8z7QnBNj6 li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v8z7QnBNj6 li.nav-item:nth-last-child(3) img,
  .cid-v8z7QnBNj6 li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v8z7QnBNj6 li.nav-item img[src*="flagdeutsch"],
  .cid-v8z7QnBNj6 li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v8z7QnBNj6 .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v8z7QnBNj6 .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v8z7QnBNj6 .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v8z7QnBNj6 .navbar-brand {
    padding: -550px 0;
  }
  .cid-v8z7QnBNj6 .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v8z7QnBNj6 .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v8z7QnBNj6 .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v8z7QnBNj6 mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v8z7QnBNj6 .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v8z7QnBNj6 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v8z7QnBNj6 ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v8z7QnBNj6 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v8z7QnBNj6 zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v8z7QnBNj6 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v8z7QnBNj6 li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v8z7QnRlxx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v8z7QnRlxx .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v8z7QnRlxx .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v8z7QnRlxx .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v8z7QnRlxx .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v8z7QnRlxx .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v8z7Qo1Uvc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8z7Qo1Uvc .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v8z7Qo1Uvc .mbr-text {
  text-align: justify;
}
.cid-v8z7QobOUL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8z7QobOUL .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v8z7QobOUL .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v92ZbX5v7d {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v92ZbX5v7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92ZbX5v7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92ZbX5v7d .row {
  margin: 0 -15px;
}
.cid-v92ZbX5v7d .row .card {
  padding: 0 15px;
}
.cid-v92ZbX5v7d .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v92ZbX5v7d .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v92ZbX5v7d .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v92ZbX5v7d .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v92ZbX5v7d .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v92ZbX5v7d .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v92ZbX5v7d .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v92ZbX5v7d .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92ZbX5v7d .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v92ZbX5v7d .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v92ZbX5v7d .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v92ZbX5v7d .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v92ZbX5v7d .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v92ZbX5v7d .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v92ZbX5v7d .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v92ZbX5v7d .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v92ZbX5v7d .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v92ZbX5v7d .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v92ZbX5v7d .item-title {
  color: #fefff5;
}
.cid-v92ZbX5v7d .item-text {
  color: #000000;
}
.cid-v92ZbX5v7d .item-title,
.cid-v92ZbX5v7d .item-btn {
  color: #000000;
}
.cid-v8z7Qp5MRr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v8z7Qp5MRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8z7Qp5MRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8z7Qp5MRr .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v8z7Qp5MRr .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v8z7Qp5MRr .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8z7Qp5MRr .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v8z7Qp5MRr .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8z7Qp5MRr .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8z7Qp5MRr .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8z7Qp5MRr .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v8z7Qp5MRr .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v8z7Qp5MRr .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8z7Qp5MRr .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v8z7Qp5MRr .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v8z7Qp5MRr .items-wrapper .card {
  padding: 0 32px;
}
.cid-v8z7Qp5MRr .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8z7Qp5MRr .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8z7Qp5MRr .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8z7Qp5MRr .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8z7Qp5MRr .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8z7Qp5MRr .list-wrapper .list .item-wrap:hover,
.cid-v8z7Qp5MRr .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8z7Qp5MRr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8z7Qp5MRr .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8z7Qp5MRr .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8z7Qp5MRr .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8z7Qp5MRr .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v8z7Qp5MRr .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v8z7Qp5MRr .mbr-desc {
  color: #ffffff;
}
.cid-v8z7Qp5MRr .mbr-text,
.cid-v8z7Qp5MRr .text-wrapper {
  color: #9aa0a6;
}
.cid-v8z7Qp5MRr .list {
  color: #9aa0a6;
}
.cid-v8z7Qp5MRr .mbr-text,
.cid-v8z7Qp5MRr .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v8z7Qp5MRr .list,
.cid-v8z7Qp5MRr .item-wrap {
  color: #b2ccd2;
}
.cid-v8z7Qp5MRr weis {
  color: #ffffff;
}
.cid-v8z7Qp5MRr klein {
  font-size: 12px;
}
.cid-v8z7Qp5MRr blau {
  color: #f4f4f4;
}
.cid-v8z7Qp5MRr .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v8z7Qp5MRr .mbr-desc,
.cid-v8z7Qp5MRr .content-wrapper {
  color: #e6c63b;
}
.cid-v8EhCAkwSc {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v8EhCAkwSc .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v8EhCAkwSc nav.navbar {
  position: fixed;
}
.cid-v8EhCAkwSc blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v8EhCAkwSc orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v8EhCAkwSc gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v8EhCAkwSc black {
  color: #000000;
  font-weight: bold;
}
.cid-v8EhCAkwSc pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v8EhCAkwSc .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-v8EhCAkwSc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8EhCAkwSc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8EhCAkwSc .dropdown-item:hover,
.cid-v8EhCAkwSc .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v8EhCAkwSc .dropdown-item:hover span {
  color: white;
}
.cid-v8EhCAkwSc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8EhCAkwSc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8EhCAkwSc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8EhCAkwSc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8EhCAkwSc .nav-link {
  position: relative;
}
.cid-v8EhCAkwSc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8EhCAkwSc .container {
    flex-wrap: nowrap;
  }
}
.cid-v8EhCAkwSc .dropdown-menu,
.cid-v8EhCAkwSc .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v8EhCAkwSc .nav-item:focus,
.cid-v8EhCAkwSc .nav-link:focus {
  outline: none;
}
.cid-v8EhCAkwSc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8EhCAkwSc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8EhCAkwSc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8EhCAkwSc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8EhCAkwSc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8EhCAkwSc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8EhCAkwSc .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v8EhCAkwSc .navbar.opened {
  transition: all 0.3s;
}
.cid-v8EhCAkwSc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8EhCAkwSc .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v8EhCAkwSc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8EhCAkwSc .navbar.collapsed {
  justify-content: center;
}
.cid-v8EhCAkwSc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8EhCAkwSc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8EhCAkwSc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v8EhCAkwSc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8EhCAkwSc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8EhCAkwSc .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-v8EhCAkwSc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8EhCAkwSc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8EhCAkwSc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8EhCAkwSc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8EhCAkwSc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8EhCAkwSc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8EhCAkwSc .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-v8EhCAkwSc .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v8EhCAkwSc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8EhCAkwSc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8EhCAkwSc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v8EhCAkwSc .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v8EhCAkwSc .navbar.navbar-short {
  min-height: auto;
}
.cid-v8EhCAkwSc .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v8EhCAkwSc .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v8EhCAkwSc .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v8EhCAkwSc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v8EhCAkwSc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8EhCAkwSc .dropdown-item.active,
.cid-v8EhCAkwSc .dropdown-item:active {
  background-color: transparent;
}
.cid-v8EhCAkwSc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8EhCAkwSc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8EhCAkwSc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8EhCAkwSc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v8EhCAkwSc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8EhCAkwSc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8EhCAkwSc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8EhCAkwSc .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v8EhCAkwSc .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v8EhCAkwSc .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8EhCAkwSc .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v8EhCAkwSc .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v8EhCAkwSc button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v8EhCAkwSc button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v8EhCAkwSc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v8EhCAkwSc button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v8EhCAkwSc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v8EhCAkwSc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8EhCAkwSc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8EhCAkwSc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v8EhCAkwSc nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8EhCAkwSc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8EhCAkwSc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8EhCAkwSc nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8EhCAkwSc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8EhCAkwSc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8EhCAkwSc .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-v8EhCAkwSc .navbar {
    height: 70px;
  }
  .cid-v8EhCAkwSc .navbar.opened {
    height: auto;
  }
  .cid-v8EhCAkwSc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8EhCAkwSc .container-fluid {
  padding-right: 0;
}
.cid-v8EhCAkwSc .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v8EhCAkwSc .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v8EhCAkwSc .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v8EhCAkwSc .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v8EhCAkwSc .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v8EhCAkwSc .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v8EhCAkwSc .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v8EhCAkwSc .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v8EhCAkwSc .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v8EhCAkwSc .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v8EhCAkwSc .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v8EhCAkwSc .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v8EhCAkwSc .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v8EhCAkwSc li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v8EhCAkwSc li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v8EhCAkwSc li.nav-item:nth-last-child(3) img,
  .cid-v8EhCAkwSc li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v8EhCAkwSc li.nav-item img[src*="flagdeutsch"],
  .cid-v8EhCAkwSc li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v8EhCAkwSc .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v8EhCAkwSc .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v8EhCAkwSc .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v8EhCAkwSc .navbar-brand {
    padding: -550px 0;
  }
  .cid-v8EhCAkwSc .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v8EhCAkwSc .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v8EhCAkwSc .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v8EhCAkwSc mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v8EhCAkwSc .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v8EhCAkwSc info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v8EhCAkwSc ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v8EhCAkwSc achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v8EhCAkwSc zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v8EhCAkwSc zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v8EhCAkwSc li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v8EhCAxxOm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v8EhCAxxOm .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v8EhCAxxOm .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v8EhCAxxOm .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v8EhCAxxOm .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v8EhCAxxOm .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v8EhCAFxfE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8EhCAFxfE .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v8EhCAFxfE .mbr-text {
  text-align: justify;
}
.cid-v8EXc7DFFl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v8EXc7DFFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8EXc7DFFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8EXc7DFFl .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v8EXc7DFFl .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8EXc7DFFl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8EXc7DFFl .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-v8EXc7DFFl .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8EXc7DFFl .buttons-wrapper {
    text-align: left;
  }
}
.cid-v8EXc7DFFl .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-v8EXc7DFFl .mbr-section-title {
  color: #262642;
}
.cid-v8EXc7DFFl .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-v8EkVIzn4G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8EkVIzn4G .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v8EkVIzn4G klein {
  font-size: 14px;
  color: #000000;
  font-family: FiraSansCondensed-Light;
}
.cid-v8EkVIzn4G blau {
  font-size: 14px;
  color: #0082c3;
  font-weight: normal;
}
.cid-v8EkVIzn4G blau1 {
  font-size: 14px;
  color: #0082c3;
}
.cid-v8EkVIzn4G orange {
  font-size: 16px;
  color: #ff6600;
  font-weight: normal;
}
.cid-v8EhCBc2YT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v8EhCBc2YT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8EhCBc2YT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8EhCBc2YT .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v8EhCBc2YT .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v8EhCBc2YT .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8EhCBc2YT .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v8EhCBc2YT .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8EhCBc2YT .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8EhCBc2YT .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8EhCBc2YT .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v8EhCBc2YT .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v8EhCBc2YT .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8EhCBc2YT .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v8EhCBc2YT .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v8EhCBc2YT .items-wrapper .card {
  padding: 0 32px;
}
.cid-v8EhCBc2YT .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8EhCBc2YT .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8EhCBc2YT .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8EhCBc2YT .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8EhCBc2YT .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8EhCBc2YT .list-wrapper .list .item-wrap:hover,
.cid-v8EhCBc2YT .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8EhCBc2YT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8EhCBc2YT .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8EhCBc2YT .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8EhCBc2YT .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8EhCBc2YT .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v8EhCBc2YT .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v8EhCBc2YT .mbr-desc {
  color: #ffffff;
}
.cid-v8EhCBc2YT .mbr-text,
.cid-v8EhCBc2YT .text-wrapper {
  color: #9aa0a6;
}
.cid-v8EhCBc2YT .list {
  color: #9aa0a6;
}
.cid-v8EhCBc2YT .mbr-text,
.cid-v8EhCBc2YT .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v8EhCBc2YT .list,
.cid-v8EhCBc2YT .item-wrap {
  color: #b2ccd2;
}
.cid-v8EhCBc2YT weis {
  color: #ffffff;
}
.cid-v8EhCBc2YT klein {
  font-size: 12px;
}
.cid-v8EhCBc2YT blau {
  color: #f4f4f4;
}
.cid-v8EhCBc2YT .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v8EhCBc2YT .mbr-desc,
.cid-v8EhCBc2YT .content-wrapper {
  color: #e6c63b;
}
.cid-v8LRa5u7z1 {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v8LRa5u7z1 .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v8LRa5u7z1 nav.navbar {
  position: fixed;
}
.cid-v8LRa5u7z1 blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v8LRa5u7z1 orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v8LRa5u7z1 gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v8LRa5u7z1 black {
  color: #000000;
  font-weight: bold;
}
.cid-v8LRa5u7z1 pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v8LRa5u7z1 .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-v8LRa5u7z1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8LRa5u7z1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8LRa5u7z1 .dropdown-item:hover,
.cid-v8LRa5u7z1 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v8LRa5u7z1 .dropdown-item:hover span {
  color: white;
}
.cid-v8LRa5u7z1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8LRa5u7z1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8LRa5u7z1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8LRa5u7z1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8LRa5u7z1 .nav-link {
  position: relative;
}
.cid-v8LRa5u7z1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8LRa5u7z1 .container {
    flex-wrap: nowrap;
  }
}
.cid-v8LRa5u7z1 .dropdown-menu,
.cid-v8LRa5u7z1 .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v8LRa5u7z1 .nav-item:focus,
.cid-v8LRa5u7z1 .nav-link:focus {
  outline: none;
}
.cid-v8LRa5u7z1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8LRa5u7z1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8LRa5u7z1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8LRa5u7z1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8LRa5u7z1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8LRa5u7z1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8LRa5u7z1 .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v8LRa5u7z1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v8LRa5u7z1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8LRa5u7z1 .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v8LRa5u7z1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8LRa5u7z1 .navbar.collapsed {
  justify-content: center;
}
.cid-v8LRa5u7z1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8LRa5u7z1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8LRa5u7z1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v8LRa5u7z1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8LRa5u7z1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8LRa5u7z1 .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-v8LRa5u7z1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8LRa5u7z1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8LRa5u7z1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8LRa5u7z1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8LRa5u7z1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8LRa5u7z1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8LRa5u7z1 .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-v8LRa5u7z1 .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v8LRa5u7z1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8LRa5u7z1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8LRa5u7z1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v8LRa5u7z1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v8LRa5u7z1 .navbar.navbar-short {
  min-height: auto;
}
.cid-v8LRa5u7z1 .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v8LRa5u7z1 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v8LRa5u7z1 .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v8LRa5u7z1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v8LRa5u7z1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8LRa5u7z1 .dropdown-item.active,
.cid-v8LRa5u7z1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v8LRa5u7z1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8LRa5u7z1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8LRa5u7z1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8LRa5u7z1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v8LRa5u7z1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8LRa5u7z1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8LRa5u7z1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8LRa5u7z1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v8LRa5u7z1 .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v8LRa5u7z1 .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8LRa5u7z1 .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v8LRa5u7z1 .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v8LRa5u7z1 button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v8LRa5u7z1 button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v8LRa5u7z1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v8LRa5u7z1 button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v8LRa5u7z1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v8LRa5u7z1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8LRa5u7z1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8LRa5u7z1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v8LRa5u7z1 nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8LRa5u7z1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8LRa5u7z1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8LRa5u7z1 nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8LRa5u7z1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8LRa5u7z1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8LRa5u7z1 .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-v8LRa5u7z1 .navbar {
    height: 70px;
  }
  .cid-v8LRa5u7z1 .navbar.opened {
    height: auto;
  }
  .cid-v8LRa5u7z1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8LRa5u7z1 .container-fluid {
  padding-right: 0;
}
.cid-v8LRa5u7z1 .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v8LRa5u7z1 .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v8LRa5u7z1 .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v8LRa5u7z1 .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v8LRa5u7z1 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v8LRa5u7z1 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v8LRa5u7z1 .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v8LRa5u7z1 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v8LRa5u7z1 .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v8LRa5u7z1 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v8LRa5u7z1 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v8LRa5u7z1 .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v8LRa5u7z1 .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v8LRa5u7z1 li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v8LRa5u7z1 li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v8LRa5u7z1 li.nav-item:nth-last-child(3) img,
  .cid-v8LRa5u7z1 li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v8LRa5u7z1 li.nav-item img[src*="flagdeutsch"],
  .cid-v8LRa5u7z1 li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v8LRa5u7z1 .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v8LRa5u7z1 .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v8LRa5u7z1 .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v8LRa5u7z1 .navbar-brand {
    padding: -550px 0;
  }
  .cid-v8LRa5u7z1 .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v8LRa5u7z1 .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v8LRa5u7z1 .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v8LRa5u7z1 mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v8LRa5u7z1 .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v8LRa5u7z1 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v8LRa5u7z1 ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v8LRa5u7z1 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v8LRa5u7z1 zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v8LRa5u7z1 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v8LRa5u7z1 li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v8LRa5MSQV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v8LRa5MSQV .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v8LRa5MSQV .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v8LRa5MSQV .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v8LRa5MSQV .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v8LRa5MSQV .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v8LRa60bd0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8LRa60bd0 .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v8LRa60bd0 .mbr-text {
  text-align: justify;
}
.cid-v8LRa6dJQm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8LRa6dJQm .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v8LRa6dJQm .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v9fJlsapsO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9fJlsapsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fJlsapsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fJlsapsO .row {
  margin: 0 -15px;
}
.cid-v9fJlsapsO .row .card {
  padding: 0 15px;
}
.cid-v9fJlsapsO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9fJlsapsO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v9fJlsapsO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v9fJlsapsO .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v9fJlsapsO .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v9fJlsapsO .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v9fJlsapsO .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v9fJlsapsO .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9fJlsapsO .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v9fJlsapsO .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9fJlsapsO .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v9fJlsapsO .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9fJlsapsO .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v9fJlsapsO .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v9fJlsapsO .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v9fJlsapsO .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v9fJlsapsO .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9fJlsapsO .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v9fJlsapsO .item-title {
  color: #fefff5;
}
.cid-v9fJlsapsO .item-text {
  color: #000000;
}
.cid-v9fJlsapsO .item-title,
.cid-v9fJlsapsO .item-btn {
  color: #000000;
}
.cid-v8LRa6KxlA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v8LRa6KxlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8LRa6KxlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8LRa6KxlA .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v8LRa6KxlA .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v8LRa6KxlA .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8LRa6KxlA .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v8LRa6KxlA .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8LRa6KxlA .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8LRa6KxlA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8LRa6KxlA .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v8LRa6KxlA .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v8LRa6KxlA .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8LRa6KxlA .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v8LRa6KxlA .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v8LRa6KxlA .items-wrapper .card {
  padding: 0 32px;
}
.cid-v8LRa6KxlA .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8LRa6KxlA .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8LRa6KxlA .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8LRa6KxlA .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8LRa6KxlA .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8LRa6KxlA .list-wrapper .list .item-wrap:hover,
.cid-v8LRa6KxlA .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8LRa6KxlA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8LRa6KxlA .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8LRa6KxlA .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8LRa6KxlA .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8LRa6KxlA .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v8LRa6KxlA .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v8LRa6KxlA .mbr-desc {
  color: #ffffff;
}
.cid-v8LRa6KxlA .mbr-text,
.cid-v8LRa6KxlA .text-wrapper {
  color: #9aa0a6;
}
.cid-v8LRa6KxlA .list {
  color: #9aa0a6;
}
.cid-v8LRa6KxlA .mbr-text,
.cid-v8LRa6KxlA .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v8LRa6KxlA .list,
.cid-v8LRa6KxlA .item-wrap {
  color: #b2ccd2;
}
.cid-v8LRa6KxlA weis {
  color: #ffffff;
}
.cid-v8LRa6KxlA klein {
  font-size: 12px;
}
.cid-v8LRa6KxlA blau {
  color: #f4f4f4;
}
.cid-v8LRa6KxlA .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v8LRa6KxlA .mbr-desc,
.cid-v8LRa6KxlA .content-wrapper {
  color: #e6c63b;
}
.cid-v8QReUL3vJ {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v8QReUL3vJ .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v8QReUL3vJ nav.navbar {
  position: fixed;
}
.cid-v8QReUL3vJ blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v8QReUL3vJ orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v8QReUL3vJ gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v8QReUL3vJ black {
  color: #000000;
  font-weight: bold;
}
.cid-v8QReUL3vJ pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v8QReUL3vJ .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-v8QReUL3vJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8QReUL3vJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8QReUL3vJ .dropdown-item:hover,
.cid-v8QReUL3vJ .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v8QReUL3vJ .dropdown-item:hover span {
  color: white;
}
.cid-v8QReUL3vJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8QReUL3vJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8QReUL3vJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8QReUL3vJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8QReUL3vJ .nav-link {
  position: relative;
}
.cid-v8QReUL3vJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8QReUL3vJ .container {
    flex-wrap: nowrap;
  }
}
.cid-v8QReUL3vJ .dropdown-menu,
.cid-v8QReUL3vJ .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v8QReUL3vJ .nav-item:focus,
.cid-v8QReUL3vJ .nav-link:focus {
  outline: none;
}
.cid-v8QReUL3vJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8QReUL3vJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8QReUL3vJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8QReUL3vJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8QReUL3vJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8QReUL3vJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8QReUL3vJ .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v8QReUL3vJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v8QReUL3vJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8QReUL3vJ .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v8QReUL3vJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8QReUL3vJ .navbar.collapsed {
  justify-content: center;
}
.cid-v8QReUL3vJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8QReUL3vJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8QReUL3vJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v8QReUL3vJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8QReUL3vJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8QReUL3vJ .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-v8QReUL3vJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8QReUL3vJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8QReUL3vJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8QReUL3vJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8QReUL3vJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8QReUL3vJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8QReUL3vJ .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-v8QReUL3vJ .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v8QReUL3vJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8QReUL3vJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8QReUL3vJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v8QReUL3vJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v8QReUL3vJ .navbar.navbar-short {
  min-height: auto;
}
.cid-v8QReUL3vJ .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v8QReUL3vJ .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v8QReUL3vJ .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v8QReUL3vJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v8QReUL3vJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8QReUL3vJ .dropdown-item.active,
.cid-v8QReUL3vJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v8QReUL3vJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8QReUL3vJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8QReUL3vJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8QReUL3vJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v8QReUL3vJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8QReUL3vJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8QReUL3vJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8QReUL3vJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v8QReUL3vJ .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v8QReUL3vJ .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8QReUL3vJ .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v8QReUL3vJ .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v8QReUL3vJ button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v8QReUL3vJ button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v8QReUL3vJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v8QReUL3vJ button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v8QReUL3vJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v8QReUL3vJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8QReUL3vJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8QReUL3vJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v8QReUL3vJ nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QReUL3vJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8QReUL3vJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8QReUL3vJ nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8QReUL3vJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8QReUL3vJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8QReUL3vJ .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-v8QReUL3vJ .navbar {
    height: 70px;
  }
  .cid-v8QReUL3vJ .navbar.opened {
    height: auto;
  }
  .cid-v8QReUL3vJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8QReUL3vJ .container-fluid {
  padding-right: 0;
}
.cid-v8QReUL3vJ .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v8QReUL3vJ .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v8QReUL3vJ .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v8QReUL3vJ .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v8QReUL3vJ .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v8QReUL3vJ .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v8QReUL3vJ .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v8QReUL3vJ .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v8QReUL3vJ .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v8QReUL3vJ .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v8QReUL3vJ .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v8QReUL3vJ .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v8QReUL3vJ .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v8QReUL3vJ li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v8QReUL3vJ li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v8QReUL3vJ li.nav-item:nth-last-child(3) img,
  .cid-v8QReUL3vJ li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v8QReUL3vJ li.nav-item img[src*="flagdeutsch"],
  .cid-v8QReUL3vJ li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v8QReUL3vJ .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v8QReUL3vJ .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v8QReUL3vJ .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v8QReUL3vJ .navbar-brand {
    padding: -550px 0;
  }
  .cid-v8QReUL3vJ .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v8QReUL3vJ .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v8QReUL3vJ .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v8QReUL3vJ mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v8QReUL3vJ .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v8QReUL3vJ info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v8QReUL3vJ ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v8QReUL3vJ achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v8QReUL3vJ zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v8QReUL3vJ zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v8QReUL3vJ li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v8QReV5fKB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v8QReV5fKB .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v8QReV5fKB .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v8QReV5fKB .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v8QReV5fKB .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v8QReV5fKB .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v8QReVjbLD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8QReVjbLD .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v8QReVjbLD .mbr-text {
  text-align: justify;
}
.cid-v8QRu8JkF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8QRu8JkF1 .wrapper {
  padding: 70px 90px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-v8QRu8JkF1 .wrapper {
    padding: 20px;
  }
}
.cid-v8QRu8JkF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QRu8JkF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QRu8JkF1 .mbr-text.text1 {
  text-align: left;
}
.cid-v8QRu8JkF1 best {
  text-align: left;
  font-size: 32px;
  color: #ff6600;
}
.cid-v8QReXKT04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v8QReXKT04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QReXKT04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QReXKT04 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v8QReXKT04 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v8QReXKT04 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8QReXKT04 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v8QReXKT04 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8QReXKT04 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8QReXKT04 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8QReXKT04 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v8QReXKT04 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v8QReXKT04 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8QReXKT04 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v8QReXKT04 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v8QReXKT04 .items-wrapper .card {
  padding: 0 32px;
}
.cid-v8QReXKT04 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8QReXKT04 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8QReXKT04 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8QReXKT04 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8QReXKT04 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8QReXKT04 .list-wrapper .list .item-wrap:hover,
.cid-v8QReXKT04 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8QReXKT04 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8QReXKT04 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8QReXKT04 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8QReXKT04 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8QReXKT04 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v8QReXKT04 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v8QReXKT04 .mbr-desc {
  color: #ffffff;
}
.cid-v8QReXKT04 .mbr-text,
.cid-v8QReXKT04 .text-wrapper {
  color: #9aa0a6;
}
.cid-v8QReXKT04 .list {
  color: #9aa0a6;
}
.cid-v8QReXKT04 .mbr-text,
.cid-v8QReXKT04 .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v8QReXKT04 .list,
.cid-v8QReXKT04 .item-wrap {
  color: #b2ccd2;
}
.cid-v8QReXKT04 weis {
  color: #ffffff;
}
.cid-v8QReXKT04 klein {
  font-size: 12px;
}
.cid-v8QReXKT04 blau {
  color: #f4f4f4;
}
.cid-v8QReXKT04 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v8QReXKT04 .mbr-desc,
.cid-v8QReXKT04 .content-wrapper {
  color: #e6c63b;
}
.cid-v9eAhRHhc3 {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v9eAhRHhc3 .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v9eAhRHhc3 nav.navbar {
  position: fixed;
}
.cid-v9eAhRHhc3 blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v9eAhRHhc3 orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v9eAhRHhc3 gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v9eAhRHhc3 black {
  color: #000000;
  font-weight: bold;
}
.cid-v9eAhRHhc3 pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v9eAhRHhc3 .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-v9eAhRHhc3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eAhRHhc3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9eAhRHhc3 .dropdown-item:hover,
.cid-v9eAhRHhc3 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v9eAhRHhc3 .dropdown-item:hover span {
  color: white;
}
.cid-v9eAhRHhc3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eAhRHhc3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eAhRHhc3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eAhRHhc3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eAhRHhc3 .nav-link {
  position: relative;
}
.cid-v9eAhRHhc3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v9eAhRHhc3 .container {
    flex-wrap: nowrap;
  }
}
.cid-v9eAhRHhc3 .dropdown-menu,
.cid-v9eAhRHhc3 .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v9eAhRHhc3 .nav-item:focus,
.cid-v9eAhRHhc3 .nav-link:focus {
  outline: none;
}
.cid-v9eAhRHhc3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eAhRHhc3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eAhRHhc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eAhRHhc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eAhRHhc3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eAhRHhc3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eAhRHhc3 .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v9eAhRHhc3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eAhRHhc3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eAhRHhc3 .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v9eAhRHhc3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eAhRHhc3 .navbar.collapsed {
  justify-content: center;
}
.cid-v9eAhRHhc3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eAhRHhc3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eAhRHhc3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v9eAhRHhc3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eAhRHhc3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eAhRHhc3 .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-v9eAhRHhc3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eAhRHhc3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v9eAhRHhc3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eAhRHhc3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eAhRHhc3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eAhRHhc3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eAhRHhc3 .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-v9eAhRHhc3 .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v9eAhRHhc3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eAhRHhc3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eAhRHhc3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9eAhRHhc3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v9eAhRHhc3 .navbar.navbar-short {
  min-height: auto;
}
.cid-v9eAhRHhc3 .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v9eAhRHhc3 .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v9eAhRHhc3 .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v9eAhRHhc3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v9eAhRHhc3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eAhRHhc3 .dropdown-item.active,
.cid-v9eAhRHhc3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eAhRHhc3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eAhRHhc3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eAhRHhc3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eAhRHhc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v9eAhRHhc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eAhRHhc3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eAhRHhc3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eAhRHhc3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v9eAhRHhc3 .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v9eAhRHhc3 .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v9eAhRHhc3 .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v9eAhRHhc3 .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v9eAhRHhc3 button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v9eAhRHhc3 button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v9eAhRHhc3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v9eAhRHhc3 button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v9eAhRHhc3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v9eAhRHhc3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v9eAhRHhc3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v9eAhRHhc3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v9eAhRHhc3 nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eAhRHhc3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v9eAhRHhc3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v9eAhRHhc3 nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eAhRHhc3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eAhRHhc3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eAhRHhc3 .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-v9eAhRHhc3 .navbar {
    height: 70px;
  }
  .cid-v9eAhRHhc3 .navbar.opened {
    height: auto;
  }
  .cid-v9eAhRHhc3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eAhRHhc3 .container-fluid {
  padding-right: 0;
}
.cid-v9eAhRHhc3 .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v9eAhRHhc3 .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v9eAhRHhc3 .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v9eAhRHhc3 .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v9eAhRHhc3 .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v9eAhRHhc3 .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v9eAhRHhc3 .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v9eAhRHhc3 .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v9eAhRHhc3 .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v9eAhRHhc3 .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v9eAhRHhc3 .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v9eAhRHhc3 .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v9eAhRHhc3 .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v9eAhRHhc3 li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v9eAhRHhc3 li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v9eAhRHhc3 li.nav-item:nth-last-child(3) img,
  .cid-v9eAhRHhc3 li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v9eAhRHhc3 li.nav-item img[src*="flagdeutsch"],
  .cid-v9eAhRHhc3 li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v9eAhRHhc3 .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v9eAhRHhc3 .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v9eAhRHhc3 .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v9eAhRHhc3 .navbar-brand {
    padding: -550px 0;
  }
  .cid-v9eAhRHhc3 .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v9eAhRHhc3 .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v9eAhRHhc3 .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v9eAhRHhc3 mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v9eAhRHhc3 .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v9eAhRHhc3 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v9eAhRHhc3 ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v9eAhRHhc3 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v9eAhRHhc3 zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v9eAhRHhc3 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v9eAhRHhc3 li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v9eAhRUWaM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v9eAhRUWaM .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v9eAhRUWaM .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v9eAhRUWaM .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v9eAhRUWaM .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v9eAhRUWaM .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v9eAhS3RhM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9eAhS3RhM .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v9eAhS3RhM .mbr-text {
  text-align: justify;
}
.cid-v9eAhSdITv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9eAhSdITv .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v9eAhSdITv .mbr-text {
  text-align: justify;
  color: #0082c3;
}
.cid-v9eB5SPZhP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9eB5SPZhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9eB5SPZhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9eB5SPZhP .row {
  margin: 0 -15px;
}
.cid-v9eB5SPZhP .row .card {
  padding: 0 15px;
}
.cid-v9eB5SPZhP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9eB5SPZhP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v9eB5SPZhP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v9eB5SPZhP .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v9eB5SPZhP .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v9eB5SPZhP .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v9eB5SPZhP .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v9eB5SPZhP .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9eB5SPZhP .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v9eB5SPZhP .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9eB5SPZhP .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v9eB5SPZhP .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9eB5SPZhP .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v9eB5SPZhP .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v9eB5SPZhP .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v9eB5SPZhP .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v9eB5SPZhP .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9eB5SPZhP .mbr-section-title {
  color: #ff6600;
  text-align: justify;
}
.cid-v9eB5SPZhP .item-title {
  color: #fefff5;
}
.cid-v9eB5SPZhP .item-text {
  color: #000000;
}
.cid-v9eB5SPZhP .item-title,
.cid-v9eB5SPZhP .item-btn {
  color: #000000;
}
.cid-v9eB5SPZhP rot {
  color: #ff6600;
  font-weight: bold;
}
.cid-v9eB5SPZhP top {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 20px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-v9eAhSzbbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v9eAhSzbbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9eAhSzbbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9eAhSzbbY .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v9eAhSzbbY .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v9eAhSzbbY .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9eAhSzbbY .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v9eAhSzbbY .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v9eAhSzbbY .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v9eAhSzbbY .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v9eAhSzbbY .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v9eAhSzbbY .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v9eAhSzbbY .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9eAhSzbbY .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v9eAhSzbbY .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v9eAhSzbbY .items-wrapper .card {
  padding: 0 32px;
}
.cid-v9eAhSzbbY .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v9eAhSzbbY .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9eAhSzbbY .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v9eAhSzbbY .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9eAhSzbbY .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9eAhSzbbY .list-wrapper .list .item-wrap:hover,
.cid-v9eAhSzbbY .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9eAhSzbbY .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9eAhSzbbY .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v9eAhSzbbY .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9eAhSzbbY .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v9eAhSzbbY .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v9eAhSzbbY .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v9eAhSzbbY .mbr-desc {
  color: #ffffff;
}
.cid-v9eAhSzbbY .mbr-text,
.cid-v9eAhSzbbY .text-wrapper {
  color: #9aa0a6;
}
.cid-v9eAhSzbbY .list {
  color: #9aa0a6;
}
.cid-v9eAhSzbbY .mbr-text,
.cid-v9eAhSzbbY .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v9eAhSzbbY .list,
.cid-v9eAhSzbbY .item-wrap {
  color: #b2ccd2;
}
.cid-v9eAhSzbbY weis {
  color: #ffffff;
}
.cid-v9eAhSzbbY klein {
  font-size: 12px;
}
.cid-v9eAhSzbbY blau {
  color: #f4f4f4;
}
.cid-v9eAhSzbbY .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v9eAhSzbbY .mbr-desc,
.cid-v9eAhSzbbY .content-wrapper {
  color: #e6c63b;
}
.cid-v9fkyqpnrs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v9fkyqpnrs .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v9fkyqpnrs nav.navbar {
  position: fixed;
}
.cid-v9fkyqpnrs blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v9fkyqpnrs orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v9fkyqpnrs gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v9fkyqpnrs black {
  color: #000000;
  font-weight: bold;
}
.cid-v9fkyqpnrs pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v9fkyqpnrs .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-v9fkyqpnrs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9fkyqpnrs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9fkyqpnrs .dropdown-item:hover,
.cid-v9fkyqpnrs .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v9fkyqpnrs .dropdown-item:hover span {
  color: white;
}
.cid-v9fkyqpnrs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9fkyqpnrs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9fkyqpnrs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9fkyqpnrs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9fkyqpnrs .nav-link {
  position: relative;
}
.cid-v9fkyqpnrs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v9fkyqpnrs .container {
    flex-wrap: nowrap;
  }
}
.cid-v9fkyqpnrs .dropdown-menu,
.cid-v9fkyqpnrs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v9fkyqpnrs .nav-item:focus,
.cid-v9fkyqpnrs .nav-link:focus {
  outline: none;
}
.cid-v9fkyqpnrs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9fkyqpnrs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9fkyqpnrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9fkyqpnrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9fkyqpnrs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9fkyqpnrs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9fkyqpnrs .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v9fkyqpnrs .navbar.opened {
  transition: all 0.3s;
}
.cid-v9fkyqpnrs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9fkyqpnrs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v9fkyqpnrs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9fkyqpnrs .navbar.collapsed {
  justify-content: center;
}
.cid-v9fkyqpnrs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9fkyqpnrs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9fkyqpnrs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v9fkyqpnrs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9fkyqpnrs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9fkyqpnrs .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-v9fkyqpnrs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9fkyqpnrs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v9fkyqpnrs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9fkyqpnrs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9fkyqpnrs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9fkyqpnrs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9fkyqpnrs .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-v9fkyqpnrs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v9fkyqpnrs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9fkyqpnrs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9fkyqpnrs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9fkyqpnrs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v9fkyqpnrs .navbar.navbar-short {
  min-height: auto;
}
.cid-v9fkyqpnrs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v9fkyqpnrs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v9fkyqpnrs .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v9fkyqpnrs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v9fkyqpnrs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9fkyqpnrs .dropdown-item.active,
.cid-v9fkyqpnrs .dropdown-item:active {
  background-color: transparent;
}
.cid-v9fkyqpnrs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9fkyqpnrs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9fkyqpnrs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9fkyqpnrs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v9fkyqpnrs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9fkyqpnrs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9fkyqpnrs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9fkyqpnrs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v9fkyqpnrs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v9fkyqpnrs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v9fkyqpnrs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v9fkyqpnrs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v9fkyqpnrs button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v9fkyqpnrs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v9fkyqpnrs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v9fkyqpnrs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v9fkyqpnrs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v9fkyqpnrs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v9fkyqpnrs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v9fkyqpnrs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v9fkyqpnrs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fkyqpnrs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v9fkyqpnrs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v9fkyqpnrs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fkyqpnrs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9fkyqpnrs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9fkyqpnrs .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-v9fkyqpnrs .navbar {
    height: 70px;
  }
  .cid-v9fkyqpnrs .navbar.opened {
    height: auto;
  }
  .cid-v9fkyqpnrs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9fkyqpnrs .container-fluid {
  padding-right: 0;
}
.cid-v9fkyqpnrs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v9fkyqpnrs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v9fkyqpnrs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v9fkyqpnrs .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v9fkyqpnrs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v9fkyqpnrs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v9fkyqpnrs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v9fkyqpnrs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v9fkyqpnrs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v9fkyqpnrs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v9fkyqpnrs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v9fkyqpnrs .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v9fkyqpnrs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v9fkyqpnrs li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v9fkyqpnrs li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v9fkyqpnrs li.nav-item:nth-last-child(3) img,
  .cid-v9fkyqpnrs li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v9fkyqpnrs li.nav-item img[src*="flagdeutsch"],
  .cid-v9fkyqpnrs li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v9fkyqpnrs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v9fkyqpnrs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v9fkyqpnrs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v9fkyqpnrs .navbar-brand {
    padding: -550px 0;
  }
  .cid-v9fkyqpnrs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v9fkyqpnrs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v9fkyqpnrs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v9fkyqpnrs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v9fkyqpnrs .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v9fkyqpnrs info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v9fkyqpnrs ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v9fkyqpnrs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v9fkyqpnrs zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v9fkyqpnrs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v9fkyqpnrs li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v9fkyqBKtU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v9fkyqBKtU .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v9fkyqBKtU .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v9fkyqBKtU .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v9fkyqBKtU .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v9fkyqBKtU .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v9fkyqISBz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9fkyqISBz .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v9fkyqISBz .mbr-text {
  text-align: justify;
}
.cid-v9fn73kbQx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9fn73kbQx .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v9fn73kbQx klein {
  font-size: 14px;
  color: #000000;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fn73kbQx blau {
  font-size: 16px;
  color: #0082c3;
  font-weight: normal;
}
.cid-v9fn73kbQx blau1 {
  font-size: 14px;
  color: #0082c3;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fn73kbQx orange {
  font-size: 18px;
  color: #ff6600;
  font-weight: normal;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fn73kbQx ora1 {
  font-size: 18px;
  color: #ff6600;
  font-weight: normal;
  text-decoration: underline ;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fn73kbQx klein1 {
  font-size: 14px;
  color: #ff6600;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fkyqZyLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v9fkyqZyLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fkyqZyLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fkyqZyLh .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v9fkyqZyLh .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v9fkyqZyLh .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9fkyqZyLh .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v9fkyqZyLh .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v9fkyqZyLh .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v9fkyqZyLh .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v9fkyqZyLh .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v9fkyqZyLh .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v9fkyqZyLh .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9fkyqZyLh .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v9fkyqZyLh .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v9fkyqZyLh .items-wrapper .card {
  padding: 0 32px;
}
.cid-v9fkyqZyLh .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v9fkyqZyLh .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9fkyqZyLh .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v9fkyqZyLh .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9fkyqZyLh .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9fkyqZyLh .list-wrapper .list .item-wrap:hover,
.cid-v9fkyqZyLh .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9fkyqZyLh .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9fkyqZyLh .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v9fkyqZyLh .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9fkyqZyLh .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v9fkyqZyLh .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v9fkyqZyLh .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v9fkyqZyLh .mbr-desc {
  color: #ffffff;
}
.cid-v9fkyqZyLh .mbr-text,
.cid-v9fkyqZyLh .text-wrapper {
  color: #9aa0a6;
}
.cid-v9fkyqZyLh .list {
  color: #9aa0a6;
}
.cid-v9fkyqZyLh .mbr-text,
.cid-v9fkyqZyLh .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v9fkyqZyLh .list,
.cid-v9fkyqZyLh .item-wrap {
  color: #b2ccd2;
}
.cid-v9fkyqZyLh weis {
  color: #ffffff;
}
.cid-v9fkyqZyLh klein {
  font-size: 12px;
}
.cid-v9fkyqZyLh blau {
  color: #f4f4f4;
}
.cid-v9fkyqZyLh .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v9fkyqZyLh .mbr-desc,
.cid-v9fkyqZyLh .content-wrapper {
  color: #e6c63b;
}
.cid-v8iCMlYOrS {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v8iCMlYOrS .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v8iCMlYOrS nav.navbar {
  position: fixed;
}
.cid-v8iCMlYOrS blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v8iCMlYOrS orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v8iCMlYOrS gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v8iCMlYOrS black {
  color: #000000;
  font-weight: bold;
}
.cid-v8iCMlYOrS pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v8iCMlYOrS .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-v8iCMlYOrS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8iCMlYOrS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8iCMlYOrS .dropdown-item:hover,
.cid-v8iCMlYOrS .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v8iCMlYOrS .dropdown-item:hover span {
  color: white;
}
.cid-v8iCMlYOrS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8iCMlYOrS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8iCMlYOrS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8iCMlYOrS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8iCMlYOrS .nav-link {
  position: relative;
}
.cid-v8iCMlYOrS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8iCMlYOrS .container {
    flex-wrap: nowrap;
  }
}
.cid-v8iCMlYOrS .dropdown-menu,
.cid-v8iCMlYOrS .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v8iCMlYOrS .nav-item:focus,
.cid-v8iCMlYOrS .nav-link:focus {
  outline: none;
}
.cid-v8iCMlYOrS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8iCMlYOrS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8iCMlYOrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8iCMlYOrS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8iCMlYOrS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8iCMlYOrS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8iCMlYOrS .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v8iCMlYOrS .navbar.opened {
  transition: all 0.3s;
}
.cid-v8iCMlYOrS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8iCMlYOrS .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v8iCMlYOrS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8iCMlYOrS .navbar.collapsed {
  justify-content: center;
}
.cid-v8iCMlYOrS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8iCMlYOrS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8iCMlYOrS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v8iCMlYOrS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8iCMlYOrS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8iCMlYOrS .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-v8iCMlYOrS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8iCMlYOrS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8iCMlYOrS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8iCMlYOrS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8iCMlYOrS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8iCMlYOrS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8iCMlYOrS .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-v8iCMlYOrS .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v8iCMlYOrS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8iCMlYOrS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8iCMlYOrS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v8iCMlYOrS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v8iCMlYOrS .navbar.navbar-short {
  min-height: auto;
}
.cid-v8iCMlYOrS .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v8iCMlYOrS .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v8iCMlYOrS .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v8iCMlYOrS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v8iCMlYOrS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8iCMlYOrS .dropdown-item.active,
.cid-v8iCMlYOrS .dropdown-item:active {
  background-color: transparent;
}
.cid-v8iCMlYOrS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8iCMlYOrS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8iCMlYOrS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8iCMlYOrS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v8iCMlYOrS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8iCMlYOrS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8iCMlYOrS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8iCMlYOrS .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v8iCMlYOrS .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v8iCMlYOrS .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8iCMlYOrS .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v8iCMlYOrS .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v8iCMlYOrS button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v8iCMlYOrS button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v8iCMlYOrS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v8iCMlYOrS button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v8iCMlYOrS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v8iCMlYOrS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8iCMlYOrS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8iCMlYOrS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v8iCMlYOrS nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8iCMlYOrS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8iCMlYOrS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8iCMlYOrS nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8iCMlYOrS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8iCMlYOrS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8iCMlYOrS .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-v8iCMlYOrS .navbar {
    height: 70px;
  }
  .cid-v8iCMlYOrS .navbar.opened {
    height: auto;
  }
  .cid-v8iCMlYOrS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8iCMlYOrS .container-fluid {
  padding-right: 0;
}
.cid-v8iCMlYOrS .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v8iCMlYOrS .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v8iCMlYOrS .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v8iCMlYOrS .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v8iCMlYOrS .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v8iCMlYOrS .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v8iCMlYOrS .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v8iCMlYOrS .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v8iCMlYOrS .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v8iCMlYOrS .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v8iCMlYOrS .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v8iCMlYOrS .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v8iCMlYOrS .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v8iCMlYOrS li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v8iCMlYOrS li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v8iCMlYOrS li.nav-item:nth-last-child(3) img,
  .cid-v8iCMlYOrS li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v8iCMlYOrS li.nav-item img[src*="flagdeutsch"],
  .cid-v8iCMlYOrS li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v8iCMlYOrS .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v8iCMlYOrS .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v8iCMlYOrS .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v8iCMlYOrS .navbar-brand {
    padding: -550px 0;
  }
  .cid-v8iCMlYOrS .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v8iCMlYOrS .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v8iCMlYOrS .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v8iCMlYOrS mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v8iCMlYOrS .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v8iCMlYOrS info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v8iCMlYOrS ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v8iCMlYOrS achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v8iCMlYOrS zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v8iCMlYOrS zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v8iCMlYOrS li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v8iCMlsyEo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v8iCMlsyEo .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v8iCMlsyEo .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v8iCMlsyEo .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v8iCMlsyEo .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v8iCMlsyEo .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v8iDtSAfnR {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v8iDtSAfnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8iDtSAfnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8iDtSAfnR .container {
    padding: 0 30px;
  }
}
.cid-v8iDtSAfnR .row {
  position: relative;
}
.cid-v8iDtSAfnR .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 400px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (max-width: 768px) {
  .cid-v8iDtSAfnR .row img {
    top: auto;
    width: 100%;
  }
}
.cid-v8iDtSAfnR .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #e2f5fb;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v8iDtSAfnR .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-v8iDtSAfnR .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v8iDtSAfnR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8iDtSAfnR .mbr-text {
  color: #000000;
}
.cid-v8iDtSAfnR .mbr-link,
.cid-v8iDtSAfnR .mbr-iconfont {
  color: #212529;
}
.cid-v8iDtSAfnR .mbr-section-title {
  color: #0082c3;
}
.cid-v8iCMnuHqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v8iCMnuHqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8iCMnuHqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8iCMnuHqc .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v8iCMnuHqc .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v8iCMnuHqc .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8iCMnuHqc .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v8iCMnuHqc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8iCMnuHqc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8iCMnuHqc .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8iCMnuHqc .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v8iCMnuHqc .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v8iCMnuHqc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8iCMnuHqc .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v8iCMnuHqc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v8iCMnuHqc .items-wrapper .card {
  padding: 0 32px;
}
.cid-v8iCMnuHqc .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8iCMnuHqc .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8iCMnuHqc .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8iCMnuHqc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8iCMnuHqc .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8iCMnuHqc .list-wrapper .list .item-wrap:hover,
.cid-v8iCMnuHqc .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8iCMnuHqc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8iCMnuHqc .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8iCMnuHqc .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8iCMnuHqc .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8iCMnuHqc .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v8iCMnuHqc .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v8iCMnuHqc .mbr-desc {
  color: #ffffff;
}
.cid-v8iCMnuHqc .mbr-text,
.cid-v8iCMnuHqc .text-wrapper {
  color: #9aa0a6;
}
.cid-v8iCMnuHqc .list {
  color: #9aa0a6;
}
.cid-v8iCMnuHqc .mbr-text,
.cid-v8iCMnuHqc .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v8iCMnuHqc .list,
.cid-v8iCMnuHqc .item-wrap {
  color: #b2ccd2;
}
.cid-v8iCMnuHqc weis {
  color: #ffffff;
}
.cid-v8iCMnuHqc klein {
  font-size: 12px;
}
.cid-v8iCMnuHqc blau {
  color: #f4f4f4;
}
.cid-v8iCMnuHqc .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v8iCMnuHqc .mbr-desc,
.cid-v8iCMnuHqc .content-wrapper {
  color: #e6c63b;
}
.cid-v9fC4OOXPY {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v9fC4OOXPY .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v9fC4OOXPY nav.navbar {
  position: fixed;
}
.cid-v9fC4OOXPY blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v9fC4OOXPY orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v9fC4OOXPY gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v9fC4OOXPY black {
  color: #000000;
  font-weight: bold;
}
.cid-v9fC4OOXPY pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v9fC4OOXPY .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-v9fC4OOXPY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9fC4OOXPY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9fC4OOXPY .dropdown-item:hover,
.cid-v9fC4OOXPY .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v9fC4OOXPY .dropdown-item:hover span {
  color: white;
}
.cid-v9fC4OOXPY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9fC4OOXPY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9fC4OOXPY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9fC4OOXPY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9fC4OOXPY .nav-link {
  position: relative;
}
.cid-v9fC4OOXPY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v9fC4OOXPY .container {
    flex-wrap: nowrap;
  }
}
.cid-v9fC4OOXPY .dropdown-menu,
.cid-v9fC4OOXPY .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v9fC4OOXPY .nav-item:focus,
.cid-v9fC4OOXPY .nav-link:focus {
  outline: none;
}
.cid-v9fC4OOXPY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9fC4OOXPY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9fC4OOXPY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9fC4OOXPY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9fC4OOXPY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9fC4OOXPY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9fC4OOXPY .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v9fC4OOXPY .navbar.opened {
  transition: all 0.3s;
}
.cid-v9fC4OOXPY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9fC4OOXPY .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v9fC4OOXPY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9fC4OOXPY .navbar.collapsed {
  justify-content: center;
}
.cid-v9fC4OOXPY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9fC4OOXPY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9fC4OOXPY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v9fC4OOXPY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9fC4OOXPY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9fC4OOXPY .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-v9fC4OOXPY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9fC4OOXPY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v9fC4OOXPY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9fC4OOXPY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9fC4OOXPY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9fC4OOXPY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9fC4OOXPY .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-v9fC4OOXPY .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v9fC4OOXPY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9fC4OOXPY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9fC4OOXPY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9fC4OOXPY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v9fC4OOXPY .navbar.navbar-short {
  min-height: auto;
}
.cid-v9fC4OOXPY .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v9fC4OOXPY .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v9fC4OOXPY .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v9fC4OOXPY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v9fC4OOXPY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9fC4OOXPY .dropdown-item.active,
.cid-v9fC4OOXPY .dropdown-item:active {
  background-color: transparent;
}
.cid-v9fC4OOXPY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9fC4OOXPY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9fC4OOXPY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9fC4OOXPY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v9fC4OOXPY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9fC4OOXPY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9fC4OOXPY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9fC4OOXPY .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v9fC4OOXPY .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v9fC4OOXPY .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v9fC4OOXPY .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v9fC4OOXPY .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v9fC4OOXPY button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v9fC4OOXPY button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v9fC4OOXPY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v9fC4OOXPY button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v9fC4OOXPY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v9fC4OOXPY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v9fC4OOXPY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v9fC4OOXPY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v9fC4OOXPY nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fC4OOXPY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v9fC4OOXPY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v9fC4OOXPY nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9fC4OOXPY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9fC4OOXPY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9fC4OOXPY .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-v9fC4OOXPY .navbar {
    height: 70px;
  }
  .cid-v9fC4OOXPY .navbar.opened {
    height: auto;
  }
  .cid-v9fC4OOXPY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9fC4OOXPY .container-fluid {
  padding-right: 0;
}
.cid-v9fC4OOXPY .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v9fC4OOXPY .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v9fC4OOXPY .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v9fC4OOXPY .navbar-collapse .nav-link:hover {
  color: #22a5e5 !important;
}
@media (max-width: 991px) {
  .cid-v9fC4OOXPY .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v9fC4OOXPY .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v9fC4OOXPY .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v9fC4OOXPY .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v9fC4OOXPY .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v9fC4OOXPY .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v9fC4OOXPY .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v9fC4OOXPY .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v9fC4OOXPY .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v9fC4OOXPY li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v9fC4OOXPY li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v9fC4OOXPY li.nav-item:nth-last-child(3) img,
  .cid-v9fC4OOXPY li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v9fC4OOXPY li.nav-item img[src*="flagdeutsch"],
  .cid-v9fC4OOXPY li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v9fC4OOXPY .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v9fC4OOXPY .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v9fC4OOXPY .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v9fC4OOXPY .navbar-brand {
    padding: -550px 0;
  }
  .cid-v9fC4OOXPY .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v9fC4OOXPY .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v9fC4OOXPY .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v9fC4OOXPY mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v9fC4OOXPY .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v9fC4OOXPY info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v9fC4OOXPY ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v9fC4OOXPY achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v9fC4OOXPY zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v9fC4OOXPY zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v9fC4OOXPY li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v9fC4P28KP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-v9fC4P28KP .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v9fC4P28KP .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #f2f2f0;
}
@media (max-width: 768px) {
  .cid-v9fC4P28KP .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v9fC4P28KP .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-v9fC4P28KP .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-v9fC4PbgfD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9fC4PbgfD .line {
  background-color: #6592e6;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v9fC4PbgfD .mbr-text {
  text-align: justify;
}
.cid-v9fCjdpiM2 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v9fCjdpiM2 .input-group-append img {
  width: Auto!important;
  display: inline-block;
}
.cid-v9fCjdpiM2 klein {
  font-size: 14px;
  color: #000000;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fCjdpiM2 blau {
  font-size: 16px;
  color: #0082c3;
  font-weight: normal;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fCjdpiM2 blau1 {
  font-size: 14px;
  color: #0082c3;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fCjdpiM2 orange {
  font-size: 18px;
  color: #ff6600;
  font-weight: normal;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fCjdpiM2 ora1 {
  font-size: 18px;
  color: #ff6600;
  font-weight: normal;
  text-decoration: underline ;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fCjdpiM2 klein1 {
  font-size: 14px;
  color: #ff6600;
  font-family: FiraSansCondensed-Light;
}
.cid-v9fC4PGPR2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v9fC4PGPR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fC4PGPR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fC4PGPR2 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v9fC4PGPR2 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v9fC4PGPR2 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9fC4PGPR2 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v9fC4PGPR2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v9fC4PGPR2 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v9fC4PGPR2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v9fC4PGPR2 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v9fC4PGPR2 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v9fC4PGPR2 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9fC4PGPR2 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v9fC4PGPR2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v9fC4PGPR2 .items-wrapper .card {
  padding: 0 32px;
}
.cid-v9fC4PGPR2 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v9fC4PGPR2 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9fC4PGPR2 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v9fC4PGPR2 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9fC4PGPR2 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v9fC4PGPR2 .list-wrapper .list .item-wrap:hover,
.cid-v9fC4PGPR2 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v9fC4PGPR2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9fC4PGPR2 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v9fC4PGPR2 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9fC4PGPR2 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v9fC4PGPR2 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v9fC4PGPR2 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v9fC4PGPR2 .mbr-desc {
  color: #ffffff;
}
.cid-v9fC4PGPR2 .mbr-text,
.cid-v9fC4PGPR2 .text-wrapper {
  color: #9aa0a6;
}
.cid-v9fC4PGPR2 .list {
  color: #9aa0a6;
}
.cid-v9fC4PGPR2 .mbr-text,
.cid-v9fC4PGPR2 .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v9fC4PGPR2 .list,
.cid-v9fC4PGPR2 .item-wrap {
  color: #b2ccd2;
}
.cid-v9fC4PGPR2 weis {
  color: #ffffff;
}
.cid-v9fC4PGPR2 klein {
  font-size: 12px;
}
.cid-v9fC4PGPR2 blau {
  color: #f4f4f4;
}
.cid-v9fC4PGPR2 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v9fC4PGPR2 .mbr-desc,
.cid-v9fC4PGPR2 .content-wrapper {
  color: #e6c63b;
}
