.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Manrope-VariableFont_wght';
  font-size: 7.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6875rem;
}
.display-2 {
  font-family: 'Manrope-VariableFont_wght';
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Manrope-VariableFont_wght';
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope-VariableFont_wght';
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Manrope-VariableFont_wght';
  font-size: 1.75rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 6.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.425rem;
    font-size: calc( 3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #2e96ff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #dcb300 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #ff0000, #ff0000 65%, #ff6666) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #0844ff, #0844ff 65%, #6e91ff) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0844ff !important;
  border-color: #0844ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #2e96ff, #2e96ff 65%, #94c9ff) !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
}
.btn-warning {
  background: linear-gradient(90deg, #dcb300, #dcb300 65%, #ffdc43) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #ff0000, #ff0000 65%, #ff6666) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80000 !important;
  background-color: transparent !important;
  border-color: #a80000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0844ff;
  color: #0844ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #002bb0 !important;
  background-color: transparent !important;
  border-color: #002bb0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0844ff !important;
  border-color: #0844ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2e96ff;
  color: #2e96ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #006bd6 !important;
  background-color: transparent !important;
  border-color: #006bd6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcb300;
  color: #dcb300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #856c00 !important;
  background-color: transparent !important;
  border-color: #856c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a80000 !important;
  background-color: transparent !important;
  border-color: #a80000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !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: #ff0000 !important;
}
.text-secondary {
  color: #0844ff !important;
}
.text-success {
  color: #2e96ff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #dcb300 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0027a1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0063c7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #766000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #dcb300;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fafcff;
}
.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: #ffefa9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope-VariableFont_wght';
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #ff0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope-VariableFont_wght';
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.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: #ff0000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0844ff !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='%23ff0000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 24px !important;
}
.icon-wrap {
  border-radius: 16px;
}
.item-number img {
  border-radius: 16px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-Yz9drTuvlX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-Yz9drTuvlX .mbr-section-title {
  text-align: center;
}
.cid-Yz9drTuvlX .frame {
  min-height: 1000px;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uVOoXWqnMK {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uVOpghuXXE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v13NmFGXm7 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v13NmFGXm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v13NmFGXm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v13NmFGXm7 .items-wrapper {
  justify-content: center;
}
.cid-v13NmFGXm7 .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v13NmFGXm7 .mbr-text,
.cid-v13NmFGXm7 .text-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-uVOiluSZOP {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uVOiluSZOP .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uVOiluSZOP #yt-videos .video-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uVOiluSZOP #yt-videos img {
  width: 100%;
  border-radius: 6px;
  transition: transform 0.3s;
}
.cid-uVOiluSZOP #yt-videos img:hover {
  transform: scale(1.05);
}
.cid-uVOiluSZOP #yt-videos h5 {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.3;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v0gMYofxaD {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v0gMYofxaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gMYofxaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gMYofxaD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0gMYofxaD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v0gMYofxaD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v0gMYofxaD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v0gMYofxaD .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0gMYofxaD .item {
    margin-bottom: 28px;
  }
}
.cid-v0gMYofxaD .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v0gMYofxaD .item .item-wrapper:hover,
.cid-v0gMYofxaD .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-v0gMYofxaD .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-v0gMYofxaD .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-v0gMYofxaD .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-v0gMYofxaD .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v0gMYofxaD .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-v0gMYofxaD .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v0gMYofxaD .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0gMYofxaD .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-v0gMYofxaD .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-v0gMYofxaD .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-v0gMYofxaD .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-v0gMYofxaD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0gMYofxaD .item-title {
  color: #9aa0a6;
}
.cid-v0gMYofxaD .item-text {
  color: #ffffff;
}
.cid-v0gMYofxaD .item-date {
  color: #9aa0a6;
  text-align: justify;
}
.cid-v0gMYofxaD .mbr-section-title,
.cid-v0gMYofxaD .mbr-section-btn {
  text-align: center;
}
.cid-v0RpZTMMgJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v0RpZTMMgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0RpZTMMgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0RpZTMMgJ .items-wrapper {
  justify-content: center;
}
.cid-v0RpZTMMgJ .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0RpZTMMgJ .mbr-text,
.cid-v0RpZTMMgJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVL2YY4mOc {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uVL0tVMho1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uVKQh1l4am {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-a0110ma0110ma011-2000x1091.png");
}
.cid-uVKQh1l4am .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKQh1l4am .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKQh1l4am .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uVKQh1l4am .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uVKQh1l4am .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uVKQh1l4am .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uVKQh1l4am .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKQh1l4am .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVKQh1l4am .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVKQh1l4am .mbr-section-title {
  color: #ffffff;
}
.cid-uVKQh1l4am .mbr-desc,
.cid-uVKQh1l4am .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uVKQh1l4am .mbr-text,
.cid-uVKQh1l4am .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVKQh1l4am .mbr-section-title,
.cid-uVKQh1l4am .mbr-section-btn {
  text-align: center;
}
#custom-html-80 {
  /* ===================================== */
  /*  DARK INLINE BLOCK + SEARCH WIDGET    */
  /* ===================================== */
  /* Widget zentrieren */
  /* Clear-X rot */
  /* ===================================== */
  /*  INLINE SEARCH RESULTS (CARDS)        */
  /* ===================================== */
  /* Pagination mittig */
  /* ===================================== */
  /*  DARK MODAL LOOK (MATCHES INLINE)     */
  /* ===================================== */
  /* Visible close icon */
  /* Modal links */
  /* ===================================== */
  /*  UNIVERSAL HIGHLIGHT (ORANGE)         */
  /*  für INLINE und MODAL identisch       */
  /* ===================================== */
  /* Search widget mobile fix */
  /* --- DEFAULT: Desktop schön mittig --- */
  /* Input sauber */
  /* Select sauber */
  /* Button */
  /* --- MOBIL: alles untereinander, 100% Breite --- */
  /* Scroll fix falls Samsung spinnt */
}
#custom-html-80 .search-dark-wrapper {
  background-color: #000;
  padding: 25px 15px;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  text-align: center;
  color: #fff;
}
#custom-html-80 .search-dark-wrapper .suche-widget form {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#custom-html-80 .search-dark-wrapper .suche-widget input {
  width: 300px;
  background: #111;
  color: #fff;
  border: 1px solid #555;
}
#custom-html-80 .search-dark-wrapper .suche-widget button {
  background: #0077cc;
  color: #fff;
  border: none;
}
#custom-html-80 .search-dark-wrapper .clear-x {
  color: #ff4d4d !important;
  font-weight: bold;
  font-size: 20px;
}
#custom-html-80 .search-dark-wrapper #searchResults {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
#custom-html-80 .search-dark-wrapper .result-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 15px;
  margin: 10px auto;
  max-width: 600px;
  text-align: left;
}
#custom-html-80 .search-dark-wrapper .result-title a {
  color: #fff !important;
  font-weight: 600;
  font-size: 1.1rem;
}
#custom-html-80 .search-dark-wrapper .result-meta small {
  color: #bbb !important;
}
#custom-html-80 .search-dark-wrapper .result-preview {
  color: #ddd !important;
  margin-top: 8px;
}
#custom-html-80 .search-dark-wrapper .pagination {
  text-align: center !important;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
#custom-html-80 .search-dark-wrapper .pagination a {
  display: inline-block;
  color: #fff;
  margin: 0 4px;
  text-decoration: none;
  padding: 3px 8px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
#custom-html-80 .search-dark-wrapper .pagination a.active {
  background: #0077cc;
  border-color: #0077cc;
}
#custom-html-80 #searchModal .modal-content,
#custom-html-80 #searchModal .modal-header,
#custom-html-80 #searchModal .modal-body,
#custom-html-80 #searchModal .modal-footer {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
}
#custom-html-80 #searchModal .modal-header {
  border-bottom: 1px solid #333 !important;
}
#custom-html-80 #searchModal .modal-footer {
  border-top: 1px solid #333 !important;
}
#custom-html-80 #searchModal .close span,
#custom-html-80 #searchModal .btn-close {
  filter: invert(1) !important;
  opacity: 1 !important;
}
#custom-html-80 #searchModal .modal-body a {
  color: #66baff !important;
  font-weight: 600;
  text-decoration: underline;
}
#custom-html-80 #searchModal mark,
#custom-html-80 .search-dark-wrapper mark {
  background: #ffc107 !important;
  color: #000 !important;
  font-weight: bold;
  padding: 0 2px;
  border-radius: 3px;
}
#custom-html-80 .suche-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  gap: 6px;
}
#custom-html-80 .suche-widget input {
  width: 260px;
  box-sizing: border-box;
}
#custom-html-80 .suche-widget select {
  padding: 4px;
}
#custom-html-80 .suche-widget button {
  padding: 6px 10px;
}
@media (max-width: 768px) {
  #custom-html-80 .suche-widget {
    display: block;
    width: 100%;
    text-align: center;
  }
  #custom-html-80 .suche-widget form {
    width: 100%;
  }
  #custom-html-80 .suche-widget input,
  #custom-html-80 .suche-widget select,
  #custom-html-80 .suche-widget button {
    width: 100%;
    margin-top: 6px;
  }
}
#custom-html-80 html,
#custom-html-80 body {
  overflow-x: hidden !important;
}
.cid-uVKVaF4xUn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVKVaF4xUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKVaF4xUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKVaF4xUn .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVKVaF4xUn .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKVaF4xUn .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVKVaF4xUn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVKVaF4xUn .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVKVaF4xUn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVKVaF4xUn .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVKVaF4xUn .image-wrapper img {
    height: 350px;
  }
}
.cid-uVKVaF4xUn .mbr-section-title {
  color: #ffffff;
}
.cid-uVKVaF4xUn .mbr-text,
.cid-uVKVaF4xUn .text-wrapper {
  color: #9aa0a6;
  text-align: justify;
}
.cid-uVKVaF4xUn .mobile-only-button {
  display: none;
}
@media (max-width: 768px) {
  .cid-uVKVaF4xUn .mobile-only-button {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  .cid-uVKVaF4xUn .mobile-only-button:hover {
    background-color: #218838;
    transform: scale(1.05);
  }
}
.cid-uVKVaF4xUn .search-dark-wrapper {
  color: #fff;
}
.cid-uVKVaF4xUn .search-dark-wrapper .suche-widget,
.cid-uVKVaF4xUn .search-dark-wrapper .suche-widget *,
.cid-uVKVaF4xUn .search-dark-wrapper #searchResults,
.cid-uVKVaF4xUn .search-dark-wrapper #searchResults *,
.cid-uVKVaF4xUn .search-dark-wrapper a {
  color: #fff !important;
}
.cid-v1jZy7aA4J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v1jZy7aA4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1jZy7aA4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1jZy7aA4J .items-wrapper {
  justify-content: center;
}
.cid-v1jZy7aA4J .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v1jZy7aA4J .mbr-text,
.cid-v1jZy7aA4J .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v0gE9yQ51w {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v0gE9yQ51w .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uW8bKxrVu9 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uWiB1tgrDK {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiB1tgrDK #kalender-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cid-uWiB1tgrDK #kalender-iframe {
  width: 100%;
  border: none;
  display: block;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v1q9fkpEyR {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v1q9fkpEyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1q9fkpEyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1q9fkpEyR .items-wrapper {
  justify-content: center;
}
.cid-v1q9fkpEyR .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v1q9fkpEyR .mbr-text,
.cid-v1q9fkpEyR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1q9Gdr9yS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow-x: hidden;
  max-width: 100%;
}
.cid-v1q9Gdr9yS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1q9Gdr9yS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1q9Gdr9yS .items-wrapper {
  justify-content: center;
}
.cid-v1q9Gdr9yS .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v1q9Gdr9yS .mbr-text,
.cid-v1q9Gdr9yS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1q9Gdr9yS .cms-content img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-v1q9Gdr9yS .cms-content img {
    max-width: 100%;
  }
}
.cid-v1q9Gdr9yS video {
  max-width: 100%;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uW6JHcaXPR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uXb9rowfLB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-a0110ma0110ma011-2000x1091.png");
}
.cid-uXb9rowfLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXb9rowfLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXb9rowfLB .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uXb9rowfLB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uXb9rowfLB .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uXb9rowfLB .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uXb9rowfLB .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uXb9rowfLB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uXb9rowfLB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXb9rowfLB .mbr-section-title {
  color: #ffffff;
}
.cid-uXb9rowfLB .mbr-desc,
.cid-uXb9rowfLB .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uXb9rowfLB .mbr-text,
.cid-uXb9rowfLB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXb9rowfLB .mbr-section-title,
.cid-uXb9rowfLB .mbr-section-btn {
  text-align: center;
}
.cid-uXb9rp3jDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uXb9rp3jDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXb9rp3jDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXb9rp3jDA .content-wrapper {
  justify-content: center;
}
.cid-uXb9rp3jDA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXb9rp3jDA .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uXb9rp3jDA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXb9rp3jDA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXb9rp3jDA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXb9rp3jDA .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uXb9rp3jDA .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uXb9rp3jDA .mbr-section-btn {
  margin-top: 20px;
}
.cid-uXb9rp3jDA .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uXb9rp3jDA .mbr-figure:hover,
.cid-uXb9rp3jDA .mbr-figure:focus {
  background-color: #078efb;
  border: 2px solid #078efb;
}
.cid-uXb9rp3jDA .mbr-section-title {
  color: #ffffff;
}
.cid-uXb9rp3jDA .mbr-text,
.cid-uXb9rp3jDA .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uXb9rp3jDA .mbr-desc,
.cid-uXb9rp3jDA .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uXb9rp3jDA .mbr-section-title,
.cid-uXb9rp3jDA .mbr-section-btn {
  text-align: center;
}
.cid-uXb9rpkHGD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uXb9rpkHGD .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uXb9rpyEHY.popup-builder {
  background-color: #ffffff;
}
.cid-uXb9rpyEHY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXb9rpyEHY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXb9rpyEHY .modal-content,
.cid-uXb9rpyEHY .modal-dialog {
  height: auto;
}
.cid-uXb9rpyEHY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXb9rpyEHY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXb9rpyEHY .form-wrapper .mbr-form .form-group,
  .cid-uXb9rpyEHY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXb9rpyEHY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXb9rpyEHY .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-uXb9rpyEHY .mbr-text {
  text-align: center;
}
.cid-uXb9rpyEHY .pt-0 {
  padding-top: 0 !important;
}
.cid-uXb9rpyEHY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXb9rpyEHY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXb9rpyEHY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXb9rpyEHY .modal-open {
  overflow: hidden;
}
.cid-uXb9rpyEHY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXb9rpyEHY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXb9rpyEHY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXb9rpyEHY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uXb9rpyEHY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXb9rpyEHY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXb9rpyEHY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXb9rpyEHY .modal-content {
  background: #000000;
  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-uXb9rpyEHY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXb9rpyEHY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXb9rpyEHY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXb9rpyEHY .modal-backdrop.show {
  opacity: .5;
}
.cid-uXb9rpyEHY .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-uXb9rpyEHY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXb9rpyEHY .modal-header {
    padding: 1rem;
  }
}
.cid-uXb9rpyEHY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXb9rpyEHY .modal-header .close svg {
  fill: #353535;
}
.cid-uXb9rpyEHY .modal-header .close:hover {
  opacity: 1;
}
.cid-uXb9rpyEHY .modal-header .close:focus {
  outline: none;
}
.cid-uXb9rpyEHY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXb9rpyEHY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXb9rpyEHY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXb9rpyEHY .modal-body {
    padding: 1rem;
  }
}
.cid-uXb9rpyEHY .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-uXb9rpyEHY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXb9rpyEHY .modal-footer {
    padding: 1rem;
  }
}
.cid-uXb9rpyEHY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXb9rpyEHY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXb9rpyEHY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXb9rpyEHY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXb9rpyEHY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXb9rpyEHY .modal-lg,
  .cid-uXb9rpyEHY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXb9rpyEHY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXb9rpyEHY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXb9rpyEHY .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-uXb9rpyEHY .form-group {
  margin-bottom: 1rem;
}
.cid-uXb9rpyEHY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXb9rpyEHY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXb9rpyEHY .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-uXb9rpyEHY .mbr-section-btn {
  margin: 0;
}
.cid-uXb9rpyEHY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uZ8q8wVXNJ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-uZ8q8wVXNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8q8wVXNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8q8wVXNJ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZ8q8wVXNJ .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uZ8q8wVXNJ .content-wrapper {
    width: 100%;
  }
}
.cid-uZ8q8wVXNJ .content-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uZ8q8wVXNJ .content-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uZ8q8wVXNJ .content-wrapper .gradient-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff, #fe881b);
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uZ8q8wVXNJ .content-wrapper .gradient-wrap {
    height: 50%;
  }
}
.cid-uZ8q8wVXNJ .content-wrapper .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uZ8q8wVXNJ .mbr-section-title {
  color: #ffffff;
}
.cid-uZ8q8wVXNJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8q8wVXNJ .mbr-section-title,
.cid-uZ8q8wVXNJ .mbr-section-btn,
.cid-uZ8q8wVXNJ .subtitle-wrapper {
  text-align: center;
}
.cid-uZ8oXK5W6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ8oXK5W6E .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZqv1o4Lky section.codeview {
  color: #eee;
}
.cid-uZqv1o4Lky section.codeview .code-area {
  background: #1e1e1e;
  color: #f8f8f2;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 70vh;
  white-space: pre;
}
.cid-uZqv1o4Lky section.codeview .copy-btn {
  z-index: 10;
  opacity: .9;
  transition: opacity .2s ease,transform .05s ease;
}
.cid-uZqv1o4Lky section.codeview .copy-btn:hover {
  opacity: 1;
}
.cid-uZqv1o4Lky section.codeview .copy-btn:active {
  transform: translateY(1px);
}
.cid-uZqv1o4Lky section.codeview h5 {
  color: #ccc;
  font-weight: 600;
}
.cid-uZqv1o4Lky section.codeview .hljs {
  background: #1e1e1e !important;
  color: #eaeaea;
  border-radius: 8px;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
}
.cid-uZqv1o4Lky section.codeview .hljs-tag,
.cid-uZqv1o4Lky section.codeview .hljs-name {
  color: #569CD6;
}
.cid-uZqv1o4Lky section.codeview .hljs-attr,
.cid-uZqv1o4Lky section.codeview .hljs-keyword {
  color: #9CDCFE;
}
.cid-uZqv1o4Lky section.codeview .hljs-string {
  color: #CE9178;
}
.cid-uZqv1o4Lky section.codeview .hljs-number,
.cid-uZqv1o4Lky section.codeview .hljs-literal {
  color: #B5CEA8;
}
.cid-uZqv1o4Lky section.codeview .hljs-comment {
  color: #6A9955;
}
.cid-uZqv1o4Lky section.codeview .code-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cid-uZqv1o4Lky section.codeview .code-area::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 8px;
}
.cid-uZqv1o4Lky section.codeview .code-area::-webkit-scrollbar-track {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .cid-uZqv1o4Lky section.codeview .code-area {
    max-height: 60vh;
    padding: 15px;
  }
}
.cid-uZqvYCreaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uZqvYCreaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZqvYCreaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZqvYCreaU .items-wrapper {
  justify-content: center;
}
.cid-uZqvYCreaU .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZqvYCreaU .mbr-text,
.cid-uZqvYCreaU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uZmbIizk5c {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uZmbIizk5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmbIizk5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmbIizk5c .items-wrapper {
  justify-content: center;
}
.cid-uZmbIizk5c .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZmbIizk5c .mbr-text,
.cid-uZmbIizk5c .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-oD8y7SOBv1 {
  background-color: #242930;
}
.cid-oD8y7SOBv1 .show {
  visibility: visible;
}
.cid-oD8y7SOBv1 .hide {
  visibility: hidden;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uZqet2CR4Z {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uZqet2CR4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZqet2CR4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZqet2CR4Z .items-wrapper {
  justify-content: center;
}
.cid-uZqet2CR4Z .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZqet2CR4Z .mbr-text,
.cid-uZqet2CR4Z .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZqeQNg3LR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uZqeQNg3LR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZqeQNg3LR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZqeQNg3LR .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZqeQNg3LR .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uZqeQNg3LR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZqeQNg3LR .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZqeQNg3LR .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uZqeQNg3LR .mbr-section-title {
  color: #ffffff;
}
.cid-uZqe2sILCa section.codeview {
  color: #eee;
}
.cid-uZqe2sILCa section.codeview .code-area {
  background: #1e1e1e;
  color: #f8f8f2;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 70vh;
  white-space: pre;
}
.cid-uZqe2sILCa section.codeview .copy-btn {
  z-index: 10;
  opacity: .9;
  transition: opacity .2s ease,transform .05s ease;
}
.cid-uZqe2sILCa section.codeview .copy-btn:hover {
  opacity: 1;
}
.cid-uZqe2sILCa section.codeview .copy-btn:active {
  transform: translateY(1px);
}
.cid-uZqe2sILCa section.codeview h5 {
  color: #ccc;
  font-weight: 600;
}
.cid-uZqe2sILCa section.codeview .hljs {
  background: #1e1e1e !important;
  color: #eaeaea;
  border-radius: 8px;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
}
.cid-uZqe2sILCa section.codeview .hljs-tag,
.cid-uZqe2sILCa section.codeview .hljs-name {
  color: #569CD6;
}
.cid-uZqe2sILCa section.codeview .hljs-attr,
.cid-uZqe2sILCa section.codeview .hljs-keyword {
  color: #9CDCFE;
}
.cid-uZqe2sILCa section.codeview .hljs-string {
  color: #CE9178;
}
.cid-uZqe2sILCa section.codeview .hljs-number,
.cid-uZqe2sILCa section.codeview .hljs-literal {
  color: #B5CEA8;
}
.cid-uZqe2sILCa section.codeview .hljs-comment {
  color: #6A9955;
}
.cid-uZqe2sILCa section.codeview .code-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cid-uZqe2sILCa section.codeview .code-area::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 8px;
}
.cid-uZqe2sILCa section.codeview .code-area::-webkit-scrollbar-track {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .cid-uZqe2sILCa section.codeview .code-area {
    max-height: 60vh;
    padding: 15px;
  }
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uZqY5SZIzj .freestyle-gallery {
  transition: background-color 0.3s ease;
}
.cid-uZqY5SZIzj .freestyle-gallery .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uZqY5SZIzj .freestyle-gallery .item-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.cid-uZqY5SZIzj .freestyle-gallery .item-img {
  width: 100%;
  height: auto;
  transition: transform .3s ease;
}
.cid-uZqY5SZIzj .freestyle-gallery .item-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform .3s ease;
}
.cid-uZqY5SZIzj .freestyle-gallery .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uZqY5SZIzj .freestyle-gallery .item-content {
  padding: 1rem 1.25rem 1.25rem;
}
.cid-uZqY5SZIzj .freestyle-gallery .text-only {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  background: #f8f9fa;
}
@media (max-width: 767px) {
  .cid-uZqY5SZIzj .freestyle-gallery {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uZqY5SZIzj P {
  text-align: center;
  color: #ffffff;
}
.cid-uZqY5SZIzj H5 {
  text-align: center;
  color: #9fe870;
}
.cid-uZqY5SZIzj H2 {
  color: #dfe4ff;
}
.cid-uZZtxuTuME section.codeview {
  color: #eee;
}
.cid-uZZtxuTuME section.codeview .code-area {
  background: #1e1e1e;
  color: #f8f8f2;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 70vh;
  white-space: pre;
}
.cid-uZZtxuTuME section.codeview .copy-btn {
  z-index: 10;
  opacity: .9;
  transition: opacity .2s ease,transform .05s ease;
}
.cid-uZZtxuTuME section.codeview .copy-btn:hover {
  opacity: 1;
}
.cid-uZZtxuTuME section.codeview .copy-btn:active {
  transform: translateY(1px);
}
.cid-uZZtxuTuME section.codeview h5 {
  color: #ccc;
  font-weight: 600;
}
.cid-uZZtxuTuME section.codeview .hljs {
  background: #1e1e1e !important;
  color: #eaeaea;
  border-radius: 8px;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
}
.cid-uZZtxuTuME section.codeview .hljs-tag,
.cid-uZZtxuTuME section.codeview .hljs-name {
  color: #569CD6;
}
.cid-uZZtxuTuME section.codeview .hljs-attr,
.cid-uZZtxuTuME section.codeview .hljs-keyword {
  color: #9CDCFE;
}
.cid-uZZtxuTuME section.codeview .hljs-string {
  color: #CE9178;
}
.cid-uZZtxuTuME section.codeview .hljs-number,
.cid-uZZtxuTuME section.codeview .hljs-literal {
  color: #B5CEA8;
}
.cid-uZZtxuTuME section.codeview .hljs-comment {
  color: #6A9955;
}
.cid-uZZtxuTuME section.codeview .code-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cid-uZZtxuTuME section.codeview .code-area::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 8px;
}
.cid-uZZtxuTuME section.codeview .code-area::-webkit-scrollbar-track {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .cid-uZZtxuTuME section.codeview .code-area {
    max-height: 60vh;
    padding: 15px;
  }
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uZA1Z025TY {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uZA1Z025TY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZA1Z025TY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZA1Z025TY .items-wrapper {
  justify-content: center;
}
.cid-uZA1Z025TY .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZA1Z025TY .mbr-text,
.cid-uZA1Z025TY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZA2p5y53i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uZA2p5y53i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZA2p5y53i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZA2p5y53i .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZA2p5y53i .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uZA2p5y53i .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uZA2p5y53i .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZA2p5y53i .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uZA2p5y53i .mbr-section-title {
  color: #ffffff;
}
.cid-uZCPADpKHV .content-gallery {
  position: relative;
}
.cid-uZCPADpKHV .gal-btn {
  background-color: var(--btnColor, #007bff) !important;
  border-color: var(--btnColor, #007bff) !important;
  color: #fff !important;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 10px 16px;
}
.cid-uZCPADpKHV .gal-btn:hover {
  opacity: 0.85;
}
.cid-uZCPADpKHV .page-btn {
  background-color: transparent;
  color: var(--btnColor, #007bff);
  border: 1px solid var(--btnColor, #007bff);
  border-radius: 4px;
  min-width: 40px;
  transition: all 0.3s ease;
}
.cid-uZCPADpKHV .page-btn.active,
.cid-uZCPADpKHV .page-btn:hover {
  background-color: var(--btnColor, #007bff);
  color: #fff;
}
.cid-uZCPADpKHV .gallery-grid {
  display: grid;
  gap: 10px;
  justify-items: center;
}
.cid-uZCPADpKHV .gallery-thumb-small {
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.cid-uZCPADpKHV .gallery-thumb-small:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.cid-uZCPADpKHV #pagination button {
  min-width: 80px;
}
.cid-uZCPADpKHV .lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.cid-uZCPADpKHV .lightbox-content {
  position: relative;
  margin: 60px auto;
  max-width: 90%;
  text-align: center;
}
.cid-uZCPADpKHV .lightbox-image {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 10px;
}
.cid-uZCPADpKHV .close,
.cid-uZCPADpKHV .prev,
.cid-uZCPADpKHV .next {
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  font-weight: bold;
  user-select: none;
  transition: color .3s;
}
.cid-uZCPADpKHV .close:hover,
.cid-uZCPADpKHV .prev:hover,
.cid-uZCPADpKHV .next:hover {
  color: #bbb;
}
.cid-uZCPADpKHV .close {
  position: absolute;
  top: 15px;
  right: 35px;
}
.cid-uZCPADpKHV .prev,
.cid-uZCPADpKHV .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px;
}
.cid-uZCPADpKHV .prev {
  left: 0;
}
.cid-uZCPADpKHV .next {
  right: 0;
}
.cid-uZCPADpKHV p,
.cid-uZCPADpKHV h3 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uZCPADpKHV .gallery-grid {
    gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
  }
  .cid-uZCPADpKHV .gal-btn {
    font-size: 0.9rem;
    padding: 8px 12px;
    flex: 1 1 45%;
    margin: 4px;
  }
  .cid-uZCPADpKHV #pagination button {
    min-width: 60px;
    font-size: 0.85rem;
    padding: 6px 10px;
  }
  .cid-uZCPADpKHV .lightbox-content {
    margin: 40px auto;
    max-width: 95%;
  }
  .cid-uZCPADpKHV .close,
  .cid-uZCPADpKHV .prev,
  .cid-uZCPADpKHV .next {
    font-size: 28px;
    padding: 10px;
  }
  .cid-uZCPADpKHV h3 {
    font-size: 1.2rem !important;
  }
  .cid-uZCPADpKHV p {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 480px) {
  .cid-uZCPADpKHV .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
  }
  .cid-uZCPADpKHV .gal-btn {
    font-size: 0.8rem;
    padding: 6px 10px;
  }
  .cid-uZCPADpKHV .lightbox-image {
    max-height: 70vh;
  }
}
.cid-uZA2G4558n section.codeview {
  color: #eee;
}
.cid-uZA2G4558n section.codeview .code-area {
  background: #1e1e1e;
  color: #f8f8f2;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 70vh;
  white-space: pre;
}
.cid-uZA2G4558n section.codeview .copy-btn {
  z-index: 10;
  opacity: .9;
  transition: opacity .2s ease,transform .05s ease;
}
.cid-uZA2G4558n section.codeview .copy-btn:hover {
  opacity: 1;
}
.cid-uZA2G4558n section.codeview .copy-btn:active {
  transform: translateY(1px);
}
.cid-uZA2G4558n section.codeview h5 {
  color: #ccc;
  font-weight: 600;
}
.cid-uZA2G4558n section.codeview .hljs {
  background: #1e1e1e !important;
  color: #eaeaea;
  border-radius: 8px;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
}
.cid-uZA2G4558n section.codeview .hljs-tag,
.cid-uZA2G4558n section.codeview .hljs-name {
  color: #569CD6;
}
.cid-uZA2G4558n section.codeview .hljs-attr,
.cid-uZA2G4558n section.codeview .hljs-keyword {
  color: #9CDCFE;
}
.cid-uZA2G4558n section.codeview .hljs-string {
  color: #CE9178;
}
.cid-uZA2G4558n section.codeview .hljs-number,
.cid-uZA2G4558n section.codeview .hljs-literal {
  color: #B5CEA8;
}
.cid-uZA2G4558n section.codeview .hljs-comment {
  color: #6A9955;
}
.cid-uZA2G4558n section.codeview .code-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cid-uZA2G4558n section.codeview .code-area::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 8px;
}
.cid-uZA2G4558n section.codeview .code-area::-webkit-scrollbar-track {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .cid-uZA2G4558n section.codeview .code-area {
    max-height: 60vh;
    padding: 15px;
  }
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uZJ9WAp8Qi {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uZJ9WAp8Qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ9WAp8Qi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJ9WAp8Qi .items-wrapper {
  justify-content: center;
}
.cid-uZJ9WAp8Qi .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZJ9WAp8Qi .mbr-text,
.cid-uZJ9WAp8Qi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZIXZKyQC8 .main-small {
  max-width: 300px;
  transition: all 0.3s ease-in-out;
}
.cid-uZIXZKyQC8 .main-medium {
  max-width: 500px;
  transition: all 0.3s ease-in-out;
}
.cid-uZIXZKyQC8 .main-large {
  max-width: 800px;
  transition: all 0.3s ease-in-out;
}
.cid-uZIXZKyQC8 .main-preview {
  cursor: zoom-in;
  transition: transform 0.2s ease-in-out;
}
.cid-uZIXZKyQC8 .main-preview:hover {
  transform: scale(1.02);
}
.cid-uZIXZKyQC8 .gallery-thumb-small {
  width: 100px;
  height: auto;
  margin: 5px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.cid-uZIXZKyQC8 .gallery-thumb-small:hover {
  transform: scale(1.1);
}
.cid-uZIXZKyQC8 .lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.cid-uZIXZKyQC8 .lightbox-content {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZIXZKyQC8 .lightbox-image {
  max-width: 90%;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  display: block;
  margin: 0 auto;
}
.cid-uZIXZKyQC8 .lightbox .close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.cid-uZIXZKyQC8 .lightbox .prev,
.cid-uZIXZKyQC8 .lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  user-select: none;
  transition: color 0.2s ease-in-out;
}
.cid-uZIXZKyQC8 .lightbox .prev {
  left: 0;
}
.cid-uZIXZKyQC8 .lightbox .next {
  right: 0;
}
.cid-uZIXZKyQC8 .lightbox .prev:hover,
.cid-uZIXZKyQC8 .lightbox .next:hover {
  color: #ffcf00;
}
.cid-uZLJLRBf59 .main-small {
  max-width: 300px;
  transition: all 0.3s ease-in-out;
}
.cid-uZLJLRBf59 .main-medium {
  max-width: 500px;
  transition: all 0.3s ease-in-out;
}
.cid-uZLJLRBf59 .main-large {
  max-width: 800px;
  transition: all 0.3s ease-in-out;
}
.cid-uZLJLRBf59 .main-preview {
  cursor: zoom-in;
  transition: transform 0.2s ease-in-out;
}
.cid-uZLJLRBf59 .main-preview:hover {
  transform: scale(1.02);
}
.cid-uZLJLRBf59 .gallery-thumb-small {
  width: 100px;
  height: auto;
  margin: 5px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.cid-uZLJLRBf59 .gallery-thumb-small:hover {
  transform: scale(1.1);
}
.cid-uZLJLRBf59 .lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.cid-uZLJLRBf59 .lightbox-content {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZLJLRBf59 .lightbox-image {
  max-width: 90%;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  display: block;
  margin: 0 auto;
}
.cid-uZLJLRBf59 .lightbox .close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.cid-uZLJLRBf59 .lightbox .prev,
.cid-uZLJLRBf59 .lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  user-select: none;
  transition: color 0.2s ease-in-out;
}
.cid-uZLJLRBf59 .lightbox .prev {
  left: 0;
}
.cid-uZLJLRBf59 .lightbox .next {
  right: 0;
}
.cid-uZLJLRBf59 .lightbox .prev:hover,
.cid-uZLJLRBf59 .lightbox .next:hover {
  color: #ffcf00;
}
.cid-uZLK2PQIpe .main-small {
  max-width: 300px;
  transition: all 0.3s ease-in-out;
}
.cid-uZLK2PQIpe .main-medium {
  max-width: 500px;
  transition: all 0.3s ease-in-out;
}
.cid-uZLK2PQIpe .main-large {
  max-width: 800px;
  transition: all 0.3s ease-in-out;
}
.cid-uZLK2PQIpe .main-preview {
  cursor: zoom-in;
  transition: transform 0.2s ease-in-out;
}
.cid-uZLK2PQIpe .main-preview:hover {
  transform: scale(1.02);
}
.cid-uZLK2PQIpe .gallery-thumb-small {
  width: 100px;
  height: auto;
  margin: 5px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.cid-uZLK2PQIpe .gallery-thumb-small:hover {
  transform: scale(1.1);
}
.cid-uZLK2PQIpe .lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.cid-uZLK2PQIpe .lightbox-content {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZLK2PQIpe .lightbox-image {
  max-width: 90%;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  display: block;
  margin: 0 auto;
}
.cid-uZLK2PQIpe .lightbox .close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.cid-uZLK2PQIpe .lightbox .prev,
.cid-uZLK2PQIpe .lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  user-select: none;
  transition: color 0.2s ease-in-out;
}
.cid-uZLK2PQIpe .lightbox .prev {
  left: 0;
}
.cid-uZLK2PQIpe .lightbox .next {
  right: 0;
}
.cid-uZLK2PQIpe .lightbox .prev:hover,
.cid-uZLK2PQIpe .lightbox .next:hover {
  color: #ffcf00;
}
.cid-uZJaMTtXTP section.codeview {
  color: #eee;
}
.cid-uZJaMTtXTP section.codeview .code-area {
  background: #1e1e1e;
  color: #f8f8f2;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 70vh;
  white-space: pre;
}
.cid-uZJaMTtXTP section.codeview .copy-btn {
  z-index: 10;
  opacity: .9;
  transition: opacity .2s ease,transform .05s ease;
}
.cid-uZJaMTtXTP section.codeview .copy-btn:hover {
  opacity: 1;
}
.cid-uZJaMTtXTP section.codeview .copy-btn:active {
  transform: translateY(1px);
}
.cid-uZJaMTtXTP section.codeview h5 {
  color: #ccc;
  font-weight: 600;
}
.cid-uZJaMTtXTP section.codeview .hljs {
  background: #1e1e1e !important;
  color: #eaeaea;
  border-radius: 8px;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
}
.cid-uZJaMTtXTP section.codeview .hljs-tag,
.cid-uZJaMTtXTP section.codeview .hljs-name {
  color: #569CD6;
}
.cid-uZJaMTtXTP section.codeview .hljs-attr,
.cid-uZJaMTtXTP section.codeview .hljs-keyword {
  color: #9CDCFE;
}
.cid-uZJaMTtXTP section.codeview .hljs-string {
  color: #CE9178;
}
.cid-uZJaMTtXTP section.codeview .hljs-number,
.cid-uZJaMTtXTP section.codeview .hljs-literal {
  color: #B5CEA8;
}
.cid-uZJaMTtXTP section.codeview .hljs-comment {
  color: #6A9955;
}
.cid-uZJaMTtXTP section.codeview .code-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cid-uZJaMTtXTP section.codeview .code-area::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 8px;
}
.cid-uZJaMTtXTP section.codeview .code-area::-webkit-scrollbar-track {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .cid-uZJaMTtXTP section.codeview .code-area {
    max-height: 60vh;
    padding: 15px;
  }
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-uZJdvDX5au .newspaper3 .newspaper-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZJdvDX5au .newspaper3 .newspaper-col {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZJdvDX5au .newspaper3 .column-inner {
  display: flex;
  flex-direction: column;
}
.cid-uZJdvDX5au .newspaper3 .column-image {
  width: 100%;
  text-align: center;
}
.cid-uZJdvDX5au .newspaper3 .column-image img {
  margin: 0.75rem auto;
  display: block;
  border-radius: 0.25rem;
  height: auto;
}
.cid-uZJdvDX5au .newspaper3 .text-content {
  text-align: justify;
  width: 100%;
}
.cid-uZJdvDX5au .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uZJdvDX5au .newspaper3 .newspaper-col {
    border-right: none !important;
    margin-bottom: 2rem;
  }
}
.cid-uZJdvDX5au DIV {
  text-align: center;
  color: #232323;
}
.cid-uZJdvDX5au .btn {
  font-size: 18px;
}
.cid-uZOtYPuMAm section.codeview {
  color: #eee;
}
.cid-uZOtYPuMAm section.codeview .code-area {
  background: #1e1e1e;
  color: #f8f8f2;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 70vh;
  white-space: pre;
}
.cid-uZOtYPuMAm section.codeview .copy-btn {
  z-index: 10;
  opacity: .9;
  transition: opacity .2s ease,transform .05s ease;
}
.cid-uZOtYPuMAm section.codeview .copy-btn:hover {
  opacity: 1;
}
.cid-uZOtYPuMAm section.codeview .copy-btn:active {
  transform: translateY(1px);
}
.cid-uZOtYPuMAm section.codeview h5 {
  color: #ccc;
  font-weight: 600;
}
.cid-uZOtYPuMAm section.codeview .hljs {
  background: #1e1e1e !important;
  color: #eaeaea;
  border-radius: 8px;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
}
.cid-uZOtYPuMAm section.codeview .hljs-tag,
.cid-uZOtYPuMAm section.codeview .hljs-name {
  color: #569CD6;
}
.cid-uZOtYPuMAm section.codeview .hljs-attr,
.cid-uZOtYPuMAm section.codeview .hljs-keyword {
  color: #9CDCFE;
}
.cid-uZOtYPuMAm section.codeview .hljs-string {
  color: #CE9178;
}
.cid-uZOtYPuMAm section.codeview .hljs-number,
.cid-uZOtYPuMAm section.codeview .hljs-literal {
  color: #B5CEA8;
}
.cid-uZOtYPuMAm section.codeview .hljs-comment {
  color: #6A9955;
}
.cid-uZOtYPuMAm section.codeview .code-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cid-uZOtYPuMAm section.codeview .code-area::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 8px;
}
.cid-uZOtYPuMAm section.codeview .code-area::-webkit-scrollbar-track {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .cid-uZOtYPuMAm section.codeview .code-area {
    max-height: 60vh;
    padding: 15px;
  }
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v04dq8zxGn section.codeview {
  color: #eee;
}
.cid-v04dq8zxGn section.codeview .code-area {
  background: #1e1e1e;
  color: #f8f8f2;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 70vh;
  white-space: pre;
}
.cid-v04dq8zxGn section.codeview .copy-btn {
  z-index: 10;
  opacity: .9;
  transition: opacity .2s ease,transform .05s ease;
}
.cid-v04dq8zxGn section.codeview .copy-btn:hover {
  opacity: 1;
}
.cid-v04dq8zxGn section.codeview .copy-btn:active {
  transform: translateY(1px);
}
.cid-v04dq8zxGn section.codeview h5 {
  color: #ccc;
  font-weight: 600;
}
.cid-v04dq8zxGn section.codeview .hljs {
  background: #1e1e1e !important;
  color: #eaeaea;
  border-radius: 8px;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
}
.cid-v04dq8zxGn section.codeview .hljs-tag,
.cid-v04dq8zxGn section.codeview .hljs-name {
  color: #569CD6;
}
.cid-v04dq8zxGn section.codeview .hljs-attr,
.cid-v04dq8zxGn section.codeview .hljs-keyword {
  color: #9CDCFE;
}
.cid-v04dq8zxGn section.codeview .hljs-string {
  color: #CE9178;
}
.cid-v04dq8zxGn section.codeview .hljs-number,
.cid-v04dq8zxGn section.codeview .hljs-literal {
  color: #B5CEA8;
}
.cid-v04dq8zxGn section.codeview .hljs-comment {
  color: #6A9955;
}
.cid-v04dq8zxGn section.codeview .code-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cid-v04dq8zxGn section.codeview .code-area::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 8px;
}
.cid-v04dq8zxGn section.codeview .code-area::-webkit-scrollbar-track {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .cid-v04dq8zxGn section.codeview .code-area {
    max-height: 60vh;
    padding: 15px;
  }
}
.cid-v04dq8zxGn .code-box {
  background: #1e1e1e;
  border-radius: 10px;
  padding: 1rem;
  color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
.cid-v04dq8zxGn .code-box pre {
  background: transparent;
  border: none;
  color: #f8f9fa;
  margin: 0;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.cid-v04dq8zxGn .copy-btn {
  font-size: 0.8rem;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  z-index: 5;
}
.cid-v04dq8zxGn .code-box h5 {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.cid-v04dq8zxGn .copy-btn:hover {
  opacity: 0.9;
}
.cid-v04dq8zxGn .code-box + .code-box {
  margin-top: 1.5rem;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v0cjQ4RRkv {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v0cjQ4RRkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cjQ4RRkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cjQ4RRkv .items-wrapper {
  justify-content: center;
}
.cid-v0cjQ4RRkv .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0cjQ4RRkv .mbr-text,
.cid-v0cjQ4RRkv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v0gEFNY1UM {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-color: #060606;
}
.cid-v0gEFNY1UM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gEFNY1UM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gEFNY1UM .items-wrapper {
  justify-content: center;
}
.cid-v0gEFNY1UM .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0gEFNY1UM .mbr-text,
.cid-v0gEFNY1UM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v0IONcBYOy {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v0IONcBYOy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v1qa4tBNQn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v1qa4tBNQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qa4tBNQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1qa4tBNQn .items-wrapper {
  justify-content: center;
}
.cid-v1qa4tBNQn .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v1qa4tBNQn .mbr-text,
.cid-v1qa4tBNQn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1qaqtwlUX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow-x: hidden;
  max-width: 100%;
}
.cid-v1qaqtwlUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qaqtwlUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1qaqtwlUX .items-wrapper {
  justify-content: center;
}
.cid-v1qaqtwlUX .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v1qaqtwlUX .mbr-text,
.cid-v1qaqtwlUX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1qaqtwlUX .cms-content img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-v1qaqtwlUX .cms-content img {
    max-width: 100%;
  }
}
.cid-v1qaqtwlUX video {
  max-width: 100%;
}
.cid-v1qgoUlKQE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow-x: hidden;
  max-width: 100%;
}
.cid-v1qgoUlKQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qgoUlKQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1qgoUlKQE .items-wrapper {
  justify-content: center;
}
.cid-v1qgoUlKQE .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v1qgoUlKQE .mbr-text,
.cid-v1qgoUlKQE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1qgoUlKQE .cms-content img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-v1qgoUlKQE .cms-content img {
    max-width: 100%;
  }
}
.cid-v1qgoUlKQE video {
  max-width: 100%;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v37zSlyUmb {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v37zSlyUmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37zSlyUmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v37zSlyUmb .items-wrapper {
  justify-content: center;
}
.cid-v37zSlyUmb .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v37zSlyUmb .mbr-text,
.cid-v37zSlyUmb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v37zmu6VGX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v37zmu6VGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37zmu6VGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v37zmu6VGX .items-wrapper {
  justify-content: center;
}
.cid-v37zmu6VGX .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v37zmu6VGX .mbr-text,
.cid-v37zmu6VGX .text-wrapper {
  color: #ff0000;
  text-align: center;
}
.cid-v3h8z2Zdqs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-v37AwsoooC section.codeview {
  color: #eee;
}
.cid-v37AwsoooC section.codeview .code-area {
  background: #1e1e1e;
  color: #f8f8f2;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 70vh;
  white-space: pre;
}
.cid-v37AwsoooC section.codeview .copy-btn {
  z-index: 10;
  opacity: .9;
  transition: opacity .2s ease,transform .05s ease;
}
.cid-v37AwsoooC section.codeview .copy-btn:hover {
  opacity: 1;
}
.cid-v37AwsoooC section.codeview .copy-btn:active {
  transform: translateY(1px);
}
.cid-v37AwsoooC section.codeview h5 {
  color: #ccc;
  font-weight: 600;
}
.cid-v37AwsoooC section.codeview .hljs {
  background: #1e1e1e !important;
  color: #eaeaea;
  border-radius: 8px;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
}
.cid-v37AwsoooC section.codeview .hljs-tag,
.cid-v37AwsoooC section.codeview .hljs-name {
  color: #569CD6;
}
.cid-v37AwsoooC section.codeview .hljs-attr,
.cid-v37AwsoooC section.codeview .hljs-keyword {
  color: #9CDCFE;
}
.cid-v37AwsoooC section.codeview .hljs-string {
  color: #CE9178;
}
.cid-v37AwsoooC section.codeview .hljs-number,
.cid-v37AwsoooC section.codeview .hljs-literal {
  color: #B5CEA8;
}
.cid-v37AwsoooC section.codeview .hljs-comment {
  color: #6A9955;
}
.cid-v37AwsoooC section.codeview .code-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cid-v37AwsoooC section.codeview .code-area::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 8px;
}
.cid-v37AwsoooC section.codeview .code-area::-webkit-scrollbar-track {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .cid-v37AwsoooC section.codeview .code-area {
    max-height: 60vh;
    padding: 15px;
  }
}
.cid-v37AwsoooC .code-box {
  background: #1e1e1e;
  border-radius: 10px;
  padding: 1rem;
  color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
.cid-v37AwsoooC .code-box pre {
  background: transparent;
  border: none;
  color: #f8f9fa;
  margin: 0;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.cid-v37AwsoooC .copy-btn {
  font-size: 0.8rem;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  z-index: 5;
}
.cid-v37AwsoooC .code-box h5 {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.cid-v37AwsoooC .copy-btn:hover {
  opacity: 0.9;
}
.cid-v37AwsoooC .code-box + .code-box {
  margin-top: 1.5rem;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v3gxMZW3xP {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v3gxMZW3xP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gxMZW3xP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gxMZW3xP .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v3gxMZW3xP .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3gxMZW3xP .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v3gxMZW3xP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3gxMZW3xP .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3gxMZW3xP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3gxMZW3xP .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3gxMZW3xP .image-wrapper img {
    height: 350px;
  }
}
.cid-v3gxMZW3xP .mbr-section-title {
  color: #ffffff;
}
.cid-v3gxMZW3xP .mbr-text,
.cid-v3gxMZW3xP .text-wrapper {
  color: #9aa0a6;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v3gtjbecFF {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v3gtjbecFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gtjbecFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gtjbecFF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v3gtjbecFF .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3gtjbecFF .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v3gtjbecFF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3gtjbecFF .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3gtjbecFF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3gtjbecFF .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3gtjbecFF .image-wrapper img {
    height: 350px;
  }
}
.cid-v3gtjbecFF .mbr-section-title {
  color: #ffffff;
}
.cid-v3gtjbecFF .mbr-text,
.cid-v3gtjbecFF .text-wrapper {
  color: #9aa0a6;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v3gucJXaag {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v3gucJXaag .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gucJXaag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gucJXaag .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v3gucJXaag .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3gucJXaag .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v3gucJXaag .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3gucJXaag .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3gucJXaag .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3gucJXaag .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3gucJXaag .image-wrapper img {
    height: 350px;
  }
}
.cid-v3gucJXaag .mbr-section-title {
  color: #ffffff;
}
.cid-v3gucJXaag .mbr-text,
.cid-v3gucJXaag .text-wrapper {
  color: #9aa0a6;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v3gnzdydYT {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v3gnzdydYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3gnzdydYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3gnzdydYT .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v3gnzdydYT .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3gnzdydYT .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v3gnzdydYT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3gnzdydYT .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3gnzdydYT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3gnzdydYT .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3gnzdydYT .image-wrapper img {
    height: 350px;
  }
}
.cid-v3gnzdydYT .mbr-section-title {
  color: #ffffff;
}
.cid-v3gnzdydYT .mbr-text,
.cid-v3gnzdydYT .text-wrapper {
  color: #9aa0a6;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uZfbsT5tG7 .mega-menu-volker {
  background: #000000;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZfbsT5tG7 .navbar {
  background: #000000;
}
.cid-uZfbsT5tG7 .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uZfbsT5tG7 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZfbsT5tG7 .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZfbsT5tG7 .dropdown-menu.show {
  display: block !important;
}
.cid-uZfbsT5tG7 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZfbsT5tG7 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZfbsT5tG7 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZfbsT5tG7 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZfbsT5tG7 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZfbsT5tG7 .mega-col a:hover {
  color: #ff0000;
}
.cid-uZfbsT5tG7 .logo-img {
  max-height: 5rem;
}
.cid-uZfbsT5tG7 .navbar-toggler {
  border: 2px solid #ffffff;
  padding: 0.5rem;
  background: transparent;
  position: relative;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after,
.cid-uZfbsT5tG7 .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before,
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  content: '';
  display: block;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::before {
  top: 0.25rem;
}
.cid-uZfbsT5tG7 .navbar-toggler-icon::after {
  bottom: 0.25rem;
}
.cid-uZfbsT5tG7 .myMarginLinks {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .cid-uZfbsT5tG7 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZfbsT5tG7 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZfbsT5tG7 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZfbsT5tG7 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 50px;
  }
  .cid-uZfbsT5tG7 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZfbsT5tG7 .myMarginLinks {
    margin-left: 0px;
  }
  .cid-uZfbsT5tG7 button[aria-label='Toggle navigation'] {
    display: inline-block !important;
    font-size: 24px;
  }
}
.cid-uZfbsT5tG7 A {
  font-size: 20px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZfbsT5tG7 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZfbsT5tG7 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZfbsT5tG7 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZfbsT5tG7 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZfbsT5tG7 H6 {
  color: #ff6200;
}
.cid-uZfbsT5tG7 .mega-dropdown-content {
  background: rgba(18, 18, 18, 0.8) !important;
}
.cid-uZfbsT5tG7 .navbar-caption {
  color: #8caff0!important;
}
.cid-uZfbsT5tG7 :not(.is-builder) .mega-params,
.cid-uZfbsT5tG7 :not(.is-builder) [data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-params,
.cid-uZfbsT5tG7 :not(.is-builder) .mbr-section-btn[data-param="megaAlwaysOpen"],
.cid-uZfbsT5tG7 :not(.is-builder) [title*="Mega-Menü immer offen"] {
  display: none !important;
  pointer-events: none !important;
}
.cid-v47eGXZlIx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v47eGXZlIx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v47eQIBHGB section.codeview {
  color: #eee;
}
.cid-v47eQIBHGB section.codeview .code-area {
  background: #1e1e1e;
  color: #f8f8f2;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 70vh;
  white-space: pre;
}
.cid-v47eQIBHGB section.codeview .copy-btn {
  z-index: 10;
  opacity: .9;
  transition: opacity .2s ease,transform .05s ease;
}
.cid-v47eQIBHGB section.codeview .copy-btn:hover {
  opacity: 1;
}
.cid-v47eQIBHGB section.codeview .copy-btn:active {
  transform: translateY(1px);
}
.cid-v47eQIBHGB section.codeview h5 {
  color: #ccc;
  font-weight: 600;
}
.cid-v47eQIBHGB section.codeview .hljs {
  background: #1e1e1e !important;
  color: #eaeaea;
  border-radius: 8px;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
}
.cid-v47eQIBHGB section.codeview .hljs-tag,
.cid-v47eQIBHGB section.codeview .hljs-name {
  color: #569CD6;
}
.cid-v47eQIBHGB section.codeview .hljs-attr,
.cid-v47eQIBHGB section.codeview .hljs-keyword {
  color: #9CDCFE;
}
.cid-v47eQIBHGB section.codeview .hljs-string {
  color: #CE9178;
}
.cid-v47eQIBHGB section.codeview .hljs-number,
.cid-v47eQIBHGB section.codeview .hljs-literal {
  color: #B5CEA8;
}
.cid-v47eQIBHGB section.codeview .hljs-comment {
  color: #6A9955;
}
.cid-v47eQIBHGB section.codeview .code-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cid-v47eQIBHGB section.codeview .code-area::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 8px;
}
.cid-v47eQIBHGB section.codeview .code-area::-webkit-scrollbar-track {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .cid-v47eQIBHGB section.codeview .code-area {
    max-height: 60vh;
    padding: 15px;
  }
}
.cid-v47fSP1T7j section.codeview {
  color: #eee;
}
.cid-v47fSP1T7j section.codeview .code-area {
  background: #1e1e1e;
  color: #f8f8f2;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 70vh;
  white-space: pre;
}
.cid-v47fSP1T7j section.codeview .copy-btn {
  z-index: 10;
  opacity: .9;
  transition: opacity .2s ease,transform .05s ease;
}
.cid-v47fSP1T7j section.codeview .copy-btn:hover {
  opacity: 1;
}
.cid-v47fSP1T7j section.codeview .copy-btn:active {
  transform: translateY(1px);
}
.cid-v47fSP1T7j section.codeview h5 {
  color: #ccc;
  font-weight: 600;
}
.cid-v47fSP1T7j section.codeview .hljs {
  background: #1e1e1e !important;
  color: #eaeaea;
  border-radius: 8px;
  font-family: Consolas,monospace;
  font-size: .9rem;
  line-height: 1.4;
}
.cid-v47fSP1T7j section.codeview .hljs-tag,
.cid-v47fSP1T7j section.codeview .hljs-name {
  color: #569CD6;
}
.cid-v47fSP1T7j section.codeview .hljs-attr,
.cid-v47fSP1T7j section.codeview .hljs-keyword {
  color: #9CDCFE;
}
.cid-v47fSP1T7j section.codeview .hljs-string {
  color: #CE9178;
}
.cid-v47fSP1T7j section.codeview .hljs-number,
.cid-v47fSP1T7j section.codeview .hljs-literal {
  color: #B5CEA8;
}
.cid-v47fSP1T7j section.codeview .hljs-comment {
  color: #6A9955;
}
.cid-v47fSP1T7j section.codeview .code-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cid-v47fSP1T7j section.codeview .code-area::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 8px;
}
.cid-v47fSP1T7j section.codeview .code-area::-webkit-scrollbar-track {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .cid-v47fSP1T7j section.codeview .code-area {
    max-height: 60vh;
    padding: 15px;
  }
}
.cid-v47g10L8fi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v47g10L8fi .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uVKVo5zh8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKVo5zh8S .media-container-row .mbr-text {
  color: #fdfde1;
}
