@charset "UTF-8";
/* rot */
/* ----------------------- Cookie Banner ----------------------- */
.contao-cookiebar a, .contao-cookiebar a:link, .contao-cookiebar a:visited, .contao-cookiebar a:active, .contao-cookiebar a:focus {
  color: #585858;
}
.contao-cookiebar a:hover {
  color: #80b83f !important;
}
.contao-cookiebar .cc-inner {
  padding: 15px;
}
.contao-cookiebar .cc-inner p {
  margin-bottom: 0;
}
.contao-cookiebar .cc-head p {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.contao-cookiebar .cc-info > p {
  margin-top: 10px;
  color: #585858;
}
.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: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  color: #585858;
  padding: 5px 20px;
}
.contao-cookiebar .cc-btn.success:hover, .contao-cookiebar .cc-btn.warn:hover, .contao-cookiebar .cc-btn:hover {
  background: #80b83f;
  border-color: rgba(0, 0, 0, 0.1);
  color: #FEFEFE;
}
.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;
}
/* ----------------------- 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: #FEFEFE;
  -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: "Poppins", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #585858;
  background-color: #FEFEFE;
  margin: 0;
}
strong {
  font-weight: 600;
}
.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;
}
/*
#main:after,
.ce_text:after,
.mod_article:after,
#footer .inside:after {
    content: "";
    display: table;
    clear: both;
}
*/
/* ----------------------- SCHRIFTEN ----------------------- */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Poppins", Helvetica, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  width: 100%;
  clear: both;
  display: block;
}
h1 {
  font-size: 1.8rem;
  margin-top: 50px;
  margin-bottom: 50px;
}
h1:after {
  position: absolute;
  display: block;
  left: 0;
  margin-top: 5px;
  height: 0;
  content: "";
  border-bottom: 2px solid #80b83f;
  width: 110px;
}
h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 30px;
}
h2:after {
  position: absolute;
  display: block;
  left: 0;
  margin-top: 5px;
  height: 0;
  content: "";
  border-bottom: 2px solid #80b83f;
  width: 80px;
}
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: #585858;
  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: #585858;
}
a:hover {
  color: #80b83f;
}
b, strong {
  font-weight: 700;
}
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 #585858;
  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: 600;
  text-transform: uppercase;
  color: #FEFEFE;
  z-index: 100;
  text-align: center;
  /* 	background-image: url('../../files/kaminfeger/layout/allgemein/bg_caption.png'); */
}
.ce_download img {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.ce_download .size {
  display: none;
}
/* Für Textelement mit Bild rechts oder links */
.ce_text {
  position: relative;
  clear: both;
}
.ce_text .image_container.float_left {
  position: relative;
  margin-right: 5%;
  float: left;
  width: 45%;
  padding: 0;
  margin-bottom: 3%;
  line-height: 0;
}
.ce_text .image_container.float_right {
  position: relative;
  margin-left: 5%;
  float: right;
  width: 45%;
  padding: 0;
  margin-bottom: 3%;
  line-height: 0;
}
.back {
  height: 40px;
  padding: 50px 0;
  clear: both;
}
.back a, .back a:link, .back a:active, .back a:focus {
  color: #585858;
}
#backLink {
  position: relative;
  width: 100%;
  clear: both;
  margin: 20px auto 0;
}
#backLink .box {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #585858;
  cursor: pointer;
}
#backLink .box .icon {
  font-size: 26px;
  padding-right: 5px;
}
#backLink .box span {
  display: inline-block;
  font-size: 0.9rem;
}
#backLink .box:hover {
  color: #80b83f;
}
/* Video */
.ce_player {
  width: 100%;
  position: relative;
  margin: 50px auto;
  /*
    figure:after {
	        position: absolute;
	        content: url('../../files/kaminfeger/layout/icons/Play.png');
        }
*/
}
.ce_player figure {
  position: relative;
  max-width: 800px;
  margin: 0 auto 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.ce_player figure video {
  border: none;
  outline: none;
  max-width: 100% !important;
  width: 100%;
  height: auto;
}
.ce_player figure .icon {
  position: absolute;
  top: 50%;
  width: 50px;
}
/* Bild allgemein */
.ce_image {
  position: relative;
  width: 50%;
  margin: 100px auto;
}
/* Link */
.ce_hyperlink {
  position: relative;
  width: 100%;
}
.ce_hyperlink a, .ce_hyperlink a:link, .ce_hyperlink a:active, .ce_hyperlink a:focus {
  color: #585858;
}
/* ----------------------- SLIDER ----------------------- */
.sliderDesktop {
  display: block;
}
.mod_rocksolid_slider {
  position: relative;
}
.mod_rocksolid_slider img {
  margin: 0 !important;
}
.mod_rocksolid_slider.video {
  position: relative;
}
.mod_rocksolid_slider.video .rsts-slide {
  height: calc(100vw / 400 * 120);
}
/* ----------------------- YOUTUBE ----------------------- */
.ce_youtube {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 50px auto 50px 0;
}
.ce_youtube .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.ce_youtube .video_container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/*sorgt dafuer, dass der zweitäußerste Container immer das Seitenverhaeltnis 16:9 behaelt */
.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
/* sorgt dafuer, dass das Vorschaubild und der Play-Button wieder mittig zentriert sind */
.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
/* sorgt dafuer, dass das Video-Element, der übergeordnete DIV-Container vom Flash-Video
und das Flash-Video richtig skaliert werden */
.mejs-mediaelement video, .mejs-mediaelement .me-plugin, .mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ----------------------- HEADER ----------------------- */
#headerTop {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 10;
}
#header .inside ol, #header .inside ul {
  list-style: none;
}
.mod_changelanguage {
  position: relative;
}
.ce_rsce_scrollNavigation {
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 100;
  width: 250px;
  background-color: #FEFEFE;
  font-size: 0.8rem;
}
.ce_rsce_scrollNavigation h1, .ce_rsce_scrollNavigation h2, .ce_rsce_scrollNavigation h3, .ce_rsce_scrollNavigation h4, .ce_rsce_scrollNavigation h5, .ce_rsce_scrollNavigation h6 {
  display: none;
}
.ce_rsce_scrollNavigation .wrapper {
  position: relative;
}
.ce_rsce_scrollNavigation .wrapper .content {
  position: relative;
}
.ce_rsce_scrollNavigation .wrapper .content .navigation {
  position: relative;
  display: block;
}
.ce_rsce_scrollNavigation .wrapper .content .navigation .item {
  position: relative;
  display: block;
  border: 1px solid #80b83f;
  border-left-width: 20px;
  margin: 5px 10px 5px 0;
}
.ce_rsce_scrollNavigation .wrapper .content .navigation .item a {
  padding: 10px 20px;
  background-color: #FEFEFE;
  display: block;
}
.ce_rsce_scrollNavigation .wrapper .content .navigation .item a.active {
  background-color: rgba(128, 184, 63, 0.2);
}
.ce_rsce_scrollNavigation.scrolled {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
}
/* ----------------------- ALLGEMEIN ----------------------- */
.scrolltop_button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.scrolltop_button span {
  display: inline-block;
  font-size: 40px;
  color: #80b83f;
}
.noMarginBottom {
  margin-bottom: 0;
}
#wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  overflow: hidden;
}
#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 {
  position: relative;
  padding: 50px 0 100px;
}
#main .inside {
  position: relative;
}
#main .inside .mod_article {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 100px 50px;
  clear: both;
}
#main .inside .mod_article.noPaddingBottom {
  padding-bottom: 0px;
}
.dienstleistungen #main .mod_article {
  padding-left: 300px;
}
.mod_article.last {
  margin-bottom: 0;
}
#main:after, .mod_article:after {
  content: "";
  display: table;
  clear: both;
}
/* ----------------------- INHALTSELEMENTE ----------------------- */
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    transform-origin: 50% 50%;
    transform: rotate(-2deg) scale(5);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    transform: rotate(-15deg) scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    transform-origin: 50% 50%;
    transform: rotate(2deg) scale(5);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    transform: rotate(12deg) scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@keyframes changeColor {
  0% {
    color: #FEFEFE;
  }
  50% {
    color: #585858;
  }
  100% {
    color: #FEFEFE;
  }
}
@keyframes changeColorHover {
  0% {
    color: #80b83f;
  }
  50% {
    color: #585858;
  }
  100% {
    color: #80b83f;
  }
}
/* BUTTON Liberalisierung */
.ce_rsce_button {
  z-index: 100;
  position: absolute;
  top: -230px;
  right: 100px;
  line-height: 1.3;
  /* CIRCLE */
}
.ce_rsce_button .wrapper {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.ce_rsce_button .button {
  position: relative;
  color: #FEFEFE;
  text-align: center;
}
.ce_rsce_button .button .inner {
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 200px;
  width: 200px;
  display: table;
}
.ce_rsce_button .button .inner .text {
  color: #FEFEFE;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 200px;
  width: 200px;
  background-color: #80b83f;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #FEFEFE;
  line-height: 1.6;
}
.ce_rsce_button .button .inner .text .wort1 {
  position: relative;
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.ce_rsce_button .button .inner .text .wort2, .ce_rsce_button .button .inner .text .wort3 {
  position: relative;
  display: block;
  font-size: 0.7rem;
}
.ce_rsce_button .button .inner .text .wort3 {
  color: #FEFEFE;
  -webkit-animation-name: changeColor;
  animation-name: changeColor;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.ce_rsce_button .button .inner .text:hover {
  background-color: #FEFEFE !important;
  color: #80b83f !important;
  cursor: pointer;
  border-color: #80b83f;
}
.ce_rsce_button .button .inner .text:hover .wort3 {
  color: #80b83f;
  -webkit-animation-name: changeColorHover;
  animation-name: changeColorHover;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.ce_rsce_button a, .ce_rsce_button a:link, .ce_rsce_button a:focus, .ce_rsce_button a:visited {
  color: #FEFEFE !important;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
}
.ce_rsce_button a:hover, .ce_rsce_button a:active {
  color: #80b83f !important;
}
/* BUTTON Job */
.ce_rsce_button-job {
  z-index: 100;
  position: fixed;
  left: 20px;
  bottom: 20px;
}
.ce_rsce_button-job .button {
  position: relative;
  color: #585858;
  text-align: center;
}
.ce_rsce_button-job .button .inner {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  background-color: #80b83f;
  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;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 1px rgba(88, 88, 88, 0.7);
}
.ce_rsce_button-job .button .inner .text {
  position: relative;
  color: #000000;
  width: 100px;
  padding-left: 5px;
}
.ce_rsce_button-job .button .inner .text .buttontext {
  display: block;
  font-size: 12px;
}
.ce_rsce_button-job .button .inner .text .erfahren {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.ce_rsce_button-job .button .inner .bild {
  position: relative;
}
.ce_rsce_button-job .button .inner .bild img {
  width: 25px;
}
.ce_rsce_button-job .button a:hover .inner {
  background-color: #FEFEFE;
}
.ce_rsce_button-job .button a:hover .inner .text {
  color: #585858;
}
.ce_rsce_button-job a, .ce_rsce_button-job a:link, .ce_rsce_button-job a:focus, .ce_rsce_button-job a:visited {
  /*
        color: $weiss !important;
        font-size: 20px;
        font-weight: 600;
        padding: 10px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none !important;
        display: inline-block;
*/
}
/* Bild | 50%, 75% oder 100% */
.ce_rsce_bild-mit-class {
  position: relative;
  width: 100%;
  clear: both;
  margin: 20px 0;
}
.ce_rsce_bild-mit-class .wrapper {
  position: relative;
}
.ce_rsce_bild-mit-class .wrapper .inside {
  position: relative;
}
.ce_rsce_bild-mit-class .wrapper .inside .bild {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.ce_rsce_bild-mit-class .wrapper .inside .bild50 {
  width: 50%;
}
.ce_rsce_bild-mit-class .wrapper .inside .bild75 {
  width: 75%;
}
.ce_rsce_bild-mit-class .wrapper .inside .bild100 {
  width: 100%;
}
.ce_rsce_bild-mit-class .wrapper .inside .text {
  text-align: center;
  margin-top: 20px;
}
/* Icon mit Link */
.ce_rsce_iconTextLink {
  position: relative;
}
.ce_rsce_iconTextLink .wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.ce_rsce_iconTextLink .wrapper .box {
  position: relative;
  margin: 10px 20px;
  font-size: 0.8rem;
}
.ce_rsce_iconTextLink .wrapper .box a {
  display: block;
}
.ce_rsce_iconTextLink .wrapper .box .icon {
  position: relative;
  display: inline-block;
  background-color: #80b83f;
  padding: 10px;
  border-radius: 100%;
  color: #FEFEFE;
}
.ce_rsce_iconTextLink .wrapper .box .telefon, .ce_rsce_iconTextLink .wrapper .box .mail {
  position: relative;
  display: inline-block;
}
/* Logo */
.ce_rsce_logo {
  position: relative;
}
.ce_rsce_logo a {
  display: block;
}
.ce_rsce_logo .logo-gross {
  position: relative;
  display: block;
  padding-right: 10px;
}
.ce_rsce_logo .logo-gross img {
  position: relative;
  width: 743px;
}
.ce_rsce_logo .logo-klein {
  position: relative;
  display: none;
  padding-right: 70px;
}
.ce_rsce_logo .logo-klein img {
  display: block;
  width: 100%;
  max-width: 300px;
}
.ce_rsce_flexbox-start .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* Team */
.ce_rsce_team {
  position: relative;
  width: 33.33%;
  padding: 0 30px 45px 0;
}
.ce_rsce_team .wrapper {
  position: relative;
}
.ce_rsce_team .wrapper .inside {
  position: relative;
}
.ce_rsce_team .wrapper .inside .content {
  position: relative;
}
.ce_rsce_team .wrapper .inside .content .bild {
  position: relative;
  padding-bottom: 0px;
}
.ce_rsce_team .wrapper .inside .content .text {
  position: relative;
}
.ce_rsce_team .wrapper .inside .content .text .name {
  position: relative;
}
.ce_rsce_team .wrapper .inside .content .text .beschreibung {
  position: relative;
}
.ce_rsce_team .wrapper .inside .content .taetigkeiten {
  position: relative;
  width: 100%;
  font-size: 0.9rem;
}
.ce_rsce_team .wrapper .inside .content .taetigkeiten .icon {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  color: #80b83f;
}
.ce_rsce_team .wrapper .inside .content .taetigkeiten .item {
  position: relative;
  width: 100%;
  padding-left: 30px;
}
.ce_rsce_team:nth-of-type(3n+2) {
  padding: 0 15px 45px;
}
.ce_rsce_team:nth-of-type(3n+3) {
  padding: 0 0 45px 30px;
}
.mod_scroll {
  margin-bottom: 80px;
}
/* Text mit Überschrift(optional)  */
.ce_rsce_text {
  position: relative;
}
.ce_rsce_text .wrapper {
  position: relative;
}
.ce_rsce_text .wrapper .inhalt {
  position: relative;
}
.ce_rsce_text .wrapper .inhalt .text {
  position: relative;
}
/* Stellenbeschreibung */
.ce_rsce_stellenbeschreibung {
  position: relative;
  width: 100%;
  margin: 50px 0;
}
.ce_rsce_stellenbeschreibung .wrapper {
  position: relative;
}
.ce_rsce_stellenbeschreibung .wrapper .inside {
  position: relative;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content {
  position: relative;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .text {
  position: relative;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .text .einleitung {
  position: relative;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .text .beginn {
  position: relative;
  margin-bottom: 30px;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .text .stelle {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 30px 0;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .text .stelle span {
  display: inline-block;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .text .stelle span:last-child {
  margin-left: 30px;
  font-size: 1rem;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .text .beschreibung {
  position: relative;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .listen {
  margin-bottom: 20px;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .listen .taetigkeiten {
  position: relative;
  width: 100%;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .listen .taetigkeiten .icon {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  color: #80b83f;
}
.ce_rsce_stellenbeschreibung .wrapper .inside .content .listen .taetigkeiten .item {
  position: relative;
  width: 100%;
  padding-left: 30px;
}
/* Tabelle */
.ce_rsce_tabelle {
  position: relative;
  width: 100%;
  clear: both;
  padding: 0;
  margin-top: 50px;
}
.ce_rsce_tabelle .wrapper {
  position: relative;
  width: 100%;
}
.ce_rsce_tabelle .wrapper .content {
  position: relative;
  width: 100%;
}
.ce_rsce_tabelle .wrapper .content .tabelle {
  position: relative;
  width: 100%;
}
.ce_rsce_tabelle .wrapper .content .tabelle .text {
  position: relative;
  width: 100%;
}
.ce_rsce_tabelle .wrapper .content .tabelle .text .linie {
  position: relative;
  clear: both;
  display: table;
  width: 100%;
  border-bottom: solid 3px #FEFEFE;
}
.ce_rsce_tabelle .wrapper .content .tabelle .text .linie .bezeichnung {
  position: relative;
  width: 25%;
  min-width: 250px;
  display: table-cell;
  vertical-align: top;
  padding: 15px;
  background-color: rgba(128, 184, 63, 0.2);
  border-right: solid 3px #FEFEFE;
}
.ce_rsce_tabelle .wrapper .content .tabelle .text .linie .bezeichnung p {
  margin-bottom: 0;
}
.ce_rsce_tabelle .wrapper .content .tabelle .text .linie .beschreibung {
  position: relative;
  width: 75%;
  padding: 15px;
  display: table-cell;
  vertical-align: top;
  background-color: #f1f1f1;
}
.ce_rsce_tabelle .wrapper .content .tabelle .text .linie .beschreibung p {
  margin-bottom: 0;
}
.ce_rsce_tabelle .wrapper .content .tabelle .text .linie .beschreibung ul {
  padding: 0 0 0 20px !important;
}
.ce_rsce_tabelle .wrapper .content .tabelle .text .linie .beschreibung ul li {
  margin-bottom: 0px !important;
}
.ce_rsce_tabelle .wrapper .content .tabelle .text .linie .beschreibung ul + p {
  margin: 10px 0 0;
}
.ce_rsce_tabelle .wrapper .content .tabelle .text .linie:last-child {
  border-bottom: 0;
}
/* Tabelle Arbeitsgebiet */
.ce_rsce_tabelleArbeitsgebiet {
  position: relative;
  width: 100%;
  clear: both;
  padding: 0;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper {
  position: relative;
  width: 100%;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content {
  position: relative;
  width: 100%;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle {
  position: relative;
  width: 100%;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .kopfzeile {
  position: relative;
  background-color: rgba(128, 184, 63, 0.2);
  text-align: left;
  display: table;
  width: 100%;
  border-bottom: solid 3px #FEFEFE;
  font-weight: 600;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .kopfzeile .titelOrtswappen {
  position: relative;
  width: 20%;
  display: table-cell;
  padding: 15px;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .kopfzeile .titelGemeinde {
  position: relative;
  width: 20%;
  display: table-cell;
  padding: 15px;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .kopfzeile .titelKaminfegerarbeiten {
  position: relative;
  width: 10%;
  display: table-cell;
  padding: 15px;
  min-width: 140px;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .kopfzeile .titelFeuerungskontrolle {
  position: relative;
  width: 30%;
  display: table-cell;
  padding: 15px;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .kopfzeile .titelBrandschutz {
  position: relative;
  width: 20%;
  display: table-cell;
  padding: 15px;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text {
  position: relative;
  width: 100%;
  background-color: #f1f1f1;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie {
  position: relative;
  clear: both;
  display: table;
  width: 100%;
  border-bottom: solid 3px #FEFEFE;
  font-size: 0.9rem;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie p {
  margin-bottom: 0;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie ul {
  padding: 0 0 0 20px !important;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie ul li {
  margin-bottom: 0px !important;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie ul + p {
  margin: 10px 0 0;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .titelOrtswappenMobile {
  display: none;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .logo {
  position: relative;
  width: 20%;
  display: table-cell;
  vertical-align: top;
  padding: 15px;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .logo img {
  width: 50px;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .titelGemeindeMobile {
  display: none;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .gemeinde {
  position: relative;
  width: 20%;
  display: table-cell;
  vertical-align: top;
  padding: 15px;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .titelKaminfegerarbeitenMobile {
  display: none;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconKaminfegerarbeiten {
  position: relative;
  width: 10%;
  display: table-cell;
  vertical-align: top;
  padding: 15px;
  min-width: 140px;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconKaminfegerarbeiten .icon {
  position: relative;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconKaminfegerarbeiten .check {
  color: #80b83f;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconKaminfegerarbeiten .noCheck {
  color: #ed1844;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconKaminfegerarbeiten .zusatzKaminfegerarbeiten {
  position: relative;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .titelFeuerungskontrolleMobile {
  display: none;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .feuerungskontrolle {
  position: relative;
  width: 30%;
  display: table-cell;
  vertical-align: top;
  padding: 15px;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .titelBrandschutzMobile {
  display: none;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconBrandschutz {
  position: relative;
  width: 20%;
  display: table-cell;
  vertical-align: top;
  padding: 15px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconBrandschutz .icon {
  position: relative;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconBrandschutz .check {
  color: #80b83f;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconBrandschutz .noCheck {
  color: #ed1844;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconBrandschutz .zusatzBrandschutz {
  position: relative;
}
.ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 850px) {
  /* Tabelle Arbeitsgebiet */
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .kopfzeile {
    display: none;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-color: transparent;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie {
    display: block;
    width: 50%;
    padding: 20px;
    border-bottom: none;
    margin-bottom: 20px;
    font-size: 0.9rem;
    background-color: #f1f1f1;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie p {
    margin-bottom: 0;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie ul {
    padding: 0 0 0 20px !important;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie ul li {
    margin-bottom: 0px !important;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie ul + p {
    margin: 10px 0 0;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .titelOrtswappenMobile {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .logo {
    width: 100%;
    display: block;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .logo img {
    width: 50px;
    margin: 0 auto;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .titelGemeindeMobile {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .gemeinde {
    width: 100%;
    display: block;
    padding: 0;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .titelKaminfegerarbeitenMobile {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconKaminfegerarbeiten {
    width: 100%;
    display: block;
    min-width: 1px;
    padding: 0;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .titelFeuerungskontrolleMobile {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .feuerungskontrolle {
    width: 100%;
    display: block;
    padding: 0;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .titelBrandschutzMobile {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie .iconBrandschutz {
    width: 100%;
    display: block;
    padding: 0;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie:nth-child(even) {
    border-left: 10px solid #FEFEFE;
  }
  .ce_rsce_tabelleArbeitsgebiet .wrapper .content .tabelle .text .linie:nth-child(odd) {
    border-right: 10px solid #FEFEFE;
  }
}
/* Link */
.ce_rsce_hyperlink {
  position: relative;
}
.ce_rsce_hyperlink .button {
  position: relative;
}
.ce_rsce_hyperlink .button .icon {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  color: #80b83f;
}
.ce_rsce_hyperlink .button .text {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  width: 100%;
}
/* Bildlinks */
.ce_rsce_bildlinks {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.ce_rsce_bildlinks .wrapper {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ce_rsce_bildlinks .wrapper .content {
  position: relative;
  width: 20%;
  max-width: 120px;
}
.ce_rsce_bildlinks .wrapper .content .bild {
  position: relative;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ce_rsce_bildlinks .wrapper .content .bild a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ce_rsce_bildlinks .wrapper .content .bild img {
  height: 100px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ce_rsce_bildlinks .wrapper .content .bild a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* Galerie mit Bildunterschrift */
.ce_rsce_galerie-mit-caption {
  position: relative;
  width: 100%;
}
.ce_rsce_galerie-mit-caption .wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ce_rsce_galerie-mit-caption .wrapper .inhalt {
  position: relative;
  width: 33%;
  padding: 0 30px 45px 0;
}
.ce_rsce_galerie-mit-caption .wrapper .inhalt .box {
  position: relative;
}
.ce_rsce_galerie-mit-caption .wrapper .inhalt .box a {
  display: block;
}
.ce_rsce_galerie-mit-caption .wrapper .inhalt .box .bild {
  position: relative;
}
.ce_rsce_galerie-mit-caption .wrapper .inhalt .bildbeschreibung {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 0.8rem;
  background-color: rgba(88, 88, 88, 0.7);
  color: #FEFEFE;
  text-align: center;
}
.ce_rsce_galerie-mit-caption .wrapper .inhalt:nth-of-type(3n+2) {
  padding: 0 15px 45px;
}
.ce_rsce_galerie-mit-caption .wrapper .inhalt:nth-of-type(3n+3) {
  padding: 0 0 45px 30px;
}
/* Galerie Bild/Video mit Bildunterschrift */
.ce_rsce_galerie-bild-video-caption {
  position: relative;
  width: 100%;
}
.ce_rsce_galerie-bild-video-caption .wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ce_rsce_galerie-bild-video-caption .wrapper .inhalt {
  position: relative;
  width: 33%;
  padding: 0 30px 45px 0;
}
.ce_rsce_galerie-bild-video-caption .wrapper .inhalt .box {
  position: relative;
}
.ce_rsce_galerie-bild-video-caption .wrapper .inhalt .box a {
  display: block;
}
.ce_rsce_galerie-bild-video-caption .wrapper .inhalt .box .bild {
  position: relative;
}
.ce_rsce_galerie-bild-video-caption .wrapper .inhalt .box .video {
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}
.ce_rsce_galerie-bild-video-caption .wrapper .inhalt .box .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ce_rsce_galerie-bild-video-caption .wrapper .inhalt .bildbeschreibung {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 0.8rem;
  background-color: rgba(88, 88, 88, 0.7);
  color: #FEFEFE;
  text-align: center;
}
.ce_rsce_galerie-bild-video-caption .wrapper .inhalt:nth-of-type(3n+2) {
  padding: 0 15px 45px;
}
.ce_rsce_galerie-bild-video-caption .wrapper .inhalt:nth-of-type(3n+3) {
  padding: 0 0 45px 30px;
}
/* Galerievorschau */
.galerieUebersicht {
  width: 33.33%;
  padding: 0 30px 45px 0;
}
.galerieUebersicht:nth-of-type(3n+2) {
  padding: 0 15px 45px;
}
.galerieUebersicht:nth-of-type(3n+3) {
  padding: 0 0 45px 30px;
}
/* Galerievorschau 2 Bilder */
.ce_rsce_galerievorschau-2-bilder {
  position: relative;
}
.ce_rsce_galerievorschau-2-bilder .wrapper {
  position: relative;
}
.ce_rsce_galerievorschau-2-bilder .wrapper a {
  display: block;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-1.bildBreitLinks {
  width: 60%;
  border-right: 2px solid #FEFEFE;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-1.bildBreitLinks .bild {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-1.bildBreitLinks .bild img {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-2.bildBreitLinks {
  width: 40%;
  border-left: 2px solid #FEFEFE;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-2.bildBreitLinks .bild {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-2.bildBreitLinks .bild img {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-1.bildBreitRechts {
  width: 40%;
  border-right: 2px solid #FEFEFE;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-1.bildBreitRechts .bild {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-1.bildBreitRechts .bild img {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-2.bildBreitRechts {
  width: 60%;
  border-left: 2px solid #FEFEFE;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-2.bildBreitRechts .bild {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .content .bild-2.bildBreitRechts .bild img {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-2-bilder .wrapper .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FEFEFE;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ce_rsce_galerievorschau-2-bilder .wrapper h2 {
  margin: 0 auto;
  text-align: center;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
}
.ce_rsce_galerievorschau-2-bilder .wrapper h2:after {
  display: none;
}
.ce_rsce_galerievorschau-2-bilder .wrapper:hover .text {
  min-height: 100%;
}
/* Galerievorschau 3 Bilder */
.ce_rsce_galerievorschau-3-bilder {
  position: relative;
}
.ce_rsce_galerievorschau-3-bilder .wrapper {
  position: relative;
}
.ce_rsce_galerievorschau-3-bilder .wrapper a {
  display: block;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content .bildHoch {
  width: 50%;
  border-right: 2px solid #FEFEFE;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content .bildHoch .bild-1 {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content .bildHoch .bild-1 img {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content .bildQuadratisch {
  width: 50%;
  border-left: 2px solid #FEFEFE;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content .bildQuadratisch .bild-2 {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content .bildQuadratisch .bild-2 img {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content .bildQuadratisch .bild-2:after {
  content: "";
  background-color: #FEFEFE;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content .bildQuadratisch .bild-3 {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content .bildQuadratisch .bild-3 img {
  position: relative;
  width: 100%;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content.bildHochRechts {
  flex-direction: row-reverse;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content.bildHochRechts .bildHoch {
  border-right: 0;
  border-left: 2px solid #FEFEFE;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .content.bildHochRechts .bildQuadratisch {
  border-left: 0;
  border-right: 2px solid #FEFEFE;
}
.ce_rsce_galerievorschau-3-bilder .wrapper .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FEFEFE;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ce_rsce_galerievorschau-3-bilder .wrapper h2 {
  margin: 0 auto;
  text-align: center;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
}
.ce_rsce_galerievorschau-3-bilder .wrapper h2:after {
  display: none;
}
.ce_rsce_galerievorschau-3-bilder .wrapper:hover .text {
  min-height: 100%;
}
/* Gesetzliche Grundlagen */
.ce_rsce_linksMitLogo {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.ce_rsce_linksMitLogo .wrapper {
  position: relative;
  width: calc(33.33% - 35px);
  margin-right: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 15px 1px #888;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ce_rsce_linksMitLogo .wrapper a.button {
  position: relative;
  display: block;
}
.ce_rsce_linksMitLogo .wrapper .content {
  position: relative;
  width: 100%;
  padding: 20px;
}
.ce_rsce_linksMitLogo .wrapper .content .logo {
  position: relative;
  width: 100%;
  text-align: center;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ce_rsce_linksMitLogo .wrapper .content .logo img {
  display: block;
  max-height: 70px;
  width: auto !important;
  max-width: 100%;
}
.ce_rsce_linksMitLogo .wrapper .content .beschreibung {
  position: relative;
}
.ce_rsce_linksMitLogo .wrapper .content .linktext {
  position: relative;
}
.ce_rsce_linksMitLogo .wrapper:nth-of-type(3n+3) {
  margin-right: 0;
}
.ce_rsce_linksMitLogo .wrapper:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  /* Gesetzliche Grundlagen */
  .ce_rsce_linksMitLogo .wrapper {
    width: calc(50% - 30px);
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .ce_rsce_linksMitLogo .wrapper .content .logo {
    height: 120px;
    width: auto;
  }
  .ce_rsce_linksMitLogo .wrapper .content .logo img {
    max-height: 70px;
  }
  .ce_rsce_linksMitLogo .wrapper:nth-of-type(3n+3) {
    margin-right: 50px;
  }
  .ce_rsce_linksMitLogo .wrapper:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
/* Link Kontakte */
.ce_rsce_linkKontakte {
  position: relative;
  margin: 20px 0;
}
.ce_rsce_linkKontakte .wrapper {
  position: relative;
}
.ce_rsce_linkKontakte .wrapper a {
  display: block;
}
.ce_rsce_linkKontakte .wrapper .icon {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
}
.ce_rsce_linkKontakte .wrapper .text {
  position: relative;
  padding-left: 25px;
}
/* Link Routenplaner */
.ce_rsce_linkRoutenplaner {
  position: relative;
  margin: 20px 0;
}
.ce_rsce_linkRoutenplaner .wrapper {
  position: relative;
}
.ce_rsce_linkRoutenplaner .wrapper a {
  display: block;
}
.ce_rsce_linkRoutenplaner .wrapper .icon {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
}
.ce_rsce_linkRoutenplaner .wrapper .text {
  position: relative;
  padding-left: 25px;
}
/* Slider Video */
.ce_rsce_slidervideo {
  position: relative;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.ce_rsce_slidervideo .wrapper {
  position: relative;
  width: 100%;
}
.ce_rsce_slidervideo .wrapper .content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ce_rsce_slidervideo .wrapper .content .video {
  position: relative;
  width: 100%;
  height: calc(100vw / 40 * 12);
}
.ce_rsce_slidervideo .wrapper .content .video video {
  position: relative;
  width: 100%;
  margin-top: -5%;
}
/* ----------------------- IMPRESSUM / DATENSCHUTZ ----------------------- */
/* ----------------------- FOOTER ----------------------- */
/* Footer */
.ce_rsce_footer {
  position: relative;
  width: 100%;
  background-color: #585858;
  color: #FEFEFE;
  padding: 70px 50px;
}
.ce_rsce_footer .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ce_rsce_footer .wrapper .content {
  position: relative;
  display: flex;
}
.ce_rsce_footer .wrapper .content .kaminfeger {
  position: relative;
  padding-right: 20px;
}
.ce_rsce_footer .wrapper .content .kaminfeger img {
  width: 92px;
}
.ce_rsce_footer .wrapper .content .kontakt {
  position: relative;
}
.ce_rsce_footer .wrapper .content .kontakt .name {
  position: relative;
  margin-bottom: 20px;
}
.ce_rsce_footer .wrapper .content .kontakt .name:after {
  position: absolute;
  display: block;
  left: 0;
  margin-top: 5px;
  height: 0;
  content: "";
  border-bottom: 2px solid #FEFEFE;
  width: 80px;
}
.ce_rsce_footer .wrapper .content .kontakt .adresse {
  position: relative;
  margin-bottom: 20px;
}
.ce_rsce_footer .wrapper .content .kontakt .adresse .strasse {
  position: relative;
}
.ce_rsce_footer .wrapper .content .kontakt .adresse .ort {
  position: relative;
}
.ce_rsce_footer .wrapper .content .kontakt .telefonFax {
  position: relative;
}
.ce_rsce_footer .wrapper .content .kontakt .telefonFax .telefon {
  position: relative;
}
.ce_rsce_footer .wrapper .content .kontakt .telefonFax .fax {
  position: relative;
}
.ce_rsce_footer .wrapper .content .kontakt .email {
  position: relative;
  margin-bottom: 20px;
}
.ce_rsce_footer .wrapper .content .kontakt .icon {
  position: relative;
  display: inline-block;
}
.ce_rsce_footer .wrapper .content .kontakt .datenschutz {
  position: relative;
  font-size: 0.7rem;
}
.ce_rsce_footer .wrapper .content a, .ce_rsce_footer .wrapper .content a:link, .ce_rsce_footer .wrapper .content a:visited, .ce_rsce_footer .wrapper .content a:active {
  color: #FEFEFE;
}
.ce_rsce_footer .wrapper .content a:hover {
  color: #80b83f;
}
.ce_rsce_footer .wrapper .content.right {
  text-align: right;
  display: block;
}
/* ----------------------- FEHLERSEITEN ----------------------- */
/* ----------------------- LIGHTBOX ----------------------- */
#cboxTitle {
  color: #FEFEFE;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(88, 88, 88, 0.7);
}
#cboxCurrent {
  display: none !important;
}
#cboxContent {
  margin-top: 30px;
}
button {
  outline: none;
}
button#cboxNext, button#cboxNext:hover {
  background: url("../../files/kaminfeger/layout/icons/Pfeil-rechts.svg") no-repeat scroll right top rgba(255, 255, 255, 0) !important;
  background-size: 25px 50px !important;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 50%;
  width: 25px;
}
button#cboxPrevious, button#cboxPrevious:hover {
  background: url("../../files/kaminfeger/layout/icons/Pfeil-links.svg") no-repeat scroll left top rgba(255, 255, 255, 0) !important;
  background-size: 25px 50px !important;
  height: 50px;
  left: 20px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 25px;
}
#cboxClose {
  display: block !important;
  background: url("../../files/kaminfeger/layout/icons/Close.svg") no-repeat scroll right top rgba(255, 255, 255, 0) !important;
  background-size: 25px 25px !important;
  width: 25px !important;
  height: 25px !important;
  top: -25px !important;
  right: 0 !important;
}
#cboxLoadedContent {
  border: 1px solid #585858 !important;
}
#cboxOverlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important;
  opacity: 0.8 !important;
  background-color: #585858 !important;
  color: #585858 !important;
}
#cboxContent {
  background-color: #585858 !important;
  background: #585858 !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fhttpd%2Fvhosts%2Fschnyder-kaminfeger.ch%2Fhttpdocs_schnyderkaminfegerV5%2Ffiles%2Fkaminfeger%2Fscss%2Fbase.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAA8BC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAA%2FEF%3BAAqFA%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%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsJA%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%3BAA1MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%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%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%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA7WD%3BAAkXA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAjbD%3BAAsbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvcR%3BAAqdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArdA%3BAA2dA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAA9dD%3BAAseA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAvfD%3BAA4fA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtgBD%3BAA%2BgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FgBA%3BAAshBA%3BAAAA%3BAAAA%3BAAAA%3BAAthBA%3BAAAA%3BAA6hBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7hBA%3BAAyiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhmBA%3BAAwmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1qBA%3BAAirBA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAruBF%3BAA0uBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAz0BJ%3BAA80BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAx4BJ%3BAA05BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAp7BT%3BAA47BA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAj9BH%3BAA09BA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIO%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAp%2FBD%3BAA8%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaL%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAzjCA%3BAA6jCA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAnkCH%3BAA0kCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1nCN%3BAAsoCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAhsCpB%3BAAysCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAQpB%3BAAAA%3BAAQgB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGZ%3BAAAA%3BAAAA%3BAAAA%3BAAp9CR%3BAA%2B9CA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1%2BCF%3BAAm%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtiDL%3BAAijDA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAA9lDF%3BAAomDA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAA5pDF%3BAAkqDA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAzqDA%3BAA6qDA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAzwDF%3BAA%2BwDA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAA92DF%3BAAs3DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAp8DF%3BAA08DA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAx9DF%3BAAg%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAA9%2BDF%3BAAq%2FDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArgEP%3BAAAA%3BAAAA%3BAAuhEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAApmEF%3BAAAA%3BAAinEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%22%7D */