.rezept-article__wrapper{width:100%;max-width:99rem;margin-inline:auto;padding-inline:0rem}.rezept-article__header{display:flex;flex-direction:column}.rezept-article__header .rezept-article__wrapper{display:flex;flex-direction:column;gap:2.4rem}.rezept-article__title{margin:0}.rezept-article__tags{display:flex;flex-wrap:wrap;gap:.6rem}.rezept-article__tag{display:inline-flex;align-items:center;padding:.2rem 1.2rem;background:#2d3b410d;border-radius:4rem;font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));text-decoration:none;transition:background var(--duration-default);white-space:nowrap}.rezept-article__tag:hover{background:#2d3b411a}.rezept-article__excerpt{font-size:1.6rem;line-height:1.625;color:rgb(var(--color-foreground));max-width:90rem}.rezept-article__hero{border-radius:1.6rem;overflow:hidden;aspect-ratio:16 / 9;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(min-width:768px){.rezept-article__hero{aspect-ratio:16 / 7}}.rezept-article__hero .block{height:100%;width:100%}.rezept-article__hero img{width:100%;height:100%;object-fit:cover;display:block}.rezept-article__info-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}@media(min-width:768px){.rezept-article__info-cards{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:2rem}}.rezept-article__info-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:2rem 1.6rem;background:#f5f5f5;border-radius:1.2rem}.rezept-article__info-icon{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.4rem}.rezept-article__info-label{font-size:1.5rem;font-weight:700;color:#2d3b41cc;text-align:center;line-height:1.2}.rezept-article__info-value{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));text-align:center;line-height:1.5}.rezept-article .rezept-article__block{background-color:rgb(var(--color-background));padding-block:3.2rem;display:flex}@media(min-width:1023.98px){.rezept-article .rezept-article__block{padding-block:4rem}}.rezept-article__content{max-width:80rem}.rezept-details__layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:1023.98px){.rezept-details__layout{flex-direction:row;align-items:flex-start;gap:2.8rem}}.rezept-details__aside{width:100%}@media(min-width:1023.98px){.rezept-details__aside{width:39rem;flex-shrink:0;position:sticky;top:2rem}}.rezept-details__main{flex:1;display:flex;flex-direction:column;gap:2rem;min-width:0}.rezept-details__card{background:#fff;border-radius:1.6rem;box-shadow:0 4px 20px #0000000d;padding:2.4rem}.rezept-details__card-title{margin:0}.rezept-details__card-header{display:flex;flex-direction:column;align-items:start;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;margin-bottom:2rem}.rezept-details__scaler{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.rezept-details__scaler-quantity{position:relative;display:flex;align-items:center;width:11.3rem;height:4.8rem;padding:0 .8rem;border:1px solid rgb(var(--color-border));border-radius:var(--inputs-radius)}.rezept-details__scaler-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;flex-shrink:0;border:0;background:transparent;cursor:pointer;color:rgb(var(--color-foreground));padding:0}.rezept-details__scaler-btn svg{width:1.4rem;pointer-events:none}.rezept-details__scaler-count{flex-grow:1;text-align:center;font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));opacity:.85}.rezept-details__scaler-unit{font-size:1.6rem}.rezept-details__ingredients{list-style:none;padding:0;margin:0}.rezept-details__ingredient{display:grid;grid-template-columns:6rem 1fr;align-items:baseline;gap:1.2rem;padding-block:1.2rem;border-top:1px solid rgba(45,59,65,.08)}.rezept-details__ingredient:first-child{border-top:none}.rezept-details__ingredient-amount{font-size:1.4rem;font-weight:700;text-align:right;text-wrap:wrap;white-space:normal}.rezept-details__ingredient-content{display:flex;flex-direction:row;justify-content:space-between;gap:1.8rem}.rezept-details__ingredient-name{font-size:1.5rem;max-width:70%;color:rgb(var(--color-foreground));line-height:1.4}a.rezept-details__ingredient-link:hover{color:rgb(var(--color-link))}.rezept-details__ingredient-img a{display:block}.rezept-details__ingredient-product-meta{display:flex;align-items:center;justify-content:end}.rezept-details__ingredient-img{position:relative;width:auto;height:72px;border-radius:.8rem;overflow:visible;background:#f5f5f5;flex-shrink:0}.rezept-details__ingredient-img img{width:100%;height:100%;object-fit:cover;display:block}.rezept-details__atc-btn{position:absolute;bottom:-.3rem;right:-1rem;padding:.4rem;min-width:unset;width:3rem;height:3rem;--color-button-before: rgb(var(--color-button-hover-background))}.rezept-details__atc-btn .product-card__action-icon{width:1.8rem;height:2.4rem}.rezept-details__atc-btn.btn--loading:before,.rezept-details__atc-btn.btn--loading:after{transform:translate(-100%)!important}.rezept-details__preparation ol{list-style:none;padding:0;margin:0}.rezept-details__preparation ol>li{display:flex;flex-direction:row;align-items:stretch;gap:1.6rem;padding-block:1.6rem;font-size:1.5rem;line-height:1.6}.rezept-details__preparation ol>li:first-child{border-top:none;padding-top:0}.rezept-step__number{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:4rem;height:4rem;align-self:self-start;border-radius:50%;background:#f5f5f5;font-family:var(--font-heading-family);font-weight:400;font-size:1.6rem;color:rgb(var(--color-foreground))}.rezept-step__content{flex:1;display:flex;flex-direction:column;min-width:0}.rezept-step__intro{margin-bottom:.8rem;font-size:1.5rem;line-height:1.6;display:none}.rezept-step__title{font-size:1.6rem;line-height:4rem}.rezept-step__text{line-height:1.8}.rezept-step__text p{margin:.3rem 0}.rezept-step__tip{margin-top:2rem;padding:1.6rem;background:#2d3b410a;border-radius:.8rem;font-size:1.5rem;line-height:1.6}.rezept-pdf-btn{display:inline-flex;align-items:center;gap:.8rem;margin-top:2rem;width:100%;justify-content:center;font-size:1.4rem;--color-button-hover-background: var(--color-button);--color-button-before: rgb(var(--color-button))}.rezept-pdf-btn[aria-busy=true]{pointer-events:none}.rezept-pdf-btn[aria-busy=true] span{visibility:hidden}.rezept-pdf-btn[aria-busy=true] svg:first-child{display:none}.rezept-pdf-btn .loading__spinner{position:absolute}.rezept-pdf-btn[aria-busy=true] .loading__spinner{display:inline-block;opacity:1}.rezept-pdf-btn svg:first-child{flex-shrink:0}.rezept-details__nutrition-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.6rem}@media(min-width:768px){.rezept-details__nutrition-grid{grid-template-columns:repeat(4,1fr)}}.rezept-details__nutrition-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:1.6rem 1rem;background:#dbcebe26;border-radius:.8rem;text-align:center}.rezept-details__nutrition-value{font-size:1.6rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.2}.rezept-details__nutrition-name{font-size:1.3rem;color:#2d3b41b3;line-height:1.2}.rezept-comments{display:flex;flex-direction:column;gap:4rem}.rezept-comments__heading{margin:0}.rezept-comments__list{display:flex;flex-direction:column}.rezept-comments__item{display:flex;flex-direction:column;gap:2.4rem;padding-top:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(45,59,65,.2)}.rezept-comments__item:first-child{padding-top:0}@media(min-width:768px){.rezept-comments__item{gap:4rem}}.rezept-comments__content{font-size:1.6rem;line-height:1.625;color:rgb(var(--color-foreground));margin:0}.rezept-comments__meta{font-size:1.6rem;line-height:1.625;color:#2d3b41cc;margin:0}.rezept-comments__form-section{display:flex;flex-direction:column;align-items:center;padding-top:4.8rem}@media(min-width:768px){.rezept-comments__form-section{padding-top:9.6rem}}.rezept-comments__form-header{display:flex;flex-direction:column;align-items:center;gap:1.6rem;text-align:center;padding-bottom:3.2rem;width:100%}@media(min-width:768px){.rezept-comments__form-header{padding-bottom:5.6rem}}.rezept-comments__form-title{margin:0}.rezept-comments__form-description{font-size:1.6rem;line-height:1.625;color:rgb(var(--color-foreground));text-align:center;margin:0;max-width:65rem}@media(min-width:768px){.rezept-comments__form-description{font-size:1.8rem;line-height:1.5}}.rezept-comments__moderated{font-size:1.4rem;color:#2d3b41b3;text-align:center;margin:0 0 2.4rem}.rezept-comments__form{display:flex;flex-direction:column;gap:2.4rem;width:100%}.rezept-comments__form-row{display:flex;flex-direction:column;gap:2.4rem}@media(min-width:768px){.rezept-comments__form-row{flex-direction:row;gap:3rem}}.rezept-comments__field{display:flex;flex-direction:column;gap:.8rem;flex:1}.rezept-comments__label{font-size:1.6rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.625}.rezept-comments__input,.rezept-comments__textarea{width:100%;background:#fff;border:1px solid rgba(45,59,65,.2);font-size:1.6rem;color:#2d3b41cc;font-family:inherit;transition:border-color var(--duration-default);outline:none}.rezept-comments__input:focus,.rezept-comments__textarea:focus{border-color:#2d3b4180}.rezept-comments__input--error,.rezept-comments__textarea--error{border-color:#dc2626}.rezept-comments__input{padding:1.3rem 1.7rem 1.4rem;border-radius:2.4rem}.rezept-comments__textarea{min-height:18rem;padding:1.1rem 1.7rem;border-radius:1.6rem;resize:vertical}.rezept-comments__privacy{flex-direction:row;align-items:flex-start}.rezept-comments__checkbox-label{display:flex;align-items:flex-start;gap:.8rem;font-size:1.4rem;line-height:1.5;cursor:pointer}.rezept-comments__checkbox-label a{text-decoration:underline}.rezept-comments__checkbox{flex-shrink:0;width:1.8rem;height:1.8rem;margin-top:.2rem;cursor:pointer;accent-color:var(--color-button)}.rezept-comments__submit-wrapper{display:flex;justify-content:center;padding-top:1.6rem}.rezept-comments__errors,.rezept-comments__success{padding:1.2rem 1.6rem;border-radius:.8rem;font-size:1.4rem;line-height:1.5}.rezept-comments__errors{background:#dc26261a;color:#dc2626}.rezept-comments__success{background:#086c2e1a;color:#086c2e}.rezept-article__navigation .article-navigation__prev,.rezept-article__navigation .article-navigation__next{display:flex;flex-direction:column;gap:.8rem;text-decoration:none;color:rgb(var(--color-foreground));transition:opacity var(--duration-default)}.rezept-article__navigation .article-navigation__prev:hover,.rezept-article__navigation .article-navigation__next:hover{opacity:.7}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-rezept-main-article.css.map */
