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

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  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: #000000;
  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;
  }
}body {
  font-family: Raleway-Regular;
}
.display-1 {
  font-family: 'Inter-VariableFont_opsz,wght';
  font-size: 2.9rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.64rem;
}
.display-2 {
  font-family: 'Inter-VariableFont_opsz,wght';
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Raleway-Regular';
  font-size: 0.88rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.408rem;
}
.display-5 {
  font-family: 'Inter-VariableFont_opsz,wght';
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-6 {
  font-family: 'Inter-VariableFont_opsz,wght';
  font-size: 1.6rem;
  font-display: swap;
}
.display-6 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Raleway-Regular';
  font-size: 0.92rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.472rem;
}
.display-11 {
  font-family: 'Raleway-Regular';
  font-size: 0.96rem;
  line-height: 1.4;
}
.display-11 > .mbr-iconfont {
  font-size: 1.536rem;
}
.display-12 {
  font-family: 'Inter_18pt-Regular';
  font-size: 1rem;
  line-height: 1.4;
}
.display-12 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-13 {
  font-family: 'Inter_18pt-Regular';
  font-size: 1rem;
  line-height: 1.4;
}
.display-13 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-14 {
  font-family: 'Raleway-Regular';
  font-size: 0.9rem;
  line-height: 1.4;
}
.display-14 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.704rem;
    font-size: calc( 0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #a54a00 !important;
}
.bg-success {
  background-color: #f77001 !important;
}
.bg-info {
  background-color: #b2ccd2 !important;
}
.bg-warning {
  background-color: #f713c5 !important;
}
.bg-danger {
  background-color: #e6c63b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a54a00 !important;
  border-color: #a54a00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #592800 !important;
  border-color: #592800 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #592800 !important;
  border-color: #592800 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c4a10a !important;
  border-color: #c4a10a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7b6506 !important;
  border-color: #7b6506 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7b6506 !important;
  border-color: #7b6506 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f77001 !important;
  border-color: #f77001 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ab4d01 !important;
  border-color: #ab4d01 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ab4d01 !important;
  border-color: #ab4d01 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f713c5 !important;
  border-color: #f713c5 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b70690 !important;
  border-color: #b70690 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b70690 !important;
  border-color: #b70690 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bc9e18 !important;
  border-color: #bc9e18 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bc9e18 !important;
  border-color: #bc9e18 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3f1c00;
  color: #3f1c00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #a54a00;
  border-color: #a54a00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a54a00 !important;
  border-color: #a54a00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #635105;
  color: #635105;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #c4a10a;
  border-color: #c4a10a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c4a10a !important;
  border-color: #c4a10a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #914201;
  color: #914201;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f77001;
  border-color: #f77001;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f77001 !important;
  border-color: #f77001 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #9f057d;
  color: #9f057d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f713c5;
  border-color: #f713c5;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f713c5 !important;
  border-color: #f713c5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #a68b15;
  color: #a68b15;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e6c63b;
  border-color: #e6c63b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #a54a00 !important;
}
.text-secondary {
  color: #c4a10a !important;
}
.text-success {
  color: #f77001 !important;
}
.text-info {
  color: #b2ccd2 !important;
}
.text-warning {
  color: #f713c5 !important;
}
.text-danger {
  color: #e6c63b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3f1c00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #635105 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #914201 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #72a1ac !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #9f057d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a68b15 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b2ccd2;
}
.alert-warning {
  background-color: #f713c5;
}
.alert-danger {
  background-color: #e6c63b;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a54a00;
  border-color: #a54a00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a54a00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff8725;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffdfc5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fed8f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfbf0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Raleway-Regular';
  font-size: 0.92rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.472rem;
}
blockquote {
  border-color: #a54a00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #a54a00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #a54a00;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a54a00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a54a00;
  border-bottom-color: #a54a00;
}
.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: #ffffff !important;
  background-color: #a54a00 !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: #c4a10a !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23a54a00' %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.3;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uUHkhCpWCw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-uUHkhCpWCw .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uUHkhCpWCw .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uUHkhCpWCw .dentaura-top-spacer {
    height: 65px;
  }
}
@media (min-width: 769px) {
  .cid-uUHkhCpWCw .dentaura-top-spacer {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-uUHkhCpWCw .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uSwCBCMfd9 {
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/hd-fertig-2.jpg");
}
.cid-uSwCBCMfd9 .mbr-text,
.cid-uSwCBCMfd9 .mbr-section-btn {
  text-align: left;
  color: #f3f3f3;
}
.cid-uSwCBCMfd9 H1 {
  text-align: left;
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-uSwCBCMfd9 H3 {
  text-align: left;
}
.cid-uSwCBCMfd9 H2 {
  text-align: left;
}
.cid-uVxCnJTkqk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hd77.jpg");
}
@media (max-width: 991px) {
  .cid-uVxCnJTkqk {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVxCnJTkqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxCnJTkqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVxCnJTkqk .container {
    padding: 0 25px;
  }
}
.cid-uVxCnJTkqk .title-wrapper {
  padding: 100px 0;
}
.cid-uVxCnJTkqk .title-wrapper .mbr-section-title {
  margin-bottom: -70px;
  padding-top: 250px;
}
.cid-uVxCnJTkqk .mbr-section-title {
  color: #ffffff;
  padding-top: 440;
}
.cid-uVxCnJTkqk .mbr-section-title,
.cid-uVxCnJTkqk .mbr-section-btn {
  text-align: left;
  padding-top: 440;
}
.cid-uTAklUneg3 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTAklUneg3 {
    padding-top: 6px;
    padding-bottom: 4px;
  }
}
.cid-uTAklUneg3 .mbr-text,
.cid-uTAklUneg3 blockquote {
  color: #767676;
}
.cid-uTAklUneg3 .mbr-text P {
  text-align: left;
  line-height: 24px;
}
.cid-uTAklUneg3 .mbr-text {
  color: #1b1b1b;
  letter-spacing: 1px;
  line-height: 26px;
}
.cid-uTAklUneg3 spa {
  color: #A54A00;
  font-size: 20px;
}
.cid-uTAklUneg3 spa1 {
  letter-spacing: 6px;
  color: #A54A00;
  font-size: 22px;
}
.cid-uTAklUneg3 origami {
  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-uTAklUneg3 .mbr-text DIV {
  text-align: left;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uTWpy6rGcb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #565d5f;
}
.cid-uTWpy6rGcb .mbr-text {
  text-align: left;
  color: #b2ccd2;
}
.cid-uTWpy6rGcb .mbr-section-subtitle {
  text-align: center;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDxhLUG {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hd-mod.jpg");
}
.cid-uU7uDxhLUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7uDxhLUG .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-uU7uDxhLUG .container {
    padding: 0 15px;
  }
}
.cid-uU7uDxhLUG .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uU7uDxhLUG .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uU7uDxhLUG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uU7uDxhLUG .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uU7uDxhLUG .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uU7uDxhLUG .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uU7uDxhLUG .mbr-section-title {
  color: #131c28;
}
.cid-uU7uDxhLUG .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uU7uDxhLUG .mbr-section-title,
.cid-uU7uDxhLUG .mbr-section-btn {
  color: #1b1b1b;
}
.cid-uU7uDxACr9 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDxACr9 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDxACr9 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDxACr9 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDxACr9 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDxACr9 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDxACr9 li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDxACr9 li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDxACr9 img {
  width: 100%;
  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;
}
.cid-uU7uDxACr9 .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDxACr9 .b {
  max-width: 598px;
}
.cid-uU7uDxACr9 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDxACr9 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDxACr9 .t {
    padding-top: 90px;
  }
  .cid-uU7uDxACr9 .b {
    max-width: initial;
  }
  .cid-uU7uDxACr9 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDxACr9 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDxACr9 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDxACr9 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDxACr9 .btn {
  margin-top: 20px;
}
.cid-uU7uDxACr9 .t {
  max-width: 542px;
}
.cid-uU7uDxACr9 p {
  letter-spacing: 2px;
}
.cid-uU7uDxACr9 .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDxACr9 ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDxACr9 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-uU7uDxACr9 highlight {
  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-uU7uDxACr9 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDxACr9 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-uU7uDxACr9 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDxV15H {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDxV15H .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDxV15H .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDxV15H .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDxV15H .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDxV15H ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDxV15H li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDxV15H li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDxV15H img {
  width: 100%;
  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;
}
.cid-uU7uDxV15H .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDxV15H .b {
  max-width: 598px;
}
.cid-uU7uDxV15H .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDxV15H .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDxV15H .t {
    padding-top: 90px;
  }
  .cid-uU7uDxV15H .b {
    max-width: initial;
  }
  .cid-uU7uDxV15H .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDxV15H .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDxV15H .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDxV15H .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDxV15H .btn {
  margin-top: 20px;
}
.cid-uU7uDxV15H .t {
  max-width: 542px;
}
.cid-uU7uDxV15H p {
  letter-spacing: 2px;
}
.cid-uU7uDxV15H .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDxV15H ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDxV15H 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-uU7uDxV15H highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDxV15H achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDxV15H 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-uU7uDxV15H zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDyeq69 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDyeq69 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDyeq69 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDyeq69 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDyeq69 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDyeq69 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDyeq69 li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDyeq69 li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDyeq69 img {
  width: 100%;
  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;
}
.cid-uU7uDyeq69 .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDyeq69 .b {
  max-width: 598px;
}
.cid-uU7uDyeq69 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDyeq69 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDyeq69 .t {
    padding-top: 90px;
  }
  .cid-uU7uDyeq69 .b {
    max-width: initial;
  }
  .cid-uU7uDyeq69 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDyeq69 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDyeq69 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDyeq69 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDyeq69 .btn {
  margin-top: 20px;
}
.cid-uU7uDyeq69 .t {
  max-width: 542px;
}
.cid-uU7uDyeq69 p {
  letter-spacing: 2px;
}
.cid-uU7uDyeq69 .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDyeq69 ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDyeq69 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-uU7uDyeq69 highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 6px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDyeq69 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDyeq69 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-uU7uDyeq69 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDyzoi4 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDyzoi4 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDyzoi4 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDyzoi4 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDyzoi4 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDyzoi4 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDyzoi4 li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDyzoi4 li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDyzoi4 img {
  width: 100%;
  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;
}
.cid-uU7uDyzoi4 .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDyzoi4 .b {
  max-width: 598px;
}
.cid-uU7uDyzoi4 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDyzoi4 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDyzoi4 .t {
    padding-top: 90px;
  }
  .cid-uU7uDyzoi4 .b {
    max-width: initial;
  }
  .cid-uU7uDyzoi4 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDyzoi4 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDyzoi4 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDyzoi4 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDyzoi4 .btn {
  margin-top: 20px;
}
.cid-uU7uDyzoi4 .t {
  max-width: 542px;
}
.cid-uU7uDyzoi4 p {
  letter-spacing: 2px;
}
.cid-uU7uDyzoi4 .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDyzoi4 ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDyzoi4 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-uU7uDyzoi4 highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDyzoi4 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDyzoi4 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-uU7uDyzoi4 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDyVAtH {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDyVAtH .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDyVAtH .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDyVAtH .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDyVAtH .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDyVAtH ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDyVAtH li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDyVAtH li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDyVAtH img {
  width: 100%;
  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;
}
.cid-uU7uDyVAtH .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDyVAtH .b {
  max-width: 598px;
}
.cid-uU7uDyVAtH .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDyVAtH .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDyVAtH .t {
    padding-top: 90px;
  }
  .cid-uU7uDyVAtH .b {
    max-width: initial;
  }
  .cid-uU7uDyVAtH .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDyVAtH .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDyVAtH .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDyVAtH .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDyVAtH .btn {
  margin-top: 20px;
}
.cid-uU7uDyVAtH .t {
  max-width: 542px;
}
.cid-uU7uDyVAtH p {
  letter-spacing: 2px;
}
.cid-uU7uDyVAtH .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDyVAtH ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDyVAtH 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-uU7uDyVAtH highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDyVAtH achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDyVAtH 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-uU7uDyVAtH zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDzhIJF {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDzhIJF .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDzhIJF .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDzhIJF .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDzhIJF .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDzhIJF ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDzhIJF li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDzhIJF li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDzhIJF img {
  width: 100%;
  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;
}
.cid-uU7uDzhIJF .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDzhIJF .b {
  max-width: 598px;
}
.cid-uU7uDzhIJF .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDzhIJF .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDzhIJF .t {
    padding-top: 90px;
  }
  .cid-uU7uDzhIJF .b {
    max-width: initial;
  }
  .cid-uU7uDzhIJF .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDzhIJF .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDzhIJF .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDzhIJF .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDzhIJF .btn {
  margin-top: 20px;
}
.cid-uU7uDzhIJF .t {
  max-width: 542px;
}
.cid-uU7uDzhIJF p {
  letter-spacing: 2px;
}
.cid-uU7uDzhIJF .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDzhIJF ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDzhIJF info {
  border-left: 4px 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-uU7uDzhIJF highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDzhIJF achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDzhIJF 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-uU7uDzhIJF zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDzhIJF textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDzhIJF infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDzhIJF wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDzhIJF gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDzhIJF neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDzhIJF doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDzhIJF karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDzhIJF karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDzhIJF vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDzhIJF vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDzhIJF notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDzhIJF notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDzhIJF zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDzhIJF zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDzhIJF mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDzhIJF origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDzhIJF origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDzhIJF glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDzhIJF retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDzhIJF retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDzhIJF cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDzhIJF cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDzhIJF wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDzhIJF wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDzhIJF wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDzhIJF zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDzhIJF zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDzhIJF stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDzhIJF stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDzhIJF blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDzhIJF orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDzhIJF gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDzhIJF rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDzhIJF textbox,
  .cid-uU7uDzhIJF infobox,
  .cid-uU7uDzhIJF wichtigbox,
  .cid-uU7uDzhIJF info,
  .cid-uU7uDzhIJF highlight,
  .cid-uU7uDzhIJF achtung,
  .cid-uU7uDzhIJF zitat,
  .cid-uU7uDzhIJF gradient,
  .cid-uU7uDzhIJF neon,
  .cid-uU7uDzhIJF doppel,
  .cid-uU7uDzhIJF karte,
  .cid-uU7uDzhIJF vintage,
  .cid-uU7uDzhIJF notiz,
  .cid-uU7uDzhIJF zeitung,
  .cid-uU7uDzhIJF mosaik,
  .cid-uU7uDzhIJF origami,
  .cid-uU7uDzhIJF glow,
  .cid-uU7uDzhIJF retro,
  .cid-uU7uDzhIJF wasserzeichen,
  .cid-uU7uDzhIJF zerrissen,
  .cid-uU7uDzhIJF cyber,
  .cid-uU7uDzhIJF stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDzhIJF notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDzhIJF stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDzhIJF vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDzhIJF wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDzhIJF blau,
  .cid-uU7uDzhIJF orange,
  .cid-uU7uDzhIJF gruen,
  .cid-uU7uDzhIJF rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDzFaDw {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDzFaDw .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDzFaDw .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDzFaDw .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDzFaDw .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDzFaDw ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDzFaDw li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDzFaDw li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDzFaDw img {
  width: 100%;
  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;
}
.cid-uU7uDzFaDw .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDzFaDw .b {
  max-width: 598px;
}
.cid-uU7uDzFaDw .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDzFaDw .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDzFaDw .t {
    padding-top: 90px;
  }
  .cid-uU7uDzFaDw .b {
    max-width: initial;
  }
  .cid-uU7uDzFaDw .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDzFaDw .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDzFaDw .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDzFaDw .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDzFaDw .btn {
  margin-top: 20px;
}
.cid-uU7uDzFaDw .t {
  max-width: 542px;
}
.cid-uU7uDzFaDw p {
  letter-spacing: 2px;
}
.cid-uU7uDzFaDw .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDzFaDw ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDzFaDw info {
  border-left: 4px 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-uU7uDzFaDw highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDzFaDw achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDzFaDw 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-uU7uDzFaDw zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDzFaDw textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDzFaDw infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDzFaDw wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDzFaDw gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDzFaDw neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDzFaDw doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDzFaDw karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDzFaDw karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDzFaDw vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDzFaDw vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDzFaDw notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDzFaDw notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDzFaDw zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDzFaDw zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDzFaDw mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDzFaDw origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDzFaDw origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDzFaDw glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDzFaDw retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDzFaDw retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDzFaDw cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDzFaDw cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDzFaDw wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDzFaDw wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDzFaDw wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDzFaDw zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDzFaDw zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDzFaDw stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDzFaDw stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDzFaDw blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDzFaDw orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDzFaDw gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDzFaDw rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDzFaDw textbox,
  .cid-uU7uDzFaDw infobox,
  .cid-uU7uDzFaDw wichtigbox,
  .cid-uU7uDzFaDw info,
  .cid-uU7uDzFaDw highlight,
  .cid-uU7uDzFaDw achtung,
  .cid-uU7uDzFaDw zitat,
  .cid-uU7uDzFaDw gradient,
  .cid-uU7uDzFaDw neon,
  .cid-uU7uDzFaDw doppel,
  .cid-uU7uDzFaDw karte,
  .cid-uU7uDzFaDw vintage,
  .cid-uU7uDzFaDw notiz,
  .cid-uU7uDzFaDw zeitung,
  .cid-uU7uDzFaDw mosaik,
  .cid-uU7uDzFaDw origami,
  .cid-uU7uDzFaDw glow,
  .cid-uU7uDzFaDw retro,
  .cid-uU7uDzFaDw wasserzeichen,
  .cid-uU7uDzFaDw zerrissen,
  .cid-uU7uDzFaDw cyber,
  .cid-uU7uDzFaDw stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDzFaDw notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDzFaDw stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDzFaDw vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDzFaDw wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDzFaDw blau,
  .cid-uU7uDzFaDw orange,
  .cid-uU7uDzFaDw gruen,
  .cid-uU7uDzFaDw rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDA2iL9 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDA2iL9 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDA2iL9 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDA2iL9 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDA2iL9 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDA2iL9 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDA2iL9 li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDA2iL9 li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDA2iL9 img {
  width: 100%;
  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;
}
.cid-uU7uDA2iL9 .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDA2iL9 .b {
  max-width: 598px;
}
.cid-uU7uDA2iL9 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDA2iL9 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDA2iL9 .t {
    padding-top: 90px;
  }
  .cid-uU7uDA2iL9 .b {
    max-width: initial;
  }
  .cid-uU7uDA2iL9 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDA2iL9 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDA2iL9 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDA2iL9 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDA2iL9 .btn {
  margin-top: 20px;
}
.cid-uU7uDA2iL9 .t {
  max-width: 542px;
}
.cid-uU7uDA2iL9 p {
  letter-spacing: 2px;
}
.cid-uU7uDA2iL9 .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDA2iL9 ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDA2iL9 info {
  border-left: 4px 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-uU7uDA2iL9 highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDA2iL9 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDA2iL9 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-uU7uDA2iL9 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDA2iL9 textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDA2iL9 infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDA2iL9 wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDA2iL9 gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDA2iL9 neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDA2iL9 doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDA2iL9 karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDA2iL9 karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDA2iL9 vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDA2iL9 vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDA2iL9 notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDA2iL9 notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDA2iL9 zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDA2iL9 zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDA2iL9 mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDA2iL9 origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDA2iL9 origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDA2iL9 glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDA2iL9 retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDA2iL9 retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDA2iL9 cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDA2iL9 cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDA2iL9 wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDA2iL9 wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDA2iL9 wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDA2iL9 zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDA2iL9 zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDA2iL9 stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDA2iL9 stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDA2iL9 blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDA2iL9 orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDA2iL9 gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDA2iL9 rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDA2iL9 textbox,
  .cid-uU7uDA2iL9 infobox,
  .cid-uU7uDA2iL9 wichtigbox,
  .cid-uU7uDA2iL9 info,
  .cid-uU7uDA2iL9 highlight,
  .cid-uU7uDA2iL9 achtung,
  .cid-uU7uDA2iL9 zitat,
  .cid-uU7uDA2iL9 gradient,
  .cid-uU7uDA2iL9 neon,
  .cid-uU7uDA2iL9 doppel,
  .cid-uU7uDA2iL9 karte,
  .cid-uU7uDA2iL9 vintage,
  .cid-uU7uDA2iL9 notiz,
  .cid-uU7uDA2iL9 zeitung,
  .cid-uU7uDA2iL9 mosaik,
  .cid-uU7uDA2iL9 origami,
  .cid-uU7uDA2iL9 glow,
  .cid-uU7uDA2iL9 retro,
  .cid-uU7uDA2iL9 wasserzeichen,
  .cid-uU7uDA2iL9 zerrissen,
  .cid-uU7uDA2iL9 cyber,
  .cid-uU7uDA2iL9 stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDA2iL9 notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDA2iL9 stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDA2iL9 vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDA2iL9 wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDA2iL9 blau,
  .cid-uU7uDA2iL9 orange,
  .cid-uU7uDA2iL9 gruen,
  .cid-uU7uDA2iL9 rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDAqpgu {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDAqpgu .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDAqpgu .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDAqpgu .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDAqpgu .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDAqpgu ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDAqpgu li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDAqpgu li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDAqpgu img {
  width: 100%;
  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;
}
.cid-uU7uDAqpgu .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDAqpgu .b {
  max-width: 598px;
}
.cid-uU7uDAqpgu .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDAqpgu .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDAqpgu .t {
    padding-top: 90px;
  }
  .cid-uU7uDAqpgu .b {
    max-width: initial;
  }
  .cid-uU7uDAqpgu .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDAqpgu .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDAqpgu .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDAqpgu .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDAqpgu .btn {
  margin-top: 20px;
}
.cid-uU7uDAqpgu .t {
  max-width: 542px;
}
.cid-uU7uDAqpgu p {
  letter-spacing: 2px;
}
.cid-uU7uDAqpgu .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDAqpgu ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDAqpgu info {
  border-left: 4px 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-uU7uDAqpgu highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDAqpgu achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDAqpgu 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-uU7uDAqpgu zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDAqpgu textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDAqpgu infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDAqpgu wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDAqpgu gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDAqpgu neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDAqpgu doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDAqpgu karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDAqpgu karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDAqpgu vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDAqpgu vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDAqpgu notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDAqpgu notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDAqpgu zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDAqpgu zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDAqpgu mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDAqpgu origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDAqpgu origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDAqpgu glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDAqpgu retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDAqpgu retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDAqpgu cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDAqpgu cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDAqpgu wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDAqpgu wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDAqpgu wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDAqpgu zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDAqpgu zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDAqpgu stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDAqpgu stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDAqpgu blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDAqpgu orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDAqpgu gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDAqpgu rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDAqpgu textbox,
  .cid-uU7uDAqpgu infobox,
  .cid-uU7uDAqpgu wichtigbox,
  .cid-uU7uDAqpgu info,
  .cid-uU7uDAqpgu highlight,
  .cid-uU7uDAqpgu achtung,
  .cid-uU7uDAqpgu zitat,
  .cid-uU7uDAqpgu gradient,
  .cid-uU7uDAqpgu neon,
  .cid-uU7uDAqpgu doppel,
  .cid-uU7uDAqpgu karte,
  .cid-uU7uDAqpgu vintage,
  .cid-uU7uDAqpgu notiz,
  .cid-uU7uDAqpgu zeitung,
  .cid-uU7uDAqpgu mosaik,
  .cid-uU7uDAqpgu origami,
  .cid-uU7uDAqpgu glow,
  .cid-uU7uDAqpgu retro,
  .cid-uU7uDAqpgu wasserzeichen,
  .cid-uU7uDAqpgu zerrissen,
  .cid-uU7uDAqpgu cyber,
  .cid-uU7uDAqpgu stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDAqpgu notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDAqpgu stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDAqpgu vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDAqpgu wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDAqpgu blau,
  .cid-uU7uDAqpgu orange,
  .cid-uU7uDAqpgu gruen,
  .cid-uU7uDAqpgu rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDAO5zC {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDAO5zC .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDAO5zC .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDAO5zC .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDAO5zC .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDAO5zC ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDAO5zC li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDAO5zC li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDAO5zC img {
  width: 100%;
  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;
}
.cid-uU7uDAO5zC .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDAO5zC .b {
  max-width: 598px;
}
.cid-uU7uDAO5zC .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDAO5zC .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDAO5zC .t {
    padding-top: 90px;
  }
  .cid-uU7uDAO5zC .b {
    max-width: initial;
  }
  .cid-uU7uDAO5zC .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDAO5zC .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDAO5zC .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDAO5zC .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDAO5zC .btn {
  margin-top: 20px;
}
.cid-uU7uDAO5zC .t {
  max-width: 542px;
}
.cid-uU7uDAO5zC p {
  letter-spacing: 2px;
}
.cid-uU7uDAO5zC .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDAO5zC ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDAO5zC info {
  border-left: 4px 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-uU7uDAO5zC highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDAO5zC achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDAO5zC 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-uU7uDAO5zC zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDAO5zC textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDAO5zC infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDAO5zC wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDAO5zC gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDAO5zC neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDAO5zC doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDAO5zC karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDAO5zC karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDAO5zC vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDAO5zC vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDAO5zC notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDAO5zC notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDAO5zC zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDAO5zC zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDAO5zC mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDAO5zC origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDAO5zC origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDAO5zC glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDAO5zC retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDAO5zC retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDAO5zC cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDAO5zC cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDAO5zC wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDAO5zC wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDAO5zC wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDAO5zC zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDAO5zC zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDAO5zC stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDAO5zC stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDAO5zC blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDAO5zC orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDAO5zC gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDAO5zC rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDAO5zC textbox,
  .cid-uU7uDAO5zC infobox,
  .cid-uU7uDAO5zC wichtigbox,
  .cid-uU7uDAO5zC info,
  .cid-uU7uDAO5zC highlight,
  .cid-uU7uDAO5zC achtung,
  .cid-uU7uDAO5zC zitat,
  .cid-uU7uDAO5zC gradient,
  .cid-uU7uDAO5zC neon,
  .cid-uU7uDAO5zC doppel,
  .cid-uU7uDAO5zC karte,
  .cid-uU7uDAO5zC vintage,
  .cid-uU7uDAO5zC notiz,
  .cid-uU7uDAO5zC zeitung,
  .cid-uU7uDAO5zC mosaik,
  .cid-uU7uDAO5zC origami,
  .cid-uU7uDAO5zC glow,
  .cid-uU7uDAO5zC retro,
  .cid-uU7uDAO5zC wasserzeichen,
  .cid-uU7uDAO5zC zerrissen,
  .cid-uU7uDAO5zC cyber,
  .cid-uU7uDAO5zC stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDAO5zC notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDAO5zC stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDAO5zC vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDAO5zC wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDAO5zC blau,
  .cid-uU7uDAO5zC orange,
  .cid-uU7uDAO5zC gruen,
  .cid-uU7uDAO5zC rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDB9Hnd {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDB9Hnd .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDB9Hnd .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDB9Hnd .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDB9Hnd .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDB9Hnd ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDB9Hnd li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDB9Hnd li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDB9Hnd img {
  width: 100%;
  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;
}
.cid-uU7uDB9Hnd .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDB9Hnd .b {
  max-width: 598px;
}
.cid-uU7uDB9Hnd .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDB9Hnd .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDB9Hnd .t {
    padding-top: 90px;
  }
  .cid-uU7uDB9Hnd .b {
    max-width: initial;
  }
  .cid-uU7uDB9Hnd .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDB9Hnd .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDB9Hnd .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDB9Hnd .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDB9Hnd .btn {
  margin-top: 20px;
}
.cid-uU7uDB9Hnd .t {
  max-width: 542px;
}
.cid-uU7uDB9Hnd p {
  letter-spacing: 2px;
}
.cid-uU7uDB9Hnd .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDB9Hnd ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDB9Hnd info {
  border-left: 4px 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-uU7uDB9Hnd highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDB9Hnd achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDB9Hnd 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-uU7uDB9Hnd zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDB9Hnd textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDB9Hnd infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDB9Hnd wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDB9Hnd gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDB9Hnd neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDB9Hnd doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDB9Hnd karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDB9Hnd karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDB9Hnd vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDB9Hnd vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDB9Hnd notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDB9Hnd notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDB9Hnd zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDB9Hnd zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDB9Hnd mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDB9Hnd origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDB9Hnd origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDB9Hnd glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDB9Hnd retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDB9Hnd retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDB9Hnd cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDB9Hnd cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDB9Hnd wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDB9Hnd wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDB9Hnd wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDB9Hnd zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDB9Hnd zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDB9Hnd stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDB9Hnd stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDB9Hnd blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDB9Hnd orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDB9Hnd gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDB9Hnd rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDB9Hnd textbox,
  .cid-uU7uDB9Hnd infobox,
  .cid-uU7uDB9Hnd wichtigbox,
  .cid-uU7uDB9Hnd info,
  .cid-uU7uDB9Hnd highlight,
  .cid-uU7uDB9Hnd achtung,
  .cid-uU7uDB9Hnd zitat,
  .cid-uU7uDB9Hnd gradient,
  .cid-uU7uDB9Hnd neon,
  .cid-uU7uDB9Hnd doppel,
  .cid-uU7uDB9Hnd karte,
  .cid-uU7uDB9Hnd vintage,
  .cid-uU7uDB9Hnd notiz,
  .cid-uU7uDB9Hnd zeitung,
  .cid-uU7uDB9Hnd mosaik,
  .cid-uU7uDB9Hnd origami,
  .cid-uU7uDB9Hnd glow,
  .cid-uU7uDB9Hnd retro,
  .cid-uU7uDB9Hnd wasserzeichen,
  .cid-uU7uDB9Hnd zerrissen,
  .cid-uU7uDB9Hnd cyber,
  .cid-uU7uDB9Hnd stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDB9Hnd notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDB9Hnd stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDB9Hnd vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDB9Hnd wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDB9Hnd blau,
  .cid-uU7uDB9Hnd orange,
  .cid-uU7uDB9Hnd gruen,
  .cid-uU7uDB9Hnd rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDBvSv1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDBvSv1 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDBvSv1 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDBvSv1 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDBvSv1 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDBvSv1 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDBvSv1 li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDBvSv1 li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDBvSv1 img {
  width: 100%;
  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;
}
.cid-uU7uDBvSv1 .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDBvSv1 .b {
  max-width: 598px;
}
.cid-uU7uDBvSv1 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDBvSv1 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDBvSv1 .t {
    padding-top: 90px;
  }
  .cid-uU7uDBvSv1 .b {
    max-width: initial;
  }
  .cid-uU7uDBvSv1 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDBvSv1 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDBvSv1 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDBvSv1 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDBvSv1 .btn {
  margin-top: 20px;
}
.cid-uU7uDBvSv1 .t {
  max-width: 542px;
}
.cid-uU7uDBvSv1 p {
  letter-spacing: 2px;
}
.cid-uU7uDBvSv1 .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDBvSv1 ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDBvSv1 info {
  border-left: 4px 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-uU7uDBvSv1 highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDBvSv1 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDBvSv1 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-uU7uDBvSv1 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDBvSv1 textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDBvSv1 infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDBvSv1 wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDBvSv1 gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDBvSv1 neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDBvSv1 doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDBvSv1 karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDBvSv1 karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDBvSv1 vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDBvSv1 vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDBvSv1 notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDBvSv1 notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDBvSv1 zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDBvSv1 zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDBvSv1 mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDBvSv1 origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDBvSv1 origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDBvSv1 glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDBvSv1 retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDBvSv1 retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDBvSv1 cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDBvSv1 cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDBvSv1 wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDBvSv1 wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDBvSv1 wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDBvSv1 zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDBvSv1 zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDBvSv1 stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDBvSv1 stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDBvSv1 blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDBvSv1 orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDBvSv1 gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDBvSv1 rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDBvSv1 textbox,
  .cid-uU7uDBvSv1 infobox,
  .cid-uU7uDBvSv1 wichtigbox,
  .cid-uU7uDBvSv1 info,
  .cid-uU7uDBvSv1 highlight,
  .cid-uU7uDBvSv1 achtung,
  .cid-uU7uDBvSv1 zitat,
  .cid-uU7uDBvSv1 gradient,
  .cid-uU7uDBvSv1 neon,
  .cid-uU7uDBvSv1 doppel,
  .cid-uU7uDBvSv1 karte,
  .cid-uU7uDBvSv1 vintage,
  .cid-uU7uDBvSv1 notiz,
  .cid-uU7uDBvSv1 zeitung,
  .cid-uU7uDBvSv1 mosaik,
  .cid-uU7uDBvSv1 origami,
  .cid-uU7uDBvSv1 glow,
  .cid-uU7uDBvSv1 retro,
  .cid-uU7uDBvSv1 wasserzeichen,
  .cid-uU7uDBvSv1 zerrissen,
  .cid-uU7uDBvSv1 cyber,
  .cid-uU7uDBvSv1 stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDBvSv1 notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDBvSv1 stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDBvSv1 vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDBvSv1 wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDBvSv1 blau,
  .cid-uU7uDBvSv1 orange,
  .cid-uU7uDBvSv1 gruen,
  .cid-uU7uDBvSv1 rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDBUG3w {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDBUG3w .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDBUG3w .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDBUG3w .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDBUG3w .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDBUG3w ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDBUG3w li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDBUG3w li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDBUG3w img {
  width: 100%;
  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;
}
.cid-uU7uDBUG3w .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDBUG3w .b {
  max-width: 598px;
}
.cid-uU7uDBUG3w .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDBUG3w .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDBUG3w .t {
    padding-top: 90px;
  }
  .cid-uU7uDBUG3w .b {
    max-width: initial;
  }
  .cid-uU7uDBUG3w .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDBUG3w .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDBUG3w .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDBUG3w .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDBUG3w .btn {
  margin-top: 20px;
}
.cid-uU7uDBUG3w .t {
  max-width: 542px;
}
.cid-uU7uDBUG3w p {
  letter-spacing: 2px;
}
.cid-uU7uDBUG3w .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDBUG3w ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDBUG3w info {
  border-left: 4px 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-uU7uDBUG3w highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDBUG3w achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDBUG3w 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-uU7uDBUG3w zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDBUG3w textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDBUG3w infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDBUG3w wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDBUG3w gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDBUG3w neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDBUG3w doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDBUG3w karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDBUG3w karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDBUG3w vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDBUG3w vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDBUG3w notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDBUG3w notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDBUG3w zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDBUG3w zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDBUG3w mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDBUG3w origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDBUG3w origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDBUG3w glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDBUG3w retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDBUG3w retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDBUG3w cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDBUG3w cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDBUG3w wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDBUG3w wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDBUG3w wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDBUG3w zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDBUG3w zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDBUG3w stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDBUG3w stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDBUG3w blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDBUG3w orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDBUG3w gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDBUG3w rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDBUG3w textbox,
  .cid-uU7uDBUG3w infobox,
  .cid-uU7uDBUG3w wichtigbox,
  .cid-uU7uDBUG3w info,
  .cid-uU7uDBUG3w highlight,
  .cid-uU7uDBUG3w achtung,
  .cid-uU7uDBUG3w zitat,
  .cid-uU7uDBUG3w gradient,
  .cid-uU7uDBUG3w neon,
  .cid-uU7uDBUG3w doppel,
  .cid-uU7uDBUG3w karte,
  .cid-uU7uDBUG3w vintage,
  .cid-uU7uDBUG3w notiz,
  .cid-uU7uDBUG3w zeitung,
  .cid-uU7uDBUG3w mosaik,
  .cid-uU7uDBUG3w origami,
  .cid-uU7uDBUG3w glow,
  .cid-uU7uDBUG3w retro,
  .cid-uU7uDBUG3w wasserzeichen,
  .cid-uU7uDBUG3w zerrissen,
  .cid-uU7uDBUG3w cyber,
  .cid-uU7uDBUG3w stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDBUG3w notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDBUG3w stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDBUG3w vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDBUG3w wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDBUG3w blau,
  .cid-uU7uDBUG3w orange,
  .cid-uU7uDBUG3w gruen,
  .cid-uU7uDBUG3w rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDCibUp {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDCibUp .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDCibUp .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDCibUp .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDCibUp .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDCibUp ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDCibUp li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDCibUp li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDCibUp img {
  width: 100%;
  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;
}
.cid-uU7uDCibUp .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDCibUp .b {
  max-width: 598px;
}
.cid-uU7uDCibUp .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDCibUp .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDCibUp .t {
    padding-top: 90px;
  }
  .cid-uU7uDCibUp .b {
    max-width: initial;
  }
  .cid-uU7uDCibUp .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDCibUp .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDCibUp .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDCibUp .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDCibUp .btn {
  margin-top: 20px;
}
.cid-uU7uDCibUp .t {
  max-width: 542px;
}
.cid-uU7uDCibUp p {
  letter-spacing: 2px;
}
.cid-uU7uDCibUp .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDCibUp ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDCibUp info {
  border-left: 4px 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-uU7uDCibUp highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDCibUp achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDCibUp 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-uU7uDCibUp zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDCibUp textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDCibUp infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDCibUp wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDCibUp gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDCibUp neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDCibUp doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDCibUp karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDCibUp karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDCibUp vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDCibUp vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDCibUp notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDCibUp notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDCibUp zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDCibUp zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDCibUp mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDCibUp origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDCibUp origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDCibUp glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDCibUp retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDCibUp retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDCibUp cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDCibUp cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDCibUp wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDCibUp wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDCibUp wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDCibUp zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDCibUp zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDCibUp stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDCibUp stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDCibUp blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDCibUp orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDCibUp gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDCibUp rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDCibUp textbox,
  .cid-uU7uDCibUp infobox,
  .cid-uU7uDCibUp wichtigbox,
  .cid-uU7uDCibUp info,
  .cid-uU7uDCibUp highlight,
  .cid-uU7uDCibUp achtung,
  .cid-uU7uDCibUp zitat,
  .cid-uU7uDCibUp gradient,
  .cid-uU7uDCibUp neon,
  .cid-uU7uDCibUp doppel,
  .cid-uU7uDCibUp karte,
  .cid-uU7uDCibUp vintage,
  .cid-uU7uDCibUp notiz,
  .cid-uU7uDCibUp zeitung,
  .cid-uU7uDCibUp mosaik,
  .cid-uU7uDCibUp origami,
  .cid-uU7uDCibUp glow,
  .cid-uU7uDCibUp retro,
  .cid-uU7uDCibUp wasserzeichen,
  .cid-uU7uDCibUp zerrissen,
  .cid-uU7uDCibUp cyber,
  .cid-uU7uDCibUp stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDCibUp notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDCibUp stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDCibUp vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDCibUp wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDCibUp blau,
  .cid-uU7uDCibUp orange,
  .cid-uU7uDCibUp gruen,
  .cid-uU7uDCibUp rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDCHDRl {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDCHDRl .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDCHDRl .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDCHDRl .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDCHDRl .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDCHDRl ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDCHDRl li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDCHDRl li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDCHDRl img {
  width: 100%;
  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;
}
.cid-uU7uDCHDRl .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDCHDRl .b {
  max-width: 598px;
}
.cid-uU7uDCHDRl .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDCHDRl .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDCHDRl .t {
    padding-top: 90px;
  }
  .cid-uU7uDCHDRl .b {
    max-width: initial;
  }
  .cid-uU7uDCHDRl .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDCHDRl .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDCHDRl .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDCHDRl .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDCHDRl .btn {
  margin-top: 20px;
}
.cid-uU7uDCHDRl .t {
  max-width: 542px;
}
.cid-uU7uDCHDRl p {
  letter-spacing: 2px;
}
.cid-uU7uDCHDRl .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDCHDRl ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDCHDRl info {
  border-left: 4px 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-uU7uDCHDRl highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDCHDRl achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDCHDRl 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-uU7uDCHDRl zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDCHDRl textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDCHDRl infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDCHDRl wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDCHDRl gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDCHDRl neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDCHDRl doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDCHDRl karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDCHDRl karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDCHDRl vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDCHDRl vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDCHDRl notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDCHDRl notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDCHDRl zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDCHDRl zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDCHDRl mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDCHDRl origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDCHDRl origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDCHDRl glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDCHDRl retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDCHDRl retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDCHDRl cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDCHDRl cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDCHDRl wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDCHDRl wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDCHDRl wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDCHDRl zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDCHDRl zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDCHDRl stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDCHDRl stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDCHDRl blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDCHDRl orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDCHDRl gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDCHDRl rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDCHDRl textbox,
  .cid-uU7uDCHDRl infobox,
  .cid-uU7uDCHDRl wichtigbox,
  .cid-uU7uDCHDRl info,
  .cid-uU7uDCHDRl highlight,
  .cid-uU7uDCHDRl achtung,
  .cid-uU7uDCHDRl zitat,
  .cid-uU7uDCHDRl gradient,
  .cid-uU7uDCHDRl neon,
  .cid-uU7uDCHDRl doppel,
  .cid-uU7uDCHDRl karte,
  .cid-uU7uDCHDRl vintage,
  .cid-uU7uDCHDRl notiz,
  .cid-uU7uDCHDRl zeitung,
  .cid-uU7uDCHDRl mosaik,
  .cid-uU7uDCHDRl origami,
  .cid-uU7uDCHDRl glow,
  .cid-uU7uDCHDRl retro,
  .cid-uU7uDCHDRl wasserzeichen,
  .cid-uU7uDCHDRl zerrissen,
  .cid-uU7uDCHDRl cyber,
  .cid-uU7uDCHDRl stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDCHDRl notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDCHDRl stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDCHDRl vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDCHDRl wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDCHDRl blau,
  .cid-uU7uDCHDRl orange,
  .cid-uU7uDCHDRl gruen,
  .cid-uU7uDCHDRl rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDD6OWv {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDD6OWv .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDD6OWv .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDD6OWv .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDD6OWv .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDD6OWv ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDD6OWv li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDD6OWv li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDD6OWv img {
  width: 100%;
  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;
}
.cid-uU7uDD6OWv .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDD6OWv .b {
  max-width: 598px;
}
.cid-uU7uDD6OWv .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDD6OWv .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDD6OWv .t {
    padding-top: 90px;
  }
  .cid-uU7uDD6OWv .b {
    max-width: initial;
  }
  .cid-uU7uDD6OWv .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDD6OWv .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDD6OWv .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDD6OWv .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDD6OWv .btn {
  margin-top: 20px;
}
.cid-uU7uDD6OWv .t {
  max-width: 542px;
}
.cid-uU7uDD6OWv p {
  letter-spacing: 2px;
}
.cid-uU7uDD6OWv .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDD6OWv ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDD6OWv info {
  border-left: 4px 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-uU7uDD6OWv highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDD6OWv achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDD6OWv 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-uU7uDD6OWv zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDD6OWv textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDD6OWv infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDD6OWv wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDD6OWv gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDD6OWv neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDD6OWv doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDD6OWv karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDD6OWv karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDD6OWv vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDD6OWv vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDD6OWv notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDD6OWv notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDD6OWv zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDD6OWv zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDD6OWv mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDD6OWv origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDD6OWv origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDD6OWv glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDD6OWv retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDD6OWv retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDD6OWv cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDD6OWv cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDD6OWv wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDD6OWv wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDD6OWv wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDD6OWv zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDD6OWv zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDD6OWv stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDD6OWv stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDD6OWv blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDD6OWv orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDD6OWv gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDD6OWv rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDD6OWv textbox,
  .cid-uU7uDD6OWv infobox,
  .cid-uU7uDD6OWv wichtigbox,
  .cid-uU7uDD6OWv info,
  .cid-uU7uDD6OWv highlight,
  .cid-uU7uDD6OWv achtung,
  .cid-uU7uDD6OWv zitat,
  .cid-uU7uDD6OWv gradient,
  .cid-uU7uDD6OWv neon,
  .cid-uU7uDD6OWv doppel,
  .cid-uU7uDD6OWv karte,
  .cid-uU7uDD6OWv vintage,
  .cid-uU7uDD6OWv notiz,
  .cid-uU7uDD6OWv zeitung,
  .cid-uU7uDD6OWv mosaik,
  .cid-uU7uDD6OWv origami,
  .cid-uU7uDD6OWv glow,
  .cid-uU7uDD6OWv retro,
  .cid-uU7uDD6OWv wasserzeichen,
  .cid-uU7uDD6OWv zerrissen,
  .cid-uU7uDD6OWv cyber,
  .cid-uU7uDD6OWv stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDD6OWv notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDD6OWv stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDD6OWv vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDD6OWv wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDD6OWv blau,
  .cid-uU7uDD6OWv orange,
  .cid-uU7uDD6OWv gruen,
  .cid-uU7uDD6OWv rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDDw2H1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDDw2H1 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDDw2H1 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDDw2H1 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDDw2H1 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDDw2H1 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDDw2H1 li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDDw2H1 li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDDw2H1 img {
  width: 100%;
  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;
}
.cid-uU7uDDw2H1 .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDDw2H1 .b {
  max-width: 598px;
}
.cid-uU7uDDw2H1 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDDw2H1 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDDw2H1 .t {
    padding-top: 90px;
  }
  .cid-uU7uDDw2H1 .b {
    max-width: initial;
  }
  .cid-uU7uDDw2H1 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDDw2H1 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDDw2H1 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDDw2H1 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDDw2H1 .btn {
  margin-top: 20px;
}
.cid-uU7uDDw2H1 .t {
  max-width: 542px;
}
.cid-uU7uDDw2H1 p {
  letter-spacing: 2px;
}
.cid-uU7uDDw2H1 .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDDw2H1 ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDDw2H1 info {
  border-left: 4px 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-uU7uDDw2H1 highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDDw2H1 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDDw2H1 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-uU7uDDw2H1 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDDw2H1 textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDDw2H1 infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDDw2H1 wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDDw2H1 gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDDw2H1 neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDDw2H1 doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDDw2H1 karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDDw2H1 karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDDw2H1 vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDDw2H1 vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDDw2H1 notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDDw2H1 notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDDw2H1 zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDDw2H1 zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDDw2H1 mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDDw2H1 origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDDw2H1 origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDDw2H1 glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDDw2H1 retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDDw2H1 retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDDw2H1 cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDDw2H1 cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDDw2H1 wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDDw2H1 wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDDw2H1 wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDDw2H1 zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDDw2H1 zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDDw2H1 stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDDw2H1 stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDDw2H1 blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDDw2H1 orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDDw2H1 gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDDw2H1 rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDDw2H1 textbox,
  .cid-uU7uDDw2H1 infobox,
  .cid-uU7uDDw2H1 wichtigbox,
  .cid-uU7uDDw2H1 info,
  .cid-uU7uDDw2H1 highlight,
  .cid-uU7uDDw2H1 achtung,
  .cid-uU7uDDw2H1 zitat,
  .cid-uU7uDDw2H1 gradient,
  .cid-uU7uDDw2H1 neon,
  .cid-uU7uDDw2H1 doppel,
  .cid-uU7uDDw2H1 karte,
  .cid-uU7uDDw2H1 vintage,
  .cid-uU7uDDw2H1 notiz,
  .cid-uU7uDDw2H1 zeitung,
  .cid-uU7uDDw2H1 mosaik,
  .cid-uU7uDDw2H1 origami,
  .cid-uU7uDDw2H1 glow,
  .cid-uU7uDDw2H1 retro,
  .cid-uU7uDDw2H1 wasserzeichen,
  .cid-uU7uDDw2H1 zerrissen,
  .cid-uU7uDDw2H1 cyber,
  .cid-uU7uDDw2H1 stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDDw2H1 notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDDw2H1 stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDDw2H1 vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDDw2H1 wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDDw2H1 blau,
  .cid-uU7uDDw2H1 orange,
  .cid-uU7uDDw2H1 gruen,
  .cid-uU7uDDw2H1 rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDE0Rtp {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDE0Rtp .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDE0Rtp .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDE0Rtp .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDE0Rtp .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDE0Rtp ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDE0Rtp li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDE0Rtp li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDE0Rtp img {
  width: 100%;
  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;
}
.cid-uU7uDE0Rtp .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDE0Rtp .b {
  max-width: 598px;
}
.cid-uU7uDE0Rtp .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDE0Rtp .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDE0Rtp .t {
    padding-top: 90px;
  }
  .cid-uU7uDE0Rtp .b {
    max-width: initial;
  }
  .cid-uU7uDE0Rtp .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDE0Rtp .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDE0Rtp .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDE0Rtp .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDE0Rtp .btn {
  margin-top: 20px;
}
.cid-uU7uDE0Rtp .t {
  max-width: 542px;
}
.cid-uU7uDE0Rtp p {
  letter-spacing: 2px;
}
.cid-uU7uDE0Rtp .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDE0Rtp ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDE0Rtp info {
  border-left: 4px 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-uU7uDE0Rtp highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDE0Rtp achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDE0Rtp 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-uU7uDE0Rtp zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDE0Rtp textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDE0Rtp infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDE0Rtp wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDE0Rtp gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDE0Rtp neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDE0Rtp doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDE0Rtp karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDE0Rtp karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDE0Rtp vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDE0Rtp vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDE0Rtp notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDE0Rtp notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDE0Rtp zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDE0Rtp zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDE0Rtp mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDE0Rtp origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDE0Rtp origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDE0Rtp glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDE0Rtp retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDE0Rtp retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDE0Rtp cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDE0Rtp cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDE0Rtp wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDE0Rtp wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDE0Rtp wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDE0Rtp zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDE0Rtp zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDE0Rtp stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDE0Rtp stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDE0Rtp blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDE0Rtp orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDE0Rtp gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDE0Rtp rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDE0Rtp textbox,
  .cid-uU7uDE0Rtp infobox,
  .cid-uU7uDE0Rtp wichtigbox,
  .cid-uU7uDE0Rtp info,
  .cid-uU7uDE0Rtp highlight,
  .cid-uU7uDE0Rtp achtung,
  .cid-uU7uDE0Rtp zitat,
  .cid-uU7uDE0Rtp gradient,
  .cid-uU7uDE0Rtp neon,
  .cid-uU7uDE0Rtp doppel,
  .cid-uU7uDE0Rtp karte,
  .cid-uU7uDE0Rtp vintage,
  .cid-uU7uDE0Rtp notiz,
  .cid-uU7uDE0Rtp zeitung,
  .cid-uU7uDE0Rtp mosaik,
  .cid-uU7uDE0Rtp origami,
  .cid-uU7uDE0Rtp glow,
  .cid-uU7uDE0Rtp retro,
  .cid-uU7uDE0Rtp wasserzeichen,
  .cid-uU7uDE0Rtp zerrissen,
  .cid-uU7uDE0Rtp cyber,
  .cid-uU7uDE0Rtp stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDE0Rtp notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDE0Rtp stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDE0Rtp vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDE0Rtp wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDE0Rtp blau,
  .cid-uU7uDE0Rtp orange,
  .cid-uU7uDE0Rtp gruen,
  .cid-uU7uDE0Rtp rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDEtYgV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDEtYgV .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDEtYgV .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDEtYgV .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDEtYgV .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDEtYgV ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDEtYgV li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDEtYgV li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDEtYgV img {
  width: 100%;
  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;
}
.cid-uU7uDEtYgV .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDEtYgV .b {
  max-width: 598px;
}
.cid-uU7uDEtYgV .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDEtYgV .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDEtYgV .t {
    padding-top: 90px;
  }
  .cid-uU7uDEtYgV .b {
    max-width: initial;
  }
  .cid-uU7uDEtYgV .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDEtYgV .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDEtYgV .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDEtYgV .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDEtYgV .btn {
  margin-top: 20px;
}
.cid-uU7uDEtYgV .t {
  max-width: 542px;
}
.cid-uU7uDEtYgV p {
  letter-spacing: 2px;
}
.cid-uU7uDEtYgV .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDEtYgV ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDEtYgV info {
  border-left: 4px 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-uU7uDEtYgV highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDEtYgV achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDEtYgV 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-uU7uDEtYgV zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDEtYgV textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDEtYgV infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDEtYgV wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDEtYgV gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDEtYgV neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDEtYgV doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDEtYgV karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDEtYgV karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDEtYgV vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDEtYgV vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDEtYgV notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDEtYgV notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDEtYgV zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDEtYgV zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDEtYgV mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDEtYgV origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDEtYgV origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDEtYgV glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDEtYgV retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDEtYgV retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDEtYgV cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDEtYgV cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDEtYgV wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDEtYgV wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDEtYgV wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDEtYgV zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDEtYgV zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDEtYgV stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDEtYgV stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDEtYgV blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDEtYgV orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDEtYgV gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDEtYgV rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDEtYgV textbox,
  .cid-uU7uDEtYgV infobox,
  .cid-uU7uDEtYgV wichtigbox,
  .cid-uU7uDEtYgV info,
  .cid-uU7uDEtYgV highlight,
  .cid-uU7uDEtYgV achtung,
  .cid-uU7uDEtYgV zitat,
  .cid-uU7uDEtYgV gradient,
  .cid-uU7uDEtYgV neon,
  .cid-uU7uDEtYgV doppel,
  .cid-uU7uDEtYgV karte,
  .cid-uU7uDEtYgV vintage,
  .cid-uU7uDEtYgV notiz,
  .cid-uU7uDEtYgV zeitung,
  .cid-uU7uDEtYgV mosaik,
  .cid-uU7uDEtYgV origami,
  .cid-uU7uDEtYgV glow,
  .cid-uU7uDEtYgV retro,
  .cid-uU7uDEtYgV wasserzeichen,
  .cid-uU7uDEtYgV zerrissen,
  .cid-uU7uDEtYgV cyber,
  .cid-uU7uDEtYgV stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDEtYgV notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDEtYgV stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDEtYgV vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDEtYgV wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDEtYgV blau,
  .cid-uU7uDEtYgV orange,
  .cid-uU7uDEtYgV gruen,
  .cid-uU7uDEtYgV rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDF0BC6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDF0BC6 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDF0BC6 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDF0BC6 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDF0BC6 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDF0BC6 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDF0BC6 li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDF0BC6 li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDF0BC6 img {
  width: 100%;
  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;
}
.cid-uU7uDF0BC6 .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDF0BC6 .b {
  max-width: 598px;
}
.cid-uU7uDF0BC6 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDF0BC6 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDF0BC6 .t {
    padding-top: 90px;
  }
  .cid-uU7uDF0BC6 .b {
    max-width: initial;
  }
  .cid-uU7uDF0BC6 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDF0BC6 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDF0BC6 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDF0BC6 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDF0BC6 .btn {
  margin-top: 20px;
}
.cid-uU7uDF0BC6 .t {
  max-width: 542px;
}
.cid-uU7uDF0BC6 p {
  letter-spacing: 2px;
}
.cid-uU7uDF0BC6 .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDF0BC6 ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDF0BC6 info {
  border-left: 4px 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-uU7uDF0BC6 highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDF0BC6 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDF0BC6 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-uU7uDF0BC6 zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDF0BC6 textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDF0BC6 infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDF0BC6 wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDF0BC6 gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDF0BC6 neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDF0BC6 doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDF0BC6 karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDF0BC6 karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDF0BC6 vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDF0BC6 vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDF0BC6 notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDF0BC6 notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDF0BC6 zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDF0BC6 zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDF0BC6 mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDF0BC6 origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDF0BC6 origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDF0BC6 glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDF0BC6 retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDF0BC6 retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDF0BC6 cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDF0BC6 cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDF0BC6 wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDF0BC6 wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDF0BC6 wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDF0BC6 zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDF0BC6 zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDF0BC6 stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDF0BC6 stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDF0BC6 blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDF0BC6 orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDF0BC6 gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDF0BC6 rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDF0BC6 textbox,
  .cid-uU7uDF0BC6 infobox,
  .cid-uU7uDF0BC6 wichtigbox,
  .cid-uU7uDF0BC6 info,
  .cid-uU7uDF0BC6 highlight,
  .cid-uU7uDF0BC6 achtung,
  .cid-uU7uDF0BC6 zitat,
  .cid-uU7uDF0BC6 gradient,
  .cid-uU7uDF0BC6 neon,
  .cid-uU7uDF0BC6 doppel,
  .cid-uU7uDF0BC6 karte,
  .cid-uU7uDF0BC6 vintage,
  .cid-uU7uDF0BC6 notiz,
  .cid-uU7uDF0BC6 zeitung,
  .cid-uU7uDF0BC6 mosaik,
  .cid-uU7uDF0BC6 origami,
  .cid-uU7uDF0BC6 glow,
  .cid-uU7uDF0BC6 retro,
  .cid-uU7uDF0BC6 wasserzeichen,
  .cid-uU7uDF0BC6 zerrissen,
  .cid-uU7uDF0BC6 cyber,
  .cid-uU7uDF0BC6 stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDF0BC6 notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDF0BC6 stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDF0BC6 vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDF0BC6 wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDF0BC6 blau,
  .cid-uU7uDF0BC6 orange,
  .cid-uU7uDF0BC6 gruen,
  .cid-uU7uDF0BC6 rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU7uDFvtIG {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uU7uDFvtIG .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uU7uDFvtIG .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uU7uDFvtIG .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uU7uDFvtIG .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uU7uDFvtIG ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uU7uDFvtIG li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uU7uDFvtIG li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uU7uDFvtIG img {
  width: 100%;
  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;
}
.cid-uU7uDFvtIG .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uU7uDFvtIG .b {
  max-width: 598px;
}
.cid-uU7uDFvtIG .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uU7uDFvtIG .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uU7uDFvtIG .t {
    padding-top: 90px;
  }
  .cid-uU7uDFvtIG .b {
    max-width: initial;
  }
  .cid-uU7uDFvtIG .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uU7uDFvtIG .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uU7uDFvtIG .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uU7uDFvtIG .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uU7uDFvtIG .btn {
  margin-top: 20px;
}
.cid-uU7uDFvtIG .t {
  max-width: 542px;
}
.cid-uU7uDFvtIG p {
  letter-spacing: 2px;
}
.cid-uU7uDFvtIG .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uU7uDFvtIG ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uU7uDFvtIG info {
  border-left: 4px 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-uU7uDFvtIG highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uU7uDFvtIG achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uU7uDFvtIG 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-uU7uDFvtIG zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU7uDFvtIG textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uU7uDFvtIG infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uU7uDFvtIG wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uU7uDFvtIG gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uU7uDFvtIG neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uU7uDFvtIG doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uU7uDFvtIG karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU7uDFvtIG karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uU7uDFvtIG vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uU7uDFvtIG vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uU7uDFvtIG notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uU7uDFvtIG notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uU7uDFvtIG zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uU7uDFvtIG zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uU7uDFvtIG mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uU7uDFvtIG origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uU7uDFvtIG origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uU7uDFvtIG glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uU7uDFvtIG retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uU7uDFvtIG retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uU7uDFvtIG cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uU7uDFvtIG cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uU7uDFvtIG wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uU7uDFvtIG wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uU7uDFvtIG wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uU7uDFvtIG zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uU7uDFvtIG zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uU7uDFvtIG stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uU7uDFvtIG stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uU7uDFvtIG blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDFvtIG orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDFvtIG gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uU7uDFvtIG rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uU7uDFvtIG textbox,
  .cid-uU7uDFvtIG infobox,
  .cid-uU7uDFvtIG wichtigbox,
  .cid-uU7uDFvtIG info,
  .cid-uU7uDFvtIG highlight,
  .cid-uU7uDFvtIG achtung,
  .cid-uU7uDFvtIG zitat,
  .cid-uU7uDFvtIG gradient,
  .cid-uU7uDFvtIG neon,
  .cid-uU7uDFvtIG doppel,
  .cid-uU7uDFvtIG karte,
  .cid-uU7uDFvtIG vintage,
  .cid-uU7uDFvtIG notiz,
  .cid-uU7uDFvtIG zeitung,
  .cid-uU7uDFvtIG mosaik,
  .cid-uU7uDFvtIG origami,
  .cid-uU7uDFvtIG glow,
  .cid-uU7uDFvtIG retro,
  .cid-uU7uDFvtIG wasserzeichen,
  .cid-uU7uDFvtIG zerrissen,
  .cid-uU7uDFvtIG cyber,
  .cid-uU7uDFvtIG stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uU7uDFvtIG notiz {
    transform: rotate(0deg);
  }
  .cid-uU7uDFvtIG stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uU7uDFvtIG vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uU7uDFvtIG wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uU7uDFvtIG blau,
  .cid-uU7uDFvtIG orange,
  .cid-uU7uDFvtIG gruen,
  .cid-uU7uDFvtIG rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUU6gzwlhM {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUU6gzwlhM .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uUU6gzwlhM .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uUU6gzwlhM .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
.cid-uUU6gzwlhM .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uUU6gzwlhM ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uUU6gzwlhM li::marker {
  color: #00777c;
  width: 10px;
  letter-spacing: 1px;
}
.cid-uUU6gzwlhM li {
  margin-bottom: 7px;
  color: #14142b;
  letter-spacing: 2px;
}
.cid-uUU6gzwlhM img {
  width: 100%;
  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;
}
.cid-uUU6gzwlhM .gray {
  background-color: #879a9f;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uUU6gzwlhM .b {
  max-width: 598px;
}
.cid-uUU6gzwlhM .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uUU6gzwlhM .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uUU6gzwlhM .t {
    padding-top: 90px;
  }
  .cid-uUU6gzwlhM .b {
    max-width: initial;
  }
  .cid-uUU6gzwlhM .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uUU6gzwlhM .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uUU6gzwlhM .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uUU6gzwlhM .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uUU6gzwlhM .btn {
  margin-top: 20px;
}
.cid-uUU6gzwlhM .t {
  max-width: 542px;
}
.cid-uUU6gzwlhM p {
  letter-spacing: 2px;
}
.cid-uUU6gzwlhM .list {
  color: #5b686b;
  letter-spacing: 0px;
}
.cid-uUU6gzwlhM ora {
  color: #ff6600;
  letter-spacing: 2px;
}
.cid-uUU6gzwlhM info {
  border-left: 4px 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-uUU6gzwlhM highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uUU6gzwlhM achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUU6gzwlhM 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-uUU6gzwlhM zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uUU6gzwlhM textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uUU6gzwlhM infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uUU6gzwlhM wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uUU6gzwlhM gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uUU6gzwlhM neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uUU6gzwlhM doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uUU6gzwlhM karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uUU6gzwlhM karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uUU6gzwlhM vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uUU6gzwlhM vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uUU6gzwlhM notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uUU6gzwlhM notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uUU6gzwlhM zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uUU6gzwlhM zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uUU6gzwlhM mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uUU6gzwlhM origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uUU6gzwlhM origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uUU6gzwlhM glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uUU6gzwlhM retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uUU6gzwlhM retro::before {
  content: '> ';
  color: #00ff00;
}
.cid-uUU6gzwlhM cyber {
  border: 2px solid #00d4ff;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
  color: #00d4ff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  clip-path: polygon(0 0, calc(80%) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(80%));
}
.cid-uUU6gzwlhM cyber::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 98%, #00d4ff 100%), linear-gradient(0deg, transparent 98%, #00d4ff 100%);
  pointer-events: none;
}
.cid-uUU6gzwlhM wasserzeichen {
  border: 2px solid rgba(0, 130, 195, 0.3);
  background-color: rgba(240, 248, 255, 0.8);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  backdrop-filter: blur(2px);
}
.cid-uUU6gzwlhM wasserzeichen::before {
  content: 'WICHTIG';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 48px;
  color: rgba(0, 130, 195, 0.1);
  font-weight: bold;
  z-index: 0;
  pointer-events: none;
}
.cid-uUU6gzwlhM wasserzeichen * {
  position: relative;
  z-index: 1;
}
.cid-uUU6gzwlhM zerrissen {
  background-color: #ffffff;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.cid-uUU6gzwlhM zerrissen::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(circle at 20px 5px, transparent 3px, #ffffff 3px), radial-gradient(circle at 40px 8px, transparent 2px, #ffffff 2px), radial-gradient(circle at 60px 3px, transparent 4px, #ffffff 4px);
  background-size: 20px 10px;
}
.cid-uUU6gzwlhM stempel {
  border: 3px solid #cc0000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0000;
  padding: 15px 25px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: relative;
}
.cid-uUU6gzwlhM stempel::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #cc0000;
}
.cid-uUU6gzwlhM blau {
  border: 2px solid #0082c3;
  background-color: #e6f3ff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uUU6gzwlhM orange {
  border: 2px solid #ff6600;
  background-color: #fff0e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uUU6gzwlhM gruen {
  border: 2px solid #008000;
  background-color: #f0fff0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.cid-uUU6gzwlhM rot {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-uUU6gzwlhM textbox,
  .cid-uUU6gzwlhM infobox,
  .cid-uUU6gzwlhM wichtigbox,
  .cid-uUU6gzwlhM info,
  .cid-uUU6gzwlhM highlight,
  .cid-uUU6gzwlhM achtung,
  .cid-uUU6gzwlhM zitat,
  .cid-uUU6gzwlhM gradient,
  .cid-uUU6gzwlhM neon,
  .cid-uUU6gzwlhM doppel,
  .cid-uUU6gzwlhM karte,
  .cid-uUU6gzwlhM vintage,
  .cid-uUU6gzwlhM notiz,
  .cid-uUU6gzwlhM zeitung,
  .cid-uUU6gzwlhM mosaik,
  .cid-uUU6gzwlhM origami,
  .cid-uUU6gzwlhM glow,
  .cid-uUU6gzwlhM retro,
  .cid-uUU6gzwlhM wasserzeichen,
  .cid-uUU6gzwlhM zerrissen,
  .cid-uUU6gzwlhM cyber,
  .cid-uUU6gzwlhM stempel {
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
  }
  .cid-uUU6gzwlhM notiz {
    transform: rotate(0deg);
  }
  .cid-uUU6gzwlhM stempel {
    transform: rotate(0deg);
    letter-spacing: 1px;
  }
  .cid-uUU6gzwlhM vintage::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .cid-uUU6gzwlhM wasserzeichen::before {
    font-size: 24px;
  }
  .cid-uUU6gzwlhM blau,
  .cid-uUU6gzwlhM orange,
  .cid-uUU6gzwlhM gruen,
  .cid-uUU6gzwlhM rot {
    padding: 2px 4px;
    font-size: 14px;
  }
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uVDn3gFaGP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVDn3gFaGP {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVDn3gFaGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDn3gFaGP .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-uVDn3gFaGP .container {
    padding: 0 15px;
  }
}
.cid-uVDn3gFaGP .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVDn3gFaGP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVDn3gFaGP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVDn3gFaGP .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVDn3gFaGP .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVDn3gFaGP .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVDn3gFaGP .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVDn3gFaGP .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVDn3gFaGP .mbr-section-title,
.cid-uVDn3gFaGP .mbr-section-btn {
  color: #000000;
}
.cid-uVDn5HX67A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVDn5HX67A {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVDn5HX67A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDn5HX67A .container {
  max-width: 1300px;
}
.cid-uVDn5HX67A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDn5HX67A .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uVDn5HX67A .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uVDn5HX67A .row {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVDn5HX67A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVDn5HX67A .image-wrapper {
  padding: 0;
}
.cid-uVDn5HX67A .image-wrapper img {
  height: 100%;
  object-fit: contain;
  margin-top: 0.1rem;
}
.cid-uVDn5HX67A .mbr-section-title {
  color: #000000;
}
.cid-uVDn5HX67A .mbr-text,
.cid-uVDn5HX67A .mbr-section-btn {
  color: #ffffff;
}
.cid-uVDn5HX67A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVWViLLIoG {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uVWViLLIoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWViLLIoG .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-uVWViLLIoG .container {
    padding: 0 15px;
  }
}
.cid-uVWViLLIoG .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVWViLLIoG .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVWViLLIoG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVWViLLIoG .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVWViLLIoG .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVWViLLIoG .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVWViLLIoG .mbr-section-title {
  color: #131c28;
}
.cid-uVWViLLIoG .mbr-desc {
  color: #a54a00;
  letter-spacing: 6.9px;
}
.cid-uVWViLLIoG .mbr-section-title,
.cid-uVWViLLIoG .mbr-section-btn {
  color: #000000;
}
.cid-uWFy0CmxJU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWFy0CmxJU {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.cid-uWFy0CmxJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWFy0CmxJU .container {
  max-width: 1300px;
}
.cid-uWFy0CmxJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWFy0CmxJU .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uWFy0CmxJU .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uWFy0CmxJU .row {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWFy0CmxJU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWFy0CmxJU .image-wrapper {
  padding: 0;
}
.cid-uWFy0CmxJU .image-wrapper img {
  height: 100%;
  object-fit: contain;
}
.cid-uWFy0CmxJU .mbr-section-title {
  color: #1b1b1b;
}
.cid-uWFy0CmxJU .mbr-text,
.cid-uWFy0CmxJU .mbr-section-btn {
  color: #ffffff;
}
.cid-uWFy0CmxJU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWTxNIAIrQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/b5-1300x100.png");
}
@media (max-width: 991px) {
  .cid-uWTxNIAIrQ {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-uWTxNIAIrQ P {
  color: #767676;
}
.cid-uWTwIq40pZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTwIq40pZ {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uWTwIq40pZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTwIq40pZ .container {
  max-width: 1300px;
}
.cid-uWTwIq40pZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTwIq40pZ .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uWTwIq40pZ .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uWTwIq40pZ .row {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTwIq40pZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWTwIq40pZ .image-wrapper {
  padding: 0;
}
.cid-uWTwIq40pZ .image-wrapper img {
  height: 100%;
  object-fit: contain;
}
.cid-uWTwIq40pZ .mbr-section-title {
  color: #1b1b1b;
}
.cid-uWTwIq40pZ .mbr-text,
.cid-uWTwIq40pZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uWTwIq40pZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uTAlvTvPGj {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uTAlvTvPGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAlvTvPGj .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-uTAlvTvPGj .container {
    padding: 0 15px;
  }
}
.cid-uTAlvTvPGj .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTAlvTvPGj .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTAlvTvPGj .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTAlvTvPGj .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTAlvTvPGj .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTAlvTvPGj .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTAlvTvPGj .mbr-section-title {
  color: #131c28;
}
.cid-uTAlvTvPGj .mbr-desc {
  color: #a54a00;
  letter-spacing: 6.9px;
}
.cid-uTAlvTvPGj .mbr-section-title,
.cid-uTAlvTvPGj .mbr-section-btn {
  color: #000000;
}
.cid-uVxO3PDPKB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVxO3PDPKB {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVxO3PDPKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxO3PDPKB .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-uVxO3PDPKB .container {
    padding: 0 15px;
  }
}
.cid-uVxO3PDPKB .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVxO3PDPKB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVxO3PDPKB .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVxO3PDPKB .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVxO3PDPKB .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVxO3PDPKB .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVxO3PDPKB .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVxO3PDPKB .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVxO3PDPKB .mbr-section-title,
.cid-uVxO3PDPKB .mbr-section-btn {
  color: #000000;
}
.cid-uTKAWdTvPr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uTKAWdTvPr .line {
  background-color: #bb7400;
  color: #bb7400;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uTKAWdTvPr .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uTKAWdTvPr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTKAWdTvPr .inner-container {
    width: 100% !important;
  }
}
.cid-uUS9q8Nf1q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUS9q8Nf1q {
    padding-top: 1px;
    padding-bottom: 0px;
  }
}
.cid-uUS9q8Nf1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUS9q8Nf1q .container {
  max-width: 1300px;
}
.cid-uUS9q8Nf1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUS9q8Nf1q .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uUS9q8Nf1q .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uUS9q8Nf1q .row {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUS9q8Nf1q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUS9q8Nf1q .image-wrapper {
  padding: 0;
}
.cid-uUS9q8Nf1q .image-wrapper img {
  height: 100%;
  object-fit: contain;
}
.cid-uUS9q8Nf1q .mbr-section-title {
  color: #1b1b1b;
}
.cid-uUS9q8Nf1q .mbr-text,
.cid-uUS9q8Nf1q .mbr-section-btn {
  color: #ffffff;
}
.cid-uUS9q8Nf1q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUS9q8Nf1q braun {
  color: #a54a00;
  font-size: 26px;
}
.cid-uVxWjD7TwJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVxWjD7TwJ {
    padding-top: 5px;
    padding-bottom: 0px;
  }
}
.cid-uVxWjD7TwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxWjD7TwJ .container {
  max-width: 1300px;
}
.cid-uVxWjD7TwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxWjD7TwJ .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uVxWjD7TwJ .text-wrapper {
    padding: 1rem 2rem;
  }
}
.cid-uVxWjD7TwJ .row {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVxWjD7TwJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVxWjD7TwJ .image-wrapper {
  padding: 0;
}
.cid-uVxWjD7TwJ .image-wrapper img {
  height: 100%;
  object-fit: contain;
}
.cid-uVxWjD7TwJ .mbr-section-title {
  color: #000000;
}
.cid-uVxWjD7TwJ .mbr-text,
.cid-uVxWjD7TwJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uVxWjD7TwJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVxWjD7TwJ braun {
  color: #a54a00;
  font-size: 15px;
}
.cid-uVxWjD7TwJ braun1 {
  color: #a54a00;
  font-size: 26px;
}
.cid-uVxWjD7TwJ highlight {
  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-uTAtbl5NU6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/b5-1300x100.png");
}
@media (max-width: 991px) {
  .cid-uTAtbl5NU6 {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-uTAtbl5NU6 P {
  color: #767676;
}
.cid-uTAs2WbBP8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTAs2WbBP8 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uTAs2WbBP8 .card-wrapper {
  border-radius: 4px;
}
.cid-uTAs2WbBP8 .card-subtitle {
  color: #0095ff;
}
.cid-uTAs2WbBP8 .mbr-text,
.cid-uTAs2WbBP8 .card-subtitle {
  color: #232323;
  letter-spacing: 2px;
}
.cid-uTAs2WbBP8 img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uTAs2WbBP8 img {
    margin-bottom: 0.2rem;
  }
}
.cid-uTAs2WbBP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAs2WbBP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAs2WbBP8 .card .card-wrapper .text-wrapper .mbr-text,
.cid-uTAs2WbBP8 .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uTAs2WbBP8 .card .card-wrapper .text-wrapper .card-subtitle,
.cid-uTAs2WbBP8 .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #a54a00;
  letter-spacing: 4px;
}
.cid-uTAs2WbBP8 .title .mbr-section-subtitle,
.cid-uTAs2WbBP8 .title .mbr-section-btn {
  color: #a54a00;
  letter-spacing: 6px;
  text-align: left;
}
.cid-uTAs2WbBP8 font {
  color: #5b686b;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}
.cid-uTAs2WbBP8 .title .mbr-section-title,
.cid-uTAs2WbBP8 .title .mbr-section-btn {
  text-align: left;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uVxWW2ZwYz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVxWW2ZwYz {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVxWW2ZwYz .card-wrapper {
  border-radius: 4px;
}
.cid-uVxWW2ZwYz .card-subtitle {
  color: #0095ff;
}
.cid-uVxWW2ZwYz .mbr-text,
.cid-uVxWW2ZwYz .card-subtitle {
  color: #232323;
  letter-spacing: 2px;
}
.cid-uVxWW2ZwYz img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uVxWW2ZwYz img {
    margin-bottom: 2rem;
  }
}
.cid-uVxWW2ZwYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxWW2ZwYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxWW2ZwYz .card .card-wrapper .text-wrapper .mbr-text,
.cid-uVxWW2ZwYz .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uVxWW2ZwYz .card .card-wrapper .text-wrapper .card-subtitle,
.cid-uVxWW2ZwYz .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #a54a00;
  letter-spacing: 4px;
}
.cid-uVxWW2ZwYz .title .mbr-section-subtitle,
.cid-uVxWW2ZwYz .title .mbr-section-btn {
  color: #a54a00;
  letter-spacing: 6px;
  text-align: left;
}
.cid-uVxWW2ZwYz font {
  color: #5b686b;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}
.cid-uVxWW2ZwYz .title .mbr-section-title,
.cid-uVxWW2ZwYz .title .mbr-section-btn {
  text-align: left;
  color: #000000;
  letter-spacing: 1px;
}
.cid-uVxWW2ZwYz .card .card-wrapper .text-wrapper .mbr-text,
.cid-uVxWW2ZwYz .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #000000;
}
.cid-uVxWW2ZwYz highlight {
  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-uTAuKlFMMo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/b5-1300x100.png");
}
@media (max-width: 991px) {
  .cid-uTAuKlFMMo {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
.cid-uTAuKlFMMo P {
  color: #767676;
}
.cid-uTAuFG1wfO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTAuFG1wfO {
    padding-top: 3px;
    padding-bottom: 0px;
  }
}
.cid-uTAuFG1wfO .card-wrapper {
  border-radius: 4px;
}
.cid-uTAuFG1wfO .card-subtitle {
  color: #0095ff;
}
.cid-uTAuFG1wfO .mbr-text,
.cid-uTAuFG1wfO .card-subtitle {
  color: #232323;
  letter-spacing: 2px;
}
.cid-uTAuFG1wfO img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uTAuFG1wfO img {
    margin-bottom: 2rem;
  }
}
.cid-uTAuFG1wfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAuFG1wfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAuFG1wfO .card .card-wrapper .text-wrapper .mbr-text,
.cid-uTAuFG1wfO .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uTAuFG1wfO .card .card-wrapper .text-wrapper .card-subtitle,
.cid-uTAuFG1wfO .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #a54a00;
  letter-spacing: 4px;
}
.cid-uTAuFG1wfO .title .mbr-section-subtitle,
.cid-uTAuFG1wfO .title .mbr-section-btn {
  color: #a54a00;
  letter-spacing: 6px;
  text-align: left;
}
.cid-uTAuFG1wfO font {
  color: #5b686b;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}
.cid-uTAuFG1wfO .title .mbr-section-title,
.cid-uTAuFG1wfO .title .mbr-section-btn {
  text-align: left;
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uVxX45KzZB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVxX45KzZB {
    padding-top: 3px;
    padding-bottom: 0px;
  }
}
.cid-uVxX45KzZB .card-wrapper {
  border-radius: 4px;
}
.cid-uVxX45KzZB .card-subtitle {
  color: #0095ff;
}
.cid-uVxX45KzZB .mbr-text,
.cid-uVxX45KzZB .card-subtitle {
  color: #232323;
  letter-spacing: 2px;
}
.cid-uVxX45KzZB img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uVxX45KzZB img {
    margin-bottom: 2rem;
  }
}
.cid-uVxX45KzZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxX45KzZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxX45KzZB .card .card-wrapper .text-wrapper .mbr-text,
.cid-uVxX45KzZB .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uVxX45KzZB .card .card-wrapper .text-wrapper .card-subtitle,
.cid-uVxX45KzZB .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #a54a00;
  letter-spacing: 4px;
}
.cid-uVxX45KzZB .title .mbr-section-subtitle,
.cid-uVxX45KzZB .title .mbr-section-btn {
  color: #a54a00;
  letter-spacing: 6px;
  text-align: left;
}
.cid-uVxX45KzZB font {
  color: #5b686b;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}
.cid-uVxX45KzZB .title .mbr-section-title,
.cid-uVxX45KzZB .title .mbr-section-btn {
  text-align: left;
  color: #000000;
  letter-spacing: 1px;
}
.cid-uTAPON9wrD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/b5-1300x100.png");
}
@media (max-width: 991px) {
  .cid-uTAPON9wrD {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
.cid-uTAPON9wrD P {
  color: #767676;
}
.cid-uTANNBfyWu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uTANNBfyWu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uTANNBfyWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTANNBfyWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTANNBfyWu .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-uTANNBfyWu .section-border-item_center {
    display: none;
  }
}
.cid-uTANNBfyWu .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uTANNBfyWu .main-container {
    flex-wrap: wrap;
  }
}
.cid-uTANNBfyWu .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uTANNBfyWu .card-wrap {
    width: 100%;
  }
}
.cid-uTANNBfyWu .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-uTANNBfyWu .card-box {
    max-width: 42rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTANNBfyWu .card-box {
    max-width: 100%;
  }
}
.cid-uTANNBfyWu .card-title {
  color: #000000;
}
.cid-uTANNBfyWu .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uTANNBfyWu .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uTANNBfyWu .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uTANNBfyWu .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-uTANNBfyWu .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-uTANNBfyWu .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uTANNBfyWu .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-uTANNBfyWu .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-uTANNBfyWu .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-uTANNBfyWu .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uTANNBfyWu .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uTANNBfyWu .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uTANNBfyWu .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-uTANNBfyWu .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-uTANNBfyWu .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-uTANNBfyWu .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-uTANNBfyWu .mbr-text,
.cid-uTANNBfyWu .mbr-section-btn {
  color: #000000;
}
.cid-uTANNBfyWu .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;
}
.cid-uVybsIf90q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVybsIf90q hr.top-hr {
  border-top: 1px solid #6e6e6e;
  width: 98%;
  margin: 0px 0px 9px 0px;
  padding: 0px;
}
.cid-uVybsIf90q hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uVybsIf90q h2 {
  float: center;
  color: #0082c3;
}
.cid-uVybsIf90q .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 12px 12px 12px !important;
  font-size: 0.75rem !important;
  border-radius: 4px !important;
  width: 135px;
  height: 30px;
  margin-left: -100px;
}
.cid-uVybsIf90q H2 {
  color: #767676;
}
.cid-uVy7SvbVdR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uVy7SvbVdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVy7SvbVdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVy7SvbVdR .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVy7SvbVdR .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uVy7SvbVdR .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVy7SvbVdR .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uVy7SvbVdR .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVy7SvbVdR .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVy7SvbVdR .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVy7SvbVdR .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uVy7SvbVdR .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-uVy7SvbVdR .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVy7SvbVdR .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVy7SvbVdR .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVy7SvbVdR .items-wrapper .card {
  padding: 0 32px;
}
.cid-uVy7SvbVdR .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVy7SvbVdR .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVy7SvbVdR .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVy7SvbVdR .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVy7SvbVdR .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVy7SvbVdR .list-wrapper .list .item-wrap:hover,
.cid-uVy7SvbVdR .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVy7SvbVdR .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVy7SvbVdR .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVy7SvbVdR .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVy7SvbVdR .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVy7SvbVdR .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVy7SvbVdR .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uVy7SvbVdR .mbr-desc {
  color: #ffffff;
}
.cid-uVy7SvbVdR .mbr-text,
.cid-uVy7SvbVdR .text-wrapper {
  color: #9aa0a6;
}
.cid-uVy7SvbVdR .list {
  color: #9aa0a6;
}
.cid-uVy7SvbVdR .mbr-text,
.cid-uVy7SvbVdR .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uVy7SvbVdR .list,
.cid-uVy7SvbVdR .item-wrap {
  color: #b2ccd2;
}
.cid-uVy7SvbVdR weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uVy7SvbVdR klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uVy7SvbVdR blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uVy7SvbVdR .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-uVy7SvbVdR .mbr-desc,
.cid-uVy7SvbVdR .content-wrapper {
  color: #ebead7;
}
.cid-uVy7SvbVdR oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uVy7SvbVdR ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uTJnGHCok3 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uTJnGHCok3 {
    padding-top: 0px;
    padding-bottom: 3px;
  }
}
.cid-uTJnGHCok3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJnGHCok3 .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-uTJnGHCok3 .container {
    padding: 0 15px;
  }
}
.cid-uTJnGHCok3 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTJnGHCok3 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTJnGHCok3 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTJnGHCok3 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTJnGHCok3 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTJnGHCok3 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTJnGHCok3 .mbr-section-title {
  color: #131c28;
}
.cid-uTJnGHCok3 .mbr-desc {
  color: #a54a00;
  letter-spacing: 6.9px;
}
.cid-uTJnGHCok3 .mbr-section-title,
.cid-uTJnGHCok3 .mbr-section-btn {
  color: #000000;
}
.cid-uVyC1uIw2a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVyC1uIw2a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVyC1uIw2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyC1uIw2a .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-uVyC1uIw2a .container {
    padding: 0 15px;
  }
}
.cid-uVyC1uIw2a .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVyC1uIw2a .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVyC1uIw2a .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVyC1uIw2a .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVyC1uIw2a .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVyC1uIw2a .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVyC1uIw2a .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVyC1uIw2a .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVyC1uIw2a .mbr-section-title,
.cid-uVyC1uIw2a .mbr-section-btn {
  color: #000000;
}
.cid-uTKBQtyWQ7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uTKBQtyWQ7 .line {
  background-color: #bb7400;
  color: #bb7400;
  align: center;
  height: 0.6px;
  margin: 0 auto;
}
.cid-uTKBQtyWQ7 .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uTKBQtyWQ7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTKBQtyWQ7 .inner-container {
    width: 100% !important;
  }
}
.cid-uTJIrz1MyC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTJIrz1MyC {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uTJIrz1MyC .mbr-section-title {
  margin-bottom: 20px;
  color: #a54a00;
}
.cid-uTJIrz1MyC .mbr-text {
  margin-bottom: 30px;
}
.cid-uTJIrz1MyC .tab_text {
  margin-bottom: 0;
}
.cid-uTJIrz1MyC .nav-tabs .nav-item.open .nav-link:focus,
.cid-uTJIrz1MyC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uTJIrz1MyC .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-uTJIrz1MyC .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-uTJIrz1MyC .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uTJIrz1MyC .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-uTJIrz1MyC .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-uTJIrz1MyC .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-uTJIrz1MyC .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #bb7400;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uTJIrz1MyC .nav-link:hover {
  color: #bb7400 !important;
}
.cid-uTJIrz1MyC .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-uTJIrz1MyC .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #bb7400;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uTJIrz1MyC .mbr-section-btn {
  margin-top: 30px;
}
.cid-uTJIrz1MyC .nav-tabs .nav-link.active {
  color: #bb7400;
}
@media (max-width: 991px) {
  .cid-uTJIrz1MyC .title_block,
  .cid-uTJIrz1MyC .tab-content {
    text-align: center;
  }
  .cid-uTJIrz1MyC .image {
    margin-bottom: 40px;
  }
  .cid-uTJIrz1MyC .nav-link {
    padding: 12px 25px;
  }
  .cid-uTJIrz1MyC .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTJIrz1MyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJIrz1MyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJIrz1MyC braun {
  color: #bb7400;
  font-size: 16px;
}
.cid-uTJIrz1MyC black {
  color: #333333;
  font-size: 20px;
}
.cid-uTJIrz1MyC anfrage1 {
  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;
  color: #ffffff;
  background-color: #bb7400;
}
.cid-uTJIrz1MyC down {
  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;
  color: #ffffff;
  background-color: #00C3B0;
}
.cid-uVyJd4zzqQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVyJd4zzqQ {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.cid-uVyJd4zzqQ .mbr-section-title {
  margin-bottom: 20px;
  color: #bb7400;
  text-align: left;
}
.cid-uVyJd4zzqQ .mbr-text {
  margin-bottom: 30px;
}
.cid-uVyJd4zzqQ .tab_text {
  margin-bottom: 0;
}
.cid-uVyJd4zzqQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uVyJd4zzqQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uVyJd4zzqQ .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-uVyJd4zzqQ .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-uVyJd4zzqQ .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uVyJd4zzqQ .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-uVyJd4zzqQ .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-uVyJd4zzqQ .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-uVyJd4zzqQ .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #bb7400;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uVyJd4zzqQ .nav-link:hover {
  color: #bb7400 !important;
}
.cid-uVyJd4zzqQ .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-uVyJd4zzqQ .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #bb7400;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uVyJd4zzqQ .mbr-section-btn {
  margin-top: 30px;
}
.cid-uVyJd4zzqQ .nav-tabs .nav-link.active {
  color: #bb7400;
}
@media (max-width: 991px) {
  .cid-uVyJd4zzqQ .title_block,
  .cid-uVyJd4zzqQ .tab-content {
    text-align: center;
  }
  .cid-uVyJd4zzqQ .image {
    margin-bottom: 40px;
  }
  .cid-uVyJd4zzqQ .nav-link {
    padding: 12px 25px;
  }
  .cid-uVyJd4zzqQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVyJd4zzqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyJd4zzqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyJd4zzqQ braun {
  color: #bb7400;
  font-size: 16px;
}
.cid-uVyJd4zzqQ black {
  color: #333333;
  font-size: 16px;
}
.cid-uVyJd4zzqQ black1 {
  color: #333333;
  font-size: 20px;
}
.cid-uVyJd4zzqQ anfrage1 {
  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.1em;
  color: #ffffff;
  background-color: #bb7400;
}
.cid-uVyJd4zzqQ down {
  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;
  color: #ffffff;
  background-color: #00C3B0;
}
.cid-uVyJd4zzqQ highlight {
  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-uVyJd4zzqQ .tab_text,
.cid-uVyJd4zzqQ .mbr-section-btn {
  text-align: left;
}
.cid-uVyJd4zzqQ klein {
  font-size: 16px;
  color: #a54a00;
}
.cid-uVyIHCnFNX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVyIHCnFNX hr.top-hr {
  border-top: 1px solid #6e6e6e;
  width: 98%;
  margin: 0px 0px 9px 0px;
  padding: 0px;
}
.cid-uVyIHCnFNX hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uVyIHCnFNX h2 {
  float: center;
  color: #0082c3;
}
.cid-uVyIHCnFNX .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 12px 12px 12px !important;
  font-size: 0.75rem !important;
  border-radius: 4px !important;
  width: 135px;
  height: 30px;
  margin-left: -100px;
}
.cid-uVyIHCnFNX H2 {
  color: #767676;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uTPC8DgR1b {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uTPC8DgR1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPC8DgR1b .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-uTPC8DgR1b .container {
    padding: 0 15px;
  }
}
.cid-uTPC8DgR1b .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTPC8DgR1b .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTPC8DgR1b .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTPC8DgR1b .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTPC8DgR1b .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTPC8DgR1b .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTPC8DgR1b .mbr-section-title {
  color: #131c28;
}
.cid-uTPC8DgR1b .mbr-desc {
  color: #a54a00;
  letter-spacing: 6.9px;
}
.cid-uTPC8DgR1b .mbr-section-title,
.cid-uTPC8DgR1b .mbr-section-btn {
  color: #1b1b1b;
}
.cid-uVyZV0EkDv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVyZV0EkDv {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVyZV0EkDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyZV0EkDv .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-uVyZV0EkDv .container {
    padding: 0 15px;
  }
}
.cid-uVyZV0EkDv .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVyZV0EkDv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVyZV0EkDv .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVyZV0EkDv .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVyZV0EkDv .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVyZV0EkDv .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVyZV0EkDv .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVyZV0EkDv .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVyZV0EkDv .mbr-section-title,
.cid-uVyZV0EkDv .mbr-section-btn {
  color: #000000;
}
.cid-uTPC8DqDdD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uTPC8DqDdD .line {
  background-color: #bb7400;
  color: #bb7400;
  align: center;
  height: 0.6px;
  margin: 0 auto;
}
.cid-uTPC8DqDdD .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uTPC8DqDdD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTPC8DqDdD .inner-container {
    width: 100% !important;
  }
}
.cid-uTPJxAIcdF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uTPJxAIcdF .mfone {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTPJxAIcdF .mfone {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uTPJxAIcdF .mftwo {
    padding-right: 4rem;
    height: 900px;
  }
}
@media (max-width: 991px) {
  .cid-uTPJxAIcdF .mftwo {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTPJxAIcdF .mbr-text {
    text-align: center;
  }
}
.cid-uTPJxAIcdF H2 {
  color: #232323;
  text-align: left;
}
.cid-uTPJxAIcdF .mbr-text,
.cid-uTPJxAIcdF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uTPJxAIcdF H3 {
  color: #232323;
  text-align: left;
}
.cid-uTPJxAIcdF H5 {
  color: #ff3366;
}
@media (max-width: 767px) {
  .cid-uTPJxAIcdF H5 {
    text-align: center;
  }
}
.cid-uTPJxAIcdF .panel-text {
  color: #001d4a;
  text-align: left;
}
.cid-uTPJxAIcdF .panel-body {
  border-style: solid;
  border-width: 1px;
  border-color: #e4d295;
  border-radius: 6px;
  background-color: #efe8c9;
}
@media (min-width: 992px) {
  .cid-uTPJxAIcdF .panel-body {
    width: 100%;
  }
}
.cid-uTPJxAIcdF .btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  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: 2px;
  border-color: #0082c3;
}
.cid-uTPJxAIcdF gruen {
  color: #00C3C3;
  font-weight: bold;
}
.cid-uTPJxAIcdF rot {
  color: #FF0095;
  font-weight: bold;
}
.cid-uTPJxAIcdF braun {
  color: #bb7400;
  font-size: 16px;
}
.cid-uTPJxAIcdF black {
  color: #333333;
  font-size: 20px;
}
.cid-uVz0ygj6Ex {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVz0ygj6Ex {
    padding-top: 8px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .cid-uVz0ygj6Ex .mfone {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uVz0ygj6Ex .mfone {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uVz0ygj6Ex .mftwo {
    padding-right: 4rem;
    height: 900px;
  }
}
@media (max-width: 991px) {
  .cid-uVz0ygj6Ex .mftwo {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVz0ygj6Ex .mbr-text {
    text-align: center;
  }
}
.cid-uVz0ygj6Ex H2 {
  color: #232323;
  text-align: left;
}
.cid-uVz0ygj6Ex .mbr-text,
.cid-uVz0ygj6Ex .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVz0ygj6Ex H3 {
  color: #232323;
  text-align: left;
}
.cid-uVz0ygj6Ex H5 {
  color: #ff3366;
}
@media (max-width: 767px) {
  .cid-uVz0ygj6Ex H5 {
    text-align: center;
  }
}
.cid-uVz0ygj6Ex .panel-text {
  color: #001d4a;
  text-align: left;
}
.cid-uVz0ygj6Ex .panel-body {
  border-style: solid;
  border-width: 1px;
  border-color: #e4d295;
  border-radius: 6px;
  background-color: #efe8c9;
}
@media (min-width: 992px) {
  .cid-uVz0ygj6Ex .panel-body {
    width: 100%;
  }
}
.cid-uVz0ygj6Ex .btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  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: 2px;
  border-color: #0082c3;
}
.cid-uVz0ygj6Ex gruen {
  color: #00C3C3;
  font-weight: bold;
}
.cid-uVz0ygj6Ex rot {
  color: #FF0095;
  font-weight: bold;
}
.cid-uVz0ygj6Ex braun {
  color: #bb7400;
  font-size: 16px;
}
.cid-uVz0ygj6Ex black {
  color: #333333;
  font-size: 20px;
}
.cid-uVfVXvPXt4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVfVXvPXt4 .mbr-section-subtitle {
  color: #14191e;
}
.cid-uVfVXvPXt4 .mbr-text {
  color: #000000;
}
.cid-uVz1sh8x3a {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVz1sh8x3a {
    padding-top: 0px;
    padding-bottom: 3px;
  }
}
.cid-uVz1sh8x3a .mbr-section-subtitle {
  color: #14191e;
}
.cid-uVz1sh8x3a .mbr-text {
  color: #000000;
}
.cid-uVyYPMp22W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVyYPMp22W hr.top-hr {
  border-top: 1px solid #6e6e6e;
  width: 98%;
  margin: 0px 0px 9px 0px;
  padding: 0px;
}
.cid-uVyYPMp22W hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uVyYPMp22W h2 {
  float: center;
  color: #0082c3;
}
.cid-uVyYPMp22W .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 12px 12px 12px !important;
  font-size: 0.75rem !important;
  border-radius: 4px !important;
  width: 135px;
  height: 30px;
  margin-left: -100px;
}
.cid-uVyYPMp22W H2 {
  color: #767676;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uTPBZUIHe7 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uTPBZUIHe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPBZUIHe7 .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-uTPBZUIHe7 .container {
    padding: 0 15px;
  }
}
.cid-uTPBZUIHe7 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTPBZUIHe7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTPBZUIHe7 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTPBZUIHe7 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTPBZUIHe7 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTPBZUIHe7 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTPBZUIHe7 .mbr-section-title {
  color: #131c28;
}
.cid-uTPBZUIHe7 .mbr-desc {
  color: #a54a00;
  letter-spacing: 6.9px;
}
.cid-uTPBZUIHe7 .mbr-section-title,
.cid-uTPBZUIHe7 .mbr-section-btn {
  color: #1b1b1b;
}
.cid-uVyVFAj9xs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVyVFAj9xs {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVyVFAj9xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyVFAj9xs .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-uVyVFAj9xs .container {
    padding: 0 15px;
  }
}
.cid-uVyVFAj9xs .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVyVFAj9xs .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVyVFAj9xs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVyVFAj9xs .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVyVFAj9xs .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVyVFAj9xs .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVyVFAj9xs .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVyVFAj9xs .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVyVFAj9xs .mbr-section-title,
.cid-uVyVFAj9xs .mbr-section-btn {
  color: #000000;
}
.cid-uTPBZUTWcU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uTPBZUTWcU .line {
  background-color: #bb7400;
  color: #bb7400;
  align: center;
  height: 0.6px;
  margin: 0 auto;
}
.cid-uTPBZUTWcU .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uTPBZUTWcU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTPBZUTWcU .inner-container {
    width: 100% !important;
  }
}
.cid-uUSbRRLnQE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUSbRRLnQE {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uUSbRRLnQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSbRRLnQE .container {
  max-width: 1300px;
}
.cid-uUSbRRLnQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSbRRLnQE .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uUSbRRLnQE .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uUSbRRLnQE .row {
  background: #ffffff;
}
.cid-uUSbRRLnQE .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uUSbRRLnQE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSbRRLnQE .image-wrapper {
  padding: 0;
}
.cid-uUSbRRLnQE .image-wrapper img {
  height: 100%;
  object-fit: contain;
}
.cid-uUSbRRLnQE .mbr-section-title {
  color: #1b1b1b;
}
.cid-uUSbRRLnQE .mbr-text,
.cid-uUSbRRLnQE .mbr-section-btn {
  color: #ffffff;
}
.cid-uUSbRRLnQE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUSbRRLnQE gruen {
  color: #00C3C3;
  font-weight: bold;
}
.cid-uUSbRRLnQE rot {
  color: #FF0095;
  font-weight: bold;
}
.cid-uUSbRRLnQE braun {
  color: #a54a00;
  font-size: 16px;
}
.cid-uUSbRRLnQE black {
  color: #333333;
  font-size: 28px;
}
.cid-uUSbRRLnQE highlight {
  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-uWTGWrvnxQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWTGWrvnxQ {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uWTGWrvnxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTGWrvnxQ .container {
  max-width: 1300px;
}
.cid-uWTGWrvnxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTGWrvnxQ .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uWTGWrvnxQ .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uWTGWrvnxQ .row {
  background: #ffffff;
}
.cid-uWTGWrvnxQ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uWTGWrvnxQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWTGWrvnxQ .image-wrapper {
  padding: 0;
}
.cid-uWTGWrvnxQ .image-wrapper img {
  height: 100%;
  object-fit: contain;
}
.cid-uWTGWrvnxQ .mbr-section-title {
  color: #1b1b1b;
}
.cid-uWTGWrvnxQ .mbr-text,
.cid-uWTGWrvnxQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uWTGWrvnxQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWTGWrvnxQ gruen {
  color: #00C3C3;
  font-weight: bold;
}
.cid-uWTGWrvnxQ rot {
  color: #FF0095;
  font-weight: bold;
}
.cid-uWTGWrvnxQ braun {
  color: #a54a00;
  font-size: 16px;
}
.cid-uWTGWrvnxQ black {
  color: #333333;
  font-size: 28px;
}
.cid-uWTGWrvnxQ highlight {
  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-uVyYAcpdlh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVyYAcpdlh hr.top-hr {
  border-top: 1px solid #6e6e6e;
  width: 98%;
  margin: 0px 0px 9px 0px;
  padding: 0px;
}
.cid-uVyYAcpdlh hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uVyYAcpdlh h2 {
  float: center;
  color: #0082c3;
}
.cid-uVyYAcpdlh .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 12px 12px 12px !important;
  font-size: 0.75rem !important;
  border-radius: 4px !important;
  width: 135px;
  height: 30px;
  margin-left: -100px;
}
.cid-uVyYAcpdlh H2 {
  color: #767676;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUMpNA82dY {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUMpNA82dY nav.navbar {
  position: fixed;
}
.cid-uUMpNA82dY .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-uUMpNA82dY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUMpNA82dY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUMpNA82dY .dropdown-item:hover,
.cid-uUMpNA82dY .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUMpNA82dY .dropdown-item:hover span {
  color: white;
}
.cid-uUMpNA82dY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUMpNA82dY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUMpNA82dY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUMpNA82dY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUMpNA82dY .nav-link {
  position: relative;
}
.cid-uUMpNA82dY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUMpNA82dY .container {
    flex-wrap: nowrap;
  }
}
.cid-uUMpNA82dY .dropdown-menu,
.cid-uUMpNA82dY .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUMpNA82dY .nav-item:focus,
.cid-uUMpNA82dY .nav-link:focus {
  outline: none;
}
.cid-uUMpNA82dY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUMpNA82dY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUMpNA82dY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUMpNA82dY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUMpNA82dY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMpNA82dY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUMpNA82dY .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-uUMpNA82dY .navbar.opened {
  transition: all 0.3s;
}
.cid-uUMpNA82dY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUMpNA82dY .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUMpNA82dY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUMpNA82dY .navbar.collapsed {
  justify-content: center;
}
.cid-uUMpNA82dY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUMpNA82dY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUMpNA82dY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUMpNA82dY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUMpNA82dY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUMpNA82dY .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-uUMpNA82dY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUMpNA82dY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUMpNA82dY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUMpNA82dY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUMpNA82dY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUMpNA82dY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUMpNA82dY .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-uUMpNA82dY .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUMpNA82dY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUMpNA82dY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUMpNA82dY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUMpNA82dY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUMpNA82dY .navbar.navbar-short {
  min-height: auto;
}
.cid-uUMpNA82dY .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUMpNA82dY .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUMpNA82dY .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-uUMpNA82dY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUMpNA82dY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUMpNA82dY .dropdown-item.active,
.cid-uUMpNA82dY .dropdown-item:active {
  background-color: transparent;
}
.cid-uUMpNA82dY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUMpNA82dY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUMpNA82dY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUMpNA82dY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUMpNA82dY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUMpNA82dY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMpNA82dY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUMpNA82dY .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-uUMpNA82dY .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUMpNA82dY .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUMpNA82dY .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUMpNA82dY .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUMpNA82dY 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-uUMpNA82dY button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUMpNA82dY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUMpNA82dY button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUMpNA82dY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUMpNA82dY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUMpNA82dY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUMpNA82dY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUMpNA82dY nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUMpNA82dY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUMpNA82dY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUMpNA82dY nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUMpNA82dY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUMpNA82dY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUMpNA82dY .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-uUMpNA82dY .navbar {
    height: 70px;
  }
  .cid-uUMpNA82dY .navbar.opened {
    height: auto;
  }
  .cid-uUMpNA82dY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUMpNA82dY .container-fluid {
  padding-right: 0;
}
.cid-uUMpNA82dY .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUMpNA82dY .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUMpNA82dY .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUMpNA82dY .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUMpNA82dY .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUMpNA82dY .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUMpNA82dY .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUMpNA82dY .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUMpNA82dY .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUMpNA82dY .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUMpNA82dY .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUMpNA82dY .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-uUMpNA82dY .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUMpNA82dY .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUMpNA82dY .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUMpNA82dY .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUMpNA82dY .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUMpNA82dY .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUMpNA82dY .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUMpNA82dY .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUMpNA82dY mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUMpNA82dY .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-uUMpNA82dY 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-uUMpNA82dY 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-uUMpNA82dY achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUMpNA82dY 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-uUMpNA82dY zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uUMpNAliCc {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uUMpNAliCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUMpNAliCc .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-uUMpNAliCc .container {
    padding: 0 15px;
  }
}
.cid-uUMpNAliCc .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uUMpNAliCc .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uUMpNAliCc .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uUMpNAliCc .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uUMpNAliCc .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uUMpNAliCc .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uUMpNAliCc .mbr-section-title {
  color: #131c28;
}
.cid-uUMpNAliCc .mbr-desc {
  color: #a54a00;
  letter-spacing: 6.9px;
}
.cid-uUMpNAliCc .mbr-section-title,
.cid-uUMpNAliCc .mbr-section-btn {
  color: #1b1b1b;
}
.cid-uVCUBWqIcr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVCUBWqIcr {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVCUBWqIcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCUBWqIcr .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-uVCUBWqIcr .container {
    padding: 0 15px;
  }
}
.cid-uVCUBWqIcr .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVCUBWqIcr .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVCUBWqIcr .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVCUBWqIcr .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVCUBWqIcr .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVCUBWqIcr .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVCUBWqIcr .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVCUBWqIcr .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVCUBWqIcr .mbr-section-title,
.cid-uVCUBWqIcr .mbr-section-btn {
  color: #000000;
}
.cid-uUMqlBueKr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUMqlBueKr .line {
  background-color: #bb7400;
  color: #bb7400;
  align: center;
  height: 0.6px;
  margin: 0 auto;
}
.cid-uUMqlBueKr .section-text {
  padding: 0.3rem 0;
  text-align: left;
  color: #000000;
}
.cid-uUMqlBueKr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uUMqlBueKr .inner-container {
    width: 100% !important;
  }
}
.cid-uUMqlBueKr klein {
  font-size: 12px;
  line-height: 16px;
}
.cid-uUMpNASxsp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uUMpNASxsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUMpNASxsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUMpNASxsp .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUMpNASxsp .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uUMpNASxsp .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUMpNASxsp .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uUMpNASxsp .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uUMpNASxsp .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUMpNASxsp .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUMpNASxsp .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uUMpNASxsp .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-uUMpNASxsp .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUMpNASxsp .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uUMpNASxsp .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uUMpNASxsp .items-wrapper .card {
  padding: 0 32px;
}
.cid-uUMpNASxsp .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUMpNASxsp .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUMpNASxsp .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUMpNASxsp .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUMpNASxsp .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUMpNASxsp .list-wrapper .list .item-wrap:hover,
.cid-uUMpNASxsp .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUMpNASxsp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUMpNASxsp .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUMpNASxsp .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUMpNASxsp .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUMpNASxsp .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUMpNASxsp .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uUMpNASxsp .mbr-desc {
  color: #ffffff;
}
.cid-uUMpNASxsp .mbr-text,
.cid-uUMpNASxsp .text-wrapper {
  color: #9aa0a6;
}
.cid-uUMpNASxsp .list {
  color: #9aa0a6;
}
.cid-uUMpNASxsp .mbr-text,
.cid-uUMpNASxsp .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uUMpNASxsp .list,
.cid-uUMpNASxsp .item-wrap {
  color: #b2ccd2;
}
.cid-uUMpNASxsp weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uUMpNASxsp klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uUMpNASxsp blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uUMpNASxsp .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-uUMpNASxsp .mbr-desc,
.cid-uUMpNASxsp .content-wrapper {
  color: #ebead7;
}
.cid-uUMpNASxsp oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uUMpNASxsp ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uTPyIm5nEu {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uTPyIm5nEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPyIm5nEu .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-uTPyIm5nEu .container {
    padding: 0 15px;
  }
}
.cid-uTPyIm5nEu .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTPyIm5nEu .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTPyIm5nEu .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTPyIm5nEu .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTPyIm5nEu .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTPyIm5nEu .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTPyIm5nEu .mbr-section-title {
  color: #131c28;
}
.cid-uTPyIm5nEu .mbr-desc {
  color: #a54a00;
  letter-spacing: 6.9px;
}
.cid-uTPyIm5nEu .mbr-section-title,
.cid-uTPyIm5nEu .mbr-section-btn {
  color: #1b1b1b;
}
.cid-uVCXftXF4h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVCXftXF4h {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVCXftXF4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCXftXF4h .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-uVCXftXF4h .container {
    padding: 0 15px;
  }
}
.cid-uVCXftXF4h .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVCXftXF4h .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVCXftXF4h .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVCXftXF4h .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVCXftXF4h .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVCXftXF4h .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVCXftXF4h .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVCXftXF4h .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVCXftXF4h .mbr-section-title,
.cid-uVCXftXF4h .mbr-section-btn {
  color: #000000;
}
.cid-uUS7xq226v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUS7xq226v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUS7xq226v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUS7xq226v .row {
  justify-content: center;
}
.cid-uUS7xq226v .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uUS7xq226v .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUS7xq226v .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-uUS7xq226v .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uUS7xq226v .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uUS7xq226v .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uUS7xq226v .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUS7xq226v .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uUS7xq226v .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUS7xq226v .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUS7xq226v .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uUS7xq226v .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUS7xq226v .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUS7xq226v .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUS7xq226v .card-wrapper .image-wrapper img {
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUS7xq226v .card-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uUS7xq226v .mbr-label,
.cid-uUS7xq226v .label-wrapper {
  color: #151e11;
}
.cid-uUS7xq226v .mbr-section-title {
  color: #151e11;
}
.cid-uUS7xq226v .mbr-text {
  color: #151e11;
}
.cid-uUS7xq226v ora {
  color: #a54a00;
  letter-spacing: 2px;
}
.cid-uUS7xq226v braun {
  color: #a54a00;
  letter-spacing: 4px;
  font-size: 26px;
  font-weight: bold;
}
.cid-uUS7xq226v 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-uUS7xq226v highlight {
  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-uUS7xq226v achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUS7xq226v 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-uUS7xq226v zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uWTHTv9tuR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWTHTv9tuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWTHTv9tuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWTHTv9tuR .row {
  justify-content: center;
}
.cid-uWTHTv9tuR .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uWTHTv9tuR .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uWTHTv9tuR .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-uWTHTv9tuR .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uWTHTv9tuR .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uWTHTv9tuR .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uWTHTv9tuR .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWTHTv9tuR .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uWTHTv9tuR .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWTHTv9tuR .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uWTHTv9tuR .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWTHTv9tuR .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWTHTv9tuR .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWTHTv9tuR .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uWTHTv9tuR .card-wrapper .image-wrapper img {
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWTHTv9tuR .card-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uWTHTv9tuR .mbr-label,
.cid-uWTHTv9tuR .label-wrapper {
  color: #151e11;
}
.cid-uWTHTv9tuR .mbr-section-title {
  color: #151e11;
}
.cid-uWTHTv9tuR .mbr-text {
  color: #151e11;
}
.cid-uWTHTv9tuR ora {
  color: #a54a00;
  letter-spacing: 2px;
}
.cid-uWTHTv9tuR braun {
  color: #a54a00;
  letter-spacing: 4px;
  font-size: 26px;
  font-weight: bold;
}
.cid-uWTHTv9tuR 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-uWTHTv9tuR highlight {
  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-uWTHTv9tuR achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uWTHTv9tuR 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-uWTHTv9tuR zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uTPQ4dfoWf {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uTPQ4dfoWf {
    padding-top: 27px;
    padding-bottom: 3px;
  }
}
.cid-uTPQ4dfoWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPQ4dfoWf .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-uTPQ4dfoWf .container {
    padding: 0 15px;
  }
}
.cid-uTPQ4dfoWf .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTPQ4dfoWf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTPQ4dfoWf .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTPQ4dfoWf .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTPQ4dfoWf .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTPQ4dfoWf .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTPQ4dfoWf .mbr-section-title {
  color: #131c28;
}
.cid-uTPQ4dfoWf .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uTPQ4dfoWf .mbr-section-title,
.cid-uTPQ4dfoWf .mbr-section-btn {
  color: #000000;
}
.cid-uVCZANN2Mc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVCZANN2Mc {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVCZANN2Mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCZANN2Mc .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-uVCZANN2Mc .container {
    padding: 0 15px;
  }
}
.cid-uVCZANN2Mc .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVCZANN2Mc .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVCZANN2Mc .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVCZANN2Mc .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVCZANN2Mc .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVCZANN2Mc .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVCZANN2Mc .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVCZANN2Mc .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVCZANN2Mc .mbr-section-title,
.cid-uVCZANN2Mc .mbr-section-btn {
  color: #000000;
}
.cid-uVD1ufGytt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uVD1ufGytt img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uVD1ufGytt .row {
  justify-content: center;
}
.cid-uVD1ufGytt .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uVD1ufGytt .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-uVD1ufGytt .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-uVD1ufGytt .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-uVD1ufGytt .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uVD1ufGytt .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-uVD1ufGytt .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVD1ufGytt .item {
    padding: 0.5rem;
  }
  .cid-uVD1ufGytt .row {
    padding: 0 0.5rem;
  }
}
.cid-uVD1ufGytt .btn {
  border-radius: 0;
}
.cid-uVD1ufGytt .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-uVD1ufGytt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD1ufGytt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVD59OOsIC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVD59OOsIC img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uVD59OOsIC .row {
  justify-content: center;
}
.cid-uVD59OOsIC .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uVD59OOsIC .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-uVD59OOsIC .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-uVD59OOsIC .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-uVD59OOsIC .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uVD59OOsIC .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-uVD59OOsIC .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVD59OOsIC .item {
    padding: 0.5rem;
  }
  .cid-uVD59OOsIC .row {
    padding: 0 0.5rem;
  }
}
.cid-uVD59OOsIC .btn {
  border-radius: 0;
}
.cid-uVD59OOsIC .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-uVD59OOsIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVD59OOsIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTQYges05o {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTQYges05o .item-img,
.cid-uTQYges05o .img-wrap,
.cid-uTQYges05o img {
  border-radius: 00% !important;
  display: flex;
  justify-content: center;
}
.cid-uTQYges05o img,
.cid-uTQYges05o .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 150px;
  height: 150px;
}
@media (max-width: 1600px) {
  .cid-uTQYges05o img,
  .cid-uTQYges05o .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uTQYges05o .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uTQYges05o .item:focus,
.cid-uTQYges05o span:focus {
  outline: none;
}
.cid-uTQYges05o .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uTQYges05o .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTQYges05o .item {
    margin-bottom: 1rem;
  }
}
.cid-uTQYges05o h5 {
  margin: 0;
}
.cid-uTQYges05o .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uTQYges05o .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uTQYges05o .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTQYges05o .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uTQYges05o .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uTQYges05o .item-wrapper {
    height: auto;
  }
}
.cid-uTQYges05o .mbr-section-title {
  color: #bb7400;
  text-align: left;
}
.cid-uTQYges05o .item-title {
  text-align: center;
}
.cid-uTQYges05o .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uTQYges05o .mbr-text,
.cid-uTQYges05o .item .mbr-section-btn {
  text-align: center;
}
.cid-uTQYges05o .mbr-section-subtitle,
.cid-uTQYges05o .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uTR4jk3vIm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTR4jk3vIm .item-img,
.cid-uTR4jk3vIm .img-wrap,
.cid-uTR4jk3vIm img {
  border-radius: 00% !important;
  display: flex;
  justify-content: center;
}
.cid-uTR4jk3vIm img,
.cid-uTR4jk3vIm .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 150px;
  height: 150px;
}
@media (max-width: 1600px) {
  .cid-uTR4jk3vIm img,
  .cid-uTR4jk3vIm .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uTR4jk3vIm .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uTR4jk3vIm .item:focus,
.cid-uTR4jk3vIm span:focus {
  outline: none;
}
.cid-uTR4jk3vIm .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uTR4jk3vIm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTR4jk3vIm .item {
    margin-bottom: 1rem;
  }
}
.cid-uTR4jk3vIm h5 {
  margin: 0;
}
.cid-uTR4jk3vIm .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uTR4jk3vIm .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uTR4jk3vIm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTR4jk3vIm .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uTR4jk3vIm .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uTR4jk3vIm .item-wrapper {
    height: auto;
  }
}
.cid-uTR4jk3vIm .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uTR4jk3vIm .item-title {
  text-align: center;
}
.cid-uTR4jk3vIm .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uTR4jk3vIm .mbr-text,
.cid-uTR4jk3vIm .item .mbr-section-btn {
  text-align: center;
}
.cid-uTR4jk3vIm .mbr-section-subtitle,
.cid-uTR4jk3vIm .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uTR4nix7qA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTR4nix7qA .item-img,
.cid-uTR4nix7qA .img-wrap,
.cid-uTR4nix7qA img {
  border-radius: 00% !important;
  display: flex;
  justify-content: center;
}
.cid-uTR4nix7qA img,
.cid-uTR4nix7qA .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 150px;
  height: 150px;
}
@media (max-width: 1600px) {
  .cid-uTR4nix7qA img,
  .cid-uTR4nix7qA .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uTR4nix7qA .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uTR4nix7qA .item:focus,
.cid-uTR4nix7qA span:focus {
  outline: none;
}
.cid-uTR4nix7qA .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uTR4nix7qA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTR4nix7qA .item {
    margin-bottom: 1rem;
  }
}
.cid-uTR4nix7qA h5 {
  margin: 0;
}
.cid-uTR4nix7qA .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uTR4nix7qA .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uTR4nix7qA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTR4nix7qA .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uTR4nix7qA .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uTR4nix7qA .item-wrapper {
    height: auto;
  }
}
.cid-uTR4nix7qA .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uTR4nix7qA .item-title {
  text-align: center;
}
.cid-uTR4nix7qA .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uTR4nix7qA .mbr-text,
.cid-uTR4nix7qA .item .mbr-section-btn {
  text-align: center;
}
.cid-uTR4nix7qA .mbr-section-subtitle,
.cid-uTR4nix7qA .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uTR4oyJRWC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTR4oyJRWC .item-img,
.cid-uTR4oyJRWC .img-wrap,
.cid-uTR4oyJRWC img {
  border-radius: 00% !important;
  display: flex;
  justify-content: center;
}
.cid-uTR4oyJRWC img,
.cid-uTR4oyJRWC .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 150px;
  height: 150px;
}
@media (max-width: 1600px) {
  .cid-uTR4oyJRWC img,
  .cid-uTR4oyJRWC .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uTR4oyJRWC .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uTR4oyJRWC .item:focus,
.cid-uTR4oyJRWC span:focus {
  outline: none;
}
.cid-uTR4oyJRWC .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uTR4oyJRWC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTR4oyJRWC .item {
    margin-bottom: 1rem;
  }
}
.cid-uTR4oyJRWC h5 {
  margin: 0;
}
.cid-uTR4oyJRWC .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uTR4oyJRWC .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uTR4oyJRWC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uTR4oyJRWC .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uTR4oyJRWC .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uTR4oyJRWC .item-wrapper {
    height: auto;
  }
}
.cid-uTR4oyJRWC .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uTR4oyJRWC .item-title {
  text-align: center;
}
.cid-uTR4oyJRWC .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uTR4oyJRWC .mbr-text,
.cid-uTR4oyJRWC .item .mbr-section-btn {
  text-align: center;
}
.cid-uTR4oyJRWC .mbr-section-subtitle,
.cid-uTR4oyJRWC .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uTPR2h1YrB {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uTPR2h1YrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPR2h1YrB .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-uTPR2h1YrB .container {
    padding: 0 15px;
  }
}
.cid-uTPR2h1YrB .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTPR2h1YrB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTPR2h1YrB .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTPR2h1YrB .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTPR2h1YrB .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTPR2h1YrB .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTPR2h1YrB .mbr-section-title {
  color: #131c28;
}
.cid-uTPR2h1YrB .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uTPR2h1YrB .mbr-section-title,
.cid-uTPR2h1YrB .mbr-section-btn {
  color: #000000;
}
.cid-uVDcmCRO25 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVDcmCRO25 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVDcmCRO25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDcmCRO25 .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-uVDcmCRO25 .container {
    padding: 0 15px;
  }
}
.cid-uVDcmCRO25 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVDcmCRO25 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVDcmCRO25 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVDcmCRO25 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVDcmCRO25 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVDcmCRO25 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVDcmCRO25 .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVDcmCRO25 .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVDcmCRO25 .mbr-section-title,
.cid-uVDcmCRO25 .mbr-section-btn {
  color: #000000;
}
.cid-uTPRis6eOF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTPRis6eOF .mbr-text,
.cid-uTPRis6eOF blockquote {
  color: #767676;
}
.cid-uTPRis6eOF gro {
  color: #00A500;
  font-size: 16px;
  font-weight: bold;
}
.cid-uTPRis6eOF klein {
  color: #a4a4a4;
  font-size: 12px;
  line-height: 18px;
}
.cid-uTPRis6eOF .mbr-text {
  color: #000000;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uTPSSTX6lL {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uTPSSTX6lL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPSSTX6lL .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-uTPSSTX6lL .container {
    padding: 0 15px;
  }
}
.cid-uTPSSTX6lL .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTPSSTX6lL .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTPSSTX6lL .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTPSSTX6lL .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTPSSTX6lL .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTPSSTX6lL .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTPSSTX6lL .mbr-section-title {
  color: #131c28;
}
.cid-uTPSSTX6lL .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uTPSSTX6lL .mbr-section-title,
.cid-uTPSSTX6lL .mbr-section-btn {
  color: #000000;
}
.cid-uVDcB8IH5S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVDcB8IH5S {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVDcB8IH5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDcB8IH5S .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-uVDcB8IH5S .container {
    padding: 0 15px;
  }
}
.cid-uVDcB8IH5S .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVDcB8IH5S .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVDcB8IH5S .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVDcB8IH5S .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVDcB8IH5S .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVDcB8IH5S .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVDcB8IH5S .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVDcB8IH5S .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVDcB8IH5S .mbr-section-title,
.cid-uVDcB8IH5S .mbr-section-btn {
  color: #000000;
}
.cid-uTPT5n6cbN {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTPT5n6cbN {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.cid-uTPT5n6cbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPT5n6cbN .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-uTPT5n6cbN .container {
    padding: 0 30px;
  }
}
.cid-uTPT5n6cbN .row {
  position: relative;
}
.cid-uTPT5n6cbN .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 500px;
  height: 500px;
  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-uTPT5n6cbN .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uTPT5n6cbN .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #e1e7ea;
  width: 880px;
  opacity: 0.83;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uTPT5n6cbN .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uTPT5n6cbN .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uTPT5n6cbN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTPT5n6cbN .mbr-text {
  color: #000000;
}
.cid-uTPT5n6cbN .mbr-link,
.cid-uTPT5n6cbN .mbr-iconfont {
  color: #212529;
}
.cid-uTPT5n6cbN .mbr-section-title {
  color: #a54a00;
}
.cid-uTPT5n6cbN gro {
  font-size: 24px;
}
.cid-uVDf5gY49A {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVDf5gY49A .mbr-section-subtitle {
  color: #14191e;
}
.cid-uVDf5gY49A .mbr-text {
  color: #000000;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uTPUu49P7A {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uTPUu49P7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPUu49P7A .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-uTPUu49P7A .container {
    padding: 0 15px;
  }
}
.cid-uTPUu49P7A .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTPUu49P7A .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTPUu49P7A .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTPUu49P7A .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTPUu49P7A .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTPUu49P7A .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTPUu49P7A .mbr-section-title {
  color: #131c28;
}
.cid-uTPUu49P7A .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uTPUu49P7A .mbr-section-title,
.cid-uTPUu49P7A .mbr-section-btn {
  color: #000000;
}
.cid-uVDcNOOcpy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVDcNOOcpy {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVDcNOOcpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDcNOOcpy .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-uVDcNOOcpy .container {
    padding: 0 15px;
  }
}
.cid-uVDcNOOcpy .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVDcNOOcpy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVDcNOOcpy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVDcNOOcpy .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVDcNOOcpy .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVDcNOOcpy .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVDcNOOcpy .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVDcNOOcpy .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVDcNOOcpy .mbr-section-title,
.cid-uVDcNOOcpy .mbr-section-btn {
  color: #000000;
}
.cid-uTRmMW8DzV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uTRmMW8DzV .line {
  background-color: #bb7400;
  color: #bb7400;
  align: center;
  height: 0.6px;
  margin: 0 auto;
}
.cid-uTRmMW8DzV .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uTRmMW8DzV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTRmMW8DzV .inner-container {
    width: 100% !important;
  }
}
.cid-uTPV5QfAI5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTPV5QfAI5 {
    padding-top: 15px;
    padding-bottom: 6px;
  }
}
.cid-uTPV5QfAI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPV5QfAI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPV5QfAI5 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uTPV5QfAI5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTPV5QfAI5 .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uTPV5QfAI5 .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uTPV5QfAI5 .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #b2ccd2;
  height: 100%;
  overflow: hidden;
  background-color: #fefced;
}
.cid-uTPV5QfAI5 .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uTPV5QfAI5 .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #6e6e6e;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTPV5QfAI5 .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uTPV5QfAI5 .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uTPV5QfAI5 .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uTPV5QfAI5 .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uTPV5QfAI5 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uTPV5QfAI5 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uTPV5QfAI5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTPV5QfAI5 .item-number {
  color: #bcfe1e;
}
.cid-uTPV5QfAI5 .item-title {
  color: #ffffff;
}
.cid-uTPV5QfAI5 .item-text {
  color: #5b686b;
  letter-spacing: 1px;
}
.cid-uTPV5QfAI5 line {
  line-height: 30px;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uTRjRghn3T {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uTRjRghn3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRjRghn3T .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-uTRjRghn3T .container {
    padding: 0 15px;
  }
}
.cid-uTRjRghn3T .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTRjRghn3T .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTRjRghn3T .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTRjRghn3T .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTRjRghn3T .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTRjRghn3T .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTRjRghn3T .mbr-section-title {
  color: #131c28;
}
.cid-uTRjRghn3T .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uTRjRghn3T .mbr-section-title,
.cid-uTRjRghn3T .mbr-section-btn {
  color: #000000;
}
.cid-uVDd17oUd6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVDd17oUd6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVDd17oUd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDd17oUd6 .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-uVDd17oUd6 .container {
    padding: 0 15px;
  }
}
.cid-uVDd17oUd6 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVDd17oUd6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVDd17oUd6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVDd17oUd6 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVDd17oUd6 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVDd17oUd6 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVDd17oUd6 .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVDd17oUd6 .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVDd17oUd6 .mbr-section-title,
.cid-uVDd17oUd6 .mbr-section-btn {
  color: #000000;
}
.cid-uTRjDjyAmL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uTRjDjyAmL .line {
  background-color: #bb7400;
  color: #bb7400;
  align: center;
  height: 0.6px;
  margin: 0 auto;
}
.cid-uTRjDjyAmL .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uTRjDjyAmL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTRjDjyAmL .inner-container {
    width: 100% !important;
  }
}
.cid-t9XMMTZEaO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t9XMMTZEaO {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-t9XMMTZEaO .line {
  background-color: #f4f4f4;
  color: #f4f4f4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t9XMMTZEaO .section-text {
  padding: 2rem 0;
  padding-left: 18px;
  color: #232323;
  text-align: left;
}
.cid-t9XMMTZEaO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t9XMMTZEaO .inner-container {
    width: 100% !important;
  }
}
.cid-t9XMMTZEaO ora {
  color: #e15a00;
}
.cid-t9XMMTZEaO .section-text DIV {
  text-align: left;
}
.cid-taDPlO7Stk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-taDPlO7Stk .line {
  background-color: #bfccd1;
  color: #0082c3;
  align: center;
  height: 1px;
  margin: 3px auto;
}
.cid-taDPlO7Stk .section-text {
  padding: 0.1rem 0;
  text-align: left;
  color: #c4a10a;
}
.cid-taDPlO7Stk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-taDPlO7Stk .inner-container {
    width: 100% !important;
  }
}
.cid-uRnGDZNCld {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRnGDZNCld {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.cid-uRnGDZNCld .line {
  background-color: #bfccd1;
  color: #0082c3;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRnGDZNCld .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #c4a10a;
}
.cid-uRnGDZNCld .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRnGDZNCld .inner-container {
    width: 100% !important;
  }
}
.cid-taDPjQvndY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-taDPjQvndY {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-taDPjQvndY .line {
  background-color: #f4f4f4;
  color: #f4f4f4;
  align: center;
  height: 2px;
  margin: 1 auto;
}
.cid-taDPjQvndY .section-text {
  padding: 0.9rem 0;
  padding-left: 18px;
  color: #232323;
  text-align: left;
}
.cid-taDPjQvndY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-taDPjQvndY .inner-container {
    width: 100% !important;
  }
}
.cid-taDPjQvndY ora {
  color: #e15a00;
}
.cid-taDPjQvndY .section-text DIV {
  text-align: left;
}
.cid-uWnZLULf4n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWnZLULf4n .line {
  background-color: #bfccd1;
  color: #0082c3;
  align: center;
  height: 1px;
  margin: 2px auto;
}
.cid-uWnZLULf4n .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #c4a10a;
}
.cid-uWnZLULf4n .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uWnZLULf4n .inner-container {
    width: 100% !important;
  }
}
.cid-uWnZPY7TV5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uWnZPY7TV5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uWnZPY7TV5 .line {
  background-color: #f4f4f4;
  color: #f4f4f4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWnZPY7TV5 .section-text {
  padding: 0.2rem 0;
  padding-left: 18px;
  color: #232323;
  text-align: left;
}
.cid-uWnZPY7TV5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uWnZPY7TV5 .inner-container {
    width: 100% !important;
  }
}
.cid-uWnZPY7TV5 ora {
  color: #e15a00;
}
.cid-uWnZPY7TV5 .section-text DIV {
  text-align: left;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uVDdeBlIcV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
@media (max-width: 991px) {
  .cid-uVDdeBlIcV {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uVDdeBlIcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDdeBlIcV .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-uVDdeBlIcV .container {
    padding: 0 15px;
  }
}
.cid-uVDdeBlIcV .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVDdeBlIcV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVDdeBlIcV .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVDdeBlIcV .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVDdeBlIcV .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uVDdeBlIcV .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uVDdeBlIcV .mbr-section-title {
  color: #131c28;
  margin-top: 66px;
}
.cid-uVDdeBlIcV .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uVDdeBlIcV .mbr-section-title,
.cid-uVDdeBlIcV .mbr-section-btn {
  color: #000000;
}
.cid-uTRmBpdtkA {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sw1.jpg");
}
.cid-uTRmBpdtkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRmBpdtkA .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-uTRmBpdtkA .container {
    padding: 0 15px;
  }
}
.cid-uTRmBpdtkA .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTRmBpdtkA .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTRmBpdtkA .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTRmBpdtkA .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uTRmBpdtkA .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTRmBpdtkA .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTRmBpdtkA .mbr-section-title {
  color: #131c28;
}
.cid-uTRmBpdtkA .mbr-desc {
  color: #b29105;
  letter-spacing: 6.9px;
}
.cid-uTRmBpdtkA .mbr-section-title,
.cid-uTRmBpdtkA .mbr-section-btn {
  color: #000000;
}
.cid-uTRmyXNVai {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uTRmyXNVai .line {
  background-color: #bb7400;
  color: #bb7400;
  align: center;
  height: 0.6px;
  margin: 0 auto;
}
.cid-uTRmyXNVai .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uTRmyXNVai .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uTRmyXNVai .inner-container {
    width: 100% !important;
  }
}
.cid-uQ9JVMHpwH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQ9JVMHpwH {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uQ9JVMHpwH .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQ9JVMHpwH .section-text {
  padding: 2rem 0;
  padding-left: 18px;
  text-align: left;
  color: #000000;
}
.cid-uQ9JVMHpwH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQ9JVMHpwH .inner-container {
    width: 100% !important;
  }
}
.cid-uQ9JVMHpwH ff {
  color: #ff00ff;
  text-align: left;
  line-height: 22px;
  font-weight: bold;
  text-decoration: underline overline;
}
.cid-uQ9K9YuQ3y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebead7;
}
.cid-uQ9K9YuQ3y .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQ9K9YuQ3y .section-text {
  padding: 2rem 0;
  padding-left: 18px;
  text-align: left;
  color: #000000;
}
.cid-uQ9K9YuQ3y .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQ9K9YuQ3y .inner-container {
    width: 100% !important;
  }
}
.cid-uQ9K9YuQ3y ff {
  color: #ff00ff;
  text-align: left;
  line-height: 22px;
  font-weight: bold;
  text-decoration: underline overline;
}
.cid-uQ9KIASe8K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ9KIASe8K .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQ9KIASe8K .section-text {
  padding: 2rem 0;
  padding-left: 18px;
  text-align: left;
  color: #000000;
}
.cid-uQ9KIASe8K .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQ9KIASe8K .inner-container {
    width: 100% !important;
  }
}
.cid-uQ9KIASe8K ff {
  color: #ff00ff;
  text-align: left;
  line-height: 22px;
  font-weight: bold;
  text-decoration: underline overline;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
.cid-uUHkUT6ZOs {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-uUHkUT6ZOs nav.navbar {
  position: fixed;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUHkUT6ZOs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUHkUT6ZOs .dropdown-item:hover,
.cid-uUHkUT6ZOs .dropdown-item:focus {
  background: #a54a00 !important;
  color: white !important;
}
.cid-uUHkUT6ZOs .dropdown-item:hover span {
  color: white;
}
.cid-uUHkUT6ZOs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUHkUT6ZOs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUHkUT6ZOs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUHkUT6ZOs .nav-link {
  position: relative;
}
.cid-uUHkUT6ZOs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .container {
    flex-wrap: nowrap;
  }
}
.cid-uUHkUT6ZOs .dropdown-menu,
.cid-uUHkUT6ZOs .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUHkUT6ZOs .nav-item:focus,
.cid-uUHkUT6ZOs .nav-link:focus {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUHkUT6ZOs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUHkUT6ZOs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUHkUT6ZOs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.opened {
  transition: all 0.3s;
}
.cid-uUHkUT6ZOs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUHkUT6ZOs .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-uUHkUT6ZOs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUHkUT6ZOs .navbar.collapsed {
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUHkUT6ZOs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUHkUT6ZOs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUHkUT6ZOs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-uUHkUT6ZOs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUHkUT6ZOs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUHkUT6ZOs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uUHkUT6ZOs .navbar.navbar-short {
  min-height: auto;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uUHkUT6ZOs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uUHkUT6ZOs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUHkUT6ZOs .dropdown-item.active,
.cid-uUHkUT6ZOs .dropdown-item:active {
  background-color: transparent;
}
.cid-uUHkUT6ZOs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUHkUT6ZOs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uUHkUT6ZOs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUHkUT6ZOs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUHkUT6ZOs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uUHkUT6ZOs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uUHkUT6ZOs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUHkUT6ZOs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUHkUT6ZOs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar {
    height: 70px;
  }
  .cid-uUHkUT6ZOs .navbar.opened {
    height: auto;
  }
  .cid-uUHkUT6ZOs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUHkUT6ZOs .container-fluid {
  padding-right: 0;
}
.cid-uUHkUT6ZOs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-uUHkUT6ZOs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uUHkUT6ZOs .navbar-collapse .nav-link:hover {
  color: #a54a00 !important;
}
@media (max-width: 991px) {
  .cid-uUHkUT6ZOs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-uUHkUT6ZOs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uUHkUT6ZOs .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-uUHkUT6ZOs .navbar-logo img {
    width: 420px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-uUHkUT6ZOs .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-uUHkUT6ZOs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uUHkUT6ZOs .navbar-brand {
    padding: -550px 0;
  }
  .cid-uUHkUT6ZOs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uUHkUT6ZOs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uUHkUT6ZOs .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-uUHkUT6ZOs mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uUHkUT6ZOs .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-uUHkUT6ZOs 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-uUHkUT6ZOs 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-uUHkUT6ZOs achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uUHkUT6ZOs 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-uUHkUT6ZOs zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uQ6fKdEmQx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ6fKdEmQx .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uQ6fKdEmQx .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-uQ6fKdEmQx .dentaura-top-spacer {
    height: 75px;
  }
}
@media (min-width: 769px) {
  .cid-uQ6fKdEmQx .dentaura-top-spacer {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .cid-uQ6fKdEmQx .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-uQ9HFrHA33 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #fefcf5;
}
@media (max-width: 991px) {
  .cid-uQ9HFrHA33 {
    padding-top: 30px;
    padding-bottom: 2px;
  }
}
.cid-uQ9HFrHA33 .mbr-section-title {
  text-align: center;
  color: #a54a00;
}
.cid-uQ9HFrHA33 .mbr-section-text {
  text-align: center;
  color: #000000;
}
.cid-uQ9HFrHA33 a[type="submit"],
.cid-uQ9HFrHA33 button[type="submit"] {
  margin-top: 0;
}
.cid-uQ9HFrHA33 .wsSearchError {
  text-align: center;
  background-color: #ff4a52;
}
.cid-uQ9HFrHA33 mark {
  padding: 0;
  color: inherit;
  background-color: #ffe161;
}
.cid-uQ9HFrHA33 .row .spinner-border,
.cid-uQ9HFrHA33 .row .spinner-grow {
  width: 32px;
  color: #4479d9;
}
.cid-uQ9HFrHA33 .gdpr-block {
  display: none;
}
.cid-uU8VYWdkiz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #687578;
}
.cid-uU8VYWdkiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8VYWdkiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uU8VYWdkiz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uU8VYWdkiz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uU8VYWdkiz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:hover,
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uU8VYWdkiz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uU8VYWdkiz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uU8VYWdkiz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uU8VYWdkiz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uU8VYWdkiz .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .mbr-desc {
  color: #ffffff;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .text-wrapper {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .list {
  color: #9aa0a6;
}
.cid-uU8VYWdkiz .mbr-text,
.cid-uU8VYWdkiz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz .list,
.cid-uU8VYWdkiz .item-wrap {
  color: #b2ccd2;
}
.cid-uU8VYWdkiz weis {
  color: #ffffff;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz klein {
  font-size: 12px;
  font-family: Raleway-Regular;
  letter-spacing: 1px;
}
.cid-uU8VYWdkiz blau {
  color: #f4f4f4;
  font-family: Raleway-Regular;
}
.cid-uU8VYWdkiz .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-uU8VYWdkiz .mbr-desc,
.cid-uU8VYWdkiz .content-wrapper {
  color: #ebead7;
}
.cid-uU8VYWdkiz oben {
  color: #ebead7;
  font-family: Raleway-Regular;
  font-size: 16px;
  letter-spacing: 4px;
}
.cid-uU8VYWdkiz ora {
  color: #ff6600;
  font-family: Raleway-Regular;
}
