@charset "UTF-8";
/* Allgemeine Farbvorlage */
/* Zusätzliche Farben für den Calculator */
/* Auszeichnungsfarben - projektspezifisch */
/* Überschreiben mit Webseiten-spezifischen Farben */
/* Anpassungen Farbschema für die Stadtwerke Weinsberg */
/*$menue_dreieck: #383838;*/
/*
@import 'colors_hvg';
@import 'colors_intranet';
@import 'colors_gvu';
@import 'colors_sww';
*/
/* Allgemeine Schriftstile

$font_basic: "museo-sans", Arial, Helvetica, sans-serif;
$font_italic: "adelle", "Times New Roman", Times, serif;
$font_bold: "museo-sans", Arial, Helvetica, sans-serif;
*/
/* Allgemeine Schriftstile HVG*/
@font-face {
  font-family: 'Dejavu Sans';
  src: url('../../files/fonts/DejaVuSans-webfont.eot');
  src: url('../../files/fonts/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'), url('../../files/fonts/DejaVuSans-webfont.woff') format('woff'), url('../../files/fonts/DejaVuSans-webfont.ttf') format('truetype'), url('../../files/fonts/DejaVuSans-webfont.svg#dejavu_sansbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Dejavu Sans Oblique';
  src: url('../../files/fonts/DejaVuSansCondensed-Oblique-webfont.eot');
  src: url('../../files/fonts/DejaVuSansCondensed-Oblique-webfont.eot?#iefix') format('embedded-opentype'), url('../../files/fonts/DejaVuSansCondensed-Oblique-webfont.woff') format('woff'), url('../../files/fonts/DejaVuSansCondensed-Oblique-webfont.ttf') format('truetype'), url('../../files/fonts/DejaVuSansCondensed-Oblique-webfont.svg#dejavu_sanscondensed_oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Dejavu Bold';
  src: url('../../files/fonts/DejaVuSans-Bold-webfont.eot');
  src: url('../../files/fonts/DejaVuSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../files/fonts/DejaVuSans-Bold-webfont.woff') format('woff'), url('../../files/fonts/DejaVuSans-Bold-webfont.ttf') format('truetype'), url('../../files/fonts/DejaVuSans-Bold-webfont.svg#dejavu_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* $font_basic: 'Segoe UI', 'Dejavu Sans', helvetica, arial, sans-serif; */
/* $font_italic: 'Dejavu Sans Oblique', 'Segoe UI', helvetica, arial, sans-serif; */
/* $font_bold: 'Dejavu Bold', 'Segoe UI', helvetica, arial, sans-serif;*/
#header > .inside {
  margin: 0 0.5em;
  padding-top: 1em;
  position: relative;
}
@media (min-width: 54em) {
  #header > .inside {
    padding-top: 0;
  }
}
#kopfbild {
  margin: 0 0.5em 0.5em;
  padding-top: 4.7em;
  transition: all 0.625s ease-in-out;
}
#kopfbild.opensearch {
  padding-top: 8.7em;
}
@media (min-width: 54em) {
  #kopfbild {
    transition: all 0.625s ease-in-out;
  }
  #kopfbild.opensearch {
    padding-top: 8.7em;
  }
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #000;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Logo */
#logo {
  width: 12em;
  position: absolute;
  top: -1px;
  right: 2.5em;
  z-index: 20;
}
#logo a {
  display: block;
  width: 12em;
  height: 1px;
  padding-top: 55%;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-behavior: url(/backgroundsize.min.htc);
}
@media (max-width: 29.99em) {
  #logo {
    right: 1.5em;
  }
}
@media (max-width: 53.99em) {
  #logo, #logo a {
    width: 9em;
  }
}
@media (min-width: 64em) {
  #logo {
    right: 4em;
  }
}
/* mobil-selector */
#nav-toggle {
  position: relative;
  display: none;
  float: left;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 3.5em;
  height: 3.5em;
  margin: 0 1em;
  font-size: 0.9em;
}
#nav-toggle:hover span {
  background: #1b80c4;
}
#nav-toggle span {
  pointer-events: none;
  display: block;
  position: absolute;
  height: 0.5em;
  width: 50%;
  background: #545454;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-toggle span:hover {
  background: #1b80c4;
}
#nav-toggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 0.5em 0.5em 0;
}
#nav-toggle span:nth-child(odd) {
  left: 0px;
  border-radius: 0.5em 0 0 0.5em;
}
#nav-toggle span:nth-child(1), #nav-toggle span:nth-child(2) {
  top: 0px;
}
#nav-toggle span:nth-child(3), #nav-toggle span:nth-child(4) {
  top: 1em;
}
#nav-toggle span:nth-child(5), #nav-toggle span:nth-child(6) {
  top: 2em;
}
#nav-toggle.open span:nth-child(1), #nav-toggle.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.open span:nth-child(2), #nav-toggle.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-toggle.open span:nth-child(1) {
  left: 0.277em;
  top: 0.388em;
}
#nav-toggle.open span:nth-child(2) {
  left: calc(50% - .277em);
  top: 0.388em;
}
#nav-toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-toggle.open span:nth-child(5) {
  left: 0.277em;
  top: 1.6em;
}
#nav-toggle.open span:nth-child(6) {
  left: calc(50% - .277em);
  top: 1.6em;
}
@media screen and (max-width: 53.99em) {
  #nav-toggle {
    display: block;
  }
}
/* Mobile Suche */
#mobile-search {
  position: relative;
  display: none;
  float: left;
  width: 2.5em;
  height: 2.5em;
  box-sizing: border-box;
  margin: 0 1em;
  cursor: pointer;
  -webkit-transition: hover 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
@media (max-width: 53.99em) {
  #mobile-search {
    display: block;
  }
}
/* Menü */
#header {
  position: relative;
  z-index: 20;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  max-width: 1280px;
  transition: padding-top 0.625s ease-in-out;
}
#header .inside {
  height: 4.7em;
}
#header .mod_navigation {
  padding-top: 1.6em;
  display: block;
  position: relative;
  top: 0;
  z-index: 20;
}
#header .mod_navigation ul {
  margin-bottom: 1.25em;
}
#header .mod_navigation li {
  display: inline-block;
  margin-right: 1.5em;
  background-color: initial;
}
#header .mod_navigation li.last {
  margin-right: 0;
}
#header .mod_navigation li.last a {
  padding-bottom: 0.5em;
}
#header .mod_navigation li a {
  text-transform: uppercase;
  padding: 0.5em 0.5em 2em;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}
#header .mod_navigation li a:hover {
  color: #1b80c4;
}
#header .mod_navigation li a.active, #header .mod_navigation li a.trail {
  color: #1b80c4;
  font-weight: 900;
}
#header .mod_navigation ul.level_2 {
  display: none;
  position: absolute;
  z-index: 6;
  top: 4.66em;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 1.5em;
  background: #363636;
  background: rgba(54, 54, 54, 0.9);
}
#header .mod_navigation ul.level_2 li {
  display: block;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
#header .mod_navigation ul.level_2 li li li {
  display: inline;
}
#header .mod_navigation ul.level_2 li li li.active {
  font-weight: 400;
}
#header .mod_navigation ul.level_2 a {
  text-transform: none;
  padding: 0;
  font-size: 1em;
  color: #b3b3b3;
}
#header .mod_navigation ul.level_2 a:hover {
  color: #ffffff;
}
#header .mod_navigation ul.level_2 a.active, #header .mod_navigation ul.level_2 a.trail {
  color: #1b80c4;
}
#header .mod_navigation ul.level_2 > li > a {
  color: #ffffff;
  font-weight: 900;
}
#header .mod_navigation ul.level_2 > li > a:hover {
  color: #1b80c4;
}
#header .mod_navigation ul.level_2 > li > a.trail {
  color: #1b80c4;
}
#header .mod_navigation ul.level_3, #header .mod_navigation ul.level_4, #header .mod_navigation ul.level_5 {
  margin-left: 0em;
  margin-bottom: 0;
}
#header .mod_navigation ul.level_1 > li:hover ul.level_2 {
  display: block;
}
#header .mod_navigation li.suche > a {
  display: inline-block;
  text-indent: -9999px;
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .mod_navigation ul.level_1 > li > a.last:hover:after {
  display: none;
}
#header .mod_navigation ul.level_1 li:nth-of-type(1) ul.level_2, #header .mod_navigation ul.level_1 li:nth-of-type(2) ul.level_2, #header .mod_navigation ul.level_1 li:nth-of-type(3) ul.level_2 {
  width: 100%;
}
#header .mod_navigation ul.level_1 li:nth-of-type(1) ul.level_2 > li, #header .mod_navigation ul.level_1 li:nth-of-type(2) ul.level_2 > li, #header .mod_navigation ul.level_1 li:nth-of-type(3) ul.level_2 > li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin: 0;
  margin-bottom: 1em;
}
#header .mod_navigation ul.level_1 li:nth-of-type(1) ul.level_2:after, #header .mod_navigation ul.level_1 li:nth-of-type(2) ul.level_2:after, #header .mod_navigation ul.level_1 li:nth-of-type(3) ul.level_2:after {
  display: table;
  content: '';
  clear: left;
}
#header .mod_navigation ul.level_1 li:nth-of-type(4) ul.level_2 {
  width: 100%;
}
#header .mod_navigation ul.level_4 {
  display: none;
}
#header.opensearch {
  padding-top: 4em;
}
@media (min-width: 50em) {
  #header .mod_navigation ul.level_1 > li > a {
    position: relative;
  }
  #header .mod_navigation ul.level_1 > li.submenu:hover > a:after, #header .mod_navigation ul.level_1 > li.submenu > a:hover:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 2.2em;
    left: 50%;
    border-style: solid;
    border-width: 0 1em 1em 1em;
    border-color: transparent transparent #383838 transparent;
    margin-left: -1em;
  }
}
@media (min-width: 80em) {
  #header .mod_navigation ul.level_1 li:nth-of-type(1) ul.level_2, #header .mod_navigation ul.level_1 li:nth-of-type(2) ul.level_2, #header .mod_navigation ul.level_1 li:nth-of-type(3) ul.level_2 {
    width: 60%;
  }
  #header .mod_navigation ul.level_1 li:nth-of-type(1) ul.level_2 > li:nth-of-type(2), #header .mod_navigation ul.level_1 li:nth-of-type(2) ul.level_2 > li:nth-of-type(2), #header .mod_navigation ul.level_1 li:nth-of-type(3) ul.level_2 > li:nth-of-type(2) {
    margin-bottom: 1em;
  }
  #header .mod_navigation ul.level_1 ul.level_4 {
    display: none;
  }
  #header .mod_navigation ul.level_1 li:nth-of-type(4) ul.level_2 {
    width: 100%;
  }
}
@media (min-width: 50em) and (max-width: 64em) {
  #header .mod_navigation {
    padding-top: 1.65em;
  }
  #header .mod_navigation ul.level_1 > li:hover > a:after, #header .mod_navigation ul.level_1 > li > a:hover:after {
    top: 2.1em;
  }
}
@media (min-width: 50em) and (max-width: 57em) {
  #header .mod_navigation ul.level_1 > li:hover > a:after, #header .mod_navigation ul.level_1 > li > a:hover:after {
    top: 2.15em;
  }
}
@media (max-width: 53.99em) {
  #kopfbild {
    padding-top: 4.1em;
  }
  #header.open {
    position: absolute;
  }
  #header.search {
    top: 3.9em;
  }
  #header {
    position: fixed;
    top: 0;
    -webkit-transition: top 0.625s ease-in-out;
    -moz-transition: top 0.625s ease-in-out;
    -o-transition: top 0.625s ease-in-out;
    transition: top 0.625s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    padding-right: 1em;
  }
  #header .inside {
    box-sizing: border-box;
    height: 3.9em;
  }
  #header .mod_navigation {
    top: 2.5em;
    position: absolute;
    z-index: 20;
    width: 100%;
    padding-right: 0em;
    display: none;
    box-sizing: border-box;
  }
  #header .mod_navigation.open {
    display: block;
  }
  #header .mod_navigation ul.level_1 > li.submenu:hover > a:after, #header .mod_navigation ul.level_1 > li.submenu > a:hover:after {
    display: none;
  }
  #header .mod_navigation ul {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #header .mod_navigation ul li {
    display: block;
    margin-right: 0;
  }
  #header .mod_navigation ul li a {
    display: block;
    text-transform: uppercase;
    padding: 0.5em 0.5em;
    color: #b3b3b3;
    font-weight: 300;
    font-size: 1.3em;
    letter-spacing: 0.02em;
    width: 80%;
  }
  #header .mod_navigation ul li a.active {
    color: #1b80c4;
    font-weight: 900;
  }
  #header .mod_navigation ul li a.trail {
    font-weight: 900;
  }
  #header .mod_navigation ul li.suche {
    display: none;
  }
  #header .mod_navigation ul.level_1 {
    background: #363636;
    background: rgba(54, 54, 54, 0.9);
  }
  #header .mod_navigation ul.level_1 > li {
    background: transparent;
  }
  #header .mod_navigation ul.level_1 > li.first {
    padding-top: 0.25em;
  }
  #header .mod_navigation ul.level_1 > li:hover ul.level_2 {
    display: none;
  }
  #header .mod_navigation ul.level_1 > li:hover ul.level_2.open {
    display: block;
  }
  #header .mod_navigation ul.level_2.open, #header .mod_navigation ul.level_3 {
    display: block;
  }
  #header .mod_navigation ul.level_2 {
    position: static;
    background: #808080;
  }
  #header .mod_navigation ul.level_2 li, #header .mod_navigation ul.level_2 li li, #header .mod_navigation ul.level_2 li li li {
    display: block;
  }
  #header .mod_navigation ul.level_2 a {
    color: #fff;
    width: 100%;
    font-size: 1.2em;
    padding: 0.1em 0;
  }
  #header .mod_navigation ul.level_2 a.active, #header .mod_navigation ul.level_2 a.trail {
    color: #1b80c4;
  }
  #header .mod_navigation ul.level_3 a.active, #header .mod_navigation ul.level_3 a.trail {
    font-weight: normal;
  }
  #header .mod_navigation ul.level_4 {
    margin-left: 1em;
  }
  #header .mod_navigation ul li {
    position: relative;
  }
  #header .mod_navigation ul li span.toggle {
    cursor: pointer;
    color: #b3b3b3;
    font-weight: 700;
    display: block;
    position: absolute;
    right: 0;
    top: 0.4em;
    width: 3em;
    font-size: 1.4em;
    text-align: center;
  }
  #header .mod_navigation ul li span.toggle:hover {
    color: #1b80c4;
  }
  #header .mod_navigation ul li.open span.toggle {
    content: '-';
  }
  #header .mod_navigation ul ul li span.toggle {
    display: none;
  }
  #header .mod_navigation ul.level_1 > li.first span.toggle {
    top: 0.65em;
  }
}
@media (max-width: 29.99em) {
  #header {
    padding-right: 0;
  }
  #header .mod_navigation {
    padding-right: 0;
  }
  #logo {
    right: 1.5em;
  }
  #header .mod_navigation ul.level_1 li:nth-of-type(n) ul.level_2 > li {
    width: 100%;
  }
  #header .mod_navigation ul.level_4 {
    display: none;
  }
}
/* Suchleiste */
#suche {
  z-index: 30;
  position: fixed;
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.625s ease-in-out;
  -moz-transition: all 0.625s ease-in-out;
  -o-transition: all 0.625s ease-in-out;
  transition: all 0.625s ease-in-out;
}
#suche .mod_form {
  margin: 0;
  height: 4em;
  background-color: #545454;
}
#suche .mod_form .innerform {
  padding: 0.25em 2em;
  max-width: 1280px;
  margin: auto;
}
#suche .mod_form .innerform input {
  font-size: 1.25em;
  padding: 0.625em 0.8em;
  font-weight: 100;
}
#suche .mod_form .innerform input[placeholder], #suche .mod_form .innerform [placeholder], #suche .mod_form .innerform *[placeholder] {
  color: #808080;
}
#suche .mod_form .innerform input.text {
  color: #f7f7f7;
  width: 80%;
  border: none;
  background-color: transparent;
  outline: none;
}
#suche .mod_form .innerform input.text:focus {
  outline: none;
}
#suche .mod_form .innerform input.submit {
  letter-spacing: 0;
  visibility: hidden;
}
#suche.open {
  display: block;
  height: 4em;
}
@media (max-width: 53.99em) {
  #suche {
    position: fixed;
    width: 100%;
  }
}
/* special style Kontaktmenü */
#header .mod_navigation ul.level_2 li.content {
  width: 80%;
  position: absolute;
  right: 0;
  top: 2em;
  margin-right: 0;
}
#header .mod_navigation ul.level_2 li.content .servicemenu {
  font-size: 0.875em;
}
#header .mod_navigation ul.level_2 li.content .box-50 {
  text-align: center;
}
#header .mod_navigation ul.level_2 li.content .box-50 .innerbox {
  padding: 0 1em;
}
#header .mod_navigation ul.level_2 li.content .box-50 .textcontainer {
  padding: 1em 0;
}
#header .mod_navigation ul.level_2 li.content .box-50:first-of-type {
  width: 50%;
}
#header .mod_navigation ul.level_2 li.content .box-50:last-of-type {
  width: 50%;
}
#header .mod_navigation ul.level_2 li.content .box-50 p a {
  display: inline;
}
#header .mod_navigation ul.level_2 li.content p, #header .mod_navigation ul.level_2 li.content em, #header .mod_navigation ul.level_2 li.content strong, #header .mod_navigation ul.level_2 li.content span, #header .mod_navigation ul.level_2 li.content p a {
  color: #ffffff;
}
#header .mod_navigation ul.level_2 li.content p em {
  font-style: italic;
}
#header .mod_navigation ul.level_2 li.content p span, #header .mod_navigation ul.level_2 li.content p a {
  display: block;
  font-weight: 900;
}
#header .mod_navigation ul.level_2 li.content p strong {
  font-weight: 900;
}
#header .mod_navigation ul.level_2 li.content p a {
  text-transform: uppercase;
}
#header .mod_navigation ul.level_2 li.content .hotline p {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  max-width: 95%;
}
#header .mod_navigation ul.level_2 li.content .hotline p em {
  display: block;
}
#header .mod_navigation ul.level_2 li.content .hotline p span, #header .mod_navigation ul.level_2 li.content .hotline p a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#header .mod_navigation ul.level_2 li.content:before {
  width: 2px;
  height: 95%;
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  left: 1.5em;
  top: 0;
}
@media (min-width: 0) and (max-width: 53.99em) {
  #header .mod_navigation ul.level_2 li.content {
    display: none;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvirtual%2Fsww.abnahme-server.de%2Fhtdocs%2Ffiles%2Fcss%2Fheader.scss%22%2C%22var%2Fwww%2Fvirtual%2Fsww.abnahme-server.de%2Fhtdocs%2Ffiles%2Fcss%2F_fonts.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7BA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnCD%3BAA4CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAArED%3BAA4EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAlLD%3BAAuLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAtMD%3BAA4MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAGG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmCH%3BAAOK%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAQL%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA3lBD%3BAAkmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAppBD%3BAA2pBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACC%3BAAAA%3BAAAA%3BAAAA%22%7D */