.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #353535 !important;
}
.bg-success {
  background-color: #23aa22 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #856d06 !important;
}
.bg-danger {
  background-color: #ff6600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #23aa22 !important;
  border-color: #23aa22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #146214 !important;
  border-color: #146214 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #146214 !important;
  border-color: #146214 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #856d06 !important;
  border-color: #856d06 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #322902 !important;
  border-color: #322902 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #322902 !important;
  border-color: #322902 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #23aa22;
  color: #23aa22;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #146214 !important;
  background-color: transparent!important;
  border-color: #146214 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #23aa22 !important;
  border-color: #23aa22 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #856d06;
  color: #856d06;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #322902 !important;
  background-color: transparent!important;
  border-color: #322902 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #856d06 !important;
  border-color: #856d06 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6600;
  color: #ff6600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a84300 !important;
  background-color: transparent!important;
  border-color: #a84300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #353535 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #23aa22 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #856d06 !important;
}
.text-danger {
  color: #ff6600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #115511 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #231d02 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993d00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #856d06;
}
.alert-danger {
  background-color: #ff6600;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6be16a;
}
.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: #f4ca16;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe0cc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.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: #353535 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23353535' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v5E2CjeekP {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v5E2CjeekP .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v5E2CjeekP nav.navbar {
  position: fixed;
}
.cid-v5E2CjeekP blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v5E2CjeekP orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v5E2CjeekP gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v5E2CjeekP black {
  color: #000000;
  font-weight: bold;
}
.cid-v5E2CjeekP pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5E2CjeekP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5E2CjeekP .dropdown-item:hover,
.cid-v5E2CjeekP .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-v5E2CjeekP .dropdown-item:hover span {
  color: white;
}
.cid-v5E2CjeekP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5E2CjeekP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5E2CjeekP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5E2CjeekP .nav-link {
  position: relative;
}
.cid-v5E2CjeekP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5E2CjeekP .container {
    flex-wrap: nowrap;
  }
}
.cid-v5E2CjeekP .dropdown-menu,
.cid-v5E2CjeekP .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v5E2CjeekP .nav-item:focus,
.cid-v5E2CjeekP .nav-link:focus {
  outline: none;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5E2CjeekP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5E2CjeekP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5E2CjeekP .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;
  border-bottom: 1px solid #9fdbf8;
}
.cid-v5E2CjeekP .navbar.opened {
  transition: all 0.3s;
}
.cid-v5E2CjeekP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5E2CjeekP .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v5E2CjeekP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5E2CjeekP .navbar.collapsed {
  justify-content: center;
}
.cid-v5E2CjeekP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5E2CjeekP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5E2CjeekP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5E2CjeekP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5E2CjeekP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5E2CjeekP .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-v5E2CjeekP .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v5E2CjeekP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5E2CjeekP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5E2CjeekP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v5E2CjeekP .navbar.navbar-short {
  min-height: auto;
}
.cid-v5E2CjeekP .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v5E2CjeekP .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v5E2CjeekP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5E2CjeekP .dropdown-item.active,
.cid-v5E2CjeekP .dropdown-item:active {
  background-color: transparent;
}
.cid-v5E2CjeekP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5E2CjeekP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v5E2CjeekP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5E2CjeekP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5E2CjeekP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v5E2CjeekP .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v5E2CjeekP .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v5E2CjeekP .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v5E2CjeekP 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-v5E2CjeekP button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v5E2CjeekP button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5E2CjeekP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5E2CjeekP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar {
    height: 70px;
  }
  .cid-v5E2CjeekP .navbar.opened {
    height: auto;
  }
  .cid-v5E2CjeekP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5E2CjeekP .container-fluid {
  padding-right: 0;
}
.cid-v5E2CjeekP .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v5E2CjeekP .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v5E2CjeekP .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v5E2CjeekP .navbar-collapse .nav-link:hover {
  color: #353535 !important;
}
@media (max-width: 991px) {
  .cid-v5E2CjeekP .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v5E2CjeekP .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v5E2CjeekP .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v5E2CjeekP .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v5E2CjeekP .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v5E2CjeekP .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v5E2CjeekP .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v5E2CjeekP .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-v5E2CjeekP .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(3) img,
  .cid-v5E2CjeekP li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v5E2CjeekP li.nav-item img[src*="flagdeutsch"],
  .cid-v5E2CjeekP li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v5E2CjeekP .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v5E2CjeekP .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v5E2CjeekP .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v5E2CjeekP .navbar-brand {
    padding: -550px 0;
  }
  .cid-v5E2CjeekP .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v5E2CjeekP .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v5E2CjeekP .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v5E2CjeekP mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v5E2CjeekP .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-v5E2CjeekP 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-v5E2CjeekP 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-v5E2CjeekP achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v5E2CjeekP 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-v5E2CjeekP zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v5E2CjeekP li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v35GFHanc8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bar-171179-1920-1920x1281.jpg");
}
.cid-v35GFHanc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35GFHanc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35GFHanc8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v35GFHanc8 .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: 250px;
}
.cid-v35GFHanc8 html,
.cid-v35GFHanc8 body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.cid-v35GFHanc8 .flyout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cid-v35GFHanc8 .flyout-overlay.active {
  opacity: 1;
  visibility: visible;
}
.cid-v35GFHanc8 .flyout-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  max-width: 100vw;
  overflow-y: hidden;
  overflow-x: hidden;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  background-image: url('https://cercena.de/M5test/assets/images/x8.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v35GFHanc8 .flyout-overlay.active .flyout-container {
  transform: translateX(0);
}
.cid-v35GFHanc8 .flyout-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-v35GFHanc8 .flyout-close:hover {
  background-color: rgba(255, 0, 0, 0.8);
  transform: rotate(90deg);
}
.cid-v35GFHanc8 .flyout-content {
  padding: 80px 40px 40px 40px;
  text-align: center;
}
.cid-v35GFHanc8 .flyout-content > h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #856d06;
  font-family: FiraSansCondensed-Light;
}
.cid-v35GFHanc8 .flyout-content > p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto 30px auto;
  color: #555555;
  max-width: 500px;
  font-family: FiraSansCondensed-Light;
}
.cid-v35GFHanc8 .info-box {
  margin: 30px auto;
  border: 2px solid #d4af37;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 90%;
  max-width: 480px;
  padding: 30px;
  text-align: center;
}
.cid-v35GFHanc8 .info-box h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}
.cid-v35GFHanc8 .info-box p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #555555;
}
.cid-v35GFHanc8 .box-1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cid-v35GFHanc8 .box-2 {
  margin-top: 0px;
  margin-bottom: 50px;
}
.cid-v35GFHanc8 .content-1 {
  margin-top: 70px;
  margin-bottom: 10px;
}
.cid-v35GFHanc8 .content-2 {
  margin-top: 10px;
  margin-bottom: 80px;
}
.cid-v35GFHanc8 .flyout-desktop {
  display: block;
}
.cid-v35GFHanc8 .flyout-mobile {
  display: none;
}
@media (max-width: 768px) {
  .cid-v35GFHanc8 .flyout-container {
    width: 85vw;
  }
  .cid-v35GFHanc8 .flyout-content {
    padding: 60px 20px 20px 20px;
  }
  .cid-v35GFHanc8 .flyout-content > h1 {
    font-size: 32px;
    font-family: FiraSansCondensed-Light;
  }
  .cid-v35GFHanc8 .flyout-content > p {
    font-size: 16px;
    font-family: FiraSansCondensed-Light;
  }
  .cid-v35GFHanc8 .content-1 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .cid-v35GFHanc8 .content-2 {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .cid-v35GFHanc8 .flyout-desktop {
    display: none;
  }
  .cid-v35GFHanc8 .flyout-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .cid-v35GFHanc8 .flyout-container {
    width: 100vw;
  }
  .cid-v35GFHanc8 .flyout-content {
    padding: 60px 15px 20px 15px;
  }
  .cid-v35GFHanc8 .flyout-content > h1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #856d06;
  }
  .cid-v35GFHanc8 .content-1 {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .cid-v35GFHanc8 .content-2 {
    margin-top: -22px;
    margin-bottom: 40px;
  }
  .cid-v35GFHanc8 .flyout-content > p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.cid-v35GFHanc8 body.flyout-open {
  overflow: hidden;
}
.cid-v35GFHanc8 fett {
  font-weight: bold;
}
.cid-v35GFHanc8 fett1 {
  font-weight: bold;
  color: #008700;
}
.cid-v35GFHanc8 klein {
  font-size: 12px;
  color: #333333;
}
.cid-v4dADA2xYn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #414142;
}
.cid-v4dADA2xYn .mbr-section-title.col-title {
  color: #e6c63b;
}
.cid-v4dADA2xYn .colored-text {
  color: #a68462 !important;
}
.cid-v4dADA2xYn .mbr-section-title {
  color: #ffffff;
}
.cid-v4dADA2xYn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4dADA2xYn .mbr-text {
  color: #ffffff;
}
.cid-v4dASrIBD0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4dASrIBD0 .mbr-section-subtitle {
  color: #14142b;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #fedb01;
}
.cid-v4dASrIBD0 .row {
  align-items: center;
  height: 100%;
}
.cid-v4dASrIBD0 .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-v4dASrIBD0 .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-v4dASrIBD0 .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-v5lZfFAFAb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5lZfFAFAb orange {
  color: #ff6600;
}
.cid-v5lZgoVx7d {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ecf3f7;
}
.cid-v5lZgoVx7d orange {
  color: #ff6600;
}
.cid-v3N1b24k2g.popup-builder {
  background-color: #ffffff;
}
.cid-v3N1b24k2g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3N1b24k2g.popup-builder .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.cid-v3N1b24k2g .modal-content,
.cid-v3N1b24k2g .modal-dialog {
  height: auto;
}
.cid-v3N1b24k2g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3N1b24k2g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3N1b24k2g .form-wrapper .mbr-form .form-group,
  .cid-v3N1b24k2g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3N1b24k2g .card-img,
.cid-v3N1b24k2g .card-img-second {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3N1b24k2g .card-img-second {
  margin-top: 1rem;
}
.cid-v3N1b24k2g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3N1b24k2g .mbr-text {
  text-align: center;
}
.cid-v3N1b24k2g .mbr-text-below,
.cid-v3N1b24k2g .mbr-text-below-second {
  text-align: center;
  margin-top: 1rem;
}
.cid-v3N1b24k2g .pt-0 {
  padding-top: 0 !important;
}
.cid-v3N1b24k2g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3N1b24k2g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3N1b24k2g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3N1b24k2g .modal-open {
  overflow: hidden;
}
.cid-v3N1b24k2g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3N1b24k2g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3N1b24k2g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3N1b24k2g .modal-dialog.position-left {
  margin-left: 0;
  margin-right: auto;
}
.cid-v3N1b24k2g .modal-dialog.position-center {
  margin-left: auto;
  margin-right: auto;
}
.cid-v3N1b24k2g .modal-dialog.position-right {
  margin-left: auto;
  margin-right: 0;
}
.cid-v3N1b24k2g .anim-fade-scale {
  animation: fadeScale 2s ease-out;
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.cid-v3N1b24k2g .anim-slide-bottom {
  animation: slideBottom 1.5s ease-out;
}
@keyframes slideBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v3N1b24k2g .anim-slide-top {
  animation: slideTop 1.5s ease-out;
}
@keyframes slideTop {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v3N1b24k2g .anim-slide-left {
  animation: slideLeft 1.5s ease-out;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v3N1b24k2g .anim-slide-right {
  animation: slideRight 1.5s ease-out;
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v3N1b24k2g .anim-bounce {
  animation: bounceIn 1.8s ease-out;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.cid-v3N1b24k2g .anim-rotate {
  animation: rotateIn 1.5s ease-out;
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-180deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
.cid-v3N1b24k2g .anim-flip {
  animation: flipIn 1.5s ease-out;
}
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
  }
}
.cid-v3N1b24k2g .anim-zoom {
  animation: zoomIn 1.2s ease-out;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.cid-v3N1b24k2g .modal.fade .modal-dialog {
  transition: transform 1.5s ease-out, opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.cid-v3N1b24k2g .modal.show .modal-dialog {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cid-v3N1b24k2g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3N1b24k2g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3N1b24k2g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3N1b24k2g .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v3N1b24k2g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3N1b24k2g .modal-backdrop.fade {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
.cid-v3N1b24k2g .modal-backdrop.show {
  opacity: .5;
}
.cid-v3N1b24k2g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v3N1b24k2g .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3N1b24k2g .modal-header {
    padding: 1rem;
  }
}
.cid-v3N1b24k2g .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3N1b24k2g .modal-header .close svg {
  fill: #353535;
}
.cid-v3N1b24k2g .modal-header .close:hover {
  opacity: 1;
}
.cid-v3N1b24k2g .modal-header .close:focus {
  outline: none;
}
.cid-v3N1b24k2g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  font-family: FiraSansCondensed-Light;
}
.cid-v3N1b24k2g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v3N1b24k2g .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3N1b24k2g .modal-body {
    padding: 1rem;
  }
}
.cid-v3N1b24k2g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v3N1b24k2g .modal-footer {
    padding: 0rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3N1b24k2g .modal-footer {
    padding: 1rem;
  }
}
.cid-v3N1b24k2g .modal-footer .mbr-section-btn {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v3N1b24k2g .modal-footer .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-v3N1b24k2g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3N1b24k2g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-right: 0;
  }
  .cid-v3N1b24k2g .modal-dialog.position-left {
    margin-left: 0;
    margin-right: auto;
  }
  .cid-v3N1b24k2g .modal-dialog.position-center {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-v3N1b24k2g .modal-dialog.position-right {
    margin-left: auto;
    margin-right: 0;
  }
  .cid-v3N1b24k2g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3N1b24k2g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3N1b24k2g .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v3N1b24k2g .modal-lg,
  .cid-v3N1b24k2g .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v3N1b24k2g .modal-xl {
    max-width: 1140px;
  }
}
.cid-v3N1b24k2g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3N1b24k2g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3N1b24k2g .form-group {
  margin-bottom: 1rem;
}
.cid-v3N1b24k2g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3N1b24k2g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3N1b24k2g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3N1b24k2g .mbr-section-btn {
  margin: 0;
}
.cid-v3N1b24k2g .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3N1b24k2g .design-modern {
  background: #ffffff !important;
  border-radius: 0 !important;
  border-left: 4px solid #000000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}
.cid-v3N1b24k2g .design-modern .modal-title {
  font-weight: 300;
  color: #000000;
  letter-spacing: -0.5px;
}
.cid-v3N1b24k2g .design-modern .mbr-text,
.cid-v3N1b24k2g .design-modern .mbr-text-below,
.cid-v3N1b24k2g .design-modern .mbr-text-below-second {
  color: #666666;
  font-weight: 300;
  line-height: 1.8;
  font-family: FiraSansCondensed-Light;
}
.cid-v3N1b24k2g .design-modern .btn {
  background: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: FiraSansCondensed-Light;
}
.cid-v3N1b24k2g .design-modern .btn:hover {
  background: #333333 !important;
}
.cid-v3N1b24k2g .design-modern .close svg {
  fill: #000000;
}
.cid-v3N1b24k2g .design-corporate {
  background: #f8f9fa !important;
  border: 1px solid #dee2e6;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}
.cid-v3N1b24k2g .design-corporate .modal-title {
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
  font-weight: 600;
}
.cid-v3N1b24k2g .design-corporate .mbr-text,
.cid-v3N1b24k2g .design-corporate .mbr-text-below,
.cid-v3N1b24k2g .design-corporate .mbr-text-below-second {
  color: #495057;
  line-height: 1.7;
  font-family: FiraSansCondensed-Light;
}
.cid-v3N1b24k2g .design-corporate .btn {
  background: #3498db !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 500;
  font-family: FiraSansCondensed-Light;
}
.cid-v3N1b24k2g .design-corporate .btn:hover {
  background: #2980b9 !important;
}
.cid-v3N1b24k2g .design-corporate .close svg {
  fill: #2c3e50;
}
.cid-v3N1b24k2g .design-creative {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  border-radius: 30px !important;
  box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4) !important;
  position: relative;
}
.cid-v3N1b24k2g .design-creative::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.cid-v3N1b24k2g .design-creative .modal-title {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-family: FiraSansCondensed-Light;
}
.cid-v3N1b24k2g .design-creative .mbr-text,
.cid-v3N1b24k2g .design-creative .mbr-text-below,
.cid-v3N1b24k2g .design-creative .mbr-text-below-second {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  font-family: FiraSansCondensed-Light;
}
.cid-v3N1b24k2g .design-creative .btn {
  background: #ffffff !important;
  color: #667eea !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: 600;
  font-family: FiraSansCondensed-Light;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.cid-v3N1b24k2g .design-creative .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.cid-v3N1b24k2g .design-creative .close {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.cid-v3N1b24k2g .design-creative .close svg {
  fill: #ffffff;
}
.cid-v3N1b24k2g .design-creative .close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.cid-v3N1b24k2g .design-luxury {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
  border: 1px solid #d4af37;
  border-radius: 0 !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5) !important;
  position: relative;
}
.cid-v3N1b24k2g .design-luxury::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  pointer-events: none;
}
.cid-v3N1b24k2g .design-luxury .modal-title {
  color: #d4af37;
  font-family: FiraSansCondensed-Light;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}
.cid-v3N1b24k2g .design-luxury .mbr-text,
.cid-v3N1b24k2g .design-luxury .mbr-text-below,
.cid-v3N1b24k2g .design-luxury .mbr-text-below-second {
  color: #e0e0e0;
  font-family: FiraSansCondensed-Light;
  line-height: 1.9;
}
.cid-v3N1b24k2g .design-luxury .btn {
  background: transparent !important;
  color: #d4af37 !important;
  border: 2px solid #d4af37 !important;
  border-radius: 0 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: FiraSansCondensed-Light;
}
.cid-v3N1b24k2g .design-luxury .btn:hover {
  background: #d4af37 !important;
  color: #1a1a1a !important;
}
.cid-v3N1b24k2g .design-luxury .close {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.cid-v3N1b24k2g .design-luxury .close svg {
  fill: #ffffff;
}
.cid-v3N1b24k2g .design-luxury .close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.cid-v3N1b24k2g .radius-square {
  border-radius: 0 !important;
}
.cid-v3N1b24k2g .radius-rounded {
  border-radius: 8px !important;
}
.cid-v3N1b24k2g .radius-very-rounded {
  border-radius: 30px !important;
}
.cid-v5E2CjeekP {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v5E2CjeekP .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v5E2CjeekP nav.navbar {
  position: fixed;
}
.cid-v5E2CjeekP blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v5E2CjeekP orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v5E2CjeekP gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v5E2CjeekP black {
  color: #000000;
  font-weight: bold;
}
.cid-v5E2CjeekP pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5E2CjeekP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5E2CjeekP .dropdown-item:hover,
.cid-v5E2CjeekP .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-v5E2CjeekP .dropdown-item:hover span {
  color: white;
}
.cid-v5E2CjeekP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5E2CjeekP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5E2CjeekP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5E2CjeekP .nav-link {
  position: relative;
}
.cid-v5E2CjeekP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5E2CjeekP .container {
    flex-wrap: nowrap;
  }
}
.cid-v5E2CjeekP .dropdown-menu,
.cid-v5E2CjeekP .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v5E2CjeekP .nav-item:focus,
.cid-v5E2CjeekP .nav-link:focus {
  outline: none;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5E2CjeekP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5E2CjeekP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5E2CjeekP .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;
  border-bottom: 1px solid #9fdbf8;
}
.cid-v5E2CjeekP .navbar.opened {
  transition: all 0.3s;
}
.cid-v5E2CjeekP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5E2CjeekP .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v5E2CjeekP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5E2CjeekP .navbar.collapsed {
  justify-content: center;
}
.cid-v5E2CjeekP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5E2CjeekP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5E2CjeekP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5E2CjeekP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5E2CjeekP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5E2CjeekP .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-v5E2CjeekP .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v5E2CjeekP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5E2CjeekP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5E2CjeekP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v5E2CjeekP .navbar.navbar-short {
  min-height: auto;
}
.cid-v5E2CjeekP .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v5E2CjeekP .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v5E2CjeekP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5E2CjeekP .dropdown-item.active,
.cid-v5E2CjeekP .dropdown-item:active {
  background-color: transparent;
}
.cid-v5E2CjeekP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5E2CjeekP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v5E2CjeekP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5E2CjeekP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5E2CjeekP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v5E2CjeekP .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v5E2CjeekP .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v5E2CjeekP .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v5E2CjeekP 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-v5E2CjeekP button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v5E2CjeekP button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5E2CjeekP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5E2CjeekP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar {
    height: 70px;
  }
  .cid-v5E2CjeekP .navbar.opened {
    height: auto;
  }
  .cid-v5E2CjeekP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5E2CjeekP .container-fluid {
  padding-right: 0;
}
.cid-v5E2CjeekP .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v5E2CjeekP .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v5E2CjeekP .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v5E2CjeekP .navbar-collapse .nav-link:hover {
  color: #353535 !important;
}
@media (max-width: 991px) {
  .cid-v5E2CjeekP .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v5E2CjeekP .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v5E2CjeekP .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v5E2CjeekP .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v5E2CjeekP .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v5E2CjeekP .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v5E2CjeekP .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v5E2CjeekP .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-v5E2CjeekP .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(3) img,
  .cid-v5E2CjeekP li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v5E2CjeekP li.nav-item img[src*="flagdeutsch"],
  .cid-v5E2CjeekP li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v5E2CjeekP .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v5E2CjeekP .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v5E2CjeekP .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v5E2CjeekP .navbar-brand {
    padding: -550px 0;
  }
  .cid-v5E2CjeekP .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v5E2CjeekP .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v5E2CjeekP .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v5E2CjeekP mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v5E2CjeekP .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-v5E2CjeekP 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-v5E2CjeekP 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-v5E2CjeekP achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v5E2CjeekP 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-v5E2CjeekP zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v5E2CjeekP li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v4dB5RKlKU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bar-171179-1920-1920x1281.jpg");
}
.cid-v4dB5RKlKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dB5RKlKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4dB5RKlKU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4dB5RKlKU .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: 250px;
}
.cid-v4dB5RKlKU html,
.cid-v4dB5RKlKU body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.cid-v4dB5RKlKU .flyout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cid-v4dB5RKlKU .flyout-overlay.active {
  opacity: 1;
  visibility: visible;
}
.cid-v4dB5RKlKU .flyout-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  max-width: 100vw;
  overflow-y: hidden;
  overflow-x: hidden;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  background-image: url('https://cercena.de/M5test/assets/images/x8.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v4dB5RKlKU .flyout-overlay.active .flyout-container {
  transform: translateX(0);
}
.cid-v4dB5RKlKU .flyout-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-v4dB5RKlKU .flyout-close:hover {
  background-color: rgba(255, 0, 0, 0.8);
  transform: rotate(90deg);
}
.cid-v4dB5RKlKU .flyout-content {
  padding: 80px 40px 40px 40px;
  text-align: center;
}
.cid-v4dB5RKlKU .flyout-content > h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #856d06;
  font-family: FiraSansCondensed-Light;
}
.cid-v4dB5RKlKU .flyout-content > p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto 30px auto;
  color: #555555;
  max-width: 500px;
  font-family: FiraSansCondensed-Light;
}
.cid-v4dB5RKlKU .info-box {
  margin: 30px auto;
  border: 2px solid #d4af37;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 90%;
  max-width: 480px;
  padding: 30px;
  text-align: center;
}
.cid-v4dB5RKlKU .info-box h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}
.cid-v4dB5RKlKU .info-box p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #555555;
}
.cid-v4dB5RKlKU .box-1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cid-v4dB5RKlKU .box-2 {
  margin-top: 0px;
  margin-bottom: 50px;
}
.cid-v4dB5RKlKU .content-1 {
  margin-top: 70px;
  margin-bottom: 10px;
}
.cid-v4dB5RKlKU .content-2 {
  margin-top: 10px;
  margin-bottom: 80px;
}
.cid-v4dB5RKlKU .flyout-desktop {
  display: block;
}
.cid-v4dB5RKlKU .flyout-mobile {
  display: none;
}
@media (max-width: 768px) {
  .cid-v4dB5RKlKU .flyout-container {
    width: 85vw;
  }
  .cid-v4dB5RKlKU .flyout-content {
    padding: 60px 20px 20px 20px;
  }
  .cid-v4dB5RKlKU .flyout-content > h1 {
    font-size: 32px;
    font-family: FiraSansCondensed-Light;
  }
  .cid-v4dB5RKlKU .flyout-content > p {
    font-size: 16px;
    font-family: FiraSansCondensed-Light;
  }
  .cid-v4dB5RKlKU .content-1 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .cid-v4dB5RKlKU .content-2 {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .cid-v4dB5RKlKU .flyout-desktop {
    display: none;
  }
  .cid-v4dB5RKlKU .flyout-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .cid-v4dB5RKlKU .flyout-container {
    width: 100vw;
  }
  .cid-v4dB5RKlKU .flyout-content {
    padding: 60px 15px 20px 15px;
  }
  .cid-v4dB5RKlKU .flyout-content > h1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #856d06;
  }
  .cid-v4dB5RKlKU .content-1 {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .cid-v4dB5RKlKU .content-2 {
    margin-top: -22px;
    margin-bottom: 40px;
  }
  .cid-v4dB5RKlKU .flyout-content > p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.cid-v4dB5RKlKU body.flyout-open {
  overflow: hidden;
}
.cid-v4dB5RKlKU fett {
  font-weight: bold;
}
.cid-v4dB5RKlKU fett1 {
  font-weight: bold;
  color: #008700;
}
.cid-v4dB5RKlKU klein {
  font-size: 12px;
  color: #333333;
}
.cid-v4dBfc69XD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4dBfc69XD orange {
  color: #ff6600;
}
.cid-v4dBgwnGyu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ecf3f7;
}
.cid-v4dBgwnGyu orange {
  color: #ff6600;
}
.cid-v4dB5SfH5n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4dB5SfH5n .mbr-section-subtitle {
  color: #14142b;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #fedb01;
}
.cid-v4dB5SfH5n .row {
  align-items: center;
  height: 100%;
}
.cid-v4dB5SfH5n .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-v4dB5SfH5n .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-v4dB5SfH5n .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-v5E2CjeekP {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v5E2CjeekP .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v5E2CjeekP nav.navbar {
  position: fixed;
}
.cid-v5E2CjeekP blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v5E2CjeekP orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v5E2CjeekP gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v5E2CjeekP black {
  color: #000000;
  font-weight: bold;
}
.cid-v5E2CjeekP pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5E2CjeekP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5E2CjeekP .dropdown-item:hover,
.cid-v5E2CjeekP .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-v5E2CjeekP .dropdown-item:hover span {
  color: white;
}
.cid-v5E2CjeekP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5E2CjeekP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5E2CjeekP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5E2CjeekP .nav-link {
  position: relative;
}
.cid-v5E2CjeekP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5E2CjeekP .container {
    flex-wrap: nowrap;
  }
}
.cid-v5E2CjeekP .dropdown-menu,
.cid-v5E2CjeekP .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v5E2CjeekP .nav-item:focus,
.cid-v5E2CjeekP .nav-link:focus {
  outline: none;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5E2CjeekP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5E2CjeekP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5E2CjeekP .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;
  border-bottom: 1px solid #9fdbf8;
}
.cid-v5E2CjeekP .navbar.opened {
  transition: all 0.3s;
}
.cid-v5E2CjeekP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5E2CjeekP .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v5E2CjeekP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5E2CjeekP .navbar.collapsed {
  justify-content: center;
}
.cid-v5E2CjeekP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5E2CjeekP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5E2CjeekP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5E2CjeekP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5E2CjeekP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5E2CjeekP .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-v5E2CjeekP .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v5E2CjeekP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5E2CjeekP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5E2CjeekP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v5E2CjeekP .navbar.navbar-short {
  min-height: auto;
}
.cid-v5E2CjeekP .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v5E2CjeekP .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v5E2CjeekP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5E2CjeekP .dropdown-item.active,
.cid-v5E2CjeekP .dropdown-item:active {
  background-color: transparent;
}
.cid-v5E2CjeekP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5E2CjeekP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v5E2CjeekP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5E2CjeekP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5E2CjeekP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v5E2CjeekP .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v5E2CjeekP .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v5E2CjeekP .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v5E2CjeekP 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-v5E2CjeekP button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v5E2CjeekP button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5E2CjeekP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5E2CjeekP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar {
    height: 70px;
  }
  .cid-v5E2CjeekP .navbar.opened {
    height: auto;
  }
  .cid-v5E2CjeekP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5E2CjeekP .container-fluid {
  padding-right: 0;
}
.cid-v5E2CjeekP .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v5E2CjeekP .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v5E2CjeekP .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v5E2CjeekP .navbar-collapse .nav-link:hover {
  color: #353535 !important;
}
@media (max-width: 991px) {
  .cid-v5E2CjeekP .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v5E2CjeekP .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v5E2CjeekP .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v5E2CjeekP .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v5E2CjeekP .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v5E2CjeekP .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v5E2CjeekP .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v5E2CjeekP .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-v5E2CjeekP .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(3) img,
  .cid-v5E2CjeekP li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v5E2CjeekP li.nav-item img[src*="flagdeutsch"],
  .cid-v5E2CjeekP li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v5E2CjeekP .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v5E2CjeekP .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v5E2CjeekP .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v5E2CjeekP .navbar-brand {
    padding: -550px 0;
  }
  .cid-v5E2CjeekP .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v5E2CjeekP .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v5E2CjeekP .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v5E2CjeekP mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v5E2CjeekP .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-v5E2CjeekP 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-v5E2CjeekP 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-v5E2CjeekP achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v5E2CjeekP 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-v5E2CjeekP zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v5E2CjeekP li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v4dBijJUob {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bar-171179-1920-1920x1281.jpg");
}
.cid-v4dBijJUob .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBijJUob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4dBijJUob .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4dBijJUob .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: 250px;
}
.cid-v4dBijJUob html,
.cid-v4dBijJUob body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.cid-v4dBijJUob .flyout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cid-v4dBijJUob .flyout-overlay.active {
  opacity: 1;
  visibility: visible;
}
.cid-v4dBijJUob .flyout-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  max-width: 100vw;
  overflow-y: hidden;
  overflow-x: hidden;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  background-image: url('https://cercena.de/M5test/assets/images/x8.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v4dBijJUob .flyout-overlay.active .flyout-container {
  transform: translateX(0);
}
.cid-v4dBijJUob .flyout-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-v4dBijJUob .flyout-close:hover {
  background-color: rgba(255, 0, 0, 0.8);
  transform: rotate(90deg);
}
.cid-v4dBijJUob .flyout-content {
  padding: 80px 40px 40px 40px;
  text-align: center;
}
.cid-v4dBijJUob .flyout-content > h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #856d06;
  font-family: FiraSansCondensed-Light;
}
.cid-v4dBijJUob .flyout-content > p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto 30px auto;
  color: #555555;
  max-width: 500px;
  font-family: FiraSansCondensed-Light;
}
.cid-v4dBijJUob .info-box {
  margin: 30px auto;
  border: 2px solid #d4af37;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 90%;
  max-width: 480px;
  padding: 30px;
  text-align: center;
}
.cid-v4dBijJUob .info-box h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}
.cid-v4dBijJUob .info-box p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #555555;
}
.cid-v4dBijJUob .box-1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cid-v4dBijJUob .box-2 {
  margin-top: 0px;
  margin-bottom: 50px;
}
.cid-v4dBijJUob .content-1 {
  margin-top: 70px;
  margin-bottom: 10px;
}
.cid-v4dBijJUob .content-2 {
  margin-top: 10px;
  margin-bottom: 80px;
}
.cid-v4dBijJUob .flyout-desktop {
  display: block;
}
.cid-v4dBijJUob .flyout-mobile {
  display: none;
}
@media (max-width: 768px) {
  .cid-v4dBijJUob .flyout-container {
    width: 85vw;
  }
  .cid-v4dBijJUob .flyout-content {
    padding: 60px 20px 20px 20px;
  }
  .cid-v4dBijJUob .flyout-content > h1 {
    font-size: 32px;
    font-family: FiraSansCondensed-Light;
  }
  .cid-v4dBijJUob .flyout-content > p {
    font-size: 16px;
    font-family: FiraSansCondensed-Light;
  }
  .cid-v4dBijJUob .content-1 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .cid-v4dBijJUob .content-2 {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .cid-v4dBijJUob .flyout-desktop {
    display: none;
  }
  .cid-v4dBijJUob .flyout-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .cid-v4dBijJUob .flyout-container {
    width: 100vw;
  }
  .cid-v4dBijJUob .flyout-content {
    padding: 60px 15px 20px 15px;
  }
  .cid-v4dBijJUob .flyout-content > h1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #856d06;
  }
  .cid-v4dBijJUob .content-1 {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .cid-v4dBijJUob .content-2 {
    margin-top: -22px;
    margin-bottom: 40px;
  }
  .cid-v4dBijJUob .flyout-content > p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.cid-v4dBijJUob body.flyout-open {
  overflow: hidden;
}
.cid-v4dBijJUob fett {
  font-weight: bold;
}
.cid-v4dBijJUob fett1 {
  font-weight: bold;
  color: #008700;
}
.cid-v4dBijJUob klein {
  font-size: 12px;
  color: #333333;
}
.cid-v5E2CjeekP {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v5E2CjeekP .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v5E2CjeekP nav.navbar {
  position: fixed;
}
.cid-v5E2CjeekP blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v5E2CjeekP orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v5E2CjeekP gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v5E2CjeekP black {
  color: #000000;
  font-weight: bold;
}
.cid-v5E2CjeekP pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5E2CjeekP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5E2CjeekP .dropdown-item:hover,
.cid-v5E2CjeekP .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-v5E2CjeekP .dropdown-item:hover span {
  color: white;
}
.cid-v5E2CjeekP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5E2CjeekP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5E2CjeekP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5E2CjeekP .nav-link {
  position: relative;
}
.cid-v5E2CjeekP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5E2CjeekP .container {
    flex-wrap: nowrap;
  }
}
.cid-v5E2CjeekP .dropdown-menu,
.cid-v5E2CjeekP .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v5E2CjeekP .nav-item:focus,
.cid-v5E2CjeekP .nav-link:focus {
  outline: none;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5E2CjeekP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5E2CjeekP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5E2CjeekP .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;
  border-bottom: 1px solid #9fdbf8;
}
.cid-v5E2CjeekP .navbar.opened {
  transition: all 0.3s;
}
.cid-v5E2CjeekP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5E2CjeekP .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v5E2CjeekP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5E2CjeekP .navbar.collapsed {
  justify-content: center;
}
.cid-v5E2CjeekP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5E2CjeekP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5E2CjeekP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5E2CjeekP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5E2CjeekP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5E2CjeekP .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-v5E2CjeekP .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v5E2CjeekP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5E2CjeekP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5E2CjeekP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v5E2CjeekP .navbar.navbar-short {
  min-height: auto;
}
.cid-v5E2CjeekP .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v5E2CjeekP .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v5E2CjeekP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5E2CjeekP .dropdown-item.active,
.cid-v5E2CjeekP .dropdown-item:active {
  background-color: transparent;
}
.cid-v5E2CjeekP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5E2CjeekP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v5E2CjeekP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5E2CjeekP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5E2CjeekP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v5E2CjeekP .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v5E2CjeekP .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v5E2CjeekP .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v5E2CjeekP 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-v5E2CjeekP button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v5E2CjeekP button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5E2CjeekP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5E2CjeekP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar {
    height: 70px;
  }
  .cid-v5E2CjeekP .navbar.opened {
    height: auto;
  }
  .cid-v5E2CjeekP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5E2CjeekP .container-fluid {
  padding-right: 0;
}
.cid-v5E2CjeekP .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v5E2CjeekP .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v5E2CjeekP .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v5E2CjeekP .navbar-collapse .nav-link:hover {
  color: #353535 !important;
}
@media (max-width: 991px) {
  .cid-v5E2CjeekP .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v5E2CjeekP .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v5E2CjeekP .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v5E2CjeekP .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v5E2CjeekP .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v5E2CjeekP .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v5E2CjeekP .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v5E2CjeekP .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-v5E2CjeekP .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(3) img,
  .cid-v5E2CjeekP li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v5E2CjeekP li.nav-item img[src*="flagdeutsch"],
  .cid-v5E2CjeekP li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v5E2CjeekP .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v5E2CjeekP .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v5E2CjeekP .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v5E2CjeekP .navbar-brand {
    padding: -550px 0;
  }
  .cid-v5E2CjeekP .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v5E2CjeekP .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v5E2CjeekP .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v5E2CjeekP mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v5E2CjeekP .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-v5E2CjeekP 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-v5E2CjeekP 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-v5E2CjeekP achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v5E2CjeekP 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-v5E2CjeekP zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v5E2CjeekP li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v4dBmwYVfk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bar-171179-1920-1920x1281.jpg");
}
.cid-v4dBmwYVfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBmwYVfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4dBmwYVfk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4dBmwYVfk .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: 250px;
}
.cid-v4dBmwYVfk html,
.cid-v4dBmwYVfk body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.cid-v4dBmwYVfk .flyout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cid-v4dBmwYVfk .flyout-overlay.active {
  opacity: 1;
  visibility: visible;
}
.cid-v4dBmwYVfk .flyout-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  max-width: 100vw;
  overflow-y: hidden;
  overflow-x: hidden;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  background-image: url('https://cercena.de/M5test/assets/images/x8.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v4dBmwYVfk .flyout-overlay.active .flyout-container {
  transform: translateX(0);
}
.cid-v4dBmwYVfk .flyout-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-v4dBmwYVfk .flyout-close:hover {
  background-color: rgba(255, 0, 0, 0.8);
  transform: rotate(90deg);
}
.cid-v4dBmwYVfk .flyout-content {
  padding: 80px 40px 40px 40px;
  text-align: center;
}
.cid-v4dBmwYVfk .flyout-content > h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #856d06;
  font-family: FiraSansCondensed-Light;
}
.cid-v4dBmwYVfk .flyout-content > p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto 30px auto;
  color: #555555;
  max-width: 500px;
  font-family: FiraSansCondensed-Light;
}
.cid-v4dBmwYVfk .info-box {
  margin: 30px auto;
  border: 2px solid #d4af37;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 90%;
  max-width: 480px;
  padding: 30px;
  text-align: center;
}
.cid-v4dBmwYVfk .info-box h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}
.cid-v4dBmwYVfk .info-box p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #555555;
}
.cid-v4dBmwYVfk .box-1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cid-v4dBmwYVfk .box-2 {
  margin-top: 0px;
  margin-bottom: 50px;
}
.cid-v4dBmwYVfk .content-1 {
  margin-top: 70px;
  margin-bottom: 10px;
}
.cid-v4dBmwYVfk .content-2 {
  margin-top: 10px;
  margin-bottom: 80px;
}
.cid-v4dBmwYVfk .flyout-desktop {
  display: block;
}
.cid-v4dBmwYVfk .flyout-mobile {
  display: none;
}
@media (max-width: 768px) {
  .cid-v4dBmwYVfk .flyout-container {
    width: 85vw;
  }
  .cid-v4dBmwYVfk .flyout-content {
    padding: 60px 20px 20px 20px;
  }
  .cid-v4dBmwYVfk .flyout-content > h1 {
    font-size: 32px;
    font-family: FiraSansCondensed-Light;
  }
  .cid-v4dBmwYVfk .flyout-content > p {
    font-size: 16px;
    font-family: FiraSansCondensed-Light;
  }
  .cid-v4dBmwYVfk .content-1 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .cid-v4dBmwYVfk .content-2 {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .cid-v4dBmwYVfk .flyout-desktop {
    display: none;
  }
  .cid-v4dBmwYVfk .flyout-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .cid-v4dBmwYVfk .flyout-container {
    width: 100vw;
  }
  .cid-v4dBmwYVfk .flyout-content {
    padding: 60px 15px 20px 15px;
  }
  .cid-v4dBmwYVfk .flyout-content > h1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #856d06;
  }
  .cid-v4dBmwYVfk .content-1 {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .cid-v4dBmwYVfk .content-2 {
    margin-top: -22px;
    margin-bottom: 40px;
  }
  .cid-v4dBmwYVfk .flyout-content > p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.cid-v4dBmwYVfk body.flyout-open {
  overflow: hidden;
}
.cid-v4dBmwYVfk fett {
  font-weight: bold;
}
.cid-v4dBmwYVfk fett1 {
  font-weight: bold;
  color: #008700;
}
.cid-v4dBmwYVfk klein {
  font-size: 12px;
  color: #333333;
}
.cid-v5E2CjeekP {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v5E2CjeekP .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v5E2CjeekP nav.navbar {
  position: fixed;
}
.cid-v5E2CjeekP blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v5E2CjeekP orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v5E2CjeekP gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v5E2CjeekP black {
  color: #000000;
  font-weight: bold;
}
.cid-v5E2CjeekP pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5E2CjeekP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5E2CjeekP .dropdown-item:hover,
.cid-v5E2CjeekP .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-v5E2CjeekP .dropdown-item:hover span {
  color: white;
}
.cid-v5E2CjeekP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5E2CjeekP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5E2CjeekP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5E2CjeekP .nav-link {
  position: relative;
}
.cid-v5E2CjeekP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5E2CjeekP .container {
    flex-wrap: nowrap;
  }
}
.cid-v5E2CjeekP .dropdown-menu,
.cid-v5E2CjeekP .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v5E2CjeekP .nav-item:focus,
.cid-v5E2CjeekP .nav-link:focus {
  outline: none;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5E2CjeekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5E2CjeekP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5E2CjeekP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5E2CjeekP .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;
  border-bottom: 1px solid #9fdbf8;
}
.cid-v5E2CjeekP .navbar.opened {
  transition: all 0.3s;
}
.cid-v5E2CjeekP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5E2CjeekP .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v5E2CjeekP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5E2CjeekP .navbar.collapsed {
  justify-content: center;
}
.cid-v5E2CjeekP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5E2CjeekP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5E2CjeekP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5E2CjeekP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5E2CjeekP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5E2CjeekP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5E2CjeekP .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-v5E2CjeekP .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v5E2CjeekP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5E2CjeekP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5E2CjeekP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5E2CjeekP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v5E2CjeekP .navbar.navbar-short {
  min-height: auto;
}
.cid-v5E2CjeekP .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v5E2CjeekP .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v5E2CjeekP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5E2CjeekP .dropdown-item.active,
.cid-v5E2CjeekP .dropdown-item:active {
  background-color: transparent;
}
.cid-v5E2CjeekP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5E2CjeekP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5E2CjeekP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v5E2CjeekP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5E2CjeekP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5E2CjeekP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v5E2CjeekP .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v5E2CjeekP .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v5E2CjeekP .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v5E2CjeekP 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-v5E2CjeekP button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v5E2CjeekP button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5E2CjeekP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5E2CjeekP nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5E2CjeekP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5E2CjeekP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5E2CjeekP .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-v5E2CjeekP .navbar {
    height: 70px;
  }
  .cid-v5E2CjeekP .navbar.opened {
    height: auto;
  }
  .cid-v5E2CjeekP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5E2CjeekP .container-fluid {
  padding-right: 0;
}
.cid-v5E2CjeekP .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v5E2CjeekP .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v5E2CjeekP .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v5E2CjeekP .navbar-collapse .nav-link:hover {
  color: #353535 !important;
}
@media (max-width: 991px) {
  .cid-v5E2CjeekP .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v5E2CjeekP .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v5E2CjeekP .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v5E2CjeekP .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v5E2CjeekP .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v5E2CjeekP .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v5E2CjeekP .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v5E2CjeekP .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-v5E2CjeekP .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v5E2CjeekP li.nav-item:nth-last-child(3) img,
  .cid-v5E2CjeekP li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v5E2CjeekP li.nav-item img[src*="flagdeutsch"],
  .cid-v5E2CjeekP li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v5E2CjeekP .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v5E2CjeekP .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v5E2CjeekP .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v5E2CjeekP .navbar-brand {
    padding: -550px 0;
  }
  .cid-v5E2CjeekP .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v5E2CjeekP .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v5E2CjeekP .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v5E2CjeekP mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v5E2CjeekP .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-v5E2CjeekP 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-v5E2CjeekP 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-v5E2CjeekP achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v5E2CjeekP 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-v5E2CjeekP zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v5E2CjeekP li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v4dBm5lb4H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bar-171179-1920-1920x1281.jpg");
}
.cid-v4dBm5lb4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4dBm5lb4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4dBm5lb4H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4dBm5lb4H .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: 250px;
}
.cid-v4dBm5lb4H html,
.cid-v4dBm5lb4H body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.cid-v4dBm5lb4H .flyout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cid-v4dBm5lb4H .flyout-overlay.active {
  opacity: 1;
  visibility: visible;
}
.cid-v4dBm5lb4H .flyout-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  max-width: 100vw;
  overflow-y: hidden;
  overflow-x: hidden;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  background-image: url('https://cercena.de/M5test/assets/images/x8.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v4dBm5lb4H .flyout-overlay.active .flyout-container {
  transform: translateX(0);
}
.cid-v4dBm5lb4H .flyout-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-v4dBm5lb4H .flyout-close:hover {
  background-color: rgba(255, 0, 0, 0.8);
  transform: rotate(90deg);
}
.cid-v4dBm5lb4H .flyout-content {
  padding: 80px 40px 40px 40px;
  text-align: center;
}
.cid-v4dBm5lb4H .flyout-content > h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #856d06;
  font-family: FiraSansCondensed-Light;
}
.cid-v4dBm5lb4H .flyout-content > p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto 30px auto;
  color: #555555;
  max-width: 500px;
  font-family: FiraSansCondensed-Light;
}
.cid-v4dBm5lb4H .info-box {
  margin: 30px auto;
  border: 2px solid #d4af37;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 90%;
  max-width: 480px;
  padding: 30px;
  text-align: center;
}
.cid-v4dBm5lb4H .info-box h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}
.cid-v4dBm5lb4H .info-box p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #555555;
}
.cid-v4dBm5lb4H .box-1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cid-v4dBm5lb4H .box-2 {
  margin-top: 0px;
  margin-bottom: 50px;
}
.cid-v4dBm5lb4H .content-1 {
  margin-top: 70px;
  margin-bottom: 10px;
}
.cid-v4dBm5lb4H .content-2 {
  margin-top: 10px;
  margin-bottom: 80px;
}
.cid-v4dBm5lb4H .flyout-desktop {
  display: block;
}
.cid-v4dBm5lb4H .flyout-mobile {
  display: none;
}
@media (max-width: 768px) {
  .cid-v4dBm5lb4H .flyout-container {
    width: 85vw;
  }
  .cid-v4dBm5lb4H .flyout-content {
    padding: 60px 20px 20px 20px;
  }
  .cid-v4dBm5lb4H .flyout-content > h1 {
    font-size: 32px;
    font-family: FiraSansCondensed-Light;
  }
  .cid-v4dBm5lb4H .flyout-content > p {
    font-size: 16px;
    font-family: FiraSansCondensed-Light;
  }
  .cid-v4dBm5lb4H .content-1 {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .cid-v4dBm5lb4H .content-2 {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .cid-v4dBm5lb4H .flyout-desktop {
    display: none;
  }
  .cid-v4dBm5lb4H .flyout-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .cid-v4dBm5lb4H .flyout-container {
    width: 100vw;
  }
  .cid-v4dBm5lb4H .flyout-content {
    padding: 60px 15px 20px 15px;
  }
  .cid-v4dBm5lb4H .flyout-content > h1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #856d06;
  }
  .cid-v4dBm5lb4H .content-1 {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .cid-v4dBm5lb4H .content-2 {
    margin-top: -22px;
    margin-bottom: 40px;
  }
  .cid-v4dBm5lb4H .flyout-content > p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.cid-v4dBm5lb4H body.flyout-open {
  overflow: hidden;
}
.cid-v4dBm5lb4H fett {
  font-weight: bold;
}
.cid-v4dBm5lb4H fett1 {
  font-weight: bold;
  color: #008700;
}
.cid-v4dBm5lb4H klein {
  font-size: 12px;
  color: #333333;
}
