@charset "UTF-8";
/* If this function is imported, you can import scss files using:

   @if not-imported("your-file") { @import "your-file"; }
*/
/* If this function is imported, you can import scss files using:

   @if not-imported("your-file") { @import "your-file"; }
*/
/**
 * Fonts
 */
/**
 * Colors
 */
/**
 * Breakpoints
 */
/**
 * Font sizes and defaults
 */
/**
 * Shadow
 */
/**
 * Gutters
 */
/**
 * Layout
 */
/**
 * Responsive
 */
/**
 * Shorthand
 */
/**
 * Object Fit
 */
/**
 * Fonts
 */
/**
 * Clearfix
 */
/**
 * Text-Styling
 */
/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */
img {
  max-width: 100%;
  height: auto;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie8 img {
  width: auto;
  /* see #5789 */
}
/**
 * Hide invisible elements
 */
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/**
 * Margins, Paddings, Alignment, Text transforms and decorations
 */
.tt_u {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.td_u {
  border-bottom: 1px #707070 solid;
}
.ta_left {
  text-align: left;
}
.ta_right {
  text-align: right;
}
.ta_center {
  text-align: center;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.fw_light {
  font-weight: 300;
}
.fw_normal {
  font-weight: 400;
}
.fw_semi-bold, .fw_medium {
  font-weight: 600;
}
.fw_bold {
  font-weight: 700;
}
/* --- CE SPACING --- */
.spc_default {
  margin-bottom: 4.998%;
}
.spc_paragraph {
  margin-bottom: 1.5rem;
}
.pad_default {
  padding: 2.499% 0;
}
/* ------ COMMON CLASSES ------ */
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1230px) {
  .content-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.video_container video {
  vertical-align: middle;
}
.video_container .responsive {
  overflow: hidden;
  position: relative;
}
.video_container .responsive video {
  max-width: 100%;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
}
.video_container .responsive iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video_container .responsive.ratio-169 {
  padding-top: 56.25%;
}
.video_container .responsive.ratio-1610 {
  padding-top: 62.5%;
}
.video_container .responsive.ratio-219 {
  padding-top: 42.85%;
}
.video_container .responsive.ratio-43 {
  padding-top: 75%;
}
.video_container .responsive.ratio-32 {
  padding-top: 66.66%;
}
.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
  width: 100%;
  height: 100%;
}
.image_container, .image_container picture {
  overflow: hidden;
}
.image_container img {
  vertical-align: middle;
}
.image_container a {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  position: relative;
}
.image_container a:before {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.image_container a:before {
  background: rgba(255, 255, 255, 0.25) url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23323535" width="1.5em" height="1.5em" viewBox="0 0 32 32"%3E%3Cpath d="M30.821 26.973l-9.492-9.249c1.182-1.802 1.874-3.953 1.874-6.268 0-6.327-5.128-11.455-11.455-11.455s-11.454 5.128-11.454 11.455c0 6.326 5.128 11.454 11.454 11.454 1.88 0 3.649-0.462 5.213-1.263l9.771 9.521c0.569 0.555 1.307 0.832 2.044 0.832 0.763 0 1.524-0.296 2.098-0.886 1.129-1.158 1.106-3.013-0.053-4.142zM19.256 11.455c0 1.783-0.625 3.418-1.662 4.705-0.528 0.655-1.164 1.215-1.88 1.661-1.152 0.718-2.507 1.14-3.966 1.14-4.146 0-7.507-3.361-7.507-7.507s3.361-7.508 7.507-7.508c4.147 0 7.508 3.361 7.508 7.508z"/%3E%3C/svg%3E') 50% 50% no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  content: '';
}
.image_container a:hover:before {
  opacity: 1;
  visibility: visible;
}
.image_container figcaption {
  padding: 5px 0 0;
  font-size: 0.7222222222rem;
  color: #666666;
  line-height: 1.3;
}
.image_container.float_right {
  float: right;
  margin: 0 0 2.499% 2.499%;
}
.image_container.float_left {
  float: left;
  margin: 0 2.499% 2.499% 0;
}
@media screen and (max-width: 599px) {
  .image_container.float_right {
    float: none;
    margin: 0 0 2.499%;
  }
  .image_container.float_left {
    float: none;
    margin: 0 0 2.499%;
  }
}
/**
 * Icon handling
 */
*[data-icon]:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.1em;
  font-size: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  content: attr(data-icon);
  margin-right: 0.5ex;
}
*[data-icon].-after:before {
  content: none;
}
*[data-icon].-after:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.1em;
  font-size: 100%;
  line-height: 1;
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 0.5ex;
}
.show-mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .show-mobile {
    display: block;
  }
}
.show-tablet {
  display: none;
}
@media screen and (max-width: 900px) {
  .show-tablet {
    display: block;
  }
}
.show-tablet-up {
  display: none;
}
@media screen and (min-width: 600px) {
  .show-tablet-up {
    display: block;
  }
}
.show-desktop-up {
  display: none;
}
@media screen and (min-width: 901px) {
  .show-desktop-up {
    display: block;
  }
}
/**
 * Separator
 */
hr {
  border: none;
  border-bottom: 1px #999999 solid;
  margin: 1.5em 0;
}
/**
 * Lists
 */
ul.list, .ce_text ul, ol.list, .ce_text ol {
  padding-top: 0.25em;
  margin-bottom: 0.75em;
}
ul.list li, .ce_text ul li, ol.list li, .ce_text ol li {
  position: relative;
  line-height: 1.3;
  padding: 0 0 0.25em 15px;
}
ul.list li:last-child, .ce_text ul li:last-child, ol.list li:last-child, .ce_text ol li:last-child {
  padding-bottom: 0;
}
ul.list li:before, .ce_text ul li:before, ol.list li:before, .ce_text ol li:before {
  line-height: 1;
  font-size: 100%;
  content: '•';
  color: #999999;
  position: absolute;
  left: 0;
  top: 0.1em;
}
ul.list li[data-icon]:before, .ce_text ul li[data-icon]:before, ol.list li[data-icon]:before, .ce_text ol li[data-icon]:before {
  content: attr(data-icon);
}
ol {
  padding-left: 1.1em;
}
ol.list li, .ce_text ol li {
  padding-left: 5px;
}
ol.list li:before, .ce_text ol li:before {
  content: none;
}
/**
 * Multi column text
 */
.ce_text.layout_2col .text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.499%;
  -moz-column-gap: 2.499%;
  column-gap: 2.499%;
}
.ce_text.layout_2col .text p, .ce_text.layout_2col .text div, .ce_text.layout_2col .text ul, .ce_text.layout_2col .text ol, .ce_text.layout_2col .text dl {
  break-inside: avoid-column;
  break-before: auto;
}
.ce_text.layout_2col .text h1, .ce_text.layout_2col .text h2, .ce_text.layout_2col .text h3, .ce_text.layout_2col .text h4, .ce_text.layout_2col .text h5, .ce_text.layout_2col .text h6 {
  break-inside: avoid-column;
  break-after: avoid-column;
}
.ce_text.layout_2col .text h3 {
  font-family: "omnes-pro", sans-serif;
  font-size: 1.2rem;
}
.ce_text.layout_2col .text h3 {
  color: #83BC0E;
}
@media screen and (max-width: 599px) {
  .ce_text.layout_2col .text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/**
 * Gallery
 */
.ce_gallery ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -0.4165%;
}
.ce_gallery ul > li {
  flex: 0;
  max-width: 100%;
  min-width: 0;
  margin-top: 0.4165%;
  margin-left: 0.4165%;
}
.ce_gallery ul > li.row_first {
  margin-top: 0;
}
.ce_gallery ul.cols_1 > li {
  flex-basis: 99.5835%;
}
.ce_gallery ul.cols_2 > li {
  flex-basis: 49.5835%;
}
.ce_gallery ul.cols_3 > li {
  flex-basis: 32.9168333333%;
}
.ce_gallery ul.cols_4 > li {
  flex-basis: 24.5835%;
}
.ce_gallery ul.cols_5 > li {
  flex-basis: 19.5835%;
}
.ce_gallery ul.cols_6 > li {
  flex-basis: 16.2501666667%;
}
.ce_gallery ul.cols_7 > li {
  flex-basis: 13.8692142857%;
}
.ce_gallery ul.cols_8 > li {
  flex-basis: 12.0835%;
}
.ce_gallery ul.cols_9 > li {
  flex-basis: 10.6946111111%;
}
.ce_gallery ul.cols_10 > li {
  flex-basis: 9.5835%;
}
.ce_gallery ul.cols_11 > li {
  flex-basis: 8.6744090909%;
}
.ce_gallery ul.cols_12 > li {
  flex-basis: 7.9168333333%;
}
@media screen and (max-width: 900px) {
  .ce_gallery ul {
    margin-left: -3.333%;
  }
  .ce_gallery ul > li {
    margin-top: 3.333%;
    margin-left: 3.333%;
  }
  .ce_gallery ul > li.row_first {
    margin-top: 0;
  }
  .ce_gallery ul.cols_1 > li {
    flex-basis: 96.667%;
  }
  .ce_gallery ul.cols_2 > li {
    flex-basis: 46.667%;
  }
  .ce_gallery ul.cols_3 > li {
    flex-basis: 30.0003333333%;
  }
  .ce_gallery ul.cols_4 > li {
    flex-basis: 21.667%;
  }
  .ce_gallery ul.cols_5 > li {
    flex-basis: 16.667%;
  }
  .ce_gallery ul.cols_6 > li {
    flex-basis: 13.3336666667%;
  }
  .ce_gallery ul.cols_7 > li {
    flex-basis: 10.9527142857%;
  }
  .ce_gallery ul.cols_8 > li {
    flex-basis: 9.167%;
  }
  .ce_gallery ul.cols_9 > li {
    flex-basis: 7.7781111111%;
  }
  .ce_gallery ul.cols_10 > li {
    flex-basis: 6.667%;
  }
  .ce_gallery ul.cols_11 > li {
    flex-basis: 5.7579090909%;
  }
  .ce_gallery ul.cols_12 > li {
    flex-basis: 5.0003333333%;
  }
}
@media screen and (max-width: 599px) {
  .ce_gallery ul {
    margin-left: -5.007%;
  }
  .ce_gallery ul > li {
    margin-top: 5.007%;
    margin-left: 5.007%;
  }
  .ce_gallery ul > li.row_first {
    margin-top: 5.007%;
  }
  .ce_gallery ul > li:first-child {
    margin-top: 0;
  }
  .ce_gallery ul.cols_1 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_2 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_3 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_4 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_5 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_6 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_7 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_8 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_9 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_10 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_11 > li {
    flex-basis: 94.993%;
  }
  .ce_gallery ul.cols_12 > li {
    flex-basis: 94.993%;
  }
}
/**
 * Breadcrumb
 */
.mod_breadcrumb {
  padding: 20px 0;
}
.mod_breadcrumb ul li {
  float: left;
}
.mod_breadcrumb ul li::after {
  content: ">";
  padding: 0 10px;
}
.mod_breadcrumb ul li:last-of-type::after {
  content: "";
}
.mod_breadcrumb ul li a {
  color: #83BC0E;
}
/**
 * Abstände
 */
.-mt-1 {
  margin-top: 15px;
}
.-mt-3 {
  margin-top: 30px;
}
.-mt-5 {
  margin-top: 45px;
}
.-mb-1 {
  margin-bottom: 15px;
}
.-mb-3 {
  margin-bottom: 30px;
}
.-mb-5 {
  margin-bottom: 45px;
}
.w-100 {
  width: 100%;
  padding-bottom: 0 !important;
}
/**
 * Form
 */
form input, form textarea {
  background: #E8EEDB;
  border: 1px solid #83BC0E;
  padding: 15px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
form input:focus, form textarea:focus {
  outline: none;
}
form .widget-submit {
  display: flex;
  justify-content: flex-end;
}
form .widget-submit.-btn > button {
  font-size: 1.11rem;
  font-weight: 600;
  border: 0;
  border-radius: 5px;
  padding: 5px 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  form .widget-submit.-btn > button {
    font-size: 0.8rem;
  }
}
form .widget-submit.-btn-white > button {
  background: #fff;
  color: #83BC0E;
}
form .widget-submit.-btn-white > button:hover {
  background: rgba(232, 238, 219, 0.95);
}
form .widget-submit.-btn-green > button {
  background: #83BC0E;
  color: #fff;
}
form .w50 {
  clear: none;
  float: left;
  width: 50%;
}
@media screen and (max-width: 599px) {
  form .w50 {
    clear: left;
    width: 100%;
  }
}
/* ------ BASE FONT STYLING ------ */
html, body {
  font: 18px/1.5 "omnes-pro", sans-serif;
}
@media screen and (max-width: 599px) {
  html, body {
    font-size: 18px;
  }
}
.font-relation-one p {
  font-family: "relation-one", sans-serif;
  font-size: 2.7rem;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
  margin-bottom: 2.499%;
}
body {
  font-weight: 400;
  color: #707070;
}
strong, b {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #1ea22e;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #12611c;
}
p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "relation-one", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 100%;
  margin: 0 0 0.5em;
  line-height: 1.15;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1, h2 {
  font-size: 3.6111111111rem;
}
h2 {
  color: #83BC0E;
}
h3 {
  font-size: 2.1111111111rem;
}
h4, h5 {
  color: #707070;
  font-weight: 600;
  font-size: 1.1111111111rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  h1, h2 {
    font-size: 3.0555555556rem;
  }
  h3 {
    font-size: 2.1111111111rem;
  }
  h4, h5 {
    font-size: 1.1111111111rem;
  }
}
@media screen and (max-width: 599px) {
  h1, h2 {
    font-size: 2.0555555556rem;
  }
  h3 {
    font-size: 1.7777777778rem;
  }
  h4, h5 {
    font-size: 1rem;
  }
}
/* ------ BASE FORM STYLING ------ */
/* ------ HEADER ------ */
#header {
  height: 100vh;
  transition: height 1s;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #header {
    height: 50vh;
  }
}
#header .first {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}
#header .first > * {
  flex: 1 0 0;
  max-height: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .logo {
  background: rgba(255, 255, 255, 0.8);
  float: left;
  padding: 100px 0 30px;
  position: relative;
  text-align: center;
  width: 250px;
  z-index: 100;
  transition: width 1s, padding-left 1s, padding-right 1s;
}
@media screen and (max-width: 599px) {
  #header .logo {
    width: 125px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body:not(.start) .hero-content {
  align-items: flex-end;
  justify-content: center;
}
body:not(.start) .hero-content .hero-text {
  background: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin: 0;
  max-width: inherit;
  text-align: center;
}
body:not(.start) .hero-content .hero-text h1 {
  color: #83BC0E;
  font-family: "relation-one", sans-serif;
  font-size: 5.4rem;
  text-transform: none;
  transition: font-size 1s;
}
@media screen and (max-width: 599px) {
  body:not(.start) .hero-content .hero-text h1 {
    font-size: 3.4rem;
  }
}
body.start .hero-content {
  align-items: flex-end;
  justify-content: center;
}
body.start .hero-content .hero-text {
  background: transparent;
  max-width: inherit;
  text-align: center;
}
body.start .hero-content .hero-text h1 {
  color: #fff;
  font-family: "relation-one", sans-serif;
  font-size: 5.4rem;
  text-transform: none;
  transition: font-size 1s;
}
@media screen and (max-width: 599px) {
  body.start .hero-content .hero-text h1 {
    font-size: 3.4rem;
  }
}
/* ------ NAVIGATION ------ */
.icon.burger-icon {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 3rem;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}
.nav-wrapper {
  background: rgba(131, 188, 14, 0.8);
  opacity: 0;
  height: 100vh;
  position: absolute;
  right: 150px;
  text-align: center;
  width: 425px;
  z-index: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 900px) {
  .nav-wrapper {
    position: fixed;
    background: rgba(131, 188, 14, 0.95);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
  }
}
.nav-wrapper.active {
  opacity: 1;
  z-index: 100;
}
.nav-wrapper .nav-logo {
  padding: 30px 0;
}
.nav-wrapper .nav-gras {
  position: absolute;
  bottom: -7px;
}
.header-slider .nav-wrapper {
  height: calc(100vh - 100px);
}
@media screen and (max-width: 900px) {
  .header-slider .nav-wrapper {
    height: 100vh;
  }
}
.icon.main-nav-close {
  cursor: pointer;
  font-size: 1.5rem;
  position: absolute;
  right: 15px;
  top: 13px;
  transition: transform 0.5s;
}
.icon.main-nav-close:hover {
  transform: rotate(90deg);
}
nav#main .main.level_1 {
  position: absolute;
  top: 165px;
  bottom: 15px;
  overflow-y: auto;
  text-transform: uppercase;
  width: 425px;
}
nav#main .main.level_1.active {
  display: block;
}
@media screen and (max-width: 900px) {
  nav#main .main.level_1 {
    width: 100%;
    margin: 0;
  }
}
nav#main .main.level_1 .nav-item {
  font-size: 1.6rem;
  /*.submenu-active {
					display: none;
				}*/
}
nav#main .main.level_1 .level_2 {
  font-size: 1.2rem;
}
nav#main .main.level_1 .level_2 .nav-item {
  font-size: 1rem;
  padding: 3px 0;
}
nav#main .main .nav-item, nav#main .main .nav-item a {
  color: #000;
  cursor: pointer;
  transition: color 0.25s;
}
nav#main .main .nav-item:hover, nav#main .main .nav-item.active, nav#main .main .nav-item a:hover, nav#main .main .nav-item a.active {
  color: #fff;
}
nav#main .main .nav-item.active .level_2, nav#main .main .nav-item a.active .level_2 {
  display: block;
}
nav#footer nav.footer {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
nav#footer nav.footer .nav-item {
  padding: 0 30px;
}
@media screen and (max-width: 900px) {
  nav#footer nav.footer .nav-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 660px) {
  nav#footer nav.footer {
    display: block;
    text-align: center;
  }
}
/* ------ TEASER ------ */
/**
 * Teaser
 */
.teaser-item {
  position: relative;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.teaser-item .teaser-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.teaser-item .teaser-content p {
  margin-bottom: 0;
}
.teaser-item > * {
  flex: 1 0 auto;
}
.teaser-item > figure {
  flex: 0 0 auto;
}
.teaser-item > figure > img {
  width: 100%;
}
.template-team .teaser-item .teaser-content {
  background: #83BC0E;
}
.template-team .teaser-item .teaser-content p {
  color: #fff;
}
.template-team .teaser-item .teaser-content p:first-of-type {
  font-size: 1.555rem;
}
.template-team .teaser-item .teaser-content p:last-of-type {
  font-size: 1.111rem;
}
.template-leistungen .teaser-item a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.template-leistungen .teaser-item .teaser-content {
  color: #000;
  font-size: 1.33rem;
  text-align: center;
  text-transform: uppercase;
  background: #E8EEDB;
  transition: background 0.5s, color 0.5s;
}
.template-leistungen .teaser-item:hover .teaser-content {
  color: #fff;
  font-weight: 600;
  background: #83BC0E;
}
/* ------ HERO ------ */
/* ------ CONTENT ------ */
/* ------ FOOTER ------ */
footer::before {
  content: "";
  background-image: url("../../files/themes/loeffler_2020/assets/images/gras/rasen_footer.png");
  background-position: 0 100%;
  background-repeat: repeat-x;
  height: 149px;
  margin-top: -149px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
footer .nav-item > a, footer a {
  color: #fff;
}
footer .nav-item > a:hover, footer a:hover {
  color: #fff;
}
.footer figure {
  overflow: inherit;
  padding: 30px 0;
}
.footer .footer-content {
  background: #0F3E03;
  background: #102E01;
  background: -webkit-linear-gradient(90deg - , #102E01, #83BC0E 50%);
  background: linear-gradient(180deg, #102E01, #83BC0E 50%);
  color: #fff;
  padding: 30px 0;
}
body:not(.start) footer {
  margin-top: 150px;
}
@media screen and (max-width: 900px) {
  body:not(.start) footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  body:not(.start) footer {
    margin-top: 50px;
  }
}
body.start footer {
  margin-top: 0;
}
/* ------ CUSTOM ELEMENTS ------ */
/**
* Custom Elements
*/
/**
* WRAPPER
*/
.background-wrapper {
  zoom: 1;
  position: relative;
  clear: both;
  background: 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
.background-wrapper:before {
  content: "";
  display: table;
}
.background-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.background-wrapper.-alt-color, .background-wrapper.-alt-color2 {
  color: #ffffff;
}
.background-wrapper.-alt-color h1, .background-wrapper.-alt-color h2, .background-wrapper.-alt-color h3, .background-wrapper.-alt-color h4, .background-wrapper.-alt-color h5, .background-wrapper.-alt-color h6, .background-wrapper.-alt-color2 h1, .background-wrapper.-alt-color2 h2, .background-wrapper.-alt-color2 h3, .background-wrapper.-alt-color2 h4, .background-wrapper.-alt-color2 h5, .background-wrapper.-alt-color2 h6 {
  color: #999999;
}
.background-wrapper.-alt-color {
  background-color: #000000;
}
.background-wrapper.-alt-color2 {
  background-color: #757575;
}
.background-wrapper.-small > .background-wrapper-helper > .background-wrapper-inner {
  min-height: 250px;
}
@media screen and (max-width: 599px) {
  .background-wrapper.-small > .background-wrapper-helper > .background-wrapper-inner {
    min-height: 150px;
  }
}
.background-wrapper.-medium > .background-wrapper-helper > .background-wrapper-inner {
  display: grid;
  min-height: 450px;
}
@media screen and (max-width: 599px) {
  .background-wrapper.-medium > .background-wrapper-helper > .background-wrapper-inner {
    min-height: 300px;
  }
}
.background-wrapper.-large > .background-wrapper-helper > .background-wrapper-inner {
  min-height: 750px;
}
@media screen and (max-width: 599px) {
  .background-wrapper.-large > .background-wrapper-helper > .background-wrapper-inner {
    min-height: 450px;
  }
}
.background-wrapper.-background-mousemove, .background-wrapper.-background-mousemove-inverted, .background-wrapper.-background-parallax {
  overflow: hidden;
}
.background-wrapper.-full-width .background-wrapper-helper {
  max-width: inherit;
}
.background-wrapper.-full-vh > .background-wrapper-helper {
  height: 100vh;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.background-wrapper.-full-vh > .background-wrapper-helper > .background-wrapper-inner {
  width: 100%;
  height: 100%;
  display: table-cell;
}
.background-wrapper.-full-vh-header > .background-wrapper-helper {
  height: 90vh;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.background-wrapper.-full-vh-header > .background-wrapper-helper > .background-wrapper-inner {
  width: 100%;
  height: 100%;
  display: table-cell;
}
.background-wrapper.-valign-center > .background-wrapper-helper {
  display: flex;
  align-items: center;
  height: 100%;
}
.background-wrapper.-valign-center > .background-wrapper-helper > .background-wrapper-inner {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.background-wrapper.-shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
}
.background-wrapper.-invert {
  color: #ffffff;
}
.background-wrapper.-invert h1, .background-wrapper.-invert h2, .background-wrapper.-invert h3, .background-wrapper.-invert h4, .background-wrapper.-invert h5, .background-wrapper.-invert h6 {
  color: #ffffff;
}
.background-wrapper.-text-shadow {
  text-shadow: 0 0 5px #fff;
}
.background-wrapper.-text-shadow.-invert {
  text-shadow: 0 0 5px #000;
}
.background-wrapper.-bg-restraint, .background-wrapper .background-wrapper-helper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  /*padding-left: $gutter-default/2;
        padding-right: $gutter-default/2;*/
}
@media screen and (max-width: 1230px) {
  .background-wrapper.-bg-restraint, .background-wrapper .background-wrapper-helper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.background-wrapper.-width-expand > .background-wrapper-helper {
  max-width: none;
  /*padding-left: 15px;
        padding-right: 15px;*/
}
.background-wrapper.-width-expand > .background-wrapper-helper .background-wrapper-inner > .rs-columns {
  margin-top: -30px;
}
.background-wrapper.-width-expand > .background-wrapper-helper .background-wrapper-inner > .rs-columns > .rs-column {
  margin-top: 30px;
}
.background-wrapper-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.background-wrapper-background video {
  /* Change this to `object-fit: cover;` once all browsers support it, */
  /* see http://stackoverflow.com/a/20851590 */
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.-background-mousemove > .background-wrapper-background, .-background-mousemove-inverted > .background-wrapper-background {
  right: -12%;
}
.background-wrapper-inner {
  position: relative;
  /*& {
        @include centered-1200;
    }*/
}
.background-wrapper-inner.-padding {
  padding: 3.7485% 0;
}
/**
    * HERO
    */
.hero-wrapper {
  position: relative;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.hero-wrapper:before {
  display: table;
  content: "";
  padding-top: 56.25%;
  float: left;
}
.hero-wrapper.-alt-color {
  background-color: #757575;
}
.hero-wrapper .hero-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hero-wrapper .hero-background:not(.video_container) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero-wrapper .hero-background:not(.video_container) img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
  width: 100%;
  height: 100%;
}
.hero-wrapper .hero-background video {
  object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
  width: 100%;
  height: 100%;
}
.hero-wrapper .hero-content {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;*/
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  /*display: flex;
        align-items: stretch;
        justify-content: center;*/
}
.hero-wrapper .content-wrapper {
  height: 100%;
  position: relative;
  flex: 1 1 0;
}
.hero-wrapper .hero-text {
  /*position: absolute;
        top: 6%;
        right: 0;*/
  margin: 3% 0;
  flex: 0 1 auto;
  background-color: rgba(0, 0, 0, 0.75);
  max-width: 70%;
  height: auto;
  min-height: 0;
  padding: 30px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.3;
}
.hero-wrapper .hero-text p {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .hero-wrapper .hero-text {
    font-size: 2.2222222222rem;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 599px) {
  .hero-wrapper .hero-text {
    font-size: 1.6666666667rem;
    padding: 15px 30px;
  }
}
/**
 * BUTTON
 */
.-btn {
  z-index: 1;
}
.-btn.-horizontal-center {
  display: flex;
  justify-content: center;
}
.-btn.-horizontal-right {
  display: flex;
  justify-content: flex-end;
}
.-btn.-vertical-center {
  display: flex;
  align-items: center;
}
.-btn.-vertical-bottom {
  display: flex;
  align-items: flex-end;
}
.-btn a.-btn {
  font-size: 1.11rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .-btn a.-btn {
    font-size: 0.8rem;
  }
}
.-btn a.-btn-white {
  background: #fff;
  color: #83BC0E;
}
.-btn a.-btn-white:hover {
  background: rgba(232, 238, 219, 0.95);
}
.-btn a.-btn-green {
  background: #83BC0E;
  color: #fff;
}
/**
 * PHOTO / TEXT COMBI
 */
.photo-text-wrapper {
  position: relative;
}
.photo-text-wrapper .photo-wall {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  height: 100%;
}
.photo-text-wrapper .photo-wall-content {
  height: 100%;
  overflow: hidden;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.photo-text-wrapper .text-wall {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .photo-text-wrapper .text-wall {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.photo-text-wrapper .text-wall-content {
  max-width: 50%;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 60px 30px 0;
}
.photo-text-wrapper.-alt-color {
  background-color: #000000;
}
.photo-text-wrapper.-alt-color h1, .photo-text-wrapper.-alt-color h2, .photo-text-wrapper.-alt-color h3, .photo-text-wrapper.-alt-color h4, .photo-text-wrapper.-alt-color h5, .photo-text-wrapper.-alt-color h6 {
  color: #999999;
}
.photo-text-wrapper.-text-right .photo-wall {
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 50%;
}
.photo-text-wrapper.-text-right .text-wall-content {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 60px;
}
@media screen and (max-width: 800px) {
  .photo-text-wrapper .photo-wall {
    margin-left: 60px;
  }
  .photo-text-wrapper .text-wall-content {
    padding-right: 0;
  }
  .photo-text-wrapper.-text-right .photo-wall {
    margin-right: 60px;
  }
  .photo-text-wrapper.-text-right .text-wall-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .photo-text-wrapper .photo-wall {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    margin: 0 0 15px;
    padding: 0;
  }
  .photo-text-wrapper .photo-wall-content {
    min-height: 66vw;
  }
  .photo-text-wrapper .text-wall-content {
    padding-right: 0;
    max-width: none;
  }
  .photo-text-wrapper.-text-right .photo-wall {
    margin-right: 0;
    right: 0;
  }
}
/* ------ SVG ------ */
.icon {
  position: relative;
  top: 0.125rem;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  fill: currentColor;
  transition: fill 0.3s;
}
/* ------ SWIPE SLIDER ------ */
.swiper-container {
  align-items: flex-end;
  display: flex;
  padding-bottom: 100px;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  position: relative;
  color: #83BC0E;
  top: 30px;
}
@media screen and (max-width: 599px) {
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    top: 20px;
  }
  .swiper-container .swiper-button-prev:after, .swiper-container .swiper-button-next:after {
    font-size: 1.5rem;
  }
}
.swiper-container .swiper-button-prev {
  position: absolute;
  left: -80px;
}
@media screen and (max-width: 599px) {
  .swiper-container .swiper-button-prev {
    left: -50px;
  }
}
.swiper-container .swiper-button-next {
  position: absolute;
  right: -75px;
}
@media screen and (max-width: 599px) {
  .swiper-container .swiper-button-next {
    right: -45px;
  }
}
.swiper-container .swiper-slide {
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .swiper-container .swiper-slide {
    min-height: 45vh;
  }
}
.swiper-container .swiper-slide .swiper-slide-image {
  background-position: center center;
}
.swiper-container .swiper-slide .slide-content {
  background: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 20px 40px;
}
.swiper-container .swiper-slide .slide-content h1 {
  color: #83BC0E;
}
.swiper-container .swiper-navigation {
  bottom: 50px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .swiper-container .swiper-navigation {
    top: 47vh;
    bottom: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.swiper-container .swiper-navigation .swiper-navigation-inner {
  position: relative;
}
.swiper-container .swiper-navigation .swiper-navigation-inner .swiper-pagination {
  bottom: -7px;
  position: relative;
}
.swiper-container .swiper-navigation .swiper-navigation-inner .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #83BC0E;
  background: none;
  height: 40px;
  margin: 0 5px;
  width: 40px;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .swiper-container .swiper-navigation .swiper-navigation-inner .swiper-pagination .swiper-pagination-bullet {
    height: 20px;
    width: 20px;
  }
}
.swiper-container .swiper-navigation .swiper-navigation-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #83BC0E;
}
.-bg-green {
  background: #83BC0E;
  color: #fff;
}
.-bg-light-green {
  background: #E8EEDB;
  color: #707070;
}
.leistungen main .inside > div:last-of-type {
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .leistungen main .inside > div:last-of-type {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22(stdin)%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2F_init.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2Fcommon.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2F_mixins.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2Ffont.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2F_header.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2F_navigation.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2F_teaser.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2F_footer.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2Fcustom-elements.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2F_svg.scss%22%2C%22var%2Fwww%2Fvhosts%2Ffreelance1.vonrotenberg.de%2Fhttpdocs%2Floeffler.freelance1.vonrotenberg.de%2Ffiles%2Fthemes%2Floeffler_2020%2Fassets%2Fcss%2Finc%2F_swiper-slider.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3B%3B%3BEAAA%3BAAAA%3B%3B%3BEAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3BGAAA%3BAAAA%3B%3B%3B%3BGAAA%3BACQA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BADfA%3B%3BGAAA%3BACsBA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BADtBA%3B%3BGAAA%3BACoCA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BADzEA%2CwBAAA%3BAC8EA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BADpFA%2CkCAAA%3BAEGA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BACSE%3BAAAA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BADHA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BSAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAYE%3BAAAA%3BsBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAF5HJ%3B%3BGAAA%3BAEuIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%2CgBAAA%3BAAAA%3BAC3HE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BADiIF%3BAAAA%2CgBAAA%3BAAAA%3BACjIE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BADuIF%3BAAAA%2CgBAAA%3BAAAA%3BACpIE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAD0IF%3BAAAA%2CgBAAA%3BAAAA%3BAC1IE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAH%2FBF%3B%3BGAAA%3BAEmLA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAFnLA%3B%3BGAAA%3BAE8LE%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAKE%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWE%3BAAAA%2C2BAAA%3BAAAA%3BAAQR%3BAAAA%2CsBAAA%3BAAAA%3BAAII%3BAAAA%2CoBAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAFrON%3B%3BGAAA%3BAEyPI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQE%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAFtRN%3B%3BGAAA%3BAEmSA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOE%3BAAAA%2CgBAAA%3BAAAA%3BAAOA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAIE%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAIE%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAFlWN%3B%3BGAAA%3BAE4WC%3BAAAA%2CkBAAA%3BAAAA%3BAAEI%3BAAAA%2CcAAA%3BAAAA%3BAAEG%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAFvXR%3B%3BGAAA%3BAEgYA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%2BBAAA%3BAAAA%3BAFnZA%3B%3BGAAA%3BAE4ZI%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAMI%3BAAAA%2CgBAAA%3BAAAA%3BAAIJ%3BAAAA%3B4BAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BiBAAA%3BAAAA%3BAAGI%3BAAAA%2CwCAAA%3BAAAA%3BAAIJ%3BAAAA%3BcAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BaAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAFpcR%2CqCAAA%3BAIGA%3BAAAA%2CyCAAA%3BAAAA%3BADyBE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BACjBF%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAASI%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%2CmBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAKI%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAD7CE%3BACqDE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAD7DF%3BACkEE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAJtGJ%2CqCAAA%3BAAAA%2C0BAAA%3BAKAA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3B0DAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3B0BAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAxBH%3BAAAA%3B0BAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BALlEJ%2C8BAAA%3BAMAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAKD%3BAAAA%2C8BAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAOC%3BAAAA%2C2BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BcAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BOAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%2CcAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAASH%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAN5HF%2C0BAAA%3BAAAA%3B%3BGAAA%3BAOGA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAMC%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CcAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B0CAAA%3BAAAA%3BAAYC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAPpEH%2CwBAAA%3BAAAA%2C2BAAA%3BAAAA%2C0BAAA%3BAQCC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYA%3BAAAA%2CcAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAAMD%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUC%3BAAAA%2CoBAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%2CgBAAA%3BAAAA%3BAR%2FCF%2CmCAAA%3BAAAA%3B%3BEAAA%3BAAAA%3B%3BEAAA%3BASUA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQI%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAII%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAUJ%3BAAAA%3B%3B2CAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%2C4BAAA%3BAAAA%3BAAGI%3BAAAA%2C4BAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B2CAAA%3BAAAA%3BANvIF%3BAAAA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAM8IE%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAKI%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%2CmBAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAeA%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BOAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAT%2FMJ%3B%3BMAAA%3BASyNI%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BANjGA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAMwGA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAyBI%3BAAAA%2CYAAA%3BAAAA%3BANjRN%3BAMuRM%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BANvRN%3BAM8RM%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAT1TR%3B%3BGAAA%3BASoUA%3BAAAA%2CaAAA%3BAAAA%3BAAEI%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BiBAAA%3BAAAA%3BAAGI%3BAAAA%2CwCAAA%3BAAAA%3BAAIJ%3BAAAA%3BcAAA%3BAAAA%3BATzWR%3B%3BGAAA%3BASoXA%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAN1XA%3BAAAA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAM6XE%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAASJ%3BAACE%3BAAAA%2CsBAAA%3BAAAA%3BAAKE%3BAAAA%2CqBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAKE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%2CqBAAA%3BAAAA%3BAAKE%3BAAAA%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%3BaAAA%3BAAAA%3BAAAA%3BAT3dN%2CuBAAA%3BAUAA%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAVAA%2CgCAAA%3BAWAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BYAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAEI%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BcAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BeAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%2CqCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%2CiBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAEI%3BAAAA%3BqBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAXtDpB%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%22%7D */