@charset "UTF-8";
:root {
  font-size: 16px !important;
}
body {
  font-family: Lato;
  font-weight: 300;
  font-size: 1.125rem;
  color: #525252;
}
h1, h2, h3, h4, h5, h6 {
  color: #E73331;
}
h3, h4, h5, h6 {
  font-weight: 200;
}
h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
h1 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 500px) {
  h1 {
    font-size: 2.2rem;
  }
}
/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/lato/lato-v24-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/lato/lato-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/lato/lato-v24-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.navbar-pp {
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.navbar-pp .navbar-brand {
  flex-grow: 1;
}
.navbar-pp .navbar-toggler {
  border: none;
  padding: 0;
}
.navbar-pp .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #000;
}
.navbar-pp .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-pp .navbar-toggler:focus {
  box-shadow: none;
}
.suco_search {
  padding-right: 10%;
}
.suco_search button {
  transform: scale(0.6);
}
.btn-close {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #000;
  opacity: 1;
}
.offcanvas {
  background-color: #E73331;
  min-width: 545px;
  padding: 3.125rem;
}
.offcanvas-right {
  transform: translateX(100%);
}
.offcanvas-end {
  transform: translateX(-100%);
}
.offcanvas-body {
  color: #fff;
}
.offcanvas-body a {
  color: #fff;
  padding: 0 3.5rem;
  display: inline-block;
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.offcanvas-body a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 3.125rem;
  bottom: 0.375rem;
  left: 0;
  background: #fff;
  transition: left 0.3s ease-in-out;
}
.offcanvas-body a:hover {
  padding-left: 0;
}
.offcanvas-body a:hover::before {
  left: calc(100% - 3.125rem);
}
.offcanvas-body a:focus-visible {
  outline: none;
  text-decoration: none;
}
.offcanvas-body li {
  list-style: none;
  font-size: 1.875rem;
}
.offcanvas-body li:hover > a {
  padding-left: 0;
}
.offcanvas-body li:hover > a::before {
  left: calc(100% - 3.125rem);
}
.nav-link {
  font-size: 1.5rem;
}
.nav-child {
  font-size: 1.25rem;
}
.lang-menu .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 80px;
}
.lang-menu .bs-caret .caret {
  display: none;
}
.lang-menu .dropdown-menu {
  padding: 0;
  margin: 0;
}
.lang-menu .dropdown-menu ul li::marker {
  content: none;
}
.lang-menu .dropdown-menu .dropdown-item.active, .lang-menu .dropdown-menu .dropdown-item:focus, .lang-menu .dropdown-menu .dropdown-item:hover {
  background-color: #E73331;
  color: #fff;
}
.language-select .btn {
  border: 0;
  background-color: transparent;
  color: #E73331;
}
.nav-list li ul {
  display: none;
}
.nav-list li ul li a {
  font-size: 1.25rem;
}
.nav-list li > span {
  cursor: pointer;
}
.offcanvas.offcanvas-end {
  transition: 0.6s;
}
.offcanvas-body li {
  cursor: pointer;
}
.offcanvas-body ul ul a {
  padding-right: 0;
}
.offcanvas-body ul ul a:hover {
  padding-right: 3.5rem;
}
@media (max-width: 1200px) {
  .nav-list li:hover ul {
    display: none;
  }
}
@media (max-width: 500px) {
  .offcanvas {
    min-width: 100%;
    padding: 1.25rem;
  }
  .offcanvas .offcanvas-body {
    font-size: 1rem;
  }
  .offcanvas .offcanvas-body a {
    font-size: 1.2rem;
  }
  .offcanvas .offcanvas-body ul ul a {
    padding-right: 0;
  }
  .offcanvas .offcanvas-body ul ul a:hover {
    padding-right: 1rem;
  }
}
.suco_search {
  display: block;
}
.suco_search fieldset.kesearch_searchbox {
  display: flex;
}
.suco_search fieldset.kesearch_searchbox ::-webkit-search-cancel-button {
  background-image: none;
}
.suco_search fieldset.kesearch_searchbox input {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.68);
  width: 100%;
  color: #707070 !important;
  font-weight: 300;
}
.suco_search fieldset.kesearch_searchbox input:focus-visible {
  outline: none;
}
.suco_search fieldset.kesearch_searchbox button.suco_search {
  border: 0;
  background: none;
}
.tx-kesearch-pi1 #ke_search_sword {
  position: relative;
}
.tx-kesearch-pi1 #kesearch_num_results {
  padding-bottom: 20px;
}
.tx-kesearch-pi1 fieldset.kesearch_searchbox {
  display: flex;
}
.tx-kesearch-pi1 .kesearchbox {
  margin-right: 20px;
}
.tx-kesearch-pi1 .kesearchbox input {
  color: #707070 !important;
  font-weight: 300;
}
.tx-kesearch-pi1 .search-btn-label {
  display: flex;
  gap: 20px;
}
.tx-kesearch-pi1 .btn:hover {
  border-color: transparent;
}
::-webkit-search-cancel-button {
  background-image: none;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #E73331 !important;
}
.header-image {
  margin: 0 auto;
  text-align: center;
}
#footer {
  background: #E73331;
  color: #fff;
  padding: 5em 0;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer p, #footer li {
  font-size: 1rem;
}
#footer .footermenu {
  display: flex;
  flex-direction: row;
}
#footer .footermenu ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer .footermenu ul li a {
  padding: 0 0.3125rem;
  border-right: 1px solid #fff;
  line-height: 1.25rem;
  color: #fff;
  text-decoration: none;
}
#footer .footermenu ul li:first-child a {
  padding-left: 0;
  border-right: 1px solid #ffff;
}
#footer .footermenu ul li:last-child a {
  border: 0;
}
.fa-brands {
  font-size: 2rem;
  margin-right: 0.8rem;
}
.news-list-view-card .card {
  transition: transform 0.2s ease;
  box-shadow: 20px 20px 20px #00000029;
  border-radius: 0;
  border: 0;
  margin-bottom: 1.5em;
}
.news-list-view-card .card:hover {
  transform: scaleX(1.03) scaleY(1.1);
}
.news-list-view-card h3, .news-list-view-card h3 a {
  font-size: 1.6rem;
  color: #E73331;
}
.news-list-view-card h3 a {
  text-decoration: none;
}
.news-list-view-card .content {
  padding: 1.875rem 2.5rem;
}
.news-list-view-card .content p {
  font-size: 1.125rem;
}
.news-list-view-small .small-news {
  background-color: rgba(0, 0, 0, 0.17);
  margin-bottom: 0.375rem;
  padding: 0.9375rem;
  list-style-type: none;
}
.news-list-view-small ul {
  list-style: none;
}
.news-list-view-small ul li {
  list-style: none;
}
.news-list-view-small h3, .news-list-view-small h3 a {
  font-size: 1.25rem;
  color: #E73331;
}
.news-list-view-small h3 a {
  text-decoration: none;
}
.news-list-view-small .content .lead p {
  margin-bottom: 0;
}
.news-list-view-small .btn-read-more {
  color: #E73331;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 0 0 3.5rem;
}
.news-list-view-small .btn-read-more::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 3.125rem;
  bottom: 0.375rem;
  left: 0;
  background: #E73331;
  transition: left 0.3s ease-in-out;
}
.news-list-view-small .btn-read-more:hover {
  padding-left: 0;
  padding-right: 3.5rem;
}
.news-list-view-small .btn-read-more:hover::before {
  left: calc(100% - 3.125rem);
}
.news-list-view .list-group-item-suco {
  list-style: none;
}
.news-list-view .list-group-item-suco h3 h3 a {
  font-size: 1.6rem;
}
.lead {
  font-size: 1.125;
}
.tx-jobapplications .job-accordion .job-accordion-item {
  font-size: 1.25rem;
  font-weight: 200;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tx-jobapplications .form-group {
  padding-bottom: 20px;
}
#teaser h1, #teaser h2, #teaser h3, #teaser h4, #teaser h5, #teaser h6 {
  color: #525252;
  font-size: 1.25rem;
}
#headline_sub {
  padding-bottom: 1.25rem;
}
#headline_sub > h1:first-child, #headline_sub > h2:first-child, #headline_sub > h3:first-child, #headline_sub > h4:first-child, #headline_sub > h5:first-child, #headline_sub > h6:first-child {
  margin-bottom: 0;
}
main a {
  color: #E73331;
  text-decoration: none;
}
main a:hover {
  color: #E73331;
}
.btn-read-more {
  color: #E73331;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 3.5rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .btn-read-more {
    padding: 0 1.5rem;
  }
}
.btn-read-more::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 3.125rem;
  bottom: 0.375rem;
  left: 0;
  background: #E73331;
  transition: left 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .btn-read-more::before {
    width: 1.125rem;
  }
}
.btn-read-more:hover {
  padding-left: 0;
}
.btn-read-more:hover::before {
  left: calc(100% - 3.125rem);
}
@media (max-width: 991px) {
  .btn-read-more:hover::before {
    left: calc(100% - 1.125rem);
  }
}
.no-padding {
  padding-bottom: 0px;
}
.btn {
  color: #E73331;
  border: 1px solid #E73331;
  border-radius: 0 !important;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  text-align: left;
  border-radius: 0.25rem;
  transition: all 0.15s ease;
}
.btn:hover {
  background-color: #E73331;
  color: #fff;
}
.btn.btn-center {
  text-align: center;
}
.frame-iframe_block .ratio > * {
  position: relative !important;
}
.frame-iframe_block .ratio.ratio-16x9 {
  aspect-ratio: 1.7777777778;
}
.frame-iframe_block .ratio::before {
  padding-top: 0 !important;
}
.frame-iframe_block .ce-center .ce-outer, .frame-iframe_block .ce-center .ce-inner {
  float: none;
  right: 0;
}
.frame-iframe_block .ce-gallery, .frame-iframe_block .ce-column {
  float: none;
}
main li {
  margin-bottom: 0.5rem;
  list-style-type: "■   ";
}
main ul li::marker {
  color: #E73331;
}
@keyframes shrink {
  0% {
    color: green;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
    color: grey;
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
    color: grey;
  }
  100% {
    transform: scale(2);
    color: green;
  }
}
.animate {
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  filter: blur(0);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: center left;
}
.animate--shrink, .hero__title .slick-current > span {
  animation-duration: 1s;
  animation-name: shrink;
  animation-timing-function: "linear";
}
.animate--grow, .hero__title .slick-current + .slick-slide > span {
  animation-duration: 1s;
  animation-timing-function: "linear";
  animation-name: grow;
}
/* Slider */
#slider-home {
  margin-top: 90px;
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
  outline: none;
}
.slick-vertical .slick-slide:focus, .slick-vertical .slick-slide:active, .slick-vertical .slick-slide::selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-current {
  position: relative;
}
.hero__title .slick-slide {
  overflow: hidden;
}
.hero__title [aria-hidden] {
  transition: 1s;
}
/* 
.hero__title [aria-hidden="false"]{
    opacity: 1;
}

.hero__title [aria-hidden="true"] {
    opacity: 0;
}
 */
.hero__title .slick-current > span {
  box-sizing: border-box;
  display: block;
}
.slick-item {
  margin: -10px 0;
}
@media (max-width: 1199px) {
  .headline h1.headline-slider {
    font-size: 2rem;
  }
}
.headline-slider {
  padding-right: 60px;
  padding-top: 190px;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .headline-slider {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 160px;
  }
}
.slick-list {
  padding: 0px;
}
#hero {
  background-color: #cccccc;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  #hero .hero-left {
    padding-bottom: 40px;
    width: 100%;
  }
  #hero .hero-text {
    display: none;
  }
}
.sliderlink {
  display: table;
  color: #E73331;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  padding: 0 0 0 3.5rem;
}
.sliderlink::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 3.125rem;
  bottom: 0.375rem;
  left: 0;
  background: #E73331;
  transition: left 0.3s ease-in-out;
}
.sliderlink:hover {
  padding-left: 0;
  padding-right: 3.5rem;
}
.sliderlink:hover::before {
  left: calc(100% - 3.125rem);
}
.slick-item {
  display: flex !important;
}
.kontakt {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 3rem;
  height: 3rem;
  border-radius: 50px;
  border-bottom-right-radius: 6px;
  border: 1px solid #fff;
  background-color: #E73331;
  z-index: 9999;
}
.kontakt-dots {
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}
.kontakt-dots-1 {
  left: 10px;
  animation-delay: 0s;
}
.kontakt-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.kontakt-dots-3 {
  right: 10px;
  animation-delay: 0.8s;
}
@keyframes blink {
  50% {
    opacity: 0.25;
  }
}
.frame-layout-1 ul.suco-download {
  display: block;
  grid-template-columns: none;
  gap: 0;
}
ul.suco-download {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
ul.suco-download a {
  text-decoration: none;
  color: #E73331;
}
ul.suco-download .fontawesome-icon.fontawesome-pos-before-inline {
  display: inline-block;
}
ul.suco-download .fontawesome-icon.fontawesome-pos-before-inline:before {
  width: 1.4em;
  margin: 0;
  text-align: center;
  text-decoration: none;
}
ul.suco-download .fontawesome-icon.fontawesome-pos-before-absolute {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 1.9em;
}
ul.suco-download .fontawesome-icon.fontawesome-pos-before-absolute:before {
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 120%;
  font-family: "Font Awesome 6 Free";
}
ul.suco-download .fontawesome-icon-file:before {
  content: "";
}
ul.suco-download .fontawesome-icon-file-pdf:before {
  content: "";
}
ul.suco-download .fontawesome-icon-file-jpg:before, ul.suco-download .fontawesome-icon-file-gif:before, ul.suco-download .fontawesome-icon-file-tif:before, ul.suco-download .fontawesome-icon-file-png:before, ul.suco-download .fontawesome-icon-file-eps:before, ul.suco-download .fontawesome-icon-file-jpeg:before {
  content: "";
}
ul.suco-download .fontawesome-icon-file-odt:before, ul.suco-download .fontawesome-icon-file-doc:before, ul.suco-download .fontawesome-icon-file-docx:before, ul.suco-download .fontawesome-icon-file-rtf:before {
  content: "";
}
ul.suco-download .fontawesome-icon-file-xls:before, ul.suco-download .fontawesome-icon-file-xlsx:before, ul.suco-download .fontawesome-icon-file-xml:before, ul.suco-download .fontawesome-icon-file-csv:before {
  content: "";
}
ul.suco-download .fontawesome-icon-file-odp:before, ul.suco-download .fontawesome-icon-file-pptx:before, ul.suco-download .fontawesome-icon-file-ppt:before {
  content: "";
}
ul.suco-download .fontawesome-icon-file-txt:before {
  content: "";
}
ul.suco-download .fontawesome-icon-file-bz2:before, ul.suco-download .fontawesome-icon-file-bz:before, ul.suco-download .fontawesome-icon-file-gz:before, ul.suco-download .fontawesome-icon-file-tar:before, ul.suco-download .fontawesome-icon-file-zip:before, ul.suco-download .fontawesome-icon-file-7z:before, ul.suco-download .fontawesome-icon-file-rar:before {
  content: "";
}
ul.suco-download .fontawesome-icon-file-avi:before, ul.suco-download .fontawesome-icon-file-mov:before, ul.suco-download .fontawesome-icon-file-webm:before, ul.suco-download .fontawesome-icon-file-ogv:before, ul.suco-download .fontawesome-icon-file-mp4:before, ul.suco-download .fontawesome-icon-file-flv:before, ul.suco-download .fontawesome-icon-file-mpeg:before, ul.suco-download .fontawesome-icon-file-mpg:before, ul.suco-download .fontawesome-icon-file-wmv:before {
  content: "";
}
ul.suco-download .fontawesome-icon-file-mp3:before, ul.suco-download .fontawesome-icon-file-wav:before {
  content: "";
}
section.none {
  padding-top: 0;
  padding-bottom: 0;
}
section.padding-top-0 {
  padding-top: 0;
}
section.padding-bottom-0 {
  padding-bottom: 0;
}
.frame-space-before-superspace {
  padding-top: 6.25rem;
}
.frame-space-after-superspace {
  padding-bottom: 6.25rem;
}
.accordion {
  border: none;
  margin-bottom: 24px;
}
.accordion .accordion-item {
  border-radius: 0;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #bdc8d4;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #bdc8d4;
}
.accordion .accordion-item:last-child {
  border-bottom: 1px solid #bdc8d4;
}
.accordion .accordion-button {
  padding-left: 0;
  padding-right: 0;
}
.accordion .accordion-button:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion h4 {
  font-weight: 300;
  font-size: 1.25rem;
  display: block;
  line-height: 1.6;
  position: relative;
}
.btn-primary {
  color: #e73331;
  border: 1px solid #e73331;
  border-radius: 0 !important;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  text-align: left;
  background-color: #fff;
}
.btn-primary:hover {
  background-color: #e73331;
  color: #fff;
  border: 1px solid #fff;
}
#kontaktformular-525-textarea-1 {
  margin-bottom: 3%;
}
.active > .page-link, .page-link.active {
  background-color: #E73331;
  border-color: #E73331;
}
.page-link:hover {
  color: #E73331;
}
.prod-app h2 {
  display: none;
}
.persons div:first-child h3 {
  color: #525252;
}
.headline-contact h2 {
  margin: 0;
}
.history {
  padding-left: 100px;
}
.history > div > table > tbody > tr > td:first-child {
  width: 35%;
  color: #E73331;
  font-size: 1.25rem;
  padding-left: 5%;
}
.history > div > table > tbody > tr:first-child > td {
  padding-top: 0;
}
.ce-table td {
  border-top: none !important;
}
.group h2 {
  margin-bottom: 2.5rem;
}
.history h2 {
  margin-bottom: 2.5rem;
}
.plasma-img {
  display: flex;
  align-items: center;
}
.plasma img {
  height: 120px;
  object-fit: cover;
  width: 90%;
}
.plasma ul {
  padding-left: 18px;
  width: 90%;
}
.symobls-text .ce-bodytext {
  padding-left: 5%;
}
#c314 {
  padding-top: 6.25em;
}
.accordion-button {
  color: #525252 !important;
  font-size: 1.25rem;
  font-weight: 200;
}
.accordion-item h2 {
  display: none;
}
#accordion-314 {
  margin-top: 4%;
}
.tx-jobapplications .active > .page-link, .tx-jobapplications .page-link.active {
  border-color: #E73331;
  background-color: #E73331;
}
.tx-jobapplications .page-link {
  background-color: transparent;
  border-color: #E73331;
  border-radius: 0 !important;
}
.tx-jobapplications li {
  list-style-type: none;
  margin-bottom: 0;
}
.tx-jobapplications .job_deatil_page li {
  margin-bottom: 0.5rem;
  list-style-type: "■   ";
}
.tx-jobapplications .job_deatil_page ul li::marker {
  color: #E73331;
}
.tx-jobapplications > .container {
  padding-left: 0px;
  padding-right: 0px;
}
:root {
  font-size: 16px !important;
}
body {
  font-family: Lato;
  font-weight: 300;
  font-size: 1.125rem;
  color: #525252;
}
h1, h2, h3, h4, h5, h6 {
  color: #E73331;
}
h3, h4, h5, h6 {
  font-weight: 200;
}
h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
h1 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 500px) {
  h1 {
    font-size: 2.2rem;
  }
}
.ce-product-detail .bootstrap-select {
  width: 280px !important;
}
.ce-product-detail .product-dropdown-wrapper .btn-group.bootstrap-select.product-select {
  float: left;
}
.ce-product-detail .search-dropdown-container .search-dropdown-wrapper .btn-group.bootstrap-select.product-select {
  float: left;
}
.ce-product-detail .slick-slider {
  margin-bottom: 50px;
}
.ce-product-detail .slick-slider .slick-slide {
  height: auto;
}
.ce-product-detail .slick-dots li button {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.ce-product-detail .slick-dots li.slick-active button {
  border-radius: 10px;
}
.search-dropdown-container .ce-product-detail .search-dropdown-wrapper .btn-group.bootstrap-select.product-select {
  float: left;
}
.search-dropdown-container .search-dropdown-wrapper {
  margin: 4rem 0 2rem 0;
}
.search-dropdown-container .search-dropdown-wrapper h3 {
  display: inline-block;
  float: left;
  margin: 0.6rem 2rem 0.6rem 0;
}
.search-dropdown-container .search-dropdown-wrapper .product-select {
  width: 100%;
  padding-right: 2rem;
}
.search-dropdown-container .search-dropdown-wrapper .product-select .bootstrap-select {
  width: auto;
}
.search-dropdown-container .search-dropdown-wrapper .product-select .bootstrap-select .dropdown-menu {
  top: calc(100% - 0.2rem);
  background-color: #e5f2ff;
  border: none;
}
.search-dropdown-container .search-dropdown-wrapper .product-select .bootstrap-select .dropdown-menu li a {
  padding: 0.6rem 1rem;
  line-height: normal;
  background-color: #e5f2ff;
  color: #036 !important;
  font-size: 1.25rem;
}
.search-dropdown-container .search-dropdown-wrapper .product-select .bootstrap-select .dropdown-menu li a:hover {
  padding-left: 1.2rem;
}
.search-dropdown-container .search-dropdown-wrapper .product-select button {
  width: auto;
  border: none;
  background-color: #e5f2ff !important;
  display: inline-block;
  white-space: nowrap;
  color: #036 !important;
  font-size: 1.5rem;
  padding-right: 5rem;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
}
.search-dropdown-container .search-dropdown-wrapper .product-select button:focus {
  outline: none !important;
}
.search-dropdown-container .search-dropdown-wrapper .product-select button .caret {
  color: transparent;
  position: absolute;
  top: 0.5rem !important;
  right: 2rem !important;
  margin-top: -2px;
  vertical-align: middle;
}
.search-dropdown-container .search-dropdown-wrapper .product-select button .caret:before {
  content: "";
  font-family: "icomoon", sans-serif;
  color: #036;
  position: absolute;
  top: 0;
  left: 0;
}
.search-dropdown-container .search-dropdown-wrapper .product-select .bootstrap-select.btn-group .dropdown-menu li a span.text {
  margin-left: 0;
}
.product-teaser.var-with-attributes img {
  margin-bottom: 10px;
}
.product-teaser.var-with-attributes .product-teaser-content {
  top: 100%;
}
.product-teaser.var-with-attributes .attributes {
  margin-bottom: 20px;
}
.product-teaser.var-with-attributes .attributes:first-child {
  margin-top: 2px;
  padding-top: 2px;
  border-top: 1px solid #f5f5f5;
}
.product-teaser.var-with-attributes .attributes:last-child {
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #f5f5f5;
}
.product-teaser.var-with-attributes .attributes .attribute {
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #f5f5f5;
}
.product-teaser.var-with-attributes .attributes .attribute .value {
  color: #E73331;
  padding: 0;
}
.product-teaser.var-with-attributes .attributes .attribute .label {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  padding: 0;
}
.product-teaser.var-with-attributes .attributes .attribute.js-highlight {
  background-color: #f5f5f5;
}
.ce-product-filter-teaser.ce-mb-default {
  margin-bottom: 3rem;
}
.ce-product-filter-teaser.frame:not([class*="frame-space-after-"]):not(:last-child) {
  margin-bottom: 3rem;
}
.ce-product-filter-teaser .product-teaser {
  margin-bottom: 0px;
}
.swiper-container-teaser .product-teaser {
  margin-bottom: 0;
  border: 1px solid #bdc8d4;
}
.swiper-container-teaser .product-teaser img {
  margin-bottom: 5em !important;
}
.swiper-container-teaser .product-teaser .product-teaser-content {
  padding: 17px;
}
.sub-teaser .sub-teaser-left .btn-label-headline .btn-label-product {
  width: auto;
}
.sub-teaser .sub-teaser-left .btn-label-product .btn-label-product {
  width: auto;
}
.product-teaser-wrapper {
  margin: 0;
  width: calc(100% - 1rem);
}
.product-teaser {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 4rem;
  margin-top: 20px;
}
.product-teaser .btn-label-product {
  padding-bottom: 2rem;
  display: block;
}
.product-teaser .product-teaser-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  height: auto;
  min-height: 100%;
  width: 100%;
  display: block;
}
.product-teaser .product-teaser-content .btn-label-product::before {
  margin-right: 1rem;
}
.product-teaser .product-teaser-content p {
  display: table;
  width: 100%;
}
.product-teaser .rte-bodytext {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-teaser .showProductTeaserContent .rte-bodytext {
  opacity: 1;
}
.divider {
  margin: 0;
  border: 0;
  border-top: 1px solid #bdc8d4;
  width: 100%;
  display: table;
}
.product-detail-wrapper {
  display: inline-block;
  width: 100%;
}
.product-detail-wrapper .details-main {
  border-top: 1px solid #bdc8d4;
  overflow-x: auto;
}
.product-detail-wrapper .details-sub {
  border-top: 1px solid #bdc8d4;
}
.product-detail-wrapper .details-sub img {
  width: 100%;
}
.product-detail-wrapper td.tbl-pressure-range-detail {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.product-detail-wrapper td.tbl-pressure-range-detail table {
  width: 100%;
}
.product-detail-wrapper td.tbl-pressure-range-detail table tr:first-child td {
  border-top: none !important;
}
.product-detail-wrapper td.tbl-pressure-range-detail table tr td {
  padding-left: 6px;
  padding-right: 6px;
}
.product-detail-wrapper__img {
  position: relative;
  padding-bottom: 100%;
}
.product-detail-wrapper__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.tx-solr-autosuggest .autocomplete-suggestion .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tx-solr-autosuggest .autocomplete-suggestion .products figure {
  display: block;
  width: 90px;
  max-width: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.tx-solr-autosuggest .autocomplete-suggestion .products figure img {
  display: block;
  max-width: 100%;
}
.tx-solr-autosuggest .autocomplete-suggestion .products > * {
  display: block;
  white-space: normal;
}
.tx-solr-autosuggest .autocomplete-suggestion .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tx-solr-autosuggest .autocomplete-suggestion .news figure {
  display: block;
  width: 90px;
  max-width: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.tx-solr-autosuggest .autocomplete-suggestion .news figure img {
  display: block;
  max-width: 100%;
}
.tx-solr-autosuggest .autocomplete-suggestion .news > * {
  display: block;
  white-space: normal;
}
.btn-label {
  position: relative;
  float: left;
  max-width: 100%;
  min-width: 4rem;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.025rem;
}
.btn-label::before {
  content: attr(data-letter);
  margin-right: 1rem;
  text-transform: uppercase;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  position: relative;
  float: left;
  font-weight: 600;
  text-align: center;
  line-height: 44px;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-label span.sub-menu-text {
  vertical-align: middle;
  line-height: 1.5;
  display: table-cell;
  height: 3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.btn-label-teaser-sub {
  display: table;
  width: auto;
  padding-right: 0 !important;
  margin: 0 !important;
}
.btn-label-teaser-sub::before {
  width: 5rem;
  height: 5rem;
  float: left;
  line-height: 80px;
  font-size: 2rem;
  margin: auto;
  display: block;
  margin-right: 2rem;
}
.btn-label-teaser-sub span.sub-menu-text {
  font-size: 1.25rem;
  text-align: left;
  display: table-cell;
  height: 5rem;
}
.btn-label-headline {
  display: table;
  width: auto;
  padding-right: 0 !important;
  margin: 0 !important;
  display: block;
  color: #242424;
  padding-bottom: 2rem !important;
  width: 100%;
}
.btn-label-headline::before {
  width: 5rem;
  height: 5rem;
  float: left;
  line-height: 80px;
  font-size: 2rem;
  margin: auto;
  display: block;
  margin-right: 2rem;
  font-size: 2rem;
}
.btn-label-headline span.sub-menu-text {
  font-size: 1.25rem;
  text-align: left;
  display: table-cell;
  height: 5rem;
  font-size: 2rem;
  line-height: normal;
}
.btn-label-product {
  display: table;
  width: auto;
  padding-right: 0 !important;
  margin: 0 !important;
  display: block;
  color: #242424;
  padding-bottom: 2rem !important;
  width: 100%;
}
.btn-label-product::before {
  width: 5rem;
  height: 5rem;
  float: left;
  line-height: 80px;
  font-size: 2rem;
  margin: auto;
  display: block;
  margin-right: 2rem;
  font-size: 2rem;
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
  line-height: 44px;
}
.btn-label-product span.sub-menu-text {
  font-size: 1.25rem;
  text-align: left;
  display: table-cell;
  height: 5rem;
  font-size: 2rem;
  line-height: normal;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
  height: 3rem;
}
.btn-center {
  width: auto;
  margin: auto;
  display: block;
  float: none;
  text-align: center;
}
.mt2 {
  margin-top: 2rem;
}
.btn-label-mechanischedruckschalter:before {
  background-color: #E73331;
}
.btn-label-mechanischedruckschalter:hover {
  color: #E73331 !important;
}
.btn-label-drucktransmitter:before {
  background-color: #56148d;
}
.btn-label-drucktransmitter:hover {
  color: #56148d !important;
}
.btn-label-elektronischedruckschalter:before {
  background-color: #f4e42f;
  color: #242424 !important;
}
.btn-label-elektronischedruckschalter:hover {
  color: #f4e42f !important;
}
.product-img-wrapper {
  display: block;
}
.product-img-wrapper img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  height: auto;
}
.product-dropdown-wrapper {
  margin: 4rem 0 2rem 0;
}
.product-dropdown-wrapper h3 {
  display: inline-block;
  float: left;
  margin: 0.6rem 2rem 0.6rem 0;
}
.product-dropdown-wrapper .product-select {
  width: 100%;
  padding-right: 2rem;
}
.product-dropdown-wrapper .product-select .bootstrap-select {
  width: auto;
}
.product-dropdown-wrapper .product-select .bootstrap-select .dropdown-menu {
  top: calc(100% - 0.2rem);
  background-color: #e5f2ff;
  border: none;
}
.product-dropdown-wrapper .product-select .bootstrap-select .dropdown-menu li a {
  padding: 0.6rem 1rem;
  line-height: normal;
  background-color: #e5f2ff;
  color: #036 !important;
  font-size: 1.25rem;
}
.product-dropdown-wrapper .product-select .bootstrap-select .dropdown-menu li a:hover {
  padding-left: 1.2rem;
}
.product-dropdown-wrapper .product-select button {
  width: auto;
  border: none;
  background-color: #e5f2ff !important;
  display: inline-block;
  white-space: nowrap;
  color: #036 !important;
  font-size: 1.5rem;
  padding-right: 5rem;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
}
.product-dropdown-wrapper .product-select button:focus {
  outline: none !important;
}
.product-dropdown-wrapper .product-select button .caret {
  color: transparent;
  position: absolute;
  top: 0.5rem !important;
  right: 2rem !important;
  margin-top: -2px;
  vertical-align: middle;
}
.product-dropdown-wrapper .product-select button .caret:before {
  content: "";
  font-family: "icomoon", sans-serif;
  color: #036;
  position: absolute;
  top: 0;
  left: 0;
}
.product-dropdown-wrapper .product-select .bootstrap-select.btn-group .dropdown-menu li a span.text {
  margin-left: 0;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select:not(.input-group-btn) {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding: 0 !important;
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.hidden {
  display: none !important;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 15% !important;
  right: 2.5rem !important;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
btn .caret {
  margin-left: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  border-top: 0;
  top: calc(3rem - 1px);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.open > .dropdown-menu {
  display: block;
}
.icon-delete:before {
  content: "";
}
.equipment-wrapper .equipment-content-wrapper img.equipment-img {
  display: table-cell;
  border: 1px solid #bdc8d4;
  width: auto;
  vertical-align: top;
  margin-right: 2rem;
  max-width: 100px;
}
.equipment-wrapper .equipment-content-wrapper .equipment-options-wrapper .description {
  display: inline-block;
}
.equipment-wrapper .equipment-content-wrapper .equipment-options-wrapper .equipment-options {
  float: left;
  display: block;
  border: 1px solid #E73331;
  padding: 0.3rem 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.details-sub-content {
  border-top: 1px solid #bdc8d4;
  margin-top: 2rem;
  padding-top: 2rem;
}
.downloads-wrapper .downloads-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.downloads-wrapper .downloads-list li {
  padding: 0.5rem 1rem;
}
.downloads-wrapper .downloads-list li:hover {
  background-color: #E73331;
}
.downloads-wrapper .downloads-list li:hover a {
  color: #fff;
}
.downloads-wrapper .downloads-list li a {
  display: table;
}
.downloads-wrapper .downloads-list li a span.icon {
  margin: 1rem;
  display: table-cell;
  font-size: 1.5rem;
  vertical-align: middle;
  padding-right: 1rem;
}
.downloads-wrapper .downloads-list li a .download-text-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.downloads-wrapper .downloads-list li a .download-text-wrapper span.text {
  display: block;
  font-size: 1rem;
  font-weight: 300;
}
.downloads-wrapper .downloads-list li a .download-text-wrapper span.size {
  font-size: 0.85rem;
  font-weight: 400;
  display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icn-download:before {
  content: "";
}
.js-slick-slider .slick-prev:before {
  content: "";
  font-size: 32px;
  font-family: "Glyphicons Halflings";
}
.js-slick-slider .slick-next:before {
  content: "";
  font-size: 32px;
  font-family: "Glyphicons Halflings";
}
@media screen and (min-width: 768px) {
  .btn-label-teaser-sub {
    margin: inherit;
  }
  .btn-label-headline {
    margin: inherit;
  }
  .btn-label-product {
    margin: inherit;
  }
}
@media screen and (min-width: 992px) {
  .btn-label-product span.sub-menu-text {
    font-size: 1.25rem;
  }
  .product-img-wrapper {
    float: right;
  }
}
@media (min-width: 1200px) {
  .product-detail-wrapper td.tbl-pressure-range-detail td {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
}
section {
  padding-bottom: 6.25em;
  padding-top: 6.25em;
}
section.bg-color-2 {
  background-color: rgba(0, 0, 0, 0.17);
}
section:has(.nopb) {
  padding-bottom: 0px;
}
section:has(.prod-app) {
  padding-top: 1rem;
}
section:has(.nop) {
  padding-top: 0;
  padding-bottom: 0;
}
section:has(.nopt) {
  padding-top: 0;
}
.nopb {
  padding-bottom: 0px;
}
.nop {
  padding-top: 0;
  padding-bottom: 0;
}
.nopt {
  padding-top: 0;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.frame-animation_video .embed-responsive iframe {
  position: initial;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive::before {
  display: block;
  content: "";
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_variables.scss%22%2C%22%2F(stdin)%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_fonts.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_navbar.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_search.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_headerImage.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_footer.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_news.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_headline.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_content.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_slick-slider.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_contactButton.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_download.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_space.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_elements.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_applications.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_contactPersons.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_company.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_plasma.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_jobapplications.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_products.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_section.scss%22%2C%22%2Fwww%2Fhtdocs%2Fw01d7305%2Fsuco.de%2Ft3suco%2Ft3_12_suco%2Fvendor%2Fpunkt-pixel-gmbh%2Fsitepackage%2FResources%2FPublic%2FScss%2F_embed.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7CJ%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADDA%3BACSE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADTF%3BACiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAON%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAC5MV%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAClEA%3BAAAA%3BAAAA%3BAAAA%3BACEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAAA%3BACnDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BACrIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACNE%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC9GJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATvCA%3BAS%2BCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAT%2FJA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS2KA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOV%3BAAAA%3BAAAA%3BAC7PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BACxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAC9HJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACtBF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BACpEF%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACvBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACjCE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAnBrBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBzCF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BBE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACh5BN%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */