@charset "UTF-8";
/*Abstände*/
/***************************************/
/* Größenanpassungen direkt einbauen    */
/* http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox */
/*@include bp-small {
    width: 100%;
    float: none;
    margin: 0;
  }
*/
/****************************************/
/* montserrat-regular - latin */
@font-face {
  font-family: "Abel";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/Theme/fonts/abel-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/Theme/fonts/abel-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/Theme/fonts/abel-v18-latin-regular.woff2") format("woff2"), url("../../files/Theme/fonts/abel-v18-latin-regular.woff") format("woff"), url("../../files/Theme/fonts/abel-v18-latin-regular.ttf") format("truetype"), url("../../files/Theme/fonts/abel-v18-latin-regular.svg#Abel") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "icomoon";
  src: url("../../files/Theme/fonts/icomoon.eot?q9y7mu");
  src: url("../../files/Theme/fonts/icomoon.eot?q9y7mu#iefix") format("embedded-opentype"), url("../../files/Theme/fonts/icomoon.ttf?q9y7mu") format("truetype"), url("../../files/Theme/fonts/icomoon.woff?q9y7mu") format("woff"), url("../../files/Theme/fonts/icomoon.svg?q9y7mu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  overflow-y: scroll;
  height: 100%;
}
*, body, div, header, nav, main, section, article, aside, footer, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ul, li, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
ul {
  list-style-type: none;
}
#container a {
  color: #b80027;
}
#container a:hover {
  color: #212529;
}
hr {
  color: #b80027;
}
*:focus, button:focus, input:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a img {
  border: none;
}
::-moz-focus-inner {
  border: 0;
}
img {
  vertical-align: middle;
}
object, svg {
  width: 100%;
  height: auto;
}
clear {
  clear: both;
}
select, input, textarea {
  border: 0;
  font-family: "Abel", Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
/*Aufzälung bei Text*/
#container .ce_text ol {
  list-style: decimal;
}
#container .ce_text ol li {
  margin-left: 25px;
  padding-left: 0.1em;
  line-height: 2em;
}
#container .ce_text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
#container .ce_text ul li {
  padding-left: 2em;
  text-indent: -0.6em;
  line-height: 1.6em;
}
#container .ce_text ul li:before {
  content: " ";
  margin-right: 5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #b80027;
  border-radius: 50%;
  margin-bottom: 2px;
  padding-left: 1, 2em;
}
/*Bildfloat bei Text*/
#container .ce_text .image_container.float_left {
  margin: 0 1% 0 0;
}
#container .ce_text .image_container.float_above {
  margin-bottom: 1%;
}
#container .ce_text .image_container.float_right {
  margin: 0 0 0 1%;
}
#container .ce_text .image_container.float_below {
  margin: 1% 0;
}
@media only screen and (max-width: 30em) {
  #container .ce_text .image_container.float_left, #container .ce_text .image_container.float_right {
    float: none;
    margin-bottom: 1.5em;
  }
}
.mm-wrapper {
  overflow-x: initial !important;
}
html {
  font-size: 0.625em;
}
body {
  color: #212529;
  font-family: "Abel", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  height: 100%;
  scroll-behavior: smooth;
  background-color: #dbdbdb;
}
/****************************************/
/*              Head                    */
/****************************************/
#preghead {
  display: none;
  width: min(100%, 1170px);
  margin-inline: auto;
  background-color: #fff;
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  #preghead {
    display: block;
  }
}
#preghead .prehead {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: center;
  padding: 2em 1em;
}
@media screen and (min-width: 800px) {
  #preghead .prehead {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#preghead .prehead .logo {
  width: 250px;
}
#preghead .prehead .tel {
  color: #e00034;
  text-align: right;
  font-size: 1.4rem;
}
#preghead .prehead .tel a {
  font-size: 2.8rem;
  color: #b80027;
  text-decoration: none;
  font-weight: 400;
}
#header {
  position: sticky;
  z-index: 9999;
  top: 0;
  left: 0;
  width: min(100%, 1170px);
  margin-inline: auto;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
#header .inside {
  background-color: #fff;
  padding: 0;
}
@media screen and (min-width: 800px) {
  #header .inside {
    background-color: #b80027;
  }
}
@media only screen and (max-width: 800px) {
  #header .inside {
    position: sticky;
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #header .inside {
    width: min(100%, 1170px);
    margin-inline: auto;
    background-color: #fff;
  }
}
#header .kopfzeile {
  width: 100%;
  background-color: #b80027;
}
/****************************************/
/* Fade Elemente rechts                 */
/****************************************/
#header .faderechts {
  display: none;
  position: fixed;
  right: 35px;
  z-index: 50;
  top: 50vh;
  font-size: 1.4em;
}
@media screen and (min-width: 800px) {
  #header .faderechts {
    display: block;
  }
}
#header .faderechts a {
  font-family: "Abel", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
}
#header .faderechts a:hover {
  text-decoration: underline;
}
#header .faderechts > li {
  background-color: rgba(184, 0, 39, 0.95);
  margin-bottom: 1em;
  padding: 1em;
  color: #fff;
  transform: translate(96%, 0);
  transition: all 0.5s ease-in-out;
}
#header .faderechts > li .ce_text {
  display: flex;
}
#header .faderechts > li .ce_text p {
  margin-bottom: 0;
}
#header .faderechts > li:hover {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
#header .faderechts > li.mail:hover {
  transform: translate(25%, 0);
}
#header .faderechts > li.phone:hover {
  transform: translate(25%, 0);
}
#header .faderechts > li.sprache:hover {
  transform: translate(25%, 0);
}
#header .faderechts .mod_changelanguage ul {
  display: flex;
  height: 20px;
}
#header .faderechts .mod_changelanguage ul li {
  padding-right: 1em;
}
#header .faderechts .mod_changelanguage ul li a {
  padding: 0 !important;
}
/****************************************/
/* Slider                              */
/****************************************/
#slider {
  width: min(100%, 1170px);
  margin-inline: auto;
  background-color: #fff;
  background-color: #f2f2f2;
  max-height: 332px;
}
#slider .slider-control {
  display: none;
}
@media screen and (min-width: 800px) {
  #slider .slider-control {
    display: block;
  }
}
#slider .slider-control .slider-next, #slider .slider-control .slider-prev {
  display: none;
}
#slider .slider-control .slider-menu {
  top: -70px;
  font-size: 40px;
}
#slider .slider-control .slider-menu b.active {
  color: #b80027;
}
#slider .slider-control .slider-menu b {
  color: rgba(184, 0, 39, 0.95);
}
#slider .ce_text {
  display: none;
  font-size: 1.6em;
  padding-top: 1em;
}
@media screen and (min-width: 800px) {
  #slider .ce_text {
    display: block;
  }
}
#slider .ce_text ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  background-image: url(../../files/Theme/css/images/check.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#slider .ce_text ul li a {
  color: #b80027;
}
#slider .ce_text ul li a:hover {
  color: #212529;
}
/****************************************/
/* Iconfonts                              */
/****************************************/
.icon-phone-call:before {
  content: "";
  font-size: 1.2em;
  padding-right: 0.7em;
}
.icon-mail:before {
  content: "";
  font-size: 1.2em;
  padding-right: 0.7em;
}
/****************************************/
/* Schriftanpassungen              */
/****************************************/
#main p {
  margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 1em;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  margin-top: 1.5em;
}
/****************************************/
/*     		Scrolltop                   */
/****************************************/
.scrolltop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: url("../../files/Theme/css/images/scroll2top.png") center no-repeat rgba(255, 255, 255, 0.3);
  width: 44px !important;
  height: 44px;
  text-indent: -2000px;
  overflow: hidden;
  cursor: pointer;
  z-index: 10000;
}
/****************************************/
/*     		Main Bereich                  */
/****************************************/
#container {
  width: min(100%, 1170px);
  margin-inline: auto;
  background-color: #fff;
  font-size: 1.6em;
  line-height: 1.6em;
}
#main .inside {
  padding: 1em;
}
#main .inside .ce_text, #main .inside .ce_cp_grid_start {
  margin-bottom: 2em;
}
.contao-cookiebar .cc-group button {
  color: #212529 !important;
}
.cc-btn.success {
  background: #b80027;
}
.cc-btn.save {
  background: rgba(184, 0, 39, 0.95);
}
#right {
  margin-top: 5em;
  padding: 1em;
}
/****************************************/
/*     		Footer                        */
/****************************************/
#footer {
  font-size: 1.6em;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .inside {
  width: min(100%, 1170px);
  margin-inline: auto;
  background-color: #fff;
}
#footer .inside .privat, #footer .inside .mod_navigation ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #fff;
  justify-content: center;
}
#footer .inside .privat li, #footer .inside .mod_navigation ul li {
  margin: 0 1em;
}
#footer .ce_gallery {
  padding: 1em 0;
  border-top: 6px solid #dbdbdb;
  border-bottom: 6px solid #dbdbdb;
}
#footer .ce_gallery ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
  justify-items: center;
  padding: 1em;
}
@media screen and (min-width: 800px) {
  #footer .ce_gallery ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
#footer .ce_cp_grid_start {
  background-color: #5c5c5c;
  padding: 1em;
}
#footer .ce_cp_grid_start .ce_text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  justify-content: start;
  padding: 1em;
}
@media screen and (min-width: 800px) {
  #footer .ce_cp_grid_start .ce_text {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 800px) {
  #footer .ce_cp_grid_start .ce_text {
    border-right: 1px solid #fff;
  }
}
#footer .ce_cp_grid_start .ce_text.last {
  border: none;
}
#footer .ce_cp_grid_start .ce_text ul {
  margin-right: 3em;
}
#footer .privat {
  background-color: #2a2a2a;
  font-size: 0.9em;
  line-height: 50px;
}
#footer .privat .mod_cookiebarOpener {
  padding-left: 1em;
}
#header .kopfzeile .mobnav {
  display: none;
  font-size: 1.6em;
}
@media screen and (min-width: 800px) {
  #header .kopfzeile .mobnav {
    display: block;
  }
  #header .kopfzeile .mobnav .mobil-nav-content {
    display: none;
  }
}
#header .kopfzeile .hamburger {
  position: absolute;
  z-index: 999;
}
@media screen and (min-width: 800px) {
  #header .kopfzeile .hamburger {
    display: none;
  }
}
#header .kopfzeile strong {
  font-weight: normal;
}
#header .kopfzeile .navigation nav.block {
  overflow: visible;
}
#header .kopfzeile .level_1 {
  display: flex;
  flex-direction: column;
}
#header .kopfzeile .level_1 li {
  display: block;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  #header .kopfzeile .level_1 li {
    min-width: 135px;
  }
}
@media only screen and (max-width: 800px) {
  #header .kopfzeile .level_1 li {
    margin-bottom: 1em;
  }
}
#header .kopfzeile .level_1 li a, #header .kopfzeile .level_1 li strong {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 9px 15px;
  text-align: center;
}
#header .kopfzeile .level_1 li a:hover, #header .kopfzeile .level_1 strong.active {
  color: #fff;
  background-color: #5c5c5c;
}
@media only screen and (min-width: 576px) {
  #header .kopfzeile .level_1 {
    flex-direction: row;
    align-items: center;
  }
  #header .kopfzeile .level_1 > li {
    border-right: 1px solid #fff;
  }
}
#header .kopfzeile .level_1 > li.submenu > a:after, #header .kopfzeile .level_1 > li.submenu > strong:after {
  font-family: "icomoon";
  content: "";
  padding-left: 2px;
}
#header .kopfzeile nav ul ul {
  display: none;
}
@media only screen and (min-width: 576px) {
  #header .kopfzeile nav ul ul {
    display: none;
    position: absolute;
  }
}
#header .kopfzeile nav ul li:hover > ul, #header .kopfzeile .trail {
  display: block;
  color: #fff;
  background-color: #5c5c5c;
}
@media only screen and (min-width: 576px) {
  #header .kopfzeile nav ul li:hover > ul {
    padding-left: 0;
    background: rgba(184, 0, 39, 0.95);
  }
  #header .kopfzeile nav ul li:hover > ul a {
    color: #fff;
  }
  #header .kopfzeile .level_2 li {
    display: flex;
  }
  #header .kopfzeile .level_2 li a, #header .kopfzeile .level_2 li strong {
    line-height: 250%;
    display: block;
    padding: 1em;
    width: 100%;
    text-align: left;
  }
  #header .kopfzeile .level_2 li:hover, #header .kopfzeile .level_2 li a:hover {
    background: #5c5c5c;
    color: #fff;
  }
  #header .kopfzeile nav ul ul ul {
    margin: 0 0 0 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  }
  #header .kopfzeile .submenu .submenu > a:after {
    font-family: "icomoon";
    content: "";
    padding-left: 5px;
  }
}
.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
/* ONE */
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
/***************************************/
/*              Trenner                 */
/****************************************/
.trenner.klein {
  margin-bottom: 25px;
}
.trenner.mittel {
  margin-bottom: 50px;
}
.trenner.gross {
  margin-bottom: 10px;
}
.trenner.riesig {
  margin-bottom: 200px;
}
.trenner.ja {
  border-top: 1px solid #f2f2f2;
}
.mod_breadcrumb {
  display: none;
  font-size: 0.8em;
  margin-bottom: 2em;
}
@media screen and (min-width: 800px) {
  .mod_breadcrumb {
    display: block;
  }
}
.mod_breadcrumb ul {
  display: flex;
}
.mod_breadcrumb a {
  text-decoration: none;
}
.mod_breadcrumb ul li:after {
  content: " > ";
  padding: 0.5rem;
}
.mod_breadcrumb ul li.last:after {
  content: "";
}
/****************************************/
/*            (Scrollbare) Tabelle      */
/* eine JQerry wird benötigt das setzt  */
/*um jede Tabelle eine .table-scrollbar */
/* klasse                               */
/****************************************/
table {
  width: 100%;
  padding: 0 2%;
  margin: 0 auto;
}
table tr {
  border-top: 1px solid #f2f2f2;
}
table td {
  padding: 0.3em;
  width: 20%;
}
table td:hover {
  -webkit-box-shadow: 0px 0px 8px 2px #9c9c9c;
  -moz-box-shadow: 0px 0px 8px 2px #9c9c9c;
  box-shadow: 0px 0px 8px 2px #9c9c9c;
  background-color: #b80027;
  color: #fff;
  transition: all 0.2s linear;
}
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
a.btn, button, .submit {
  color: #fff !important;
  text-decoration: none;
  background-color: #e00034;
  border-color: #e00034;
  padding: 0.5em 1em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.btn:hover, button:hover, .submit:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px -5px 10px -5px #5c5c5c, 0px 5px 10px -5px #5c5c5c;
  box-shadow: 0px -5px 10px -5px #5c5c5c, 0px 5px 10px -5px #5c5c5c;
}
#form input, #form textarea, #form select {
  display: block;
  width: 100%;
  height: calc(1.43em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.43;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  margin-bottom: 0.8em;
}
#form .widget-submit {
  margin-top: 1em;
}
#form .widget-submit button {
  line-height: 250%;
  width: 250px;
}
#form .textarea {
  height: 150px;
}
#form button {
  border: none;
}
#form fieldset {
  border: none;
}
#form .explanation {
  margin-top: 2em;
  font-size: 1.4rem;
}
#form .checkbox {
  width: 15px;
  float: left;
  margin-right: 6px;
}
.mobhead {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex-direction: row;
  padding: 1em;
  align-items: baseline;
}
@media screen and (min-width: 800px) {
  .mobhead {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.mobhead .moactive {
  display: block;
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
  font-size: 1.6rem;
}
.mobhead .logo {
  text-align: center;
}
.mobhead .logo img {
  max-width: 150px;
}
.mobhead .tel {
  max-width: 40px;
}
@media screen and (min-width: 800px) {
  .mobhead {
    display: none;
    background-color: #fff;
  }
}
.mod_mmenu h2 {
  text-align: center;
  color: #b80027;
  padding-top: 1em;
}
.mod_mmenu .mm-navbar {
  font-size: 1.6rem;
}
.mod_mmenu .mm-listitem {
  font-size: 1.6rem;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Ff3db8qfd.web13.alfahosting-server.de%2Freha-date-up.de%2Fcontao%2Ffiles%2FTheme%2Fcss%2Fmain.scss%22%2C%22var%2Fwww%2Fvhosts%2Ff3db8qfd.web13.alfahosting-server.de%2Freha-date-up.de%2Fcontao%2Ffiles%2FTheme%2Fcss%2Fvariables.scss%22%2C%22var%2Fwww%2Fvhosts%2Ff3db8qfd.web13.alfahosting-server.de%2Freha-date-up.de%2Fcontao%2Ffiles%2FTheme%2Fcss%2Freset.scss%22%2C%22var%2Fwww%2Fvhosts%2Ff3db8qfd.web13.alfahosting-server.de%2Freha-date-up.de%2Fcontao%2Ffiles%2FTheme%2Fcss%2Fgeneral.scss%22%2C%22var%2Fwww%2Fvhosts%2Ff3db8qfd.web13.alfahosting-server.de%2Freha-date-up.de%2Fcontao%2Ffiles%2FTheme%2Fcss%2Fnavigation.scss%22%2C%22var%2Fwww%2Fvhosts%2Ff3db8qfd.web13.alfahosting-server.de%2Freha-date-up.de%2Fcontao%2Ffiles%2FTheme%2Fcss%2Flayout.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChLA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAFrGA%3BAE4GI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FHR%3BAEkJQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BACvKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHHA%3BAAAA%3BAAAA%3BAGeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFqEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE9DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE1DE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAF8BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEXE%3BAAAA%3BAAAA%3BAAAA%3BAHzEJ%3BAAAA%3BAAAA%3BAGqFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAHvIR%3BAAAA%3BAAAA%3BAGiJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAFjEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE6FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEM%3BAAAA%3BAAAA%3BAHzLd%3BAAAA%3BAAAA%3BAGoMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHzMA%3BAAAA%3BAAAA%3BAGiNA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAHlOA%3BAAAA%3BAAAA%3BAGwOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxOA%3BAAAA%3BAAAA%3BAGwPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAHnRA%3BAAAA%3BAAAA%3BAG0RE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4OE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEuPM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BACpVJ%3BAAAA%3BAAAA%3BAAAA%3BAHiFA%3BAAAA%3BAAAA%3BAAAA%3BAG5EI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAHsEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG9DA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAH2CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGjDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAH%2BBF%3BAGxBI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAHQA%3BAGHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHHA%3BAGWE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAJ5JA%3BAIkKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ7KA%3BAAAA%3BAAAA%3BAKIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJgEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIzDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BALtCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJlEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI0EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAJ1FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%22%7D */