@charset "UTF-8";
/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-orange: #e98a11;
  --bs-font-sans-serif: "figtree", "Nunito", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas",
    "Liberation Mono", "Courier New", monospace;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: var(--kz-gray-400);
  --bs-body-bg: #f4f6f8;
  --bs-body-darker: #e4eaf0;
  --kz-gray-400: #343a3d;
  --kz-gray-300: #495057;
  --kz-gray-200: #6c757d;
  --kz-gray-100: #98a0a8;
}
/* Bootstrap */
body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
}
h1, h2, h3, h4, h5, h6, .fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
  color: var(--kz-gray-400);
}
/* Figtree Font */
@font-face {
  font-family: "Figtree";
  src: url("/files/Kabelzug_theme/figtree_5.2.10/figtree-latin-400-normal") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/files/Kabelzug_theme/figtree_5.2.10/figtree-latin-500-normal") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/files/Kabelzug_theme/figtree_5.2.10/figtree-latin-500-normal") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/files/Kabelzug_theme/figtree_5.2.10/figtree-latin-500-normal") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/files/Kabelzug_theme/figtree_5.2.10/figtree-latin-500-normal") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/files/Kabelzug_theme/figtree_5.2.10/figtree-latin-500-normal") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
#pal_inputscreen\.1\.legend1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#pal_inputscreen\.1\.legend1 .widget {
  flex: 1 1 48%;
  min-width: 250px;
}
.bg-light-gray {
  background-color: var(--bs-body-darker);
}
.width-fit-content {
  width: fit-content;
}
.pl-0 {
  padding-left: 0px !important;
}
.w-50p {
  width: 50%;
}
.pr-0 {
  padding-right: 0px !important;
}
.ml-35 {
  margin-left: 3.5rem;
}
.column {
  flex-direction: column !important;
}
.align-items-center {
  align-items: center !important;
}
.width-fit-content {
  width: fit-content;
}
.bold {
  font-weight: bold;
}
.pl-1r {
  padding-left: 1rem;
}
.gray {
  color: var(--kz-gray-300);
}
.w-100p {
  width: 100%;
}
.absolute {
  position: absolute;
}
.r-0 {
  right: 0;
}
.flex {
  display: flex;
}
.flex-direction-row, .row {
  flex-direction: row;
}
.flex-direction-column, .column {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between !important;
}
.content-end {
  align-content: flex-end;
}
.items-center {
  align-items: center;
}
.h-100 {
  height: 100% !important;
}
.ml-30 {
  margin-left: 30px;
}
.ml-50 {
  margin-left: 50px;
}
.pl-4 {
  padding-left: 4rem;
}
.pl-7 {
  padding-left: 7rem !important;
}
/* ----------------------------------------------------------------------------- */
.flex.card {
  align-items: flex-start;
}
.flex-row-end-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
}
.flex-row-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.flex-row-between-end {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-end;
}
.flex-row-between-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
}
#header {
  height: 4.25rem;
  margin-left: 0;
  width: 100%;
  position: relative;
}
div#accordion-144-heading {
  display: none;
}
.ce_bs_panel_start_dashboard .card {
  padding-top: 0px !important;
}
.content-text ::marker {
  color: var(--kz-gray-400);
}
.card {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: var(--bs-body-darker) 1px solid;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
#legend-card .card-header {
  padding: 1rem;
}
.cable_reel_information .card-header {
  width: 100%;
}
.card-header button:not(.btn-primary) {
  padding-left: 0.65rem;
}
#modal_259 img {
  margin-left: -1rem;
  width: 500px;
  height: 300px;
}
.field #article-29 {
  align-content: left;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 10%;
  width: 80px;
}
#article-44 .card h2 {
  font-weight: 500;
  margin-bottom: 1.2rem;
}
#article-29 p.add_tip {
  transform: translate(-85%, -223%);
}
#article-32 .layout_full {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.w-70p {
  width: 70%;
}
.flex-direction-row-reverse {
  flex-direction: row-reverse;
}
.justify-content-flex-end {
  justify-content: flex-end;
}
#ctrl_128 legend {
  display: none;
}
.card.card-panel {
  padding: 1.4rem 2rem;
}
.ce_bs_panel_start.show.col-lg-6.col-md-6.col-sm-12.projects {
  max-height: 550px;
}
.euf_overlay__content {
  max-width: 1000px;
  width: 100%;
  max-height: 600px;
  padding: 2em;
  margin: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  color: var(--kz-gray-400);
  overflow-y: scroll;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}
.video_container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: space-between;
}
.cursor-default {
  cursor: default !important;
}
.bg-orange {
  background-color: var(--bs-orange);
}
.range-wrap {
  z-index: 0;
}
#login-logout .nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
input#ctrl_222, input#ctrl_271 {
  padding-left: 0.75rem !important;
}
#euf_overlay {
  z-index: 100;
}
input#ctrl_271 {
  padding-top: 0.5rem !important;
}
.card-body.legend {
  padding: 2rem;
}
#ctrl_371 {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: fit-content;
  justify-content: flex-start;
  position: absolute;
  margin-top: -4.7em;
  margin-right: 8rem;
  background-color: none;
  background: none;
  box-shadow: none;
  padding: 0;
  font-weight: 500;
}
.change_direction {
  display: flex;
  justify-content: flex-end;
}
img.logo.new_image {
  width: 11rem;
}
.max-width {
  display: flex;
  align-items: baseline;
  padding-left: 1rem;
  -webkit-appearance: none;
}
h4.current_direction {
  margin: 0px !important;
}
a.see_table.max-width {
  position: absolute;
  margin-left: 68.7%;
  margin-top: -6%;
  height: 3.5rem;
  width: 11rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.graphic_abschnitt {
  position: relative;
  margin-left: 28rem;
  margin-right: auto;
  margin-top: 2rem;
}
img.graphic_abschnitt_info {
  width: 20%;
  position: absolute;
  margin-left: 43rem;
  margin-top: 14.2rem;
}
a.see_graphic.max-width {
  position: absolute;
  margin-left: 78%;
  margin-top: -6%;
  height: 3.5rem;
  width: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
div#legend {
  margin-top: -2rem;
}
#legend-card .card-header {
  padding: 1rem;
}
a.max-width.active {
  font-weight: 600;
}
.cable_reel_information h6 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cable_reel_information .card-header {
  width: 100%;
}
.new_image {
  width: 12%;
  margin-left: -1rem;
}
/* Base styles (shared) */
.graphic_legend_purple, .graphic_legend_black, .graphic_legend_green, .graphic_legend_blue {
  height: 7px;
}
.graphic_legend_purple {
  background-color: #761fff;
}
.graphic_legend_black {
  background-color: var(--kz-gray-400);
}
.graphic_legend_green {
  background-color: #006573;
}
.graphic_legend_blue {
  background-color: var(--kz-gray-400) 0e5;
}
img.legend_img {
  width: 150px;
  margin-right: 1.2rem;
}
/* Desktop â‰¥ 1400px */
@media (min-width: 1400px) {
  .graphic_legend_purple, .graphic_legend_black, .graphic_legend_green, .graphic_legend_blue {
    width: 114px;
    margin-left: 0.6rem;
    margin-right: 2rem;
  }
  img.legend_img.symbol {
    width: 23px;
    margin-right: 1rem;
  }
}
/* â‰¤ 1400px */
@media (max-width: 1399.98px) {
  .graphic_legend_purple, .graphic_legend_black, .graphic_legend_green, .graphic_legend_blue {
    width: 150px;
    margin-right: 20px;
  }
  img.legend_img.symbol {
    width: 30px;
    margin-right: 30px;
  }
}
p.add_tip {
  background-color: #e98a11;
  border-radius: 4px;
  content: attr(data-title);
  display: block;
  padding: 0.5em;
  position: absolute;
  width: max-content;
  z-index: 1;
  color: white;
  transform: translate(-80%, -223%);
  transition: transform 1s ease-out;
}
.add_tip i {
  position: absolute;
  top: 98%;
  left: 83.5%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.add_tip.i_right i {
  position: absolute;
  top: 98%;
  left: 88.5%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.add_tip i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #e98a11;
  border: 1px solid transparent;
  box-shadow: 0 1px 8px transparent;
}
#lbl_244_0.active, #lbl_244_1.active {
  border: var(--kz-gray-400) 1px solid;
  color: var(--kz-gray-400);
  background-color: white;
}
#lbl_244_0, #lbl_244_1 {
  border: var(--kz-gray-100) 1px solid;
  color: var(--kz-gray-100);
  background: var(--bs-body-darker) 7a;
  padding: 0.77rem 2.75rem !important;
}
#ctrl_244 {
  display: flex;
  flex-direction: column;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.image_table {
  width: 40rem;
}
.modal .modal-body .image_container_2 img {
  height: 30rem;
}
.direction .form-check-input {
  position: absolute;
  z-index: -1;
}
.ml-3 {
  margin-left: 1rem !important;
}
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.topbar a.nav-link {
  margin-right: 2rem;
}
.hidden {
  display: none;
}
.stack-icon {
  vertical-align: top;
  width: 25%;
}
.modal-header-tabs {
  flex-direction: row;
}
.modal-header-nav a {
  color: var(--kz-gray-200);
}
.modal-header-nav li .active {
  color: var(--kz-gray-400);
  font-weight: 600;
}
label.dependent.mandatory:after {
  content: "*";
  font-size: 14px;
  vertical-align: super;
  color: var(--kz-gray-400);
}
.txt-white {
  color: white;
}
.txt-black {
  color: var(--kz-gray-400);
}
.txt-modal-button {
  color: var(--kz-gray-400);
  background: none;
}
.width-1 {
  width: 100%;
}
.width-2 {
  width: 75%;
}
.width-4 {
  width: 4rem;
}
li.close-tab {
  padding-right: 0 !important;
}
.close-modal-button {
  background: none;
  color: var(--kz-gray-200);
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1600px) {
  img.logo {
    position: relative;
  }
  #parameter {
    background-color: var(--bs-body-bg);
  }
  .step .fa-stack-2x {
    font-size: 2rem;
  }
  i.far.fa-user-circle {
    margin-left: 95rem;
  }
}
.tabs {
  cursor: pointer;
}
@media (max-width: 1600px) {
  img.logo {
    position: relative;
  }
  i.far.fa-user-circle {
    margin-left: 76rem;
  }
}
#mm_tl_projekte .prop-created_datetime {
  display: none;
}
#mm_tl_projekte .prop-alias {
  display: none;
}
.ce_metamodels_frontendediting.last.block {
  background-color: white;
  margin-top: 2rem;
  padding-bottom: 3rem;
  border: var(--bs-body-darker) 1px solid;
}
.ce_metamodel_content {
  min-width: fit-content;
}
.ce_metamodel_content .layout_full {
  width: 100%;
}
.ce_metamodel_content .item {
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-collapse: collapse;
  border-bottom: thin solid #dddddd;
  padding: 1%;
  padding-right: 1%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* ================================
   GLOBAL SUBMIT CONTAINER
================================ */
.submit_container {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 2rem;
  align-items: stretch;
  flex-direction: row;
  gap: 0.8rem;
  background: var(--bs-body-darker);
}
.submit_container button {
  margin: 10px 0 10px 1rem;
}
/* ================================
   GLOBAL SUBMIT BUTTON
================================ */
button.submit, .submit_container button {
  font-weight: 600;
  color: var(--kz-gray-400);
  background-color: #ffffff;
  border: 1px solid #ffffff;
  background-image: linear-gradient(to bottom right, #f4f7faad 0%, #ffffff 85%, #ffffff 100%);
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0.35rem;
  cursor: pointer;
  padding: 0.7rem 2.75rem;
  font-size: 1rem;
  transition: all 0.15s ease-in-out;
  box-shadow: #66605e5e 2px 2px 4px 0px;
}
button.submit:hover, .submit_container button:hover {
  background-image: linear-gradient(to bottom right, #eef0f23d 0%, #ffffff 85%, #ffffff 100%);
  box-shadow: #89939b 2px 2px 7px 0px;
}
/* ================================
   ARTICLE 24 OVERRIDES
================================ */
#article-24 .submit_container {
  padding-right: 5rem !important;
  bottom: -2rem;
}
#article-24 .sub_headline, #article-24 legend {
  display: none;
}
#article-24 .submit {
  box-shadow: none;
  margin-left: 0;
}
#article-24 button.submit:hover, #article-24 .submit_container button:hover {
  background-image: linear-gradient(to bottom right, #eef0f23d 0%, #ffffff 85%, #ffffff 100%);
  box-shadow: #89939b 2px 2px 7px 0px;
}
.addUrl--actions {
  gap: 0.8rem;
}
.sr-only {
  display: none;
}
::marker {
  color: white;
  display: none;
}
#left .inside {
  margin-top: 3%;
}
/* Unified page layout spacing for sidebar expanded/collapsed states. */
:root {
  --kz-sidebar-width-expanded: 16rem;
  --kz-sidebar-width-collapsed: 4.6rem;
  --kz-main-gutter: 2rem;
}
#main {
  transition: padding-left 0.2s ease;
  padding-top: 0.3rem;
  padding-right: 3rem;
  padding-bottom: 4rem;
  padding-left: calc(var(--kz-sidebar-width-expanded) + var(--kz-main-gutter));
}
body.kz-sidebar-collapsed #main {
  padding-left: calc(var(--kz-sidebar-width-collapsed) + var(--kz-main-gutter));
}
@media (max-width: 991.98px) {
  #main, body.kz-sidebar-collapsed #main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.t_text {
  min-width: fit-content;
}
#lbl_244_0.active, #lbl_244_1.active {
  border: black 1px solid;
}
.custom {
  position: relative;
}
#ctrl_25 {
  margin-left: 80%;
}
#item-10 .custom-controls-stacked {
  display: inline-flex;
}
.custom-radio {
  padding-right: 20px;
}
#item .label {
  display: inline-flex;
  padding-right: 14rem;
}
.actions {
  position: relative;
  display: flex;
  flex-flow: row;
  background-position-x: 10%;
  justify-content: center;
}
#actions {
  width: 20%;
}
#left {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  height: 120%;
  left: 0;
  top: 0;
  width: 5%;
}
#wrapper {
  display: flex;
}
.tech-data p {
  font-size: 12px;
}
.step_0 .two {
  display: none;
}
.step_0 .three {
  display: none;
}
.step_1 .one {
  display: none;
}
.step_1 .three {
  display: none;
}
.step_2 .one {
  display: none;
}
.step_2 .two {
  display: none;
}
.one.step, .two.step, .three.step {
  margin-right: 0.5rem;
}
span.select2.select2-container.select2-container--default {
  height: 3rem;
}
span.select2-selection.select2-selection--single {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}
span.select2-selection__arrow {
  height: 96% !important;
}
span#select2-ctrl_94-container {
  margin-left: 0.3rem;
}
.fa-chevron-down:before {
  content: "";
}
.collapsed .fa-chevron-down:before {
  content: "";
}
@media (min-width: 1600px) {
  .inside:not(.mod_customnav) {
    margin-left: 0;
    width: 100%;
    border-width: 100px;
    transition: 0.1s;
  }
}
.ce_metamodel_content.first.block strong {
  display: none;
}
.ce_metamodel_content.first.block p {
  /* font-size: 1.68rem; */
  font-weight: 700;
  margin-left: 1rem;
}
.actions {
  display: flex;
  justify-content: flex-end;
  margin-right: 2%;
}
.actions a {
  padding-left: 15%;
}
.direction-div .direction {
  font-size: 11pt;
  color: var(--kz-gray-400);
  position: absolute;
}
.direction .btn {
  box-shadow: none !important;
}
.north.direction {
  left: 79px;
  top: -2px;
}
.east.direction {
  left: 154px;
  top: 74px;
}
.south.direction {
  left: 80.5px;
  top: 150px;
}
.west.direction {
  top: 73px;
  left: 0px;
}
.angle-div .angle {
  position: relative;
  color: #727c83;
  font-size: 14px;
  z-index: 5;
}
.north.angle {
  left: 59px;
  top: -133px;
}
.east.angle {
  left: 118px;
  top: -98px;
}
.west.angle {
  left: 4px;
  top: -119px;
}
.south.angle {
  left: 55px;
  top: -85px;
}
#legend-card {
  position: absolute;
  z-index: 2;
  cursor: move;
  width: 32rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.max-width.legend {
  margin-left: -32rem;
  z-index: 2;
}
.t_text.legend.off {
  content: "Legende einblenden";
}
.odd i {
  color: var(--kz-gray-400);
  cursor: pointer;
}
.odd i:hover {
  color: #e98a11;
}
.orange {
  color: #e98a11;
}
a {
  color: var(--kz-gray-400);
  text-decoration: none;
}
.value .field .text {
  padding-left: 10%;
}
.widget {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
.widget label {
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.widget.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.widget.widget-submit.change_direction {
  display: none;
}
.widget.widget-text.radius.col-lg-6.col-md-6.col-sm-12.col.mandatory {
  padding-left: 0;
}
.widget.widget-text.angle.col-lg-6.col-md-6.col-sm-12.mandatory {
  padding-right: 0;
}
.widget.widget-text.length.dependent.mandatory, .widget.widget-text.depth.dependent.mandatory {
  width: 100%;
}
.widget.widget-text.gradient input {
  width: 100%;
}
.widget.widget-mm_select_reel_size.select.mandatory.form-group label, .widget.widget-mm_select_reel_size.select.mandatory.form-group a {
  width: max-content;
}
.widget.widget-mm_select_reel_size.select.mandatory.form-group label {
  display: inline-flex;
}
.widget.widget-pagebreak {
  z-index: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 0;
  z-index: 0;
}
.widget.widget-radio.inline .radio_container fieldset span {
  margin-left: 4rem;
}
.widget.widget-radio.inline .radio_container span {
  margin-right: 0;
}
.widget.widget-radio.inline .radio_container .txt-modal-button {
  margin-right: 2rem;
}
.widget.widget-radio.direction {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
.widget.select.form-group {
  display: flex;
  flex-direction: column;
}
#fieldset_233.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: flex-start;
}
#fieldset_337.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
#fieldset_372 .rs-handle {
  background-color: transparent;
  border: 8px solid transparent;
  border-right-color: var(--kz-gray-400);
  margin: -8px 0 0 14px !important;
}
#fieldset_372 .rs-handle:before {
  display: block;
  content: " ";
  position: absolute;
  height: 12px;
  width: 12px;
  background: var(--kz-gray-400);
  right: -6px;
  bottom: -6px;
  border-radius: 100%;
}
#fieldset_372 .rs-handle:after {
  display: block;
  content: " ";
  width: 70%;
  position: absolute;
  top: -1px;
  right: 0px;
  border-top: 2px dotted black;
}
#fieldset_372 .rs-range-color {
  border: none;
}
#fieldset_372 .rs-path-color {
  background-color: transparent;
}
#fieldset_372 .rs-block.rs-outer {
  border: none;
}
#fieldset_372 .rs-bar:not(.rs-rounded) .rs-seperator {
  display: none;
}
fieldset.cffs-242 {
  margin-top: 1rem;
  width: 49%;
}
fieldset.cffs-242.show {
  width: 20%;
  margin-left: -1rem;
  margin-top: 1rem;
}
#fieldset_364 {
  display: block;
}
fieldset#fieldset_358.show {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.modal fieldset {
  display: none;
}
.modal fieldset.show {
  display: block;
}
fieldset#fieldset_329 span {
  margin-right: 1rem;
}
fieldset.cffs-240 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
fieldset.cffs-308 {
  width: 49%;
  margin-left: 1%;
}
.cffs-280 {
  width: 100%;
}
.fieldset_233 .widget.select {
  margin-right: 1%;
  width: 49%;
}
fieldset#pal_legend1 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
fieldset#ctrl_128 {
  display: flex;
}
fieldset#fieldset_339 {
  padding-left: 2rem;
}
fieldset#fieldset_341.show {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
fieldset.bogen.cffs-385 {
  height: 1rem;
}
fieldset#fieldset_377.show {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  fieldset#ctrl_244 {
    margin-left: 0.9rem;
    width: max-content;
  }
}
@media (max-width: 1300px) {
  .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
  }
}
.me-1p {
  margin-right: 5px;
}
#pal_legend1 .widget {
  padding-top: 2%;
  width: 49%;
}
#pal_legend1 .prop-project_description {
  margin-right: 1%;
}
#pal_legend1 .prop-client {
  margin-right: 1%;
}
#pal_legend1 .prop-date {
  margin-right: 1%;
  margin-bottom: 1rem;
}
#pal_legend1 .prop-planner {
  margin-bottom: 1rem;
}
#pal_legend1 .widget label {
  font-weight: 400;
  margin-bottom: 0.3rem;
}
select#ctrl_created_member {
  height: 3.2rem;
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125) !important;
  width: 17rem;
  padding-top: 2%;
  margin-right: 1%;
  border-radius: 3px;
}
button[value="back"] {
  margin-right: 1rem;
}
a.btn.btn-primary.txt-white {
  margin-right: 1rem;
}
p#calculate_params {
  position: relative;
}
.werte .mb-0 {
  display: flex;
  justify-content: space-between;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: var(--kz-gray-400);
  margin-top: 1rem;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.875rem 2.75rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button.rounded-circle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: var(--kz-gray-400);
  margin-top: 1rem;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.addUrl {
  display: flex;
  justify-content: flex-end;
  bottom: -2rem;
  position: fixed;
  align-items: stretch;
  flex-direction: row;
  margin-bottom: 2rem;
  left: 0;
  background: var(--bs-body-darker);
  width: 100%;
  padding-right: 5rem !important;
}
.addUrl .btn-primary {
  box-shadow: none;
}
#panel-144-collapse .card-body {
  padding-bottom: 0;
}
.modal-body.reel {
  padding-left: 1rem;
}
a#modal_reel_button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1.5rem;
  margin-right: 2rem;
}
select#ctrl_94 {
  height: 3rem;
  width: 49%;
  margin-bottom: 1rem;
  color: var(--kz-gray-400);
  background-color: #fff;
  background-clip: padding-box;
  border: var(--kz-gray-400) 1px solid;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
label.flex.col-lg-6.col-md-6.col-sm-12.mandatory {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
select#ctrl_35 {
  height: 3rem;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--kz-gray-400);
  background-color: #fff;
  background-clip: padding-box;
  border: var(--kz-gray-400) 1px solid;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mod_mp_form_steps.nav-tabs.nav.nav-item.block {
  display: block;
}
.mod_mp_form_steps.nav a {
  font-weight: 400;
}
.step_2 .line {
  display: none;
}
.mod_mp_form_steps.nav strong {
  font-weight: bold;
  color: var(--kz-gray-400);
  display: flex;
}
.mod_mp_form_steps.nav .inaccessible {
  font-weight: 400;
  color: var(--kz-gray-100);
  text-decoration: none;
}
.mod_mp_form_steps.nav span {
  text-decoration: none;
  color: var(--kz-gray-100);
}
fieldset span {
  margin-right: 1rem;
}
abbr {
  color: white;
}
abbr:hover::after {
  background: var(--kz-gray-400);
  border-radius: 4px;
  content: attr(data-title);
  display: block;
  padding: 0.5em;
  position: absolute;
  left: 50% !important;
  right: auto !important;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) !important;
  max-width: min(240px, calc(100vw - 24px));
  white-space: normal;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}
.modal-header ul.nav.nav-tabs {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-between;
}
::marker {
  display: none;
}
.modal-button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1.5rem;
  margin-right: 2rem;
}
fieldset.modal-container {
  display: flex;
  width: 100%;
}
.modal-body.information th {
  color: #e98b11;
}
.modal-body.information td {
  min-width: 15rem;
}
@media (min-width: 1600px) {
  .abschnitt-info {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 1600px) {
  .abschnitt-info {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .rollen {
    display: flex;
    justify-content: flex-start;
    z-index: 0;
  }
}
@media (max-width: 1600px) {
  .rollen {
    display: flex;
    justify-content: space-between;
    z-index: 0;
  }
}
div#data_card {
  width: fit-content;
}
@media (max-width: 1600px) {
  .toggled .flex-abschnitte {
    display: flex;
    flex-direction: column;
    width: 88%;
    transition: 0.1s;
  }
  fieldset.flex-abschnitte {
    width: 100%;
    transition: 0.1s;
  }
}
@media (min-width: 1600px) {
  .flex-abschnitte {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .toggled input[for="ctrl_116"], input[for="ctrl_193"], input[for="ctrl_1258"], input[for="ctrl_259"] {
    width: 36rem;
  }
  input[for="ctrl_116"], input[for="ctrl_193"], input[for="ctrl_1258"], input[for="ctrl_259"] {
    width: 34rem;
  }
}
.cffs-227 .custom-controls-stacked {
  display: flex;
  justify-content: flex-start;
}
.radio-buttons span {
  margin-right: 0 !important;
}
.radio-buttons {
  margin-top: 0.4rem !important;
}
@media (min-width: 1600px) {
  input[for="ctrl_116"], input[for="ctrl_193"], input[for="ctrl_1258"], input[for="ctrl_259"] {
    width: 35rem;
  }
}
.nav-tabs li {
  min-width: fit-content;
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#ctrl_219 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#ctrl_375 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* The slider */
#ctrl_219 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-body-darker);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform: scale(0.7);
}
/* The slider */
#ctrl_375 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-body-darker);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform: scale(0.7);
}
#ctrl_375 .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#ctrl_375 input:checked + .slider {
  background-color: #e98b11;
}
#ctrl_375 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
#ctrl_375 .slider.round {
  border-radius: 34px;
  width: 100%;
}
#ctrl_375 .slider.round:before {
  border-radius: 50%;
}
.modal .modal-body .image_container img.image_table {
  width: 40rem;
}
#ctrl_219 .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#ctrl_219 input:checked + .slider {
  background-color: #e98b11;
}
#ctrl_219 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
#ctrl_219 .slider.round {
  border-radius: 34px;
  width: 100%;
}
#ctrl_219 .slider.round:before {
  border-radius: 50%;
}
.nav-tabs li {
  min-width: fit-content;
  padding: 0rem 2rem;
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
ul.nav.nav-tabs.modal-header-nav {
  display: flex;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0.5rem;
}
.nav-tabs ul {
  border-bottom: none;
}
.mod_mp_form_steps.nav-tabs ul li span:hover, .mod_mp_form_steps.nav-tabs ul li strong:focus {
  font-size: 17px;
  isolation: isolate;
}
.custom-select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1.2em + 3px), calc(100% - 15.1px) calc(1.2em + 3px), calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}
.mod_mp_form_steps ul {
  display: flex;
  flex-direction: row;
  font-weight: 700;
  height: 2rem;
  margin-top: 1rem;
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
}
.mod_mp_form_steps.nav {
  width: 100%;
}
.mod_mp_form_steps ul li {
  display: flex;
  list-style-type: none;
  flex-direction: row;
  align-content: stretch;
  align-items: center;
  justify-content: flex-start;
}
.mod_mp_form_steps ul li span, .mod_mp_form_steps ul li strong {
  padding: 0.7rem;
  margin-left: 0.3rem;
  display: flex;
}
.mod_mp_form_steps ul li::marker {
  display: none;
}
.modal-body.bg-gray {
  background: #ffffff;
}
.crop {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.crop img {
  margin: -11rem -2rem -16rem -3.5rem;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input:not([type]), textarea {
  width: 100%;
  height: 3rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 3px;
  color: var(--kz-gray-400);
  background-color: #fff;
  background-clip: padding-box;
  border: var(--kz-gray-400) 1px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.field {
  align-content: left;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 10%;
  width: 80px;
}
.ce_metamodel_content {
  display: inline;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-title], abbr[data-bs-original-title] {
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  cursor: default;
  position: relative;
  display: inline-block;
  color: white;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
#item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
.form-range {
  width: 100%;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cffs-242 .form-range {
  margin-bottom: 1.5rem;
}
.btn {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0.35rem;
  cursor: pointer;
  padding: 0.7rem 2.75rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.direction.widget .btn {
  margin-right: 0px;
  box-shadow: none;
  border-radius: 3px;
}
.mod_rssReader .ce_text.block:not(p) {
  color: red;
}
.ce_bs_panel_start.card button {
  border: none;
  background: white;
  color: var(--kz-gray-400);
  margin-top: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ce_bs_panel_start.card h2 {
  font-size: 18px;
  margin-top: 1rem;
}
.mod_rssReader.card h2 {
  font-size: 18px;
  margin-top: 1rem;
}
.btn:hover {
  color: var(--kz-gray-400);
}
.back {
  margin-right: 0.8rem;
}
.btn-primary {
  font-weight: 600;
  color: var(--kz-gray-400);
  background-color: #ffffff;
  border-color: #ffffff;
  background-image: linear-gradient(to bottom right, #f4f7faad 0%, #FFFFFF 85%, #ffffff 100%);
}
.card.ce_bs_panel_start {
  padding: 1rem 2rem;
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}
.pagination {
  display: flex;
  padding-right: 0;
  list-style: none;
  align-items: center;
  float: right;
}
.page-link {
  position: relative;
  display: block;
  color: var(--kz-gray-400);
  text-decoration: none;
  background-color: #fff;
  border: 0.25px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal-calculation.modal-body {
  padding: 2rem 3rem;
}
a.txt-modal-button {
  margin-left: 0.1rem;
}
.modal .modal-body .image_container img {
  width: 30rem;
  height: 20rem;
}
.rss_image_container {
  width: 90%;
  height: 90%;
  overflow: hidden;
}
.rss_image {
  width: 100%;
  height: 100%;
}
.image_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.img-size-3-2 {
  width: 30rem;
  height: 20rem;
}
i.fas.fa-chevron-down {
  margin-right: 0.5rem;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.bg-darkgray {
  background: var(--bs-body-darker);
}
.kz-crumb-tools .kz-view-link.is-highlight {
  color: #2f3740;
  background: var(--bs-body-bg);
}
.breadcrumb {
  height: 3.5rem;
  background-color: var(--bs-body-darker);
  min-width: fit-content;
  margin-left: var(--kz-sidebar-width-expanded);
  padding-left: 10px;
  overflow: visible;
}
body.kz-sidebar-collapsed .breadcrumb {
  margin-left: var(--kz-sidebar-width-collapsed);
}
.breadcrumb-item span:hover:after {
  content: attr(data-tooltip);
  margin-left: 20px;
  color: white;
  display: block;
  padding: 0.5em;
  position: absolute;
  width: max-content;
  z-index: 1;
  background-color: var(--kz-gray-400);
  border-radius: 7px;
  font-size: 0.9rem;
}
.breadcrumb-item a {
  color: var(--kz-gray-300);
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb-item a span {
  color: var(--kz-gray-300);
  font-weight: 400;
  text-decoration: none;
}
.mod_breadcrumb li:after {
  display: inline-flex;
  content: " / ";
  padding-left: 10px;
  color: var(--kz-gray-300);
}
.mod_breadcrumb li.active:after {
  content: "";
  display: inline-flex;
  color: var(--kz-gray-300);
}
.breadcrumb-item.active strong {
  color: var(--kz-gray-300);
  font-weight: 400;
  text-decoration: none;
}
.kz-auth-link {
  color: inherit;
  background: transparent;
}
.kz-auth-link:hover {
  color: inherit;
  background: transparent;
  text-decoration: none;
}
.kz-auth-link:focus {
  color: inherit;
  background: transparent;
  text-decoration: none;
}
.kz-crumb-tools.kz-auth-only {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .breadcrumb {
    margin-left: 0;
  }
  body.kz-sidebar-collapsed .breadcrumb {
    margin-left: 0;
  }
}
/* Range style for form_range_show_value */
.range-wrap .range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #d9dee4;
  outline: none;
}
.range-wrap .range::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: #d9dee4;
}
.range-wrap .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e98b11;
  border: 2px solid #e98b11;
  margin-top: -5px;
  cursor: pointer;
}
.range-wrap .range::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: #d9dee4;
}
.range-wrap .range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e98b11;
  border: 2px solid #e98b11;
  cursor: pointer;
}
/* Strong override for Bootstrap .form-range in friction widget */
.widget-range.form-range {
  --bs-form-range-track-bg: #d9dee4;
  --bs-form-range-thumb-bg: #e98b11;
  --bs-form-range-thumb-active-bg: #e98b11;
}
.widget-range.form-range .range-wrap input[type="range"].range.form-range {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
}
.widget-range.form-range .range-wrap input[type="range"].range.form-range::-webkit-slider-runnable-track {
  height: 6px !important;
  border-radius: 999px !important;
  background: #d9dee4 !important;
}
.widget-range.form-range .range-wrap input[type="range"].range.form-range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #e98b11 !important;
  border: 2px solid #e98b11 !important;
  margin-top: -5px !important;
}
.widget-range.form-range .range-wrap input[type="range"].range.form-range::-moz-range-track {
  height: 6px !important;
  border-radius: 999px !important;
  background: #d9dee4 !important;
}
.widget-range.form-range .range-wrap input[type="range"].range.form-range::-moz-range-thumb {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #e98b11 !important;
  border: 2px solid #e98b11 !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22www%2Fhtdocs%2Fw01cc9a8%2Fcontao5.3_spiegelung_13022026_kabelzugberechnung.de%2Ffiles%2FKabelzug_theme%2Fcss%2Fmain.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAA0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAtCA%3BAAwDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAArOA%3BAA2OA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAA9hBA%3BAAqiBA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA5jBA%3BAAokBA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FkBF%3BAAwlBA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAA74BA%3BAAAA%3BAAAA%3BAAu5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAr6BA%3BAAAA%3BAAAA%3BAA86BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAl8BA%3BAAAA%3BAAAA%3BAAk9BE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA3%2FBA%3BAAggCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAEE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA16DA%3BAAq7DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAr7DA%3BAA67DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAz8DA%3BAAg9DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAh9DA%3BAA89DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5%2FDA%3BAAmgEA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAliEA%3BAAyiEA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAA5hFJ%3BAAmiFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArkFA%3BAA%2BkFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */