@font-face {
  font-family: UHU-bold;
  src: url(../fonts/FuturaStd-Bold.otf) format("opentype");
}
@font-face {
  font-family: UHU-regular;
  src: url(../fonts/FuturaStd-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2');
}
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  font-family: UHU-regular, sans-serif;
  /* Haelften bzw. Quadrate in den 2er Auswahlbildschirmen */
  /* Quads sind ein wenig hoeher als Halfes */
  /* Texte im size-Layer */
}
body .wrapper {
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  max-width: 1280px;
  height: 100%;
  height: 100vh;
}
body .wrapper > h1 {
  position: fixed;
  background: #fff;
  z-index: 5;
  width: 100%;
  font-family: "Futura LT W05 Bold Condensed", sans-serif;
  font-size: 38px;
  line-height: 135%;
  margin: 0;
  padding: 15px 0 15px 10px;
}
body .wrapper > .rel {
  position: relative;
  top: 81px;
  bottom: 67px;
  height: calc(100% - 81px - 67px);
}
body .wrapper .cc_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1280px;
  padding: 30px 0 10px 10px;
  z-index: 5;
  background: #fff;
}
body .wrapper .cc_footer a {
  display: inline-block;
  font-family: 'Brix Slab W05 Light', Times, 'Times New Roman', serif;
  border-bottom: 1px solid #fff200;
  font-size: 22px;
  color: #000;
  text-decoration: none;
}
body .wrapper .cc_footer a:hover {
  opacity: .6;
}
body .wrapper .cc_footer .cc_right_footer {
  display: inline-block;
}
body .wrapper .cc_footer .cc_right_footer .cc_footer_tool {
  margin-left: 15px;
}
body .rel {
  width: 100%;
  height: 100%;
}
body .layer {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
body .top {
  background: #fff200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
}
body .top img {
  height: 90px;
  margin-left: 25px;
  width: 151px;
}
body .main {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: auto;
}
body .whiteBigBox {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 75px;
  line-height: 100px;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 50px;
}
body .coloredBigButton {
  background: #fff200;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 54px;
  padding: 25px;
  margin: auto;
  -webkit-box-shadow: -1px 11px 25px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 11px 25px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 11px 25px -4px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
body #menuLayer {
  display: block;
  background: url(../img/startseite04.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}
body #menuLayer .cc_top_box {
  padding-top: 200px;
}
body .whiteBottomPanel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 230px;
  background: rgba(255, 255, 255, 0.8);
}
body #toVideoCluster {
  margin-left: 100px;
  float: left;
  background: url(../img/startseite-videoteaser.jpg) no-repeat 50% 99%;
}
body .menuBtn {
  border: 20px solid #fff200;
  width: 400px;
  height: 180px;
  margin-top: 25px;
  background: #EDEDED;
  -webkit-box-shadow: -2px 17px 52px -4px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -2px 17px 52px -4px rgba(0, 0, 0, 0.55);
  box-shadow: -2px 17px 52px -4px rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
body .whiteSmallBox {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  line-height: 38px;
  height: 36px;
  font-size: 20px;
  font-family: UHU-bold, sans serif;
  text-align: center;
  padding-left: 10px;
}
body .cc_resp_text {
  display: none;
}
body #toListView {
  margin-right: 100px;
  float: right;
  font-size: 28px;
  color: #000;
  padding-top: 11px;
}
body .controls {
  float: right;
  margin-right: 25px;
}
body .controls div {
  width: 114px;
  background: #efefef;
  color: #000;
  float: left;
  height: 90px;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
}
body .backBtn {
  margin-right: 1px;
  line-height: 20px;
}
body .backBtn i {
  margin-bottom: 14px;
  font-size: 30px;
}
body .reloadBtnImg_1,
body .reloadBtnImg_2 {
  width: 30px !important;
  height: 30px !important;
  margin-left: 0 !important;
  box-shadow: none !important;
}
body .reloadBtnImg_1 {
  display: inline;
}
body .reloadBtnImg_2 {
  display: none;
}
body .bigHeadline {
  font-size: 44px;
  color: #000;
  text-align: left;
  padding-left: 25px;
  margin-top: 30px;
}
body .smallHeadline {
  font-size: 20px;
  color: #000;
  text-align: left;
  padding-left: 25px;
  margin-bottom: 20px;
  line-height: 30px;
}
body .cc_responsive_selector {
  width: 100%;
}
body .selecter {
  background: #626262;
  line-height: 85px;
  height: 85px;
  padding: 0 15px;
}
body .selecter.selected {
  font-size: 26px;
  text-align: left;
}
body .part {
  float: left;
  width: 150px;
  color: #fff;
  font-size: 22px;
  padding-top: 2px;
}
body .input {
  color: #626262;
  background: #fff;
  width: 395px;
  float: left;
  height: 57px;
  margin-top: 14px;
  line-height: 59px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}
body .input.selected i {
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}
body .input .material-icons {
  font-size: 40px;
}
body .categories {
  clear: both;
  padding-left: 25px;
  padding-right: 0;
}
body .category {
  float: left;
  width: calc(25% - 25px);
  height: 200px;
  margin-right: 23px;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.16);
  background-size: cover !important;
  cursor: pointer;
}
body .catName {
  background: #fff200;
  color: #000;
  font-size: 28px;
  line-height: 57px;
  height: 53px;
  -webkit-box-shadow: -3px 17px 59px -11px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -3px 17px 59px -11px rgba(0, 0, 0, 0.55);
  box-shadow: -3px 17px 59px -11px rgba(0, 0, 0, 0.55);
}
body .halfes,
body .quad {
  float: left;
  height: 435px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 25px;
  position: relative;
  width: calc(50% - 50px);
}
body .quad {
  height: 555px;
  background-size: cover !important;
  cursor: pointer;
}
body .quad img {
  position: absolute;
  top: calc(50% - (176px / 2));
  right: calc(50% - (452px / 2));
}
body #imgLongCat1,
body #imgLongCat2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150px;
}
body #listLongCat1,
body #listLongCat2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 150px;
  right: 0;
  background: #efefef;
}
body .subCatBtn {
  height: fit-content;
  background: #fff200;
  color: #000;
  font-size: 24px;
  text-align: left;
  border-radius: 2px;
  margin-top: 14px;
  line-height: 38px;
  padding-left: 10px;
  width: calc(100% - 30px);
  margin-left: 15px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.36);
  cursor: pointer;
}
body .selected {
  background: #7bc200;
  color: #fff;
}
body .cc_select {
  display: none;
}
body .cc_select span {
  display: block;
  font-size: 11px;
  line-height: 50px;
}
body .cc_select:hover {
  cursor: pointer;
}
body .cc_presser {
  display: none;
}
body .cc_presser:hover {
  cursor: pointer;
}
body .cc_dropdown {
  display: none;
  width: calc(100% - 100px);
  height: auto;
  background: #ededed;
  position: absolute;
  top: 50px;
  left: 66px;
  z-index: 3;
  text-align: left;
}
body .whiteBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: rgba(255, 255, 255, 0.7);
}
body .baseColorBtn {
  min-width: 450px;
  width: fit-content;
  margin: auto;
  padding: 0 15px;
  background: #fff200;
  color: #000;
  font-size: 38px;
  line-height: 65px;
  text-align: center;
  margin-top: 60px;
  -webkit-box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.35);
}
body .selectedBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7bc200;
}
body .selectedBlock img {
  position: relative;
  width: 255px;
  height: 255px;
  display: block;
  margin: auto;
  top: 100px;
  right: 0;
}
body .selectedBlock div {
  font-size: 40px;
  color: #fff;
  margin-top: 154px;
}
body .upperText {
  position: absolute;
  top: 200px;
  left: 50%;
  font-size: 20px;
  line-height: 28px;
  color: #626262;
  text-align: left;
}
body #sizeLayer .baseColorBtn,
body #fitLayer .baseColorBtn {
  position: absolute;
  bottom: 45px;
  left: calc(50% - (450px / 2));
  margin: 0;
}
body #fitLayer .quad img {
  top: calc(50% - (264px / 2));
}
body #fitLayer .baseColorBtn {
  font-size: 30px;
}
body .pCat {
  font-size: 16px;
  color: #626262;
  background: #ededed;
  padding: 6px 10px 6px 10px;
  display: inline-block;
  float: left;
  margin-left: 25px;
  margin-top: 30px;
}
body .pName {
  clear: both;
  text-transform: uppercase;
  color: #000;
  font-size: 44px;
  margin: 0 25px 30px;
  text-align: left;
}
body .left {
  float: left;
  width: 350px;
  margin-left: 25px;
  margin-right: 25px;
}
body .pImage img {
  border: none;
  display: block;
  max-height: 420px;
  outline: none;
  max-width: 100%;
  margin: auto;
  margin-bottom: 10px;
}
body .cc_usage_warning {
  font-size: 10px;
  color: #626262;
  text-align: left;
}
body .mid {
  float: left;
  width: 529px;
  text-align: left;
}
body #pShort {
  text-align: left;
  font-size: 14px;
  color: #000;
  padding: 0 0 20px 0;
  margin-bottom: 0;
  line-height: 24px;
}
body .pMaterialsCon,
body .pBulletsCon,
body .pNotForCon,
body .pSamplesCon {
  background: #ededed;
  padding: 20px;
  margin-bottom: 20px;
}
body .pBullets {
  font-size: 14px;
}
body .pBullets .miniHL {
  margin-bottom: 5px;
}
body .miniHL {
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
  margin-bottom: 10px;
}
body .Check {
  color: #000;
  display: block;
  float: left;
  line-height: 35px;
  margin-right: 10px;
  font-size: 20px;
}
body .CheckTxt {
  display: block;
  float: left;
  line-height: 35px;
}
body .midBtn {
  text-align: center;
  background: #fff200;
  color: #000;
  font-size: 22px;
  padding: 15px;
  height: 60px;
  -webkit-box-shadow: -2px 7px 24px 3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -2px 7px 24px 3px rgba(0, 0, 0, 0.55);
  box-shadow: -2px 7px 24px 3px rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
body .midBtn i {
  color: #000;
  display: block;
  float: left;
  line-height: 33px;
}
body .midBtn span {
  display: block;
  float: left;
  line-height: 33px;
}
body .midBtn .offlinePin {
  font-size: 34px;
  margin-right: 10px;
  margin-left: 30px;
}
body .midBtn .cc_back {
  margin-left: 170px;
  margin-right: 5px;
  font-size: 45px;
}
body .right {
  float: left;
  width: 300px;
  margin-right: 25px;
  margin-left: 25px;
  text-align: left;
}
body .pMaterialsCon {
  overflow: hidden;
}
body .midBtn,
body .midBtnHints,
body .pName,
body #toListView,
body .whiteBigBox,
body .coloredBigButton,
body .miniHL,
body .bigHeadline {
  font-family: UHU-bold, sans-serif;
}
body .info {
  color: #000;
  display: block;
  float: left;
  line-height: 35px;
  margin-right: 5px;
}
body .infoTxt {
  display: block;
  float: left;
  line-height: 35px;
}
body #pMaterials {
  font-size: 14px;
  line-height: 22px;
  clear: both;
}
body .pNotForCon {
  font-size: 14px;
  line-height: 22px;
}
body #pAltCon {
  text-align: left;
}
body .altBox {
  width: 120px;
  height: 90px;
  border: 5px solid #fff200;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
}
body .altBox img {
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}
body .altBox:nth-child(odd) {
  float: left;
}
body .altBox:nth-child(even) {
  float: right;
}
body .pUsageCon .miniHL {
  margin-bottom: 0;
}
body .pUsageCon .miniHL i {
  color: #000;
  display: block;
  float: left;
  line-height: 35px;
  margin-right: 5px;
  font-size: 28px;
}
body .pUsageCon .miniHL span {
  display: block;
  float: left;
  line-height: 35px;
}
body .pUsageCon #pUsage {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
body .midBtnHints {
  text-align: center;
  background: #fff200;
  color: #000;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: -2px 7px 24px 3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -2px 7px 24px 3px rgba(0, 0, 0, 0.55);
  box-shadow: -2px 7px 24px 3px rgba(0, 0, 0, 0.55);
  height: 67px;
  padding-top: 19px;
  padding-left: 136px;
  cursor: pointer;
}
body .midBtnHints i {
  color: #000;
  display: block;
  float: left;
  line-height: 33px;
  margin-right: 10px;
  font-size: 34px;
}
body .midBtnHints span {
  display: block;
  float: left;
  line-height: 33px;
}
body .pSamplesCon .miniHL i {
  color: #000;
  display: block;
  float: left;
  line-height: 35px;
  margin-right: 5px;
  font-size: 28px;
}
body .pSamplesCon .miniHL span {
  display: block;
  float: left;
  line-height: 35px;
  margin-bottom: 10px;
}
body .pSamplesCon #pSamples {
  clear: both;
}
body .pSamplesCon #pSamples .smpl {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  vertical-align: top;
  overflow-x: auto;
  margin-bottom: 5px;
}
body .pSamplesCon #pSamples .smpl i {
  height: 24px;
  color: #000;
  display: block;
  float: left;
  margin-right: 8px;
  margin-left: 5px;
  font-size: 20px;
}
body .pSamplesCon #pSamples .smpl span {
  display: block;
}
body .pVidCon {
  background: #ededed;
}
body .pVidCon .miniHL {
  padding: 20px;
}
body .pVidCon #pVideoThumb {
  text-align: center;
}
body .pVidCon #pVideoThumb img {
  width: 100%;
  height: auto;
}
body .pVidCon #pVideoThumb video {
  width: 100%;
}
body #videoModal,
body #hintModal,
body #langChange {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 5;
}
body .cc_outer_border {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px;
}
body .cc_outer_border .closer {
  background: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 50px;
  position: absolute;
  top: 33px;
  right: 25px;
  width: 67px;
  height: 67px;
  text-align: center;
}
body .cc_outer_border .closer i {
  font-size: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
body .hintBox {
  padding: 60px;
  background: #fff200;
  color: #000;
  max-height: 680px;
  overflow: auto;
}
body #hintHL {
  text-transform: uppercase;
  text-align: center;
  font-family: UHU-bold, sans-serif;
  font-size: 48px;
  margin-bottom: 40px;
}
body #hintModal .material-icons {
  font-size: 50px;
}
body #pHints {
  font-size: 24px;
  line-height: 34px;
  height: 486px;
}
body .bigVideoLink {
  float: left;
  width: 385px;
  height: 268px;
  margin: 50px 20px 20px;
  padding: 15px;
  font-family: UHU-bold, sans serif;
  text-align: center;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
body .bigVideoLink img {
  display: block;
  width: 100%;
}
body .bigVideoLink span {
  display: block;
  position: relative;
  top: -46px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
body #versionInfo {
  position: absolute;
  right: 25px;
  bottom: 40px;
  font-size: 16px;
  font-family: UHU-bold, sans serif;
  color: #626262;
}
body .vidSel {
  background: #fff200;
  color: #000;
}
body .smallVideoLink,
body .smallVideoLink2 {
  float: left;
  background: none;
  margin: 25px;
}
body .smallVideoLink img,
body .smallVideoLink2 img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
body .smallVideoLink {
  width: 375px;
  height: 230px;
  padding: 15px;
}
body .smallVideoLink2 {
  width: 339px;
  height: 240px;
}
body .scroll {
  position: absolute;
  top: 25px;
  right: 0;
  width: 125px;
  z-index: 1;
  bottom: 0;
  background: #fff;
}
body #indexedChar,
body .upDown {
  margin-left: 25px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: #000;
  background: #fff200;
  font-family: UHU-bold, sans-serif;
  font-size: 60px;
}
body .material-icons .big {
  font-size: 37px;
}
body input[type=range][orient=vertical] {
  writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  /* WebKit */
  width: 10px;
  height: 475px;
  padding: 0 1px;
}
body input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000;
  height: 0;
  width: 0;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -1px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
body .lVideo {
  width: 100%;
  float: left;
  height: 600px;
  overflow-y: scroll;
  background: none;
}
body #videoModal .cc_video_border {
  position: relative;
  width: 100%;
  padding: 60px;
  height: 100%;
  display: table;
}
body #videoModal #pVideo {
  height: 662px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
body #videoModal #pVideo video {
  width: 100%;
  height: 100%;
}
body #videoModal .closer {
  background: none;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 33px;
  right: 25px;
  width: 67px;
  height: 67px;
  text-align: center;
}
body #videoModal .closer i {
  font-size: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
body .smallLeft {
  position: absolute;
  top: 25px;
  left: 0;
  width: 125px;
  bottom: 25px;
}
body .smallMid {
  position: absolute;
  top: 25px;
  left: 125px;
  bottom: 25px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: calc(100% - 125px);
}
body #articles {
  width: 100%;
}
body .listItem {
  background: #ededed;
  padding: 15px 20px 10px 20px;
  text-align: left;
  color: #000;
  margin-bottom: 5px;
  font-size: 28px;
  cursor: pointer;
}
body #langChange .langBox {
  padding: 60px;
  background: #fff200;
  color: #000;
}
body #langChange .langBox #langHL {
  text-transform: uppercase;
  text-align: center;
  font-family: UHU-bold, sans-serif;
  font-size: 67px;
}
body #langChange .langBox #pLang {
  font-size: 24px;
  line-height: 34px;
  height: 243px;
}
body #langChange .langBox #pLang .langButton {
  width: 150px;
  height: 40px;
  background-color: #a4abb5;
  border: 1px solid transparent;
  border-radius: 3px;
  margin-top: 10px;
  box-shadow: 3px 3px #5f6266;
  font-size: 18pt;
}
body #langChange .langBox #pAni {
  font-size: 24px;
  line-height: 34px;
  height: 243px;
}
body #infoModal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 5;
}
body #infoModal .cc_outer_info {
  position: relative;
  top: calc(50% - (400px / 2));
  width: 760px;
  padding: 60px;
  height: auto;
  background: #fff200;
  color: #000;
  margin: auto;
}
body #infoModal .cc_outer_info > div {
  height: auto;
  text-align: center;
  width: 640px;
}
body #infoModal .cc_outer_info > div > span {
  color: #000;
  font-size: 37px;
  font-family: UHU-bold, sans-serif;
}
body #infoModal .infoBtn {
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 29px;
  padding: 15px;
  margin-top: 25px;
  height: 60px;
  -webkit-box-shadow: -2px 7px 24px 3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -2px 7px 24px 3px rgba(0, 0, 0, 0.55);
  box-shadow: -2px 7px 24px 3px rgba(0, 0, 0, 0.55);
}
body #infoModal .infoBtn i {
  color: #000;
  display: block;
  float: left;
  line-height: 33px;
  margin-right: 10px;
  font-size: 34px;
  margin-left: 250px;
}
body #infoModal .infoBtn .offlinePinTxt {
  display: block;
  float: left;
  line-height: 33px;
}
@media (max-width: 1281px) {
  body .left {
    width: 300px;
    margin-left: 15px;
    margin-right: 15px;
  }
  body .mid {
    width: calc(100% - 610px);
  }
  body .midBtn {
    font-size: 18px;
  }
  body .midBtn .offlinePin {
    font-size: 30px;
  }
  body .right {
    width: 250px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1245px) {
  body .input {
    width: 295px;
  }
  body .part {
    width: fit-content;
    padding: 2px 10px 0;
  }
  body #subCategoryLayer .input {
    line-height: 25px;
    padding-top: 4px;
  }
  body #subCategoryLayer .input.selected {
    line-height: 59px;
    padding-top: 0;
  }
  body .subCatBtn {
    font-size: 18px;
  }
  body .baseColorBtn {
    min-width: auto;
  }
  body #sizeLayer .baseColorBtn {
    left: calc(50% - (230px / 2));
  }
  body #fitLayer .baseColorBtn#cc_fit {
    left: calc(50% - (350px / 2));
  }
  body #fitLayer .baseColorBtn#cc_notFit {
    left: calc(50% - (415px / 2));
  }
}
@media (max-width: 1080px) {
  body .category {
    width: calc(33.3% - 25px);
  }
  body .quad > img {
    width: calc(100% - 20px);
    left: 10px;
  }
  body .pCat {
    margin-left: 10px;
    margin-top: 15px;
    font-size: 12px;
    padding: 4px 5px;
  }
  body .pName {
    font-size: 28px;
    margin-left: 10px;
  }
  body .left {
    width: 100%;
    margin: 0;
    float: none;
    clear: both;
  }
  body .pImage img {
    max-height: 200px;
  }
  body .cc_usage_warning {
    padding: 0 10px;
    font-size: 10px;
  }
  body .mid {
    float: none;
    clear: both;
    padding-top: 20px;
    width: 100%;
  }
  body #pShort {
    padding: 0 10px 20px;
    font-size: 12px;
    line-height: 18px;
  }
  body .pMaterialsCon,
  body .pBulletsCon,
  body .pNotForCon,
  body .pSamplesCon {
    padding: 10px;
    font-size: 12px;
  }
  body .pAltCon {
    padding-left: 10px;
  }
  body .miniHL {
    font-size: 14px;
    margin-bottom: 5px;
  }
  body .Check {
    font-size: 16px;
    line-height: 22px;
  }
  body .CheckTxt {
    line-height: 22px;
    font-size: 12px;
  }
  body .midBtn {
    font-size: 14px;
    padding: 10px;
    height: 40px;
    -webkit-box-shadow: -2px 3px 7px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -2px 3px 7px 1px rgba(0, 0, 0, 0.55);
    box-shadow: -2px 3px 7px 1px rgba(0, 0, 0, 0.55);
    width: fit-content;
    margin-left: 10px;
  }
  body .midBtn .offlinePin {
    font-size: 18px;
    margin-left: 0;
    line-height: 24px;
  }
  body .midBtn .offlinePinTxt {
    line-height: 24px;
  }
  body .midBtn .cc_back {
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
  }
  body .midBtn span {
    line-height: 22px;
  }
  body .right {
    width: 100%;
    margin: 20px 0 0;
  }
  body #pMaterials {
    font-size: 12px;
    line-height: 16px;
  }
  body .pUsageCon {
    padding: 0 15px;
  }
  body .pUsageCon .miniHL i {
    font-size: 18px;
    line-height: 22px;
  }
  body .pUsageCon .miniHL span {
    line-height: 22px;
  }
  body .pUsageCon #pUsage {
    font-size: 12px;
    line-height: 22px;
  }
  body .midBtnHints {
    font-size: 14px;
    padding: 10px;
    height: 40px;
    -webkit-box-shadow: -2px 3px 7px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -2px 3px 7px 1px rgba(0, 0, 0, 0.55);
    box-shadow: -2px 3px 7px 1px rgba(0, 0, 0, 0.55);
    width: fit-content;
    margin-left: 10px;
  }
  body .midBtnHints i {
    font-size: 18px;
    line-height: 22px;
  }
  body .midBtnHints span {
    line-height: 22px;
  }
  body .pSamplesCon .miniHL i {
    font-size: 18px;
    line-height: 22px;
  }
  body .pSamplesCon .miniHL span {
    line-height: 22px;
  }
  body .pSamplesCon #pSamples .smpl i {
    font-size: 16px;
    line-height: 18px;
  }
  body .pSamplesCon #pSamples .smpl span {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1030px) {
  body .rr {
    top: 180px;
  }
  body #toVideoCluster {
    margin-left: 50px;
  }
  body #toListView {
    margin-right: 50px;
  }
}
@media (max-width: 950px) {
  body .upperText {
    top: 160px;
  }
}
@media (max-width: 920px) {
  body #toVideoCluster {
    margin-left: 25px;
  }
  body #toListView {
    margin-right: 25px;
  }
  body .menuBtn {
    width: 320px;
  }
}
@media (max-width: 885px) {
  body .category {
    width: calc(50% - 25px);
  }
  body .input {
    width: 245px;
    font-size: 18px;
  }
  body .part {
    font-size: 20px;
  }
  body .subCatBtn {
    font-size: 18px;
  }
}
@media (max-width: 768px), (max-height: 540px) {
  body .wrapper > h1 {
    font-size: 28px;
    line-height: 115%;
    padding: 10px 0 10px 10px;
  }
  body .wrapper > .rel {
    top: 52px;
    bottom: 56px;
    height: calc(100% - 52px - 56px);
  }
  body .wrapper .cc_footer {
    padding: 25px 0 10px 10px;
  }
  body .wrapper .cc_footer a {
    font-size: 16px;
  }
  body .wrapper .cc_footer .cc_right_footer .cc_footer_tool {
    margin-left: 10px;
  }
  body .layer {
    width: 100%;
    height: 100%;
  }
  body .top {
    height: 40px;
  }
  body .top img {
    height: 40px;
    margin-left: 5px;
    width: auto;
  }
  body .main {
    top: 40px;
    overflow: scroll;
  }
  body .whiteBigBox {
    font-size: 24px;
    line-height: 32px;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 20px 10px;
  }
  body .coloredBigButton {
    font-size: 26px;
    padding: 15px;
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - (260px / 2));
  }
  body #menuLayer {
    background-size: cover;
    background-position: center;
  }
  body #menuLayer .cc_top_box {
    padding-top: 100px;
  }
  body .whiteBottomPanel {
    height: auto;
  }
  body #toVideoCluster {
    margin-left: 0;
    margin-top: 0;
    background: #fff200;
    border: none;
    height: 70px;
    width: 50%;
    font-size: 14px;
    display: table;
    box-shadow: none;
  }
  body .menuBtn {
    border-width: 5px;
    width: 100%;
    background: #ffffff;
  }
  body .whiteSmallBox {
    display: none;
  }
  body .cc_resp_text {
    display: table-cell;
    font-size: 14px;
    font-family: UHU-bold, sans serif;
    line-height: 22px;
    vertical-align: middle;
  }
  body #toListView {
    height: 70px;
    width: 50%;
    margin-right: 0;
    margin-top: 0;
    border: none;
    font-size: 14px;
    display: table;
    padding-top: 0;
    background: #fff200;
    box-shadow: none;
    border-left: 1px solid;
  }
  body #toListView span {
    display: table-cell;
    vertical-align: middle;
  }
  body .controls {
    margin-right: 0;
  }
  body .controls div {
    height: 40px;
    width: 50px;
    background: #fff;
    margin-top: -1px;
  }
  body .controls div span {
    display: none;
  }
  body .controls:nth-child(1):first-child {
    display: none;
  }
  body .controls:nth-child(1):nth-child(1) {
    display: block;
  }
  body .backBtn i {
    margin-bottom: 0;
  }
  body .reloadBtnImg_1 {
    display: none;
  }
  body .reloadBtnImg_2 {
    display: inline;
  }
  body .cc_sticky_top {
    position: fixed;
    background: #fff;
    z-index: 100;
    width: 100%;
    max-width: 1280px;
  }
  body .bigHeadline {
    font-size: 20px;
    padding-left: 15px;
    margin-top: 15px;
    padding-right: 15px;
  }
  body .smallHeadline {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px 15px 15px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  body .cc_responsive_selector {
    z-index: 100;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.4);
  }
  body .selecter {
    line-height: 25px;
    height: 28px;
    background: #000;
  }
  body .part {
    font-size: 12px;
    padding: 0 5px;
    width: auto;
  }
  body .input {
    width: calc(50% - 89px);
    min-width: 74px;
    height: auto;
    margin: 5px;
    padding: 0 5px;
    line-height: 18px;
    font-size: 11px;
    background: #ededed;
  }
  body .input.selected {
    background: #fff200;
    color: #000;
  }
  body .input.selected i {
    display: none;
  }
  body .categories {
    position: absolute;
    top: 115px;
    padding: 0 5px 20px;
    width: 100%;
    overflow: scroll;
  }
  body .category {
    min-width: 80px;
    margin: 10px;
  }
  body .catName {
    width: auto;
    height: auto;
    padding: 5px;
  }
  body #subCategoryLayer .selecter {
    display: none;
  }
  body #imgLongCat1,
  body #imgLongCat2 {
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
    margin-right: 1px;
    background-size: cover !important;
  }
  body #listLongCat1,
  body #listLongCat2 {
    display: none;
  }
  body .cc_material_dropdown {
    position: relative;
    left: 0;
    float: left;
  }
  body .halfes {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0 15px 20px;
  }
  body .cc_select {
    display: table;
    width: calc(100% - 120px);
    height: 50px;
    position: relative;
    float: left;
    background: #ededed;
  }
  body .cc_select.selected {
    background: #7bc200;
  }
  body .cc_select.selected span {
    color: #000;
    display: table-cell;
    vertical-align: middle;
  }
  body .cc_presser {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
    background: #ededed;
  }
  body .cc_presser.selected {
    background: #7bc200;
    color: #fff;
  }
  body .cc_presser i {
    font-size: 50px;
    margin-top: 2px;
  }
  body .cc_dropdown_item {
    display: block;
    padding: 5px;
    font-size: 14px;
    border-top: 3px solid #fff;
  }
  body .cc_dropdown_item:hover {
    background: #fff200;
    cursor: pointer;
  }
  body .quad {
    width: calc(50% - 20px);
    height: 170px;
    margin: 15px 10px 0;
    background-size: cover !important;
  }
  body .whiteBottom {
    height: 50px;
  }
  body .whiteBottom .baseColorBtn {
    width: 150px;
    font-size: 18px;
    line-height: 25px;
    margin: auto;
    position: relative;
    top: 12px;
  }
  body .selectedBlock img {
    margin: auto;
  }
  body .quad img {
    position: relative;
    top: 10px;
    right: 0;
    width: 150px;
    height: auto;
  }
  body #fitLayer .quad img {
    top: 10px;
  }
  body #fitLayer .quad .selectedBlock img {
    top: 0;
  }
  body .upperText {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  body #sizeLayer .baseColorBtn,
  body #fitLayer .baseColorBtn {
    margin-top: 18px;
    width: 150px;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    margin-left: calc(50% - (150px / 2));
    position: relative;
    bottom: 0;
    left: 0;
  }
  body #sizeLayer .baseColorBtn#cc_fit,
  body #fitLayer .baseColorBtn#cc_fit,
  body #sizeLayer .baseColorBtn#cc_notFit,
  body #fitLayer .baseColorBtn#cc_notFit {
    left: 0;
  }
  body .info {
    font-size: 18px;
    line-height: 22px;
  }
  body .infoTxt {
    line-height: 22px;
  }
  body .pVidCon .miniHL {
    padding: 10px;
  }
  body .cc_outer_border {
    padding: 0;
  }
  body .cc_outer_border .closer {
    width: auto;
    height: auto;
    top: -15px;
    right: 5px;
  }
  body .cc_outer_border .closer i {
    font-size: 30px;
    color: #000;
  }
  body #hintModal .material-icons {
    font-size: 30px;
  }
  body .hintBox {
    padding: 20px;
    max-height: 100%;
    overflow: auto;
  }
  body #hintHL {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body #hintHL i {
    font-size: 26px;
  }
  body #pHints {
    font-size: 14px;
    line-height: 22px;
    height: auto;
  }
  body #videoLayer .bigHeadline {
    padding-bottom: 20px;
  }
  body .bigVideoLink {
    float: none;
    clear: both;
    width: 100%;
    max-width: 385px;
    height: auto;
    max-height: 258px;
    margin: auto;
    margin-bottom: 30px;
    padding: 0;
    font-size: 16px;
  }
  body .bigVideoLink br {
    display: none;
  }
  body .bigVideoLink span {
    position: relative;
    top: -41px;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin: auto;
    padding: 10px;
  }
  body .vidSel {
    background: none;
  }
  body .vidSel img {
    border: 3px solid #fff200;
  }
  body #versionInfo {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 11px;
    padding: 30px 10px 5px 0;
    text-align: right;
  }
  body #videoLayer1 .main .bigHeadline,
  body #videoLayer2 .main .bigHeadline,
  body #videoLayer3 .main .bigHeadline {
    padding-bottom: 10px;
  }
  body .smallVideoLink,
  body .smallVideoLink2 {
    width: 100%;
    max-width: 375px;
    height: auto;
    max-height: 230px;
    margin: auto;
    margin-bottom: 25px;
    float: none;
  }
  body .smallVideoLink br,
  body .smallVideoLink2 br {
    display: none;
  }
  body .smallVideoLink img,
  body .smallVideoLink2 img {
    padding-bottom: 10px;
  }
  body .scroll {
    display: none;
  }
  body .lVideo {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
  }
  body #videoModal .cc_video_border {
    padding: 0;
    height: auto;
  }
  body #videoModal .cc_video_border #pVideo {
    height: max-content;
  }
  body #videoModal .cc_video_border .closer {
    font-size: 30px;
    top: 5px;
    right: 5px;
    width: auto;
    height: auto;
  }
  body #videoModal .cc_video_border .closer i {
    font-size: 32px;
  }
  body .smallLeft {
    display: none;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 15px 0 5px;
  }
  body .smallLeft #indexedChar {
    width: 45px;
    height: 45px;
    font-size: 30px;
    line-height: 45px;
    margin: auto;
  }
  body .smallMid {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    padding-top: 5px;
  }
  body .smallMid #articles {
    width: 100%;
  }
  body .smallMid #articles .listItem {
    font-size: 15px;
    padding: 10px;
  }
  body #infoModal .cc_outer_info {
    padding: 15px;
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    top: calc(50% - (320px / 2));
  }
  body #infoModal .cc_outer_info > div {
    width: 100%;
    height: auto;
  }
  body #infoModal .cc_outer_info > div > span {
    font-size: 18px;
  }
  body #infoModal .cc_outer_info > div .infoBtn {
    font-size: 18px;
    padding: 0;
    height: 35px;
  }
  body #infoModal .cc_outer_info > div .infoBtn i {
    font-size: 22px;
    line-height: 35px;
    margin-left: calc(50% - 30px);
  }
  body #infoModal .cc_outer_info > div .infoBtn span {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  body .halfes {
    width: 100%;
  }
  body .catName {
    font-size: 11px;
    line-height: 16px;
  }
  body .quad {
    width: 100%;
    margin: 15px 0 0;
  }
  body .category {
    height: 80px;
    width: calc(33.33% - 25px);
  }
}
@media (max-height: 700px) {
  body #menuLayer .cc_top_box {
    padding-top: 130px;
  }
}
@media (max-height: 615px) {
  body #menuLayer .cc_top_box {
    padding-top: 70px;
  }
}
@media (max-width: 500px) {
  body .selecter {
    height: 50px;
  }
  body .input {
    width: 74px;
  }
  body .categories {
    top: 151px;
  }
}
@media (max-width: 350px) {
  body .selecter {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */