.Produktunterkategorien{padding-top:60px;background-color:#eeedec}.Produktunterkategorien__entrytitle{text-align:center;font-size:1.7rem;font-weight:500;padding-bottom:30px;margin-bottom:0}@media (min-width:48em){.Produktunterkategorien__entrytitle{padding-bottom:60px}}.Produktunterkategorien__boxes{display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-column-gap:2%;-moz-column-gap:2%;column-gap:2%}.Produktunterkategorien__linkbox{position:relative;width:100%;height:auto;background-size:cover;background-repeat:no-repeat;margin-bottom:60px}@media (min-width:36em){.Produktunterkategorien__linkbox{width:49%}}@media (min-width:62em){.Produktunterkategorien__linkbox{width:32%;height:430px}}.Produktunterkategorien__badge{position:absolute;z-index:1;right:10px;top:10px;background:#e10514;color:#fff;padding:3px 10px}.Produktunterkategorien__image{position:relative;background-size:100%;background-repeat:no-repeat;background-color:#fff;padding-bottom:100%;-webkit-transition:box-shadow .5s;transition:box-shadow .5s}.Produktunterkategorien__image:hover{box-shadow:0 0 25px 3px rgba(0,0,0,.12)}.Produktunterkategorien__textWrapper{width:90%;position:absolute;bottom:-22px;left:0;right:0;margin:0 auto;padding:15px 30px;background-color:#f5f5f5}.Produktunterkategorien__title{text-align:center;color:#464646;font-weight:500;font-size:1rem}.Produktunterkategorien__info{margin-top:.5rem;display:-webkit-flex;display:flex;color:#464646}.Produktunterkategorien__info--stock{margin-left:auto}.Produktunterkategorien__info--origprice{text-decoration:line-through;color:#e10514;font-size:.8em;white-space:nowrap}.Produktunterkategorien__lagerbestand{display:-webkit-flex;display:flex;flex-direction:row;align-items:center}.Produktunterkategorien__lagerbestand:before{content:"";background:#e10514;width:.6em;height:.6em;display:block;border-radius:50%;margin-right:.5em;vertical-align:middle}.Produktunterkategorien__lagerbestand[data-status="green"]{color:#5cb85c}.Produktunterkategorien__lagerbestand[data-status="green"]:before{background:#5cb85c}.Produktunterkategorien__lagerbestand[data-status="red"]{color:#bd0000}.Produktunterkategorien__lagerbestand[data-status="red"]:before{background:#bd0000}.Produktunterkategorien__lagerbestand[data-status="orange"]{color:#ff9800}.Produktunterkategorien__lagerbestand[data-status="orange"]:before{background:#ff9800}.Produktunterkategorien__lagerbestand[data-status="loading"]{color:#707070;-webkit-animation:blink;animation:blink;animation-iteration-count:infinite;animation-duration:.5s;animation-direction:alternate}.Produktunterkategorien__lagerbestand[data-status="loading"]:before{background:#707070}@-webkit-keyframes blink{from{opacity:1}to{opacity:.4}}@keyframes blink{from{opacity:1}to{opacity:.4}}