﻿@charset "UTF-8";.browseKatOverview .KATItem{border:1px solid #adb6c1;border-radius:4px;margin-bottom:20px;height:calc(100% - 20px);}.browseKatOverview .KATItem a{display:flex;flex-direction:column;height:100%;font-weight:bold;text-align:center;}.browseKatOverview .KATItem a .imagespacer{display:flex;height:100%;align-items:center;padding:15px;}.browseKatOverview .KATItem a .imagespacer img{max-height:240px;transition:.4s ease-in-out;-webkit-filter:grayscale(100%);filter:grayscale(100%);filter:gray;transform:scale(1) perspective(1px);}.browseKatOverview .KATItem a :hover img{transition:.4s ease-in-out;-webkit-filter:grayscale(0%);filter:grayscale(0%);filter:none;transform:scale(1.06) perspective(1px);}.browseKatOverview .KATItem a .bez{display:block;padding:12px 15px;background-color:#1d1d1b;border-bottom-left-radius:3px;border-bottom-right-radius:3px;color:#fff;font-size:19px;font-weight:600;}.browseKatOverview .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.browseKatOverview .fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}100%{opacity:1;-webkit-transform:none;transform:none;}}.AssortmentSliderBox{height:190px;margin:12px 0;background-color:#fff;border:1px solid #adb6c1;border-radius:5px;}.AssortmentSliderBoxTitle{height:29px;padding:4px 8px 8px 8px;border-bottom:1px solid #adb6c1;border-top-left-radius:7px;border-top-right-radius:7px;background:#f4f4f4;background:linear-gradient(to right,#f4f4f4 0%,#fff 50%,#f4f4f4 100%);margin-bottom:10px;}.AssortmentSliderBoxTitleText{font-weight:bold;float:left;padding-top:4px;}