@charset "UTF-8";
@font-face {
  font-family: Neue Aachen Pro;
  src: url("../../files/fonts/NeueAachenProRegular.TTF");
}
@font-face {
  font-family: "Neue Aachen Pro Bold";
  src: url("../../files/fonts/NeueAachenProBold.TTF");
}
.ce_form {
  margin: 120px auto;
  max-width: 1274px;
  padding: 0 30px;
  /* Allgemeiner Container */
  /* Label für das Upload-Feld */
  /* Verstecken des Standard-Input-Felds */
  /* Icon */
  /* Text */
}
.ce_form .formbody {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ce_form .form-headline p:nth-child(1) {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.ce_form .form-headline p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.ce_form .widget-select, .ce_form .widget-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ce_form .widget-select label, .ce_form .widget-text label {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ce_form .widget-select input, .ce_form .widget-select select, .ce_form .widget-text input, .ce_form .widget-text select {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 15px;
  color: #1C1C1A;
  border: 1px solid #7D7D7D;
}
.ce_form .widget-select input:focus, .ce_form .widget-select select:focus, .ce_form .widget-text input:focus, .ce_form .widget-text select:focus {
  box-shadow: 3px 3px 0px 0px #B51F25;
  outline: none;
}
.ce_form .widget-select input:placeholder, .ce_form .widget-select select:placeholder, .ce_form .widget-text input:placeholder, .ce_form .widget-text select:placeholder {
  color: #707070;
}
.ce_form .widget-select select, .ce_form .widget-text select {
  appearance: none;
  /* Entfernt Standard-Styling */
  -webkit-appearance: none;
  /* Für Chrome/Safari */
  -moz-appearance: none;
  /* Für Firefox */
  background-image: url("../../files/icons/arrow-down.svg");
  /* URL zum benutzerdefinierten Pfeil */
  background-repeat: no-repeat;
  background-position: right 15px center;
  /* Pfeil rechts ausrichten */
  background-size: 12px;
  /* Größe des Pfeils anpassen */
}
.ce_form .widget-textarea {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ce_form .widget-textarea label {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ce_form .widget-textarea textarea {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 15px;
  color: #707070;
  border: 1px solid #7D7D7D;
  resize: none;
}
.ce_form .widget-textarea textarea:focus {
  box-shadow: 3px 3px 0px 0px #B51F25;
  outline: none;
}
.ce_form .widget-checkbox fieldset {
  border: none;
  padding: 0;
  margin: 30px 0;
}
.ce_form .widget-checkbox fieldset span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ce_form .widget-checkbox fieldset span input {
  appearance: none;
  /* Entfernt Standard-Styling */
  -webkit-appearance: none;
  /* Für Chrome/Safari */
  -moz-appearance: none;
  /* Für Firefox */
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin: 0;
  border: 1px solid #7D7D7D;
  position: relative;
}
.ce_form .widget-checkbox fieldset span input:checked {
  border: 1px solid #B51F25;
  background-color: #B51F25;
}
.ce_form .widget-checkbox fieldset span input:checked::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZWNrbWFyayI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMyIgeD0iNy43OTEwMiIgeT0iMTYuOTE0MSIgd2lkdGg9IjIiIGhlaWdodD0iMjAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNy43OTEwMiAxNi45MTQxKSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA0IiB5PSI5LjExMTMzIiB3aWR0aD0iMiIgaGVpZ2h0PSIxMS4wMzQ1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMCA5LjExMTMzKSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
}
.ce_form .widget-checkbox fieldset span label {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  max-width: 290px;
}
.ce_form .widget-checkbox fieldset span label a {
  color: #B51F25;
}
.ce_form .widget-explanation p {
  font-size: 16px;
  line-height: 16px;
}
.ce_form .widget-submit button {
  font-size: 16px;
}
.ce_form .widget-upload {
  width: 100%;
}
.ce_form .widget-upload label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  text-align: center;
  border: 1px dashed #7D7D7D;
  /* Rahmen wie im Bild */
  height: 160px;
  background-color: white;
  /* Hintergrundfarbe */
  width: 100%;
  /* Passt sich dem Layout an */
  margin: 0 auto;
  /* Zentrierung */
  cursor: pointer;
}
.ce_form .widget-upload label:hover .upload-icon {
  transform: translateY(-10px);
}
.ce_form .upload-label {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.ce_form .upload {
  display: none;
  /* Standard-Datei-Upload-Feld verstecken */
}
.ce_form .upload-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 30px;
  width: 30px;
  margin: 0 auto 10px auto;
  /* Zentriert und Abstand zum Text */
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(28, 28, 26, 0.25);
  font-size: 24px;
  /* Größe des Icons */
  color: #333;
  /* Farbe des Icons */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Sanfte Animation */
}
.ce_form .upload-text {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 700;
  color: #1C1C1A;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .ce_form {
    margin: 60px auto 240px auto;
  }
  .ce_form .formbody {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ce_form .widget-explanation.form-headline p:nth-child(1) {
    font-size: 32px;
    line-height: 38px;
  }
  .ce_form .widget-explanation.form-headline p {
    font-size: 18px;
    line-height: 22px;
  }
  .ce_form .widget-explanation p {
    font-size: 16px;
    line-height: 16px;
  }
  .ce_form .widget label {
    font-size: 18px;
    line-height: 22px;
  }
  .ce_form .widget-explanation, .ce_form .widget-select, .ce_form .widget-textarea, .ce_form .widget-checkbox, .ce_form .widget-submit {
    min-width: 100%;
  }
  .ce_form .widget-select select {
    width: 49.4%;
  }
  .ce_form .widget-text {
    width: 49.4%;
  }
  .ce_form .widget-checkbox fieldset span label {
    max-width: unset;
  }
  .ce_form .upload-text {
    font-size: 24px;
  }
}
.form-position {
  display: none;
}
/** REFERENCES */
.references-teaser__title {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 1200px) {
  .references-teaser__title {
    margin-bottom: 45px !important;
  }
}
.news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.news-simple-reference {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.news-simple-reference__location p, .news-simple-job__date {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 2px solid #B51F25;
  margin-bottom: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1200px) {
  .news-simple-reference__location p {
    min-height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
.news-simple-reference__location p {
  max-width: 252px;
}
.news-simple-job__date {
  max-width: 200px;
}
@media screen and (min-width: 1200px) {
  .news-simple-reference__location p {
    font-size: 32px;
    line-height: 38px;
    max-width: 350px;
  }
}
.news-simple-reference__image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 66.66%;
  overflow: hidden;
}
.news-simple-reference__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-simple-reference__icons {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: flex;
  gap: 15px;
  z-index: 1;
}
.news-simple-reference__icon {
  background: #fff;
}
.news-simple-reference__title {
  font-weight: bold;
  background: #fff;
}
.news-simple-reference__more {
  font-weight: bold;
  margin-top: auto;
  padding: 15px;
  margin-left: auto;
  display: flex;
  background: #fff;
  justify-content: end;
  height: 100%;
  align-items: end;
  padding: 15px 0;
}
.news-simple-reference__more a {
  text-decoration: none;
  color: inherit;
  padding-right: 15px;
}
.news-simple-reference__more a:hover {
  text-decoration: underline;
}
.reference-sort-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 120px;
}
@media screen and (min-width: 1200px) {
  .reference-sort-buttons {
    gap: 30px;
    margin-top: 240px;
  }
}
.reference-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 60px;
  transition: all 0.3s ease;
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .reference-list {
    margin-top: 120px;
    gap: unset;
    row-gap: 60px;
    column-gap: 30px;
  }
}
.news-simple-reference {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.news-simple-reference__more {
  padding-left: 15px;
  padding-right: 15px;
}
.news-simple-reference__more p {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  color: #1C1C1A;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .news-simple-reference__more {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.news-simple-reference--box-shadow {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), 0px -2px 6px rgba(0, 0, 0, 0.05), -2px 0px 6px rgba(0, 0, 0, 0.05), 2px 0px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  /* Hintergrundfarbe */
  overflow: hidden;
  /* Verhindert Überlauf */
  margin-bottom: 5px;
  margin-top: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 369px;
  text-decoration: none;
}
.news-simple-reference--box-shadow:hover .news-simple-reference__more p {
  color: #B51F25;
  text-decoration: underline;
}
.news-simple-reference--box-shadow:hover .news-simple-reference__more path {
  fill: #B51F25;
}
@media screen and (min-width: 1024px) {
  .news-simple-reference--box-shadow {
    min-height: 415px;
  }
}
.sort-button {
  padding: 10px;
  background: #fff;
  box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.2), 3px 3px 0px 0px #B51F25;
  /* Roter Schatten unten und rechts */
  text-decoration: none;
  color: unset;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sort-button svg {
  max-width: 35px;
  max-height: 35px;
}
.sort-button:hover {
  color: #fff;
  background: #B51F25;
  box-shadow: -1px -1px 5px 0px #000, 3px 3px 0px 0px #000;
  /* Roter Schatten unten und rechts */
}
.sort-button:hover svg path {
  fill: #fff;
}
.sort-button.active {
  background: #B51F25;
  box-shadow: -1px -1px 5px 0px #000, 3px 3px 0px 0px #000;
  /* Roter Schatten unten und rechts */
  color: #fff;
}
.sort-button.active svg path {
  fill: #fff;
}
/** REFERENCE DETAIL */
.reference-detail__services-text {
  display: flex;
  gap: 20px;
}
.reference-detail__services-text > div {
  flex: 1;
}
/* // Verwandte Referenzen */
.reference-list--wrapper {
  margin-top: 120px;
}
@media screen and (min-width: 1200px) {
  .reference-list--wrapper {
    margin-top: 240px;
  }
}
.reference-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .reference-list {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }
}
.news-simple-reference__icons {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: flex;
  gap: 15px;
  z-index: 1;
  background: #fff;
  padding: 15px;
  box-shadow: 3px 3px 0px 0px #B51F25;
}
.news-simple-reference__icon {
  width: auto;
  max-height: 25px;
  background: #fff;
}
.news-simple-reference__image-wrapper {
  position: relative;
}
.news-simple-reference__title p {
  font-weight: bold;
  text-align: left;
  padding: 15px;
}
.news-simple-reference__more, .news-simple-job__more {
  font-weight: bold;
  color: unset;
  height: fit-content;
}
.news-simple-reference__more a, .news-simple-job__more {
  text-decoration: none;
  color: inherit;
}
.news-simple-reference__more a:hover, .news-simple-job__more {
  text-decoration: underline;
}
.intro-with-navigation__headline {
  padding-bottom: 15px;
}
.mod_newslist {
  margin-top: 120px;
}
@media screen and (min-width: 1200px) {
  .mod_newslist {
    margin-top: 240px;
  }
}
.references-teaser {
  max-width: 1274px;
  margin: 120px auto 0 auto;
  padding: 0 30px;
}
.references-teaser .references-teaser__pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
  order: 1;
}
.references-teaser .references-teaser__pagination-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}
.references-teaser .references-teaser__pagination-dot--active {
  background-color: #333;
  width: 60px;
}
.show-more-references-btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .references-teaser {
    margin: 240px auto 0 auto;
  }
  .show-more-references-btn {
    margin-top: 45px;
  }
}
.sticky-contact-box {
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 1001;
  width: fit-content;
}
.sticky-contact-box__button {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 5px !important;
  align-items: center !important;
  background-color: #B51F25;
  padding: 10px !important;
  width: fit-content;
  cursor: pointer !important;
  width: 56px;
  height: 57px;
  box-shadow: 0px 0px 7px 0px rgba(28, 28, 26, 0.25) !important;
  box-sizing: content-box;
  border: 0;
}
.sticky-contact-box__button p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: white;
}
.sticky-contact-box__button svg:nth-child(2) {
  display: none;
}
.sticky-contact-box__button:active {
  background-color: #1C1C1A;
}
.sticky-contact-box__content {
  display: none;
  flex-direction: column;
  min-width: 290px;
  position: absolute;
  top: -15px;
  right: 0;
  padding: 15px;
  gap: 15px;
  transform: translateY(-100%);
  background-color: white;
  box-shadow: 0px 0px 7px 0px rgba(28, 28, 26, 0.25);
}
.sticky-contact-box__content-headline {
  padding: 8px 0 8px 15px;
  border-bottom: 2px solid #B51F25;
}
.sticky-contact-box__content-headline p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.sticky-contact-box__content-person {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sticky-contact-box__content-person p:nth-child(1) {
  font-weight: 700;
}
.sticky-contact-box__content-actions {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sticky-contact-box__content-actions a {
  display: block;
  text-underline-offset: 2px;
}
.sticky-contact-box__content-actions a:hover {
  color: #B51F25;
  text-decoration: underline;
}
.sticky-contact-box.open .sticky-contact-box__button p {
  display: none;
}
.sticky-contact-box.open .sticky-contact-box__button svg:nth-child(1) {
  display: none;
}
.sticky-contact-box.open .sticky-contact-box__button svg:nth-child(2) {
  display: block;
}
.sticky-contact-box.open .sticky-contact-box__content {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .sticky-contact-box__button {
    width: 80px;
    height: 61px;
  }
  .sticky-contact-box__button:hover {
    background-color: #1C1C1A;
  }
  .sticky-contact-box__button:hover p {
    text-decoration: underline;
  }
  .sticky-contact-box__content-headline p {
    font-size: 32px;
    line-height: 38px;
  }
  .sticky-contact-box__content-person p {
    font-size: 18px;
    line-height: 22px;
  }
  .sticky-contact-box__content-actions a {
    font-size: 18px;
    line-height: 22px;
  }
}
.mod_breadcrumb {
  background: #E5E5E5;
}
.mod_breadcrumb ul {
  display: flex;
  gap: 15px;
  list-style: none;
  max-width: 1274px;
  padding: 40px 30px 10px 30px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .mod_breadcrumb ul {
    padding-top: 60px;
  }
}
.mod_breadcrumb ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.mod_breadcrumb ul li a:hover {
  color: #B51F25;
  text-decoration: underline;
}
.mod_breadcrumb ul li.active {
  color: #1C1C1A;
  font-family: Roboto;
  font-weight: 700;
}
.inside .mod_article + .mod_breadcrumb ul, .reference-detail .mod_breadcrumb ul, .job-detail .mod_breadcrumb ul {
  padding-top: 10px;
}
.header-module {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 250px;
}
.header-module img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
  /* Ausgangsposition */
  will-change: transform;
  /* Hinweis für den Browser */
}
@media screen and (min-width: 1024px) {
  .header-module--large {
    height: 740px;
  }
  .header-module--small {
    height: 486px;
  }
}
.header-module--large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-module--small {
  height: px;
}
.header-module--small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-module {
  max-width: 1274px;
  margin: 120px auto 0 auto;
  padding: 0 30px;
  text-align: left;
}
.text-module__title {
  margin-bottom: 15px;
}
.text-module__subline {
  font-size: 20px;
  color: #1C1C1A;
  font-weight: 700;
  font-family: Roboto;
}
.text-module__content {
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 791px;
}
@media screen and (min-width: 768px) {
  .text-module__subline {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .text-module {
    margin: 240px auto 0 auto;
    padding: 0;
  }
}
.text-media-module {
  margin-top: 120px;
}
.text-media-module__title {
  text-align: center;
  margin-bottom: 15px;
}
.text-media-module__content {
  width: 100%;
  padding: 0;
}
.text-media-module__content--title {
  padding: 0 30px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.text-media-module__content--body {
  padding: 0 30px 30px 30px;
}
.text-media-module__content--body li {
  font-family: Roboto;
}
.text-media-module__unit {
  display: block;
}
.text-media-module__unit--light {
  background: #E5E5E580;
}
.text-media-module__unit--dark {
  background: #E5E5E5;
}
.text-media-module__unit--reverse {
  flex-direction: column-reverse;
}
.text-media-module__media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.text-media-module__media img, .text-media-module__media video {
  max-width: 100%;
  height: 220px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .text-media-module__media {
    padding-top: 0;
    width: 100%;
  }
  .text-media-module__media img, .text-media-module__media video {
    max-width: 100%;
    height: 350px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .text-media-module {
    margin-top: 140px;
  }
  .text-media-module__title {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0 30px;
  }
  .text-media-module__content {
    width: 50%;
    padding: 0px 60px 0px 0px;
  }
  .text-media-module__content--title {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .text-media-module__content--body {
    padding: 0;
  }
  .text-media-module__unit {
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 60px;
    display: flex;
    flex-wrap: nowrap;
  }
  .text-media-module__unit--reverse {
    flex-direction: row-reverse;
  }
  .text-media-module__unit--reverse .text-media-module__content {
    padding: 0px 0px 0px 60px;
  }
  .text-media-module__media {
    padding-top: 0;
    width: 50%;
    max-width: 525px;
  }
  .text-media-module__media img, .text-media-module__media video {
    max-width: 100%;
    height: 350px;
    width: 100%;
  }
}
.ew-quotes-wrapper {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .ew-quotes-wrapper {
    margin-top: 240px;
  }
}
.ew-quotes-wrapper .ew-quotes {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ew-quotes-wrapper .ew-quotes__headline {
  text-align: center;
  margin-bottom: 30px;
}
.ew-quotes-wrapper .ew-quotes__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background: #E5E5E5E5;
  box-shadow: 3px 3px 0px 0px #B51F25;
}
.ew-quotes-wrapper .ew-quotes__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.ew-quotes-wrapper .ew-quotes__text {
  text-align: center;
}
.ew-quotes-wrapper .ew-quotes__source {
  text-align: right;
  margin-top: 15px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .ew-quotes-wrapper .ew-quotes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .ew-quotes-wrapper .ew-quotes__headline {
    margin-bottom: 60px;
  }
  .ew-quotes-wrapper .ew-quotes__source {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .ew-quotes-wrapper .ew-quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
  .ew-quotes-wrapper .ew-quotes__headline {
    margin-bottom: 60px;
  }
  .ew-quotes-wrapper .ew-quotes__source {
    margin-top: 30px;
  }
}
.intro-landingpage {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  margin: 120px 0 0 0;
}
.intro-landingpage__left {
  position: relative;
  background-position: center;
  font-weight: bold;
  font-size: 2rem;
  background-repeat: no-repeat;
  min-height: 130px;
  margin-bottom: 15px;
}
.intro-landingpage__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-landingpage__headline {
  font-size: 35px;
  left: 0;
  top: 0;
  color: #000;
  font-family: Neue Aachen Pro Bold;
}
.intro-landingpage__headline div {
  opacity: 1;
}
.intro-landingpage__headline span {
  opacity: 0;
  color: #B51F25;
  transition: opacity 0.5s ease;
}
.intro-landingpage__headline span.visible {
  opacity: 1;
}
.intro-landingpage__text {
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .intro-landingpage {
    flex-direction: row;
    gap: 30px;
    margin: 60px 0 0 0;
  }
  .intro-landingpage__left {
    flex: 1;
    height: 450px;
    background-size: contain;
  }
  .intro-landingpage__headline {
    position: absolute;
    font-size: 50px;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 436px;
    min-height: 183px;
  }
  .intro-landingpage__text {
    max-width: 620px;
  }
}
@media screen and (min-width: 1440px) {
  .intro-landingpage {
    flex-direction: row;
    gap: 30px;
  }
  .intro-landingpage__left {
    flex: 1;
    height: 695px;
  }
  .intro-landingpage__headline {
    min-width: 622px;
    left: 65%;
    font-size: 70px;
    min-height: 282px;
  }
}
.intro-text-module {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  max-width: 1274px;
  padding: 0 30px;
  margin: 60px auto 0 auto;
  color: #1C1C1A;
}
.intro-text-module__left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.intro-text-module__headline {
  line-height: 1.2;
}
.intro-text-module__subline {
  font-size: 20px;
  color: #1C1C1A;
  font-weight: 700;
  font-family: Roboto;
}
.intro-text-module__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-text-module__text {
  line-height: 1.6;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .intro-text-module {
    flex-direction: row;
    gap: 30px;
  }
  .intro-text-module__subline {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .intro-text-module {
    padding: 0;
  }
}
.counter-module {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  max-width: 1274px;
  padding: 0 30px;
  margin: 120px auto 0 auto;
  text-align: left;
  overflow: hidden;
}
.counter-module__header {
  order: 3;
}
.counter-module__header p {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.counter-module__slider {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 30px;
  gap: 15px;
  order: 2;
}
.counter-module__buttons {
  width: fit-content;
  display: flex;
  overflow-x: hidden;
  transition: transform 0.3s ease;
  padding-bottom: 10px;
}
.counter-module__button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 135px;
  width: 230px;
  cursor: pointer;
  padding: 0 30px;
  background: #B51F25;
  gap: 10px;
  transition: background 0.3s ease;
  box-shadow: 3px 3px 0px 0px #1C1C1A;
  color: white;
  margin-right: 15px;
}
.counter-module__button:hover {
  background: #1C1C1A;
  color: white;
}
.counter-module__button--active, .counter-module__button--active:hover {
  background: #B51F25;
  color: white;
  box-shadow: 3px 3px 0px 0px #1C1C1A;
}
.counter-module__number {
  font-size: 20px;
  font-weight: bold;
  font-family: Roboto;
}
.counter-module__text {
  font-size: 16px;
  font-family: Roboto;
}
.counter-module__image-container {
  position: relative;
  width: 290px;
  height: 250px;
}
.counter-module__image-container .tns-ovh {
  overflow: unset;
}
.counter-module__image-container .tns-slider {
  display: flex;
}
.counter-module__image {
  max-width: 100%;
  width: 303px;
  height: 250px;
  object-fit: cover;
}
.counter-module__pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
  order: 1;
}
.counter-module__pagination-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}
.counter-module__pagination-dot--active {
  background-color: #333;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .counter-module {
    gap: 30px;
  }
  .counter-module__slider {
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .counter-module__buttons {
    max-width: 318px;
    flex-direction: column;
    overflow-x: unset;
    gap: 30px;
    padding: 0;
  }
  .counter-module__button {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 120px;
    width: 258px;
    color: #1C1C1A;
    box-shadow: 3px 3px 0px 0px #B51F25;
    background-color: white;
    margin-right: 0;
  }
  .counter-module__button:hover {
    background: #1C1C1A;
    color: white;
  }
  .counter-module__button--active, .counter-module__button--active:hover {
    background: #B51F25;
    color: white;
    box-shadow: 3px 3px 0px 0px #1C1C1A;
  }
  .counter-module__number {
    font-size: 32px;
  }
  .counter-module__text {
    font-size: 18px;
  }
  .counter-module__image-container {
    padding: 0;
    width: unset;
    height: unset;
  }
  .counter-module__image-container .tns-ovh {
    overflow: hidden;
  }
  .counter-module__image-container .tns-slider {
    display: flex;
    gap: 0;
  }
  .counter-module__image {
    height: 420px;
  }
  .counter-module__pagination {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .counter-module {
    margin: 240px auto 0 auto;
    padding: 0;
  }
  .counter-module__header p {
    font-size: 32px;
    line-height: 38px;
  }
  .counter-module__slider {
    gap: 60px;
  }
}
.history-slider {
  max-width: 1274px;
  margin: 120px auto 0 auto;
  color: #333;
  padding: 0 30px;
}
.history-slider__headline {
  margin-bottom: 30px;
}
.history-slider__nav {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.history-slider__nav-buttons {
  display: flex;
  overflow: hidden;
  /* Zeigt nur eine feste Anzahl von Buttons an */
  flex-wrap: nowrap;
  /* Keine Zeilenumbrüche */
  gap: 10px;
  /* Abstand zwischen Buttons */
  transition: transform 0.3s ease;
  /* Sanfte Animation */
  margin: 0 auto;
  position: relative;
}
.history-slider__nav-wrapper {
  display: flex;
  padding: 0 0 3px 0;
}
.history-slider__nav-controls {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.history-slider__nav-controls #prevBtn, .history-slider__nav-controls #nextBtn {
  z-index: 100;
}
.history-slider__button {
  background: white;
  padding: 10px 0;
  box-shadow: 3px 3px 0px 0px #B51F25;
  color: #1C1C1A;
  border: none;
  font-weight: 700;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 2px;
  /* Feste Breite */
  width: 67px;
  /* Mobil Standard */
  /* Breite für Desktop */
}
.history-slider__button:hover {
  background: #1C1C1A;
  box-shadow: 3px 3px 0px 0px #B51F25;
  color: white;
}
.history-slider__button--active {
  background: #B51F25;
  box-shadow: 3px 3px 0px 0px #1C1C1A;
  color: white;
}
.history-slider__chevron {
  font-size: 1.5rem;
  cursor: pointer;
  color: #007bff;
  display: flex;
  align-content: center;
}
.history-slider__chevron#nextBtn img {
  transform: rotate(180deg);
}
.history-slider__chevron img {
  height: 30px;
}
.history-slider__chevron[aria-disabled="true"] {
  color: #ccc;
  cursor: not-allowed;
}
.history-slider__content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  align-items: flex-start;
  width: 100%;
}
.history-slider__content-left {
  flex: 3;
  text-align: left;
}
.history-slider__content-right {
  width: 100%;
}
.history-slider__year {
  font-size: 25px;
  margin-bottom: 30px;
}
.history-slider__text {
  font-size: 1rem;
  line-height: 1.6;
}
.history-slider__image {
  width: 100%;
  height: 220px;
}
@media screen and (min-width: 768px) {
  .history-slider__nav {
    margin-bottom: 120px;
    gap: 60px;
  }
  .history-slider__nav-buttons {
    padding: 5px 0;
    gap: 15px;
  }
  .history-slider__button {
    width: 100%;
  }
  .history-slider__content-wrapper {
    gap: 30px;
    flex-direction: row;
  }
  .history-slider__content-right {
    flex: 2;
  }
  .history-slider__year {
    font-size: 50px;
  }
  .history-slider__image {
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .history-slider {
    margin: 240px auto 0 auto;
  }
  .history-slider__button {
    width: 196px;
    /* Desktop Standard */
  }
}
@media screen and (min-width: 1200px) {
  .history-slider {
    padding: 0;
  }
  .history-slider__content-wrapper {
    gap: 120px;
  }
}
.history-btn-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-10px, -50%);
  z-index: 80;
}
.history-btn-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(10px, -50%);
  z-index: 80;
}
.history-btn-next img {
  transform: rotate(180deg);
}
.swiper-slide:last-of-type {
  margin-right: 0 !important;
}
.history-slider__wrapper {
  display: flex;
  overflow: hidden;
}
.history-slider__content {
  flex-shrink: 0;
  width: 100%;
}
.history-slider__content.hidden {
  display: none;
}
.text-image-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  /* Vertikale Zentrierung */
  color: #fff;
  /* Weißer Text */
  overflow: hidden;
  padding: 60px 0;
  margin: 120px 0 0 0;
}
.text-image-banner.big {
  min-height: 730px;
}
.text-image-banner.small {
  min-height: 450px;
}
.text-image-banner__background {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateY(0);
  /* Ausgangsposition */
  will-change: transform;
  /* Hinweis für den Browser */
}
.text-image-banner__content {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  max-width: 1274px;
  width: 100%;
  text-align: left;
  /* Linksbündig */
  padding: 0 30px;
}
.text-image-banner__subline {
  font-size: 20px;
  font-weight: 700;
  color: white;
  font-family: Roboto;
}
.text-image-banner__headline {
  max-width: 790px;
  margin-bottom: 15px;
  color: white;
}
.text-image-banner__text {
  margin-bottom: 30px;
  max-width: 790px;
}
.text-image-banner__text p {
  color: white;
}
@media screen and (min-width: 1200px) {
  .text-image-banner {
    margin: 240px 0 0 0;
  }
  .text-image-banner.big {
    min-height: 870px;
  }
  .text-image-banner.small {
    min-height: 450px;
  }
  .text-image-banner__headline {
    margin-bottom: 30px;
  }
  .text-image-banner__subline {
    font-size: 32px;
  }
}
.ew-image-tiles {
  margin: 120px 0;
}
.ew-image-tiles__row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.ew-image-tiles__tile {
  position: relative;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  height: 164px;
}
.ew-image-tiles__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.ew-image-tiles__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 15px;
  color: white;
  font-weight: 700;
  font-size: 20px;
}
.ew-image-tiles__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Schwarzer Hintergrund mit 50% Transparenz */
  width: 100%;
  height: 164px;
}
.ew-image-tiles__link {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  gap: 5px;
}
.ew-image-tiles__link span {
  display: none;
}
.ew-image-tiles__header {
  max-width: 1274px;
  margin: 0 auto 15px auto;
  padding: 0 30px;
}
.ew-image-tiles__subline {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ew-image-tiles__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ew-image-tiles__tile {
    height: 330px;
  }
  .ew-image-tiles__overlay {
    height: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .ew-image-tiles {
    margin: 240px 0;
  }
  .ew-image-tiles__row {
    display: flex;
    flex-direction: row;
  }
  .ew-image-tiles__tile {
    position: relative;
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    width: 50%;
    height: 425px;
  }
  .ew-image-tiles__tile:hover {
    flex-shrink: 0;
    width: 37.5vw;
  }
  .ew-image-tiles__tile:hover .ew-image-tiles__overlay {
    background: linear-gradient(180deg, rgba(28, 28, 26, 0) 32%, rgba(28, 28, 26, 0.8) 91.5%);
  }
  .ew-image-tiles__tile:hover .ew-image-tiles__content {
    background-color: white;
    color: black;
    box-shadow: 3px 3px 0px 0px #B51F25;
  }
  .ew-image-tiles__tile:hover .ew-image-tiles__image {
    filter: grayscale(0%);
  }
  .ew-image-tiles__image {
    width: 100%;
    height: 100%;
  }
  .ew-image-tiles__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 15px;
    color: white;
    font-weight: 700;
    font-size: 32px;
    font-family: Roboto;
  }
  .ew-image-tiles__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Schwarzer Hintergrund mit 50% Transparenz */
    width: 100%;
    height: 425px;
  }
  .ew-image-tiles__link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
    color: white;
    font-weight: 700;
  }
  .ew-image-tiles__link span {
    display: block;
  }
  .ew-image-tiles__header {
    max-width: 1274px;
    margin: 0 auto 30px auto;
    padding: 0;
  }
  .ew-image-tiles__subline {
    font-family: Roboto;
    font-size: 32px;
  }
}
.intro-with-navigation {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1274px;
  margin: 60px auto 0 auto;
  padding: 0 30px;
  position: relative;
}
.intro-with-navigation__content {
  flex: 3;
}
.intro-with-navigation__subline {
  font-size: 20px;
  color: #1C1C1A;
  font-weight: 700;
  font-family: Roboto;
}
.intro-with-navigation__headline {
  font-weight: 700;
  border-bottom: 2px solid #B51F25;
  margin-bottom: 15px;
}
.intro-with-navigation__text {
  line-height: 1.6;
  font-size: 1rem;
}
.intro-with-navigation__nav {
  background: white;
  border: 1px solid #ddd;
  padding: 15px 0;
  box-shadow: 0px 0px 7px 0px rgba(28, 28, 26, 0.25);
  z-index: 10;
}
.intro-with-navigation__nav-title {
  font-weight: 700;
  font-family: Roboto;
  padding: 15px;
  font-size: 20px;
  border-bottom: 2px solid #B51F25;
}
.intro-with-navigation__nav-list {
  list-style: none;
  padding: 0 15px;
  margin: 0;
}
.intro-with-navigation__nav-item {
  padding: 15px 0;
  font-family: Roboto;
  border-bottom: 1px solid #7D7D7D;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.intro-with-navigation__nav-item:hover a {
  color: #B51F25;
  text-decoration: underline;
}
.intro-with-navigation__nav-item:hover svg {
  transform: rotate(90deg);
}
.intro-with-navigation__nav-item:hover svg path {
  fill: #B51F25;
}
.intro-with-navigation__nav-item svg {
  transition: transform 0.3s;
}
.intro-with-navigation__nav-item svg path {
  fill: #1C1C1A;
}
.intro-with-navigation__nav-item a {
  text-decoration: none;
  color: #1C1C1A;
  transition: color 0.3s;
}
@media screen and (min-width: 1200px) {
  .intro-with-navigation {
    flex-direction: row;
    padding: 0;
  }
  .intro-with-navigation__content {
    max-width: 790px;
  }
  .intro-with-navigation__headline {
    margin-bottom: 30px;
    padding-bottom: 15px;
    width: 80%;
  }
  .intro-with-navigation__subline {
    font-size: 32px;
  }
  .intro-with-navigation__nav-container {
    position: absolute;
    top: -135px;
    right: 0;
    width: 377px;
  }
  .intro-with-navigation__nav-title {
    font-size: 32px;
  }
}
.ew-tile-teaser {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  gap: 30px;
  max-width: 1274px;
  margin: 120px auto 0 auto;
  padding: 0 30px;
}
.ew-tile-teaser__tile {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 426px;
  width: 330px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
  background-color: #fff;
  margin: 0 auto;
  text-decoration: none;
}
.ew-tile-teaser__tile:hover .ew-tile-teaser__link {
  text-decoration: underline;
  color: #B51F25;
}
.ew-tile-teaser__tile:hover svg path {
  fill: #B51F25;
}
.ew-tile-teaser__image {
  height: 50%;
  background-size: cover;
  background-position: center;
  transition: background-size 0.3s ease;
}
.ew-tile-teaser__content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ew-tile-teaser__title {
  font-size: 20px;
  font-weight: bold;
  color: #1C1C1A;
  font-family: Roboto;
}
.ew-tile-teaser__text {
  font-size: 16px;
  line-height: 20px;
  color: #1C1C1A;
  font-family: Roboto;
  max-height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Maximale Anzahl an Zeilen */
  -webkit-box-orient: vertical;
  /* Box-Ausrichtung */
  overflow: hidden;
  /* Versteckt den überflüssigen Text */
}
.ew-tile-teaser__link {
  font-size: 16px;
  font-weight: bold;
  color: #1C1C1A;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ew-tile-teaser {
    grid-template-columns: repeat(2, 1fr);
  }
  .ew-tile-teaser__tile {
    margin: 0;
    width: 350px;
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  .ew-tile-teaser {
    grid-template-columns: repeat(3, 1fr);
    margin: 240px auto 0 auto;
  }
  .ew-tile-teaser__text {
    font-size: 18px;
  }
  .ew-tile-teaser__tile {
    margin: 0;
    width: 300px;
    height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .ew-tile-teaser {
    grid-template-columns: repeat(3, 1fr);
  }
  .ew-tile-teaser__title {
    font-size: 32px;
  }
  .ew-tile-teaser__tile {
    width: 405px;
    height: 543px;
  }
  .ew-tile-teaser__content {
    padding: 30px;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .references-teaser__pagination {
    display: none !important;
  }
}
.references-teaser__grid {
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  display: grid;
}
.header-module-landingpage {
  position: relative;
  width: 100%;
  height: 604px;
  /* Nimmt den gesamten Viewport ein */
  overflow: hidden;
}
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  /* Überlappt andere Inhalte nur innerhalb des Headers */
  pointer-events: none;
  /* Keine Interaktionen mit dem Video möglich */
  transform: translateY(0);
  /* Ausgangsposition */
  will-change: transform;
  /* Hinweis für den Browser */
}
.video-wrapper iframe {
  width: 100vw;
  height: 604px;
  min-width: 191vh;
  /* 16:9 Aspect Ratio */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-module-landingpage__content {
  position: relative;
  z-index: 2;
  /* Inhalte liegen über dem Video */
}
@media screen and (min-width: 1024px) {
  .header-module-landingpage {
    position: relative;
    width: 100%;
    height: 870px;
    /* Nimmt den gesamten Viewport ein */
    overflow: hidden;
  }
  .video-wrapper iframe {
    width: 100vw;
    height: 85vw;
    min-width: 239.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .header-module-landingpage {
    position: relative;
    width: 100%;
    height: 870px;
    /* Nimmt den gesamten Viewport ein */
    overflow: hidden;
  }
  .video-wrapper iframe {
    width: 100vw;
    height: 65vw;
    min-width: 239.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.reference-detail__bg-gradient {
  /* background: linear-gradient(to bottom, #fff, #E5E5E5); */
}
/* // Titelbild */
.reference-detail__image img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.reference-detail__header--wrapper {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.intro-with-navigation__nav-container--desktop {
  display: block;
}
.intro-with-navigation__nav-container--mobile {
  display: none;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .intro-with-navigation__nav-container--desktop {
    display: none;
  }
  .intro-with-navigation__nav-container--mobile {
    display: block;
  }
}
/* // Leistungen */
.reference-detail__services--wrapper {
  margin-top: 30px;
}
.reference-detail__services {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: left;
  margin: 0;
}
.reference-detail__services li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.reference-detail__services img {
  width: 40px;
  height: auto;
}
/* // Kurzbeschreibung */
.reference-detail__short-description--wrapper {
  margin-top: 30px;
}
.reference-detail__short-description {
  max-width: 790px;
}
/* // Eckdaten */
.reference-detail__key-data--wrapper {
  margin-top: 120px;
}
@media screen and (min-width: 1200px) {
  .reference-detail__key-data--wrapper {
    margin-top: 240px;
  }
}
.reference-detail__key-data {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 120px;
  background-color: #f0f0f0;
  padding: 60px;
}
@media screen and (min-width: 1200px) {
  .reference-detail__key-data {
    flex-direction: row;
  }
}
.reference-detail__key-item {
  text-align: center;
}
.reference-detail__key-value {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: #B51F25;
  margin-bottom: 15px;
}
.reference-detail__key-value--sub {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 1200px) {
  .reference-detail__key-data {
    flex-direction: row;
  }
}
.reference-detail__services-text--wrapper {
  margin-top: 120px;
}
@media screen and (min-width: 1200px) {
  .reference-detail__services-text--wrapper {
    margin-top: 240px;
  }
}
.reference-detail__services-text--headline {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  font-family: Roboto;
}
.reference-detail__services-text {
  flex-direction: column;
  margin-top: 15px;
  font-family: "Roboto", "Arial";
}
@media screen and (min-width: 1200px) {
  .reference-detail__services-text {
    flex-direction: row;
    margin-top: 30px;
  }
}
/* // Gallery */
.gallery-title--wrapper {
  margin-top: 120px;
}
@media screen and (min-width: 1200px) {
  .gallery-title--wrapper {
    margin-top: 240px;
  }
}
.gallery-title {
  text-align: center;
}
.gallery-main {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .gallery-main {
    margin-top: 60px;
  }
}
.gallery-main img {
  width: 100%;
  height: auto;
}
.gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  overflow: hidden;
  max-height: 533px;
}
@media screen and (min-width: 1200px) {
  .gallery-thumbnails {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-height: 226px;
  }
}
.gallery-thumbnails.expanded {
  max-height: none;
}
.gallery-thumbnails img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  height: 100%;
}
.show-more {
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .show-more {
    margin-top: 30px;
  }
}
.show-more.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-more:hover {
  text-decoration: underline;
}
/* Chevron Rotation */
.show-more__icon {
  max-width: 25px;
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-more__icon--rotated {
  transform: rotate(-180deg);
}
.reference-list--wrapper {
  margin-top: 120px;
}
@media screen and (min-width: 1200px) {
  .reference-list--wrapper {
    margin-top: 124px;
  }
}
.job-detail__bg-gradient {
  background: linear-gradient(to bottom, #fff, #E5E5E5);
  padding-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .job-detail__bg-gradient {
    padding-bottom: 240px;
  }
}
.intro-with-navigation__nav-container--desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .intro-with-navigation__nav-container--desktop {
    display: block;
  }
}
.job-detail {
  font-family: Arial, sans-serif;
  margin: 0 auto;
}
.job-detail__image img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .job-detail__image img {
    width: 100%;
    height: auto;
  }
}
.job-detail__content {
  /* display: flex;
    gap: 20px;
    margin-bottom: 20px; */
}
.job-detail__sidebar {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  text-align: start;
  height: fit-content;
  max-width: 377px;
}
.job-detail__sidebar--headline {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding-top: 23px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #B51F25;
  margin-bottom: 15px;
  width: fit-content;
  padding-right: 30px;
}
.job-detail__sidebar img {
  width: 100%;
}
.job-detail__sidebar--body {
  padding: 15px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.job-detail__sidebar--person {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.job-detail__sidebar--contact {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.job-detail__main {
  max-width: 790px;
}
.job-detail__subline {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 10px;
}
.job-detail__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.job-detail__key-data {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.job-detail__key-item {
  display: flex;
  gap: 10px;
}
.job-detail__services {
  margin-bottom: 0;
  margin-top: 30px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.job-detail__services li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.job-detail__services img {
  width: 25px;
  height: auto;
}
.job-detail__description {
  margin-top: 15px;
}
.job-detail__description--headline, .job-detail__advantages--headline, .job-detail__section--headline {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 60px;
  font-family: Roboto;
}
.job-detail__advantages--headline {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .job-detail__description--headline, .job-detail__advantages--headline, .job-detail__section--headline, .job-detail__sidebar--headline {
    font-size: 32px;
    line-height: 38px;
    font-family: Roboto;
  }
}
.job-detail__advantages--wrapper {
  margin-top: 120px;
}
@media screen and (min-width: 1200px) {
  .job-detail__advantages--wrapper {
    margin-top: 240px;
  }
}
.job-detail__advantages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .job-detail__advantages {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    padding: 15px;
    margin-top: 15px;
  }
}
.job-detail__advantage {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0;
  row-gap: 15px;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .job-detail__advantage {
    gap: 15px;
    flex-direction: row;
  }
}
.job-detail__advantage img {
  max-width: 100px;
  max-height: 100px;
}
.job-detail__sections {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (min-width: 1200px) {
  .job-detail__sections {
    margin-top: 240px;
    flex-direction: row;
  }
}
.job-detail__section {
  flex: 1;
}
.job-detail__section--headline {
  margin-bottom: 15px;
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .job-detail__section--headline {
    margin-bottom: 30px;
  }
}
.jobs .intro-with-navigation__headline {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.job-detail__application--form .ce_form {
  margin-top: 120px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .job-detail__application--form .ce_form {
    margin-bottom: 0;
    margin-top: 240px;
  }
}
.job-list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 20px;
  gap: 60px;
}
@media (min-width: 768px) {
  .job-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .job-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .job-list {
    gap: 30px;
  }
}
.job-list--headline {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .job-list--headline {
    margin-bottom: 60px;
  }
}
.mod_newslist .news-simple-job {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 280px;
  padding: 5px;
}
@media (min-width: 1200px) {
  .mod_newslist .news-simple-job {
    /* margin: 0; */
  }
}
.mod_newslist .news-simple-job__title {
  background-color: #B51F25;
  padding: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  min-height: 168px;
}
.mod_newslist .news-simple-job__title p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.mod_newslist .news-simple-job__date p {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.mod_newslist .news-simple-job__body {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), 0px -2px 6px rgba(0, 0, 0, 0.05), -2px 0px 6px rgba(0, 0, 0, 0.05), 2px 0px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  /* Hintergrundfarbe */
  overflow: hidden;
  /* Verhindert Überlauf */
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.mod_newslist .news-simple-job__body:hover .news-simple-reference__more p {
  text-decoration: underline;
  color: #B51F25;
}
.mod_newslist .news-simple-job__body:hover .news-simple-reference__more path {
  fill: #B51F25;
}
.mod_newslist .news-simple-job__footer {
  display: flex;
  justify-content: space-between;
  background: #fff;
  align-items: center;
}
.mod_newslist .news-simple-job__footer span {
  font-weight: bold;
}
.mod_newslist .news-simple-job__footer a {
  /* color: #007bff;
        text-decoration: none;
        transition: color 0.3s; */
}
.mod_newslist .news-simple-job__footer a:hover {
  /* color: #0056b3; */
}
.mod_newslist .news-simple-job__workingmodel {
  font-weight: bold;
  padding-left: 15px;
}
.footer {
  padding: 60px 0 30px 0;
  position: relative;
}
.footer h4 {
  color: #B51F25;
  margin: 0 0 30px 0;
}
.footer p {
  margin: 0;
}
.footer .active {
  font-family: Roboto;
  font-weight: 400;
  color: #B51F25;
  text-decoration: underline;
}
.footer a {
  text-underline-offset: 2px;
  color: #1C1C1A;
  font-weight: 400;
  border: 2px solid white;
}
.footer a:hover {
  text-decoration: underline;
  border: 2px solid #B51F25;
  color: #B51F25;
}
.footer a.footer-social {
  display: flex;
  width: fit-content;
}
.footer a.footer-social svg {
  height: 40px;
  width: 40px;
}
.footer a.footer-social:hover {
  border: 2px solid #1C1C1A;
}
.footer a.footer-social:hover path {
  fill: #B51F25;
}
.footer .bold {
  font-weight: 700;
}
.footer .breaking-edge:first-of-type {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.footer .breaking-edge:last-of-type {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transform: rotate(180deg);
}
.footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  gap: 30px;
}
.footer .footer-wrapper__contact .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .footer-wrapper__navigation ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  padding: 0;
}
.footer .footer-wrapper__socials a:first-of-type {
  margin-right: 15px;
}
.footer .footer-wrapper__socials a:hover {
  text-decoration: none;
  color: #1C1C1A;
}
.footer .footer-wrapper__socials-container {
  display: flex;
}
.footer .footer-bottom {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .footer .footer-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1274px;
  }
  .footer .footer-bottom {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .footer .breaking-edge:first-of-type, .footer .breaking-edge:last-of-type {
    display: block;
  }
}
.spacer {
  height: 125px;
  display: none;
}
.mobil-nav {
  z-index: 1000;
  position: relative;
  height: 70px;
  box-shadow: 3px 3px 0px 0px #B51F25;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .mobil-nav {
    display: none;
  }
}
.mobil-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.mobil-nav.sticky .mobil-nav-wrapper {
  height: 100%;
}
.mobil-nav.sticky .mobil-nav-wrapper .mobil-logo {
  margin-top: 4px;
  box-shadow: unset;
  padding: 0;
}
.mobil-nav.sticky .mobil-nav-wrapper .mobil-logo img {
  width: 100px;
  height: 60px;
}
.mobil-nav.sticky .mobil-nav-wrapper .mobil-logo .box-shadow {
  display: none;
}
.mobil-nav .mobil-nav-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.mobil-nav .mobil-nav-wrapper .mobil-logo {
  background-color: white;
  padding: 10px;
  height: fit-content;
  position: relative;
}
.mobil-nav .mobil-nav-wrapper .mobil-logo img {
  width: 108px;
  height: 70px;
}
.mobil-nav .mobil-nav-wrapper .mobil-logo .box-shadow {
  position: absolute;
  width: 128px;
  height: 27px;
  bottom: 0;
  left: 0;
  box-shadow: 3px 3px 0px 0px #B51F25;
}
.mobil-nav .mobil-nav-wrapper .mobil-burger {
  margin-top: 25px;
}
.mobil-nav .mobil-menu {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  height: 100vh;
  width: 95%;
  background-color: white;
  z-index: 1001;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.mobil-nav .mobil-menu.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.mobil-nav .mobil-menu.closing {
  transform: translateX(-100%);
  opacity: 0;
  visibility: visible;
}
.mobil-nav .mobil-menu .mobil-menu-header {
  display: flex;
  justify-content: space-between;
  padding: 55px 15px 15px 30px;
}
.mobil-nav .mobil-menu .mobil-menu-header .mobil-menu-logo {
  height: 70px;
}
.mobil-nav .mobil-menu .mobil-menu-header .mobil-menu-logo img {
  height: 70px;
  width: 101px;
}
.mobil-nav .mobil-menu .mobil-menu-header .burger-close img {
  width: 40px;
  height: 32px;
}
.mobil-nav .mobil-menu .mobil-menu-list {
  padding: 30px 30px 0 30px;
}
.mobil-nav .mobil-menu .mobil-menu-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.mobil-nav .mobil-menu .mobil-menu-list ul.level_1 > li {
  margin-bottom: 30px;
}
.mobil-nav .mobil-menu .mobil-menu-list ul.level_1 > li.open {
  margin-bottom: 15px;
}
.mobil-nav .mobil-menu .mobil-menu-list ul li {
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-family: Roboto;
}
.mobil-nav .mobil-menu .mobil-menu-list ul li.active {
  border-bottom: 2px solid #B51F25;
}
.mobil-nav .mobil-menu .mobil-menu-list ul li.open {
  border-bottom: 2px solid #B51F25;
}
.mobil-nav .mobil-menu .mobil-menu-list ul li a, .mobil-nav .mobil-menu .mobil-menu-list ul li strong {
  text-decoration: none;
  color: #1C1C1A;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-family: Roboto;
}
.mobil-nav .mobil-menu .mobil-menu-list ul li .mobil-menu-polygon {
  width: 16px;
  height: 10px;
}
.mobil-nav .mobil-menu .mobil-menu-list ul li .mobil-menu-polygon.open {
  transform: rotate(90deg);
}
.mobil-nav .mobil-menu .mobil-menu-list ul.level_2 {
  display: none;
  margin-bottom: 30px;
}
.mobil-nav .mobil-menu .mobil-menu-list ul.level_2.open {
  display: flex;
  row-gap: 15px;
}
.mobil-nav .mobil-menu .mobil-menu-list ul.level_2 li {
  padding: 5px 0;
}
.mobil-nav .mobil-menu .mobil-menu-list ul.level_2 li.active {
  background-color: #B51F25;
}
.mobil-nav .mobil-menu .mobil-menu-list ul.level_2 li.active a, .mobil-nav .mobil-menu .mobil-menu-list ul.level_2 li.active strong {
  color: white;
}
.mobil-nav .mobil-menu .mobil-menu-list ul.level_2 li a, .mobil-nav .mobil-menu .mobil-menu-list ul.level_2 li strong {
  font-weight: 400;
  padding: 0 15px;
}
.mobil-nav .mobil-menu .mobil-menu-list ul.level_2 li.forward {
  background-color: #B51F25;
}
.mobil-nav .mobil-menu .mobil-menu-list ul.level_2 li.forward strong {
  color: white;
}
.mobil-nav .mobil-menu .mobil-menu-actions {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 30px;
  margin-bottom: 30px;
}
.mobil-nav .mobil-menu .mobil-menu-actions .mobil-menu-socials {
  display: flex;
  gap: 15px;
}
.mobil-nav .mobil-menu .mobil-menu-actions .mobil-menu-socials .mobil-menu-lng-switch {
  width: fit-content;
  height: 40px;
}
.mobil-nav .mobil-menu .mobil-menu-actions .mobil-menu-socials .mobil-menu-lng-switch a {
  display: block;
  background: #7D7D7D;
  font-size: 13px;
  font-weight: 700;
  color: white;
  width: 58px;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  font-family: Roboto;
}
.desktop-nav {
  display: none;
  background: white;
  box-shadow: 3px 3px 0px 0px #B51F25;
  z-index: 1000;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .desktop-nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 3px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
.desktop-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.desktop-nav.sticky .spacer {
  display: block;
}
.desktop-nav.sticky .desktop-nav-wrapper {
  align-items: center;
}
.desktop-nav.sticky .desktop-nav-wrapper .desktop-logo {
  padding: 0;
}
.desktop-nav.sticky .desktop-nav-wrapper .desktop-logo img {
  width: 108px;
  height: 70px;
}
.desktop-nav.sticky .desktop-nav-wrapper .desktop-logo .box-shadow {
  display: none;
}
.desktop-nav.sticky .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper {
  padding-top: 40px;
}
.desktop-nav .lng-social-bar {
  background-color: #E5E5E5E5;
  display: flex;
  width: 100%;
  padding: 5px 0;
}
.desktop-nav .lng-social-bar .lng-social-bar-actions {
  max-width: 1274px;
  display: flex;
  justify-content: end;
  width: 100%;
  gap: 15px;
  padding: 0 20px;
}
@media screen and (min-width: 1440px) {
  .desktop-nav .lng-social-bar .lng-social-bar-actions {
    padding: 0;
    margin: 0 auto;
  }
}
.desktop-nav .lng-social-bar .lng-social-bar-actions a {
  display: flex;
  height: fit-content;
}
.desktop-nav .lng-social-bar .lng-social-bar-actions img {
  height: 26px;
}
.desktop-nav .lng-social-bar .lng-social-bar-actions .lng-social-bar-switch a {
  display: block;
  background: #7D7D7D;
  font-size: 13px;
  font-weight: 700;
  color: white;
  width: 68px;
  padding: 3px 0;
  text-decoration: none;
  text-align: center;
  font-family: Roboto;
  border: 2px solid #7D7D7D;
}
.desktop-nav .lng-social-bar .lng-social-bar-actions .lng-social-bar-switch a:hover {
  background: #B51F25;
  border: 2px solid #1C1C1A;
}
.desktop-nav .lng-social-bar .lng-social-bar-actions .lng-social-bar-icon {
  border: 2px solid #7D7D7D;
}
.desktop-nav .lng-social-bar .lng-social-bar-actions .lng-social-bar-icon svg {
  width: 20px;
  height: 20px;
}
.desktop-nav .lng-social-bar .lng-social-bar-actions .lng-social-bar-icon:hover {
  border: 2px solid #1C1C1A;
}
.desktop-nav .lng-social-bar .lng-social-bar-actions .lng-social-bar-icon:hover svg path {
  fill: #B51F25;
}
.desktop-nav .desktop-nav-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1274px;
  height: 105px;
  padding: 0 30px;
}
@media screen and (min-width: 1440px) {
  .desktop-nav .desktop-nav-wrapper {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}
.desktop-nav .desktop-nav-wrapper .desktop-logo {
  padding: 15px;
  position: relative;
  height: fit-content;
  background: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  z-index: 1;
}
.desktop-nav .desktop-nav-wrapper .desktop-logo .box-shadow {
  box-shadow: 3px 3px 0px 0px #B51F25;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 214px;
  height: 52px;
}
.desktop-nav .desktop-nav-wrapper .desktop-logo img {
  width: 184px;
  height: 120px;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: white;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list {
  display: flex;
  height: fit-content;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul {
    gap: 30px;
  }
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li {
  position: relative;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li:hover {
  cursor: pointer;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li:hover a, .desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li:hover strong {
  color: #B51F25;
  border-bottom: 2px solid #B51F25;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li:hover svg path {
  fill: #B51F25;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li a, .desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li strong {
  text-decoration: none;
  padding: 10px 10px;
  color: #1C1C1A;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  border-bottom: 2px solid white;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li.open strong {
  color: #B51F25;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li .desktop-nav-polygon {
  transform: rotate(90deg);
  margin-left: 10px;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li .desktop-nav-polygon.open {
  transform: rotate(270deg);
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul li .desktop-nav-polygon.open path {
  fill: #B51F25;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul.level_1 li.active a, .desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul.level_1 li.active strong {
  color: #B51F25;
  border-bottom: 2px solid #B51F25;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul.level_1 li.active svg path {
  fill: #B51F25;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper {
  display: none;
  transform: translateY(100%);
  padding-top: 40px;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 {
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 3px 3px 0px 0px #B51F25;
  gap: 0;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li {
  padding: 0;
  border-bottom: none;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li:hover {
  background-color: #B51F25;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li:hover a, .desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li:hover strong {
  color: white;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li a, .desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li strong {
  color: #1C1C1A;
  text-decoration: none;
  font-weight: 500;
  padding: 15px 20px;
  display: block;
  border: none;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li.forward {
  background: #B51F25;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li.forward a, .desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li.forward strong {
  color: white;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li.active {
  background: #B51F25;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li.active a, .desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper .level_2 li.active strong {
  color: white;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-list ul .desktop-nav-dropdown-wrapper.open {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.desktop-nav .desktop-nav-wrapper .desktop-nav-list-wrapper .desktop-nav-button {
  display: flex;
  height: fit-content;
}
.desktop-logo img {
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
  width: 184px;
  height: 120px;
}
.desktop-nav.sticky .desktop-logo img {
  transform-origin: center;
  width: 108px;
  height: 70px;
}
.box-shadow {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.desktop-nav.sticky .box-shadow {
  opacity: 0;
}
.mobil-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobil-logo img {
  transition: transform 0.3s ease;
  transform-origin: center;
  width: 108px;
  height: 70px;
}
.mobil-logo .box-shadow {
  transition: opacity 0.3s ease, width 0.5s ease-in-out;
  opacity: 1;
}
.mobil-nav.sticky .mobil-logo img {
  transform: scale(0.7);
  width: auto;
  height: auto;
}
.mobil-nav.sticky .mobil-logo .box-shadow {
  opacity: 0;
}
header {
  padding-top: 70px;
}
@media (min-width: 1024px) {
  header {
    padding-top: 140px;
  }
}
h2, h3, h4, h5, h6, p, a {
  font-family: "Roboto", "Arial";
  margin: 0;
  color: #1C1C1A;
}
h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0;
  font-family: Neue Aachen Pro Bold;
  margin: 0;
}
h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0;
  margin: 0;
  font-family: Neue Aachen Pro Bold;
}
h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0;
  font-family: Neue Aachen Pro Bold;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
}
p, li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
html {
  scroll-padding-top: 200px;
  scroll-behavior: smooth;
}
main {
  background: linear-gradient(to bottom, #fff, #E5E5E5);
}
main .mod_article:last-of-type {
  padding-bottom: 120px;
}
.btn {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Roboto", "Arial";
}
.btn:focus {
  outline: 3px solid #1C1C1A;
  outline-offset: 4px;
}
.btn.disabled {
  font-weight: 700;
  border: 2px solid #E5E5E5E5;
  background: #E5E5E5E5;
  color: #7D7D7D;
  padding: 10px 30px;
  box-shadow: 3px 3px 0px 0px #7D7D7D;
  text-decoration: none;
  pointer-events: none;
  user-select: none;
}
.secondary-btn {
  display: block;
  width: fit-content;
  height: fit-content;
  font-weight: 700;
  border: 2px solid #B51F25;
  background: #fff;
  color: #B51F25;
  padding: 10px 30px;
  text-decoration: none;
  transition: box-shadow 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  line-height: 22px;
}
.secondary-btn a {
  font-weight: 700;
}
.secondary-btn:hover {
  border-color: #1C1C1A;
  box-shadow: 0 0 0 2px #1C1C1A;
  color: #1C1C1A;
}
.primary-btn {
  display: block;
  width: fit-content;
  font-weight: 700;
  border: 2px solid #B51F25;
  background: #B51F25;
  color: white;
  padding: 10px 30px;
  box-shadow: 3px 3px 0px 0px #1C1C1A;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.primary-btn:hover {
  border-color: #1C1C1A;
  background-color: #1C1C1A;
  box-shadow: 3px 3px 0px 0px #B51F25;
  color: white;
}
.lang-switcher-btn {
  height: fit-content;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  background: #7D7D7D;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.lang-switcher-btn:hover {
  background: #B51F25;
}
@media (min-width: 992px) {
  main .mod_article:last-of-type {
    padding-bottom: 240px;
  }
  h1 {
    font-size: 100px;
    line-height: 106px;
  }
  h2 {
    font-size: 80px;
    line-height: 86px;
  }
  h3 {
    font-size: 50px;
    line-height: 56px;
  }
  h4 {
    font-size: 32px;
    line-height: 38px;
  }
  p, li {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.container-boxed {
  max-width: 1274px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-boxed {
    padding: 0;
  }
}
.styled-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0;
}
.styled-list ul li {
  position: relative;
  padding-left: 25px;
}
.styled-list ul li:not(:first-child) {
  margin-top: 15px;
}
.styled-list ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/files/icons/chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.no-breadcrumb .mod_breadcrumb {
  display: none;
}
.no-footer-margin nav.footer {
  margin-top: 0;
}
#top {
  margin: 0;
  position: relative;
}
@media screen {
  #top .invisible {
    display: none;
  }
}
#top.overflow-hidden {
  overflow-y: hidden;
}
#top .btn-primary {
  display: flex;
  width: fit-content;
  padding: 10px 30px;
  border: 2px solid #B51F25;
  background: #B51F25;
  box-shadow: 3px 3px 0px 0px #1C1C1A;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
#top .btn-primary:hover {
  border: 2px solid #1C1C1A;
  background: #1C1C1A;
  box-shadow: 3px 3px 0px 0px #B51F25;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2F.%2Ffonts.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2F.%2Fforms.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Fmain.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2F.%2Fboxes.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2F.%2Fcontact-box.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2F.%2Fbreadcrumb.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_header_module.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_text_module.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_text_media_module.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_quotes.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_intro_text_landingpage.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_intro_text_module.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_counter_module.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_history_slider.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_text_image_banner.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_image_tiles.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_intro_with_navigation.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_tile_teaser.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_references_teaser.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Frsce%2Frsce_ew_header_module_landingpage.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Fpages%2Frsce_ew_reference_detail.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Fpages%2Frsce_ew_job_detail.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2Fpages%2Fjobs_overview.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2F.%2Flayout%2F_footer.scss%22%2C%22var%2Fwww%2Fshare%2Fhrabbruch.elbwind.eu%2Ffiles%2Fscss%2F.%2Flayout%2F_navigation.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeK%3BAAAA%3BAAAA%3BAAOL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAC3RA%3BACEA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAD9PA%3BACmQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADxQA%3BAC%2BQA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACxYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5IJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BACxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FBJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxHZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACnEZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvFR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BACzMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAC5NJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FER%3BAAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1KR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAC5HN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaQ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvHR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BACNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9DR%3BAAAA%3BAAAA%3BAlBAA%3BAkBMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAlBjCJ%3BAkBuCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAlB3DA%3BAkBiEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAlBrEA%3BAkB0EA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBnJJ%3BAkB2JA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAlBxOA%3BAkB6OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAChQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcY%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC1HJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BACpIR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAtBllBD%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBH%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */