@charset "UTF-8";
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  html .header-container {
    width: 100%;
  }
}
html.sticky-header-active header#header .header-body {
  min-height: 80px;
  height: 80px;
}
html.sticky-header-active header#header .header-body .header-container #header-top {
  display: none;
}
html.sticky-header-active header#header .header-body .header-container .header-logo a img {
  margin-top: 2px;
}
html.sticky-header-active header#header .header-body .header-nav-push-top {
  margin-top: -108px;
  background: #FFF;
}
html header#header .header-body {
  border-bottom: 1px #cccccc solid;
  min-height: 140px;
}
html header#header .header-nav-top ul.nav-pills li img {
  display: inline-block;
  height: 16px;
  width: auto;
  margin-right: 2px;
}
html header#header .header-nav-main ul.nav-pills li.menu-cart-item a {
  padding-right: 40px;
}
html header#header .header-nav-main ul.nav-pills li.menu-cart-item img {
  display: inline-block;
  height: 31px;
  position: absolute;
  top: 10px;
  right: 0;
}
html body header#header {
  background: #FFFFFF;
  border: 0;
  margin: 0 auto;
  height: 80px;
  margin-bottom: 15px;
}
html body header#header .header-body .header-logo img {
  margin-top: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  html body header#header .header-body .header-logo img {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  html body header#header .header-body .header-nav-main nav > ul > li > a {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 0;
  }
}
html body header#header .header-body .header-nav-push-top {
  margin-top: -64px;
}
html body header#header .header-body .header-nav-push-top button.header-btn-collapse-nav {
  margin-left: 0;
  margin-right: 15px;
  background: #9da323;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav > li > a {
  font-size: 20px;
  font-weight: normal;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li:hover a {
  background: transparent;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li a {
  color: #9da323;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li a:hover {
  color: #ec6607;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.dropdown a.dropdown-toggle {
  padding-bottom: 0;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.dropdown ul.dropdown-menu {
  border-top-color: #FFF;
  opacity: 0.9;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.dropdown ul.dropdown-menu li {
  position: relative;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.dropdown ul.dropdown-menu li a {
  color: #6f6f6e;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.dropdown ul.dropdown-menu li a:hover {
  background: #9da323;
  color: #FFFFFF;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.dropdown ul.dropdown-menu li ul.submenu2l {
  position: absolute;
  left: 100%;
  top: 0;
  width: max-content;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: none;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.dropdown ul.dropdown-menu li ul.submenu2l a {
  display: block;
  color: #6f6f6e;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.dropdown ul.dropdown-menu li ul.submenu2l a:hover {
  text-decoration: none;
  color: #fff;
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.dropdown ul.dropdown-menu li:hover ul.submenu2l {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.dropdown ul.dropdown-menu li.opened .submenu2l.dropdown-menu {
    position: relative;
    left: unset;
  }
}
html body header#header .header-body .header-nav-push-top .header-nav-main ul#mainNav li.menu-cart-item i {
  font-size: 20px;
}
html body header#header ul#header-top {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
html body header#header ul#header-top li {
  display: inline;
  margin-right: 30px;
}
html body header#header ul#header-top li > a {
  padding: 0;
  color: #6f6f6e;
}
html body header#header ul#header-top li > a:hover {
  background: none;
}
html body header#header ul#header-top li#login-dropdown {
  display: inline !important;
}
html body header#header ul#header-top li#login-dropdown > a {
  font-size: 14px;
}
html body header#header ul#header-top li#login-dropdown:hover ul.dropdown-menu {
  display: block;
}
html body header#header ul#header-top li#login-dropdown ul.dropdown-menu {
  margin-top: 0px;
  left: -250px;
}
html body header#header ul#header-top li#login-dropdown ul.dropdown-menu input[type=text], html body header#header ul#header-top li#login-dropdown ul.dropdown-menu input[type=password] {
  width: 200px;
  display: block;
}
html body header#header #header-menu {
  position: relative;
  height: 93.2px;
}
html body header#header #header-menu ul#header-menu-entries {
  text-align: right;
  color: #9da323;
  position: absolute;
  bottom: 0;
  right: 0;
}
html body header#header #header-menu ul#header-menu-entries li {
  display: inline;
}
html body #account-dropdown {
  left: -125px !important;
  width: 270px !important;
}
html body #account-dropdown > li {
  margin: 0 !important;
}
html body #account-dropdown > li p {
  margin-top: 10px;
  margin-bottom: 0;
}
html body #account-dropdown > li p:last-child {
  margin-bottom: 10px;
}

body footer#footer {
  background: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  margin: 0 auto;
  height: 900px;
}
body footer#footer #footer-news-row {
  display: none;
}
body footer#footer h2, body footer#footer h3 {
  color: #6f6f6e;
  font-weight: bold;
}
body footer#footer a {
  color: #9da323;
}
body footer#footer a.btn {
  color: #FFF;
}
body footer#footer ul.footer-icon-list li {
  display: inline-block;
  margin-right: 10px;
  height: 65px;
}
body footer#footer ul.footer-icon-list li img {
  display: inline;
}
body footer#footer #footer-customers h2 {
  margin-bottom: 5px;
}
body footer#footer #footer-customers .icons {
  text-align: right;
  margin-right: 20px;
}
body footer#footer #footer-customers .icons i {
  background: #6f6f6e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: left;
  padding-top: 4px;
  color: #FFF;
  margin-bottom: 20px;
  font-size: 20px;
  cursor: pointer;
  padding-left: 10px;
}
body footer#footer #footer-customers .icons i:last-child {
  padding-left: 13px;
}
body footer#footer ul#footer-customers-slider > button {
  display: none !important;
}
body footer#footer ul#footer-customers-slider li {
  margin-right: 20px;
}
body footer#footer ul#footer-customers-slider li div {
  position: relative;
  margin-bottom: 20px;
}
body footer#footer ul#footer-customers-slider li div .footer-customers-slider-message {
  background: #9da323;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 0;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
body footer#footer ul#footer-customers-slider li div .footer-customers-slider-message:before, body footer#footer ul#footer-customers-slider li div .footer-customers-slider-message:after {
  font-size: 60px;
  position: absolute;
}
body footer#footer ul#footer-customers-slider li div .footer-customers-slider-message:before {
  left: 7px;
  font-family: serif;
  content: "”";
  letter-spacing: -9px;
  top: 16px;
}
body footer#footer ul#footer-customers-slider li div .footer-customers-slider-message:after {
  right: 20px;
  font-family: serif;
  content: "“";
  bottom: 0;
  letter-spacing: -9px;
}
body footer#footer ul#footer-customers-slider li div:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #9da323 transparent transparent transparent;
  line-height: 0px;
  _border-color: #9da323 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  content: " ";
  position: absolute;
  bottom: -12px;
  left: 20px;
}
body footer#footer ul#footer-customers-slider li .footer-customers-slider-from {
  font-weight: bold;
  color: #000000;
}
body footer#footer ul#footer-customers-slider li .footer-customers-slider-from-subtitle {
  font-size: 11px;
}
body footer#footer #footer-newsletter #newsletter {
  height: 34px;
}
body footer#footer #footer-newsletter button {
  background: #FFFFFF;
  border-color: #BBB;
  color: #6f6f6e;
  text-shadow: none;
}
body footer#footer #footer-newsletter #footer-social-media-title {
  margin-top: 20px;
}
body footer#footer #footer-newsletter ul#footer-list-socialmedia li {
  display: inline;
  margin-right: 5px;
}
body footer#footer #footer-newsletter ul#footer-list-socialmedia li:last-child {
  margin-right: 0;
}
body footer#footer #footer-newsletter ul#footer-list-socialmedia li a {
  text-decoration: none;
}
body footer#footer #footer-newsletter ul#footer-list-socialmedia li a:hover {
  text-decoration: none;
}
body footer#footer #footer-newsletter ul#footer-list-socialmedia li a i {
  font-size: 30px;
  background: #9da323;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}
body footer#footer #footer-newsletter ul#footer-list-socialmedia li a i.fa-google-plus {
  padding-left: 6px;
}
body footer#footer #footer-news h2 {
  margin-bottom: 50px;
}
body footer#footer #footer-news a.btn {
  float: right;
}
body footer#footer #footer-news .slick-slide p {
  max-height: 220px;
  overflow: hidden;
}
body footer#footer #footer-news #footer-news-slider > button {
  display: none !important;
}
body footer#footer #footer-news #footer-news-slider .slick-dots li button {
  background: none !important;
}
body footer#footer #footer-news #footer-news-slider .footer-news-entry-top {
  height: 85px;
}
body footer#footer #footer-news #footer-news-slider .footer-news-entry-top .footer-news-entry-date {
  float: left;
  margin-right: 20px;
  height: 75px;
  width: 50px;
  text-align: center;
  color: #9da323;
}
body footer#footer #footer-news #footer-news-slider .footer-news-entry-top .footer-news-entry-date .day {
  font-size: 19px;
  font-weight: bold;
}
body footer#footer #footer-news #footer-news-slider .footer-news-entry-top .footer-news-entry-date .month {
  background: #9da323;
  color: #FFFFFF;
  display: block;
  margin-top: 10px;
  padding: 0 10px;
}
body footer#footer #footer-news #footer-news-slider .footer-news-entry-top .footer-news-entry-title {
  height: 75px;
  max-height: 75px;
  overflow: hidden;
}
body footer#footer #footer-news #footer-news-slider .footer-news-entry-top .footer-news-entry-title h3 {
  color: #9da323;
}
@media only screen and (min-width: 992px) {
  body footer#footer .footer-hr-row {
    position: relative;
    margin-left: -50px;
    margin-right: -50px;
  }
}
body footer#footer .footer-hr-row hr {
  background-image: none;
  background: #6f6f6e;
}
body footer#footer .footer-hr-row span {
  position: absolute;
  top: 2px;
  left: 50px;
  background: #9da323;
  padding: 5px 10px;
  color: #FFF;
  font-size: 20px;
}
body footer#footer #footer-copyright {
  text-align: center;
}

.btn.btn-alpha {
  background: #9da323;
  color: #FFF;
}
.btn.btn-beta, .btn.btn-bravo {
  background: #ec6607;
  color: #FFF;
}

body * {
  font-family: "Open Sans";
}
body h1, body h2, body h3, body h4 {
  color: #6f6f6e;
}
body .main-container {
  padding-top: 60px !important;
}
body .main-container {
  padding-top: 60px !important;
}
body .main-container {
  padding-top: 60px !important;
}
body .main-container .std > p {
  margin: 0;
}

/* Übersicht */
body.blog-index-list .main-container, body.blog-post-view .main-container {
  margin-top: 0;
}
body.blog-index-list .main-container img, body.blog-post-view .main-container img {
  max-width: 100%;
  height: auto;
}
body.blog-index-list .main-container .pager, body.blog-post-view .main-container .pager {
  margin: 0;
}
body.blog-index-list .main-container .pager .pages li a, body.blog-post-view .main-container .pager .pages li a {
  padding: 0;
  border-radius: 0;
}
body.blog-index-list .main-container .pager .pages .next:before, body.blog-post-view .main-container .pager .pages .next:before {
  border-left: 4px solid #9da323;
}
body.blog-index-list .main-container .pager .pages li a, body.blog-post-view .main-container .pager .pages li a {
  padding: 0;
  border-radius: 0;
}
body.blog-index-list .main-container .pager .pages .next:before, body.blog-post-view .main-container .pager .pages .next:before {
  border-left: 4px solid #9da323;
}

@media only screen and (max-width: 820px) {
  .blog-index-list .main-container .col-main, .blog-index-list .main-container .col-right.sidebar, .blog-post-view .main-container .col-main, .blog-post-view .main-container .col-right.sidebar {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .header-body .header-container .header-logo img {
    max-width: 210px;
    height: auto !important;
  }
}
body.cms-page-view .main-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
body.cms-page-view .main-container .container-purecms {
  margin-top: 0;
}
body.cms-page-view .main-container .container-purecms > .row {
  margin-left: 0;
  margin-right: 0;
}
body.cms-page-view ul li a {
  color: #9da323;
}
body.cms-page-view .breadcrumbs {
  display: none;
}
body.cms-page-view .std h1, body.cms-page-view .std h2, body.cms-page-view .std h3, body.cms-page-view .std h4 {
  color: #707173;
  font-family: "Open Sans";
}
body.cms-page-view .std h1 {
  font-size: 32px;
}
body.cms-page-view .std h2 {
  font-size: 28px;
}
body.cms-page-view .std p {
  font-family: "Open Sans";
  font-style: normal;
  font-size: 18px;
  color: #707173;
}
body.cms-page-view .call_to_action {
  background: #9da323;
  height: 100px;
}
body.cms-page-view .call_to_action p {
  margin-top: 27px;
  margin-bottom: 0;
  color: #FFF;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  body.cms-page-view .call_to_action p {
    text-align: center;
  }
}
body.cms-page-view .call_to_action small {
  text-align: left;
  color: #FFF;
  display: block;
  font-weight: normal;
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  body.cms-page-view .call_to_action small {
    text-align: center;
  }
}
body.cms-page-view .call_to_action a {
  background: #FFF;
  color: #6f6f6e;
  margin-top: 33px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  body.cms-page-view .call_to_action {
    height: 200px;
  }
  body.cms-page-view .call_to_action p {
    font-size: 20px;
  }
  body.cms-page-view .call_to_action small {
    font-size: 90%;
  }
  body.cms-page-view .call_to_action .call_to_action_btn {
    text-align: center;
  }
  body.cms-page-view .call_to_action .call_to_action_btn a {
    margin-top: 23px;
  }
}

.cms-agb .main-container .std p {
  margin: 0 0 1.5em !important;
}

@media only screen and (max-width: 991px) {
  body.cms-page-view.cms-classic-kochbox .call_to_action,
body.cms-page-view.cms-kochbox-vegetarisch .call_to_action {
    margin-top: 4rem;
  }
}
body .main-container {
  max-width: 1200px;
}
body .main-container .main .breadcrumbs {
  margin-top: 10px;
}
body .main-container .main .messages {
  margin-top: 29px;
  width: 100%;
}
body p.required, body label.required:after, body span.required:after {
  color: #707173;
}
body h1, body h2, body h3, body h4 {
  text-transform: none;
  font-family: "Open Sans";
}
body button,
body input,
body select,
body table,
body textarea,
body label,
body .block-layered-nav .block-content > dl > dt {
  font-family: "Open Sans";
}
body button, body input.button, body a.button {
  background: #9da323 !important;
  color: #FFF !important;
  border-radius: 7px;
}
body button:hover, body input.button:hover, body a.button:hover {
  background: #ec6607 !important;
  color: #FFF !important;
}
body button a, body input.button a, body a.button a {
  color: #FFF !important;
}
body button a:hover, body input.button a:hover, body a.button a:hover {
  background: #ec6607 !important;
  color: #FFF !important;
}
body button.btn-bravo, body input.button.btn-bravo, body a.button.btn-bravo {
  background: #ec6607 !important;
  color: #FFF !important;
}
body button.btn-bravo:hover, body input.button.btn-bravo:hover, body a.button.btn-bravo:hover {
  background: #9da323 !important;
  color: #FFF !important;
}
body button.btn-bravo a, body input.button.btn-bravo a, body a.button.btn-bravo a {
  color: #FFF !important;
}
body button.btn-bravo a:hover, body input.button.btn-bravo a:hover, body a.button.btn-bravo a:hover {
  background: #9da323 !important;
  color: #FFF !important;
}
@media only screen and (max-width: 767px) {
  body .mood-box {
    background: none !important;
    height: auto !important;
  }
}
body .mood-box .mood-image {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .mood-box .mood-image {
    display: block;
    width: 100%;
    height: auto;
  }
}
body:not(.cms-page-view) .main a {
  color: #9da323;
}
body:not(.cms-page-view) .main a:hover {
  color: #ec6607;
}
body:not(.cms-page-view) .main a.btn-bravo {
  color: #FFF;
}
body:not(.cms-page-view) .main a.btn-bravo:hover {
  background: #9da323;
  border-color: #ec6607;
}
body:not(.cms-page-view) .main .block-title span {
  color: #9da323;
}
body:not(.cms-page-view) .main .price-box .price {
  color: #6f6f6e;
}
body:not(.cms-page-view) .main .col-main > div:first-child, body:not(.cms-page-view) .main .col-left > div:first-child, body:not(.cms-page-view) .main .col-right > div:first-child {
  padding-top: 10px;
}
body:not(.cms-page-view) .main .col-main > div:first-child button, body:not(.cms-page-view) .main .col-left > div:first-child button, body:not(.cms-page-view) .main .col-right > div:first-child button {
  background: #9da323;
  color: #FFF;
}
body:not(.cms-page-view) .main .col-main > div:first-child button span span, body:not(.cms-page-view) .main .col-left > div:first-child button span span, body:not(.cms-page-view) .main .col-right > div:first-child button span span {
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
}
body:not(.cms-page-view) .main .col-right > div {
  padding-top: 35px;
}

@media only screen and (max-width: 767px) {
  body:not(.cms-page-view) .main .col-main > div:first-child {
    padding-top: 10px;
  }
}
body.cms-home #auguria-slider {
  margin-bottom: 0;
}
body.cms-home #auguria-slider .caption {
  bottom: 0;
}
body.cms-home #auguria-slider a.prev, body.cms-home #auguria-slider a.next {
  background-color: #ed6b48;
  background-image: none;
  text-indent: inherit;
  font-size: 0;
  padding: 5px 15px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  text-decoration: none;
  top: calc(50% - 23px);
  position: absolute;
}
body.cms-home #auguria-slider a.prev:hover, body.cms-home #auguria-slider a.next:hover {
  opacity: 1 !important;
  text-decoration: none;
}
body.cms-home #auguria-slider a.prev:after, body.cms-home #auguria-slider a.next:after {
  -moz-transform: translate(0px, -1px);
  -webkit-transform: translate(0px, -1px);
  -o-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-size: 24px;
  display: block;
  text-align: center;
}
body.cms-home #auguria-slider a.prev {
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  left: 0;
}
body.cms-home #auguria-slider a.prev:after {
  content: "\f104";
  font-family: fontAwesome;
}
body.cms-home #auguria-slider a.next {
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  right: 0;
}
body.cms-home #auguria-slider a.next:after {
  content: "\f105";
  font-family: fontAwesome;
}
body.cms-home #auguria-slider:hover a.prev, body.cms-home #auguria-slider:hover a.next {
  opacity: 0.8;
}
body.cms-home h2 {
  font-size: 28px;
}
body.cms-home header#header .header-body {
  /*border-bottom: 0;*/
}
body.cms-home .main-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  padding-bottom: 10px;
}
body.cms-home .main-container .main .col-main .std {
  padding-top: 0;
}
body.cms-home .main-container #homepage-big-image {
  height: 600px;
  background-image: url("../images/Startseite_Header_2.png");
}
body.cms-home .main-container #homepage-big-image #homepage-big-image-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.cms-home .main-container #homepage-big-image {
    background: none;
    height: auto;
  }
  body.cms-home .main-container #homepage-big-image #homepage-big-image-mobile {
    display: block;
  }
  body.cms-home .main-container #homepage-big-image #homepage-big-image-overlay {
    display: none;
  }
}
body.cms-home .main-container #homepage-big-image div.row {
  position: relative;
}
body.cms-home .main-container #homepage-big-image div.row #homepage-big-image-text {
  position: absolute;
  top: 150px;
  right: 0;
  width: 450px;
  height: 180px;
}
@media only screen and (max-width: 840px) {
  body.cms-home .main-container #homepage-big-image div.row #homepage-big-image-text {
    width: 290px;
    height: 175px;
    right: 20px;
  }
  body.cms-home .main-container #homepage-big-image div.row #homepage-big-image-text h1 {
    font-size: 20px;
  }
  body.cms-home .main-container #homepage-big-image div.row #homepage-big-image-text p {
    font-size: 12px;
  }
}
body.cms-home .main-container #homepage-big-image div.row #homepage-big-image-blur {
  -webkit-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="5" /></filter></svg>#blur');
  /* Firefox, Safari, Chrome*/
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
  /* IE9 */
  position: absolute;
  top: 140px;
  right: 0px;
  width: 470px;
  height: 180px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
}
@media only screen and (max-width: 840px) {
  body.cms-home .main-container #homepage-big-image div.row #homepage-big-image-blur {
    width: 300px;
    height: 175px;
    right: 20px;
  }
}
body.cms-home .main-container #homepage-big-image-overlay-under {
  padding-top: 20px;
  background: #9da323;
}
body.cms-home .main-container #homepage-big-image-overlay-under h1, body.cms-home .main-container #homepage-big-image-overlay-under p {
  color: #FFF;
  text-align: center;
}
body.cms-home .main-container #homepage-order-now {
  background: #9da323;
  height: 105px;
  line-height: 105px;
}
@media only screen and (max-width: 600px) {
  body.cms-home .main-container #homepage-order-now {
    height: 125px;
  }
}
body.cms-home .main-container #homepage-order-now #homepage-order-now-text-col {
  color: #FFF;
  font-size: 35px;
}
body.cms-home .main-container #homepage-order-now #homepage-order-now-text-col button {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  body.cms-home .main-container #homepage-order-now #homepage-order-now-text-col {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-home .main-container #homepage-order-now #homepage-order-now-text-col {
    font-size: 23px;
    line-height: normal;
    text-align: center;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.cms-home .main-container #homepage-order-now #homepage-order-now-text-col {
    font-size: 23px;
  }
}
@media only screen and (max-width: 600px) {
  body.cms-home .main-container #homepage-order-now #homepage-order-now-text-col {
    font-size: 20px;
  }
}
body.cms-home .main-container #homepage-benefits {
  margin-top: 68px;
  margin-bottom: 68px;
}
body.cms-home .main-container #homepage-benefits ul#homepage-benefits-list {
  list-style-type: none;
  margin-top: 56px;
}
body.cms-home .main-container #homepage-benefits ul#homepage-benefits-list li {
  list-style-type: none;
  display: flex;
  line-height: 30px;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 20px;
}
body.cms-home .main-container #homepage-benefits ul#homepage-benefits-list li i {
  color: #FFF;
  background: #9da323;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 21px;
  line-height: 31px;
  text-align: center;
  margin-right: 15px;
  font-size: 24px;
}
body.cms-home .main-container #homepage-products {
  padding-top: 45px;
  padding-bottom: 20px;
  background-image: url(../images/our_products_background.jpg);
}
body.cms-home .main-container #homepage-products .homepage-products-box {
  background: #FFF;
  height: 360px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  background-image: url("../images/our_products.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 430px;
}
@media only screen and (max-width: 767px) {
  body.cms-home .main-container #homepage-products .homepage-products-box {
    background-size: contain;
    background-position: center top;
  }
}
body.cms-home .main-container #homepage-products .homepage-products-box .homepage-products-box-name {
  position: absolute;
  top: 200px;
  background: #9da323;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #FFF;
  width: 200px;
  text-indent: 15px;
  left: 0;
}
body.cms-home .main-container #homepage-products .homepage-products-box .homepage-products-box-persons {
  position: absolute;
  top: 250px;
  left: 5px;
  background: #ec6607;
  line-height: 24px;
  font-size: 13px;
  height: 24px;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}
body.cms-home .main-container #homepage-products .homepage-products-box .homepage-products-box-desc {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
body.cms-home .main-container #homepage-products .homepage-products-box .homepage-products-box-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body.cms-home .main-container #homepage-mood-image-foot {
  background-image: url("../images/home_mood.png");
  background-repeat: no-repeat;
  height: 600px;
  background-position: center;
}
body.cms-home footer#footer {
  padding-top: 10px;
}
body.cms-home footer#footer #footer-news-row {
  display: block;
}

@media only screen and (max-width: 600px) {
  body.cms-home #auguria-slider .caption {
    height: 80px !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.cms-home #auguria-slider .caption h1, body.cms-home #auguria-slider .caption h2, body.cms-home #auguria-slider .caption h3, body.cms-home #auguria-slider .caption h4, body.cms-home #auguria-slider .caption h5, body.cms-home #auguria-slider .caption h6, body.cms-home #auguria-slider .caption p {
    margin-bottom: 0;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 600px) and (max-width: 400px) {
  body.cms-home #auguria-slider .caption {
    height: 50px !important;
  }
}
body.cms-unsere-kochboxen .main-container, body.cms-kochbox-familientuete .main-container, body.cms-kochbox-fuer-zwei-personen .main-container, body.cms-kochbox-vegetarisch .main-container, body.cms-classic-kochbox .main-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
body.cms-unsere-kochboxen .main-container .mobile-mood-image, body.cms-kochbox-familientuete .main-container .mobile-mood-image, body.cms-kochbox-fuer-zwei-personen .main-container .mobile-mood-image, body.cms-kochbox-vegetarisch .main-container .mobile-mood-image, body.cms-classic-kochbox .main-container .mobile-mood-image {
  display: none;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.cms-unsere-kochboxen .main-container .mood_container_mobile, body.cms-kochbox-familientuete .main-container .mood_container_mobile, body.cms-kochbox-fuer-zwei-personen .main-container .mood_container_mobile, body.cms-kochbox-vegetarisch .main-container .mood_container_mobile, body.cms-classic-kochbox .main-container .mood_container_mobile {
    background: none !important;
    height: auto !important;
  }
  body.cms-unsere-kochboxen .main-container .mood_container_mobile .mobile-mood-image, body.cms-kochbox-familientuete .main-container .mood_container_mobile .mobile-mood-image, body.cms-kochbox-fuer-zwei-personen .main-container .mood_container_mobile .mobile-mood-image, body.cms-kochbox-vegetarisch .main-container .mood_container_mobile .mobile-mood-image, body.cms-classic-kochbox .main-container .mood_container_mobile .mobile-mood-image {
    display: block !important;
  }
}
body.cms-unsere-kochboxen .main-container #kochboxen_head, body.cms-kochbox-familientuete .main-container #kochboxen_head, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_head, body.cms-kochbox-vegetarisch .main-container #kochboxen_head, body.cms-classic-kochbox .main-container #kochboxen_head {
  height: 600px;
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_Familientuete.jpg");
  background-position: center;
}
@media only screen and (max-width: 991px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_head, body.cms-kochbox-familientuete .main-container #kochboxen_head, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_head, body.cms-kochbox-vegetarisch .main-container #kochboxen_head, body.cms-classic-kochbox .main-container #kochboxen_head {
    height: 300px;
    background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_Familientuete_dyn.jpg");
    background-position: center;
  }
}
body.cms-unsere-kochboxen .main-container #kochboxen_desc, body.cms-kochbox-familientuete .main-container #kochboxen_desc, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_desc, body.cms-kochbox-vegetarisch .main-container #kochboxen_desc, body.cms-classic-kochbox .main-container #kochboxen_desc {
  padding-top: 50px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_desc .text_left, body.cms-kochbox-familientuete .main-container #kochboxen_desc .text_left, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_desc .text_left, body.cms-kochbox-vegetarisch .main-container #kochboxen_desc .text_left, body.cms-classic-kochbox .main-container #kochboxen_desc .text_left {
  margin-top: 30px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_desc .kochboxen_desc_preis > div, body.cms-kochbox-familientuete .main-container #kochboxen_desc .kochboxen_desc_preis > div, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_desc .kochboxen_desc_preis > div, body.cms-kochbox-vegetarisch .main-container #kochboxen_desc .kochboxen_desc_preis > div, body.cms-classic-kochbox .main-container #kochboxen_desc .kochboxen_desc_preis > div {
  background: #9da323;
  border-radius: 10px;
  color: #FFF;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  padding-left: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_desc .kochboxen_desc_preis > div, body.cms-kochbox-familientuete .main-container #kochboxen_desc .kochboxen_desc_preis > div, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_desc .kochboxen_desc_preis > div, body.cms-kochbox-vegetarisch .main-container #kochboxen_desc .kochboxen_desc_preis > div, body.cms-classic-kochbox .main-container #kochboxen_desc .kochboxen_desc_preis > div {
    font-size: 17px;
  }
}
body.cms-unsere-kochboxen .main-container #kochboxen_desc .kochboxen_desc_preis > div a, body.cms-kochbox-familientuete .main-container #kochboxen_desc .kochboxen_desc_preis > div a, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_desc .kochboxen_desc_preis > div a, body.cms-kochbox-vegetarisch .main-container #kochboxen_desc .kochboxen_desc_preis > div a, body.cms-classic-kochbox .main-container #kochboxen_desc .kochboxen_desc_preis > div a {
  float: right;
  color: #6f6f6e;
  background: #FFF;
  margin-top: 14px;
  margin-right: 20px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte, body.cms-classic-kochbox .main-container #kochboxen_gerichte {
  margin-top: 50px;
  padding-top: 50px;
  height: 800px;
  background-image: url("../images/unsere_kochboxen/Holzhintergrund.jpg");
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte, body.cms-classic-kochbox .main-container #kochboxen_gerichte {
    height: 960px;
  }
}
@media only screen and (max-width: 767px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte, body.cms-classic-kochbox .main-container #kochboxen_gerichte {
    height: 850px;
  }
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodsliderLists, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodsliderLists, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodsliderLists, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodsliderLists, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodsliderLists {
  margin-bottom: 50px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider {
  height: 615px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider .weeksteps, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider .weeksteps, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider .weeksteps, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider .weeksteps, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider .weeksteps {
  position: absolute;
  top: 0;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider .weeksteps .week_name, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider .weeksteps .week_name, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider .weeksteps .week_name, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider .weeksteps .week_name, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider .weeksteps .week_name {
  background: #9da323;
  margin-left: 1px;
  padding: 5px 10px;
  color: #FFF;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods {
  display: inline;
  margin-left: 10px;
  cursor: pointer;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods li, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods li, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods li, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods li, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods li {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  background: #FFF;
  color: #6f6f6e;
  opacity: 0.8;
  height: 30px;
  width: 30px;
  line-height: 17px;
  font-size: 18px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods li.active, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods li.active, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods li.active, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods li.active, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider .weeksteps ul.week_foods li.active {
  background: #9da323;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider li, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider li, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider li, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider li, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider li {
  /*height: 635px;*/
  /* altes format: 9+3 */
  height: 490px;
  /* neues format: 7+1+4 */
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider li, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider li, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider li, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider li, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider li {
    height: 402px;
  }
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider li .description, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider li .description, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider li .description, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider li .description, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider li .description {
  position: absolute;
  bottom: 50px;
  height: auto;
  background: #9da323;
  min-width: 50%;
  max-width: 75%;
  padding-right: 20px;
  color: #FFF;
  padding-left: 20px;
  line-height: 22px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 16px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider li .description strong, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider li .description strong, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider li .description strong, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider li .description strong, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider li .description strong {
  font-size: 18px;
  font-style: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider li .description, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider li .description, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider li .description, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider li .description, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider li .description {
    bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider li .description, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider li .description, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider li .description, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider li .description, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider li .description {
    font-size: 14px;
    line-height: 16px;
    width: 75%;
    padding: 10px;
    bottom: 30px;
  }
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider li .description strong, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider li .description strong, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider li .description strong, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider li .description strong, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider li .description strong {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider .slick-track li, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider .slick-track li, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider .slick-track li, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider .slick-track li, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider .slick-track li {
    background-position: top;
    width: 720px;
    height: 540px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider .slick-track li, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider .slick-track li, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider .slick-track li, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider .slick-track li, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider .slick-track li {
    background-position: top left;
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider {
    height: 540px;
  }
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps {
    margin-top: 0;
  }
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step {
  background: #9da323;
  margin-bottom: 25px;
  padding: 5px 0 5px 20px;
  color: #FFF;
  position: relative;
  height: 77px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step strong, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step strong, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step strong, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step strong, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step strong {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step p, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step p, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step p, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step p, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step p {
  color: #FFF;
  font-size: 14px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop {
  position: absolute;
  top: 65px;
  background: #ec6607;
  color: #FFF;
  padding: 0 10px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop a, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop a, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop a, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop a, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop a {
  color: #FFF;
  text-decoration: underline;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step {
    width: 33%;
    margin-right: 1%;
    float: left;
    height: 130px;
    padding: 7px;
  }
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step:last-child, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step:last-child, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step:last-child, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step:last-child, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step:last-child {
    margin-right: 0;
    width: 32%;
  }
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step strong, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step strong, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step strong, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step strong, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step strong {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 14px;
  }
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step p, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step p, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step p, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step p, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step p {
    font-size: 13px;
    line-height: 16px;
  }
  body.cms-unsere-kochboxen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop, body.cms-kochbox-familientuete .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop, body.cms-kochbox-vegetarisch .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop, body.cms-classic-kochbox .main-container #kochboxen_gerichte .foodslider_steps .foodslider_step .link_shop {
    top: 105px !important;
  }
}
body.cms-unsere-kochboxen .main-container #kochboxen_gewuerzpaket, body.cms-kochbox-familientuete .main-container #kochboxen_gewuerzpaket, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gewuerzpaket, body.cms-kochbox-vegetarisch .main-container #kochboxen_gewuerzpaket, body.cms-classic-kochbox .main-container #kochboxen_gewuerzpaket {
  height: 800px;
  padding-top: 110px;
}
@media only screen and (max-width: 991px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_gewuerzpaket, body.cms-kochbox-familientuete .main-container #kochboxen_gewuerzpaket, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gewuerzpaket, body.cms-kochbox-vegetarisch .main-container #kochboxen_gewuerzpaket, body.cms-classic-kochbox .main-container #kochboxen_gewuerzpaket {
    padding-top: 30px;
    height: auto;
  }
  body.cms-unsere-kochboxen .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc, body.cms-kochbox-familientuete .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc, body.cms-kochbox-vegetarisch .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc, body.cms-classic-kochbox .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc {
    margin-top: 0 !important;
  }
}
body.cms-unsere-kochboxen .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc, body.cms-kochbox-familientuete .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc, body.cms-kochbox-vegetarisch .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc, body.cms-classic-kochbox .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc {
  margin-top: 40px;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc a, body.cms-kochbox-familientuete .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc a, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc a, body.cms-kochbox-vegetarisch .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc a, body.cms-classic-kochbox .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc a {
  color: #9da323;
}
body.cms-unsere-kochboxen .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc a:hover, body.cms-kochbox-familientuete .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc a:hover, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc a:hover, body.cms-kochbox-vegetarisch .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc a:hover, body.cms-classic-kochbox .main-container #kochboxen_gewuerzpaket .kochboxen_gewuerzpaket_desc a:hover {
  color: #ccc;
}
body.cms-unsere-kochboxen .main-container #kochboxen_mood, body.cms-kochbox-familientuete .main-container #kochboxen_mood, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_mood, body.cms-kochbox-vegetarisch .main-container #kochboxen_mood, body.cms-classic-kochbox .main-container #kochboxen_mood {
  height: 800px;
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Moodbild_unten_dyn.jpg");
  background-position: center;
}
body.cms-unsere-kochboxen .main-container #kochboxen_lieferung, body.cms-kochbox-familientuete .main-container #kochboxen_lieferung, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_lieferung, body.cms-kochbox-vegetarisch .main-container #kochboxen_lieferung, body.cms-classic-kochbox .main-container #kochboxen_lieferung {
  height: 800px;
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  body.cms-unsere-kochboxen .main-container #kochboxen_lieferung, body.cms-kochbox-familientuete .main-container #kochboxen_lieferung, body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_lieferung, body.cms-kochbox-vegetarisch .main-container #kochboxen_lieferung, body.cms-classic-kochbox .main-container #kochboxen_lieferung {
    padding-top: 30px;
    height: auto;
  }
}

body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_head {
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_PAAR.jpg");
}
@media only screen and (max-width: 991px) {
  body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_head {
    background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_PAAR.jpg");
  }
}
body.cms-kochbox-fuer-zwei-personen .main-container #kochboxen_mood {
  height: 800px;
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Moodbild_unten_PAAR.jpg");
  background-position: center;
}

body.cms-kochbox-vegetarisch .main-container #kochboxen_head {
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_VEGGIE.jpg");
}
@media only screen and (max-width: 991px) {
  body.cms-kochbox-vegetarisch .main-container #kochboxen_head {
    background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_VEGGIE.jpg");
  }
}
body.cms-kochbox-vegetarisch .main-container #kochboxen_mood {
  height: 800px;
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Moodbild_unten_PAAR_orig.jpg");
  background-position: center;
}

body.cms-classic-kochbox .main-container #kochboxen_head {
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_PAAR.jpg");
}
@media only screen and (max-width: 991px) {
  body.cms-classic-kochbox .main-container #kochboxen_head {
    background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_PAAR.jpg");
  }
}
body.cms-classic-kochbox .main-container #kochboxen_mood {
  height: 800px;
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Moodbild_unten_PAAR_orig.jpg") !important;
  background-position: center;
}

body.cms-classic-kochbox .main-container #kochboxen_head {
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_PAAR.jpg");
}
@media only screen and (max-width: 991px) {
  body.cms-classic-kochbox .main-container #kochboxen_head {
    background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_PAAR.jpg");
  }
}
body.cms-classic-kochbox .main-container #kochboxen_mood {
  height: 800px;
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Moodbild_unten_PAAR.jpg");
  background-position: center; }

body.cms-so-funktionierts .main-container #sofunktionierts_head {
  background-image: url("../images/so_funktionierts/Sofunktionierts_Headerbild.jpg");
  background-position: center;
  height: 600px;
}
@media only screen and (max-width: 991px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_head {
    background-image: none;
    height: auto;
  }
  body.cms-so-funktionierts .main-container #sofunktionierts_head img {
    width: 100%;
  }
}
body.cms-so-funktionierts .main-container #sofunktionierts_konzept {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_angebot {
  padding-bottom: 50px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item {
  height: 330px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item .inner {
  border: 1px #cccccc solid;
  margin-left: 31px;
  margin-right: 0;
  padding: 20px;
  height: 360px;
  border-radius: 10px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item .inner h3 {
  font-weight: bold;
  margin-bottom: 2px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item .inner p {
  height: 110px;
  margin-bottom: 17px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item .inner span.number {
  text-align: center;
  margin: 0 auto;
  background: #9da323;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: block;
  font-size: 55px;
  line-height: 80px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 15px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item .inner a {
  color: #9da323;
  font-size: 18px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item .inner a.single-link {
  margin-top: 13px;
  display: block;
}
body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot1 .inner {
  margin-left: 0;
  margin-right: 30px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot2 .inner {
  margin-left: 17px;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto;
    margin-bottom: 20px;
  }
  body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot1 .inner, body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot2 .inner, body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot3 .inner {
    margin-right: 0;
    margin-left: 0;
  }
  body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item .inner {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item {
    width: 33%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto;
    margin-bottom: 20px;
  }
  body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot1 .inner, body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot2 .inner, body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot3 .inner {
    margin-right: 0;
    margin-left: 0;
    height: 400px;
  }
  body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot1 .inner p, body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot2 .inner p, body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot3 .inner p {
    height: 130px;
  }
  body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot1 .inner h3, body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot2 .inner h3, body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item.angebot3 .inner h3 {
    height: 50px;
    font-size: 16px;
    text-align: center;
  }
  body.cms-so-funktionierts .main-container #sofunktionierts_angebot .angebot_item .inner {
    margin-right: 0;
  }
}
body.cms-so-funktionierts .main-container #sofunktionierts_kreieren {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e7e7e7;
}
body.cms-so-funktionierts .main-container #sofunktionierts_zutaten {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_zutaten > img {
  width: 100%;
}
body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay .blur-parent {
  right: 150px;
  height: 285px;
  background: #FFF;
  right: 150px;
  width: 535px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay .blurred {
  right: 155px;
  width: 510px;
}
@media only screen and (max-width: 1199px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #9da323;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay > .row {
    width: 970px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay {
    padding-left: 0;
    padding-right: 0;
  }
  body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay > .row {
    width: 750px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay .blur-parent {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay .blurred {
    position: static;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay p {
    color: #FFF;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay h1 {
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
}
body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay_mobile {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #9da323;
  color: #FFFFFF;
}
body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay_mobile p {
  color: #FFF;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_zutaten #sofunktionierts_overlay_mobile h1 {
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_gerichte {
  padding-top: 50px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_gerichte #sofunktionierts_slider_box ul#sofunktionierts_slider {
  list-style-type: none;
  margin-bottom: 0;
}
body.cms-so-funktionierts .main-container #sofunktionierts_gerichte #sofunktionierts_slider_box ul#sofunktionierts_slider button {
  display: none !important;
}
body.cms-so-funktionierts .main-container #sofunktionierts_gerichte #sofunktionierts_slider_box ul#sofunktionierts_slider li {
  list-style-type: none;
  margin-left: 0;
  width: 25%;
  overflow: hidden;
  height: 200px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_gerichte #sofunktionierts_slider_box ul#sofunktionierts_slider li img {
  width: 100%;
}
body.cms-so-funktionierts .main-container #sofunktionierts_lieferung {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e7e7e7;
}
body.cms-so-funktionierts .main-container #sofunktionierts_mood {
  background-image: url("../images/so_funktionierts/Sofunktionierts_Moodbild_unten.jpg");
  background-position: center;
  height: 600px;
}
@media only screen and (max-width: 991px) {
  body.cms-so-funktionierts .main-container #sofunktionierts_mood {
    background-image: none;
    height: auto;
  }
  body.cms-so-funktionierts .main-container #sofunktionierts_mood img {
    width: 100%;
  }
}
body.cms-so-funktionierts .main-container #sofunktionierts_service {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_service h2 {
  margin-bottom: 20px;
}
body.cms-so-funktionierts .main-container #sofunktionierts_service h3 {
  font-weight: bold;
}

body.cms-ueber-uns h1 {
  margin-top: 10px;
}
body.cms-ueber-uns .main-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
body.cms-ueber-uns .main-container #ueberuns_head {
  height: 600px;
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_Familientuete.jpg");
  background-position: center;
}
body.cms-ueber-uns .main-container #ueberuns_gruendung {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-ueber-uns .main-container #ueberuns_werte {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../images/unsere_kochboxen/Holzhintergrund.jpg");
  background-position: center;
}
body.cms-ueber-uns .main-container #ueberuns_kundenservice {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-ueber-uns .main-container #ueberuns_mood {
  height: 600px;
  background-image: url("../images/unsere_kochboxen/UnsereKochboxen_Headerbild_Familientuete.jpg");
  background-position: center;
}

body.catalog-category-view, body.catalogsearch-result-index {
  /*#search_mini_form {
      display:none;
  }

  &.category-rezeptshopping {
      #search_mini_form {
          display:block;
      }    
  }*/
}
body.catalog-category-view .category-products .pager, body.catalogsearch-result-index .category-products .pager {
  margin: 0;
}
body.catalog-category-view .category-products .pager .pages li a, body.catalogsearch-result-index .category-products .pager .pages li a {
  padding: 0px !important;
  border-radius: 0px !important;
}
body.catalog-category-view .category-products .pager .pages .next:before, body.catalogsearch-result-index .category-products .pager .pages .next:before {
  border-left: 4px solid #9da323 !important;
}
body.catalog-category-view #search_mini_form, body.catalogsearch-result-index #search_mini_form {
  /*margin-top: 45px;*/
}
body.catalog-category-view .col-left .block-banner, body.catalogsearch-result-index .col-left .block-banner {
  display: none;
}
body.catalog-category-view .col-left .block-layered-nav .block-content .block-subtitle, body.catalogsearch-result-index .col-left .block-layered-nav .block-content .block-subtitle {
  display: none;
}
body.catalog-category-view .col-left #narrow-by-list dd ol li, body.catalogsearch-result-index .col-left #narrow-by-list dd ol li {
  margin-top: 3px;
}
body.catalog-category-view .col-left #narrow-by-list dd ol li:first-child, body.catalogsearch-result-index .col-left #narrow-by-list dd ol li:first-child {
  margin-top: 5px;
}
body.catalog-category-view .col-left #narrow-by-list dd ol li i, body.catalog-category-view .col-left #narrow-by-list dd ol li a, body.catalogsearch-result-index .col-left #narrow-by-list dd ol li i, body.catalogsearch-result-index .col-left #narrow-by-list dd ol li a {
  display: inline;
}
body.catalog-category-view .col-left #narrow-by-list dd ol li i, body.catalogsearch-result-index .col-left #narrow-by-list dd ol li i {
  margin-right: 5px;
}
body.catalog-category-view .col-left #narrow-by-list dd ol li a:hover, body.catalogsearch-result-index .col-left #narrow-by-list dd ol li a:hover {
  text-decoration: none;
  color: #9da323;
}
body.catalog-category-view .col-left div.block .currently .block-subtitle, body.catalogsearch-result-index .col-left div.block .currently .block-subtitle {
  display: none;
}
body.catalog-category-view .col-left div.block .currently ol li span.label, body.catalogsearch-result-index .col-left div.block .currently ol li span.label {
  display: none;
}
body.catalog-category-view .col-left div.block #search_mini_form, body.catalogsearch-result-index .col-left div.block #search_mini_form {
  margin-bottom: 35px;
}
body.catalog-category-view .col-left div.block #search_mini_form button, body.catalogsearch-result-index .col-left div.block #search_mini_form button {
  text-indent: 0;
  width: 75px;
  border-radius: 0;
}
body.catalog-category-view .col-left div.block dl dt, body.catalog-category-view .col-left div.block dl dd, body.catalogsearch-result-index .col-left div.block dl dt, body.catalogsearch-result-index .col-left div.block dl dd {
  padding-left: 0;
}
body.catalog-category-view .col-left div.block dl dt, body.catalogsearch-result-index .col-left div.block dl dt {
  background: none;
  color: #9da323;
  border: 0;
  padding-bottom: 0;
}
body.catalog-category-view .col-left div.block dl dd, body.catalogsearch-result-index .col-left div.block dl dd {
  border: 0;
  padding-top: 0;
}
body.catalog-category-view .col-left div.block dl dd ol li, body.catalogsearch-result-index .col-left div.block dl dd ol li {
  line-height: 13px;
}
body.catalog-category-view .col-left div.block dl dd ol li a, body.catalogsearch-result-index .col-left div.block dl dd ol li a {
  padding-left: 0;
  color: #6f6f6e;
}
body.catalog-category-view .col-left div.block dl dd ol li a span.count, body.catalogsearch-result-index .col-left div.block dl dd ol li a span.count {
  color: #6f6f6e;
}
body.catalog-category-view a.product-image, body.catalogsearch-result-index a.product-image {
  margin-bottom: 0;
  border-bottom: 0;
  border-color: #DDD;
}
body.catalog-category-view a.product-image:hover, body.catalogsearch-result-index a.product-image:hover {
  border-color: #DDD;
}
body.catalog-category-view .products-grid li, body.catalogsearch-result-index .products-grid li {
  height: 480px;
}
body.catalog-category-view .product-info, body.catalogsearch-result-index .product-info {
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 10px;
  background: none;
  height: 215px;
}
body.catalog-category-view .product-info .product-info-name, body.catalogsearch-result-index .product-info .product-info-name {
  height: 110px;
  overflow: hidden;
}
body.catalog-category-view .product-info .product-info-name h2, body.catalogsearch-result-index .product-info .product-info-name h2 {
  margin-bottom: 1px;
}
body.catalog-category-view .product-info .product-info-name h2 a, body.catalogsearch-result-index .product-info .product-info-name h2 a {
  color: #6f6f6e;
  font-weight: bold;
  text-align: left;
}
body.catalog-category-view .product-info .product-info-name small, body.catalogsearch-result-index .product-info .product-info-name small {
  display: block;
  line-height: 13px;
  text-align: left;
}
body.catalog-category-view .product-info .product-time, body.catalogsearch-result-index .product-info .product-time {
  clear: both;
  overflow: auto;
}
body.catalog-category-view .product-info .product-time .left, body.catalog-category-view .product-info .product-time .right, body.catalogsearch-result-index .product-info .product-time .left, body.catalogsearch-result-index .product-info .product-time .right {
  float: left;
  width: 50%;
}
body.catalog-category-view .product-info .product-time .left, body.catalogsearch-result-index .product-info .product-time .left {
  text-align: right;
  padding-right: 10px;
  color: #9da323;
}
body.catalog-category-view .product-info .product-time .left img, body.catalogsearch-result-index .product-info .product-time .left img {
  float: right;
}
body.catalog-category-view .product-info .product-time .right, body.catalogsearch-result-index .product-info .product-time .right {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
}
body.catalog-category-view .product-info hr, body.catalogsearch-result-index .product-info hr {
  margin: 7px 0;
}
body.catalog-category-view .product-info .product-price, body.catalogsearch-result-index .product-info .product-price {
  clear: both;
  overflow: auto;
}
body.catalog-category-view .product-info .product-price .price-box, body.catalogsearch-result-index .product-info .product-price .price-box {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 10px;
}
body.catalog-category-view .product-info .product-price .price-box .regular-price .price, body.catalogsearch-result-index .product-info .product-price .price-box .regular-price .price {
  color: #9da323;
  font-weight: bold;
}
body.catalog-category-view .product-info .product-price .tax-details, body.catalogsearch-result-index .product-info .product-price .tax-details {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  /*margin-top: 6px;*/
}
body.catalog-category-view .product-info .product-price .shipping-cost-details, body.catalog-category-view .product-info .product-price .tax-separator, body.catalogsearch-result-index .product-info .product-price .shipping-cost-details, body.catalogsearch-result-index .product-info .product-price .tax-separator {
  /*display: none;*/
}
body.catalog-category-view .actions, body.catalogsearch-result-index .actions {
  position: inherit;
  padding-top: 0px;
  min-height: inherit;
  clear: both;
  height: 50px;
}
body.catalog-category-view .actions .half-half, body.catalogsearch-result-index .actions .half-half {
  width: 50%;
  float: left;
  border: 1px #DDD solid;
  border-radius: 5px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.catalog-category-view .actions .half-half:first-child, body.catalogsearch-result-index .actions .half-half:first-child {
  border-bottom-right-radius: 0;
}
body.catalog-category-view .actions .half-half:last-child, body.catalogsearch-result-index .actions .half-half:last-child {
  border-left: 0;
  border-bottom-left-radius: 0;
}
body.catalog-category-view .actions .half-half a, body.catalog-category-view .actions .half-half button, body.catalogsearch-result-index .actions .half-half a, body.catalogsearch-result-index .actions .half-half button {
  display: block;
  width: 100%;
  color: #FFF;
  text-align: left;
  height: 50px;
  padding-left: 10px;
  background: #9da323;
  font-size: 13px;
}
body.catalog-category-view .actions .half-half a:hover, body.catalog-category-view .actions .half-half button:hover, body.catalogsearch-result-index .actions .half-half a:hover, body.catalogsearch-result-index .actions .half-half button:hover {
  background: #ec6607;
  color: #FFF;
}
body.catalog-category-view .actions .half-half a small, body.catalog-category-view .actions .half-half button small, body.catalogsearch-result-index .actions .half-half a small, body.catalogsearch-result-index .actions .half-half button small {
  line-height: 7px;
  display: block;
  padding-top: 12px;
}
body.catalog-category-view .product-info-name h2.product-name a, body.catalogsearch-result-index .product-info-name h2.product-name a {
  max-height: 40px;
  overflow: hidden;
}
body.catalog-category-view .product-info-name > small, body.catalogsearch-result-index .product-info-name > small {
  max-height: 54px;
  overflow: hidden;
}
body.catalog-category-view .product-price p.delivery-time, body.catalogsearch-result-index .product-price p.delivery-time {
  display: none;
}
@media only screen and (max-width: 480px) {
  body.catalog-category-view ul.products-grid li, body.catalogsearch-result-index ul.products-grid li {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  body.catalog-category-view ul.products-grid li, body.catalogsearch-result-index ul.products-grid li {
    width: 49%;
    height: 600px;
    padding: 0;
    margin: 0;
    margin-right: 2%;
    clear: none;
  }
  body.catalog-category-view ul.products-grid li:nth-child(2n), body.catalogsearch-result-index ul.products-grid li:nth-child(2n) {
    margin-right: 0;
  }
}

.catalog-category-view .category-image {
  border: none !important;
}

@media only screen and (max-width: 770px) {
  .col-main .block .block-content {
    display: block !important;
  }

  .catalog-category-view .wrapper .page .search-autocomplete:before {
    display: none;
  }
  .catalog-category-view .wrapper .page .block-content .block-subtitle {
    display: none;
  }
  .catalog-category-view .wrapper .page .block-content .label {
    color: #636363;
  }
  .catalog-category-view .wrapper .page .block-content .btn-remove:after {
    color: #9da323;
  }
  .catalog-category-view .wrapper .page .block-content #narrow-by-list {
    border-top: 1px solid #cccccc;
    padding: 10px;
    border: 1px solid #cccccc;
  }
  .catalog-category-view .wrapper .page .block-content #narrow-by-list dt {
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 8px;
    background: none;
    color: #9da323;
    border: 0;
    padding-bottom: 0;
  }
  .catalog-category-view .wrapper .page .block-content #narrow-by-list dt:after {
    left: 0;
    top: 20px;
    border-left: 4px solid #9da323;
  }
  .catalog-category-view .wrapper .page .block-content #narrow-by-list dd {
    border: 0;
  }
  .catalog-category-view .wrapper .page .block-content #narrow-by-list dd ol li a {
    display: block;
  }
  .catalog-category-view .wrapper .page .block-content.accordion-open #narrow-by-list dt.current:after {
    margin-top: -2px;
    border-top: 4px solid #9da323;
    border-left: 4px solid transparent;
  }
}
body.checkout-onepage-index li#opc-shipping_method div.step-title span.number:before {
  content: "\f0d1";
}
body.checkout-onepage-index .col-right #checkout-progress-wrapper .opc-block-progress-step-login {
  opacity: 1;
}
body.checkout-onepage-index ol#checkoutSteps {
  background: #DDD;
  border: none;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
body.checkout-onepage-index ol#checkoutSteps li div.step {
  background: #FFF;
  border: 1px #e7e7e7 solid;
}
body.checkout-onepage-index ol#checkoutSteps li div.step label {
  background: none;
}
body.checkout-onepage-index ol#checkoutSteps li div.step div.buttons-set {
  border-top: 0;
}
body.checkout-onepage-index ol#checkoutSteps li div.step-title {
  margin-top: 0;
}
body.checkout-onepage-index ol#checkoutSteps li div.step-title span.number {
  background: #9da323;
  color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
body.checkout-onepage-index ol#checkoutSteps li div.step-title h2 {
  color: #9da323;
  margin-top: 7px;
}
body.checkout-onepage-index ol#checkoutSteps li button {
  background: #9da323 !important;
}
body.checkout-onepage-index ol#checkoutSteps li p.back-link a {
  color: #9da323;
}
body.checkout-onepage-index ol.opc li.section div.step-title h2 {
  text-transform: none;
}
body.checkout-onepage-index .page-title h1 {
  border-bottom: 0;
}

.checkout-onepage-index span.required:after {
  display: none;
}

body.checkout-cart-index .cart .page-title {
  border-bottom: 0;
}
body.checkout-cart-index .product-cart-sku span.label {
  display: none;
}
body.checkout-cart-index dl.item-options {
  display: none;
}
body.checkout-cart-index .checkout-cart-border {
  border: 1px #cccccc solid;
  overflow: hidden;
  padding: 10px;
}
body.checkout-cart-index li.method-checkout-cart-methods-multishipping {
  display: none;
}
body.checkout-cart-index div.title-buttons ul {
  display: none;
}
body.checkout-cart-index .cart-totals {
  background: none;
  border: none;
}
body.checkout-cart-index .cart-totals #shopping-cart-totals-table td {
  font-size: 14px;
}
body.checkout-cart-index .cart-totals #shopping-cart-totals-table tbody td {
  padding-bottom: 2px;
}
body.checkout-cart-index .cart-totals #shopping-cart-totals-table tfoot {
  border: 0;
}
body.checkout-cart-index .cart-totals #shopping-cart-totals-table tfoot td strong {
  font-weight: bold;
}
body.checkout-cart-index .cart-totals #shopping-cart-totals-table tfoot td:last-child {
  padding-right: 0;
}
body.checkout-cart-index .cart-forms #discount-coupon-form .discount {
  background: none;
  border: 0;
  text-align: right;
}
body.checkout-cart-index .cart-forms #discount-coupon-form .discount label {
  margin-right: 0;
  text-align: right;
}
body.checkout-cart-index .cart-forms #discount-coupon-form .discount #coupon_code {
  margin-bottom: 5px;
  margin-right: 0;
}
body.checkout-cart-index .cart-forms #discount-coupon-form .discount button {
  margin-bottom: 5px;
  margin-left: 10px;
}

body.checkout-onepage-index #onepage-checkout-shipping-method-deliverydate {
  margin-left: 10px;
  margin-bottom: 10px;
}
body.checkout-onepage-index #checkout-shipping-method-load dd label {
  background-color: transparent !important;
}

body.checkout-onepage-index #billing-address-select {
  margin-bottom: 0;
}
body.checkout-onepage-index #co-billing-form li.control {
  padding-bottom: 0;
  margin-bottom: 0;
}
body.checkout-onepage-index #co-billing-form li.control input {
  margin-top: 7px;
}
body.checkout-onepage-index #co-billing-form li.control label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.checkout-onepage-index #opc-shipping #checkout-step-shipping ul li.wide label {
  display: block;
  width: 100%;
  float: none;
  text-align: left;
}
body.checkout-onepage-index #opc-shipping_method #checkout-step-shipping_method dl.sp-methods dd li label {
  padding-top: 0;
  padding-bottom: 0;
}
body.checkout-onepage-index #co-payment-form dl dt input[type=radio] {
  margin-left: 0 !important;
}
body.checkout-onepage-index #co-payment-form dl dd fieldset {
  margin-left: 12px;
}
body.checkout-onepage-index #co-payment-form dl dd fieldset ul li .input-box label {
  float: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
body.checkout-onepage-index #opc-review #checkout-step-review {
  padding: 10px !important;
}
body.checkout-onepage-index #opc-review #checkout-step-review #checkout-agreements li {
  margin-top: 0;
  margin-bottom: 0;
}
body.checkout-onepage-index #opc-review #checkout-step-review #checkout-agreements li p.agree {
  margin-bottom: 0;
}
body.checkout-onepage-index #opc-review #checkout-step-review #checkout-review-table-wrapper {
  border-width: 1px;
  border-color: #cccccc;
}
body.checkout-onepage-index #opc-review #checkout-step-review #checkout-review-submit {
  border-width: 1px;
  border-color: #cccccc;
}
body.checkout-onepage-index #opc-review #checkout-step-review #checkout-review-submit #review-buttons-container {
  margin-top: 0;
}
body.checkout-onepage-index #opc-review #checkout-step-review #checkout-review-submit #review-buttons-container button {
  float: right;
}
body.checkout-onepage-index #opc-review #checkout-step-review dl.item-options {
  display: none;
}

body.checkout-onepage-success .col-left, body.checkout-onepage-success .col-right {
  display: none !important;
}

body.cms-kontakt form ul, body.contacts-index-index form ul {
  list-style-type: none;
}
body.cms-kontakt form ul li, body.contacts-index-index form ul li {
  list-style-type: none;
  margin-left: 0;
}
body.cms-kontakt form ul li label, body.contacts-index-index form ul li label {
  margin-bottom: 0;
}
body.cms-kontakt .col-left, body.cms-kontakt .col-right, body.contacts-index-index .col-left, body.contacts-index-index .col-right {
  display: none;
}
body.cms-kontakt .col-main, body.contacts-index-index .col-main {
  width: 100%;
  float: none;
}
body.cms-kontakt p.required, body.contacts-index-index p.required {
  float: none;
  margin-bottom: 15px;
}
body.cms-kontakt form#contactForm, body.contacts-index-index form#contactForm {
  padding-left: 0;
}
body.cms-kontakt .buttons-set, body.contacts-index-index .buttons-set {
  border-top: 0;
  margin-left: 0;
}
body.cms-kontakt .buttons-set button, body.contacts-index-index .buttons-set button {
  float: left;
  padding-left: 0;
  margin-left: 0;
}

body.catalog-product-view .main .col-main .product-view {
  padding-top: 0;
}
body.catalog-product-view .main .col-main .product-view span.h1 {
  color: #6f6f6e;
}
body.catalog-product-view .main .col-main .product-view .delivery-time {
  display: none;
}
body.catalog-product-view .main .col-main .product-view .product-img-box .more-views h2 {
  display: none;
}
body.catalog-product-view .main .col-main .product-view .product-image {
  border: 0;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .main .col-main .product-view .product-image .product-image-gallery img {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body.catalog-product-view .main .col-main .product-view .product-image .product-image-gallery {
    height: 375px;
  }
  body.catalog-product-view .main .col-main .product-view .product-image .product-image-gallery img {
    height: 375px;
  }
}
body.catalog-product-view .main .col-main .product-view .product-name-tl small {
  font-size: 16px;
  font-style: italic;
  display: block;
}
body.catalog-product-view .main .col-main .product-view .product-name-tl.product-name-tl-desktop {
  /*span.h1 {
      max-height: 62px;
      overflow: hidden;
      display: block;
      margin-bottom: 5px;
  }

  small {
      max-height: 47px;
      overflow: hidden;
  }*/
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .main .col-main .product-view .product-name-tl.product-name-tl-desktop {
    display: none;
  }
}
body.catalog-product-view .main .col-main .product-view .product-name-tl.product-name-tl-mobile {
  margin-top: 50px;
  margin-bottom: 20px;
}
body.catalog-product-view .main .col-main .product-view .product-name-tl.product-name-tl-mobile h1 {
  color: #6f6f6e;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .main .col-main .product-view .product-name-tl.product-name-tl-mobile {
    display: none;
  }
}
body.catalog-product-view .main .col-main .product-view .add-to-cart-wrapper .product-pricing {
  display: none;
}
@media only screen and (min-width: 771px) {
  body.catalog-product-view .main .col-main .product-view .product-shop .price-info-tl .price-box {
    display: inline;
    margin-right: 5px;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .price-info-tl .price-box * {
    font-size: 28px;
    color: #6f6f6e;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .price-info-tl .tax-details {
    font-size: 14px;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .short-description {
    font-size: 22px;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop hr {
    background-image: none;
    border-top: 1px #cccccc solid;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options {
    border: 0;
    padding-left: 0;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options input[type=checkbox] {
    display: inline;
    float: none;
    margin: 0;
    margin-right: 10px;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options span {
    display: inline;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options span label {
    display: inline;
    padding: 0;
    font-size: 22px;
    background: none;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options-bottom {
    background: none;
    border: 0;
    padding: 0;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options-bottom .tax-details {
    display: none;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options-bottom .add-to-cart .qty-wrapper {
    float: none;
    display: block;
    max-height: none;
    height: 85px;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options-bottom .add-to-cart .qty-wrapper > label {
    display: block;
    float: none;
    line-height: 20px;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options-bottom .add-to-cart .add-to-cart-buttons button {
    background: #9da323;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options-bottom .add-to-links a {
    color: #9da323;
  }
  body.catalog-product-view .main .col-main .product-view .product-shop .product-options-bottom .sharing-links {
    display: none;
  }
}
body.catalog-product-view .main .col-main .product-view .product-collateral #collateral-tabs .tab-container .tab-content {
  border: 0;
  box-shadow: none;
}
body.catalog-product-view .main .col-main .product-view .product-collateral #collateral-tabs .tab-container .tab-content table.data-table#product-attribute-specs-table tr th {
  background: #9da323;
  line-height: 31px;
  border-radius: 0;
  border-bottom-color: #9da323;
}
body.catalog-product-view .main .col-main .product-view .product-collateral #collateral-tabs .tab-container .tab-content table.data-table#product-attribute-specs-table tr td {
  padding: 5px;
}
body.catalog-product-view .main .col-main .product-view .box-tags {
  display: none;
}
body.catalog-product-view .main .col-main .product-view #catalog-product-view-related-products a.product-image {
  border: 0;
}
body.catalog-product-view .main .col-main .product-view #catalog-product-view-related-products .product-details {
  text-align: center;
}
body.catalog-product-view .product-collateral .toggle-tabs li.current span, body.catalog-product-view .product-collateral .toggle-tabs li:hover span {
  color: #9da323;
}

@media only screen and (max-width: 770px) {
  .catalog-product-view .product-view .product-shop .price-box span.regular-price .price {
    color: #9da323;
  }
  .catalog-product-view .product-collateral.accordion-open > dl > .tab.current span {
    color: #9da323;
  }
  .catalog-product-view .product-collateral > dl > .tab.current span {
    color: #636363;
  }
  .catalog-product-view .product-collateral.accordion-open > dl > dt.current:after {
    border-top: 4px solid #9da323;
  }
  .catalog-product-view .product-options ul.options-list label {
    width: 100%;
    white-space: initial;
  }
}
@media only screen and (max-width: 440px) {
  .catalog-product-view .collateral-tabs .data-table th {
    display: table-caption;
    white-space: normal;
    min-width: 120px;
    min-height: 32px;
    line-height: normal !important;
  }
}
body ul.messages li ul li {
  border-left: 0 !important;
  text-align: center !important;
  background: #ec6607 !important;
  color: #FFF !important;
}
body ul.messages li ul li:before {
  border: none !important;
}

.customer-account-login .messages .error-msg a:hover {
  color: #9da323;
}

body .brick_concepts {
  position: relative;
  background-position: center 150px;
}
@media only screen and (max-width: 991px) {
  body .brick_concepts {
    margin-top: 30px;
  }
}
body .brick_concepts .container.desc {
  text-align: center;
  padding-top: 50px;
}
body .brick_concepts .container.desc p {
  font-size: 18px;
}
body .brick_concepts .container.desc_mobile {
  text-align: center;
}
body .brick_concepts .container.images {
  margin-top: -15px;
}
@media only screen and (max-width: 991px) {
  body .brick_concepts .container.images {
    margin-top: 20px;
  }
}
body .brick_concepts .container.images .homepage-concept-item .process-image {
  padding-top: 1px;
}
body .brick_concepts .container.images .homepage-concept-item .process-image h3 {
  margin-top: 30px;
  font-size: 21px;
}
body .brick_concepts .container.images .homepage-concept-item .process-image p {
  font-size: 16px;
}
body .brick_concepts .container.images #fcSlideshow ul.fc-slides {
  list-style-type: none;
}
body .brick_concepts .container.images #fcSlideshow ul.fc-slides li {
  list-style-type: none;
  margin-left: 0;
}
body .brick_concepts .container.images #fcSlideshow + h3 {
  margin-top: 50px;
  font-size: 21px;
}
@media (max-width: 479px) {
  body .brick_concepts .project-image:last-child {
    padding-bottom: 15px;
  }
}
body .blurred-brick {
  position: relative;
}
body .blur-parent {
  -webkit-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="5" /></filter></svg>#blur');
  /* Firefox, Safari, Chrome*/
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
  /* IE9 */
  position: absolute;
  top: 140px;
  right: 0px;
  width: 470px;
  height: 180px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
}
@media only screen and (max-width: 840px) {
  body .blur-parent {
    width: 300px;
    height: 175px;
    right: 20px;
  }
}
body .blurred {
  position: absolute;
  top: 150px;
  right: 0;
  width: 450px;
  height: 180px;
}
@media only screen and (max-width: 840px) {
  body .blurred {
    width: 290px;
    height: 175px;
    right: 20px;
  }
  body .blurred h1 {
    font-size: 20px;
  }
  body .blurred p {
    font-size: 12px;
  }
}

		
.kochboxen_gewuerzpaket_desc a {
	color: #9da323;
}		

.category-image {
	border: none !important;
	padding: 0px !important;
}

.pager li > a {
	padding: 0px !important;
	border-radius: 0px !important;
}		

.pages .next:hover, .pages .previous:hover {
    border: 1px solid #9da323 !important;
}

.pages .current {
	border: 1px solid #9da323 !important;
}

.pages .next:before {
	border-left: 4px solid #9da323 !important;
}

.pages .previous:before {
	border-right: 4px solid #9da323 !important;
}

.pager {
	margin: 0px !important;
}

.toolbar select {
	font-size: 13px;
}

label.required:after, span.required:after {
	content: '' !important;
}

.homepage-products-box-name {
	width: 217px !important;
}

.angebot_item {
	text-align: center;
}

.required {
	color: #6f6f6e !important;
}
/*# sourceMappingURL=custom.css.map */
