@charset "UTF-8";
/*rot*/
#hinweis-zur-anreise-an-die-klinik a, #hinweis-zur-anreise-an-die-klinik a:link, #hinweis-zur-anreise-an-die-klinik a:active, #hinweis-zur-anreise-an-die-klinik a:focus, #notice-regarding-travel-to-the-clinic a, #notice-regarding-travel-to-the-clinic a:link, #notice-regarding-travel-to-the-clinic a:active, #notice-regarding-travel-to-the-clinic a:focus {
  color: #0035AD;
}
/* ----------------------- ANIMATIONEN ----------------------- */
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
html.mobile_menu_active body {
  overflow: hidden;
}
/* ----------------------- RESET ----------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, #main, .mod_article, .ce_text, img {
  display: block;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 18px;
  font-family: sans-serif;
  height: 100.01%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.invisible {
  visibility: hidden;
  position: absolute;
  top: -99999px;
  left: -99999px;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.label {
  display: none;
}
body {
  position: relative;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #676767;
  background-color: #FFFFFF;
  margin: 0;
}
strong {
  font-weight: 500;
}
.inside {
  position: relative;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::-moz-focus-inner {
  border: 0;
  outline: 0 none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
img {
  position: relative;
  margin: 0;
  outline: 0 none;
  border: none;
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
  vertical-align: middle;
}
a:focus {
  border: 0 !important;
  outline: 0 none !important;
}
/* ----------------------- COOKIE BANNER ----------------------- */
.contao-cookiebar {
  padding: 0 0 5px;
}
.contao-cookiebar a, .contao-cookiebar a:link, .contao-cookiebar a:visited, .contao-cookiebar a:active, .contao-cookiebar a:focus {
  color: #676767;
}
.contao-cookiebar a:hover {
  color: #0035AD !important;
}
.contao-cookiebar .cc-inner {
  padding: 25px;
  max-width: 500px;
  margin: 0 auto;
}
.contao-cookiebar .cc-inner p {
  padding-bottom: 0;
}
.contao-cookiebar .cc-head p {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}
.contao-cookiebar .cc-info {
  margin-top: 0;
}
.contao-cookiebar .cc-info > p {
  margin-top: 10px;
  color: #676767;
}
.contao-cookiebar .cc-info > p, .contao-cookiebar .cc-info > a {
  font-size: 12px;
}
.contao-cookiebar .cc-footer button {
  font-size: 12px;
}
.contao-cookiebar .cc-btn.success, .contao-cookiebar .cc-btn.warn, .contao-cookiebar .cc-btn {
  background: #0035AD !important;
  border-color: #0035AD !important;
  color: #FFFFFF;
  padding: 5px 20px;
}
.contao-cookiebar .cc-btn.success:hover, .contao-cookiebar .cc-btn.warn:hover, .contao-cookiebar .cc-btn:hover {
  background: #676767 !important;
  border-color: #676767 !important;
  color: #FFFFFF;
}
.contao-cookiebar .cc-btn.save {
  display: none !important;
}
.contao-cookiebar .cc-groups {
  font-size: 12px !important;
}
.contao-cookiebar .cc-groups .cc-cookies .cc-cookie p {
  font-size: 12px !important;
}
.contao-cookiebar .cc-groups .cc-cookies .cc-cookie .cc-cookie-info {
  font-size: 12px !important;
}
.contao-cookiebar input:checked + label:before {
  background: rgba(0, 53, 173, 0.3);
  border-color: #0035AD;
}
.contao-cookiebar input:disabled + label:before {
  background: #F5F5F5 !important;
  border-color: #9c9b99 !important;
}
.contao-cookiebar input:checked + label:after {
  background: #0035AD;
}
.contao-cookiebar input:disabled + label:after {
  background: #9c9b99 !important;
}
.weiterbildung h2 {
  color: #0035AD;
}
/* ----------------------- SCHRIFTEN ----------------------- */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
}
h1 {
  font-weight: 300;
  color: #0035AD;
  font-size: 2.3rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
/*
h1 {
	font-size: 1.2rem;
	margin-bottom: 30px;
}
*/
/*
h1:after {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 10px;
    content: '\0000a0';
//     background: url("../../files/onkozentrum/layout/allgemein/Drei_Bluemchen.svg") no-repeat center center; 
    background-size: 80px 36px;
}
*/
h2 {
  font-size: 1.05rem;
  font-weight: 500;
  color: #0035AD;
}
h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}
h4 {
  font-size: 1rem;
  margin-bottom: 10px;
}
h5 {
  font-size: 1rem;
  margin-bottom: 10px;
}
h6 {
  font-size: 1rem;
  margin-bottom: 10px;
}
p {
  margin: 0 0 20px;
}
a {
  display: inline-block;
}
a, a:link, a:visited, a:focus, a:active, a:hover, li.active {
  outline: 0 none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: #676767;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  border: none;
  display: inline-block;
}
li, li:link, li:visited, li:focus, li:active, li:hover {
  outline: 0 none;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  border: none;
}
a, a:link, a:visited, a:active, a:focus {
  color: #676767;
}
a:hover {
  color: #676767;
}
sup {
  top: -0.5em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #676767;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}
.caption {
  position: absolute;
  width: 100%;
  bottom: 30px;
  font-size: 30px;
  padding: 5px 5%;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 100;
  text-align: center;
  /* 	background-image: url('../../files/onkozentrum/layout/allgemein/bg_caption.png'); */
}
.ce_download {
  position: relative;
  margin: 50px 0;
}
.ce_download .image_container {
  position: relative;
}
.ce_download .image_container a {
  position: relative;
  display: block;
}
.ce_download .image_container a img, .ce_download .image_container a picture {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.ce_download .download-element {
  display: none;
}
.ce_download .size {
  display: none;
}
.back {
  height: 40px;
  padding: 30px 0 50px;
  clear: both;
}
.back a, .back a:link, .back a:active, .back a:focus {
  color: #676767 !important;
}
.back a:hover {
  color: #0035AD !important;
}
.back .backbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.back .backbox .icon {
  position: relative;
  width: 30px;
}
.back .backbox .icon svg {
  width: 30px;
  height: 30px;
}
.back .backbox .icon svg .pfeil0, .back .backbox .icon svg .pfeil1 {
  transition: all 300ms ease-in-out;
}
.back .backbox .linktext {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.back a:hover .icon svg .pfeil0 {
  fill: #0035AD;
}
.back a:hover .icon svg .pfeil2 {
  fill: #fff;
}
/* Video */
.ce_player {
  width: 100%;
  position: relative;
  margin: 30px 0;
}
.ce_player figure video {
  border: none;
  outline: none;
  max-width: 100% !important;
  width: 100%;
  height: auto;
}
/* Bild allgemein */
.ce_image {
  position: relative;
  width: 50%;
  margin: 100px auto;
}
/* Link */
.ce_hyperlink {
  position: relative;
  width: 100%;
  padding: 0 85px 0 220px;
}
.ce_hyperlink a, .ce_hyperlink a:link, .ce_hyperlink a:active, .ce_hyperlink a:focus {
  color: #0035AD;
}
/* ----------------------- HEADER ----------------------- */
#header {
  --header-height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 20px;
  height: var(--header-height);
  margin-block-end: 1rem;
}
#header .logo--kho img {
  height: 2.5rem;
  width: unset;
  object-fit: contain;
}
#header .logo--hirslanden {
  display: flex;
  justify-content: flex-end;
}
#header .logo--hirslanden .vertical {
  display: block;
  margin-block-end: 7px;
}
#header .logo--hirslanden .horizontal {
  display: none;
}
#header .logo--hirslanden img {
  justify-self: end;
  height: 2.5rem;
  width: unset;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  #header {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1191px) {
  #header {
    --header-height: 8rem;
    display: grid;
    grid-template-columns: min-content 1fr 4rem;
    grid-template-rows: auto auto;
    column-gap: 1rem;
    align-items: start;
    padding-block-start: 1rem;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
  }
  #header .logo--kho {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
  }
  #header .logo--kho img {
    height: 3rem;
  }
  #header .logo--hirslanden {
    grid-column: 2/4;
    grid-row: 1/2;
  }
  #header .logo--hirslanden .vertical {
    display: none;
  }
  #header .logo--hirslanden .horizontal {
    display: block;
  }
  #header #navDesktop {
    grid-column: 2/3;
    grid-row: 2/3;
    justify-self: end;
  }
  #header #navOben {
    grid-column: 3/4;
    grid-row: 2/3;
    padding-block-start: 6px;
  }
}
.mod_changelanguage {
  position: relative;
}
@keyframes fadeInColor {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------- ALLGEMEIN ----------------------- */
#wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
}
#container {
  position: relative;
  width: 100%;
  height: 100%;
}
#main ol, #main ul {
  list-style: disc;
  padding: 10px 0 20px 20px;
}
#main ol li, #main ul li {
  margin-bottom: 10px;
}
#main {
  padding: 50px 50px 100px;
}
.mod_article.last {
  margin-bottom: 0;
}
/* ----------------------- INHALTSELEMENTE ----------------------- */
#willkommen .content-text.media.media--right {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  background-color: #00b3880d;
}
#willkommen .content-text.media.media--right figure img {
  aspect-ratio: 1;
  object-fit: cover;
}
#willkommen .content-text.media.media--right .rte img {
  max-inline-size: min(90%, 15rem);
}
#willkommen .content-text.media.media--right a {
  font-weight: 400;
  color: #0035AD;
}
@media screen and (min-width: 768px) {
  #willkommen .content-text.media.media--right {
    margin: 50px 50px 5rem 85px;
  }
}
@media screen and (min-width: 992px) {
  #willkommen .content-text.media.media--right {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  #willkommen .content-text.media.media--right h2 {
    grid-column: span 2;
  }
  #willkommen .content-text.media.media--right figure {
    grid-column: 2/3;
    grid-row: 2;
  }
  #willkommen .content-text.media.media--right .rte {
    grid-column: 1/2;
    grid-row: 2;
  }
}
#willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .intro {
  position: relative;
  padding: 0 50px 0 85px;
  max-width: 75%;
  margin: 0 auto 0 0;
}
#willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .intro .zusatz {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #3b3939;
}
#willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .inhalt {
  position: relative;
  padding: 50px 50px 50px 85px;
  margin: 0 auto;
}
#willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .inhalt .logo {
  margin-block-start: 2rem;
  max-inline-size: min(90%, 15rem);
}
#willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .bild {
  position: relative;
  margin-top: 50px;
}
#willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .bild .einstiegsbild {
  position: relative;
  width: 75%;
  margin-right: 25%;
  left: -50px;
}
#willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .bild .einstiegsbild img {
  aspect-ratio: 2.8;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  #willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .bild .einstiegsbild {
    width: 80%;
    margin-right: 20%;
  }
  #willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .bild .einstiegsbild img {
    aspect-ratio: 1.7;
  }
}
@media screen and (max-width: 767px) {
  #willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .bild .einstiegsbild {
    width: calc(100% + 40px);
    margin-right: 0;
    left: -20px;
  }
  #willkommen .ce_rsce_einstiegsbild-h1-subline-text-link-logos .bild .einstiegsbild img {
    aspect-ratio: 1.5;
  }
}
/* Masonry */
.ce_rsce_masonry-start {
  position: relative;
  margin: 50px 0;
}
.ce_rsce_masonry-start h2 {
  position: relative;
  padding: 0 50px 0 85px;
}
.ce_rsce_masonry-start .masonryWrapper {
  position: relative;
  padding: 0 calc(50px - 20px) 0 calc(85px - 20px);
}
.ce_rsce_masonry-start .masonryWrapper .grid {
  width: 100%;
}
.ce_rsce_masonry-start .masonryWrapper .grid .grid-sizer {
  width: 12.5%;
}
.ce_rsce_masonry-start .masonryWrapper .grid .grid-item {
  width: 37.5%;
}
.ce_rsce_masonry-start .masonryWrapper .grid .grid-item:nth-of-type(2n + 2) {
  width: 62.5%;
}
/* Aktuelles: Bild, Subline & Text */
.ce_rsce_aktuelles-bild-subline-text {
  position: relative;
  width: 100%;
}
.ce_rsce_aktuelles-bild-subline-text .wrapper {
  position: relative;
  margin: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
.ce_rsce_aktuelles-bild-subline-text .wrapper .content {
  position: relative;
}
.ce_rsce_aktuelles-bild-subline-text .wrapper .content .subline {
  position: relative;
  color: #676767;
  margin-bottom: 20px;
}
.ce_rsce_aktuelles-bild-subline-text .wrapper .content .bild {
  position: relative;
  margin: 0 auto 30px 0;
}
.ce_rsce_aktuelles-bild-subline-text .wrapper .content .text {
  position: relative;
}
.ce_rsce_aktuelles-bild-subline-text .wrapper .content .text a, .ce_rsce_aktuelles-bild-subline-text .wrapper .content .text a:link, .ce_rsce_aktuelles-bild-subline-text .wrapper .content .text a:active, .ce_rsce_aktuelles-bild-subline-text .wrapper .content .text a:focus {
  color: #0035AD;
}
/* Aktuelles: Video, Subline & Text */
.ce_rsce_aktuelles-youtubeVideo-subline-text, .ce_rsce_aktuelles-vimeoVideo-subline-text {
  position: relative;
  width: 100%;
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper {
  position: relative;
  margin: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content {
  position: relative;
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .subline, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .subline {
  position: relative;
  color: #676767;
  margin-bottom: 20px;
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content a, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content a {
  z-index: 1000;
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content a img, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content a img {
  z-index: -1;
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .youtubeId, .ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .vimeoId, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .youtubeId, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .vimeoId {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  /* Stellt den Container des Videos responsiv ein */
  /* Stellt das iframe des Videos so ein, dass es den Container voll ausfüllt */
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .youtubeId a, .ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .vimeoId a, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .youtubeId a, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .vimeoId a {
  display: block;
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .youtubeId .responsive-video, .ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .vimeoId .responsive-video, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .youtubeId .responsive-video, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .vimeoId .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  background-color: #F5F5F5;
  height: auto;
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .youtubeId iframe, .ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .vimeoId iframe, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .youtubeId iframe, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .vimeoId iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .text, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .text {
  position: relative;
}
.ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .text a, .ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .text a:link, .ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .text a:active, .ce_rsce_aktuelles-youtubeVideo-subline-text .wrapper .content .text a:focus, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .text a, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .text a:link, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .text a:active, .ce_rsce_aktuelles-vimeoVideo-subline-text .wrapper .content .text a:focus {
  color: #0035AD;
}
/* Button Text animiert */
.ce_rsce_button-text-animiert {
  z-index: 100;
  position: absolute;
  top: 0px;
  right: calc(25% - 100px);
  line-height: 1.3;
}
.ce_rsce_button-text-animiert .wrapper {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  padding-top: 100px;
}
.ce_rsce_button-text-animiert .wrapper a {
  display: block;
}
.ce_rsce_button-text-animiert .wrapper a, .ce_rsce_button-text-animiert .wrapper a:link, .ce_rsce_button-text-animiert .wrapper a:visited, .ce_rsce_button-text-animiert .wrapper a:active, .ce_rsce_button-text-animiert .wrapper a:focus {
  color: #FFFFFF;
}
.ce_rsce_button-text-animiert .wrapper a:hover {
  color: #FFFFFF;
}
.ce_rsce_button-text-animiert .wrapper a:hover .button {
  transform: scale(1.1);
}
.ce_rsce_button-text-animiert .wrapper a:hover .button .text {
  color: #FFFFFF;
}
.ce_rsce_button-text-animiert .wrapper .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #00B388;
  width: 170px;
  height: 170px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.ce_rsce_button-text-animiert .wrapper .button .text {
  color: #FFFFFF;
  padding: 15px;
  text-align: center;
}
/* Button Text animiert */
.ce_rsce_button-text-animiert.ohneBild {
  top: -20px;
  right: calc(100% - 75% - 170px);
}
.ce_rsce_button-text-animiert.ohneBild .wrapper {
  padding-top: 0px;
}
/* Logo */
.ce_rsce_logo {
  position: relative;
}
.ce_rsce_logo a {
  position: relative;
  display: block;
}
.ce_rsce_logo a .logo {
  position: relative;
}
.ce_rsce_logo a .logo img {
  width: 350px;
  height: auto;
}
/* Bild NEUES LAYOUT */
.ce_rsce_bild {
  position: relative;
  width: 100%;
}
.ce_rsce_bild .wrapper {
  position: relative;
}
.ce_rsce_bild .wrapper .content {
  position: relative;
}
.ce_rsce_bild .wrapper .content .bild {
  position: relative;
}
.ce_rsce_bild .wrapper .content .datei {
  position: relative;
}
.ce_rsce_bild .wrapper .content .datei svg #Kreis #Ebene_2 {
  transform-box: fill-box;
  /* you need this for SVGs */
  transform-origin: center center;
  animation: rotating 4s linear infinite;
}
.ce_rsce_bild .wrapper .content .links {
  width: 60%;
  margin: 0 auto 0 0;
  left: -50px;
}
.ce_rsce_bild .wrapper .content .mitte {
  width: 60%;
  margin: 0 auto;
}
.ce_rsce_bild .wrapper .content .rechts {
  width: 60%;
  margin: 0 0 0 auto;
  right: -50px;
}
@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
/* h1, Subline NEUES LAYOUT */
.ce_rsce_h1-subline {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.ce_rsce_h1-subline .wrapper {
  position: relative;
}
.ce_rsce_h1-subline .wrapper .content {
  position: relative;
}
.ce_rsce_h1-subline .wrapper .content .intro {
  position: relative;
  padding: 0 50px 0 85px;
  margin: 0 auto 0 0;
  max-width: 75%;
}
.ce_rsce_h1-subline .wrapper .content .intro h1 {
  font-weight: 300;
  color: #0035AD;
  font-size: 2.3rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.ce_rsce_h1-subline .wrapper .content .intro .zusatz {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #3b3939;
}
/* Einstiegsbild, h1, Subline,Text NEUES LAYOUT */
.ce_rsce_einstiegsbild-h1-subline-text {
  position: relative;
  width: 100%;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper {
  position: relative;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content {
  position: relative;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .intro {
  position: relative;
  padding: 0 50px 0 85px;
  max-width: 75%;
  margin: 0 auto 0 0;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .intro h1 {
  font-weight: 300;
  color: #0035AD;
  font-size: 2.3rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .intro .zusatz {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #3b3939;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .bild {
  position: relative;
  margin-top: 50px;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .bild .einstiegsbild {
  position: relative;
  width: 75%;
  margin-right: 25%;
  left: -50px;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .bild .einstiegsbild .verlauf {
  /*
						position: absolute;
						top: 0;
						right: 0;
						left: 0;
						width: 100%;
						height: 50px;
						z-index: 1;
						background: rgba(255,255,255,0);
						background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
*/
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt.abstand {
  width: 75%;
  margin: 0 auto 0 220px;
  padding: 50px 50px 50px 0;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt {
  position: relative;
  padding: 50px 50px 50px 85px;
  margin: 0 auto;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt .text {
  position: relative;
  width: 100%;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt .text strong {
  color: #0035AD;
  font-weight: 500;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt .text a, .ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt .text a:link, .ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt .text a:active, .ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt .text a:focus {
  color: #0035AD;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt .text em::before {
  position: absolute;
  top: -2px;
  content: "";
  display: inline-block;
  margin-left: -40px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%230035AD;%7D .st2%7Bfill:%230035AD;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='50' cy='50' r='44'/%3E%3Cpath class='st2' d='M50,6C25.7,6,6,25.7,6,50 c0,11.7,4.6,22.9,12.9,31.1c17.2,17.2,45,17.2,62.2,0s17.2-45,0-62.2l0,0C72.9,10.6,61.7,6,50,6 M50,0c27.6,0,50,22.4,50,50 s-22.4,50-50,50S0,77.6,0,50S22.4,0,50,0z'/%3E%3Cpath class='st1' d='M58.7,66.2c-1.6,0-2.9-1.2-2.9-2.8c0-1.6,1.2-2.9,2.8-2.9h0.1h8.1 c5.8-0.1,10.5-4.8,10.4-10.6c-0.1-5.7-4.7-10.4-10.4-10.4h-8.1c-1.6,0-2.9-1.2-2.9-2.8s1.2-2.9,2.8-2.9h0.1h8.1 c9,0,16.3,7.3,16.3,16.3s-7.3,16.3-16.3,16.3L58.7,66.2z M33.2,66.2c-9,0-16.3-7.3-16.3-16.3s7.3-16.3,16.3-16.3l0,0h8.1 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1h-8.1c-5.8,0.1-10.5,4.8-10.4,10.6c0.1,5.7,4.7,10.4,10.4,10.4h8.1 c1.6,0,2.9,1.2,2.9,2.8c0,1.6-1.2,2.9-2.8,2.9h-0.1L33.2,66.2z M38.7,52.7c-1.6,0-2.9-1.3-2.8-2.9c0-1.6,1.3-2.8,2.8-2.8h21.5 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1H38.7z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt .text em {
  position: relative;
  padding-left: 40px;
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt .text a:hover em::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230035AD;%7D .st1%7Bfill:%23FFFFFF;%7D .st2%7Bfill:%230035AD;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='50' cy='50' r='44'/%3E%3Cpath class='st2' d='M50,6C25.7,6,6,25.7,6,50 c0,11.7,4.6,22.9,12.9,31.1c17.2,17.2,45,17.2,62.2,0s17.2-45,0-62.2l0,0C72.9,10.6,61.7,6,50,6 M50,0c27.6,0,50,22.4,50,50 s-22.4,50-50,50S0,77.6,0,50S22.4,0,50,0z'/%3E%3Cpath class='st1' d='M58.7,66.2c-1.6,0-2.9-1.2-2.9-2.8c0-1.6,1.2-2.9,2.8-2.9h0.1h8.1 c5.8-0.1,10.5-4.8,10.4-10.6c-0.1-5.7-4.7-10.4-10.4-10.4h-8.1c-1.6,0-2.9-1.2-2.9-2.8s1.2-2.9,2.8-2.9h0.1h8.1 c9,0,16.3,7.3,16.3,16.3s-7.3,16.3-16.3,16.3L58.7,66.2z M33.2,66.2c-9,0-16.3-7.3-16.3-16.3s7.3-16.3,16.3-16.3l0,0h8.1 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1h-8.1c-5.8,0.1-10.5,4.8-10.4,10.6c0.1,5.7,4.7,10.4,10.4,10.4h8.1 c1.6,0,2.9,1.2,2.9,2.8c0,1.6-1.2,2.9-2.8,2.9h-0.1L33.2,66.2z M38.7,52.7c-1.6,0-2.9-1.3-2.8-2.9c0-1.6,1.3-2.8,2.8-2.8h21.5 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1H38.7z'/%3E%3C/svg%3E");
}
.ce_rsce_einstiegsbild-h1-subline-text .wrapper .content .inhalt .text a {
  position: relative;
}
/* Logos mit Verlinkung NEUES LAYOUT */
.ce_rsce_logos-verlinkung {
  position: relative;
  width: 100%;
}
.ce_rsce_logos-verlinkung .wrapper {
  position: relative;
}
.ce_rsce_logos-verlinkung .wrapper .content {
  position: relative;
}
.ce_rsce_logos-verlinkung .wrapper .content .inhalt.abstand {
  width: 75%;
  margin: 0 auto 0 220px;
  padding: 50px 50px 50px 0;
}
.ce_rsce_logos-verlinkung .wrapper .content .inhalt {
  position: relative;
  padding: 50px 50px 50px 85px;
  margin: 0 auto;
}
.ce_rsce_logos-verlinkung .wrapper .content .inhalt .logos {
  position: relative;
  margin-top: 50px;
}
.ce_rsce_logos-verlinkung .wrapper .content .inhalt .logos .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.ce_rsce_logos-verlinkung .wrapper .content .inhalt .logos .logo {
  position: relative;
  margin-right: 20px;
  max-width: 200px;
}
.ce_rsce_logos-verlinkung .wrapper .content .inhalt .logos .logo:last-child {
  margin-right: 0;
  max-width: 100px;
}
.ce_rsce_einstiegsbild-mit-text {
  position: relative;
  width: 100%;
}
.ce_rsce_einstiegsbild-mit-text .wrapper {
  position: relative;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content {
  position: relative;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .bild {
  position: relative;
  width: 75%;
  margin-right: 25%;
  left: -50px;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt {
  position: relative;
  width: 75%;
  margin: 0 auto 0 25%;
  padding: 50px 50px 50px 0;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .text {
  position: relative;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .text a, .ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .text a:link, .ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .text a:active, .ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .text a:focus {
  color: #0035AD;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .linkbox {
  position: relative;
  background-color: #00B388;
  display: inline-block;
  width: auto;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .linkbox span {
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .logos {
  position: relative;
  margin-top: 50px;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .logos .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .logos .logo {
  position: relative;
  margin-right: 20px;
  max-width: 200px;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .logos .logo:last-child {
  margin-right: 0;
}
.ce_rsce_einstiegsbild-mit-text .wrapper .content .inhalt .zusatzbild {
  position: relative;
  width: 50%;
  min-width: 500px;
  margin: 50px 0;
}
/* Einstiegsbild, h1, Subline,Textblock NEUES LAYOUT */
.ce_rsce_einstiegsbild-h1-subline-textblock {
  position: relative;
  width: 100%;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper {
  position: relative;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content {
  position: relative;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .intro {
  position: relative;
  padding: 0 50px 0 85px;
  margin: 0 auto;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .intro h1 {
  font-weight: 300;
  color: #0035AD;
  font-size: 2.3rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .intro .zusatz {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #3b3939;
  max-width: 75%;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .bild {
  position: relative;
  margin-top: 50px;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .bild .einstiegsbild {
  position: relative;
  width: 75%;
  margin-right: 25%;
  left: -50px;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .bild .einstiegsbild .verlauf {
  /*
						position: absolute;
						top: 0;
						right: 0;
						left: 0;
						width: 100%;
						height: 50px;
						z-index: 1;
						background: rgba(255,255,255,0);
						background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
*/
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt.abstand {
  width: 75%;
  margin: 0 auto 0 220px;
  padding: 50px 50px 50px 0;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt {
  position: relative;
  padding: 50px 50px 50px 85px;
  margin: 0 auto;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock {
  position: relative;
  margin-bottom: 50px;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock .text {
  position: relative;
  width: 100%;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock .text strong {
  color: #0035AD;
  font-weight: 500;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock .text a, .ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock .text a:link, .ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock .text a:active, .ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock .text a:focus {
  color: #0035AD;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock .text em::before {
  position: absolute;
  top: -2px;
  content: "";
  display: inline-block;
  margin-left: -40px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%230035AD;%7D .st2%7Bfill:%230035AD;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='50' cy='50' r='44'/%3E%3Cpath class='st2' d='M50,6C25.7,6,6,25.7,6,50 c0,11.7,4.6,22.9,12.9,31.1c17.2,17.2,45,17.2,62.2,0s17.2-45,0-62.2l0,0C72.9,10.6,61.7,6,50,6 M50,0c27.6,0,50,22.4,50,50 s-22.4,50-50,50S0,77.6,0,50S22.4,0,50,0z'/%3E%3Cpath class='st1' d='M58.7,66.2c-1.6,0-2.9-1.2-2.9-2.8c0-1.6,1.2-2.9,2.8-2.9h0.1h8.1 c5.8-0.1,10.5-4.8,10.4-10.6c-0.1-5.7-4.7-10.4-10.4-10.4h-8.1c-1.6,0-2.9-1.2-2.9-2.8s1.2-2.9,2.8-2.9h0.1h8.1 c9,0,16.3,7.3,16.3,16.3s-7.3,16.3-16.3,16.3L58.7,66.2z M33.2,66.2c-9,0-16.3-7.3-16.3-16.3s7.3-16.3,16.3-16.3l0,0h8.1 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1h-8.1c-5.8,0.1-10.5,4.8-10.4,10.6c0.1,5.7,4.7,10.4,10.4,10.4h8.1 c1.6,0,2.9,1.2,2.9,2.8c0,1.6-1.2,2.9-2.8,2.9h-0.1L33.2,66.2z M38.7,52.7c-1.6,0-2.9-1.3-2.8-2.9c0-1.6,1.3-2.8,2.8-2.8h21.5 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1H38.7z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock .text em {
  padding-left: 40px;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock .text a:hover em::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230035AD;%7D .st1%7Bfill:%23FFFFFF;%7D .st2%7Bfill:%230035AD;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='50' cy='50' r='44'/%3E%3Cpath class='st2' d='M50,6C25.7,6,6,25.7,6,50 c0,11.7,4.6,22.9,12.9,31.1c17.2,17.2,45,17.2,62.2,0s17.2-45,0-62.2l0,0C72.9,10.6,61.7,6,50,6 M50,0c27.6,0,50,22.4,50,50 s-22.4,50-50,50S0,77.6,0,50S22.4,0,50,0z'/%3E%3Cpath class='st1' d='M58.7,66.2c-1.6,0-2.9-1.2-2.9-2.8c0-1.6,1.2-2.9,2.8-2.9h0.1h8.1 c5.8-0.1,10.5-4.8,10.4-10.6c-0.1-5.7-4.7-10.4-10.4-10.4h-8.1c-1.6,0-2.9-1.2-2.9-2.8s1.2-2.9,2.8-2.9h0.1h8.1 c9,0,16.3,7.3,16.3,16.3s-7.3,16.3-16.3,16.3L58.7,66.2z M33.2,66.2c-9,0-16.3-7.3-16.3-16.3s7.3-16.3,16.3-16.3l0,0h8.1 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1h-8.1c-5.8,0.1-10.5,4.8-10.4,10.6c0.1,5.7,4.7,10.4,10.4,10.4h8.1 c1.6,0,2.9,1.2,2.9,2.8c0,1.6-1.2,2.9-2.8,2.9h-0.1L33.2,66.2z M38.7,52.7c-1.6,0-2.9-1.3-2.8-2.9c0-1.6,1.3-2.8,2.8-2.8h21.5 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1H38.7z'/%3E%3C/svg%3E");
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .textblock .text a {
  position: relative;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .zusatzbilder {
  position: relative;
  margin-top: 50px;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .zusatzbilder .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .zusatzbilder .zusatzbild {
  position: relative;
  margin-right: 50px;
  max-width: 500px;
  box-shadow: 4px 4px 10px 0px #cacaca, -4px -4px 10px 0px #FFFFFF, 1px 1px 1px 0px #f3f3f3 inset;
  padding: 20px;
}
.ce_rsce_einstiegsbild-h1-subline-textblock .wrapper .content .inhalt .zusatzbilder .zusatzbild:last-child {
  margin-right: 0;
}
/* Einstiegsbild, h1, Subline,Textblöcke, Maps für Kontakt NEUES LAYOUT */
.ce_rsce_einstiegsbild-kontakt {
  position: relative;
  width: 100%;
}
.ce_rsce_einstiegsbild-kontakt .wrapper {
  position: relative;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content {
  position: relative;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .intro {
  position: relative;
  padding: 0 50px 0 85px;
  margin: 0 auto;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .intro h1 {
  font-weight: 300;
  color: #0035AD;
  font-size: 2.3rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .intro .zusatz {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #3b3939;
  max-width: 75%;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .bild {
  position: relative;
  margin-top: 50px;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .bild .einstiegsbild {
  position: relative;
  width: 75%;
  margin-right: 25%;
  left: -50px;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .bild .einstiegsbild .verlauf {
  /*
						position: absolute;
						top: 0;
						right: 0;
						left: 0;
						width: 100%;
						height: 50px;
						z-index: 1;
						background: rgba(255,255,255,0);
						background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
*/
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt {
  position: relative;
  padding: 50px 50px 50px 85px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock {
  position: relative;
  width: 50%;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box {
  position: relative;
  margin-bottom: 50px;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box .text {
  position: relative;
  width: 100%;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box .text strong {
  color: #0035AD;
  font-weight: 500;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box .text a, .ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box .text a:link, .ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box .text a:active, .ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box .text a:focus {
  color: #0035AD;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box .text em::before {
  position: absolute;
  top: -2px;
  content: "";
  display: inline-block;
  margin-left: -40px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%230035AD;%7D .st2%7Bfill:%230035AD;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='50' cy='50' r='44'/%3E%3Cpath class='st2' d='M50,6C25.7,6,6,25.7,6,50 c0,11.7,4.6,22.9,12.9,31.1c17.2,17.2,45,17.2,62.2,0s17.2-45,0-62.2l0,0C72.9,10.6,61.7,6,50,6 M50,0c27.6,0,50,22.4,50,50 s-22.4,50-50,50S0,77.6,0,50S22.4,0,50,0z'/%3E%3Cpath class='st1' d='M58.7,66.2c-1.6,0-2.9-1.2-2.9-2.8c0-1.6,1.2-2.9,2.8-2.9h0.1h8.1 c5.8-0.1,10.5-4.8,10.4-10.6c-0.1-5.7-4.7-10.4-10.4-10.4h-8.1c-1.6,0-2.9-1.2-2.9-2.8s1.2-2.9,2.8-2.9h0.1h8.1 c9,0,16.3,7.3,16.3,16.3s-7.3,16.3-16.3,16.3L58.7,66.2z M33.2,66.2c-9,0-16.3-7.3-16.3-16.3s7.3-16.3,16.3-16.3l0,0h8.1 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1h-8.1c-5.8,0.1-10.5,4.8-10.4,10.6c0.1,5.7,4.7,10.4,10.4,10.4h8.1 c1.6,0,2.9,1.2,2.9,2.8c0,1.6-1.2,2.9-2.8,2.9h-0.1L33.2,66.2z M38.7,52.7c-1.6,0-2.9-1.3-2.8-2.9c0-1.6,1.3-2.8,2.8-2.8h21.5 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1H38.7z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box .text em {
  padding-left: 40px;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box .text a:hover em::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230035AD;%7D .st1%7Bfill:%23FFFFFF;%7D .st2%7Bfill:%230035AD;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='50' cy='50' r='44'/%3E%3Cpath class='st2' d='M50,6C25.7,6,6,25.7,6,50 c0,11.7,4.6,22.9,12.9,31.1c17.2,17.2,45,17.2,62.2,0s17.2-45,0-62.2l0,0C72.9,10.6,61.7,6,50,6 M50,0c27.6,0,50,22.4,50,50 s-22.4,50-50,50S0,77.6,0,50S22.4,0,50,0z'/%3E%3Cpath class='st1' d='M58.7,66.2c-1.6,0-2.9-1.2-2.9-2.8c0-1.6,1.2-2.9,2.8-2.9h0.1h8.1 c5.8-0.1,10.5-4.8,10.4-10.6c-0.1-5.7-4.7-10.4-10.4-10.4h-8.1c-1.6,0-2.9-1.2-2.9-2.8s1.2-2.9,2.8-2.9h0.1h8.1 c9,0,16.3,7.3,16.3,16.3s-7.3,16.3-16.3,16.3L58.7,66.2z M33.2,66.2c-9,0-16.3-7.3-16.3-16.3s7.3-16.3,16.3-16.3l0,0h8.1 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1h-8.1c-5.8,0.1-10.5,4.8-10.4,10.6c0.1,5.7,4.7,10.4,10.4,10.4h8.1 c1.6,0,2.9,1.2,2.9,2.8c0,1.6-1.2,2.9-2.8,2.9h-0.1L33.2,66.2z M38.7,52.7c-1.6,0-2.9-1.3-2.8-2.9c0-1.6,1.3-2.8,2.8-2.8h21.5 c1.6,0,2.9,1.2,2.9,2.8s-1.2,2.9-2.8,2.9h-0.1H38.7z'/%3E%3C/svg%3E");
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .box .text a {
  position: relative;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .map {
  position: relative;
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .map svg {
  width: calc(100% + 100px);
}
.ce_rsce_einstiegsbild-kontakt .wrapper .content .inhalt .textblock .map svg #Kreis #Ebene_2 {
  transform-box: fill-box;
  /* you need this for SVGs */
  transform-origin: center center;
  animation: rotating 4s linear infinite;
}
.ce_rsce_einstiegsbild-mit-textbloecken {
  position: relative;
  width: 100%;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper {
  position: relative;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content {
  position: relative;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .bild {
  position: relative;
  width: 75%;
  margin-right: 25%;
  left: -50px;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt {
  position: relative;
  width: 75%;
  margin: 0 auto 0 25%;
  padding: 50px 50px 50px 0;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt h1 {
  margin-bottom: 10px;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .textblock {
  position: relative;
  margin-bottom: 50px;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .textblock .text {
  position: relative;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .textblock .text a, .ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .textblock .text a:link, .ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .textblock .text a:active, .ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .textblock .text a:focus {
  color: #0035AD;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .linkbox {
  position: relative;
  background-color: #00B388;
  display: inline-block;
  width: auto;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .linkbox span {
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .zusatzbilder {
  position: relative;
  margin-top: 50px;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .zusatzbilder .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .zusatzbilder .zusatzbild {
  position: relative;
  margin-right: 50px;
  max-width: 500px;
  box-shadow: 4px 4px 10px 0px #cacaca, -4px -4px 10px 0px #FFFFFF, 1px 1px 1px 0px #f3f3f3 inset;
  padding: 20px;
}
.ce_rsce_einstiegsbild-mit-textbloecken .wrapper .content .inhalt .zusatzbilder .zusatzbild:last-child {
  margin-right: 0;
}
.ce_rsce_subline-mit-text {
  position: relative;
  width: 100%;
}
.ce_rsce_subline-mit-text .wrapper {
  position: relative;
}
.ce_rsce_subline-mit-text .wrapper .content {
  position: relative;
}
.ce_rsce_subline-mit-text .wrapper .content .inhalt {
  position: relative;
  width: calc(75% + 220px);
  margin: 0 auto 0 0;
  padding: 0 50px 0 85px;
}
.ce_rsce_subline-mit-text .wrapper .content .inhalt .text {
  position: relative;
}
.ce_rsce_subline-mit-text .wrapper .content .inhalt .text a, .ce_rsce_subline-mit-text .wrapper .content .inhalt .text a:link, .ce_rsce_subline-mit-text .wrapper .content .inhalt .text a:active, .ce_rsce_subline-mit-text .wrapper .content .inhalt .text a:focus {
  color: #0035AD;
}
.ce_rsce_aufzaehlung-mit-bild-und-text {
  position: relative;
  width: 100%;
  margin: 100px 0;
  padding: 0 50px 0 85px;
}
.ce_rsce_aufzaehlung-mit-bild-und-text .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content {
  position: relative;
  width: 50%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .bild {
  position: relative;
  width: 50%;
  max-width: 270px;
}
.ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .inhalt {
  position: relative;
  width: 50%;
  padding: 0 50px 0 20px;
}
.ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .inhalt .titel {
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
}
.ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .inhalt .linkbox {
  position: relative;
  margin-bottom: 10px;
}
.ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .inhalt .linkbox span {
  position: relative;
  color: #00B388;
  font-weight: 500;
  text-transform: uppercase;
}
.ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .inhalt .text {
  position: relative;
  font-size: 0.8rem;
}
.ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .inhalt .text a, .ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .inhalt .text a:link, .ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .inhalt .text a:active, .ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .inhalt .text a:focus {
  color: #0035AD;
}
@media only screen and (max-width: 1400px) {
  .ce_rsce_aufzaehlung-mit-bild-und-text {
    margin: 50px 0 0;
  }
  .ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content {
    width: 33.33%;
    padding-right: 30px;
    display: block;
    margin: 20px 0;
  }
  .ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .bild {
    width: 100%;
    max-width: 270px;
  }
  .ce_rsce_aufzaehlung-mit-bild-und-text .wrapper .content .inhalt {
    width: 100%;
    max-width: 270px;
    padding: 20px 0 0;
  }
}
/* Klinische Studien */
.studien {
  position: relative;
}
.studien h2 {
  margin: 50px 0 10px;
  padding: 0 50px 0 85px;
  color: #676767;
}
.studien .ce_text {
  padding: 0 50px 0 85px;
}
.studien .ce_text a, .studien .ce_text a:link, .studien .ce_text a:active, .studien .ce_text a:focus {
  color: #0035AD;
}
.studien #container {
  padding-bottom: 50px;
}
.ce_accordion {
  position: relative;
  padding: 0 50px 0 85px;
  width: calc(75% + 220px);
  margin: 0 auto 10px 0;
}
.ce_accordion .toggler {
  position: relative;
  box-shadow: 2px 2px 8px 1px #cccccc;
  padding: 20px 60px 20px 20px;
  cursor: pointer;
}
.ce_accordion .toggler .subline {
  position: relative;
  font-weight: 500;
}
.ce_accordion .toggler .more, .ce_accordion .toggler .less {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
}
.ce_accordion .toggler .more img, .ce_accordion .toggler .less img {
  width: 30px;
}
.ce_accordion .toggler .less {
  display: none;
}
.ce_accordion .toggler.active .more {
  display: none;
}
.ce_accordion .toggler.active .less {
  display: block;
}
.ce_accordion a, .ce_accordion a:link, .ce_accordion a:active, .ce_accordion a:focus {
  color: #0035AD;
}
.accordionOnBlock {
  position: relative;
  padding: 0 50px 0 85px;
  width: calc(75% + 220px);
  margin: 0 auto 30px 0;
}
.accordionOnBlock .ce_accordion {
  padding: 0;
  width: 100%;
  box-shadow: 2px 2px 8px 1px #cccccc;
}
.accordionOnBlock .ce_accordion .toggler {
  box-shadow: none;
  padding: 20px 60px 20px 20px;
}
.accordionOnBlock:last-child {
  margin-bottom: 0;
}
/* Klinische Studien, Inhalt */
.ce_rsce_klinische-studien {
  position: relative;
  padding: 20px;
}
/* Generalkonsent, Inhalt */
.ce_rsce_generalkonsent {
  position: relative;
  padding: 0 20px 20px;
}
.ce_rsce_generalkonsent .wrapper {
  position: relative;
}
.ce_rsce_generalkonsent .wrapper .text {
  position: relative;
}
.ce_rsce_generalkonsent .wrapper .text p:last-child {
  margin-bottom: 0;
}
/* Link PDF Dokument */
.ce_rsce_link-pdf-download {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
}
.ce_rsce_link-pdf-download .wrapper {
  position: relative;
  padding: 0 50px 0 85px;
  margin: 0 auto;
}
.ce_rsce_link-pdf-download .wrapper .link {
  position: relative;
  max-width: 75%;
  margin: 0 auto 0 0;
}
.ce_rsce_link-pdf-download .wrapper .link a {
  display: block;
}
.ce_rsce_link-pdf-download .wrapper .link .linkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ce_rsce_link-pdf-download .wrapper .link .linkbox .linktext {
  position: relative;
  padding-left: 10px;
  text-transform: uppercase;
}
.ce_rsce_link-pdf-download .wrapper .link .linkbox .icon {
  position: relative;
}
.ce_rsce_link-pdf-download .wrapper .link .linkbox .icon svg {
  width: 30px;
  height: auto;
}
.ce_rsce_link-pdf-download .wrapper .link .linkbox .icon svg circle.hover {
  fill: #FFFFFF;
}
.ce_rsce_link-pdf-download .wrapper .link .linkbox .icon svg path.hover {
  fill: #0035AD;
}
.ce_rsce_link-pdf-download .wrapper .link a:hover .linkbox .icon svg circle.hover {
  fill: #0035AD;
}
.ce_rsce_link-pdf-download .wrapper .link a:hover .linkbox .icon svg path.hover {
  fill: #FFFFFF;
}
/* Personal Details */
.ce_rsce_personal-details {
  position: relative;
  width: 100%;
}
.ce_rsce_personal-details .wrapper {
  position: relative;
}
.ce_rsce_personal-details .wrapper .content {
  position: relative;
}
.ce_rsce_personal-details .wrapper .content .mail, .ce_rsce_personal-details .wrapper .content .website {
  position: relative;
  margin-bottom: 10px;
}
.ce_rsce_personal-details .wrapper .content .email + .cv, .ce_rsce_personal-details .wrapper .content .webseite + .cv {
  margin-top: 40px;
}
.ce_rsce_personal-details .wrapper .content a {
  position: relative;
}
.ce_rsce_personal-details .wrapper .content a .box {
  position: relative;
  background-color: #0035AD;
  border: 1px solid #0035AD;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.ce_rsce_personal-details .wrapper .content a .link {
  position: relative;
  color: #FFFFFF;
  text-transform: uppercase;
}
.ce_rsce_personal-details .wrapper .content a:hover .box {
  background-color: #FFFFFF;
}
.ce_rsce_personal-details .wrapper .content a:hover .link {
  color: #0035AD;
}
/* Personal Details mit Tabs */
.ce_rsce_personal-details-tabs {
  position: relative;
  width: 100%;
}
.ce_rsce_personal-details-tabs .wrapper {
  position: relative;
}
.ce_rsce_personal-details-tabs .wrapper .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxLinks {
  width: 33.33%;
  padding-right: 20px;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxRechts {
  width: 66.66%;
  padding-left: 20px;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen {
  position: relative;
  /* ----------------------- TABS ----------------------- */
  /* Tabs */
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .schwerpunkte {
  position: relative;
  margin-bottom: 20px;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .schwerpunkte .titel {
  position: relative;
  text-transform: uppercase;
  color: #0035AD;
  font-weight: 500;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .schwerpunkte .liste {
  position: relative;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .schwerpunkte .liste .point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .schwerpunkte .liste .point .item {
  position: relative;
  padding-left: 9px;
  width: calc(100% - 5px);
  margin-bottom: 10px;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .schwerpunkte .liste .point .dot {
  position: relative;
  width: 3px;
  font-weight: 400;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .sprachen {
  position: relative;
  margin-bottom: 30px;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .sprachen .titel {
  position: relative;
  text-transform: uppercase;
  color: #0035AD;
  margin-bottom: 0;
  font-weight: 500;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .sprachen .text {
  position: relative;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs {
  width: 100%;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-nav {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #676767;
  overflow: hidden;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-nav .tab {
  font-weight: 300;
  padding: 0 20px;
  cursor: pointer;
  color: #888;
  text-transform: uppercase;
  border-right: 2px solid #888;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-nav .tab a {
  color: #888;
  text-decoration: none;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-nav .tab a:hover {
  color: #0035AD;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-nav .tab.active {
  color: #0035AD;
  font-weight: 500;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-nav .tab.active a {
  color: #0035AD;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-nav .tab:first-child {
  padding-left: 0;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-nav .tab:last-child {
  border: none;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content {
  position: relative;
  margin-top: 30px;
  width: 100%;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .tab-content {
  position: relative;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .lebenslauf {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .lebenslauf .jahr {
  position: relative;
  min-width: 120px;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .lebenslauf .beschreibung {
  position: relative;
  padding-left: 10px;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .publikationen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .publikationen .publikation {
  position: relative;
  padding-left: 9px;
  width: calc(100% - 5px);
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .publikationen .publikation .titel {
  position: relative;
  font-weight: 500;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .publikationen .publikation .publikationstext {
  position: relative;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .publikationen .publikation .verfasser {
  position: relative;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .publikationen .dot {
  position: relative;
  width: 3px;
  font-weight: 400;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .mitgliedschaften {
  position: relative;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .mitgliedschaften .mitgliedschaft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .mitgliedschaften .mitgliedschaft .dot {
  position: relative;
  width: 3px;
  font-weight: 400;
}
.ce_rsce_personal-details-tabs .wrapper .content .boxen .tabs #tabs-content .mitgliedschaften .mitgliedschaft .item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 9px;
  width: calc(100% - 5px);
}
/* Personal Details Tabelle */
.ce_rsce_personal-tabelle {
  width: 100%;
  clear: both;
  margin: 50px 0;
}
.ce_rsce_personal-tabelle .wrapper {
  width: 100%;
}
.ce_rsce_personal-tabelle .wrapper .content {
  width: 100%;
}
.ce_rsce_personal-tabelle .wrapper .content .tabelle {
  width: 100%;
}
.ce_rsce_personal-tabelle .wrapper .content .tabelle .kopfzeile {
  color: #0035AD;
  font-weight: 700;
  text-align: left;
  padding: 12px 0;
  display: table;
  width: 100%;
}
.ce_rsce_personal-tabelle .wrapper .content .tabelle .kopfzeile .titelBezeichnung {
  width: 100%;
  display: table-cell;
}
.ce_rsce_personal-tabelle .wrapper .content .tabelle .text {
  width: 100%;
}
.ce_rsce_personal-tabelle .wrapper .content .tabelle .text .linie {
  clear: both;
  display: table;
  width: 100%;
  border-bottom: solid 1px #e3e3e3;
  text-align: left;
  padding: 12px 0;
}
.ce_rsce_personal-tabelle .wrapper .content .tabelle .text .linie .jahr {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
}
.ce_rsce_personal-tabelle .wrapper .content .tabelle .text .linie .bezeichnung {
  width: calc(100% - 150px);
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.ce_rsce_personal-tabelle .wrapper .content .tabelle .text .linie .bezeichnung p {
  margin-bottom: 0;
}
/* ----------------------- PERSONAL ----------------------- */
/* Teaser */
.mod_newslist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 0 0 85px;
  margin: 0 auto;
}
.mod_newslist .layout_latest-neuesLayout {
  position: relative;
  width: calc(50% - 25px);
  height: 100%;
  margin: 0 25px 50px 0;
  max-width: 500px;
}
.mod_newslist .layout_latest-neuesLayout .more {
  position: absolute;
  top: 5px;
  left: 5px;
}
.mod_newslist .layout_latest-neuesLayout .more svg {
  width: 30px;
  height: 30px;
}
.mod_newslist .layout_latest-neuesLayout .more svg .plus0, .mod_newslist .layout_latest-neuesLayout .more svg .plus1, .mod_newslist .layout_latest-neuesLayout .more svg .plus2 {
  transition: all 300ms ease-in-out;
}
.mod_newslist .layout_latest-neuesLayout .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod_newslist .layout_latest-neuesLayout .box a {
  position: relative;
  display: block;
  width: 100%;
}
.mod_newslist .layout_latest-neuesLayout .box .bildbox {
  position: relative;
  width: 200px;
}
.mod_newslist .layout_latest-neuesLayout .box .bildbox .image_container {
  position: relative;
}
.mod_newslist .layout_latest-neuesLayout .box .bildbox a:hover .more svg .plus0 {
  fill: #0035AD;
}
.mod_newslist .layout_latest-neuesLayout .box .bildbox a:hover .more svg .plus1 {
  fill: #fff;
}
.mod_newslist .layout_latest-neuesLayout .box .bildbox a:hover .more svg .plus2 {
  fill: #0035AD;
}
.mod_newslist .layout_latest-neuesLayout .box .bildbox.hover a .more svg .plus0 {
  fill: #0035AD;
}
.mod_newslist .layout_latest-neuesLayout .box .bildbox.hover a .more svg .plus1 {
  fill: #fff;
}
.mod_newslist .layout_latest-neuesLayout .box .bildbox.hover a .more svg .plus2 {
  fill: #0035AD;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox {
  position: relative;
  text-align: left;
  width: calc(100% - 200px);
}
.mod_newslist .layout_latest-neuesLayout .box .textbox h2 {
  text-transform: none;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 10px 20px 0;
  color: #676767;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .zusatz {
  position: relative;
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  padding: 10px 20px 0;
  text-transform: none;
  max-width: 500px;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox {
  position: relative;
  font-size: 0.8rem;
  padding: 15px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon {
  padding-left: 20px;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email {
  position: relative;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon a, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon a, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon a:link, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon a:active, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon a:focus, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email a, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email a:link, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email a:active, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email a:focus {
  color: #676767 !important;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon a:hover, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email a:hover {
  color: #0035AD !important;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon .icon, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email .icon {
  position: relative;
  width: 30px;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon .icon svg, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email .icon svg {
  width: 30px;
  height: 30px;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon .icon svg .farbeBlau, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon .icon svg .farbeWeiss, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email .icon svg .farbeBlau, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email .icon svg .farbeWeiss {
  transition: all 300ms ease-in-out;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon a:hover .icon svg .farbeBlau, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email a:hover .icon svg .farbeBlau {
  fill: #ffffff !important;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon a:hover .icon svg .farbeWeiss, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email a:hover .icon svg .farbeWeiss {
  fill: #0035ad !important;
}
.mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .telefon .linktext, .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox .email .linktext {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  /* Teaser */
  .mod_newslist .layout_latest-neuesLayout {
    width: 50%;
    margin: 0 0 50px 0;
  }
  .mod_newslist .layout_latest-neuesLayout .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod_newslist .layout_latest-neuesLayout .box .bildbox {
    width: 100%;
    max-width: 200px;
    margin-right: auto;
  }
  .mod_newslist .layout_latest-neuesLayout .box .textbox {
    width: 100%;
  }
  .mod_newslist .layout_latest-neuesLayout .box .textbox h2 {
    padding: 20px 0 0;
  }
  .mod_newslist .layout_latest-neuesLayout .box .textbox .zusatz {
    padding: 20px 25px 0 0;
    max-width: 500px;
  }
  .mod_newslist .layout_latest-neuesLayout .box .textbox .kontaktbox {
    padding: 20px 0 0;
  }
}
/* Leser */
.mod_newsreader {
  position: relative;
  padding: 0 0 50px 85px;
}
.mod_newsreader .layout_full {
  position: relative;
}
.mod_newsreader .layout_full .intro {
  position: relative;
  margin: 0 auto;
}
.mod_newsreader .layout_full .intro h1 {
  font-weight: 300;
  color: #0035AD;
  font-size: 2.3rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.mod_newsreader .layout_full .intro h1 br {
  display: none;
}
.mod_newsreader .layout_full .intro .zusatz {
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #3b3939;
}
.mod_newsreader .layout_full .inside {
  position: relative;
  margin-top: 50px;
}
.mod_newsreader .layout_full .inside .teaserbild {
  position: relative;
  width: 200px;
  height: 100%;
  margin-bottom: 50px;
  margin-right: 50px;
  float: left;
}
.mod_newsreader .layout_full .inside .beschreibung {
  position: relative;
  width: 100%;
  padding: 0 50px 0 0;
}
.mod_newsreader .layout_full .inside .beschreibung a, .mod_newsreader .layout_full .inside .beschreibung a:link, .mod_newsreader .layout_full .inside .beschreibung a:active, .mod_newsreader .layout_full .inside .beschreibung a:focus {
  color: #0035AD;
}
.mod_newsreader .layout_full .ce_text {
  clear: both;
}
.mod_newsreader .layout_full-neuesLayout {
  position: relative;
}
.mod_newsreader .layout_full-neuesLayout .intro {
  position: relative;
  margin: 0 auto;
}
.mod_newsreader .layout_full-neuesLayout .intro h1 {
  font-weight: 300;
  color: #0035AD;
  font-size: 2.3rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.mod_newsreader .layout_full-neuesLayout .intro h1 br {
  display: none;
}
.mod_newsreader .layout_full-neuesLayout .intro .zusatz {
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #3b3939;
}
.mod_newsreader .layout_full-neuesLayout .bild {
  position: relative;
  margin: 50px auto 0;
}
.mod_newsreader .layout_full-neuesLayout .bild .teaserbild-neuesLayout {
  position: relative;
  width: 75%;
  margin-right: 25%;
}
.mod_newsreader .layout_full-neuesLayout .bild .teaserbild {
  position: relative;
  width: 200px;
  height: 100%;
}
.mod_newsreader .layout_full-neuesLayout .bild.bild-neuesLayout {
  position: relative;
  margin-top: 50px;
  padding: 0;
  max-width: none;
}
.mod_newsreader .layout_full-neuesLayout .inside {
  position: relative;
  margin: 0 auto;
}
.mod_newsreader .layout_full-neuesLayout .inside .links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 50px 0 50px;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .email, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon, .mod_newsreader .layout_full-neuesLayout .inside .links .cv {
  position: relative;
  border-right: 2px solid #3b3939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 5px 40px 5px 0px;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .email a, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon a, .mod_newsreader .layout_full-neuesLayout .inside .links .cv a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .email a, .mod_newsreader .layout_full-neuesLayout .inside .links .email a:link, .mod_newsreader .layout_full-neuesLayout .inside .links .email a:active, .mod_newsreader .layout_full-neuesLayout .inside .links .email a:focus, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon a, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon a:link, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon a:active, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon a:focus, .mod_newsreader .layout_full-neuesLayout .inside .links .cv a, .mod_newsreader .layout_full-neuesLayout .inside .links .cv a:link, .mod_newsreader .layout_full-neuesLayout .inside .links .cv a:active, .mod_newsreader .layout_full-neuesLayout .inside .links .cv a:focus {
  color: #676767 !important;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .email a:hover, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon a:hover, .mod_newsreader .layout_full-neuesLayout .inside .links .cv a:hover {
  color: #0035AD !important;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .email .icon, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon .icon, .mod_newsreader .layout_full-neuesLayout .inside .links .cv .icon {
  position: relative;
  width: 30px;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .email .icon svg, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon .icon svg, .mod_newsreader .layout_full-neuesLayout .inside .links .cv .icon svg {
  width: 30px;
  height: 30px;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .email .icon svg .farbeBlau, .mod_newsreader .layout_full-neuesLayout .inside .links .email .icon svg .farbeWeiss, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon .icon svg .farbeBlau, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon .icon svg .farbeWeiss, .mod_newsreader .layout_full-neuesLayout .inside .links .cv .icon svg .farbeBlau, .mod_newsreader .layout_full-neuesLayout .inside .links .cv .icon svg .farbeWeiss {
  transition: all 300ms ease-in-out;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .email a:hover .icon svg .farbeBlau, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon a:hover .icon svg .farbeBlau, .mod_newsreader .layout_full-neuesLayout .inside .links .cv a:hover .icon svg .farbeBlau {
  fill: #ffffff !important;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .email a:hover .icon svg .farbeWeiss, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon a:hover .icon svg .farbeWeiss, .mod_newsreader .layout_full-neuesLayout .inside .links .cv a:hover .icon svg .farbeWeiss {
  fill: #0035ad !important;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .email .linktext, .mod_newsreader .layout_full-neuesLayout .inside .links .telefon .linktext, .mod_newsreader .layout_full-neuesLayout .inside .links .cv .linktext {
  position: relative;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 0.8rem;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .telefon {
  padding: 5px 40px 5px 40px;
}
.mod_newsreader .layout_full-neuesLayout .inside .links .cv {
  padding: 5px 0 5px 40px;
  border-right: none;
}
.mod_newsreader .layout_full-neuesLayout .inside .beschreibung {
  position: relative;
  width: 100%;
  padding: 0 50px 0 0;
}
.mod_newsreader .layout_full-neuesLayout .inside .beschreibung a, .mod_newsreader .layout_full-neuesLayout .inside .beschreibung a:link, .mod_newsreader .layout_full-neuesLayout .inside .beschreibung a:active, .mod_newsreader .layout_full-neuesLayout .inside .beschreibung a:focus {
  color: #0035AD;
}
#modulAuflistungNamen.mod_newslist {
  position: relative;
  display: block;
  text-align: left;
}
#modulAuflistungNamen.mod_newslist .layout_short {
  position: relative;
  display: block;
}
#modulAuflistungNamen.mod_newslist .layout_short a, #modulAuflistungNamen.mod_newslist .layout_short a:link, #modulAuflistungNamen.mod_newslist .layout_short a:active, #modulAuflistungNamen.mod_newslist .layout_short a:focus {
  color: #676767;
}
#modulAuflistungNamen.mod_newslist .layout_short a:hover {
  color: #0035AD;
}
/* Sharebuttons */
.sharebuttons {
  position: relative;
  width: 100%;
  text-align: right;
  margin: 50px 0 30px 0;
}
.sharebuttons ul {
  list-style: none !important;
  padding: 0 !important;
}
.sharebuttons a {
  display: inline-block;
  margin: 0 5px;
}
/* ----------------------- OFFENE STELLEN ----------------------- */
/* Teaser */
#offene-stellen-modul.mod_newslist {
  text-align: left;
}
#offene-stellen-modul.mod_newslist .layout_latest {
  position: relative;
  width: calc(50% - 50px);
  height: 100%;
  margin: 0 50px 50px 0;
  box-shadow: 2px 2px 8px 1px #cccccc;
}
#offene-stellen-modul.mod_newslist .layout_latest .box {
  position: relative;
  padding: 0;
}
#offene-stellen-modul.mod_newslist .layout_latest .box a {
  position: relative;
}
#offene-stellen-modul.mod_newslist .layout_latest .link {
  padding: 30px;
}
#offene-stellen-modul.mod_newslist .layout_latest .image_container {
  position: relative;
}
#offene-stellen-modul.mod_newslist .layout_latest .teaser {
  font-size: 0.7rem;
  margin-top: 20px;
}
#offene-stellen-modul.mod_newslist .layout_latest .teaser p {
  margin-bottom: 0;
}
#offene-stellen-modul.mod_newslist .layout_latest h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #676767;
}
#offene-stellen-modul.mod_newslist .layout_latest .zusatz {
  position: relative;
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  padding-top: 10px;
  text-transform: none;
}
#offene-stellen-modul.mod_newslist .layout_latest .email {
  position: relative;
  font-size: 0.7rem;
  margin-top: 10px;
}
#offene-stellen-modul.mod_newslist .layout_latest .email a, #offene-stellen-modul.mod_newslist .layout_latest .email a:link, #offene-stellen-modul.mod_newslist .layout_latest .email a:active, #offene-stellen-modul.mod_newslist .layout_latest .email a:focus {
  color: #0035AD;
}
#offene-stellen-modul.mod_newslist .layout_latest .more {
  position: absolute;
  top: 0;
  right: 0;
}
#offene-stellen-modul.mod_newslist .layout_latest .more img {
  width: 30px;
}
/* Leser */
#offene-stellen-modul.mod_newsreader .layout_full h1 .subline {
  display: block;
  font-size: 0.7rem;
  margin-top: 10px;
}
#offene-stellen-modul.mod_newsreader .layout_full .inside .beschreibung {
  position: relative;
  width: 100%;
  padding: 0 50px 0 0;
}
#offene-stellen-modul.mod_newsreader .layout_full .inside .beschreibung a, #offene-stellen-modul.mod_newsreader .layout_full .inside .beschreibung a:link, #offene-stellen-modul.mod_newsreader .layout_full .inside .beschreibung a:active, #offene-stellen-modul.mod_newsreader .layout_full .inside .beschreibung a:focus {
  color: #0035AD;
}
#offene-stellen-modul.mod_newsreader .layout_full .ce_text {
  clear: both;
}
/* ----------------------- INFORMATION CORONAVIRUS ----------------------- */
#aktuelle-informationen-zum-coronavirus em, #current-information-on-the-coronavirus em {
  color: #0035AD;
  font-weight: 500;
}
/* ----------------------- IMPRESSUM / DATENSCHUTZ ----------------------- */
#impressum .ce_text strong {
  text-transform: uppercase;
}
#datenschutz .ce_text strong {
  text-transform: uppercase;
}
/* ----------------------- FOOTER ----------------------- */
#footer {
  padding: 70px 50px 20px 50px;
}
.ce_rsce_footer {
  position: relative;
  line-height: 1.5;
}
.ce_rsce_footer .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ce_rsce_footer .wrapper .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.ce_rsce_footer .wrapper .content .box {
  position: relative;
}
.ce_rsce_footer .wrapper .content .box.button {
  margin-left: 50px;
}
.ce_rsce_footer .wrapper .content span, .ce_rsce_footer .wrapper .content a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.ce_rsce_footer .wrapper .content a, .ce_rsce_footer .wrapper .content a:link, .ce_rsce_footer .wrapper .content a:active, .ce_rsce_footer .wrapper .content a:focus {
  color: #676767;
}
.ce_rsce_footer .wrapper .content a:hover {
  color: #0035AD;
}
.ce_rsce_footer .wrapper .content .firma {
  font-weight: 700;
}
.ce_rsce_footer .wrapper .content .notfall {
  display: inline-block;
  color: #FFFFFF;
  padding: 7px 15px 5px;
  background-color: #0035AD;
  border-radius: 5px;
  margin-bottom: 5px;
}
.ce_rsce_footer .wrapper .content .notfall a, .ce_rsce_footer .wrapper .content .notfall a:link, .ce_rsce_footer .wrapper .content .notfall a:active, .ce_rsce_footer .wrapper .content .notfall a:focus {
  color: #FFFFFF;
  display: inline-block;
}
.ce_rsce_footer .wrapper .content .notfall a:hover {
  color: #FFFFFF;
}
.ce_rsce_footer .wrapper .content .notfall:hover {
  background-color: #00B388;
}
.ce_rsce_footer .wrapper .content span {
  bottom: 2px;
}
.ce_rsce_footer .wrapper .content span.adresse:after, .ce_rsce_footer .wrapper .content span.telefon:after {
  position: relative;
  display: inline-block;
  content: "";
  background-color: #676767;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  top: -3px;
  margin: 0 5px;
}
@media only screen and (max-width: 1300px) {
  .ce_rsce_footer .wrapper .content .box {
    width: 100%;
  }
  .ce_rsce_footer .wrapper .content .box.button {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* ----------------------- SEITE NICHT GEFUNDEN ----------------------- */
/*
#seite-nicht-gefunden {
	position: relative;
	margin: 0 5% 100px 5%;
	width: 90%;
}
*/
/* ----------------------- LIGHTBOX ----------------------- */
#cboxTitle {
  color: #676767;
  top: -30px;
}
#cboxCurrent {
  display: none !important;
}
#cboxContent {
  margin-top: 30px;
}
button {
  outline: none;
}
button#cboxNext, button#cboxNext:hover {
  background: url("../../files/onkozentrum/layout/allgemein/pfeil_rechts.png") no-repeat scroll right top rgba(255, 255, 255, 0) !important;
  height: 36px;
  margin-top: -32px;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 55%;
  width: 36px;
}
button#cboxPrevious, button#cboxPrevious:hover {
  background: url("../../files/onkozentrum/layout/allgemein/pfeil_links.png") no-repeat scroll left top rgba(255, 255, 255, 0) !important;
  height: 36px;
  left: 5px;
  margin-top: -32px;
  position: absolute;
  text-indent: -9999px;
  top: 55%;
  width: 36px;
}
#cboxClose {
  display: block !important;
  background: url("../../files/onkozentrum/layout/allgemein/close.png") no-repeat scroll right top rgba(255, 255, 255, 0) !important;
  width: 36px !important;
  height: 36px !important;
  top: 5px !important;
  right: 5px !important;
}
#cboxLoadedContent {
  border: 2px solid #fff !important;
}
#cboxOverlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important;
  opacity: 0.8 !important;
  background-color: #fff !important;
  color: #fff !important;
}
#cboxContent {
  background-color: #fff !important;
  background: #fff !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Fkho.ch%2Fhttpdocs_2026%2Ffiles%2Fonkozentrum%2Fscss%2Fbase.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAA8BC%3BAAAA%3BAAAA%3BAA9BD%3BAAqCA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAA%2FED%3BAAsFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAxMA%3BAA%2BMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA9RD%3BAAmSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9SA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAzeJ%3BAA%2BeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAApfR%3BAA8fA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9fA%3BAAogBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAxgBD%3BAA6gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA9nBD%3BAAmoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA1pBA%3BAAkqBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAlxBJ%3BAA6xBA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAA%2FyBH%3BAAszBA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAA50BJ%3BAAu1BA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAA54BJ%3BAAu5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA58BH%3BAAs9BA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAz9BD%3BAA89BA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAr%2BBH%3BAA8%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA1hCD%3BAA6hCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAljCJ%3BAA6jCA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAA5pCL%3BAAqqCA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1xCJ%3BAAqyCA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAA%2F5CL%3BAAw6CA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAWL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAWL%3BAAGC%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxtDJ%3BAAmuDA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAjzDA%3BAAqzDA%3BAAAA%3BAAAA%3BAAAA%3BAArzDA%3BAA0zDA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAj0DH%3BAAw0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAz3DP%3BAAo4DA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAz6DJ%3BAAi7DA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3lER%3BAA0mEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAnpE5B%3BAAAA%3BAA%2BpEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAx1EJ%3BAAu2EA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAA1iFF%3BAAgjFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAzjFJ%3BAAAA%3BAAgkFA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAA%2FnFH%3BAAyoFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAA5pFF%3BAAoqFC%3BAAAA%3BAAAA%3BAAAA%3BAApqFD%3BAA4qFE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAnrFF%3BAAyrFA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeH%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxxFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2yFA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%22%7D */