/* Slider */
@import "reset.css";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none; } }

.section {
  padding: 40px 20px; }
  .section.section-grey {
    background: #f7f7f7; }

.container {
  margin: auto;
  position: relative; }
  @media (min-width: 768px) {
  .container {
    padding: 0 40px; } }

.hidden-mobile {
  display: none; }
  @media (min-width: 768px) {
  .hidden-mobile {
    display: block; } }

@media (min-width: 768px) {
    .visible-mobile {
      display: none; } }

.text-xs, .header .header-actions .header-button .badge, .campaign-alert .campaign-alert-text, .product-box .product-box-content, #main-menu .login-register .register p, #main-menu .login-register .login .login-title, .filter .filter-content .filter-item .filter-item-value, .filter .filter-footer .filter-close, .inhalt .inhalt-item .inhalt-item-content .inhalt-item-data, .inhalt .inhalt-item .inhalt-item-content a, .product-sticky-header .product-data, #magazin .magazin-slider-wrap .magazin-box .magazin-box-button {
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: initial; }

.text-light, .filter .filter-footer .filter-close {
  color: #a6a6a6; }

.rounded, .form-control, .expertenbewertung .levels .level-item, .expertenbewertung .levels .level-item .level-item-fill, .expertenbewertung .experience, .expertenbewertung .experience .experience-fill, .produktinformationen img {
  border-radius: 3px; }

html, body {
  font-weight: 400;
  color: #666;
  scroll-behavior: smooth;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available; }

html {
  height: -webkit-fill-available; }

body.menu-open {
  overflow: hidden; }

h1, .h1, .product-buybox .product-pricebox .product-price {
  color: #000;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: -0.03em; }

h2, .h2, .product-box .product-flag .product-flag-item.index, .category-header .category-title, .filter .filter-head, .rezept .index {
  color: #000;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 40px;
  font-family: 'Source Serif Pro', serif;
  line-height: 110%; }
  @media (min-width: 768px) {
  h2, .h2, .product-box .product-flag .product-flag-item.index, .category-header .category-title, .filter .filter-head, .rezept .index {
    font-size: 30px; } }

h3, .h3, .product-menu .product-menu-item, #main-menu .menu a, .filter .filter-content .filter-item .filter-title, .teaserlist .teaser .teaser-content .teaser-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 22px; }

p {
  line-height: 1.4;
  margin-bottom: 5px; }
  p b {
    color: #000;
    font-weight: 600; }

a {
  text-decoration: none; }

.status-green {
  background: rgba(0, 165, 0, .1);
  color: #00a500; }
  .status-green svg {
    fill: #00a500; }

.status-yellow {
  background: rgba(239, 176, 32, .1);
  color: #efb020; }
  .status-yellow svg {
    fill: #efb020; }

.status-red {
  background: rgba(156, 0, 38, .1);
  color: #9c0026; }
  .status-red svg {
    fill: #9c0026; }

.status-blue {
  background: rgba(66, 142, 139, .1);
  color: #428e8b; }
  .status-blue svg {
    fill: #428e8b; }

.btn {
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  border: 0;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 14px 20px 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  background: #e6e6e6;
  transition: all 0.3s ease; }
  .btn svg {
    margin-right: 5px;
    height: 20px;
    width: 20px;
    margin-bottom: -5px; }
  .btn.btn-primary {
    background: linear-gradient(135deg, #9c0026 0%, #69001a 100%);
    color: #fff; }
    .btn.btn-primary svg {
      fill: #fff; }
  .btn.btn-secondary, .category-header .category-actions .category-filter-button.btn, .filter .filter-sort .quick-filter-wrap .quick-filter-item.active.btn, body.categoryheader .category-header .category-actions .category-filter-button.btn {
    background: linear-gradient(135deg, #3a3a3a 0%, #212121 100%);
    color: #fff; }
  .btn.btn-default {
    background: #e6e6e6;
    color: #666; }
    .btn.btn-default:hover {
      background: #3a3a3a;
      color: #fff; }
  .btn.btn-block {
    display: block;
    width: 100%; }
  .btn.btn-sm, .filter .filter-sort .quick-filter-wrap .quick-filter-item.active.btn {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    padding: 14px 20px; }
  .btn.select {
    font-size: 14px;
    border-radius: 3px;
    text-align: left;
    display: flex;
    border: 2px solid #e6e6e6;
    background: #fff;
    padding: 12px 18px; }
    .btn.select svg {
      width: 8px;
      fill: #666;
      margin: 0;
      margin-left: auto;
      height: auto; }

.form-control {
  width: 100%;
  padding: 14px 20px;
  color: #666;
  border: 2px solid #e6e6e6; }

.header {
  padding: 10px 5px 0;
  background: #3a3a3a; }
  @media (min-width: 768px) {
  .header {
    background: #f2f2f2;
    padding: 40px 40px 20px; } }
  @media (min-width: 768px) {
    .header .logo {
      float: left;
      margin-right: 40px; }
      .header .logo svg {
        height: 89px;
        fill: #000; } }
  .header .header-actions {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    .header .header-actions .logo {
      position: relative;
      margin-right: auto;
      z-index: 2;
      margin-left: 10px; }
      .header .header-actions .logo:before {
        content: '';
        position: absolute;
        width: 46px;
        height: 46px;
        background: #3a3a3a;
        bottom: -10px;
        border-radius: 100%;
        z-index: 1;
        left: -10px; }
        @media (min-width: 768px) {
  .header .header-actions .logo:before {
    display: none; } }
      .header .header-actions .logo svg {
        height: 60px;
        fill: #fff;
        position: relative;
        z-index: 1; }
    .header .header-actions .header-button {
      border: 0;
      background: 0;
      position: relative;
      padding: 0 15px; }
      @media (min-width: 768px) {
  .header .header-actions .header-button {
    order: 3;
    padding: 0 20px; } }
      .header .header-actions .header-button.menu-toggle {
        flex-grow: 0; }
      .header .header-actions .header-button svg {
        height: 20px;
        width: 20px;
        fill: #fff;
        position: relative;
        top: -6px; }
        @media (min-width: 768px) {
  .header .header-actions .header-button svg {
    fill: #000;
    top: 0; } }
      .header .header-actions .header-button .badge {
        position: absolute;
        background: #efb020;
        color: #fff;
        top: 7px;
        left: 28px;
        padding: 0 5px;
        height: 16px;
        border-radius: 8px;
        display: none; }
    .header .header-actions .header-search {
      position: relative;
      width: 100%; }
      @media (min-width: 768px) {
  .header .header-actions .header-search {
    display: block;
    order: 2;
    width: 1%;
    flex-grow: 1;
    padding-right: 20px; } }
      .header .header-actions .header-search .form-control {
        background: #fff;
        border: 0;
        width: calc(100% - 10px);
        margin: 0 5px; }
        @media (min-width: 768px) {
  .header .header-actions .header-search .form-control {
    width: 100%;
    margin: 0; } }
        .header .header-actions .header-search .form-control:focus {
          outline: none; }
      .header .header-actions .header-search svg {
        position: absolute;
        right: 15px;
        width: 20px;
        height: 50px;
        top: 0;
        fill: #a6a6a6; }
        @media (min-width: 768px) {
  .header .header-actions .header-search svg {
    right: 35px; } }

.campaign-alert {
  color: #fff;
  padding: 10px 20px;
  position: relative;
  padding-right: 40px; }
  .campaign-alert .campaign-alert-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    opacity: 1; }
    .campaign-alert .campaign-alert-close svg {
      height: 100%;
      width: 12px;
      opacity: 1; }
  .campaign-alert .campaign-alert-title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
    white-space: nowrap; }
  .campaign-alert.blackfriday {
    background: #000; }
    .campaign-alert.blackfriday .campaign-alert-title {
      color: #ffde00; }
    .campaign-alert.blackfriday .campaign-alert-close {
      fill: #fff; }
  .campaign-alert.ostern {
    background: url(../img/osterbanner.jpg);
    background-size: cover;
    background-position: center;
    padding-right: 120px; }
    .campaign-alert.ostern .campaign-alert-title {
      color: #fff; }
    .campaign-alert.ostern .campaign-alert-text {
      color: #0f7881; }
    .campaign-alert.ostern .campaign-alert-close {
      fill: #fff; }

.product-main {
  padding-top: 0; }

.product-rating {
  margin-bottom: 6px; }
  .product-rating .star {
    width: 13px;
    fill: #efb020; }
    .product-rating .star.clear {
      fill: #e6e6e6; }
  .product-rating .product-rating-count {
    position: relative;
    top: -2px; }

.product-heading {
  text-align: center;
  padding: 30px 20px 0; }
  .product-heading .product-title {
    margin-bottom: 10px; }
  .product-heading .product-subline-divider {
    color: #e6e6e6; }

.product-gallery {
  margin: 20px 20px 44px;
  position: relative; }
  @media (min-width: 768px) {
  .product-gallery {
    width: 50%;
    float: left;
    position: sticky;
    top: 0; } }
  .product-gallery .product-gallery-item img {
    width: 100%;
    float: left;
    border-radius: 3px; }
  .product-gallery .slick-arrow.slick-prev {
    left: 0; }
    .product-gallery .slick-arrow.slick-next {
      right: 0; }
  .product-gallery .product-gallery-thumbnails {
    display: flex;
    flex-direction: column;
    align-self: flex-end; }
    .product-gallery .product-gallery-thumbnails img {
      width: 60px;
      height: 60px;
      margin-top: 10px; }

@media (min-width: 768px) {
    .product-content {
      width: 50%;
      float: left; } }
  .product-content .product-start {
    padding-top: 0; }

.product-buybox {
  display: flex;
  margin-bottom: 20px; }
  .product-buybox .product-pricebox {
    text-align: left;
    white-space: nowrap;
    margin-right: auto; }
    .product-buybox .product-pricebox .product-price {
      margin-bottom: 4px;
      letter-spacing: 0; }
      .product-buybox .product-pricebox .product-price.special-price {
        color: #9c0026; }
  .product-buybox .product-actions {
    border-left: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    margin-left: 20px; }
    .product-buybox .product-actions .product-share {
      margin-bottom: 10px; }
    .product-buybox .product-actions button {
      background: 0;
      width: 100%;
      padding: 0 20px; }
      .product-buybox .product-actions button svg {
        width: 20px;
        height: 100%;
        fill: #a6a6a6;
        margin: 0; }

.product-logistic {
  display: flex;
  margin: 10px -5px 0; }
  .product-logistic div {
    width: 50%;
    margin: 0 5px;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-logistic.soldout {
    margin-bottom: 10px; }
    .product-logistic.soldout div {
      width: auto; }
  .product-logistic .product-deliverytime {
    font-weight: 600; }
    .product-logistic .product-deliverytime svg {
      width: 22px;
      height: 22px;
      margin-right: 10px; }
    .product-logistic .product-deliverytime.status-red {
      width: 100%; }

.addtobasket {
  bottom: -100%;
  transition: bottom 0.3s ease; }
  .addtobasket .btn {
    display: block;
    width: 100%;
    line-height: 25px; }
  .addtobasket .price {
    display: none; }
  .addtobasket.sticky {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #e6e6e6;
    z-index: 5; }
    .addtobasket.sticky .price {
      display: inline-block;
      border-left: 1px solid rgba(255, 255, 255, .2);
      padding-left: 10px;
      margin-left: 6px; }

.notify {
  display: none;
  width: 100%;
  /*.product-delivery {
	display: flex;
	margin-top: 10px;

	.product-stock {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		margin-right: 20px;
	}

	.calender {
		display: flex;
		margin-left: auto;

		.calender-title {
			margin-right: 10px;

			svg {
				fill: $text-light;
				width: 22px;
				height: 100%;
			}
		}

		.calender-item {
			text-align: center;

			.calender-item-day {
				@extend .h3;
				color: #000;
				margin: 0;
				padding: 3px 10px 4px;
				border-bottom: 0;
				border-radius: 3px 3px 0 0;
				background: $bg-light;

				.calender-item-weekday {
					font-weight: normal;
					text-transform: uppercase;
					position: relative;
					top: -1px;
					margin-right: 4px;
				}
			}

			.calender-item-month {
				@extend .text-xs;
				text-transform: uppercase;
				color: #fff;
				background: $charcoal;
				padding: 3px 10px;
				border-radius: 0 0 3px 3px;
			}
		}

		.calender-dash {
			width: 10px;
			position: relative;
			margin: 0 5px;

			&:before {
				content: '';
				border-bottom: 2px solid #c9c9c9;
				position: absolute;
				top: 50%;
				width: 10px;
				margin-top: -1px;
			}
		}
	}
}*/ }

.product-menu {
  margin-top: 10px; }
  .product-menu .product-menu-item {
    display: block;
    text-decoration: none;
    color: #a6a6a6;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0 16px;
    margin-bottom: 0;
    font-weight: 600; }
    .product-menu .product-menu-item:last-child {
      border: 0; }
    .product-menu .product-menu-item.payment-info {
      color: #666; }
    .product-menu .product-menu-item .info {
      fill: #666;
      width: 14px;
      float: right;
      margin-top: 2px; }
    .product-menu .product-menu-item .angle {
      width: 14px;
      float: right;
      fill: #a6a6a6;
      margin-top: 6px; }
    .product-menu .product-menu-item .product-rating {
      float: right; }

.expertenbewertung {
  margin-top: -15px; }
  .expertenbewertung .rumundco-badge {
    background: #000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 13px;
    position: relative;
    top: -65px;
    margin-bottom: -50px; }
    .expertenbewertung .rumundco-badge svg {
      fill: #fff; }
  .expertenbewertung .h2, .expertenbewertung .product-box .product-flag .product-flag-item.index, .product-box .product-flag .expertenbewertung .product-flag-item.index, .expertenbewertung .category-header .category-title, .category-header .expertenbewertung .category-title, .expertenbewertung .filter .filter-head, .filter .expertenbewertung .filter-head, .expertenbewertung .rezept .index, .rezept .expertenbewertung .index {
    text-align: center; }
  .expertenbewertung .taste {
    display: flex;
    margin-bottom: 20px;
    margin-top: -20px; }
    .expertenbewertung .taste .taste-item {
      width: 33.3%;
      text-align: center; }
      .expertenbewertung .taste .taste-item .taste-item-image {
        width: 80px;
        height: 80px;
        margin-bottom: 10px; }
  .expertenbewertung .levels .level-item {
    background: #e6e6e6;
    height: 50px;
    margin-bottom: 10px;
    position: relative; }
    .expertenbewertung .levels .level-item .level-item-title {
      color: #fff;
      font-weight: 600;
      padding: 16px 15px;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 18px; }
    .expertenbewertung .levels .level-item .level-item-fill {
      height: 100%;
      min-width: 80px; }
    .expertenbewertung .levels .level-item.suesse .level-item-fill {
      background: linear-gradient(135deg, #9c0026 0%, #69001a 100%); }
    .expertenbewertung .levels .level-item.wuerze .level-item-fill {
      background: linear-gradient(135deg, #efb020 0%, #cd930f 100%); }
    .expertenbewertung .levels .level-item.frucht .level-item-fill {
      background: linear-gradient(135deg, #b0c43f 0%, #8f9f31 100%); }
    .expertenbewertung .levels .level-item.milde .level-item-fill {
      background: linear-gradient(135deg, #428e8b 0%, #326b69 100%); }
    .expertenbewertung .levels .level-item.rauch .level-item-fill {
      background: linear-gradient(135deg, #957a6a 0%, #776255 100%); }
  .expertenbewertung .tastingnotes {
    margin-bottom: 20px; }
    .expertenbewertung .tastingnotes .tastingnotes-item {
      padding-top: 10px; }
  .expertenbewertung .experience {
    background: #e6e6e6;
    height: 50px;
    display: flex;
    position: relative; }
    .expertenbewertung .experience .info {
      position: absolute;
      top: -24px;
      right: 0;
      width: 14px;
      fill: #2f61c7; }
    .expertenbewertung .experience .experience-fill {
      background: linear-gradient(135deg, #3a3a3a 0%, #212121 100%);
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .expertenbewertung .experience .experience-level {
      color: #a6a6a6;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      padding: 17px 15px;
      position: relative;
      margin: auto; }
    .expertenbewertung .experience .experience-level.active {
      color: #fff; }
  .expertenbewertung .experience-description {
    display: flex;
    margin-bottom: 20px; }
    .expertenbewertung .experience-description div {
      padding: 10px 5px 0; }
    .expertenbewertung .experience-description div:nth-child(2) {
      text-align: center;
      margin: auto; }
    .expertenbewertung .experience-description div:last-child {
      text-align: right; }

.details {
  text-align: center; }
  .details table {
    width: 100%;
    margin-bottom: 15px;
    margin-top: -15px; }
    .details table tr th, .details table tr td {
      width: 50%;
      border-top: 1px solid #e6e6e6;
      padding: 15px 5px; }
    .details table tr:first-child th, .details table tr:first-child td {
      border: 0; }
    .details table tr th {
      text-align: right;
      color: #000;
      font-weight: 600; }
    .details table tr td {
      text-align: left; }
    .details table tr.indent th {
      font-weight: 400; }
      .details table tr.indent th, .details table tr.indent td {
        border-top: 0;
        padding-top: 0;
        color: #666; }
  .details .details-nutrition {
    margin-top: 40px; }
  .details .details-extra {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 10px; }

.produktinformationen .h2, .produktinformationen .product-box .product-flag .product-flag-item.index, .product-box .product-flag .produktinformationen .product-flag-item.index, .produktinformationen .category-header .category-title, .category-header .produktinformationen .category-title, .produktinformationen .filter .filter-head, .filter .produktinformationen .filter-head, .produktinformationen .rezept .index, .rezept .produktinformationen .index {
  text-align: center; }
  .produktinformationen img {
    width: 100%;
    margin: 15px 0; }

.crossselling {
  text-align: center; }

.product-box {
  display: flex;
  text-align: left;
  position: relative;
  flex-wrap: wrap;
  padding: 40px 0; }
  @media (min-width: 768px) {
  .product-box {
    display: block; } }
  .product-box.sponsored {
    background: #f2f2f2; }
  .product-box .product-box-image {
    width: calc(50% - 25px);
    object-fit: contain;
    margin: 0 20px 0 5px; }
    @media (min-width: 768px) {
  .product-box .product-box-image {
    width: 100%;
    margin: 0; } }
  .product-box .product-wishlist {
    position: absolute;
    left: calc(50% - 65px);
    top: 19px;
    padding: 10px;
    background: 0; }
    @media (min-width: 768px) {
  .product-box .product-wishlist {
    right: 30px;
    left: auto;
    top: 29px; } }
    .product-box .product-wishlist svg {
      fill: #a6a6a6;
      margin: 0; }
    .product-box .product-wishlist.active svg {
      fill: #9c0026; }
  .product-box .product-flag {
    position: absolute;
    left: 0;
    top: 20px;
    width: 80px; }
    @media (min-width: 768px) {
  .product-box .product-flag {
    left: 40px;
    top: 40px;
    width: calc(100% - 120px); } }
    .product-box .product-flag .product-flag-item {
      border-radius: 0 3px 3px 0;
      color: #fff;
      text-align: left;
      padding: 5px;
      display: inline-block;
      margin-right: 100%;
      margin-bottom: 5px;
      font-size: 12px; }
    @media (min-width: 768px) {
    .product-box .product-flag .product-flag-item {
      margin-right: 5px;
      border-radius: 3px; } }
    .product-box .product-flag .product-flag-item.flag-recommented {
      background: #9c0026;
      width: 64px; }
      @media (min-width: 768px) {
    .product-box .product-flag .product-flag-item.flag-recommented {
      width: auto; } }
    .product-box .product-flag .product-flag-item.flag-new {
      background: #428e8b; }
    .product-box .product-flag .product-flag-item.flag-abverkauf {
      background: #000; }
    .product-box .product-flag .product-flag-item.flag-restposten {
      background: #efb020;
      color: #000; }
    .product-box .product-flag .product-flag-item.index {
      background: #3a3a3a;
      color: #fff;
      padding: 10px; }
  .product-box .product-box-content {
    position: relative;
    z-index: 1;
    width: 50%; }
    @media (min-width: 768px) {
  .product-box .product-box-content {
    width: 100%; } }
    .product-box .product-box-content .product-sponsored {
      color: #a6a6a6;
      margin-bottom: 8px; }
    .product-box .product-box-content .product-title {
      font-weight: 700;
      color: #000;
      font-size: 16px;
      margin-bottom: 6px;
      line-height: 18px; }
    .product-box .product-box-content .product-data {
      color: #a6a6a6;
      margin-bottom: 14px; }
    .product-box .product-box-content .product-data span {
      color: #e6e6e6; }
    .product-box .product-box-content .old-price {
      color: #666;
      margin-bottom: -3px; }
    .product-box .product-box-content .price {
      font-weight: 700;
      font-size: 22px;
      color: #000; }
    .product-box .product-box-content .price.special-price {
      color: #9c0026; }
    .product-box .product-box-content .baseprice {
      color: #a6a6a6;
      font-size: 10px; }
    .product-box .product-box-content .product-availability {
      display: inline-block;
      padding: 2px 4px;
      margin-top: 10px; }
  .product-box .product-note {
    width: 100%;
    margin: 20px 20px 0;
    text-align: center;
    color: #666;
    background: #f2f2f2;
    border-radius: 3px;
    font-weight: 600;
    padding: 15px 20px;
    position: relative; }
    .product-box .product-note:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #f2f2f2;
      top: -10px;
      position: absolute;
      left: calc(25% - 28px); }

.product-slider-wrap {
  position: relative;
  padding: 0 10px 26px; }
  .product-slider-wrap .product-box {
    padding: 0;
    display: flex; }
    .product-slider-wrap .product-box .product-box-content {
      background: #fff; }
  .product-slider-wrap .product-slider {
    display: flex; }

.slick-arrow {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 1;
  border: 0;
  background: 0;
  padding: 10px; }
  .slick-arrow svg {
    height: 14px;
    fill: #a6a6a6;
    float: left; }
  .slick-arrow.slick-prev {
    left: -30px; }
  .slick-arrow.slick-next {
    right: -30px; }

.slick-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -26px;
  z-index: 1;
  width: 100%; }
  .slick-dots li {
    line-height: 0; }
    .slick-dots li button {
      background: #a6a6a6;
      border: 2px solid #fff;
      border-radius: 100%;
      width: 8px;
      height: 8px;
      display: inline-block;
      margin: 0 2px;
      padding: 0;
      color: transparent;
      line-height: 0;
      font-size: 0; }
    .slick-dots li.slick-active button {
      border: 2px solid #a6a6a6;
      background: #fff; }

@media (min-width: 768px) {
    .product-list {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .product-list .product-box {
      width: 33.33%;
      padding: 40px;
      border-radius: 3px; } }
    @media (min-width: 1200px) {
  .product-list .product-box {
    width: 25%; } }
    @media (min-width: 1500px) {
  .product-list .product-box {
    width: 20%; } }
    .product-list .product-box .product-box-image {
      mix-blend-mode: multiply; }
    .product-list .product-box .product-box-content {
      padding-right: 20px; }
  .product-list .product-list-infobox {
    margin: 20px;
    padding: 20px;
    text-align: center; }
    .product-list .product-list-infobox .h2, .product-list .product-list-infobox .product-box .product-flag .product-flag-item.index, .product-box .product-flag .product-list .product-list-infobox .product-flag-item.index, .product-list .product-list-infobox .category-header .category-title, .category-header .product-list .product-list-infobox .category-title, .product-list .product-list-infobox .filter .filter-head, .filter .product-list .product-list-infobox .filter-head, .product-list .product-list-infobox .rezept .index, .rezept .product-list .product-list-infobox .index {
      margin-bottom: 5px; }

.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  @media (min-width: 768px) {
  .category-header {
    padding: 20px 40px;
    margin: auto; } }
  .category-header .category-title {
    margin: 0 0 15px;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
  .category-header .category-title {
    width: 50%;
    text-align: left; } }
    .category-header .category-title .angle {
      display: none; }
  .category-header .totop {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 2px solid #000;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    text-align: center; }
    .category-header .totop svg {
      width: 12px;
      height: 100%;
      fill: #000; }
  @media (min-width: 768px) {
    .category-header .quick-filter-wrap {
      order: 3; } }
  .category-header .category-actions {
    width: 100%;
    display: flex; }
    @media (min-width: 768px) {
  .category-header .category-actions {
    width: 50%; } }
    .category-header .category-actions .category-actions-sort {
      display: flex;
      margin-right: 5px;
      width: 100%;
      align-content: center; }
    .category-header .category-actions .category-actions-sort .select {
      width: 100%; }
    .category-header .category-actions .category-filter-button {
      width: auto;
      padding-left: 20px;
      padding-right: 20px;
      white-space: nowrap; }
    .category-header .category-actions .category-filter-button svg {
      width: 16px;
      margin-right: 8px;
      fill: #fff;
      margin-top: -3px;
      position: relative;
      top: 0; }
  .category-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #fff; }
    .category-header.sticky .category-title {
      width: auto;
      margin-right: auto;
      text-align: left; }
    .category-header.sticky .category-title .angle {
      display: inline-block;
      height: 14px;
      margin-right: 5px;
      fill: #a6a6a6; }
    .category-header.sticky .totop {
      display: block; }
    .category-header.sticky .category-product-count {
      width: auto; }
    .category-header.sticky .quick-filter-wrap {
      display: none; }
    .category-header.sticky .category-actions .category-actions-search {
      display: block;
      width: 100%;
      margin-right: 10px;
      position: relative; }
      .category-header.sticky .category-actions .category-actions-search .form-control {
        background: #fff;
        border: 0;
        width: 100%;
        height: 38px;
        font-size: 14px;
        border: 2px solid #e6e6e6; }
        .category-header.sticky .category-actions .category-actions-search .form-control:focus {
          outline: none; }
      .category-header.sticky .category-actions .category-actions-search svg {
        position: absolute;
        right: 15px;
        width: 15px;
        height: 100%;
        top: 0;
        fill: #a6a6a6; }

.quick-filter-wrap {
  position: relative;
  width: calc(100% + 40px);
  margin: 0 0 5px -20px; }
  .quick-filter-wrap .quick-filter {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 0 20px; }
    @media (min-width: 768px) {
  .quick-filter-wrap .quick-filter {
    overflow: auto; } }
    .quick-filter-wrap .quick-filter .quick-filter-item {
      flex-shrink: 0;
      background: #f2f2f2;
      border-radius: 0;
      border-left: 1px solid rgba(0, 0, 0, .1);
      color: #666; }
    .quick-filter-wrap .quick-filter .quick-filter-item:first-child {
      border-radius: 3px 0 0 3px;
      border: 0; }
    .quick-filter-wrap .quick-filter .quick-filter-item:last-child {
      z-index: 1;
      border-radius: 0 3px 3px 0; }
  .quick-filter-wrap .scroll {
    position: absolute;
    right: 3px;
    top: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%;
    background: radial-gradient(circle, #f2f2f2 0%, rgba(242, 242, 242, 0) 75%);
    width: 42px;
    border-radius: 100%; }
    .quick-filter-wrap .scroll svg {
      height: 12px;
      fill: #666;
      width: 100%; }

.category-description {
  width: 100%;
  padding: 20px 20px 15px; }
  .category-description img {
    max-width: 100%;
    max-height: 100px;
    margin: auto;
    display: block;
    margin-bottom: 20px; }

.recommented-filter {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .recommented-filter .recommented-filter-head {
    font-weight: 700;
    color: #000;
    margin-right: auto; }
  .recommented-filter .quick-filter-item {
    border: 2px solid #e6e6e6;
    padding: 10px 13px; }
    .recommented-filter .quick-filter-item svg {
      width: 16px;
      height: 16px;
      position: relative;
      top: -2px;
      fill: #666; }
    .recommented-filter .quick-filter-item.active {
      border-color: #3a3a3a;
      color: #3a3a3a;
      font-weight: 700; }
    .recommented-filter .quick-filter-item .badge {
      display: inline;
      height: 100%;
      background: #3a3a3a;
      color: #fff;
      border-radius: 3px;
      padding: 5px;
      font-size: 12px;
      margin-left: 5px; }

#main-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #f2f2f2;
  height: 100%;
  right: -100%;
  transition: all 0.3s ease;
  opacity: 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
  #main-menu {
    opacity: 1;
    position: static;
    padding: 0; } }
  #main-menu .campaign-alert {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
  #main-menu .campaign-alert {
    display: none; } }
  #main-menu.open {
    right: 0;
    opacity: 1; }
  #main-menu .menu-search {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    z-index: 1; }
    @media (min-width: 768px) {
  #main-menu .menu-search {
    display: none; } }
    #main-menu .menu-search .form-control {
      background: #fff;
      border: 0;
      width: 1%;
      flex-grow: 1;
      height: 60px; }
    #main-menu .menu-search .form-control:focus {
      outline: none; }
    #main-menu .menu-search svg {
      position: absolute;
      right: 75px;
      width: 20px;
      height: 100%;
      top: 0;
      fill: #a6a6a6; }
    #main-menu .menu-search .menu-toggle {
      text-align: center;
      padding: 0 20px;
      height: 40px;
      border-left: 1px solid #e6e6e6; }
    #main-menu .menu-search .menu-toggle svg {
      position: static;
      fill: #a6a6a6;
      width: 14px; }
  #main-menu .menu {
    padding: 0 20px;
    flex-shrink: 1;
    overflow: scroll;
    margin-bottom: auto; }
    @media (min-width: 768px) {
  #main-menu .menu {
    display: flex;
    align-content: center;
    padding: 0;
    overflow: auto; } }
    #main-menu .menu a {
      display: block;
      text-decoration: none;
      border-bottom: 1px solid #e6e6e6;
      padding: 15px 0 16px;
      margin-bottom: 0;
      font-weight: 600;
      display: flex;
      align-items: center; }
    @media (min-width: 768px) {
    #main-menu .menu a {
      border: 0;
      padding: 20px 0;
      margin-right: 20px;
      font-size: 16px; } }
    #main-menu .menu a:last-child {
      border: 0; }
    #main-menu .menu a .angebote {
      fill: #9c0026;
      width: 24px;
      margin-right: 10px; }
    #main-menu .menu a .neuheiten {
      fill: #428e8b;
      width: 24px;
      margin-right: 10px; }
    #main-menu .menu a .angle, #main-menu .menu a .plus {
      margin-left: auto;
      height: 14px;
      width: 14px;
      float: right;
      fill: #a6a6a6; }
      @media (min-width: 768px) {
    #main-menu .menu a .angle, #main-menu .menu a .plus {
      display: none; } }
    #main-menu .menu a.last {
      border: 0; }
    #main-menu .menu .submenu {
      position: fixed;
      width: 100%;
      z-index: 100;
      top: 132px;
      background: #f2f2f2;
      padding: 0 20px;
      height: calc(100% - 132px);
      right: -100%;
      transition: all 0.3s ease;
      opacity: 0; }
    #main-menu .menu .submenu .menu-back {
      color: #666; }
      #main-menu .menu .submenu .menu-back .angle {
        margin: 0;
        margin-right: 10px;
        transform: rotate(180deg); }
    #main-menu .menu .submenu.open {
      right: 0;
      opacity: 1; }
  #main-menu .login-register {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 20px; }
    @media (min-width: 768px) {
  #main-menu .login-register {
    display: none; } }
    #main-menu .login-register .register .register-title {
      font-weight: 600;
      color: #9c0026;
      margin-bottom: 5px; }
    #main-menu .login-register .register .btn {
      width: 100%;
      margin-top: 5px;
      white-space: nowrap; }
    #main-menu .login-register .login {
      display: flex;
      align-items: center;
      padding: 10px 0 0 10px; }
    #main-menu .login-register .login .login-title {
      padding-right: 10px; }
    #main-menu .login-register .login svg {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      flex-shrink: 0;
      fill: #000; }
    #main-menu .login-register .login .login-link {
      margin-left: auto;
      white-space: nowrap;
      color: #428e8b;
      font-weight: 600; }

.filter {
  position: fixed;
  bottom: -160px;
  left: 0;
  padding-top: 40px;
  z-index: 50;
  transition: all 0.3s ease;
  width: 100vw;
  opacity: 0;
  pointer-events: none; }
  .filter:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease; }
  .filter hr {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 20px 0; }
  .filter .filter-head {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 0;
    position: relative;
    background: #fff;
    border-radius: 3px 3px 0 0; }
    .filter .filter-head .filter-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 34px;
      padding: 10px; }
    .filter .filter-head .filter-close svg {
      fill: #a6a6a6; }
  .filter .filter-sort .quick-filter-wrap {
    width: 100vw;
    margin-top: -5px; }
    .filter .filter-sort .quick-filter-wrap .quick-filter-item {
      border: 2px solid #e6e6e6;
      padding: 10px 13px;
      color: #a6a6a6; }
      .filter .filter-sort .quick-filter-wrap .quick-filter-item.active {
        border: 0; }
  .filter .filter-content {
    background: #fff;
    overflow: scroll;
    height: auto;
    max-height: 60vh;
    transition: all 0.5s ease; }
    .filter .filter-content .filter-item {
      text-decoration: none;
      padding: 13px 20px 14px;
      border-bottom: 1px solid #e6e6e6;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .filter .filter-content .filter-item .filter-title {
      color: #666;
      margin-bottom: 0;
      font-weight: 600;
      margin-right: 20px; }
    .filter .filter-content .filter-item .angle {
      height: 14px;
      fill: #666;
      margin-top: 4px;
      margin-left: auto; }
    .filter .filter-content .filter-item .filter-item-value {
      color: #efb020;
      white-space: nowrap;
      width: 1%;
      flex-grow: 1;
      overflow: hidden;
      position: relative; }
      .filter .filter-content .filter-item .filter-item-value:after {
        content: '';
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 90%);
        width: 100px;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute; }
    .filter .filter-content .filter-item:last-child {
      border: 0; }
    .filter .filter-content .filter-switch {
      width: 31px;
      height: 16px;
      border-radius: 20px;
      background: #e6e6e6;
      position: relative;
      margin: 0 2px 0 auto; }
    .filter .filter-content .filter-switch:before {
      content: '';
      width: 20px;
      top: -2px;
      height: 20px;
      border-radius: 100%;
      position: absolute;
      left: -2px;
      background: #3a3a3a; }
  .filter .filter-merkmal-werte {
    padding: 10px 20px; }
  .filter .filter-merkmal-wert {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #666;
    padding: 10px 0px;
    transition: all 0.3s ease; }
    .filter .filter-merkmal-wert .checkbox, .filter .filter-merkmal-wert .radio {
      width: 20px;
      height: 20px;
      border-radius: 3px;
      border: 2px solid #e6e6e6;
      margin-right: 10px;
      background: #fff;
      position: relative; }
    .filter .filter-merkmal-wert .checkbox:after, .filter .filter-merkmal-wert .radio:after {
      position: absolute;
      left: 8px;
      width: 0;
      height: 0;
      top: 10px;
      content: '';
      border-radius: 2px;
      transition: all 0.15s ease; }
    .filter .filter-merkmal-wert .angebote {
      width: 20px;
      margin-right: 5px;
      fill: #9c0026; }
    .filter .filter-merkmal-wert .radio {
      border-radius: 100%; }
    .filter .filter-merkmal-wert .radio:after {
      border-radius: 100%; }
    .filter .filter-merkmal-wert.checked {
      color: #000;
      font-weight: 600; }
    .filter .filter-merkmal-wert.checked .checkbox:after, .filter .filter-merkmal-wert.checked .radio:after {
      left: 3px;
      top: 3px;
      width: 10px;
      height: 10px;
      background: #3a3a3a; }
    .filter .filter-merkmal-wert .badge {
      margin-left: 5px;
      color: #a6a6a6; }
  .filter .filter-footer {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px; }
    .filter .filter-footer .btn {
      width: 100%; }
    .filter .filter-footer .filter-close {
      display: flex;
      margin-right: auto; }
    .filter .filter-footer .filter-close svg {
      width: 12px;
      height: 12px;
      fill: #a6a6a6;
      margin-right: 5px; }
  .filter.open {
    display: block;
    bottom: 0px;
    pointer-events: initial;
    opacity: 1; }
    .filter.open:before {
      opacity: 1;
      pointer-events: initial; }
  .filter.overlay:before {
    opacity: 0; }
  .filter#price .filter-content {
    padding: 20px; }
    .filter#price .filter-price-value {
      display: flex;
      align-content: center;
      margin: 10px 0 20px;
      padding: 0 40px; }
    .filter#price .filter-price-value .filter-price-value-control {
      position: relative; }
      .filter#price .filter-price-value .filter-price-value-control input {
        border: 2px solid #e6e6e6;
        border-radius: 3px;
        width: 100%;
        padding: 11px 15px 12px;
        font-size: 18px;
        transition: all 0.3s ease;
        font-weight: 600;
        color: #666; }
        .filter#price .filter-price-value .filter-price-value-control input:focus {
          border-color: #000;
          outline: 0; }
      .filter#price .filter-price-value .filter-price-value-control .input-append {
        position: absolute;
        right: 15px;
        font-size: 18px;
        color: #a6a6a6;
        font-weight: 600;
        line-height: 50px;
        margin: 0; }
    .filter#price .filter-price-value span {
      font-size: 24px;
      font-weight: 600;
      line-height: 46px;
      margin: 0 10px; }
    .filter#price .filter-price-base {
      width: calc(100% - 20px);
      height: 4px;
      background: #e6e6e6;
      position: relative;
      margin: 30px 10px 40px;
      border-radius: 3px; }
    .filter#price .filter-price-base .filter-price-fill {
      background: #3a3a3a;
      height: 100%;
      width: calc(50% + 10px); }
    .filter#price .filter-price-base .filter-price-slider {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      background: #3a3a3a;
      top: -8px; }
      .filter#price .filter-price-base .filter-price-slider.filter-price-start {
        left: -10px; }
      .filter#price .filter-price-base .filter-price-slider.filter-price-end {
        left: 50%; }
    .filter#price .filter-price-sale {
      display: flex;
      margin-top: 20px; }
  .filter#marke .filter-content {
    padding: 20px;
    overflow: hidden; }
    .filter#marke .filter-marke-search {
      position: relative;
      display: flex;
      margin-bottom: 0; }
    .filter#marke .filter-marke-search .form-control {
      border-radius: 3px 3px 0 0; }
    .filter#marke .filter-marke-search svg {
      position: absolute;
      right: 15px;
      width: 20px;
      height: 100%;
      top: 0;
      fill: #a6a6a6; }
    .filter#marke .option-list {
      height: 136px;
      overflow: scroll;
      border: 2px solid #e6e6e6;
      border-top: 0;
      border-radius: 0 0 3px 3px;
      padding: 10px 20px; }
    .filter#marke .option-list li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      color: #666;
      padding: 10px 0px;
      transition: all 0.3s ease; }
      .filter#marke .option-list li .badge {
        margin-left: 5px;
        color: #a6a6a6; }
    .filter#marke .filter-marke-recommended {
      display: flex;
      margin: -10px -10px 15px; }
    .filter#marke .filter-marke-recommended img {
      padding: 0 10px;
      width: 25%; }

.inhalt .h2, .inhalt .product-box .product-flag .product-flag-item.index, .product-box .product-flag .inhalt .product-flag-item.index, .inhalt .category-header .category-title, .category-header .inhalt .category-title, .inhalt .filter .filter-head, .filter .inhalt .filter-head, .inhalt .rezept .index, .rezept .inhalt .index {
  text-align: center; }
  .inhalt .inhalt-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0; }
    .inhalt .inhalt-item .inhalt-item-image {
      width: 33.3%;
      margin-right: 20px;
      border-radius: 3px; }
    .inhalt .inhalt-item .inhalt-item-content .inhalt-item-title {
      font-weight: 700;
      color: #000;
      font-size: 16px;
      margin-bottom: 6px;
      line-height: 18px; }
    .inhalt .inhalt-item .inhalt-item-content .inhalt-item-data {
      color: #a6a6a6;
      margin-bottom: 12px; }
      .inhalt .inhalt-item .inhalt-item-content .inhalt-item-data span {
        color: #e6e6e6; }
    .inhalt .inhalt-item .inhalt-item-content a {
      color: #428e8b;
      padding: 2px 4px;
      background: rgba(66, 142, 139, .1); }
    .inhalt .inhalt-item:first-child {
      padding-top: 0; }
    .inhalt .inhalt-item:last-child {
      border: 0; }

.rezept .h2, .rezept .product-box .product-flag .product-flag-item.index, .product-box .product-flag .rezept .product-flag-item.index, .rezept .category-header .category-title, .category-header .rezept .category-title, .rezept .filter .filter-head, .filter .rezept .filter-head, .rezept .rezept .index, .rezept .rezept .index {
  text-align: center; }
  .rezept .zutaten {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    padding-top: 5px;
    margin-bottom: 20px; }
    .rezept .zutaten dt {
      width: 20%;
      margin-bottom: 10px; }
    .rezept .zutaten dd {
      width: 80%;
      margin-bottom: 10px; }
  .rezept .index {
    margin-right: 10px; }
  .rezept .video {
    margin-top: 15px; }

.content {
  padding: 20px 20px 10px; }

.product-sticky-header {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  z-index: 50;
  display: flex;
  padding: 10px;
  transition: all 0.3s ease; }
  .product-sticky-header img {
    width: 60px;
    border-radius: 3px;
    margin-right: 20px; }
  .product-sticky-header .product-title {
    font-weight: 700;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px; }
  .product-sticky-header .product-data {
    color: #a6a6a6; }
    .product-sticky-header .product-data span {
      color: #e6e6e6; }
  .product-sticky-header.sticky {
    top: 0; }

#magazin {
  padding-top: 0; }
  #magazin .h2, #magazin .product-box .product-flag .product-flag-item.index, .product-box .product-flag #magazin .product-flag-item.index, #magazin .category-header .category-title, .category-header #magazin .category-title, #magazin .filter .filter-head, .filter #magazin .filter-head, #magazin .rezept .index, .rezept #magazin .index {
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 40px; }
  #magazin .magazin-slider-wrap {
    padding: 0 10px 26px; }
    #magazin .magazin-slider-wrap .magazin-box {
      display: flex; }
    #magazin .magazin-slider-wrap .magazin-box .magazin-box-image {
      width: 33.3%;
      margin-right: 20px;
      object-fit: cover; }
    #magazin .magazin-slider-wrap .magazin-box .magazin-box-title {
      font-weight: 700;
      color: #000;
      font-size: 16px;
      margin-bottom: 10px;
      line-height: 18px; }
    #magazin .magazin-slider-wrap .magazin-box .magazin-box-button {
      display: inline-block;
      color: #428e8b;
      padding: 2px 4px;
      background: rgba(66, 142, 139, .1); }

.teaserlist .teaser {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px; }
  .teaserlist .teaser.teaser-bg {
    background: #f2f2f2; }
  .teaserlist .teaser.teaser-bg .teaser-icon {
    padding-top: 20px; }
  .teaserlist .teaser.teaser-border .teaser-content {
    border: 2px solid #e6e6e6;
    border-top: 0; }
  .teaserlist .teaser.teaser-border .teaser-icon {
    border: 2px solid #e6e6e6;
    border-bottom: 0; }
    .teaserlist .teaser.teaser-border .teaser-icon svg {
      padding-top: 20px; }
  .teaserlist .teaser .teaser-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: table; }
  .teaserlist .teaser .teaser-icon {
    border-radius: 3px 3px 0 0; }
  .teaserlist .teaser .teaser-icon svg {
    height: 80px;
    width: 80px;
    fill: #000; }
  .teaserlist .teaser .teaser-content {
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px; }
  .teaserlist .teaser .teaser-content p {
    margin-bottom: 10px; }
  .teaserlist .teaser .teaser-content .btn {
    margin-top: 10px;
    margin-bottom: 10px; }

.cocktail .cocktail-image {
  width: 100%;
  max-height: 40vh;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 3px; }
  .cocktail .video {
    margin-bottom: 20px; }
  .cocktail .product-slider-wrap {
    margin-bottom: 20px; }

.styleswitch {
  position: fixed;
  bottom: 0;
  display: flex;
  left: 0;
  width: 100%;
  padding: 1.5px;
  flex-wrap: wrap;
  background: #000;
  z-index: 10; }
  .styleswitch div {
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    background: #3a3a3a;
    margin: 1.5px;
    border-radius: 3px; }
  .styleswitch div.active {
    background: #9c0026; }

body .searchvisible {
  display: none; }
  body.searchvisible .searchvisible {
    display: initial; }
  body.searchvisible .searchhidden {
    display: none; }
  body.searchvisible .header {
    padding-bottom: 10px; }
  body.wishlist .header-button.wishlist .badge {
    display: block; }
  body.basket .header-button.basket .badge {
    display: block; }
  body.categoryheader .category-header .category-actions .category-actions-sort {
    display: flex;
    margin-right: 5px;
    width: 100%;
    align-content: center; }
    body.categoryheader .category-header .category-actions .category-actions-sort .select {
      width: 100%; }
    body.categoryheader .category-header .category-actions .category-overview-button {
      display: none; }
    body.categoryheader .category-header .category-actions .category-filter-button {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; }
    body.categoryheader .category-header .category-actions .category-filter-button svg {
      fill: #fff; }
    body.categoryheader .category-header .category-actions .category-filter-button .categoryheader {
      display: none; }
  body.categoryheader .category-header.sticky .category-title {
    text-align: left; }
    body.categoryheader .category-header.sticky .category-title .angle {
      display: inline-block;
      height: 14px;
      margin-right: 5px;
      fill: #a6a6a6; }
    body.categoryheader .category-header.sticky .category-actions .category-actions-search {
      display: block;
      width: 100%;
      margin-right: 10px;
      position: relative; }
      body.categoryheader .category-header.sticky .category-actions .category-actions-search .form-control {
        background: #fff;
        border: 0;
        width: 100%;
        height: 38px;
        font-size: 14px;
        border: 2px solid #e6e6e6; }
        body.categoryheader .category-header.sticky .category-actions .category-actions-search .form-control:focus {
          outline: none; }
      body.categoryheader .category-header.sticky .category-actions .category-actions-search svg {
        position: absolute;
        right: 15px;
        width: 15px;
        height: 100%;
        top: 0;
        fill: #a6a6a6; }
    body.categoryheader .category-header.sticky .category-actions .category-overview-button {
      display: none; }
