
.listing__actions .sortby {
  text-align: unset;
}

/*.product-list__item {
 padding: 4px;
}

.product {
 padding: 10px;
}*/

/*.teaser__block .headline__minor {
 font-weight:normal;
 margin-bottom:25px;
 text-align:left
}*/

.headline__minor.no_margin_bottom {
  margin-bottom: 0px;
}


.teaser__block .teaser__box_img {
  display:-ms-grid;
  display:grid;
  grid-gap:20px;
  margin:0 auto;
  grid-template-columns: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .teaser__block .teaser__box_img {
    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
  }
}

.teaser__block.recipes .teaser__box__item__img {
  overflow: hidden;
  transition: transform .5s ease;
}

.teaser__block.recipes .teaser__box__item:hover .teaser__box__item__img {
  transform: scale(1.1);
}

.teaser__block.recipes .teaser__box__item__title {
  z-index: 2;
  background-color: white;
}

.teaser__block.recipes2 {
  background:#f3f5f7;
  margin:50px -20px;
  padding:50px 20px;
  position:relative
}
.teaser__block.recipes2 .subline__text {
  color:#333;
  margin-bottom:45px;
  text-align:center
}
.teaser__block.recipes2 .teaser__box {
  -ms-grid-columns:repeat(1, 1fr);
  grid-template-columns:repeat(1, 1fr);
  /* padding:0 20px*/
}
.teaser__block.recipes2 .teaser__box__item {
  display:-ms-flexbox;
  display:-webkit-box;
  display:flex;
  -ms-flex-direction:column;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  flex-direction:column;
  background:#fff;
  height:300px;
  overflow:hidden;
  position:relative;
  text-decoration:none;
  width:100%
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .teaser__block.recipes2 .teaser__box__item {
    margin-bottom:20px;
    width:100%
  }
}
.teaser__block.recipes2 .teaser__box__item:hover .recipe__title {
  text-decoration:underline
}
.teaser__block.recipes2 .teaser__box__item__img {
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  height:calc(100% - 65px);
  width:100%;
  overflow: hidden;
  transition: transform .5s ease;
}
@media (max-width: 615px) {
  .teaser__block.recipes2 .teaser__box__item__img {
    height:calc(100% - 65px)
  }
}

.teaser__block.recipes2 .teaser__box__item:hover .teaser__box__item__img {
  transform: scale(1.1);
}

.teaser__block.recipes2 .teaser__box__item__title {
  display:-ms-flexbox;
  display:-webkit-box;
  display:flex;
  -ms-flex-direction:column;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  flex-direction:column;
  /*-ms-flex-pack:center;
  -webkit-box-pack:center;
  justify-content:center;*/
  /*font-size:16px;*/
  font-size:0.85rem;
  color:#333;
  background-color: white;
  height:65px;
  overflow:hidden;
  padding:15px;
  width:100%;
  z-index: 2;
}
@media (max-width: 615px) {
  .teaser__block.recipes2 .teaser__box__item__title {
    height:65px
  }
}
.teaser__block.recipes2 .teaser__box__item__title span {
  display:block;
  overflow:hidden;
  font-weight: bold;
  /*text-align:center*/
}

.teaser__block.recipes2 .teaser__box__text {
  color: #333333;
}

.teaser__block.recipes2 .teaser__box__text a {
  color: #333333;
}

.teaser__block.recipes2 .teaser__box__text ul {
  /*padding-left: 20px;*/
  /*list-style-position:inside*/
}

.teaser__block.recipes2 .teaser__box ul li {
  /*color: #333333;*/
  list-style-type:none;
  margin-left:10px;
  position:relative
}
.teaser__block.recipes2 .teaser__box ul li::before {
  background-color:#333333;
  border-radius:50%;
  content:'';
  display:block;
  height:3px;
  left:-10px;
  position:absolute;
  top:9px;
  width:3px
}

.teaser__block.recipes2.recipes2_dc {
  background: #53256e;
}

.teaser__block.recipes2.recipes2_dc .headline__major {
  color: white;
}

.teaser__block.recipes2.recipes2_dc .teaser__box__text {
  color: white;
}

.teaser__block.recipes2.recipes2_dc .teaser__box__text ol {
  color: white;
}

.teaser__block.recipes2.recipes2_dc .teaser__box__text p {
  color: white;
}

.teaser__block.recipes2.recipes2_dc .teaser__box__text ul {
  color: white;
}

.teaser__block.recipes2.recipes2_dc .teaser__box__text a {
  color: white;
}

.teaser__block.recipes2.recipes2_dc .teaser__box ul li::before {
  background-color:#f4ba01;
  border-radius:50%;
  content:'';
  display:block;
  height:3px;
  left:-10px;
  position:absolute;
  top:9px;
  width:3px
}

.teaser__block.content--large .teaser__box__item {
  -webkit-transform:perspective(1px) translateZ(0);
  transform:perspective(1px) translateZ(0);
  -webkit-box-shadow:0 0 1px rgba(0,0,0,0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-transition-duration:0.3s;
  transition-duration:0.3s;
  -webkit-transition-property:box-shadow;
  -webkit-transition-property:-webkit-box-shadow;
  transition-property:-webkit-box-shadow;
  transition-property:box-shadow;
  transition-property:box-shadow, -webkit-box-shadow
}

.teaser__block.content--large .teaser__box__item:hover {
  -webkit-box-shadow:0 0 8px rgba(100,100,100,0.3);
  box-shadow:0 0 8px rgba(100,100,100,0.3);
  border:1px solid #fff
}

.teaser__block.content--large .teaser__box__item:hover .teaser__box__item__headline {
  text-decoration: unset;
}

.teaser__block.navi .teaser__box__item__desc {
  color:#333333
}

.teaser__block.seo--text .teaser__box__component .headline__smallest--secondary {
  /*padding:20px 0px 20px 10px;*/
}

.teaser__block.seo--text .teaser__box__component .headline__smallest--secondary::after {
  height:16px;
  width:16px;
  right:13px;
  top: 24px;
  -webkit-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}
.teaser__block.seo--text .ui-accordion-header-active:after  {
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.teaser__block.image .teaser__box {
  display: block;
  text-align: center;
}

.teaser__block.simple--text .teaser__box__component__content {
  color:#333333;
  /*padding:0 10px*/
}
/*.teaser__block.simple--text .teaser__box__component__content,
.teaser__block.simple--text .teaser__box__component__content * {
 font-size:14px;
 font-size:.875rem
}*/

.teaser__block.simple--text .teaser__box {
  display: block;
}

.teaser__block.simple--text .teaser__box a:not([class~="btn-primary"]) {
  color: #333333
}

.teaser__block.simple--text .teaser__box ul {
  list-style-position: inside;
}

.teaser__block.simple--text .teaser__box ul li {
  list-style-type: none;
  margin-left: 10px;
  position: relative
}

.teaser__block.simple--text .teaser__box ul li::before {
  background-color: #333333;
  border-radius: 50%;
  content: '';
  display: block;
  height: 3px;
  left: -10px;
  position: absolute;
  top: 9px;
  width: 3px
}


.teaser__block.simple--text .teaser__box ol {
  list-style-position: outside;
  /*margin-bottom: 0px;*/
  margin-left: 0px;
}

.teaser__block.simple--text .teaser__box ol li {
  margin-bottom: 0px;
  margin-left: 15px;
  list-style-position: outside;
}

.teaser__block.simple--text .teaser__box ol li ol {
  margin-bottom: 0px;
  margin-left: 15px;
  list-style-position: outside;
}


.teaser__block.header {
  margin-top: 0
}

.teasergrid {
  height: 100vh;
}

.teasergrid__item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.teaser-image-text__textbox__text {
  color: #333333;
}

.teaser-video__full {
  position: relative;
}

.bcl-img-grid {
  display:grid;
  grid-template-columns: 100%;
  grid-gap:40px;
}

@media screen and (min-width: 768px) {
  .bcl-img-grid {
    display:grid;
    grid-template-columns: auto auto;
    grid-gap:40px;
  }
}

@media screen and (min-width: 1920px) {
  .bcl-img-grid {
    display:grid;
    grid-template-columns: 100%;
    grid-gap:40px;
  }
}

.product__action__group .placeholder {
  width: 25%;
  height: 40px;
}

.product__action__group .wishlist {
  width: 100%;
  height: 40px;
  background-image: url('../../../images/einkaufsliste_kontur rot.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.product__action__group .wishlist:hover {
  width: 100%;
  height: 40px;
  background-image: url('../../../images/einkaufsliste_ausgefuellt rot.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.product__action__group .recipe {
  width: 25%;
  height: 40px;
  background-image: url('../../../images/rezepte_kontur rot.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.product__action__group .recipe:hover {
  width: 25%;
  height: 40px;
  background-image: url('../../../images/rezepte_ausgefuellt.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.product__action__group .video {
  width: 25%;
  height: 40px;
  background-image: url('../../../images/video_kontur rot.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.product__action__group .video:hover {
  width: 25%;
  height: 40px;
  background-image: url('../../../images/video_ausgefuellt rot.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.product__action__group .shoppingcart {
  width: 25%;
  height: 40px;
  background-image: url('../../../images/warenkorb_kontur rot.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.product__action__group .shoppingcart:hover {
  width: 25%;
  height: 40px;
  background-image: url('../../../images/warenkorb_ausgefuellt rot.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.scaling-object {
  transition: 0.2s linear;
}

.scaling-object:hover {
  transform: scale(1.01);
  transition: 0.2s linear;
}


.teaser__block.quote {
  background:#f3f5f7;
  margin:50px -20px;
  padding:0;
  position:relative;
  min-height: 250px;
}

@media screen and (min-width: 1366px) {
  .teaser__block.quote {
    margin:50px -40px;
  }
}

.teaser__block.quote .teaser__box {
  /*padding:40px 2em 40px 2em;*/
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  justify-items: center;
  align-items: center;
  justify-content: center;
  grid-gap: 2em;
  grid-gap: 0;
  min-height: 250px;
}

.teaser__block.quote .teaser__box .quote_container {
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 24px auto 24px;
  grid-template-columns: 24px auto 24px;
  grid-row-gap: 0;
  align-items: center;
}

.teaser__block.quote .teaser__box .quote_container .quote {
  font-size:1.875rem;
  /*font-size: 30px;*/
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.teaser__block.quote .teaser__box .quote_container .mark-start {
  /*font-size:3rem;
  color:#CF0008;
  font-family:Frankfurter,Calibri,sans-serif;
  text-align: right;*/
  height: 15px;
}

.teaser__block.quote .teaser__box .quote_container .mark-end {
  /*font-size:3rem;
  color:#CF0008;
  font-family:Frankfurter,Calibri,sans-serif;
  text-align: left;*/
  height: 15px;
}

.teaser__block.quote .teaser__box .quote_container .author {
  font-size:.9375rem;
  /*font-size: 15px;*/
  color: #333;
  text-align: center;
  grid-column: 1 / span 3;
}

.teaser__block.quote .teaser__box.pic-right {
  padding:40px 4em 40px 4em;
  -ms-grid-columns: auto 170px;
  grid-template-columns: auto 170px;
  justify-items: center;
  align-items: center;
  justify-content: unset;
  grid-gap: 2em;
}

.teaser__block.quote .teaser__box.pic-left {
  padding:40px 4em 40px 4em;
  -ms-grid-columns: 170px auto;
  grid-template-columns: 170px auto;
  justify-items: center;
  align-items: center;
  justify-content: unset;
  grid-gap: 2em;
}

.teaser__block.quote .teaser__box.pic-left .p-img {
  grid-column-start: 1;
  grid-column-end: span 2;
  order: 1;
  height: 170px;
  width: 170px;
}

.teaser__block.quote .teaser__box.pic-right .p-img {
  grid-column-start: 1;
  grid-column-end: span 2;
  order: 1;
  height: 170px;
  width: 170px;
}

.teaser__block.quote .teaser__box.pic-left div {
  grid-column-start: 1;
  grid-column-end: span 2 !important;
  order: 2;
}

.teaser__block.quote .teaser__box.pic-right div {
  grid-column-start: 1;
  grid-column-end: span 2 !important;
  order: 2;
}

@media screen and (min-width: 768px) {

  .teaser__block.quote .teaser__box.pic-right {
    padding:40px 152px 40px 4em;
    justify-items: right;
  }

  .teaser__block.quote .teaser__box.pic-left {
    padding:40px 4em 40px 152px;
    /*justify-items: left;*/
  }

  .teaser__block.quote .teaser__box.pic-left .p-img {
    grid-column-start: 1;
    grid-column-end: span 1;
    order: 1;
  }

  .teaser__block.quote .teaser__box.pic-right .p-img {
    grid-column-start: 2;
    order: 2;
  }

  .teaser__block.quote .teaser__box.pic-left div {
    grid-column-start: 2;
    grid-column-end: span 1 !important;
    order: 2;
  }

  .teaser__block.quote .teaser__box.pic-right div {
    grid-column-start: 1;
    grid-column-end: span 1 !important;
    order: 1;
  }
}

@media print {
  .recipe-detail.headline__minor {
    display: none;
  }
}

.recipe-details-tabs {
  padding: 80px 0 0;
}

@media print {
  .recipe-details-tabs {
    padding: 0;
  }
}

.recipe-detail-header {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 25px;
}

@media screen and (min-width: 768px) {
  .recipe-detail-header {
    grid-template-columns: 1fr 1fr;
  }
}

@media print {
  .recipe-detail-header {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
  }
}

.recipe-detail-header .recipe-symbol {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media print {
  .recipe-detail-header h1.headline__major {
    font-size: 24px;
  }
  .recipe-detail-header .recipe-symbol {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .recipe-detail-header table tr td {
    padding: 0 10px;
  }
}

.recipe-detail-header .social-print {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  .recipe-detail-header .social-print {
    grid-template-columns: 1fr 1fr;
  }
}

@media print {
  .recipe-detail-header .social-print {
    display: none;
  }
}

.social-buttons {
  display: grid;
  grid-template-columns: min-content min-content min-content min-content min-content;
  grid-column-gap: 10px;
  grid-template-rows: 1fr;
  align-items: center;
  grid-row-gap: 10px;
}

.recipe-detail-header .social-print .social-buttons {
  margin: 40px auto;
}

.social-button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.social-button .hover {
  display: none;
}

.social-button svg {
  width: 32px;
  height: 32px;
}

.social-button:hover .normal {
  display: none;
}

.social-button:hover .hover {
  display: block;
}

.social-button.facebook {
  background-image: url('../../../images/facebook_grau.svg');
}

.social-button.facebook:hover {
  background-image: url('../../../images/facebook.svg');
}

.social-button.instagram {
  background-image: url('../../../images/instagram_grau.svg');
}

.social-button.instagram:hover {
  background-image: url('../../../images/instagram.svg');
}

.social-button.pinterest {
  background-image: url('../../../images/pinterest_grau.svg');
}

.social-button.pinterest:hover {
  background-image: url('../../../images/pinterest.svg');
}

.social-button.twitter {
  background-image: url('../../../images/twitter_grau.svg');
}

.social-button.twitter:hover {
  background-image: url('../../../images/twitter.svg');
}

.social-button.telegram {
  background-image: url('../../../images/telegram_grau.svg');
}

.social-button.telegram:hover {
  background-image: url('../../../images/telegram.svg');
}

.social-button.whatsapp {
  background-image: url('../../../images/whatsapp_grau.svg');
}

.social-button.whatsapp:hover {
  background-image: url('../../../images/whatsapp.svg');
}

@media screen and (min-width: 1024px) {
  .recipe-detail-header .social-print .social-buttons {
    margin: 0;
  }
}

.ingredients-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}

@media screen and (min-width: 768px) {
  .ingredients-container {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
  }
}

@media print {
  .ingredients-container {
    justify-items: left;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    display: inline;
  }

  .ingredients-container #addPerson {
    display: none;
  }

  .ingredients-container #removePerson {
    display: none;
  }

  .ingredients-container #numberOfPeople {
    border: none;
    color: #333;
  }

  .ingredients-container .product__action__group {
    margin: 0;
    height: unset;
    /*white-space: nowrap;*/
  }

  .ingredients-container .product__action__group .product__qty-select {
    display: unset;
  }

  .ingredients-container .product__action__group .product__qty-select__input {
    width: unset;
  }
}

.ingredients-table {
  margin: 30px 20px 30px 20px;
  line-height: 2;
}

@media print {
  .ingredients-table {
    margin: 0;
  }
  .ingredients-table td {
    padding: 0 10px;
  }
}

.ingredients-table a {
  color: #CF0008;
}

.ingredients-table .td-list-item {
}

.ingredients-table .td-list-item div {
  background-color: #CF0008;
  border-radius:50%;
  content:'';
  display:block;
  height:3px;
  /*left:-10px;
  position:absolute;
  top:9px;*/
  width:3px
}

.ingredients-image {
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .ingredients-image {
    margin-right: 0;
    margin-top: 75px;
    margin-bottom: 0;
  }
}

.recipe-instructions-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  align-items: start;
  margin: 0px 10px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .recipe-instructions-container {
    grid-template-columns: 1fr;
    grid-column-gap: 80px;
    margin: 10px 20px;
    margin-bottom: 80px;
  }
}

.recipe-instructions {
  text-align: justify;
}

.instructions-video {
  /*margin-left: auto;
  margin-right: auto;*/
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.instructions-video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .instructions-video {
    /*margin-left: auto;
    margin-right: 0;*/
  }
}

@media print {
  .instructions-video {
    display: none;
  }
}

.teaser__block .teaser__box.quote {
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 24px auto 24px;
  grid-template-columns: 24px auto 24px;
  grid-row-gap: 0;
  /*align-items: center;*/
}


/*.js-filter-custom::-webkit-scrollbar {
  width: 12px;
}

.js-filter-custom::-webkit-scrollbar-thumb {
  background: #CF0008;
}

.js-filter-custom::-webkit-scrollbar-track {
  width: 12px;
  background: lightgray;
}
*/

.js-sidebar-toggle.sorting {
  text-align:right
}

.hide-on-print {

}

@media print {
  .hide-on-print {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .teaser__block.recipes2 .teaser__box {
    -ms-grid-columns:repeat(2, 1fr);
    grid-template-columns:repeat(2, 1fr)
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1023px) {
    .teaser__block.recipes2 .teaser__box__item {
      width:calc(50% - 20px / 2);
      margin-left:20px
    }
    .teaser__block.recipes2 .teaser__box__item:nth-child(odd) {
      margin-left:auto
    }
    .teaser__block.recipes2 .teaser__box__item:nth-last-child(-n+2) {
      margin-bottom:0
    }
  }
}

@media screen and (min-width: 600px) {
  .teasergrid {
    height: auto;
  }

  .teaser-image-text__textbox__cta {
    width:100%
  }
}

@media screen and (min-width: 768px) {
  .store-offers {
    padding: 10px;
  }

  .store-offers__inner__content {
    padding:20px
  }

  .teaser__block.recipes2 {
    margin:80px -20px;
    padding:80px 30px
  }
  .teaser__block.recipes2 .subline__text {
    max-height:45px;
    margin-bottom:35px;
    overflow-y:hidden;
    text-align:left
  }
  .teaser__block.recipes2 .teaser__box {
    grid-gap:40px;
    width:calc(100%)
  }

  .teaser__block.header {
    margin-top: 0;
  }
}

@media (min-width: 800px) {
  .teaser__block.recipes2 .teaser__box {
    width:calc(100%)
  }
}

@media screen and (min-width: 1024px) {
  .teaser__block.recipes2 .teaser__box {
    -ms-grid-columns:repeat(3, 1fr) 33%;
    grid-template-columns:repeat(3, 1fr) 33%;
  }
  .teaser__block.recipes2 .teaser__box__item {
    height:300px
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .teaser__block.recipes2 .teaser__box__item {
      margin-bottom:0;
      margin-left:20px;
      /*width:calc((100% - 20px * 3) / 4)*/
      width:265px;
    }
    .teaser__block.recipes2 .teaser__box__item:first-child {
      margin-left:0
    }
    .teaser__block.recipes2 .teaser__box__item:last-child {
      margin-left:auto
    }
  }
  .teaser__block.recipes2 .teaser__box__item__img {
    height:calc(100% - 65px)
  }
  .teaser__block.recipes2 .teaser__box__item__title {
    height:65px
  }

  .teaser__block.content--large .teaser__box__item__headline {
    margin-bottom:10px
  }
}

@media screen and (min-width: 1280px) {
  .teaser__block .teaser__box_img {
    display:-ms-grid;
    display:grid;
    grid-gap:20px;
    margin:0 auto;
    grid-template-columns: calc(66% - 20px) calc(33% - 20px);
  }

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .teaser__block .teaser__box_img {
      display:-ms-flexbox;
      display:-webkit-box;
      display:flex;
      -ms-flex-wrap:wrap;
      flex-wrap:wrap
    }
  }
}

@media screen and (min-width: 1366px) {
  /*  .product-list {
      margin:0 -35px
    }
    .product-list__item {
      margin:0 20px 40px;
      width:calc(20% - 40px)
    }
  */
  .teaser__block.recipes2 {
    margin:80px -40px;
    padding:40px 40px
  }
  .teaser__block.recipes2 .teaser__box {
    -ms-grid-columns:repeat(3, 1fr) 33%;
    grid-template-columns:repeat(3, 1fr) 33%;
  }
  .teaser__block.recipes2 .teaser__box__item {
    height:300px
  }
  .teaser__block.recipes2 .teaser__box__item__img {
    height:calc(100% - 65px)
  }
  .teaser__block.recipes2 .teaser__box__item__title {
    height:65px
  }

  .teaser__block.content--large .teaser__box__item__headline {
    margin-bottom:15px
  }
}

@media screen and (min-width: 1920px) {
  .teaser__block.recipes2 .teaser__box {
    width:calc(100%)
  }
  .teaser__block.recipes2 .teaser__box__item__title span {
    text-align:left
  }

  .teaser__block.content--large .teaser__box__item .btn-primary.btn-primary-half {
    /*margin:auto 0 0*/
    width: 50%;
    margin-left: 50%;
  }
}

.anchor-list__item:hover span, .anchor-list__item.selected span {
  padding-bottom: 4px;
}

/*
.sidebar.checkbox-select ul li,
.sidebar.radio-select ul li {
  padding:0 20px !important;
  width:100% !important
}
*/

iframe {
  border: none;
  -webkit-box-shadow: 0 0 8px 0 rgba(100,100,100,0.3);
  box-shadow: 0 0 8px 0 rgba(100,100,100,0.3);
}

iframe.onlim-chatwidget {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.anker_sprungmarke {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -100px;
}
