.hit-slider .hs-button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hit-slider .hs-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.mod_article .ce_form .formbody input, .mod_article .ce_form .formbody label, .mod_article .ce_form .formbody button, .mod_article .ce_form .formbody fieldset, .mod_article .ce_form .formbody textarea, .mod_article .ce_form.routing .formbody .submit_container input {
  border-radius: 0;
  border: none;
  background: white;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.hit-slider .hs-button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hit-slider .hs-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.hit-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: none;
  min-height: 450px;
  /**
    *
    *   Slide Animations
    *
    **/
}
.hit-slider:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 32.8125%;
}
.hit-slider .inside {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hit-slider .image_container {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity 1.4s ease-in-out;
}
.hit-slider .image_container figcaption {
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 40px;
  font-weight: 400;
  text-shadow: 0 0 10px black;
  white-space: nowrap;
}
.hit-slider .image_container figcaption h2 {
  font-size: 72px;
  color: white;
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 500;
}
.hit-slider .image_container.active {
  opacity: 1;
  z-index: 12;
}
.hit-slider .image_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}
.hit-slider .image_container img.full-height {
  width: auto;
  height: 101%;
}
.hit-slider .image_container img.full-width {
  width: 101%;
  height: auto;
}
.hit-slider .bullets {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 13;
}
.hit-slider .bullets .bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  border: solid 2px white;
}
.hit-slider .bullets .bullet.active, .hit-slider .bullets .bullet:hover {
  background: white;
}
.hit-slider .hs-button {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 12;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.hit-slider .hs-button:before {
  content: "";
  width: 18px;
  height: 18px;
  border-left: 2px solid white;
  border-top: 2px solid white;
}
.hit-slider .hs-button.prev {
  left: 25px;
}
.hit-slider .hs-button.prev:before {
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
  -moz-transform: translate(-25%, -50%) rotate(-45deg);
  -ms-transform: translate(-25%, -50%) rotate(-45deg);
  -o-transform: translate(-25%, -50%) rotate(-45deg);
  transform: translate(-25%, -50%) rotate(-45deg);
}
.hit-slider .hs-button.next {
  right: 25px;
}
.hit-slider .hs-button.next:before {
  -webkit-transform: translate(-75%, -50%) rotate(135deg);
  -moz-transform: translate(-75%, -50%) rotate(135deg);
  -ms-transform: translate(-75%, -50%) rotate(135deg);
  -o-transform: translate(-75%, -50%) rotate(135deg);
  transform: translate(-75%, -50%) rotate(135deg);
}
.hit-slider.animation-fade .image_container.animate {
  animation: animation-fade 1.4s ease-in-out 1;
  animation-direction: reverse;
}
.hit-slider.animation-fade .image_container.animate.active {
  animation-direction: normal;
}
.hit-slider.animation-slide.animate-prev .image_container.animate {
  animation: animation-slideout-revert 1.4s ease-in-out 1;
}
.hit-slider.animation-slide.animate-prev .image_container.animate.active {
  animation: animation-slidein-revert 1.05s ease-in-out 1 !important;
}
.hit-slider.animation-slide .image_container.animate {
  transition: none;
  animation: animation-slideout 1.4s ease-in-out 1;
}
.hit-slider.animation-slide .image_container.animate.active {
  animation: animation-slidein 1.05s ease-in-out 1 !important;
}
@keyframes animation-fade {
  0% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animation-slidein {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animation-slideout {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
  }
}
@keyframes animation-slidein-revert {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animation-slideout-revert {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 1;
  }
}
#mobile_menu {
  pointer-events: none;
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  white-space: nowrap;
}
#mobile_menu.open {
  height: 100%;
}
#mobile_menu .inner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mobile_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mobile_menu .mainmenu {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 60%;
  overflow-y: auto;
}
#mobile_menu .mainmenu ul.level_1 > li {
  display: block;
  text-align: center;
}
#mobile_menu .mainmenu ul.level_1 > li strong, #mobile_menu .mainmenu ul.level_1 > li a {
  padding: 18px 15px;
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  z-index: 2;
  position: relative;
  display: block;
}
#mobile_menu .mainmenu ul.level_1 > li:before {
  display: none;
}
#mobile_menu .mainmenu ul.level_1 > li.active > a, #mobile_menu .mainmenu ul.level_1 > li.active > strong, #mobile_menu .mainmenu ul.level_1 > li.trail > a, #mobile_menu .mainmenu ul.level_1 > li.trail > strong {
  color: rgba(255, 255, 255, 0.7);
}
#mobile_menu .mainmenu ul.level_2 {
  margin-top: 0;
  margin-bottom: 15px;
}
#mobile_menu .mainmenu ul.level_2 > li strong, #mobile_menu .mainmenu ul.level_2 > li a {
  padding: 5px 15px;
  font-size: 20px;
  text-transform: none;
}
#mobile_menu .mainmenu ul.level_2 > li.active a, #mobile_menu .mainmenu ul.level_2 > li.active strong {
  color: rgba(255, 255, 255, 0.7);
}
#mobile_menu .subnav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
}
#mobile_menu .subnav ul.level_1 > li {
  display: inline-block;
  position: relative;
}
#mobile_menu .subnav ul.level_1 > li strong, #mobile_menu .subnav ul.level_1 > li a {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 100;
  z-index: 2;
  position: relative;
  display: block;
  padding: 0px 15px;
}
#mobile_menu .subnav ul.level_1 > li.active strong, #mobile_menu .subnav ul.level_1 > li.active a, #mobile_menu .subnav ul.level_1 > li.trail strong, #mobile_menu .subnav ul.level_1 > li.trail a, #mobile_menu .subnav ul.level_1 > li:hover strong, #mobile_menu .subnav ul.level_1 > li:hover a {
  opacity: 1;
  color: white;
}
#mobile_menu .mainmenu, #mobile_menu .subnav {
  pointer-events: all;
}
body.noscroll {
  overflow: hidden;
}
#mobile_button {
  overflow: visible;
  display: none;
  color: white;
  position: absolute;
  top: 6px;
  line-height: 0px;
  z-index: 5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile_button:after {
  display: table;
  content: "";
  clear: both;
}
#mobile_button .background {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #ea100a;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: -1;
}
#mobile_button .btn_wrapper {
  display: table;
  height: 40px;
  float: right;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile_button span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  float: left;
  line-height: 25px;
  padding-right: 12px;
  color: white;
}
#mobile_button .navicon-button {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}
#mobile_button .navicon, #mobile_button .navicon:after, #mobile_button .navicon:before {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile_button .navicon {
  position: relative;
  width: 40px;
  height: 2px;
  background: white;
}
#mobile_button .navicon:after, #mobile_button .navicon:before {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: white;
  position: absolute;
  z-index: 0;
}
#mobile_button .navicon:before {
  top: 8px;
}
#mobile_button .navicon:after {
  top: -8px;
}
#mobile_button.open .btn_wrapper {
  margin-left: -3px;
  margin-right: 3px;
}
#mobile_button.open .navicon {
  background: transparent;
}
#mobile_button.open .navicon:after, #mobile_button.open .navicon:before {
  top: 0 !important;
}
#mobile_button.open .navicon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
#mobile_button.open .navicon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
@media (max-width: 440px) {
  #mobile_menu .mainmenu ul.level_1 > li strong, #mobile_menu .mainmenu ul.level_1 > li a {
    font-size: 25px;
    padding: 12px 15px;
  }
  #mobile_menu .mainmenu ul.level_2 > li strong, #mobile_menu .mainmenu ul.level_2 > li a {
    font-size: 16px;
    padding: 1px 15px;
  }
  #mobile_menu .subnav ul.level_1 > li strong, #mobile_menu .subnav ul.level_1 > li a {
    font-size: 14px;
    padding: 0px 8px;
  }
}
.content-text, .content-hyperlink, .content-image, .content-gallery, .content-downloads, .content-list {
  display: flow-root;
}
.ce_form .widget-checkbox fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.ce_form .widget-checkbox legend {
  display: none;
}
.ce_form .widget-checkbox span {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.ce_form .widget-checkbox input {
  width: auto;
  padding: 20px;
  cursor: pointer;
}
.ce_form .widget-checkbox input:checked {
  background-color: #ea100a;
}
.ce_form .widget-checkbox label {
  padding-left: 0;
}
body, html {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  background: white;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
#wrapper {
  overflow: hidden;
}
a {
  text-decoration: none;
}
b, strong {
  font-weight: 400;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
h1 {
  font-size: 48px;
  margin-top: 0;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: initial;
}
h2 {
  font-size: 34px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  align-items: center;
  line-height: 40px;
  letter-spacing: 2px;
}
.home h2 {
  font-size: 34px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  line-height: 40px;
  letter-spacing: 2px;
}
.home h2:before, .home h2:after {
  content: "";
  height: 2px;
  background: black;
  width: auto;
  flex: 1;
  min-width: 60px;
}
.home h2:before {
  margin-right: 20px;
}
.home h2:after {
  margin-left: 20px;
}
h3 {
  font-size: 24px;
  margin-top: 0;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: black;
  line-height: 30px;
}
h4 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.ce_text a, .content-text a, .privacy_block a, .privacy_text a {
  color: #ea100a;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.ce_text a:after, .content-text a:after, .privacy_block a:after, .privacy_text a:after {
  position: absolute;
  content: "";
  background: #ea100a;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ce_text a:hover, .content-text a:hover, .privacy_block a:hover, .privacy_text a:hover {
  color: rgba(234, 16, 10, 0.7);
}
.ce_text a:hover:after, .content-text a:hover:after, .privacy_block a:hover:after, .privacy_text a:hover:after {
  width: 0;
}
.mod_hit_privacy_blocks h2 {
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.mod_hit_privacy_blocks .privacy_block {
  margin-bottom: 40px;
}
.mod_hit_privacy_blocks .privacy_block h3 {
  color: #ea100a;
  font-size: 22px;
  letter-spacing: 0;
  margin-top: 40px;
}
.ce_hyperlink a, .content-hyperlink a {
  padding: 10px 25px;
  background: #ea100a;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ce_hyperlink a:before, .content-hyperlink a:before {
  content: "";
  z-index: -1;
  background: #880906;
  left: 0;
  top: 0;
  width: 0.01px;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ce_hyperlink a:hover::before, .content-hyperlink a:hover::before {
  width: 100%;
}
#logo {
  position: absolute;
  left: 97px;
  top: 25px;
  max-width: 125px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
#logo .schwein {
  display: none;
}
#scroll_logo {
  position: absolute;
  left: 97px;
  top: 23px;
  height: 54px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}
#scroll_logo img {
  height: 100%;
  width: auto;
}
.home #logo {
  max-width: 300px;
}
.home #logo .kreis {
  display: none;
}
.home #logo .schwein {
  display: block;
}
#header {
  position: fixed;
  z-index: 20;
  width: 100%;
  text-align: right;
}
#header .inside {
  padding: 0 97px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}
#header .right {
  position: relative;
  margin-top: 50px;
  -webkit-transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  -ms-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}
#header .right .phone {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  margin-right: 0px;
  margin-left: 63px;
  font-size: 20px;
  font-weight: 400;
}
#header .right .phone a {
  color: white;
}
#header:before {
  content: "";
  background: #ea100a;
  width: 100%;
  height: 0;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
}
.standard #header:before, #header.scroll:before {
  height: 100px;
}
.standard #header .right, #header.scroll .right {
  margin-top: 6px;
}
.standard #header #mobile_button, #header.scroll #mobile_button {
  top: 6px;
}
.standard #header #logo, #header.scroll #logo {
  opacity: 0;
  pointer-events: none;
  margin-top: -50px;
}
.standard #header #scroll_logo, #header.scroll #scroll_logo {
  opacity: 1;
}
.noslider #wrapper > .custom {
  display: none;
}
.noslider #container {
  margin-top: 95px;
}
.mod_pageimages, .mod_dlh_googlemaps, .dlh_googlemap {
  height: 100%;
}
.home #pageimages {
  margin-top: 0;
}
.home #pageimages .inside:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  max-height: 35%;
  opacity: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
#pageimages {
  margin-top: 100px;
}
#pageimages.loaded .inside:after {
  opacity: 0.7;
}
#pageimages .inside:before {
  content: "cash only!";
  position: absolute;
  right: 0px;
  top: 25%;
  background: #ea100a;
  padding: 5px 15px;
  padding-right: 30px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  color: white;
  z-index: 13;
  transform: translate(10px, 0) rotate(-5deg);
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-size: 22px;
  box-shadow: -5px 7px 10px 0 #3c0e00;
}
#main_menu {
  display: inline-block;
  vertical-align: top;
  overflow: visible;
}
#main_menu a {
  color: #fff;
}
#main_menu a, #main_menu strong {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  border-radius: 25px;
  color: white;
}
#main_menu .menu_hidden {
  display: none !important;
}
#main_menu ul.level_1 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
}
#main_menu ul.level_1 > li {
  padding: 0 32px;
  position: relative;
  display: inline-block;
  overflow: visible;
}
#main_menu ul.level_1 > li.last {
  padding-right: 0;
}
#main_menu ul.level_1 > li a, #main_menu ul.level_1 > li strong {
  z-index: 3;
  position: relative;
  padding: 0;
}
#main_menu ul.level_1 > li a:after, #main_menu ul.level_1 > li strong:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 0%;
  background: white;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
#main_menu ul.level_1 > li.trail a:after, #main_menu ul.level_1 > li a:hover:after, #main_menu ul.level_1 > li strong:after {
  width: 100%;
}
#main_menu ul.level_1:after {
  display: table;
  content: "";
  clear: both;
}
#main_menu ul.level_2 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  text-align: left;
  padding-top: 24px;
  display: none;
  left: 18px;
}
#main_menu ul.level_2 > li {
  background: #ea100a;
  padding: 5px 15px;
}
#main_menu ul.level_2 > li a, #main_menu ul.level_2 > li strong {
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  border-radius: 0;
  line-height: initial;
  height: auto;
  text-transform: none;
}
#main_menu ul.level_2 > li a:after, #main_menu ul.level_2 > li strong:after {
  display: none;
}
#main_menu ul.level_2 li.first {
  padding-top: 15px;
}
#main_menu ul.level_2 li.last {
  padding-bottom: 15px;
}
#main_menu ul.level_1 li.hover ul.level_2, #main_menu ul.level_1 li:hover ul.level_2 {
  display: block;
}
#main_menu ul.level_1 li.hover ul.level_2 li:hover > a, #main_menu ul.level_1 li.hover ul.level_2 li:hover strong, #main_menu ul.level_1 li.hover ul.level_2 li.active > a, #main_menu ul.level_1 li.hover ul.level_2 li.active strong, #main_menu ul.level_1 li.hover ul.level_2 li.trail > a, #main_menu ul.level_1 li.hover ul.level_2 li.trail strong, #main_menu ul.level_1 li:hover ul.level_2 li:hover > a, #main_menu ul.level_1 li:hover ul.level_2 li:hover strong, #main_menu ul.level_1 li:hover ul.level_2 li.active > a, #main_menu ul.level_1 li:hover ul.level_2 li.active strong, #main_menu ul.level_1 li:hover ul.level_2 li.trail > a, #main_menu ul.level_1 li:hover ul.level_2 li.trail strong {
  color: rgba(255, 255, 255, 0.8);
  background: none;
}
#footernav {
  display: inline-block;
  margin-top: 65px;
  margin-bottom: 55px;
}
#footernav a {
  color: #fff;
}
#footernav a, #footernav strong {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#footernav .trail > a, #footernav a:hover, #footernav strong {
  color: rgba(255, 255, 255, 0.8);
}
#footernav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
}
#footernav ul > li {
  padding: 0 25px;
  position: relative;
  display: inline-block;
}
#footernav ul > li.last {
  padding-right: 0;
}
#footernav ul > li a, #footernav ul > li strong {
  z-index: 3;
  position: relative;
}
#footernav ul:after {
  display: table;
  content: "";
  clear: both;
}
#footer {
  background: #ea100a;
  color: white;
  padding-top: 55px;
  padding-bottom: 45px;
  text-align: center;
  margin-top: 90px;
}
#footer .social a {
  color: white;
  font-size: 40px;
  margin: 0 7px;
}
#footer .bottom {
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 600px;
  margin: 0 auto;
}
#footer .bottom > div {
  display: inline-block;
  opacity: 0.8;
}
#footer .bottom > div:after {
  content: "";
  display: table;
  clear: both;
}
#footer .bottom span {
  padding: 0 10px;
  border-right: solid 1px rgba(255, 255, 255, 0.8);
  float: left;
}
#footer .bottom span.last {
  border-right: 0;
}
#footer .bottom a {
  color: white;
}
#main > .inside {
  padding: 0 97px;
  margin: 0 auto;
}
#main .mod_article:first-child {
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 0;
}
#main .mod_article:first-child.last {
  padding-bottom: 0;
}
#main .mod_article.small {
  max-width: 800px;
  margin: 0 auto;
}
#main .mod_article.intro {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
}
.ce_text.last p, .last.content-text p {
  margin-bottom: 0;
}
.bilderlinks {
  position: relative;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.bilderlinks:after {
  content: "";
  display: table;
  clear: both;
}
.bilderlinks .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bilderlinks .ce_text, .bilderlinks .content-text {
  flex-basis: 50%;
  width: 50%;
  float: left;
  padding: 30px 0;
}
.bilderlinks .ce_text figure, .bilderlinks .content-text figure {
  width: 46%;
  line-height: 0;
  display: inline-block;
  font-size: 0;
}
.bilderlinks .ce_text.even, .bilderlinks .even.content-text {
  padding-right: 30px;
}
.bilderlinks .ce_text.odd, .bilderlinks .odd.content-text {
  padding-left: 30px;
}
.bilderlinks .ce_text:hover a .inner, .bilderlinks .content-text:hover a .inner {
  background: #ded8d0;
}
.bilderlinks .ce_text .inner, .bilderlinks .content-text .inner {
  padding: 50px;
  background: #f0f0f0;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bilderlinks .ce_text .rte, .bilderlinks .content-text .rte {
  top: 0;
  right: 0;
  padding-left: 50px;
  width: 52%;
  display: inline-block;
  vertical-align: top;
}
.bilderlinks .ce_text .rte p, .bilderlinks .content-text .rte p {
  margin-bottom: 0;
}
.bilderlinks .ce_text .rte p img, .bilderlinks .content-text .rte p img {
  width: 75px;
  margin-top: 26px;
  margin-bottom: 25px;
}
.bilderlinks .ce_text a, .bilderlinks .content-text a {
  color: black;
  width: 100%;
}
.bilderlinks .ce_text a:after, .bilderlinks .content-text a:after {
  display: none;
}
.bilderlinks .ce_text h4, .bilderlinks .content-text h4 {
  margin-top: 0;
}
.infos {
  background: #f0f0f0;
  padding: 60px 0;
  padding-left: 9%;
  padding-right: 9%;
  position: relative;
}
.infos .ce_gallery, .infos .content-gallery {
  width: 42%;
  float: left;
  margin-right: 12%;
}
.infos .ce_gallery .col_1, .infos .content-gallery .col_1, .infos .ce_gallery .col_2, .infos .content-gallery .col_2 {
  width: 50%;
  float: left;
}
.infos .ce_gallery .col_1, .infos .content-gallery .col_1 {
  padding-top: 16px;
  padding-right: 8px;
}
.infos .ce_gallery .col_2, .infos .content-gallery .col_2 {
  padding-top: 16px;
  padding-left: 8px;
}
.infos .ce_gallery img, .infos .content-gallery img {
  display: block;
}
.infos .ce_text h4, .infos .content-text h4 {
  margin-top: 0;
}
.infos .ce_text ~ .ce_text h4, .infos .content-text ~ .ce_text h4, .infos .ce_text ~ .content-text h4, .infos .content-text ~ .content-text h4 {
  margin-top: 20px;
}
.wurstsorten {
  display: flex;
  flex-wrap: wrap;
}
.wurstsorten h4 {
  margin-top: 0;
}
.wurstsorten .float_left {
  position: absolute;
  left: 0;
  width: 215px;
}
.wurstsorten .ce_text, .wurstsorten .content-text {
  flex-basis: 50%;
  padding-left: 250px;
  padding-right: 20px;
  position: relative;
  margin: 15px 0;
}
.rosmarin.top {
  position: absolute;
  top: -80px;
  left: -150px;
}
.rosmarin.bottom {
  position: absolute;
  top: -230px;
  right: -50px;
}
.mod_article .ce_form .formbody input, .mod_article .ce_form .formbody label, .mod_article .ce_form .formbody button, .mod_article .ce_form .formbody fieldset, .mod_article .ce_form .formbody textarea {
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
}
.mod_article .ce_form .formbody .widget {
  padding-top: 20px;
}
.mod_article .ce_form .formbody input, .mod_article .ce_form .formbody textarea {
  background-color: #f0f0f0;
  padding: 16px;
  width: 100%;
  margin-top: 5px;
}
.mod_article .ce_form .formbody .widget-radio.anrede {
  padding-bottom: 20px;
}
.mod_article .ce_form .formbody .widget-radio fieldset {
  padding: 0;
  margin: 0;
}
.mod_article .ce_form .formbody .widget-radio input {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0;
  vertical-align: middle;
}
.mod_article .ce_form .formbody .widget-radio input:checked {
  background-color: #ea100a;
}
.mod_article .ce_form .formbody .widget-radio label {
  padding-left: 10px;
  display: inline-block;
  width: 150px;
  vertical-align: text-top;
}
.mod_article .ce_form .formbody .widget-radio legend {
  padding-bottom: 20px;
}
.mod_article .ce_form .formbody .widget-radio.anrede legend {
  display: none;
}
.mod_article .ce_form .formbody > .col_50 {
  width: 50%;
  float: left;
  padding-bottom: 20px;
}
.mod_article .ce_form .formbody > .col_50.col_0 {
  padding-left: 0px;
  padding-right: 20px;
}
.mod_article .ce_form .formbody > .col_50.col_1 {
  padding-left: 20px;
  padding-right: 0px;
}
.mod_article .ce_form .formbody > .col_50 input {
  width: 100%;
  padding: 16px;
}
.mod_article .ce_form .formbody > .col_50:after:after {
  content: "";
  display: table;
  clear: both;
}
.mod_article .ce_form .formbody > .form-grillhuette-true {
  width: 50%;
  float: left;
  padding-bottom: 20px;
}
.mod_article .ce_form .formbody > .form-grillhuette-true.col_0 {
  padding-left: 0px;
  padding-right: 26.6666666667px;
}
.mod_article .ce_form .formbody > .form-grillhuette-true.col_1 {
  padding-left: 13.3333333333px;
  padding-right: 13.3333333333px;
}
.mod_article .ce_form .formbody > .form-grillhuette-true.col_2 {
  padding-left: 26.6666666667px;
  padding-right: 0px;
}
.mod_article .ce_form .formbody > .form-grillhuette-true input, .mod_article .ce_form .formbody > .form-grillhuette-true label {
  width: 100%;
}
.mod_article .ce_form .formbody > .form-grillhuette-true input {
  padding: 16px;
  font-weight: 300;
  height: 60px;
}
.mod_article .ce_form .formbody > .form-grillhuette-true label.col_33 {
  padding: 0;
}
.mod_article .ce_form .formbody > .form-grillhuette-true:after:after {
  content: "";
  display: table;
  clear: both;
}
.mod_article .ce_form .formbody .privacy-checkbox {
  position: relative;
  padding-left: 50px;
}
.mod_article .ce_form .formbody .privacy-checkbox input {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 20px;
  border-radius: 100%;
}
.mod_article .ce_form .formbody .privacy-checkbox input:checked {
  background-color: #ea100a;
}
.mod_article .ce_form .formbody .privacy-checkbox .privacy_text p {
  padding-left: 80px;
  margin: 0;
}
.mod_article .ce_form .formbody .privacy-checkbox .mandatory, .mod_article .ce_form .formbody .privacy-checkbox .cb_label {
  display: none;
}
.mod_article .ce_form .formbody > label.mandatory {
  display: none;
}
.mod_article .ce_form .formbody .widget-submit button, .mod_article .ce_form .formbody .submit_container button {
  padding: 10px 25px;
  background: #ea100a;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}
.mod_article .ce_form .formbody .widget-submit button:before, .mod_article .ce_form .formbody .submit_container button:before {
  content: "";
  z-index: -1;
  background: #880906;
  left: 0;
  top: 0;
  width: 0.01px;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mod_article .ce_form .formbody .widget-submit button:hover::before, .mod_article .ce_form .formbody .submit_container button:hover::before {
  width: 100%;
}
.mod_article .ce_form.routing h2 {
  margin-bottom: 0;
  margin-top: 10px;
}
.mod_article .ce_form.routing .formbody {
  padding-top: 20px;
}
.mod_article .ce_form.routing .formbody .widget-text {
  width: 65%;
  display: inline-block;
  padding: 0;
  overflow: hidden;
}
.mod_article .ce_form.routing .formbody .widget-text input {
  padding: 11px;
}
.mod_article .ce_form.routing .formbody .submit_container {
  max-width: 30%;
  display: inline-block;
  margin-left: 10px;
  background: #ea100a;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}
.mod_article .ce_form.routing .formbody .submit_container:before {
  content: "";
  z-index: -1;
  background: #880906;
  left: 0;
  top: 0;
  width: 0.01px;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mod_article .ce_form.routing .formbody .submit_container:hover::before {
  width: 100%;
}
.mod_article .ce_form.routing .formbody .submit_container input {
  background: transparent;
  padding: 10px 25px;
  color: white;
  cursor: pointer;
  margin: 0;
}
.mod_article .ce_form.routing .subcolumns p {
  margin-top: 0;
}
.dlh_googlemap {
  padding-bottom: 30% !important;
}
.mod_article .ce_gallery li, .mod_article .content-gallery li {
  padding: 0;
}
.mod_article .ce_gallery li:before, .mod_article .content-gallery li:before {
  display: none;
}
.mod_article.intro .ce_gallery ul li, .mod_article.intro .content-gallery ul li {
  padding: 5px 0;
}
.mod_article.intro .ce_gallery ul li img, .mod_article.intro .content-gallery ul li img {
  display: block;
}
.mod_article.intro .ce_gallery ul.cols_5 li, .mod_article.intro .content-gallery ul.cols_5 li {
  width: 25%;
}
.mod_article.intro .ce_gallery ul.cols_5 li.col_0, .mod_article.intro .content-gallery ul.cols_5 li.col_0 {
  padding-left: 0px;
  padding-right: 8px;
}
.mod_article.intro .ce_gallery ul.cols_5 li.col_1, .mod_article.intro .content-gallery ul.cols_5 li.col_1 {
  padding-left: 2px;
  padding-right: 6px;
}
.mod_article.intro .ce_gallery ul.cols_5 li.col_2, .mod_article.intro .content-gallery ul.cols_5 li.col_2 {
  padding-left: 4px;
  padding-right: 4px;
}
.mod_article.intro .ce_gallery ul.cols_5 li.col_3, .mod_article.intro .content-gallery ul.cols_5 li.col_3 {
  padding-left: 6px;
  padding-right: 2px;
}
.mod_article.intro .ce_gallery ul.cols_5 li.col_4, .mod_article.intro .content-gallery ul.cols_5 li.col_4 {
  padding-left: 8px;
  padding-right: 0px;
}
.mod_article.intro .ce_gallery ul.cols_4 li, .mod_article.intro .content-gallery ul.cols_4 li {
  width: 25%;
}
.mod_article.intro .ce_gallery ul.cols_4 li.col_0, .mod_article.intro .content-gallery ul.cols_4 li.col_0 {
  padding-left: 0px;
  padding-right: 7.5px;
}
.mod_article.intro .ce_gallery ul.cols_4 li.col_1, .mod_article.intro .content-gallery ul.cols_4 li.col_1 {
  padding-left: 2.5px;
  padding-right: 5px;
}
.mod_article.intro .ce_gallery ul.cols_4 li.col_2, .mod_article.intro .content-gallery ul.cols_4 li.col_2 {
  padding-left: 5px;
  padding-right: 2.5px;
}
.mod_article.intro .ce_gallery ul.cols_4 li.col_3, .mod_article.intro .content-gallery ul.cols_4 li.col_3 {
  padding-left: 7.5px;
  padding-right: 0px;
}
.mod_article.intro .ce_gallery ul.cols_3 li, .mod_article.intro .content-gallery ul.cols_3 li {
  width: 33.333%;
}
.mod_article.intro .ce_gallery ul.cols_3 li.col_0, .mod_article.intro .content-gallery ul.cols_3 li.col_0 {
  padding-left: 0px;
  padding-right: 6.6666666667px;
}
.mod_article.intro .ce_gallery ul.cols_3 li.col_1, .mod_article.intro .content-gallery ul.cols_3 li.col_1 {
  padding-left: 3.3333333333px;
  padding-right: 3.3333333333px;
}
.mod_article.intro .ce_gallery ul.cols_3 li.col_2, .mod_article.intro .content-gallery ul.cols_3 li.col_2 {
  padding-left: 6.6666666667px;
  padding-right: 0px;
}
.mod_article.intro .ce_gallery ul.cols_2 li, .mod_article.intro .content-gallery ul.cols_2 li {
  width: 50%;
}
.mod_article.intro .ce_gallery ul.cols_2 li.col_0, .mod_article.intro .content-gallery ul.cols_2 li.col_0 {
  padding-left: 0px;
  padding-right: 5px;
}
.mod_article.intro .ce_gallery ul.cols_2 li.col_1, .mod_article.intro .content-gallery ul.cols_2 li.col_1 {
  padding-left: 5px;
  padding-right: 0px;
}
.mod_article ul, .privacy_block ul {
  list-style-type: none;
  padding: 0;
}
.mod_article ul li, .privacy_block ul li {
  position: relative;
  padding-left: 30px;
}
.mod_article ul li:before, .privacy_block ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ea100a;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 100%;
}
.mod_article .ce_downloads ul, .mod_article .content-downloads ul {
  list-style-type: none;
  padding: 0;
}
.mod_article .ce_downloads li, .mod_article .content-downloads li {
  padding: 25px 0;
  border-bottom: 1px solid rgba(234, 16, 10, 0.5);
  position: relative;
  padding-left: 0;
}
.mod_article .ce_downloads li:before, .mod_article .content-downloads li:before {
  display: none;
}
.mod_article .ce_downloads li a, .mod_article .content-downloads li a {
  padding-left: 0px;
  color: #ea100a;
}
.mod_article .ce_downloads li a span, .mod_article .content-downloads li a span {
  color: black;
}
.mod_article .ce_downloads li a:before, .mod_article .content-downloads li a:before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-weight: 600;
  padding: 12px 14px 12px 16px;
  background-color: #ea100a;
  color: white;
  border-radius: 100%;
  pointer-events: none;
  cursor: pointer;
  margin-right: 15px;
  font-size: 28px;
}
.ce_text.notice, .notice.content-text {
  padding: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  background-color: #f0f0f0;
  letter-spacing: 0;
}
.ce_text.notice p, .notice.content-text p {
  margin: 0px;
  text-align: left;
}
@media (max-width: 1780px) {
  #header .right .phone {
    margin-left: 80px;
  }
  .home #logo {
    max-width: 210px;
  }
  .bilderlinks .ce_text, .bilderlinks .content-text {
    padding: 20px 0;
  }
  .bilderlinks .ce_text .inner .text p, .bilderlinks .content-text .inner .text p {
    font-size: 18px;
  }
  .bilderlinks .ce_text .inner .text p img, .bilderlinks .content-text .inner .text p img {
    width: 50px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .bilderlinks .ce_text .inner .text h3, .bilderlinks .content-text .inner .text h3 {
    margin-bottom: 15px;
  }
  .bilderlinks .ce_text.odd, .bilderlinks .odd.content-text {
    padding-left: 20px;
  }
  .bilderlinks .ce_text.even, .bilderlinks .even.content-text {
    padding-right: 20px;
  }
}
@media (max-width: 1580px) {
  #header .inside, #main > .inside {
    padding: 0 60px;
  }
  #header .inside {
    padding-top: 20px;
  }
  .home #logo {
    max-width: 210px;
    left: 60px;
  }
  #header .right .phone {
    margin-left: 40px;
  }
  #main_menu ul.level_1 > li {
    padding: 0 20px;
  }
  #main_menu ul.level_2 {
    left: 5px;
  }
  .bilderlinks .ce_text .inner, .bilderlinks .content-text .inner {
    padding: 40px;
  }
  .bilderlinks .ce_text .inner .text, .bilderlinks .content-text .inner .text {
    padding-left: 38px;
  }
  .bilderlinks .ce_text .inner .text p, .bilderlinks .content-text .inner .text p {
    margin-top: 15px;
  }
  .bilderlinks .ce_text .inner .text p img, .bilderlinks .content-text .inner .text p img {
    margin-bottom: 15px;
  }
  .bilderlinks .ce_text .inner h3, .bilderlinks .content-text .inner h3 {
    font-size: 22px;
  }
  .wurstsorten {
    padding: 65px;
  }
  .rosmarin.bottom, .rosmarin.top {
    width: 300px;
  }
}
@media (max-width: 1470px) {
  .infos {
    background: #f0f0f0;
    padding: 60px 0;
    padding-left: 54%;
    padding-right: 9%;
    position: relative;
  }
  .infos .ce_gallery, .infos .content-gallery {
    width: 35%;
    float: left;
    margin-right: 12%;
    position: absolute;
    left: 9%;
  }
}
@media (max-width: 1370px) {
  #header .right .phone span {
    display: none;
  }
  #header .right .phone a:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-weight: 900;
    color: white;
  }
  .bilderlinks .ce_text, .bilderlinks .content-text {
    width: 100%;
    flex-basis: 100%;
    float: none;
    max-width: 800px;
    margin: 0 auto;
  }
  .bilderlinks .ce_text.even, .bilderlinks .even.content-text, .bilderlinks .ce_text.odd, .bilderlinks .odd.content-text {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .wurstsorten .ce_text, .wurstsorten .content-text {
    flex-basis: 100%;
    min-height: 250px;
  }
  #main_menu ul.level_2 {
    right: -15px;
    left: initial;
  }
}
@media (max-width: 1200px) {
  #header .inside, #main > .inside {
    padding: 0 40px;
  }
  #header .inside {
    padding-top: 20px;
  }
  #main_menu ul.level_1 > li a:after, #main_menu ul.level_1 > li strong:after {
    bottom: 9px;
  }
  #main_menu a, #main_menu strong, #header .right .phone a:before {
    font-size: 18px;
  }
  .home #logo {
    max-width: 180px;
    left: 40px;
  }
  h1 {
    font-size: 42px;
    text-align: center;
  }
  h2, .mod_hit_privacy_blocks h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }
  #main .mod_article.intro {
    font-size: 20px;
    line-height: 28px;
  }
  #footernav ul > li {
    padding: 0 13px;
  }
  #header .right {
    margin-top: 30px;
  }
  #header .right .phone {
    margin-left: 25px;
  }
  #main_menu ul.level_1 > li {
    padding: 0px 15px;
  }
  #scroll_logo, #logo {
    left: 40px;
  }
  .infos .float_left {
    margin-right: 40px !important;
    max-width: 45%;
  }
  .infos .float_left img {
    display: block;
  }
  #pageimages:before {
    padding-top: 40%;
  }
  .rosmarin.top {
    left: -100px;
    width: 250px;
    top: -40px;
  }
  .rosmarin.bottom {
    right: -30px;
    width: 250px;
    top: -200px;
  }
}
@media (max-width: 990px) {
  #main_menu {
    display: none;
  }
  #mobile_button {
    display: block;
  }
  .home #logo, #logo, #scroll_logo {
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 6;
  }
  #header .right .phone {
    z-index: 6;
    position: relative;
  }
  #header .right {
    margin-top: 25px;
  }
  #pageimages:before {
    padding-top: 50%;
  }
  .home #pageimages:before {
    padding-top: 70%;
  }
  h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .home h2 {
    font-size: 28px;
  }
  .home h2:before, .home h2:after {
    min-width: 10px;
  }
  #main .mod_article.first {
    padding: 60px 0;
  }
  .infos {
    padding: 40px 0;
    padding-left: 47%;
    padding-right: 40px;
  }
  .infos .ce_gallery, .infos .content-gallery {
    left: 40px;
  }
  #pageimages, .home #pageimages {
    margin-top: 100px;
  }
  .home #pageimages {
    margin-top: 0;
  }
}
@media (max-width: 870px) {
  #footernav ul {
    max-width: 500px;
    white-space: normal;
  }
  #footernav ul > li {
    margin: 4px 0;
  }
  .bilderlinks .ce_text .inner .text p, .bilderlinks .content-text .inner .text p {
    margin-top: 0;
  }
  .infos {
    padding-left: 40px;
  }
  .infos .ce_gallery, .infos .content-gallery {
    width: 100%;
    left: 0;
    padding-right: 0;
    float: none;
    margin-bottom: 35px;
    position: relative;
  }
  .infos .ce_gallery li, .infos .content-gallery li, .infos .ce_gallery figure, .infos .content-gallery figure, .infos .ce_gallery img, .infos .content-gallery img {
    width: 100%;
  }
  #pageimages .bullets {
    bottom: 25px;
  }
  .infos {
    background-position: 90% 98%;
    background-size: 50% auto;
  }
  #pageimages:before {
    padding-top: 58%;
  }
  .rosmarin.bottom {
    top: -185px;
  }
  .mod_article .ce_form.routing .formbody .submit_container, .mod_article .ce_form.routing .formbody .widget-text {
    width: 100%;
    margin-left: 0;
  }
  .mod_article .ce_form.routing .formbody .submit_container {
    width: auto;
    max-width: none;
    margin-top: 15px;
  }
}
@media (max-width: 725px) {
  .infos .float_left {
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 25px !important;
    float: none;
  }
  #pageimages {
    min-height: 230px;
  }
  h1 {
    margin-bottom: 10px;
  }
  #main .mod_article.first, #main .mod_article.intro {
    padding-top: 40px;
  }
}
@media (max-width: 650px) {
  #header .inside, #main > .inside {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bilderlinks .ce_text .inner, .bilderlinks .content-text .inner, .infos {
    padding: 15px;
  }
  h2 {
    margin-bottom: 30px;
  }
  .wurstsorten {
    padding: 10px 15px;
  }
  .wurstsorten .float_left {
    max-width: 30%;
    position: relative;
    float: left;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
  }
  .wurstsorten .ce_text, .wurstsorten .content-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 620px) {
  /* .home .bilderlinks .ce_text .inner .text p:first-of-type {
        position: absolute;
        left: 5px;
        top: 5px;
    } */
  /*  .mod_article .ce_form .formbody>.form-grillhuette-true {

        &.col_0,
        &.col_1 {
            width: 50%;
            padding-bottom: 0;
        }

        &.col_1 {
            padding-right: 0;
        }

        &.col_2 {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
    } */
  .bilderlinks .ce_text.even, .bilderlinks .even.content-text, .bilderlinks .ce_text.odd, .bilderlinks .odd.content-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .bilderlinks .ce_text figure, .bilderlinks .content-text figure {
    width: 100%;
  }
  .bilderlinks .ce_text figure img, .bilderlinks .content-text figure img {
    max-width: none;
    width: 100%;
  }
  .bilderlinks .ce_text .inner .text, .bilderlinks .content-text .inner .text {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
    width: 100%;
  }
  #main .mod_article.intro {
    text-align: center;
  }
  .mod_article .ce_form.routing .formbody {
    text-align: left;
  }
  .dlh_googlemap img {
    max-width: 65px;
  }
}
@media (max-width: 580px) {
  #footer .bottom span, #footer .bottom > div, #footernav ul > li {
    float: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #footernav {
    margin-bottom: 25px;
    margin-top: 35px;
  }
  #footer .bottom > div.copyright {
    margin-top: 25px;
  }
  #footer .bottom span {
    border: none;
  }
  .rosmarin.bottom, .rosmarin.top {
    display: none;
  }
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .home h2 {
    margin-bottom: 25px;
  }
  .home h2 span {
    max-width: 200px;
    text-align: center;
  }
  #logo {
    max-width: 75px;
  }
  .home #logo {
    max-width: 130px;
  }
  #header .right {
    margin-top: 0;
  }
  #mobile_button {
    top: 10px;
  }
  .noslider #header #mobile_button, #header.scroll #mobile_button {
    top: 5px;
  }
  .noslider #header:before, #header.scroll:before {
    height: 65px;
  }
  .noslider #header .right, #header.scroll .right {
    margin-top: -13px;
  }
  .noslider #container {
    margin-top: 70px;
  }
  #pageimages {
    margin-top: 65px;
  }
  #scroll_logo {
    top: 13px;
    height: 40px;
  }
  h1 {
    font-size: 30px;
  }
  #main .mod_article.intro {
    padding: 40px 0;
    font-size: 18px;
    line-height: 26px;
  }
  .wurstsorten .float_left {
    max-width: 100%;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
    float: none;
  }
  .mod_article .ce_form .formbody > .col_50 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0px;
  }
  .mod_article .ce_form .formbody > .form-grillhuette-true.col_0, .mod_article .ce_form .formbody > .form-grillhuette-true.col_1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mod_article .ce_form .formbody .widget-radio legend {
    padding-top: 20px;
  }
  .mod_article .ce_downloads li, .mod_article .content-downloads li {
    padding: 10px 0;
    text-align: left;
  }
  .mod_article .ce_downloads li a:before, .mod_article .content-downloads li a:before {
    font-size: 16px;
    padding: 8px 9px 8px 10px;
  }
  .mod_article .ce_form .formbody > .form-grillhuette-true {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 440px) {
  .home #logo {
    max-width: 100px;
  }
  h2, .mod_hit_privacy_blocks h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 27px;
  }
  .mod_hit_privacy_blocks .privacy_block h3 {
    font-size: 18px;
  }
  .home #pageimages .hit-slider {
    min-height: 250px !important;
  }
  #pageimages .inside:before {
    font-size: 14px;
    padding: 0px 10px;
    padding-right: 20px;
    top: 70%;
  }
  #footernav a, #footernav strong {
    font-size: 18px;
  }
  .home h2 {
    font-size: 24px;
    line-height: 27px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fusers%2Fbauer-beelitz%2Fwww%2Ffiles%2Fthemes%2Fbeelitz2019%2Fcss%2F_hit_mixins.scss%22%2C%22home%2Fusers%2Fbauer-beelitz%2Fwww%2Ffiles%2Fthemes%2Fbeelitz2019%2Fcss%2F_hit_slider.scss%22%2C%22home%2Fusers%2Fbauer-beelitz%2Fwww%2Ffiles%2Fthemes%2Fbeelitz2019%2Fcss%2F_hit_menu.scss%22%2C%22home%2Fusers%2Fbauer-beelitz%2Fwww%2Ffiles%2Fthemes%2Fbeelitz2019%2Fcss%2F_contao5.scss%22%2C%22home%2Fusers%2Fbauer-beelitz%2Fwww%2Ffiles%2Fthemes%2Fbeelitz2019%2Fcss%2Fstyle.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAyHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOZ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9RJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9NJ%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAC9DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAJheJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIseI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJxhBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIiiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ5zBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIk0BA%3BAAAA%3BAAAA%3BAAAA%3BAJ7wBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIuxBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ50BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIm1BA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAJzyBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIkzBA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAJphCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIyhCJ%3BAAAA%3BAAAA%3BAJzhCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI8hCJ%3BAAAA%3BAAAA%3BAJ9hCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAImiCJ%3BAAAA%3BAAAA%3BAJniCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIyiCR%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAEQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */