/**
 * HENKEL library css
 *
 * @description: whitelabel skin styles
 *
 * @author: Heimann, ACHTGRAU
 *          Schultz, T-MMS
 */
/**
 * comp: cookie-note (skin)
 */
/*
* gradient using angles
* todo : change this to when implementation
*/
@media all {
  #ui .cookienote .cookie.note {
  border: 1px solid #d7dde0;
  /* shared cookie styling !! interim solution; TODO:psa-2014-01-16 comment out after brand styling
          		.border-simple(@color-border);
          		*/
  
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F0F3F5;
  padding: 10px 0;
}
#ui .cookienote .cookie.note .teaser {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  background: none !important;
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
}
#ui .cookienote .cookie.note .teaser .rendermode_imageLast {
  background: none;
  behavior: url(\'\');
}
#ui .cookienote .cookie.note .teaser .rendermode_imageFirst .textblock h3:after {
  background: none;
}
#ui .cookienote .cookie.note .teaser .textblock {
  background: none !important;
  margin: 0;
  padding: 5px;
  color: #444444;
}
#ui .cookienote .cookie.note .teaser .textblock:after {
  background: none;
  float: none;
  height: 0;
  width: 0;
}
#ui .cookienote .cookie.note .teaser h3 {
  background: none;
  border: none;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 12px;
  padding: 0;
  text-shadow: none;
  text-transform: none;
}
#ui .cookienote .cookie.note .teaser h4 {
  color: #444444;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: none;
}
#ui .cookienote .cookie.note .teaser .text {
  color: #444444;
  font-size: 12px;
  padding: 0;
}
#ui .cookienote .cookie.note .teaser .text p {
  padding: 0;
}
#ui .cookienote .cookie.note .teaser .button {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  float: none;
  display: inline-block;
  margin: 0;
  padding: 5px;
  position: relative;
  top: 0;
  left: 0;
  text-shadow: none;
}
#ui .cookienote .cookie.note .teaser .button span {
  margin-left: 10px;
  position: relative;
  background: none;
  color: #0000FF;
  padding: 5px 0;
  text-indent: 0;
  text-transform: none;
}
#ui .cookienote .cookie.note .teaser .button span:before {
  border: 5px solid transparent;
  border-left-color: #415055;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .cookienote .cookie.note .teaser .button span:before {
  border: 5px solid transparent;
  border-left-color: #415055;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .cookienote .cookie.note .teaser .button span:before {
  border: 5px solid transparent;
  border-left-color: #415055;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .cookienote .cookie.note .teaser .button span:before {
  border: 5px solid transparent;
  border-left-color: #415055;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .cookienote .cookie.note .teaser .button span:before {
  top: 6px;
}
#ui .cookienote .cookie.note .teaser .button:hover span:before {
  border-left-color: #E3000F;
}
#ui .cookienote .cookie.note .teaser > h3 {
  padding: 10px;
}
#ui .cookienote .cookie.note .teaser .textimage {
  padding: 0;
}
#ui .cookienote .cookie.note .teaser > div {
  background: none;
  padding: 0;
}
#ui .cookienote .cookie.note .button {
  background: none;
  border: none;
  margin: 0;
}
#ui .cookienote .cookie.note a.button:hover {
  text-decoration: underline;
}
#ui .cookienote .cookie.note .cookie-buttons {
  position: relative;
  text-align: center;
  width: 100%;
}
#ui .cookienote .cookie.note .cookie-buttons .author-edit-hook {
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
}
#ui .cookienote .cookie.note .cookie-buttons .accept.button button {
  height: 29px;
}
#ui .cookienote .cookie.note .cookie-buttons button {
  background-color: #FFFFFF;
  border: 1px solid #D7DDE0;
  color: #415055;
  /* shared cookie styling !! interim solution; TODO:psa-2014-01-16 comment out after brand styling
                          background-color: @color-neutral;
                          .border-simple(@color-border);
                          color: @color-normal;
                          */
  
  float: left;
  font-size: 12px;
  font-weight: bold;
}
#ui .cookienote .cookie.note .cookie-buttons button:hover,
#ui .cookienote .cookie.note .cookie-buttons button.hover {
  /* shared cookie styling !! interim solution; TODO:psa-2014-01-16 comment out after brand styling
                              background-color: @color-highlight;
                              color: @color-neutral;
                              */
  
  background-color: #E3000F;
  color: #FFFFFF;
}
#ui .cookienote .cookie.note .cookie-buttons .details.button {
  height: 29px;
  position: relative;
  top: -11px;
}
#ui .cookienote .cookie.note .cookie-buttons .details.button a {
  padding: 4px 12px 5px;
  display: inline-block;
  background-image: none;
  background-color: #FFFFFF;
  color: #415055;
  /* shared cookie styling !! interim solution; TODO:psa-2014-01-16 comment out after brand styling
                      		background-color: @color-neutral;
                      		color: @color-normal; 
                      		*/
  
  border: 1px #D7DDE0 solid;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
}
#ui .cookienote .cookie.note .cookie-buttons .details.button a:before {
  border: none;
}
#ui .cookienote .cookie.note .cookie-buttons .details.button a:hover {
  /* shared cookie styling !! interim solution; TODO:psa-2014-01-16 comment out after brand styling
                      			background-color: @color-highlight;
                              	color: @color-neutral;
                              	*/
  
  background-color: #E3000F;
  color: #FFFFFF;
  text-decoration: none;
}
#ui .cookienote .cookie.note .cookie-buttons .button {
  display: inline-block;
  padding: 0;
}
#ui .cookienote .cookie h5 {
  margin: 10px 0;
}
#ui .cookienote .cookie a:visited,
#ui .cookienote .cookie a:link {
  color: #0000FF;
}
#ui .cookienote .cookie a:hover {
  color: #666666;
}
.homepage #ui .cookienote {
  display: block;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .cookienote .teaser a {
  display: inline-block !important;
}
#ui .cookienote .cookie.note {
  padding-top: 0;
}

}
@media all {
  .ie8 #ui .cookienote .cookie.note .cookie-buttons .details.button a {
  padding: 3px 12px 6px;
}

}
/**
 * comp: cookie-switch (skin)
 */
@media all {
  #ui .switch .cookie.switch input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
#ui .switch .cookie.switch .form {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  background: none;
  border: none;
  padding: 0;
}
#ui .switch .cookie.switch .textimage {
  margin: 0;
}
#ui .switch .cookie.switch .buttons {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
#ui .switch .cookie.switch .buttons button {
  border: 1px solid #d7dde0;
  background-color: #fff;
  color: #415055;
  /* // shared cookie styling !! interim solution; TODO:psa-2014-01-16 comment out after brand styling
                       * color: @color-normal; 
                       * .border-simple(@color-border);
                       * background-color: @color-neutral;
                       */
  
  padding: 6px 12px;
  font-size: 12px;
}
#ui .switch .cookie.switch .buttons button:hover,
#ui .switch .cookie.switch .buttons button.hover {
  background-color: #e3000f;
  color: #fff;
  /* // shared cookie styling !! interim solution; TODO:psa-2014-01-16 comment out after brand styling
  	                     * background-color: @color-highlight;
  	                     * color: @color-neutral;
  	                     */
  
}
#ui .switch .cookie.switch .buttons .button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  display: inline-block;
  padding: 0;
}
#ui .switch .cookie.switch .buttons .button.active button {
  background-color: #4ea1db;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d71c2), color-stop(1, #4ea1db));
  background-image: -moz-linear-gradient(center top, #2d71c2 0, #4ea1db 100%);
  background-image: -ms-linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  background-image: -o-linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  background-image: linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  -pie-background: linear-gradient(#2d71c2 0, #4ea1db 100%);
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  color: #fff;
}
#ui .switch .cookie.switch .toggle.indeterminate .toggle-button {
  background: #fff;
}
#ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button span.off,
#ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button .toggle-tab span {
  color: #444;
  display: block;
  font-weight: normal;
}
#ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button .toggle-tab {
  background: none;
  border-right: none;
  margin-top: -27px;
}
#ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button .toggle-tab.hover,
#ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button span.off.hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d71c2), color-stop(1, #4ea1db));
  background-image: -moz-linear-gradient(center top, #2d71c2 0, #4ea1db 100%);
  background-image: -ms-linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  background-image: -o-linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  background-image: linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  -pie-background: linear-gradient(#2d71c2 0, #4ea1db 100%);
}
#ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button .toggle-tab.hover span,
#ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button span.off.hover {
  color: #FFF;
}
#ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button span.off.hover {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#ui .switch .cookie.switch .toggle span {
  padding: 0 5px;
}
#ui .switch .cookie.switch .toggle .off {
  color: #FFF;
  display: inline-block;
  text-align: center;
}
#ui .switch .cookie.switch .toggle label {
  color: #444;
  float: left;
  line-height: 26px;
}
#ui .switch .cookie.switch .toggle .toggle-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d71c2), color-stop(1, #4ea1db));
  background-image: -moz-linear-gradient(center top, #2d71c2 0, #4ea1db 100%);
  background-image: -ms-linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  background-image: -o-linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  background-image: linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  -pie-background: linear-gradient(#2d71c2 0, #4ea1db 100%);
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  border: 1px solid #D1D1D1;
  float: left;
  height: 26px;
}
#ui .switch .cookie.switch .toggle .toggle-button .toggle-tab {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eeeeee));
  background-image: -moz-linear-gradient(center top, #fafafa 0, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #fafafa 0, #eeeeee 100%);
  background-image: linear-gradient(top, #fafafa 0, #eeeeee 100%);
  -pie-background: linear-gradient(#fafafa 0, #eeeeee 100%);
  -webkit-box-shadow: 5px 0px 4px -5px #000000 0 1px 1px #000000;
  -moz-box-shadow: 5px 0px 4px -5px #000000 0 1px 1px #000000;
  box-shadow: 5px 0px 4px -5px #000000 0 1px 1px #000000;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  border: 1px solid #CCC;
  height: 26px;
  margin-top: -26px;
}
#ui .switch .cookie.switch .toggle .toggle-button span {
  white-space: nowrap;
}
#ui .switch .cookie.switch .toggle input[type=checkbox] {
  left: -5000px;
  overflow: hidden;
  position: absolute;
}
#ui .switch .cookie.switch .toggle input[type=checkbox] + label .toggle-button span.off {
  display: none;
}
#ui .switch .cookie.switch .toggle input[type=checkbox] + label .toggle-button .toggle-tab {
  margin-top: -1px;
}
#ui .switch .cookie.switch .toggle input[type=checkbox] + label .toggle-button .toggle-tab span {
  color: #FFF;
  display: inline-block;
  text-align: center;
}
#ui .switch .cookie.switch .toggle input[type=checkbox].checked + label .toggle-button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d71c2), color-stop(1, #4ea1db));
  background-image: -moz-linear-gradient(center top, #2d71c2 0, #4ea1db 100%);
  background-image: -ms-linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  background-image: -o-linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  background-image: linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  -pie-background: linear-gradient(#2d71c2 0, #4ea1db 100%);
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
}
#ui .switch .cookie.switch .toggle input[type=checkbox].checked + label .toggle-button span.off {
  display: block;
}
#ui .switch .cookie.switch .toggle input[type=checkbox].checked + label .toggle-button .toggle-tab {
  margin-top: -27px;
}
#ui .switch .cookie.switch .toggle input[type=checkbox].checked + label .toggle-button .toggle-tab span {
  display: none;
}
.ie8 #ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button .toggle-tab {
  border: 1px solid #D1D1D1;
}
.ie8 #ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button .toggle-button,
.ie8 #ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button span.off {
  background: #FFF;
  behavior: none;
  color: #444;
}
.ie8 #ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button .toggle-tab.hover,
.ie8 #ui .switch .cookie.switch .toggle.indeterminate input[type="checkbox"] + label .toggle-button span.off.hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d71c2), color-stop(1, #4ea1db));
  background-image: -moz-linear-gradient(center top, #2d71c2 0, #4ea1db 100%);
  background-image: -ms-linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  background-image: -o-linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  background-image: linear-gradient(top, #2d71c2 0, #4ea1db 100%);
  -pie-background: linear-gradient(#2d71c2 0, #4ea1db 100%);
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  color: #FFF;
}

}
@media all {
  #ui .cookies.collection {
  padding: 10px 0 0 0;
}

}
@media all {
  #ui .textimage.description {
  padding: 0;
}
#ui .textimage.description .description-wrapper {
  display: table;
  width: 100%;
}
#ui .textimage.description .description-wrapper .cookie-description {
  display: table-row;
  width: 100% !important;
}
#ui .textimage.description .description-wrapper .cookie-description > div {
  display: table-cell;
  padding-bottom: 20px;
  padding-left: 3%;
  vertical-align: top;
}
#ui .textimage.description .description-wrapper .cookie-description > div.names {
  width: 26%;
}
#ui .textimage.description .description-wrapper .cookie-description > div.names ul {
  margin: 0;
}
#ui .textimage.description .description-wrapper .cookie-description > div.title {
  padding: 0 0 20px 0;
  width: 17%;
}
#ui .textimage.description .description-wrapper .cookie-description > div.description {
  padding-right: 0;
  width: 50%;
}
#ui .textimage.description .description-wrapper .cookie-description > div.description .image {
  float: right;
  max-width: 30% !important;
  margin-left: 1%;
}
#ui .textimage.description .description-wrapper .cookie-description > div.description .image img {
  display: block;
  float: right;
  max-width: 100% !important;
  width: 100% !important;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .textimage.description .description-wrapper {
  display: table;
  width: 100% !important;
}
#ui .textimage.description .description-wrapper .cookie-description {
  margin-bottom: 20px;
}
#ui .textimage.description .description-wrapper .cookie-description > div {
  display: block;
  padding: 0;
  width: 100% !important;
}
#ui .textimage.description .description-wrapper .cookie-description > div:first-child {
  display: block;
  width: 100%;
}
#ui .textimage.description .description-wrapper .cookie-description > div.description {
  padding: 0;
}
#ui .textimage.description .description-wrapper .cookie-description > div.description .image {
  display: block;
  float: none;
  max-width: 100% !important;
  margin: 10px 0;
  width: 100%;
}
#ui .textimage.description .description-wrapper .cookie-description > div.description .image img {
  float: none;
}
#ui .textimage.description .description-wrapper .cookie-description > div.title {
  padding: 0;
}

}
/**
 * comp: cookie-hint (skin)
 */
@media all {
  #ui .cookieHint {
  zoom: 1;
}
#ui .cookieHint:before,
#ui .cookieHint:after {
  content: "";
  display: table;
}
#ui .cookieHint:after {
  clear: both;
}
#ui .cookieHint:before,
#ui .cookieHint:after {
  content: "";
  display: table;
}
#ui .cookieHint:after {
  clear: both;
}
#ui .cookieHint .cookieImage {
  float: left;
  margin-right: 5px;
}
#ui .cookieHint .cookieHintText {
  float: left;
}
#sidebar-right .cookieHint,
#sidebar-left .cookieHint {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
}

}
/*
* gradient using angles
* todo : change this to when implementation
*/
/**
 * HENKEL library css: fonts
 * @description: global font definitions
 */
@font-face {
  font-family: 'heli';
src: url('../../designs/henkel-lib/common/font/heli/heli.eot');
src: url('../../designs/henkel-lib/common/font/heli/heli.eot?#iefix') format('embedded-opentype'), url('../../designs/henkel-lib/common/font/heli/heli.svg#cqsicon') format('svg'), url('../../designs/henkel-lib/common/font/heli/heli.woff') format('woff'), url('../../designs/henkel-lib/common/font/heli/heli.ttf') format('truetype');
}
/**
 * HENKEL library css: icons
 * @description: global icon definitions (heli font)
 */
#ui .icon-heli {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
}
#ui .icon-heli-triangle:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\21";
  font-size: 1.25em;
  letter-spacing: -0.1em;
  margin-left: -0.15em;
  position: relative;
  top: 0.1em;
}
#ui .icon-heli-triangle:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\21";
  font-size: 1.25em;
  letter-spacing: -0.1em;
  margin-left: -0.15em;
  position: relative;
  top: 0.1em;
}
#ui .icon-heli-triangle-2:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\22";
}
#ui .icon-heli-triangle-2:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\22";
}
#ui .icon-heli-triangle-3:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\23";
}
#ui .icon-heli-triangle-3:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\23";
}
#ui .icon-heli-triangle-4:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\24";
}
#ui .icon-heli-triangle-4:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\24";
}
#ui .icon-arrow:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\25";
}
#ui .icon-arrow:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\25";
}
#ui .icon-arrow-2:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\26";
}
#ui .icon-arrow-2:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\26";
}
#ui .icon-arrow-3:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\27";
}
#ui .icon-arrow-3:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\27";
}
#ui .icon-arrow-4:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\28";
}
#ui .icon-arrow-4:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\28";
}
#ui .icon-plus:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\29";
}
#ui .icon-plus:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\29";
}
#ui .icon-minus:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2a";
}
#ui .icon-minus:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2a";
}
#ui .icon-checkmark:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2b";
}
#ui .icon-checkmark:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2b";
}
#ui .icon-cancel:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2c";
}
#ui .icon-cancel:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2c";
}
#ui .icon-loading:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2d";
}
#ui .icon-loading:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2d";
}
#ui .icon-radio-unchecked:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2e";
}
#ui .icon-radio-unchecked:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2e";
}
#ui .icon-heli-contentpage:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2f";
}
#ui .icon-heli-contentpage:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2f";
}
#ui .icon-heli-productpage:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\30";
}
#ui .icon-heli-productpage:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\30";
}
#ui .icon-copy:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\31";
}
#ui .icon-copy:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\31";
}
#ui .icon-heli-articlepage:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\32";
}
#ui .icon-heli-articlepage:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\32";
}
#ui .icon-minus-2:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\33";
}
#ui .icon-minus-2:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\33";
}
#ui .icon-plus-2:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\34";
}
#ui .icon-plus-2:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\34";
}
#ui .icon-close:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\35";
}
#ui .icon-close:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\35";
}
#ui .icon-picture:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\36";
}
#ui .icon-picture:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\36";
}
#ui .icon-tag:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\37";
}
#ui .icon-tag:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\37";
}
#ui .icon-play:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\38";
}
#ui .icon-play:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\38";
}
#ui .icon-microphone:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\39";
}
#ui .icon-microphone:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\39";
}
#ui .icon-calendar:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\3a";
}
#ui .icon-calendar:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\3a";
}
#ui .icon-help:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\3b";
}
#ui .icon-help:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\3b";
}
#ui .icon-info:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\3c";
}
#ui .icon-info:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\3c";
}
#ui .icon-phone:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\3d";
}
#ui .icon-phone:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\3d";
}
#ui .icon-attachment:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\3f";
}
#ui .icon-attachment:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\3f";
}
#ui .icon-reload-CW:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\40";
}
#ui .icon-reload-CW:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\40";
}
#ui .icon-record:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\41";
}
#ui .icon-record:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\41";
}
#ui .icon-stop:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\42";
}
#ui .icon-stop:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\42";
}
#ui .icon-checkbox-partial:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\43";
}
#ui .icon-checkbox-partial:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\43";
}
#ui .icon-checkbox-unchecked:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\44";
}
#ui .icon-checkbox-unchecked:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\44";
}
#ui .icon-checkbox:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\45";
}
#ui .icon-checkbox:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\45";
}
#ui .icon-radio-checked:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\46";
}
#ui .icon-radio-checked:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\46";
}
#ui .icon-navbar:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\4e";
}
#ui .icon-navbar:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\4e";
}
#ui .icon-search:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\53";
}
#ui .icon-search:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\53";
}
#ui .icon-nav-prev:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\70";
}
#ui .icon-nav-prev:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\70";
}
#ui .icon-nav-next:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\6e";
}
#ui .icon-nav-next:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\6e";
}
#ui .icon-nav-top:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\74";
}
#ui .icon-nav-top:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\74";
}
#ui .icon-nav-bottom:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\64";
}
#ui .icon-nav-bottom:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\64";
}
#ui .icon-login:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\5f";
}
#ui .icon-login:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\5f";
}
#ui .icon-user:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\55";
  height: 30px;
}
#ui .icon-user:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\55";
  height: 30px;
}
.ie7 #ui .icon-heli {
  display: inline;
  font: normal 1em/1.5 "heli";
}
/**
 * define fonts
 * http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax
 * http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/#smiley
 */
@font-face {
  font-family: 'FlamaBold';
src: url('../../designs/pattex-responsive/common/fonts/Flama-Bold.eot?#iefix') format('embedded-opentype'), url('../../designs/pattex-responsive/common/fonts/Flama-Bold.woff') format('woff');
}
@font-face {
  font-family: 'FlamaMedium';
src: url('../../designs/pattex-responsive/common/fonts/Flama-Medium.eot?#iefix') format('embedded-opentype'), url('../../designs/pattex-responsive/common/fonts/Flama-Medium.woff') format('woff');
}
/**
   * HENKEL library css: elements (skin)
   */
@media all {
  /* html, body */
  html,
body {
  background-color: #ffca00;
}
#ui {
  color: #ffffff;
}
#ui a:link,
#ui a:visited {
  -webkit-tap-highlight-color: transparent;
  color: #ffffff;
}
#ui a:hover,
#ui a:focus,
#ui a:active {
  background-color: transparent;
  color: #ffca00;
}
#ui input[type="search"]::-webkit-input-placeholder {
  color: #4c4c4c;
}
#ui input[type="search"]:-moz-placeholder {
  color: #4c4c4c;
}
#ui input[type="search"]::-moz-placeholder {
  color: #4c4c4c;
}
#ui input[type="search"]:-ms-input-placeholder {
  color: #4c4c4c;
}
#ui hr {
  border-color: #000000;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  html,
body {
  background-color: #000000;
}

}
/**
 * HENKEL library css: classes (skin)
 */
@media all {
  #ui .button {
  display: inline-block;
  position: relative;
}
#ui .button a {
  border: 1px solid #d7dde0;
  margin-left: 10px;
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
  text-transform: uppercase;
  margin-left: 0;
}
#ui .button a:before {
  border: 5px solid transparent;
  border-left-color: #ffffff;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .button a:before {
  border: 5px solid transparent;
  border-left-color: #ffffff;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .button a:before {
  border: 5px solid transparent;
  border-left-color: #ffffff;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .button a:before {
  border: 5px solid transparent;
  border-left-color: #ffffff;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .button a:before {
  left: 5px;
  top: 8px;
}
#ui .button a:link,
#ui .button a:visited {
  background-color: #222222;
  text-decoration: none;
}
#ui .button a:hover,
#ui .button a:active,
#ui .button a:focus {
  background-color: #ffca00;
  color: #ffffff;
}
#ui .button a:hover:before,
#ui .button a:active:before,
#ui .button a:focus:before {
  border-left-color: #ffffff;
}
#ui .pagination {
  border-top: 1px solid #000000;
  clear: both;
  font-size: 12px;
  list-style-type: none;
  padding: 5px 0 10px;
  text-align: center;
  width: 100%;
}
#ui .pagination li {
  display: inline-block;
  padding: 0 6px 0 10px;
}
#ui .pagination li a,
#ui .pagination li strong {
  background-color: transparent;
  display: block;
  line-height: 1;
  text-decoration: underline;
}
#ui .pagination li a:hover,
#ui .pagination li a:focus {
  color: #dc291e;
  text-decoration: none;
}
#ui .pagination li a:active {
  color: #dc291e;
}
#ui .pagination li.current a {
  font-weight: bold;
}
#ui .pagination li.current a:hover {
  color: #dc291e;
  cursor: auto;
}
#ui .pagination li.current strong {
  color: #dc291e;
  text-decoration: none;
}
#ui .pagination li.hidden {
  display: none;
}
#ui .pagination li.number {
  border-left: 1px solid #ffffff;
}
#ui .pagination li.number.no-border {
  border-left: none;
}
#ui .pagination li.prev a,
#ui .pagination li.next a {
  bottom: -6px;
  height: 20px;
  padding: 0;
  position: relative;
  width: 20px;
}

}
@media screen and (max-width: 1024px) {
  
}
@media all {
  #ui .pagination li.prev a,
#ui .pagination li.next a {
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") no-repeat scroll 0px -1000px transparent;
}
#ui .pagination li.prev a {
  background-position: 0px -1000px;
}
#ui .pagination li.prev a:hover,
#ui .pagination li.prev a:focus {
  background-position: 0px -1200px;
}
#ui .pagination li.next a {
  background-position: 0px -1100px;
}
#ui .pagination li.next a:hover,
#ui .pagination li.next a:focus {
  background-position: 0px -1300px;
}

}
@-webkit-keyframes rotate360 {
  from {
  -webkit-transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
}

}
@-moz-keyframes rotate360 {
  from {
  -moz-transform: rotate(0deg);
}
to {
  -moz-transform: rotate(360deg);
}

}
@-o-keyframes rotate360 {
  from {
  -o-transform: rotate(0deg);
}
to {
  -o-transform: rotate(360deg);
}

}
@keyframes rotate360 {
  from {
  transform: rotate(0deg);
}
to {
  transform: rotate(360deg);
}

}
@-webkit-keyframes rotate360 {
  from {
  -webkit-transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
}

}
@-moz-keyframes rotate360 {
  from {
  -moz-transform: rotate(0deg);
}
to {
  -moz-transform: rotate(360deg);
}

}
@-o-keyframes rotate360 {
  from {
  -o-transform: rotate(0deg);
}
to {
  -o-transform: rotate(360deg);
}

}
@keyframes rotate360 {
  from {
  transform: rotate(0deg);
}
to {
  transform: rotate(360deg);
}

}
@-webkit-keyframes rotate360steps {
  0% {
  -webkit-transform: rotate(0deg);
}
12.49% {
  -webkit-transform: rotate(0deg);
}
12.5% {
  -webkit-transform: rotate(45deg);
}
24.9% {
  -webkit-transform: rotate(45deg);
}
25% {
  -webkit-transform: rotate(90deg);
}
37.49% {
  -webkit-transform: rotate(90deg);
}
37.50% {
  -webkit-transform: rotate(135deg);
}
49.99% {
  -webkit-transform: rotate(135deg);
}
50% {
  -webkit-transform: rotate(180deg);
}
62.49% {
  -webkit-transform: rotate(180deg);
}
62.50% {
  -webkit-transform: rotate(225deg);
}
74.99% {
  -webkit-transform: rotate(225deg);
}
75% {
  -webkit-transform: rotate(270deg);
}
87.49% {
  -webkit-transform: rotate(270deg);
}
87.50% {
  -webkit-transform: rotate(315deg);
}
100% {
  -webkit-transform: rotate(315deg);
}

}
@-moz-keyframes rotate360steps {
  0% {
  -moz-transform: rotate(0deg);
}
12.49% {
  -moz-transform: rotate(0deg);
}
12.5% {
  -moz-transform: rotate(45deg);
}
24.9% {
  -moz-transform: rotate(45deg);
}
25% {
  -moz-transform: rotate(90deg);
}
37.49% {
  -moz-transform: rotate(90deg);
}
37.50% {
  -moz-transform: rotate(135deg);
}
49.99% {
  -moz-transform: rotate(135deg);
}
50% {
  -moz-transform: rotate(180deg);
}
62.49% {
  -moz-transform: rotate(180deg);
}
62.50% {
  -moz-transform: rotate(225deg);
}
74.99% {
  -moz-transform: rotate(225deg);
}
75% {
  -moz-transform: rotate(270deg);
}
87.49% {
  -moz-transform: rotate(270deg);
}
87.50% {
  -moz-transform: rotate(315deg);
}
100% {
  -moz-transform: rotate(315deg);
}

}
@-o-keyframes rotate360steps {
  0% {
  -o-transform: rotate(0deg);
}
12.49% {
  -o-transform: rotate(0deg);
}
12.5% {
  -o-transform: rotate(45deg);
}
24.9% {
  -o-transform: rotate(45deg);
}
25% {
  -o-transform: rotate(90deg);
}
37.49% {
  -o-transform: rotate(90deg);
}
37.50% {
  -o-transform: rotate(135deg);
}
49.99% {
  -o-transform: rotate(135deg);
}
50% {
  -o-transform: rotate(180deg);
}
62.49% {
  -o-transform: rotate(180deg);
}
62.50% {
  -o-transform: rotate(225deg);
}
74.99% {
  -o-transform: rotate(225deg);
}
75% {
  -o-transform: rotate(270deg);
}
87.49% {
  -o-transform: rotate(270deg);
}
87.50% {
  -o-transform: rotate(315deg);
}
100% {
  -o-transform: rotate(315deg);
}

}
@keyframes rotate360steps {
  0% {
  transform: rotate(0deg);
}
12.49% {
  transform: rotate(0deg);
}
12.5% {
  transform: rotate(45deg);
}
24.9% {
  transform: rotate(45deg);
}
25% {
  transform: rotate(90deg);
}
37.49% {
  transform: rotate(90deg);
}
37.50% {
  transform: rotate(135deg);
}
49.99% {
  transform: rotate(135deg);
}
50% {
  transform: rotate(180deg);
}
62.49% {
  transform: rotate(180deg);
}
62.50% {
  transform: rotate(225deg);
}
74.99% {
  transform: rotate(225deg);
}
75% {
  transform: rotate(270deg);
}
87.49% {
  transform: rotate(270deg);
}
87.50% {
  transform: rotate(315deg);
}
100% {
  transform: rotate(315deg);
}

}
@-webkit-keyframes rotate360steps {
  0% {
  -webkit-transform: rotate(0deg);
}
12.49% {
  -webkit-transform: rotate(0deg);
}
12.5% {
  -webkit-transform: rotate(45deg);
}
24.9% {
  -webkit-transform: rotate(45deg);
}
25% {
  -webkit-transform: rotate(90deg);
}
37.49% {
  -webkit-transform: rotate(90deg);
}
37.50% {
  -webkit-transform: rotate(135deg);
}
49.99% {
  -webkit-transform: rotate(135deg);
}
50% {
  -webkit-transform: rotate(180deg);
}
62.49% {
  -webkit-transform: rotate(180deg);
}
62.50% {
  -webkit-transform: rotate(225deg);
}
74.99% {
  -webkit-transform: rotate(225deg);
}
75% {
  -webkit-transform: rotate(270deg);
}
87.49% {
  -webkit-transform: rotate(270deg);
}
87.50% {
  -webkit-transform: rotate(315deg);
}
100% {
  -webkit-transform: rotate(315deg);
}

}
@-moz-keyframes rotate360steps {
  0% {
  -moz-transform: rotate(0deg);
}
12.49% {
  -moz-transform: rotate(0deg);
}
12.5% {
  -moz-transform: rotate(45deg);
}
24.9% {
  -moz-transform: rotate(45deg);
}
25% {
  -moz-transform: rotate(90deg);
}
37.49% {
  -moz-transform: rotate(90deg);
}
37.50% {
  -moz-transform: rotate(135deg);
}
49.99% {
  -moz-transform: rotate(135deg);
}
50% {
  -moz-transform: rotate(180deg);
}
62.49% {
  -moz-transform: rotate(180deg);
}
62.50% {
  -moz-transform: rotate(225deg);
}
74.99% {
  -moz-transform: rotate(225deg);
}
75% {
  -moz-transform: rotate(270deg);
}
87.49% {
  -moz-transform: rotate(270deg);
}
87.50% {
  -moz-transform: rotate(315deg);
}
100% {
  -moz-transform: rotate(315deg);
}

}
@-o-keyframes rotate360steps {
  0% {
  -o-transform: rotate(0deg);
}
12.49% {
  -o-transform: rotate(0deg);
}
12.5% {
  -o-transform: rotate(45deg);
}
24.9% {
  -o-transform: rotate(45deg);
}
25% {
  -o-transform: rotate(90deg);
}
37.49% {
  -o-transform: rotate(90deg);
}
37.50% {
  -o-transform: rotate(135deg);
}
49.99% {
  -o-transform: rotate(135deg);
}
50% {
  -o-transform: rotate(180deg);
}
62.49% {
  -o-transform: rotate(180deg);
}
62.50% {
  -o-transform: rotate(225deg);
}
74.99% {
  -o-transform: rotate(225deg);
}
75% {
  -o-transform: rotate(270deg);
}
87.49% {
  -o-transform: rotate(270deg);
}
87.50% {
  -o-transform: rotate(315deg);
}
100% {
  -o-transform: rotate(315deg);
}

}
@keyframes rotate360steps {
  0% {
  transform: rotate(0deg);
}
12.49% {
  transform: rotate(0deg);
}
12.5% {
  transform: rotate(45deg);
}
24.9% {
  transform: rotate(45deg);
}
25% {
  transform: rotate(90deg);
}
37.49% {
  transform: rotate(90deg);
}
37.50% {
  transform: rotate(135deg);
}
49.99% {
  transform: rotate(135deg);
}
50% {
  transform: rotate(180deg);
}
62.49% {
  transform: rotate(180deg);
}
62.50% {
  transform: rotate(225deg);
}
74.99% {
  transform: rotate(225deg);
}
75% {
  transform: rotate(270deg);
}
87.49% {
  transform: rotate(270deg);
}
87.50% {
  transform: rotate(315deg);
}
100% {
  transform: rotate(315deg);
}

}
@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale(0.9);
}
40% {
  -webkit-transform: scale(0.9);
}
50% {
  -webkit-transform: scale(1.2);
}
60% {
  -webkit-transform: scale(0.9);
}
100% {
  -webkit-transform: scale(0.9);
}

}
@-moz-keyframes pulse {
  0% {
  -moz-transform: scale(0.9);
}
40% {
  -moz-transform: scale(0.9);
}
50% {
  -moz-transform: scale(1.2);
}
60% {
  -moz-transform: scale(0.9);
}
100% {
  -moz-transform: scale(0.9);
}

}
@-o-keyframes pulse {
  0% {
  -o-transform: scale(0.9);
}
40% {
  -o-transform: scale(0.9);
}
50% {
  -o-transform: scale(1.2);
}
60% {
  -o-transform: scale(0.9);
}
100% {
  -o-transform: scale(0.9);
}

}
@keyframes pulse {
  0% {
  transform: scale(0.9);
}
40% {
  transform: scale(0.9);
}
50% {
  transform: scale(1.2);
}
60% {
  transform: scale(0.9);
}
100% {
  transform: scale(0.9);
}

}
@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale(0.9);
}
40% {
  -webkit-transform: scale(0.9);
}
50% {
  -webkit-transform: scale(1.2);
}
60% {
  -webkit-transform: scale(0.9);
}
100% {
  -webkit-transform: scale(0.9);
}

}
@-moz-keyframes pulse {
  0% {
  -moz-transform: scale(0.9);
}
40% {
  -moz-transform: scale(0.9);
}
50% {
  -moz-transform: scale(1.2);
}
60% {
  -moz-transform: scale(0.9);
}
100% {
  -moz-transform: scale(0.9);
}

}
@-o-keyframes pulse {
  0% {
  -o-transform: scale(0.9);
}
40% {
  -o-transform: scale(0.9);
}
50% {
  -o-transform: scale(1.2);
}
60% {
  -o-transform: scale(0.9);
}
100% {
  -o-transform: scale(0.9);
}

}
@keyframes pulse {
  0% {
  transform: scale(0.9);
}
40% {
  transform: scale(0.9);
}
50% {
  transform: scale(1.2);
}
60% {
  transform: scale(0.9);
}
100% {
  transform: scale(0.9);
}

}
@media all {
  #ui {
  background-color: #222222;
  margin: 0 auto;
  min-width: 320px;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 20px 3px #ffffff;
  -moz-box-shadow: 0 0 20px 3px #ffffff;
  box-shadow: 0 0 20px 3px #ffffff;
}
#ui .wrapper {
  -webkit-box-shadow: 0 0 20px 3px #000000;
  -moz-box-shadow: 0 0 20px 3px #000000;
  box-shadow: 0 0 20px 3px #000000;
}
#ui .wrapper > #header {
  padding-bottom: 8px;
  position: relative;
}
#ui .wrapper > #footer {
  position: relative;
}
#ui #header {
  background: url("../../designs/pattex-responsive/components/page/img/header-hg-black.png") no-repeat scroll 0 0 #000000;
  z-index: 20;
}
#ui #meta {
  position: relative;
  z-index: 5;
}
#ui #main {
  z-index: 10;
  background: url("../../designs/pattex-responsive/components/page/img/pattex-bg-contentpage.png") repeat-x 0 0 #222222;
  -webkit-border-radius: 24px 0 0 0;
  -moz-border-radius: 24px 0 0 0;
  border-radius: 24px 0 0 0;
  position: relative;
}
#ui #sidebar-left,
#ui #sidebar-right,
#ui #content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ui #content {
  position: relative;
  margin: 28px 19px 0 20px;
}
#ui .no-stage #content {
  margin-top: 52px;
}
#ui #promotion {
  clear: both;
  position: relative;
}
#ui .navbarswitch {
  display: none;
}
#ui .skiplink {
  left: -5000px;
  overflow: hidden;
  position: absolute;
}

}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #ui .wrapper .indicatorlist li {
  font-size: 3.4em;
}
#ui .wrapper .navbarswitch div {
  top: 39% !important;
}
#ui .wrapper.navbar.transition {
  margin-left: -408px !important;
}
#ui #navbar {
  width: 400px !important;
}
#ui #navbar.transition {
  right: -410px !important;
}
#ui #navbar.transition.active {
  right: 0 !important;
}

}
@media screen and (max-width: 1024px) {
  #ui {
  min-height: 97%;
}
#ui #sidebar-left,
#ui #sidebar-right,
#ui #footer {
  margin: 0 10px;
  width: auto;
}
#ui #sidebar-left,
#ui #sidebar-right {
  min-height: 0;
  margin-bottom: 10px;
}
#ui #content {
  margin: 0 10px;
  padding: 0;
  top: 10px;
  width: auto;
}
#ui #content .productdetails {
  margin: 0px -10px 10px -10px;
}
#ui .wrapper {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 100%;
  position: relative;
  height: 100%;
}
#ui .wrapper .indicatorlist {
  display: inline-block;
  float: right;
  list-style: none;
  position: relative;
}
#ui .wrapper .indicatorlist li {
  float: right;
  margin: 12px 12px 0;
  font-size: 2.8em;
}
#ui .wrapper .indicatorlist li button {
  background: transparent;
  border: 0;
  color: #ffca00;
  cursor: pointer;
  display: block;
  padding: 5px;
  -webkit-appearance: none;
}
#ui .wrapper .navbarswitch {
  width: 200px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 100000;
  display: none;
}
#ui .wrapper .navbarswitch div {
  display: none;
  position: absolute;
  height: 100px;
  background: #d0d0d0;
  right: 0;
  top: 39%;
  font-size: 50px;
  -webkit-border-radius: 25px 0px 0 25px;
  -moz-border-radius: 25px 0px 0 25px;
  border-radius: 25px 0px 0 25px;
}
#ui .wrapper .navbarswitch div.icon-nav-next:before {
  margin: 12px 0 0 10px;
  display: block;
}
#ui .wrapper.navbar {
  overflow-x: hidden;
  overflow-y: hidden;
}
#ui .wrapper.navbar video,
#ui .wrapper.navbar embed {
  -webkit-transform-style: preserve-3d;
  display: none;
}
#ui .wrapper.navbar .navbarswitch {
  display: block;
}
#ui .wrapper.navbar.transition {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-left: -268px;
}
#ui #navbar {
  background: #2a2a2a;
  display: none;
  float: right;
  min-height: 100%;
  overflow-y: auto;
  padding: 0px;
  position: fixed;
  top: 8px;
  height: 100%;
  width: 260px;
}
#ui #navbar.transition {
  display: block;
  right: -270px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#ui #navbar.transition.active {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #222222), color-stop(0.2, #2a2a2a));
  background-image: -moz-linear-gradient(left, #222222 0, #2a2a2a 20px);
  background-image: -ms-linear-gradient(left, #222222 0, #2a2a2a 20px);
  background-image: -o-linear-gradient(left, #222222 0, #2a2a2a 20px);
  background-image: linear-gradient(to right, #222222 0, #2a2a2a 20px);
  -pie-background: linear-gradient(0deg, #222222 0, #2a2a2a 20px);
  border-left: 1px solid #1b1b1b;
  right: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 20;
}
#ui #navbar div,
#ui #navbar nav {
  clear: both;
  display: block;
  float: none;
  margin: 8px 0;
}

}
@media screen and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1024px) and (orientation: portrait) and  (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 1024px) and (orientation: portrait) and (-o-min-device-pixel-ratio: 150/100), screen and (max-width: 1024px) and (orientation: portrait) and  (min-device-pixel-ratio: 1.5) {
  #ui .wrapper .indicatorlist li {
  font-size: 2.4em;
}
#ui .wrapper .navbarswitch div {
  top: 23% !important;
}
#ui .wrapper.navbar.transition {
  margin-left: -268px !important;
}
#ui #navbar.transition {
  right: -270px !important;
  width: 260px !important;
}
#ui #navbar.transition.active {
  right: 0 !important;
}

}
@media screen and (max-width: 320px), screen and (max-device-width: 320px) {
  #ui .wrapper .indicatorlist li {
  font-size: 2.4em;
}
#ui .wrapper .navbarswitch div {
  top: 39% !important;
}
#ui .wrapper.navbar.transition {
  margin-left: -268px !important;
}
#ui #navbar {
  width: 260px !important;
}
#ui #navbar.transition {
  right: -270px !important;
}
#ui #navbar.transition.active {
  right: 0 !important;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
  #ui #sidebar-left,
#ui #sidebar-right {
  float: left;
  width: 29%;
}
#ui #sidebar-left {
  margin-left: 10px;
}
#ui #sidebar-right {
  margin: 40px 0 0 29px;
}
#ui #content {
  float: none;
  width: auto;
}
#ui.col2l #content,
#ui.col2r #content {
  float: left;
  width: 60%;
  margin: 28px 0 0 29px;
}
#ui #content .productdetails {
  margin: 0px;
}

}
@media screen and (min-width: 1025px) {
  #ui {
  -webkit-box-shadow: 0 0 5px 0 #bbbbbb;
  -moz-box-shadow: 0 0 5px 0 #bbbbbb;
  box-shadow: 0 0 5px 0 #bbbbbb;
  max-width: 960px;
  padding: 0;
}
#ui .wrapper > #main,
#ui .wrapper > #footer {
  padding: 0 10px;
}
#ui .wrapper > #header {
  padding: 0 30px;
}
#ui .wrapper > #main > #stage {
  left: -10px;
  position: relative;
  width: 960px;
  margin-bottom: 0;
}
#ui #header .indicatorlist {
  display: none;
}
#ui #meta {
  float: right;
  padding-bottom: 32px;
}
#ui #sidebar-left,
#ui #sidebar-right {
  float: left;
  width: 31%;
  margin: 28px 0 0 10px;
}
#ui #sidebar-left {
  padding: 0 10px 0 0;
}
#ui #sidebar-right {
  padding: 0 0 0 10px;
}
#ui #content {
  float: none;
  width: auto;
}
#ui.col2l #content,
#ui.col2r #content {
  float: left;
  width: 62%;
  margin: 28px 0 0 29px;
}
#ui.col2l #sidebar-left,
#ui.col2r #sidebar-left,
#ui.col2l #sidebar-right,
#ui.col2r #sidebar-right {
  width: 31%;
}
#ui.col3 #content {
  float: left;
  width: 42%;
  margin: 13px 15px;
}
#ui #navbar {
  display: none !important;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .wrapper > #footer {
  margin-top: 0;
}
#ui #content .productdetails {
  margin: 0 -25px 15px -25px;
}

}
@media all {
  .campaignpage #ui {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}
.campaignpage #ui #header,
.campaignpage #ui #footer {
  padding: 0 5px;
}
.campaignpage #ui #main {
  margin: 0;
}
.campaignpage #ui #content {
  background-color: transparent;
  border: 0;
  float: none;
  padding: 0;
  width: auto;
}

}
@media screen and (min-width: 1025px) {
  .productpage #ui.col2r #content,
.productpage #ui #sidebar-left,
.productpage #ui #sidebar-right {
  margin-top: -40px;
}
.productpage #ui #stage .parbase.image {
  min-height: 400px;
  padding-top: 40px;
}

}
.homepage #ui #content {
  margin: 0;
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  .homepage #ui #main {
  background: #ffca00;
  margin-top: 0;
}
.homepage #ui .wrapper #footer {
  margin-top: 0;
}

}
.ie8 #ui {
  width: 960px;
}
.ie8 #ui #sidebar-left,
.ie8 #ui #sidebar-right {
  margin: 0;
  float: left;
  width: 22%;
  min-height: 1px;
}
.ie8 #ui #sidebar-left {
  padding: 0 10px 0 0;
}
.ie8 #ui #sidebar-right {
  padding: 0 0 0 10px;
}
.ie8 #ui #content {
  margin: 0;
  float: none;
  width: auto;
}
.ie8 #ui.col2l #content,
.ie8 #ui.col2r #content {
  float: left;
  width: 78%;
}
.ie8 #ui.col3 #content {
  float: left;
  width: 56%;
}
.ie8 #ui #header .indicatorlist {
  display: none !important;
}
.ie8 #ui #navbar {
  display: none !important;
}
/**
* comp: logo (skin) 
*/
@media all {
  #ui #header .logo {
  margin-top: 15px;
  float: left;
}
#ui #header .logo a {
  float: left;
}
#ui #header .logo figcaption {
  color: #ffca00;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0 0;
  text-align: center;
}
#ui #footer .logo {
  float: right;
}

}
@media screen and (max-width: 1024px) {
  #ui #header .logo {
  margin-left: 24px;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui #footer .logo {
  padding-top: 5px;
}

}
@media screen and (min-width: 1025px) {
  #ui #footer .logo {
  margin-top: 2px;
}

}
.ie8 #ui #header .logo {
  margin-left: 0 !important;
}
/**
 * comp: navigation - countryswitch (skin) 
 */
@media all {
  #ui .countryswitch {
  border-left: 1px solid #4c4c4c;
  float: left;
}
#ui .countryswitch a {
  display: block;
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
}
#ui .countryswitch span {
  display: block;
  float: left;
  padding: 7px 8px 7px 0;
}
#ui .countryswitch span:before {
  margin-top: 3px;
}
#ui .countryswitch a:hover span:before {
  border-left-color: #ffca00;
}
#ui .countryswitch img {
  float: left;
  padding: 9px 5px 0 0;
}

}
@media screen and (max-width: 1024px) {
  #ui #header .countryswitch {
  display: none;
}
#ui #navbar .countryswitch {
  border: none;
  margin-bottom: 40px;
}
#ui #navbar .countryswitch a {
  color: #999999;
  padding-left: 35px;
}
#ui #navbar .countryswitch a span {
  margin-left: 0;
}
#ui #navbar .countryswitch a span:before {
  display: none;
}

}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #ui #navbar .countryswitch a {
  font-size: 2.2em;
}
#ui #navbar .countryswitch a img {
  margin-top: 9px;
}
#ui #navbar .countryswitch a span:before {
  top: 15px;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  #ui #navbar .countryswitch a {
  font-size: 1.2em;
}
#ui #navbar .countryswitch a img {
  margin-top: 0 !important;
}
#ui #navbar .countryswitch a span:before {
  top: 7px !important;
}

}
.ie8 #ui #header .countryswitch {
  display: block !important;
}
@media all {
  #ui .countryselector {
  margin-top: 20px;
}
#ui .countryselector h2 {
  font-size: 30px;
  text-transform: uppercase;
}
#ui .countryselector h3 {
  font-size: 12px;
}
#ui .countryselector .country-wrapper {
  margin-top: 20px;
  padding-bottom: 20px;
}
#ui .countryselector .country-wrapper ul {
  list-style: none;
}
#ui .countryselector .country-wrapper ul li a {
  font-size: 12px;
}
#ui .countryselector .country-wrapper ul li a:hover,
#ui .countryselector .country-wrapper ul li a:active,
#ui .countryselector .country-wrapper ul li a:focus {
  color: #ffca00;
  text-decoration: none;
}
#ui .countryselector .country-wrapper > ul {
  float: left;
  width: 49%;
}
#ui .countryselector .country-wrapper > ul.second {
  float: right;
}
#ui .countryselector .country-wrapper > ul > li {
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #000000;
  clear: both;
  display: block;
  padding: 4px 0 4px 40px;
  position: relative;
  background: transparent url(../../designs/pattex/common/img/icons.png) 1px -192px no-repeat;
}
#ui .countryselector .country-wrapper > ul > li:first-child {
  border-top: 0;
}
#ui .countryselector .country-wrapper > ul > li img {
  left: 14px;
  top: 6px;
  position: absolute;
}
#ui .countryselector .country-wrapper > ul > li ul li {
  float: left;
}
#ui .countryselector .country-wrapper > ul > li ul li.current a {
  font-weight: bold;
}
#ui .countryselector .country-wrapper > ul > li ul li span.separator {
  font-size: 12px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

}
@media screen and (max-width: 1024px) {
  #ui .countryselector .country-wrapper > ul > li {
  padding: 0 0 0 40px;
}
#ui .countryselector .country-wrapper li a {
  display: inline-block;
  padding: 4px 0;
}

}
#ui .countryselector.box {
  min-height: 495px;
  padding: 60px 0 0 30px;
  background: url(../../designs/pattex/components/navigation/countryselector/img/countryselector-background.jpg) 0 0 no-repeat transparent;
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .countryselector.box {
  background: transparent;
  min-height: 200px;
  padding: 0 10px;
}
#ui .countryselector h2 {
  font-size: 16px;
}

}
/**
 * comp: navigation - languageswitch (skin)
 */
@media all {
  #ui .languageswitch {
  float: left;
}
#ui .languageswitch ul {
  padding-right: 10px;
}
#ui .languageswitch a {
  font-size: 10px;
  padding: 11px 3px 9px;
  text-decoration: underline;
}

}
@media screen and (max-width: 1024px) {
  #ui #header .languageswitch {
  display: none;
}
#ui #navbar .languageswitch {
  padding: 0 10px;
}
#ui #navbar .languageswitch ul {
  padding-right: 0;
}
#ui #navbar .languageswitch li:nth-child(5n) a {
  margin: 0 0 4px 0;
}
#ui #navbar .languageswitch a {
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #323232));
  background-image: -moz-linear-gradient(center top, #000000 0, #323232 100%);
  background-image: -ms-linear-gradient(top, #000000 0, #323232 100%);
  background-image: -o-linear-gradient(top, #000000 0, #323232 100%);
  background-image: linear-gradient(top, #000000 0, #323232 100%);
  -pie-background: linear-gradient(#000000 0, #323232 100%);
  font-size: 10px;
  font-weight: bold;
  margin: 10px 5px 10px 0;
  padding: 6px 15px;
  text-decoration: none;
}
#ui #navbar .languageswitch .current a {
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  color: #dc291e;
}

}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #ui #navbar .languageswitch a {
  font-size: 2.2em;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  #ui #navbar .languageswitch a {
  font-size: 1.2em;
}

}
.ie8 #ui #header .languageswitch {
  display: block !important;
}
/**
 * comp: main navigation (skin)
 */
@media all {
  #ui .main-nav {
  float: left;
  margin-left: 65px;
}
#ui .main-nav li a {
  text-decoration: none;
}
#ui .main-nav .level1 > ul > li {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffdf71), color-stop(1, #ffca00));
  background-image: -moz-linear-gradient(center top, #ffdf71 0, #ffca00 100%);
  background-image: -ms-linear-gradient(top, #ffdf71 0, #ffca00 100%);
  background-image: -o-linear-gradient(top, #ffdf71 0, #ffca00 100%);
  background-image: linear-gradient(top, #ffdf71 0, #ffca00 100%);
  -pie-background: linear-gradient(#ffdf71 0, #ffca00 100%);
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  border-color: #fedd6c #000000 #000000 #fedd6c;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  cursor: pointer;
  margin-left: 0;
  padding: 12px;
  position: relative;
}
#ui .main-nav .level1 > ul > li a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}
#ui .main-nav .level1 > ul > li.hover {
  background: #ffffff !important;
}
#ui .main-nav .level1 > ul > li.hover a {
  color: #dc291e;
}
#ui .main-nav .level1 > ul > li.current.hover > a {
  color: #dc291e;
}
#ui .main-nav .level1 > ul > li.last {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
#ui .main-nav .level1 > ul > li:first-child,
#ui .main-nav .level1 > ul > li.pie_first-child {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
#ui .main-nav ul.h-nav .level2 {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  background: #ffffff;
  border-color: transparent #000000 #000000 #000000;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  left: -9999em;
  opacity: 0;
  position: absolute;
  top: 37px;
}
#ui .main-nav ul.h-nav .level2 ul {
  background: transparent;
  padding: 10px 0px 20px 25px;
  width: 160px;
}
#ui .main-nav ul.h-nav .level2 li {
  float: none;
  position: relative;
  background: #ffffff;
  border: 0;
  padding: 5px 0;
}
#ui .main-nav ul.h-nav .level2 li a {
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") no-repeat 0 1px transparent;
  border-bottom: 1px solid #999999;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 5px 15px;
  text-transform: none;
}
#ui .main-nav ul.h-nav .level2 li.hover > a {
  color: #dc291e;
  background-position: 0 -99px;
}
#ui .main-nav li:hover .level2,
#ui .main-nav li.hover .level2 {
  left: -2px;
  opacity: 1;
}
#ui .main-nav li:hover .level2 ul,
#ui .main-nav li.hover .level2 ul {
  overflow: visible;
  position: static;
}
#ui .main-nav .level3 {
  background: #ffffff;
  border: 1px solid black;
  display: block;
  left: -9999em;
  position: absolute;
  top: -1px;
}
#ui .main-nav .level3 ul {
  background: transparent;
  left: 0;
  width: 160px;
}
#ui .main-nav li.last:hover li:hover .level3 ul,
#ui .main-nav li.last.hover li.hover .level3 ul {
  position: static;
}
#ui .main-nav li:hover > .level3,
#ui .main-nav li.hover > .level3 {
  -webkit-border-radius: 0 10px 10px 0px;
  -moz-border-radius: 0 10px 10px 0px;
  border-radius: 0 10px 10px 0px;
  left: 160px;
}
#ui .main-nav li:hover > .level3 ul,
#ui .main-nav li.hover > .level3 ul {
  -webkit-border-radius: 0 10px 10px 0px;
  -moz-border-radius: 0 10px 10px 0px;
  border-radius: 0 10px 10px 0px;
  overflow: visible;
  position: static;
}
.ie8 #ui #header .main-nav {
  display: block !important;
}
.ie8 #ui .level1 > ul > li {
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
}
.ie8 #ui .level1 > ul > li.last {
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
}
.ie8 #ui .level1 > ul > li:first-child {
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
}
.ie8 #ui .level2 {
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  position: absolute;
}

}
@media screen and (max-width: 1024px) {
  #ui #header .main-nav {
  display: none;
}
#ui #navbar .main-nav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 10px 0 10px;
  position: relative;
}
#ui #navbar .main-nav div {
  margin: 0;
  overflow: visible;
  opacity: 1;
  width: 100%;
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
#ui #navbar .main-nav div.nextlevel,
#ui #navbar .main-nav div.prevlevel {
  display: none;
}
#ui #navbar .main-nav div.level2:before,
#ui #navbar .main-nav div.level3:before {
  display: none !important;
}
#ui #navbar .main-nav div ul {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
}
#ui #navbar .main-nav div ul li {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fedd6c), color-stop(1, #e3b525));
  background-image: -moz-linear-gradient(center top, #fedd6c 0, #e3b525 100%);
  background-image: -ms-linear-gradient(top, #fedd6c 0, #e3b525 100%);
  background-image: -o-linear-gradient(top, #fedd6c 0, #e3b525 100%);
  background-image: linear-gradient(top, #fedd6c 0, #e3b525 100%);
  -pie-background: linear-gradient(#fedd6c 0, #e3b525 100%);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: static;
  display: block;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  border-width: 0 0 1px 0;
  border-color: #000000;
  border-style: solid;
}
#ui #navbar .main-nav div ul li.hassub > a button.icon:before,
#ui #navbar .main-nav div ul li.backlink > a button.icon:before {
  display: block;
}
#ui #navbar .main-nav div ul li.backlink {
  border: 1px solid #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #323232));
  background-image: -moz-linear-gradient(center top, #000000 0, #323232 100%);
  background-image: -ms-linear-gradient(top, #000000 0, #323232 100%);
  background-image: -o-linear-gradient(top, #000000 0, #323232 100%);
  background-image: linear-gradient(top, #000000 0, #323232 100%);
  -pie-background: linear-gradient(#000000 0, #323232 100%);
}
#ui #navbar .main-nav div ul li.backlink:first-child a span.txt,
#ui #navbar .main-nav div ul li.backlink:first-child button.prev:before {
  color: #999999;
}
#ui #navbar .main-nav div ul li.backlink a span.txt {
  color: #bbbbbb;
}
#ui #navbar .main-nav div ul li.backlink button.prev {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #323232));
  background-image: -moz-linear-gradient(center top, #000000 0, #323232 100%);
  background-image: -ms-linear-gradient(top, #000000 0, #323232 100%);
  background-image: -o-linear-gradient(top, #000000 0, #323232 100%);
  background-image: linear-gradient(top, #000000 0, #323232 100%);
  -pie-background: linear-gradient(#000000 0, #323232 100%);
}
#ui #navbar .main-nav div ul li.backlink button.prev:before {
  color: #bbbbbb;
  content: "\27";
}
#ui #navbar .main-nav div ul li.target-type-productpage button.icon:before {
  content: "\30";
  display: block;
}
#ui #navbar .main-nav div ul li a {
  padding: 0;
  margin: 0;
  display: block;
  font-weight: normal;
  font-size: 2.2em;
}
#ui #navbar .main-nav div ul li a:before {
  border: none;
}
#ui #navbar .main-nav div ul li a:hover,
#ui #navbar .main-nav div ul li a:active,
#ui #navbar .main-nav div ul li a:focus {
  color: #dc291e;
}
#ui #navbar .main-nav div ul li a span,
#ui #navbar .main-nav div ul li a button {
  display: block;
  float: left;
}
#ui #navbar .main-nav div ul li a span.icon,
#ui #navbar .main-nav div ul li a button.icon {
  background: none;
  border: none;
  height: 40px;
  width: 40px;
}
#ui #navbar .main-nav div ul li a span.icon:before,
#ui #navbar .main-nav div ul li a button.icon:before {
  content: "\25";
  font-size: 0.8em;
}
#ui #navbar .main-nav div ul li a span.txt,
#ui #navbar .main-nav div ul li a button.txt {
  border-left: 1px solid #000000;
  color: #000000;
  font-size: 0.6em;
  font-weight: bold;
  min-height: 32px;
  padding: 12px 0 0 10px;
  text-transform: uppercase;
  width: 75%;
}
#ui #navbar .main-nav div.level1 ul li.leaf,
#ui #navbar .main-nav div.level2 ul li.leaf,
#ui #navbar .main-nav div.level3 ul li.leaf {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #f3f3f3));
  background-image: -moz-linear-gradient(center top, #fcfcfc 0, #f3f3f3 100%);
  background-image: -ms-linear-gradient(top, #fcfcfc 0, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0, #f3f3f3 100%);
  background-image: linear-gradient(top, #fcfcfc 0, #f3f3f3 100%);
  -pie-background: linear-gradient(#fcfcfc 0, #f3f3f3 100%);
}
#ui #navbar .main-nav div.level1 ul li.leaf.current button,
#ui #navbar .main-nav div.level2 ul li.leaf.current button,
#ui #navbar .main-nav div.level3 ul li.leaf.current button,
#ui #navbar .main-nav div.level1 ul li.leaf.current span.txt,
#ui #navbar .main-nav div.level2 ul li.leaf.current span.txt,
#ui #navbar .main-nav div.level3 ul li.leaf.current span.txt {
  color: #dc291e;
}
#ui #navbar .main-nav div.level1 ul li.leaf button:before,
#ui #navbar .main-nav div.level2 ul li.leaf button:before,
#ui #navbar .main-nav div.level3 ul li.leaf button:before {
  content: none;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui #navbar .main-nav a .txt {
  font-size: 0.8em !important;
  font-weight: normal !important;
  padding: 8px 0 0 10px !important;
}

}
/**
   * comp: navigation - meta-nav (skin)
   */
@media all {
  #ui .meta-nav {
  float: left;
}
#ui .meta-nav a {
  font-size: 12px;
  padding: 10px 8px 10px 0;
  position: relative;
  text-decoration: none;
}
#ui #header .meta-nav {
  position: relative;
  z-index: 10;
}
#ui #header .meta-nav li {
  position: relative;
}
#ui #header .meta-nav li:hover > a,
#ui #header .meta-nav li.hover > a {
  color: #ffca00;
}
#ui #header .meta-nav li:hover > a:before,
#ui #header .meta-nav li.hover > a:before {
  border-left-color: #ffca00;
}
#ui #header .meta-nav li.hassub:hover,
#ui #header .meta-nav li.hassub.hover {
  background-color: #323232;
}
#ui #header .meta-nav li.hassub:hover > a:before,
#ui #header .meta-nav li.hassub.hover > a:before {
  border-left-color: transparent;
  border-top-color: #ffca00;
  margin: 3px 0 0 -1px;
}
#ui #header .meta-nav .level1 > li {
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #000000;
  padding-left: 8px;
}
#ui #header .meta-nav .level1 > li.hassub a span {
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") no-repeat scroll 7px -597px;
  display: inline-block;
  height: 10px;
  width: 20px;
}
#ui #header .meta-nav .level1 > li.hassub:hover,
#ui #header .meta-nav .level1 > li.hassub.hover {
  border-left: none;
}
#ui #header .meta-nav .level1 > li.hassub:hover a span,
#ui #header .meta-nav .level1 > li.hassub.hover a span {
  background-position: 7px -697px;
}
#ui #header .meta-nav .level1 ul a {
  padding: 5px 8px 5px 0;
}
#ui #header .meta-nav .level2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: 0px 2px 5px -1px #000000;
  -moz-box-shadow: 0px 2px 5px -1px #000000;
  box-shadow: 0px 2px 5px -1px #000000;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  left: -1000em;
  padding-bottom: 15px;
  position: absolute;
  width: 180px;
}
#ui #header .meta-nav .level2 li {
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") no-repeat scroll 13px -192px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #4c4c4c;
  width: 180px;
}
#ui #header .meta-nav .level2 li a {
  padding: 8px 5px 8px 30px;
}
#ui #header .meta-nav .level2 li:first-child {
  border-top: 0;
}
#ui #header .meta-nav .level2 li.hover {
  background-position: 13px -292px;
}
#ui #header .meta-nav li:hover .level2,
#ui #header .meta-nav li.hover .level2 {
  left: -1px;
}
#ui #footer .meta-nav a {
  font-size: 11px;
}
#ui #footer .meta-nav a:hover:before {
  border-left-color: #ffca00;
}
#ui #footer .meta-nav li {
  padding-left: 5px;
}
#ui #footer .meta-nav li:first-child {
  padding-left: 10px;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui #navbar .meta-nav .h-nav li a {
  padding-left: 32px !important;
}
#ui #navbar .meta-nav .h-nav li li a {
  padding-left: 52px !important;
}
#ui #navbar .meta-nav .h-nav li.hassub > a {
  padding-left: 20px !important;
}
#ui #footer {
  margin: 20px 0 0;
}
#ui #footer .meta-nav {
  float: none;
  margin-bottom: 10px;
}
#ui #footer .meta-nav li {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #2a2a2a;
  float: none;
  padding-left: 10px;
}
#ui #footer .meta-nav li:first-child {
  padding-left: 10px;
}

}
@media screen and (max-width: 1024px) {
  #ui #header .meta-nav {
  display: none;
}
#ui #navbar .meta-nav {
  position: relative;
  top: 20px;
}
#ui #navbar .meta-nav .h-nav {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #323232;
}
#ui #navbar .meta-nav .h-nav li {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #000000;
  float: none;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
#ui #navbar .meta-nav .h-nav li li a {
  padding-left: 40px;
}
#ui #navbar .meta-nav .h-nav li li:last-child {
  border-bottom: none;
}
#ui #navbar .meta-nav .h-nav li .rd {
  left: 0;
  overflow: visible;
  position: relative;
}
#ui #navbar .meta-nav .h-nav li a {
  padding: 8px 8px 8px 23px;
}
#ui #navbar .meta-nav .h-nav li.hassub .level2 {
  display: none;
}
#ui #navbar .meta-nav .h-nav li.hassub > a {
  padding-left: 10px;
}
#ui #navbar .meta-nav .h-nav li.hassub > a:before {
  content: "\25";
  font-size: 0.75em;
  font-weight: bold;
  font-family: "heli";
}

}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #ui #navbar .meta-nav li a {
  font-size: 1.4em;
}

}
@media screen and (min-width: 1025px), screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  #ui .wrapper #footer .meta-nav {
  float: right;
  margin-left: 10%;
}
#ui .wrapper #footer .meta-nav li {
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #000000;
  padding-left: 10px;
  float: left;
}

}
@media screen and (max-width: 1024px) {
  .ie8 #ui #header #meta {
  float: right;
  height: 82px;
}
.ie8 #ui #header .meta-nav {
  display: block;
}
.ie8 #ui #header .meta-nav li {
  float: left;
  padding-left: 8px;
}
.ie8 #ui #footer .meta-nav {
  float: left;
}
.ie8 #ui #footer .meta-nav li {
  float: left;
}

}
/**
 * comp: navigation - breadcrumb (skin 
 */
@media all {
  #ui .breadcrumb {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  z-index: 11;
  left: 30px;
  top: 5px;
}
#ui .breadcrumb a,
#ui .breadcrumb strong {
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") no-repeat scroll 0 -1488px;
  padding: 10px;
}
#ui .breadcrumb a:hover {
  background-position: 0 -1588px;
  text-decoration: none;
}
#ui .breadcrumb strong {
  background-position: 0 -1588px;
  color: #ffca00;
}

}
@media screen and (max-width: 1024px) {
  #ui .breadcrumb {
  display: none;
}

}
/**
 * comp: search - input-box (skin)
 */
@media all {
  #ui .search.input-box {
  border-left: 1px solid #4c4c4c;
  float: left;
  padding: 5px 0 5px 8px;
}
#ui .search.input-box p {
  float: left;
  font-size: 12px;
  position: relative;
}
#ui .search.input-box .searchfield {
  margin: 0 8px 0;
}
#ui .search.input-box .searchfield input {
  -webkit-appearance: none;
  border: 1px solid #d8dee4;
  width: 150px;
}
#ui .search.input-box .searchbutton button {
  background-color: transparent;
  border: 0;
  padding-left: 10px;
}
#ui .search.input-box .searchbutton:before {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #d8dee4;
  border-top: 5px solid transparent;
  content: "";
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
#ui .search.input-box .searchbutton:hover button {
  color: #ffca00;
}
#ui .search.input-box .searchbutton:hover:before {
  border-left-color: #ffca00;
}

}
@media screen and (max-width: 1024px) {
  #ui #header .search.input-box {
  display: none;
}
#ui #navbar .search.input-box {
  padding: 0;
  border: none;
  margin: 10px;
}
#ui #navbar .search.input-box form {
  width: 100%;
}
#ui #navbar .search.input-box .searchbutton {
  padding: 0 !important;
  position: absolute;
  right: 0px;
}
#ui #navbar .search.input-box .searchbutton button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: transparent;
  color: transparent;
  padding: 6px 8px !important;
  width: 50px;
  font-size: 1.5em;
  position: relative;
  left: -10px;
}
#ui #navbar .search.input-box .searchbutton:before {
  border: none !important;
  content: "\53";
  color: #999999;
  font-size: 2em;
  font-weight: bold;
  font-family: "heli";
  left: 5px;
  top: 7px;
}
#ui #navbar .search.input-box .searchfield {
  margin: 0;
  width: 100%;
}
#ui #navbar .search.input-box .searchfield input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d0d0d0));
  background-image: -moz-linear-gradient(center top, #ffffff 0, #d0d0d0 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0, #d0d0d0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #d0d0d0 100%);
  background-image: linear-gradient(top, #ffffff 0, #d0d0d0 100%);
  -pie-background: linear-gradient(#ffffff 0, #d0d0d0 100%);
  border-bottom: 1px solid #ffffff;
  font-size: 1.5em;
  padding: 5px 40px 5px 10px;
  width: 100%;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  #ui #navbar .search.input-box .searchfield input {
  font-size: 16px !important;
}
#ui #navbar .search.input-box .searchbutton button {
  font-size: 16px !important;
}

}
@media screen and (min-width: 1025px) {
  #ui .search.input-box .searchfield {
  margin: 0;
}
#ui .search.input-box .searchfield input {
  background: #c7bcb3;
  background: -moz-linear-gradient(top, #c7bcb3 0%, #d5cdc6 5%, #eae6e2 11%, #f8f7f6 16%, #ffffff 21%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7bcb3), color-stop(5%, #d5cdc6), color-stop(11%, #eae6e2), color-stop(16%, #f8f7f6), color-stop(21%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #c7bcb3 0%, #d5cdc6 5%, #eae6e2 11%, #f8f7f6 16%, #ffffff 21%, #ffffff 100%);
  background: -o-linear-gradient(top, #c7bcb3 0%, #d5cdc6 5%, #eae6e2 11%, #f8f7f6 16%, #ffffff 21%, #ffffff 100%);
  background: -ms-linear-gradient(top, #c7bcb3 0%, #d5cdc6 5%, #eae6e2 11%, #f8f7f6 16%, #ffffff 21%, #ffffff 100%);
  background: linear-gradient(top, #c7bcb3 0%, #d5cdc6 5%, #eae6e2 11%, #f8f7f6 16%, #ffffff 21%, #ffffff 100%);
  -pie-background: linear-gradient(#c7bcb3 0%, #d5cdc6 5%, #eae6e2 11%, #f8f7f6 16%, #ffffff 21%, #ffffff 100%);
  behavior: url(/etc/designs/pattex-responsive/components/search/input-box/css/\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  border: 1px solid #000000;
  border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  float: left;
  font-size: 12px;
  outline: none;
  padding: 3px 10px 2px 7px;
  width: 178px;
}
#ui .search.input-box .searchbutton button {
  background: url("../../designs/pattex-responsive/components/search/input-box/img/pattex.search.searchbutton.png") scroll no-repeat 0 0;
  border: 0;
  direction: ltr;
  display: block;
  float: left;
  height: 24px;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  width: 28px;
}
#ui .search.input-box .searchbutton:before {
  display: none;
}

}
@media all {
  #ui .stage {
  background: url("../../designs/pattex-responsive/components/page/img/contentarea-top-shadow.png") repeat-x 0 100% transparent;
  overflow: hidden;
  position: relative;
  top: 0;
}
#ui .stage .textblockWrapper .textblock {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 0px 15px 15px 0px;
  -moz-border-radius: 0px 15px 15px 0px;
  border-radius: 0px 15px 15px 0px;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  border: 1px solid #000000;
  border-left: none;
  max-width: 235px;
  padding: 20px 35px;
  position: absolute;
  top: 60px;
}
#ui .stage .textblockWrapper .textblock h2 {
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#ui .stage .textblockWrapper .textblock h3 {
  font-size: 12px;
  text-transform: uppercase;
}
#ui .stage .textblockWrapper .textblock a.hidden {
  display: none;
}
#ui .stage .textblockWrapper .textblock a span {
  font-size: 10px;
}
#ui .stage .dark > .textblockWrapper .textblock {
  background: none !important;
  border: none !important;
  font-family: 'FlamaBold';
  max-width: 40%;
  right: 0;
  padding-right: 5%;
  padding-top: 0;
  text-align: center;
  top: 6%;
}
#ui .stage .dark > .textblockWrapper .textblock a,
#ui .stage .dark > .textblockWrapper .textblock h2,
#ui .stage .dark > .textblockWrapper .textblock h3,
#ui .stage .dark > .textblockWrapper .textblock .textimage {
  color: #ffffff;
}
#ui .stage .dark > .textblockWrapper .textblock h2 {
  font-size: 30px;
  line-height: 1.3;
}
#ui .stage .dark > .textblockWrapper .textblock h3 {
  font-size: 30px;
  color: #ffca00;
  line-height: 1.3;
}
#ui .stage .dark > .textblockWrapper .textblock .button span:before {
  border-left-color: #ffffff;
}
#ui .stage .dark > .textblockWrapper .textblock .text,
#ui .stage .dark > .textblockWrapper .textblock .button {
  color: #d8dee4;
}
#ui .stage .dark > .parsys .textimage.section {
  min-height: 125px;
  position: absolute;
  right: 0;
  top: 60%;
  width: 100%;
}
#ui .stage .dark > .parsys .textimage.section .image {
  margin: 0 35% 0 0;
  position: absolute;
  right: 10px;
}
#ui .stage .dark > .parsys .textimage.section .image img {
  -webkit-border-radius: 0 !important;
  moz-border-radius: 0 !important;
  border-radius: 0 !important;
  max-height: 120px;
}
#ui .stage .dark > .parsys .textimage.section .textimage-text {
  color: #ffca00;
  float: right;
  font-family: 'FlamaBold';
  padding-right: 5%;
  width: 30%;
}
#ui .stage .dark > .parsys .textimage.section .textimage-text h2,
#ui .stage .dark > .parsys .textimage.section .textimage-text h3 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 13px;
  text-transform: uppercase;
}
#ui .stage .dark > .parsys .textimage.section .textimage-text a {
  color: #ffca00 !important;
}
#ui .stage .dark > .parsys .textimage.section .textimage-text ul,
#ui .stage .dark > .parsys .textimage.section .textimage-text p {
  display: block;
}
#ui .stage .dark > .parsys .textimage.section .textimage-text li {
  font-family: 'FlamaBold';
  font-size: 18px;
  line-height: 24px;
}
#ui .stage .dark > .parsys .textimage.section .textimage-text li:before {
  background: url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 6px -294px;
  border: 0;
  height: 15px;
  left: -18px;
  top: 1px;
  width: 15px;
}
#ui .stage > .noimage,
#ui .stage > .rendermode_titleonly {
  min-height: 200px;
}
#ui .stage > .noimage .textblockWrapper .textblock,
#ui .stage > .rendermode_titleonly .textblockWrapper .textblock {
  width: auto;
  position: absolute;
  top: 20%;
}
#ui .stage > .noimage.rendermode_generic > .textblock,
#ui .stage > .noimage.rendermode_general > .textblock {
  position: static;
}

}
@media screen and (max-width: 1024px) {
  #ui .stage {
  background-color: #000000;
}
#ui .stage .textblockWrapper .textblock {
  padding: 20px 10px;
}
#ui .stage .noimage .textblock,
#ui .stage .rendermode_titleonly .textblock {
  position: relative;
}
#ui .stage .dark .textblockWrapper .textblock {
  padding-top: 0px;
}
#ui .stage .dark > .parsys {
  padding-top: 0;
}
#ui #content .stage {
  margin: 0px -10px 15px -10px;
}
#ui .carousel .stage.textToBottom .textblockWrapper .textblock {
  position: relative;
}
#ui .carousel .stage.textToBottom .dark .textblock {
  background: #000000;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  #ui .stage .textblockWrapper .textblock {
  top: 26%;
}
#ui .stage .textblockWrapper .textblock h3 {
  color: #ffca00;
}
#ui .stage .dark > .textblockWrapper .textblock {
  top: 15px;
}
#ui .stage .dark > .parsys {
  padding-top: 10px;
}
#ui .stage .dark > .parsys .textimage.section .textimage-text h2,
#ui .stage .dark > .parsys .textimage.section .textimage-text h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
#ui .stage .dark > .parsys .textimage.section .textimage-text li {
  font-size: 14px;
  line-height: 20px;
}
#ui .stage .letterboard {
  background: url("../../designs/pattex-responsive/common/img/pattex.stage.fullimage.jpg") no-repeat;
}
.productpage #ui .stage .letterboard,
.contentpage #ui .stage .letterboard {
  background: url("../../designs/pattex-responsive/common/img/pattex.stage.fullimage.jpg") no-repeat;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .stage {
  background: transparent;
}
#ui .stage .textblockWrapper .textblock {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  max-width: 100%;
  position: relative;
  top: auto;
}
#ui .stage .dark > .textblockWrapper .textblock {
  position: absolute;
  top: 15px;
  right: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 38%;
}
#ui .stage .dark > .textblockWrapper .textblock h2 {
  font-size: 14px;
}
#ui .stage .dark > .textblockWrapper .textblock h3 {
  font-size: 14px;
}
#ui .stage .dark > .parsys .textimage.section {
  top: 38%;
}
#ui .stage .dark > .parsys .textimage.section .image {
  margin-right: 37%;
  position: absolute;
  right: 0;
}
#ui .stage .dark > .parsys .textimage.section .image img {
  max-height: 50px;
}
#ui .stage .dark > .parsys .textimage.section .textimage-text h2,
#ui .stage .dark > .parsys .textimage.section .textimage-text h3 {
  font-size: 14px;
}
#ui .stage .dark > .parsys .textimage.section .textimage-text ul,
#ui .stage .dark > .parsys .textimage.section .textimage-text p {
  display: none;
}
#ui .stage .noimage,
#ui .stage .rendermode_titleonly {
  min-height: 0;
}
#ui .stage .noimage .textblock,
#ui .stage .rendermode_titleonly .textblock {
  position: relative;
}
#ui .stage .letterboard {
  background: url("../../designs/pattex-responsive/common/img/pattex.stage.fullimage.jpg") no-repeat;
}
#ui .stage .letterboard h2 {
  font-size: 20px;
  text-transform: uppercase;
  float: none;
}
#ui .stage .letterboard h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffca00;
}
.contentpage #ui .stage {
  background-color: #000000;
}

}
@media screen and (min-width: 1025px) {
  #ui .stage .bright > .textblockWrapper .textblock {
  background: none !important;
  border: none !important;
}
#ui .stage .bright > .textblockWrapper .textblock h2,
#ui .stage .bright > .textblockWrapper .textblock h3,
#ui .stage .bright > .textblockWrapper .textblock .textimage,
#ui .stage .bright > .textblockWrapper .textblock .textimage p,
#ui .stage .bright > .textblockWrapper .textblock a,
#ui .stage .bright > .textblockWrapper .textblock a:visited,
#ui .stage .bright > .textblockWrapper .textblock span {
  color: #000000 !important;
}
#ui .stage .bright > .textblockWrapper .textblock h2 {
  font-size: 21px;
}
#ui .stage .bright > .textblockWrapper .textblock h3 {
  font-size: 14px;
}
#ui .stage .letterboard > .textblockWrapper .textblock h2,
#ui .stage .letterboard > .textblockWrapper .textblock h3,
#ui .stage .letterboard > .textblockWrapper .textblock .textimage,
#ui .stage .letterboard > .textblockWrapper .textblock .button {
  clear: left;
  float: left;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: 500;
}
#ui .stage .letterboard > .textblockWrapper .textblock h2 {
  font-size: 20px;
  text-transform: uppercase;
}
#ui .stage .letterboard > .textblockWrapper .textblock h3 {
  font-size: 14px;
  color: #ffca00;
  text-transform: uppercase;
}
#ui .stage .dark .dark > .parsys {
  padding-top: 50px;
}
#ui .stage .dark .dark > .parsys .textimage.section {
  top: 60%;
}
.productpage #ui .stage .parbase.image {
  min-height: 400px;
  padding-top: 40px;
}
.productpage #ui .stage .letterboard,
.contentpage #ui .stage .letterboard {
  background: url("../../designs/pattex-responsive/common/img/pattex.stage.fullimage.jpg") no-repeat;
  -webkit-border-radius: 24px 0 0 0;
  -moz-border-radius: 24px 0 0 0;
  border-radius: 24px 0 0 0;
}
.productpage #ui .stage .letterboard > .textblockWrapper .textblock,
.contentpage #ui .stage .letterboard > .textblockWrapper .textblock {
  padding: 20px 30px;
}
.productpage #ui .stage .letterboard > .textblockWrapper .textblock h2,
.contentpage #ui .stage .letterboard > .textblockWrapper .textblock h2 {
  font-size: 20px;
  text-transform: uppercase;
  float: none;
}
.productpage #ui .stage .letterboard > .textblockWrapper .textblock h3,
.contentpage #ui .stage .letterboard > .textblockWrapper .textblock h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffca00;
}

}
/**
* component: carousel
*/
@media all {
  #ui .carousel {
  position: relative;
}
#ui .carousel .carouselnav {
  display: none;
}
#ui .carousel .rhino-container {
  height: auto;
}
#ui .carousel .rhino-container ul.items {
  height: auto;
}
#ui .carousel ul.items {
  /*height: @carousel-height;*/
  
  list-style: none;
  /*position: absolute;*/
  
}
#ui .carousel ul.items li.rhino-item {
  height: auto;
  margin-bottom: 10px;
}
#ui .carousel .rhino-btn {
  display: block;
  height: 116px;
  margin-top: -33px;
  text-indent: -999%;
  width: 30px;
  z-index: 10;
}
#ui .carousel .rhino-toggle {
  left: -5000px;
  overflow: hidden;
  position: absolute;
}
#ui .carousel .rhino-prev,
#ui .carousel .rhino-next {
  background-image: url("../../designs/pattex-responsive/components/carousel/img/pattex.carousel.sprite.png");
  margin-top: -37px;
  position: absolute;
  top: 50%;
  z-index: 5;
}
#ui .carousel .rhino-prev {
  background-position: 0 0;
}
#ui .carousel .rhino-next {
  background-position: -150px 0;
  right: 0;
}
#ui .carousel .rhino-caption {
  position: absolute;
  background: #000000;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  padding: 10px;
  text-align: right;
}
#ui .carousel .rhino-bullets {
  display: none;
}
#ui .carousel .rhino-item.loading {
  background: url("../../designs/pattex-responsive/common/img/sprites.png") no-repeat 50% 50% transparent;
}
.no-touch #ui .carousel .rhino-prev:hover {
  background-position: 0 -200px;
}
.no-touch #ui .carousel .rhino-next:hover {
  background-position: -150px -200px;
}
#ui #stage > .carousel {
  margin: 0;
}

}
@media screen and (max-width: 1024px) {
  #ui .carousel {
  background: transparent;
}
#ui .carousel .mobilecontainer {
  margin-top: 10px;
}
#ui .carousel .rhino-prev,
#ui .carousel .rhino-next {
  top: 0;
  margin-top: 0;
}
#ui .carousel .rhino-bullets {
  left: 40%;
  top: 10px;
  bottom: auto;
}
#ui .carousel .rhino-bullets li a.rhino-bullet {
  height: 20px;
  width: auto;
  padding: 5px 10px;
  font-size: 12px;
}

}
.ie8 #ui .carousel .rhino-bullets {
  left: 45% !important;
  bottom: 10px !important;
  top: auto;
}
/*
  * Channel Button
  */
@media all {
  #ui .channelbutton .channelbutton__link {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
#ui .channelbutton .channelbutton__label--highlight {
  color: #dc291e;
}
#ui .channelbutton .channelbutton__label-leading {
  padding-left: 17px;
  background: url("../../designs/pattex-responsive/common/img/icons.png") no-repeat scroll transparent;
}
#ui #header .channelbutton {
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7c7c7c), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #7c7c7c 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #7c7c7c 0, #000000 100%);
  background-image: -o-linear-gradient(top, #7c7c7c 0, #000000 100%);
  background-image: linear-gradient(top, #7c7c7c 0, #000000 100%);
  -pie-background: linear-gradient(#7c7c7c 0, #000000 100%);
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  float: right;
  padding: 1px 1px 0 1px;
}
#ui #header .channelbutton .channelbutton__link {
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  float: right;
  padding: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
#ui #header .channelbutton .channelbutton__link:hover .channelbutton__label-leading {
  background-position: 0 -296px;
}
#ui #header .channelbutton .channelbutton__link .channelbutton__label-leading {
  background-position: 0 -196px;
}

}
@media screen and (max-width: 1024px) {
  #ui #header .channelbutton {
  display: none;
}
#ui #navbar .channelbutton .channelbutton__link {
  display: inline-block;
  box-sizing: border-box;
  padding: 9px 17px;
  margin: 0 10px;
  width: 90%;
  text-decoration: none;
  font-size: 1.2em;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* &:before{
             border-top: 20px solid transparent;
             border-left: 20px solid @color-black-variant1;
             border-bottom: 20px solid transparent;
             content: "";
           }*/
  
}
#ui #navbar .channelbutton .channelbutton__link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #323232));
  background-image: -moz-linear-gradient(center top, #000000 0, #323232 100%);
  background-image: -ms-linear-gradient(top, #000000 0, #323232 100%);
  background-image: -o-linear-gradient(top, #000000 0, #323232 100%);
  background-image: linear-gradient(top, #000000 0, #323232 100%);
  -pie-background: linear-gradient(#000000 0, #323232 100%);
}
#ui #navbar .channelbutton .channelbutton__link:hover .channelbutton__label-leading {
  background-position: 0 -298px;
}
#ui #navbar .channelbutton .channelbutton__link .channelbutton__label-leading {
  background-position: 0 -198px;
  padding-left: 25px;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui #navbar .channelbutton .channelbutton__link {
  font-size: 2.2em;
}
#ui #navbar .channelbutton .channelbutton__link:hover .channelbutton__label-leading {
  background-position: 0 -292px;
}
#ui #navbar .channelbutton .channelbutton__link .channelbutton__label-leading {
  background-position: 0 -192px;
}

}
@media all {
  #ui div.external {
  margin-bottom: 15px;
}

}
@media all {
  #ui .html {
  margin-bottom: 15px;
}

}
/**
   * comp: search (skin)
   */
@media all {
  #ui .search h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px;
}
#ui .search h3 {
  font-size: 14px;
  font-weight: bold;
}
#ui .search a {
  color: #000000;
}
#ui .search .mobile-hide {
  display: none;
}
#ui .search .paging {
  margin-bottom: 15px;
}
#ui .search .paging .pagination {
  padding-bottom: 0;
}
#ui .search .paging .pagination li.spacer {
  display: none;
}
#ui .search .paging ul.pagination li.next a {
  padding: 5px 5px 0;
  width: auto;
}
#ui .search .paging ul.pagination li.next a:before {
  display: none;
}
#ui .search .paging ul.pagination li.next a span {
  display: block;
}
#ui .search .searchresults ul {
  list-style: none;
  border-top: 1px solid #4c4c4c;
}
#ui .search .searchresults ul .result {
  zoom: 1;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #4c4c4c;
  padding: 5px 0;
}
#ui .search .searchresults ul .result:before,
#ui .search .searchresults ul .result:after {
  content: "";
  display: table;
}
#ui .search .searchresults ul .result:after {
  clear: both;
}
#ui .search .searchresults ul .result:before,
#ui .search .searchresults ul .result:after {
  content: "";
  display: table;
}
#ui .search .searchresults ul .result:after {
  clear: both;
}
#ui .search .searchresults ul .result:first-child {
  border-top-width: 0;
}
#ui .search .searchresults ul .result:hover {
  background-color: transparent;
}
#ui .search .searchresults ul .result span.icon,
#ui .search .searchresults ul .result span.no-icon {
  float: left;
  padding-left: 5px;
  width: 40px;
}
#ui .search .searchresults ul .result span.icon img,
#ui .search .searchresults ul .result span.no-icon img {
  max-width: 40px;
}
#ui .search .searchresults ul .result .contentpage span.icon:before {
  font-family: "heli";
  font-size: 36px;
  font-weight: normal;
  speak: none;
  content: "\2f";
}
#ui .search .searchresults ul .result .contentpage span.icon:before {
  font-family: "heli";
  font-size: 36px;
  font-weight: normal;
  speak: none;
  content: "\2f";
}
#ui .search .searchresults ul .result .articlepage span.icon:before {
  font-family: "heli";
  font-size: 36px;
  font-weight: normal;
  speak: none;
  content: "\32";
}
#ui .search .searchresults ul .result .articlepage span.icon:before {
  font-family: "heli";
  font-size: 36px;
  font-weight: normal;
  speak: none;
  content: "\32";
}
#ui .search .searchresults ul .result .productpage span.icon:before {
  font-family: "heli";
  font-size: 36px;
  font-weight: normal;
  speak: none;
  content: "\30";
}
#ui .search .searchresults ul .result .productpage span.icon:before {
  font-family: "heli";
  font-size: 36px;
  font-weight: normal;
  speak: none;
  content: "\30";
}
#ui .search .searchresults ul .result a:hover {
  text-decoration: none;
}
#ui .search .searchresults ul .result h4 {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 0 4px 50px;
  text-decoration: underline;
}
#ui .search .searchresults ul .result p {
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 8px 50px;
}
#ui .search .searchresults ul .result span.more {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding-left: 50px;
}
#ui #content .search {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: 2px 2px 2px 1px #000000;
  -moz-box-shadow: 2px 2px 2px 1px #000000;
  box-shadow: 2px 2px 2px 1px #000000;
  background-color: #ffca00;
  border: 1px solid #000000;
  margin-bottom: 20px;
}
#ui #content .search h2 {
  background: #323232;
  -webkit-border-radius: 11px 11px 0px 0px;
  -moz-border-radius: 11px 11px 0px 0px;
  border-radius: 11px 11px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px 10px 10px 50px;
  text-transform: uppercase;
}
#ui #content .search h3 {
  border-bottom: 1px solid #000000;
  padding: 10px 10px 10px 50px;
  color: #000000;
}

}
@media all and screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .search .paging ul.pagination li.next a {
  padding: 0 15px;
}

}
@media all and screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .search .paging ul.pagination li.next a span {
  display: none;
}

}
@media screen and (min-width: 1025px) {
  #ui #content .search ul.pagination li.spacer {
  display: inline-block;
}
#ui #content .search ul.pagination li.next a {
  padding: 0;
  width: 20px;
}
#ui #content .search ul.pagination li.next a:before {
  display: block;
}
#ui #content .search ul.pagination li.next a span,
#ui #content .search ul.pagination li.prev a span {
  display: none;
}

}
.ie8 #ui #header .search {
  display: block;
}
@media all {
  #ui .textimage {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
  margin-bottom: 10px;
}
#ui .textimage h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px;
}
#ui .textimage h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 14px;
}
#ui .textimage h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 12px;
}
#ui .textimage h5 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 12px;
}
#ui .textimage p {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 16px;
}
#ui .textimage ol,
#ui .textimage ul {
  clear: both;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
}
#ui .textimage ol {
  padding-left: 23px;
}
#ui .textimage ul {
  list-style-type: none;
}
#ui .textimage ul li {
  margin-left: 12px;
  position: relative;
  display: block;
}
#ui .textimage ul li:before {
  border: 3px solid #ffca00;
  content: "";
  left: -12px;
  position: absolute;
}
#ui .textimage ul li:before {
  border: 3px solid #ffca00;
  content: "";
  left: -12px;
  position: absolute;
}
#ui .textimage ul li:before {
  top: 5px;
}
#ui .textimage .footnote {
  font-size: 10px;
  line-height: 12px;
}
#ui .textimage .inverted {
  background-color: #ffffff;
  color: #000000;
}
#ui .textimage a {
  font-weight: bold;
}
#ui .textimage a:link,
#ui .textimage a:visited {
  color: #000000;
  text-decoration: underline;
}
#ui .textimage a:hover,
#ui .textimage a:active,
#ui .textimage a:focus {
  background-color: transparent;
  color: #dc291e;
  text-decoration: underline;
}
#ui .textimage a.icon-link {
  margin-left: 10px;
  position: relative;
}
#ui .textimage a.icon-link:before {
  border: 5px solid transparent;
  border-left-color: #ffffff;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .textimage a.icon-link:before {
  border: 5px solid transparent;
  border-left-color: #ffffff;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .textimage a.icon-link:before {
  border: 5px solid transparent;
  border-left-color: #ffffff;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .textimage a.icon-link:before {
  border: 5px solid transparent;
  border-left-color: #ffffff;
  content: "";
  left: -10px;
  position: absolute;
}
#ui .textimage a.icon-link:before {
  left: -8px;
  top: 3px;
}
#ui .textimage a.icon-link:hover:before {
  border-left-color: #ffca00;
}
#ui .textimage h2 {
  font-size: 14px;
}
#ui .textimage .image {
  display: inline-block;
  margin: 15px 0 10px 15px;
  max-width: 100%;
  position: relative;
}
#ui .textimage .image a,
#ui .textimage .image img {
  max-width: 100%;
}
#ui .textimage .image a.zoom img {
  margin-bottom: 0;
}
#ui .textimage .image figcaption {
  font-size: 10px;
  font-style: italic;
}
#ui .textimage.image-size33 .textimage-text,
#ui .textimage.image-size50 .textimage-text {
  overflow: hidden;
}
#ui .textimage ol,
#ui .textimage ul {
  clear: none;
}
#ui .textimage ol:last-child,
#ui .textimage ul:last-child {
  margin-bottom: 0;
}
#ui .textimage.image-left > .image {
  float: left;
  margin-right: 10px;
}
#ui .textimage.image-left .zoom .magnifier {
  bottom: 1px;
  left: 3px;
}
#ui .textimage.image-right > .image {
  float: right;
  margin-left: 10px;
}
#ui .textimage.image-right > .image a,
#ui .textimage.image-right > .image img,
#ui .textimage.image-right > .image figcaption {
  float: right;
  max-width: 100%;
  text-align: right;
}
#ui .textimage.image-right .zoom .magnifier {
  bottom: 1px;
  left: auto;
  right: 3px;
}
#ui .textimage.image-full > .image {
  clear: both;
  float: none;
}
#ui .textimage.border {
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  padding: 11px 11px 0 11px;
  position: relative;
}
#ui .textimage.border > .image {
  margin-top: 0;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .textimage.border {
  padding: 5px 10px 0 10px;
}
#ui .textimage .image {
  margin: 0;
}
#ui .textimage .image img {
  max-width: 100%;
}
#ui .textimage.image-size50 > .image,
#ui .textimage.image-size33 > .image {
  width: 50%;
}

}
@media screen and (min-width: 641px) {
  #ui .textimage.image-size50 > .image {
  width: 50%;
}
#ui .textimage.image-size50 .textimage-text {
  overflow: hidden;
  font-size: 14px;
}
#ui .textimage.image-size33 > .image {
  width: 33%;
}
#ui .textimage.image-size33 > .image img {
  max-width: 100%;
}
#ui .textimage.image-size33 .textimage-text {
  overflow: hidden;
}

}
.contentpage #ui .textimage {
  color: #ffffff;
}
.articlepage #ui .textimage.description .description-wrapper .cookie-description > div.title {
  background: none;
}
.productpage #ui .textimage.tickmark ul li {
  background: none !important;
}
.productpage #ui .textimage.tickmark ul li:after {
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") no-repeat scroll 0 -1400px transparent;
  margin-left: 12px;
}
.productpage #ui .textimage ul {
  list-style-type: none;
}
.productpage #ui .textimage ul li {
  line-height: 1.5em;
  margin: 0 0 6px 0;
  padding: 0 10px 0 25px;
  width: auto;
}
.productpage #ui .textimage ul li:after {
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") no-repeat scroll -11px -895px transparent;
  content: "";
  display: inline-block;
  height: 20px;
  left: -12px;
  margin-left: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 20px;
}
.productpage #ui .textimage ul li:before {
  display: none;
}
#ui .layoutpanel .textimage ul li {
  margin-left: 12px;
  position: relative;
}
#ui .layoutpanel .textimage ul li:before {
  border: 3px solid #dc291e;
  content: "";
  left: -12px;
  position: absolute;
}
#ui .layoutpanel .textimage ul li:before {
  border: 3px solid #dc291e;
  content: "";
  left: -12px;
  position: absolute;
}
#ui .stage .textimage p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 12px;
  padding-bottom: 0;
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px), screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  #ui .productdetails .textimage {
  border-bottom: 1px solid #e3b525;
  padding-bottom: 10px;
}
.productpage #ui .textimage ul li {
  width: 252px;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  .ie8 #ui .textimage .image {
  width: auto;
}
.ie8 #ui .textimage .image img {
  width: auto;
}

}
@media all {
  #ui .title {
  clear: both;
}
#ui .title h2 {
  color: #ffca00;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
#ui .title h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 14px;
}

}
@media all {
  .articlepage #ui .title {
  padding: 10px 29px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.articlepage #ui .title h2 {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

}
/**
   * comp: productdetails (skin)
   */
@media all {
  #ui .productdetails {
  color: #000000;
}
#ui .productdetails .textimage {
  color: #000000;
}
#ui .productdetails .tabnav {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
}
#ui .productdetails .tabnav li {
  border-right: 1px solid #4c4c4c;
  border-bottom: none;
  float: left;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  padding: 6px 20px;
  text-transform: uppercase;
  width: auto;
  color: #ffffff;
  background: url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 7px -190px transparent;
}
#ui .productdetails .tabnav li.current,
#ui .productdetails .tabnav li.current:hover {
  color: #dc291e;
  background-color: #ffca00;
  background-position-y: -90px;
  filter: none;
}
#ui .productdetails .tabnav li:hover,
#ui .productdetails .tabnav li.hover {
  color: #ffca00;
  background-position-y: -290px;
  cursor: pointer;
}
#ui .productdetails .tabnav li:first-child {
  -webkit-border-radius: 12px 0px 0px 0px;
  -moz-border-radius: 12px 0px 0px 0px;
  border-radius: 12px 0px 0px 0px;
}
#ui .productdetails > .panel-body {
  -webkit-border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  background: #ffca00;
  border-top: none;
  padding: 10px 20px;
}
#ui .productdetails > .panel-body .panel-solid {
  border-bottom: 1px solid #000000;
  margin: 25px -20px;
  padding: 0 20px 25px 20px;
}
#ui .productdetails > .panel-body hr {
  border-color: #000000;
  margin: 1em -20px;
}
#ui .productdetails > .panel-body .textimage.border {
  padding: 11px;
}
#ui .productdetails > .panel-body .textimage .image {
  margin: 0;
}
#ui .productdetails .nav {
  display: none;
}
.ie8 #ui .productdetails .tabnav {
  display: block;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px), screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  #ui .productdetails {
  background-color: #333333;
}
#ui .productdetails .textimage {
  border-bottom: 0;
  padding: 12px 20px;
}
#ui .productdetails .textimage.border {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #000000;
}
#ui .productdetails .tabnav {
  display: none;
}
#ui .productdetails .nav {
  border-top: 1px solid #847024;
  display: block;
  color: #000000;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 20px;
  text-transform: uppercase;
}
#ui .productdetails .nav.open {
  color: #dc291e;
}
#ui .productdetails .nav .arrow {
  float: right;
  position: relative;
  top: -5px;
}
#ui .productdetails .nav .arrow:before {
  content: "\25";
  font-size: 1.5em;
  font-weight: bold;
  font-family: "heli";
}
#ui .productdetails .nav .arrow.open:before {
  content: "\26";
}
#ui .productdetails .nav:first-child {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe27b), color-stop(0.2, #ffca00), color-stop(1, #ffca00));
  background-image: -moz-linear-gradient(center top, #ffe27b 0, #ffca00 20%, #ffca00 100%);
  background-image: -ms-linear-gradient(top, #ffe27b 0, #ffca00 20%, #ffca00 100%);
  background-image: -o-linear-gradient(top, #ffe27b 0, #ffca00 20%, #ffca00 100%);
  background-image: linear-gradient(top, #ffe27b 0, #ffca00 20%, #ffca00 100%);
  -pie-background: linear-gradient(#ffe27b 0, #ffca00 20%, #ffca00 100%);
}
#ui .productdetails section {
  margin: 20px;
}
#ui .productdetails > .panel-body {
  padding: 0;
}
#ui .productdetails > .panel-body hr {
  display: none;
  margin: 1em 0;
}
#ui .productdetails > .panel-body .panel-solid {
  margin: 25px 0;
  padding: 0;
}
#ui .productdetails > .panel-body .textimage.border {
  padding: 12px 20px;
  margin: 10px 0;
}
.ie8 #ui .productdetails section {
  margin: 0px;
}

}
/**
 * comp: productfeatures (skin)
 */
@media all {
  #ui .productfeatures {
  margin-bottom: 10px;
}
#ui .productfeatures .image {
  float: left;
  padding-right: 10px;
}

}
/**
 * comp: productfinder (skin)
 */
@media all {
  #ui .productfinder {
  font-size: 12px;
}
#ui .productfinder h2 {
  color: #ffca00;
  font-size: 20px;
  margin: 10px 0;
}
#ui .productfinder h3 {
  color: #ffca00;
  font-size: 14px;
  margin: 0 0 14px;
}
#ui .productfinder .combinations-tab > h3 {
  display: none;
}
#ui .productfinder ul {
  list-style: none;
}
#ui .productfinder li {
  border: 1px solid #d8dee4;
}
#ui .productfinder li span {
  display: block;
  line-height: 13px;
  padding: 5px;
}
#ui .productfinder li span:before {
  color: #d8dee4;
}
#ui .productfinder li:hover {
  color: #ffca00;
  cursor: pointer;
}
#ui .productfinder li:hover span:before {
  color: #ffca00;
}
#ui .productfinder .label {
  font-style: italic;
  margin-bottom: 5px;
}
#ui .productfinder .description {
  border: 1px solid #d8dee4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 16px;
  padding: 5px;
  width: 100%;
}
#ui .productfinder .description:before {
  color: #d8dee4;
  line-height: 12px;
  position: relative;
  top: 2px;
}
#ui .productfinder .description:hover {
  color: #ffca00;
  cursor: pointer;
}
#ui .productfinder .disabled {
  color: #d8dee4;
}
#ui .productfinder .disabled .description {
  background-color: #808080;
}
#ui .productfinder .disabled .description:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2c";
}
#ui .productfinder .disabled .description:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2c";
}
#ui .productfinder .disabled .description:hover {
  color: #d8dee4;
  cursor: auto;
}
#ui .productfinder .box {
  border: 1px solid #000000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  float: left;
  margin-left: 10px;
  padding: 10px;
  width: 302px;
}
#ui .productfinder .active {
  color: #ffffff;
  font-weight: bold;
}
#ui .productfinder .active span:before {
  color: #ffffff;
}
#ui .productfinder .option {
  margin-bottom: 10px;
  position: relative;
}
#ui .productfinder .option ul {
  left: -5000px;
  overflow: hidden;
  position: absolute;
}
#ui .productfinder .option.hover ul {
  left: auto;
  overflow: visible;
  position: static;
  cursor: pointer;
  position: absolute;
  top: 0;
}
#ui .productfinder .select ul {
  background-color: #000000;
  width: 100%;
  z-index: 5;
}
#ui .productfinder .select li {
  border-top-width: 0;
}
#ui .productfinder .select li:first-child {
  border-top-width: 1px;
}
#ui .productfinder .step1 {
  margin-left: 0;
}
#ui .productfinder .step3 li {
  float: left;
  margin: 0 0 5px 5px;
}
#ui .productfinder .step3 li:first-child {
  margin-left: 0;
}
#ui .productfinder .step3 li.current {
  border-color: #ffca00;
}
#ui .productfinder .submitbutton {
  display: none;
}
#ui .productfinder .product-list-wrapper {
  margin-top: 15px;
}
#ui .productfinder .product-list-wrapper > .parsys,
#ui .productfinder .product-list-wrapper .loading {
  margin-bottom: 15px;
  zoom: 1;
}
#ui .productfinder .product-list-wrapper .loading span {
  -webkit-animation: rotate360steps 500ms infinite linear;
  -moz-animation: rotate360steps 500ms infinite linear;
  -o-animation: rotate360steps 500ms infinite linear;
  animation: rotate360steps 500ms infinite linear;
  color: #ffffff;
  display: block;
  margin: 30px auto;
  width: 80px;
}
#ui .productfinder .product-list-wrapper .loading span:before {
  font-family: "heli";
  font-size: 80px;
  font-weight: normal;
  speak: none;
  content: "\2d";
}
#ui .productfinder .product-list-wrapper .loading span:before {
  font-family: "heli";
  font-size: 80px;
  font-weight: normal;
  speak: none;
  content: "\2d";
}
#ui .productfinder .product-list-wrapper .category,
#ui .productfinder .product-list-wrapper .no-result {
  border-top: 1px solid #ffffff;
  clear: left;
  padding-top: 15px;
}
#ui .productfinder .product-list-wrapper ul {
  clear: both;
}
#ui .productfinder .product-list-wrapper li {
  border: none;
  padding: 5px;
}
#ui .productfinder .product-list-wrapper .item {
  float: left;
  margin-bottom: 15px;
  width: 212px;
}
#ui .productfinder .product-list-wrapper .item:first-child {
  margin-left: 0;
}
#ui .productfinder .product-list-wrapper .teaser {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 30px !important;
}
#ui .productfinder .product-list-wrapper .teaser.resized a.button {
  bottom: -30px;
  position: absolute !important;
  right: 0;
}
#ui .productfinder .product-list-wrapper .teaser img {
  margin: 0 auto;
}
#ui .productfinder .product-list-wrapper .teaser .rendermode_titlesFirst .textblock {
  height: 50px;
}
#ui .productfinder .product-list-wrapper .teaser .rendermode_titlesFirst h3 {
  height: 30px;
  overflow: hidden;
  padding-bottom: 0;
}
#ui.col2l .productfinder .box,
#ui.col2r .productfinder .box {
  width: 229px;
}
#ui.col2l .productfinder .product-list-wrapper .item,
#ui.col2r .productfinder .product-list-wrapper .item {
  width: 157px;
}
#ui.col3 .productfinder .box {
  width: 156px;
}
#ui.col3 .productfinder .product-list-wrapper .item {
  margin-left: 5px;
  width: 106px;
}
.ie8 #ui .productfinder .box {
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
}
.touch #ui .productfinder span.description,
.touch #ui .productfinder .radio ul {
  display: none;
}
.ie8 #ui .productfinder .box.step1,
.ie8 #ui .productfinder .box.step2,
.ie8 #ui .productfinder .box.step3 {
  float: left;
}
.ie8 #ui .productfinder .box.step2,
.ie8 #ui .productfinder .box.step3 {
  margin-left: 10px;
}
.ie8 #ui .productfinder .box.step3 {
  width: 220px;
}
.ie8 #ui .productfinder .material1-detail,
.ie8 #ui .productfinder .material2-detail,
.ie8 #ui .productfinder .box.step3 {
  display: block;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .productfinder .box.step1,
#ui .productfinder .box.step2,
#ui .productfinder .box.step3 {
  float: none;
  margin-left: 0;
  width: 100%;
}
#ui .productfinder .box.no-margin {
  margin-top: 10px;
}
#ui .productfinder ul {
  padding: 0 10px;
}
#ui .productfinder .material1-detail,
#ui .productfinder .material2-detail,
#ui .productfinder .box.step3 {
  display: none;
}
#ui .productfinder .material1-detail.show,
#ui .productfinder .material2-detail.show,
#ui .productfinder .box.step3.show {
  display: inline-block;
  width: 100%;
}
#ui .productfinder .box select {
  padding: 5px;
}
#ui .productfinder .product-list-wrapper .item {
  padding: 0;
  width: 45%;
  margin-right: 4%;
  display: inline-block;
  float: none;
  vertical-align: top;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  #ui .productfinder .box.step1,
#ui .productfinder .box.step2,
#ui .productfinder .box.step3 {
  margin: 0 1.3% 0 0;
  width: 32%;
}
#ui .productfinder .product-list-wrapper ul {
  clear: none;
}
#ui .productfinder .product-list-wrapper .item {
  padding: 0 1.3% 0 0;
  width: 32%;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  #ui .productfinder .box.step1,
#ui .productfinder .box.step2,
#ui .productfinder .box.step3 {
  float: none;
  margin-left: 0;
  margin-top: 10px !important;
}
#ui .productfinder .box.no-margin {
  margin-top: 10px;
}
#ui .productfinder .material1-detail,
#ui .productfinder .material2-detail,
#ui .productfinder .box.step3 {
  display: none;
}
#ui .productfinder .material1-detail.show,
#ui .productfinder .material2-detail.show,
#ui .productfinder .box.step3.show {
  display: inline-block;
}
#ui .productfinder .box select {
  padding: 5px;
}

}
@media screen and (min-width: 1025px) {
  #ui .productfinder .box.step1,
#ui .productfinder .box.step2 {
  margin-right: 15px;
  margin-bottom: 10px;
  width: 280px;
}
#ui .productfinder .box {
  padding-bottom: 30px;
  position: relative;
}
#ui .productfinder .box h3 {
  font-size: 24px;
  text-transform: uppercase;
}
#ui .productfinder .box h3 span {
  color: #ffffff;
  font-size: 18px;
}
#ui .productfinder .box .separator {
  border-top: 1px solid #4c4c4c;
  bottom: 0;
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%;
}
#ui .productfinder .box.nosebottom:after {
  background: url("../../designs/pattex-responsive/common/img/pattex.box.nosebottom.png") no-repeat scroll 0 0 transparent;
  content: "";
  left: 20px;
  position: absolute;
  top: 100%;
  width: 24px;
  height: 11px;
}
#ui .productfinder .box > .nose.left {
  background: url("../../designs/pattex-responsive/common/img/pattex.box.noseleft.png") no-repeat scroll 0 0 transparent;
  height: 24px;
  left: -11px;
  position: absolute;
  top: 45%;
  width: 11px;
}
#ui .productfinder .label {
  font-style: normal !important;
}
#ui .productfinder .option {
  background: url("../../designs/pattex-responsive/components/teaser/img/pattex.serviceteaser.png") no-repeat scroll 100% 0 transparent;
  color: #000000;
  height: auto;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 242px;
  background-size: cover;
}
#ui .productfinder .option.disabled {
  background-position: 0 -32px;
  color: #4c4c4c;
}
#ui .productfinder .option.disabled > span.cover {
  display: none;
}
#ui .productfinder .option.disabled .description {
  background: none;
}
#ui .productfinder .option.disabled .description:before {
  display: none;
  content: "";
}
#ui .productfinder .option.disabled .description:hover {
  color: #4c4c4c;
}
#ui .productfinder .option .select {
  display: none;
}
#ui .productfinder .option.hover > .select {
  -webkit-box-shadow: 6px 4px 12px -6px #000000;
  -moz-box-shadow: 6px 4px 12px -6px #000000;
  box-shadow: 6px 4px 12px -6px #000000;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  background: url("../../designs/pattex-responsive/common/img/pattex.select.bg.png") repeat-x scroll 0 0 #e4e4e4;
  color: #000000;
  border-radius: 12px;
  left: 250px;
  padding: 3px 0 8px 15px;
  position: absolute;
  top: -3px;
  width: 193px;
  z-index: 1;
  display: block;
}
#ui .productfinder .option.hover > .select ul {
  background: transparent;
  position: relative;
}
#ui .productfinder .option.hover > .select li {
  background: url("../../designs/pattex-responsive/common/img/sprites.png") no-repeat scroll 0 -391px transparent;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 3px 5px 5px 17px;
}
#ui .productfinder .option.hover > .select li:hover,
#ui .productfinder .option.hover > .select li.active {
  background-position: 0 -191px;
  color: #dc291e;
}
#ui .productfinder .option.hover > .select > .nose.left {
  background: url("../../designs/pattex-responsive/common/img/pattex.select.noseleft.png") no-repeat 4px 8px;
  height: 32px;
  left: -12px;
  position: absolute;
  top: 3px;
  width: 15px;
}
#ui .productfinder .option .description {
  border: none;
  height: auto;
  line-height: inherit;
  padding: 6px;
}
#ui .productfinder .option.hover .disabled {
  color: #4c4c4c;
}
#ui .productfinder .option.hover .description {
  color: #dc291e;
}
#ui .productfinder .option.hover > span.cover {
  background-position: 0 -191px;
  cursor: pointer;
}
#ui .productfinder .option > span.cover {
  background: url("../../designs/pattex-responsive/common/img/sprites.png") no-repeat scroll 0 -391px transparent;
  display: block;
  height: 32px;
  left: 220px;
  position: absolute;
  bottom: -2px;
  width: 39px;
}
.ie8 #ui .productfinder .box .separator {
  bottom: -15px;
}

}
/**
 * comp: image (skin)
 */
@media all {
  #ui #stage .stage .image img {
  max-width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 24px 0 0 0;
  -moz-border-radius: 24px 0 0 0;
  border-radius: 24px 0 0 0;
}
.homepage #ui #stage .stage .textblockWrapper .image img {
  width: 100%;
}
#ui img {
  max-width: 100%;
}

}
@media all {
  {
  /*
       Teaser in Teasergallery productpage specific
      */
  
  /*
      Teaser in Teasergallery
     */
  
}
#ui .teaser {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  border: 1px solid #000000;
  margin-bottom: 15px;
  padding: 10px;
  /*&:hover .rendermode_imageFirst,
          .hover .rendermode_imageFirst {
            .textblock {
              background: none;
            }
          }*/
  
}
#ui .teaser.hover {
  cursor: pointer;
}
#ui .teaser h3 {
  color: #ffca00;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 12px;
  text-transform: uppercase;
  line-height: 1.3em;
}
#ui .teaser h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
  text-transform: uppercase;
  line-height: 1.3em;
}
#ui .teaser a.hidden {
  display: none;
}
#ui .teaser .textblock {
  background: url("../../designs/pattex-responsive/components/teaser/img/arrow.png") no-repeat scroll 0 13px transparent;
  padding: 10px 5px 10px 25px;
}
#ui .teaser:hover .textblock {
  background: url("../../designs/pattex-responsive/components/teaser/img/arrow_active.png") no-repeat scroll 0 13px transparent;
  color: #ffca00;
}
#ui .teaser:hover .textblock h4 {
  color: #ffca00;
}
#ui .teaser .image img {
  max-width: 100%;
}
#ui .teaser .image-left {
  zoom: 1;
}
#ui .teaser .image-left:before,
#ui .teaser .image-left:after {
  content: "";
  display: table;
}
#ui .teaser .image-left:after {
  clear: both;
}
#ui .teaser .image-left:before,
#ui .teaser .image-left:after {
  content: "";
  display: table;
}
#ui .teaser .image-left:after {
  clear: both;
}
#ui .teaser .image-left .image {
  float: left;
  padding-right: 10px;
}
#ui .teaser .image-right {
  zoom: 1;
}
#ui .teaser .image-right:before,
#ui .teaser .image-right:after {
  content: "";
  display: table;
}
#ui .teaser .image-right:after {
  clear: both;
}
#ui .teaser .image-right:before,
#ui .teaser .image-right:after {
  content: "";
  display: table;
}
#ui .teaser .image-right:after {
  clear: both;
}
#ui .teaser .image-right .image {
  float: right;
  padding-left: 10px;
}
#ui .teaser .image-right a.button {
  padding-left: 5px;
}
#ui .teaser .text {
  font-size: 12px;
  line-height: 16px;
  padding: 0 11px;
}
#ui .teaser .text ul li {
  width: auto !important;
  float: none;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0 0 15px;
  margin-left: 12px;
  position: relative;
  margin-left: 0;
}
#ui .teaser .text ul li:before {
  border: 3px solid #dc291e;
  content: "";
  left: -12px;
  position: absolute;
}
#ui .teaser .text ul li:before {
  border: 3px solid #dc291e;
  content: "";
  left: -12px;
  position: absolute;
}
#ui .teaser .text ul li:before {
  left: 0;
  margin-top: 6px;
}
#ui .teaser a.button {
  padding: 5px 5px 1px 0;
  text-transform: uppercase;
}
#ui .teaser .rendermode_imageLast {
  height: 100%;
}
#ui .teaser .rendermode_imageLast.noimage a.button {
  padding-left: 25px;
}
#ui .teaser .rendermode_imageFirst .image {
  margin: 10px 33.33333%;
  width: 33.333333%;
}
#ui .teaser .rendermode_imageFirst .image img {
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  margin: 0 auto;
}
#ui .teaser .rendermode_imageFirst.image-right .image,
#ui .teaser .rendermode_imageFirst.image-left .image {
  margin: 1px 0;
}
#ui .teaser .rendermode_imageFirst a.button {
  padding: 5px 5px 1px;
}
#ui .teaser .rendermode_imageOnly .button {
  margin: 5px;
}
#ui .teaser .rendermode_titlesFirst {
  zoom: 1;
  height: 100%;
  position: relative;
}
#ui .teaser .rendermode_titlesFirst:before,
#ui .teaser .rendermode_titlesFirst:after {
  content: "";
  display: table;
}
#ui .teaser .rendermode_titlesFirst:after {
  clear: both;
}
#ui .teaser .rendermode_titlesFirst:before,
#ui .teaser .rendermode_titlesFirst:after {
  content: "";
  display: table;
}
#ui .teaser .rendermode_titlesFirst:after {
  clear: both;
}
#ui .teaser .rendermode_titlesFirst .textblock {
  padding-left: 25px;
  padding-bottom: 25px;
}
#ui .teaser .rendermode_titlesFirst .textblock:first-child {
  padding-bottom: 5px;
}
#ui .teaser .rendermode_titlesFirst .textblock:first-child h4 {
  margin: 0;
}
#ui .teaser .rendermode_bgImage {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
#ui .teaser .rendermode_bgImage a.button {
  padding-left: 25px;
}
#ui .teaser .rendermode_linklist {
  font-size: 12px;
  font-weight: bold;
}
#ui .teaser .rendermode_linklist:hover a {
  text-decoration: none;
}
#ui .teaser .rendermode_linklist h3,
#ui .teaser .rendermode_linklist h4 {
  text-transform: uppercase;
}
#ui .teaser .rendermode_linklist h3 {
  font-size: 21px;
  color: #ffca00;
}
#ui .teaser .rendermode_linklist h4 {
  font-size: 20px;
}
#ui .teaser .rendermode_linklist ul {
  list-style-type: none;
  margin-top: 40px;
}
#ui .teaser .rendermode_linklist ul li {
  background: url("../../designs/pattex-responsive/components/teaser/img/pattex.serviceteaser.png") no-repeat 100% 0 transparent;
  padding-left: 5px;
  margin: 0 15px 6px 2px;
  background-size: cover;
}
#ui .teaser .rendermode_linklist ul li a {
  background: url("../../designs/pattex-responsive/components/teaser/img/pattex.serviceteaser.png") no-repeat 100% 0 transparent;
  display: block;
  margin-right: -15px;
  background-size: cover;
}
#ui .teaser .rendermode_linklist ul li a span {
  color: #000000;
  background: url("../../designs/pattex-responsive/common/img/icons.png") scroll no-repeat 0 11px transparent;
  display: block;
  padding: 7px 7px 7px 12px;
}
#ui .teaser .rendermode_linklist ul li a:hover span,
#ui .teaser .rendermode_linklist ul li a:active span,
#ui .teaser .rendermode_linklist ul li a:focus span {
  color: #dc291e;
  background-position: 0 -89px;
}
#ui .teaser.hover .default .textblock h3:after,
#ui .teaser.hover .image-full .textblock h3:after {
  background-position-y: -466px;
}
#ui .teaser .rendermode_imageFirst.default .image,
#ui .teaser .rendermode_imageFirst.image-full .image {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  border-bottom: 1px solid #000000;
}
#ui .teaser .rendermode_imageFirst.default .image ~ .textblock,
#ui .teaser .rendermode_imageFirst.image-full .image ~ .textblock {
  border-top: 1px solid #4c4c4c;
}
#ui .teaser .rendermode_imageFirst.default .textblock h3,
#ui .teaser .rendermode_imageFirst.image-full .textblock h3 {
  margin: 0;
}
#ui .teaser .rendermode_imageFirst.default .textblock h3:after,
#ui .teaser .rendermode_imageFirst.image-full .textblock h3:after {
  /*              background: transparent url(pattex.responsive.skins.diy/@sprite-main) no-repeat 18px -366px;
                                            content: "";
                                            height: 60px;
                                            left: -5px;
                                            position: absolute;
                                            top: -20px;
                                            width: 100%;*/
  
}
.productpage #ui .teaser .text,
.productpage #ui .teaser a.button {
  display: none;
}
.articlepage #ui .teaser {
  padding: 0 10px;
}
.contentpage #ui .teasergallery .teaser {
  -webkit-border-radius: 16px 16px 12px 12px;
  -moz-border-radius: 16px 16px 12px 12px;
  border-radius: 16px 16px 12px 12px;
}
.contentpage #ui .teaser {
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}
.contentpage #ui .teaser .rendermode_imageLast h3 {
  font-size: 14px;
}
#ui .teasergallery .teaser,
#ui .productfinder .row .teaser {
  background: #ffca00;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffca00), color-stop(1, #ffca00));
  background-image: -moz-linear-gradient(center top, #ffca00 0, #ffca00 100%);
  background-image: -ms-linear-gradient(top, #ffca00 0, #ffca00 100%);
  background-image: -o-linear-gradient(top, #ffca00 0, #ffca00 100%);
  background-image: linear-gradient(top, #ffca00 0, #ffca00 100%);
  -pie-background: linear-gradient(#ffca00 0, #ffca00 100%);
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  padding: 0;
  /*
                  * The hover state for implementing styles on different items in teaser component.
                  */
  
}
#ui .teasergallery .teaser .textblock,
#ui .productfinder .row .teaser .textblock {
  border-top: 1px solid #000000;
  color: #ffffff;
  padding: 10px 0;
}
#ui .teasergallery .teaser .textblock:first-child,
#ui .productfinder .row .teaser .textblock:first-child {
  padding: 0;
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  border: 1px solid #000000;
  background: #000000;
}
#ui .teasergallery .teaser .textblock .text,
#ui .productfinder .row .teaser .textblock .text {
  line-height: 1em;
  padding: 0 10px;
}
#ui .teasergallery .teaser .textblock .text p,
#ui .productfinder .row .teaser .textblock .text p {
  padding-bottom: 5px;
}
#ui .teasergallery .teaser .text,
#ui .productfinder .row .teaser .text {
  color: #000000;
}
#ui .teasergallery .teaser .image,
#ui .productfinder .row .teaser .image {
  background: url("../../designs/pattex-responsive/components/teaser/img/pattex-responsive.gallery.png") repeat scroll 0 -200px #000000;
  padding: 0px;
  margin-bottom: 6px;
  height: 115px;
  overflow: hidden;
}
#ui .teasergallery .teaser h3,
#ui .productfinder .row .teaser h3 {
  color: #ffffff;
  padding: 10px;
  margin: 0;
  text-transform: none;
  font-size: 12px;
  line-height: 1.3em;
}
#ui .teasergallery .teaser h4,
#ui .productfinder .row .teaser h4 {
  display: none;
}
#ui .teasergallery .teaser a.button,
#ui .productfinder .row .teaser a.button {
  font-weight: 700;
  padding-left: 22px;
  right: 7px;
  color: #000000;
  background: transparent url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 8px 9px;
}
#ui .teasergallery .teaser:hover h3,
#ui .productfinder .row .teaser:hover h3 {
  color: #ffca00;
}
#ui .teasergallery .teaser:hover a.button,
#ui .productfinder .row .teaser:hover a.button {
  background: transparent url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 8px -91px;
  color: #dc291e;
  text-decoration: none;
}
#ui .stage {
  /**
           * Styling for teaser component in general
           */
  
}
#ui .stage .cq-colctrl-lt1-c0 .teaser,
#ui .stage .cq-colctrl-lt2-c0 .teaser,
#ui .stage .cq-colctrl-lt3-c0 .teaser {
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
#ui .stage .cq-colctrl-lt1-c1 .teaser {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ui .stage .cq-colctrl-lt1-c2 .teaser,
#ui .stage .cq-colctrl-lt2-c1 .teaser,
#ui .stage .cq-colctrl-lt3-c1 .teaser {
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
#ui .stage .teaser {
  margin-bottom: 0;
  padding: 15px 0 15px 5px;
}
#ui .stage .teaser a.button {
  display: none;
}
#ui .stage .teaser .noimage {
  min-height: 22px;
}
#ui .stage .teaser .textblock {
  padding-bottom: 0;
  padding-top: 0;
}
#ui .stage .teaser .textblock .text {
  display: none;
}
#ui .stage .teaser .rendermode_linklist {
  zoom: 1;
}
#ui .stage .teaser .rendermode_linklist:before,
#ui .stage .teaser .rendermode_linklist:after {
  content: "";
  display: table;
}
#ui .stage .teaser .rendermode_linklist:after {
  clear: both;
}
#ui .stage .teaser .rendermode_linklist:before,
#ui .stage .teaser .rendermode_linklist:after {
  content: "";
  display: table;
}
#ui .stage .teaser .rendermode_linklist:after {
  clear: both;
}
#ui .stage .teaser .rendermode_linklist .center,
#ui .stage .teaser .rendermode_linklist .linklist {
  float: left;
}
#ui .stage .teaser .rendermode_linklist h3,
#ui .stage .teaser .rendermode_linklist h4 {
  display: block;
  padding-left: 30px;
}
#ui .stage .teaser .rendermode_linklist h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0 5px 0;
}
#ui .stage .teaser .rendermode_linklist h3:after {
  background: transparent url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 18px -366px;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#ui .stage .teaser .rendermode_linklist h4 {
  font-size: 14px;
}
#ui .stage .teaser .rendermode_linklist:hover a {
  text-decoration: none;
}
#ui .stage .teaser .rendermode_linklist:hover a h3:after {
  background-position: 18px -466px;
}
#ui .stage .teaser .rendermode_linklist:hover a h4 {
  color: #ffca00;
}
#ui .stage .teaser .rendermode_linklist .text {
  display: none;
}
#ui .stage .teaser .rendermode_linklist .linklist {
  margin-left: 25px;
  position: relative;
}
#ui .stage .teaser .rendermode_linklist .linklist ul {
  margin-top: 9px;
}
#ui .stage .teaser .rendermode_linklist .linklist ul li {
  background: none;
  margin: 0;
  padding: 0;
}
#ui .stage .teaser .rendermode_linklist .linklist ul li a {
  background: transparent url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 0 -196px;
  padding-left: 14px;
}
#ui .stage .teaser .rendermode_linklist .linklist ul li a span {
  background: none;
  color: #ffffff;
  font-weight: normal;
  padding: 0;
}
#ui .stage .teaser .rendermode_linklist .linklist ul li a:hover {
  background-position: 0 -296px;
  text-decoration: none;
}
#ui .stage .teaser .rendermode_linklist .linklist ul li a:hover span {
  color: #ffca00;
}
#ui .rendermode_imageLast {
  zoom: 1;
}
#ui .rendermode_imageLast:before,
#ui .rendermode_imageLast:after {
  content: "";
  display: table;
}
#ui .rendermode_imageLast:after {
  clear: both;
}
#ui .rendermode_imageLast:before,
#ui .rendermode_imageLast:after {
  content: "";
  display: table;
}
#ui .rendermode_imageLast:after {
  clear: both;
}
#ui .rendermode_imageLast .center,
#ui .rendermode_imageLast .linklist {
  float: left;
}
#ui .rendermode_imageLast h3,
#ui .rendermode_imageLast h4 {
  display: block;
  padding-left: 0px;
  text-transform: uppercase;
}
#ui .rendermode_imageLast h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
#ui .rendermode_imageLast h3 + h4 {
  margin-top: -10px;
}
#ui .rendermode_imageLast h4 {
  font-size: 14px;
}
#ui .rendermode_imageLast:hover a {
  text-decoration: none;
}
#ui .rendermode_imageLast:hover a h3:after {
  background-position: 18px -466px;
}
#ui .rendermode_imageLast:hover a h4 {
  color: #ffca00;
}
#ui .rendermode_imageLast .text {
  display: none;
}
#ui .rendermode_imageLast .linklist {
  margin-left: 25px;
  position: relative;
}
#ui .rendermode_imageLast .linklist ul {
  margin-top: 9px;
}
#ui .rendermode_imageLast .linklist ul li {
  background: none;
  margin: 0;
  padding: 0;
}
#ui .rendermode_imageLast .linklist ul li a {
  background: transparent url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 0 -196px;
  padding-left: 14px;
}
#ui .rendermode_imageLast .linklist ul li a span {
  background: none;
  color: #ffffff;
  font-weight: normal;
  padding: 0;
}
#ui .rendermode_imageLast .linklist ul li a:hover {
  background-position: 0 -296px;
  text-decoration: none;
}
#ui .rendermode_imageLast .linklist ul li a:hover span {
  color: #ffca00;
}
#ui .productfinder .product-list-wrapper .teaser-frame .teaser {
  background: #ffca00;
  padding: 0;
  -webkit-border-radius: 14px 14px 12px 12px;
  -moz-border-radius: 14px 14px 12px 12px;
  border-radius: 14px 14px 12px 12px;
}
#ui .productfinder .product-list-wrapper .teaser-frame .teaser .textblock {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  padding: 10px 24px;
}
#ui .productfinder .product-list-wrapper .teaser-frame .teaser .text {
  color: #000000;
  text-align: left;
  padding: 0;
  margin: 0;
}
#ui .productfinder .product-list-wrapper .teaser-frame .teaser a {
  display: block;
  position: static !important;
  float: right;
  font-weight: bold;
  color: #000000;
}
#ui .productfinder .product-list-wrapper .teaser-frame .teaser .rendermode_titlesFirst .text {
  padding-left: 24px;
}
#ui .productfinder .teaser a {
  display: none;
}

}
@media all and screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .stage .teaser .textblock {
  background-position: 0 50%;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .teaser .textblock,
#ui .teaser:hover .textblock,
#ui .teaser.hover .textblock {
  background-position: 0 0;
}
#ui .teaser .image img {
  width: auto;
}
#ui .teaser h4 {
  display: none;
}
#ui .productfinder .teaser.resized {
  height: auto;
}
#ui .productfinder .product-list-wrapper .teaser-frame .teaser .rendermode_titlesFirst .text {
  padding-left: 14px;
}
#ui .stage .cq-colctrl-lt0 .teaser,
#ui .stage .cq-colctrl-lt1 .teaser,
#ui .stage .cq-colctrl-lt2 .teaser,
#ui .stage .cq-colctrl-lt3 .teaser {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

}
@media screen and (max-width: 640px) and (orientation: landscape), screen and (max-device-width: 640px) and (orientation: landscape) {
  #ui .teasergallery .teaser.resized a.button {
  left: 70%;
}
#ui .teasergallery .teaser .image {
  background: url("../../designs/pattex-responsive/components/teaser/img/pattex-responsive.gallery.png") repeat scroll 0 -200px #000000;
}

}
@media all {
  #ui .teasergallery {
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 28px;
}
#ui .teasergallery ul {
  list-style: none;
}
#ui .teasergallery li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 5px;
}
#ui .teasergallery li .page.articlepage,
#ui .teasergallery li .page.contentpage,
#ui .teasergallery li .page.productpage {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ui .teasergallery li .teaser {
  margin-bottom: 0;
}
#ui .teasergallery img {
  margin: 0 auto;
}
#ui .teasergallery .rendermode_imageFirst {
  height: 100%;
  position: relative;
}
#ui .teasergallery .teaser.resized {
  border: none;
}
#ui .teasergallery .teaser.resized .button {
  bottom: 0;
  position: absolute;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .teasergallery {
  margin-top: 0;
}
#ui .teasergallery li {
  width: 48%;
  margin-right: 2%;
  padding: 5px 0;
}
#ui .teasergallery .teaser {
  /*&.resized {
            .button {
              position: relative;
            }
          }*/
  
}

}
@media screen and (min-width: 641px) {
  #ui .teasergallery li {
  width: 25%;
  margin: 0;
}

}
@media screen and (min-width: 1025px) {
  #ui .teasergallery li {
  width: 25%;
  margin: 0;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui.col2l .teasergallery li,
#ui.col2r .teasergallery li {
  padding: 5px 0;
  width: 100%;
}

}
@media screen and (min-width: 641px) {
  #ui.col2l .teasergallery li,
#ui.col2r .teasergallery li {
  width: 25%;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui.col3 .teasergallery li {
  padding: 5px 0;
  width: 100%;
}

}
@media screen and (min-width: 641px) {
  #ui.col3 .teasergallery li {
  width: 25%;
}

}
@media screen and (min-width: 1025px) {
  #ui.col3 .teasergallery li {
  width: 33.333333%;
}

}
@media all {
  #ui .bubble-teaser {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  min-width: 238px;
  overflow: visible;
  position: relative;
  background-color: #ffca00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fedd6c), to(#ffca00));
  background-image: -moz-linear-gradient(center top, #fedd6c 0, #ffca00 100%);
  background-image: -o-linear-gradient(top, #fedd6c, #ffca00);
  background-image: linear-gradient(top, #fedd6c, #ffca00);
  -pie-background: linear-gradient(#fedd6c, #ffca00);
  border: 1px solid #000000;
}
#ui .bubble-teaser .image img {
  max-width: 140px;
  overflow: hidden;
}
#ui .bubble-teaser h3 {
  color: #ffca00;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0 0 32px;
}
#ui .bubble-teaser:hover a,
#ui .bubble-teaser a:hover,
#ui .bubble-teaser a:active,
#ui .bubble-teaser a:focus {
  color: #dc291e;
}
#ui .bubble-teaser a {
  display: block;
  background: transparent url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 18px 1px;
  color: #000000;
  float: left;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 0 12px 15px 32px;
  position: absolute;
  text-transform: uppercase;
  top: 75px;
}
#ui .bubble-teaser .bubble .bottom .content {
  position: absolute;
  top: 26px;
  text-align: justify;
  line-height: 1;
  width: 179px;
  min-height: 90px;
  overflow: hidden;
  padding-bottom: 10px;
}
#ui .bubble-teaser .bubble .yellow {
  color: #ffca00;
}
#ui .bubble-teaser .bubble .size12 {
  font-size: 12px;
}
#ui .bubble-teaser .bubble .size14 {
  font-size: 14px;
}
#ui .bubble-teaser .bubble .size16 {
  font-size: 16px;
}
#ui .bubble-teaser .bubble .size18 {
  font-size: 18px;
}
#ui .bubble-teaser .bubble .size20 {
  font-size: 20px;
}
#ui .bubble-teaser .bubble .size22 {
  font-size: 22px;
}
#ui .bubble-teaser .bubble .size24 {
  font-size: 24px;
}
#ui .bubble-teaser .bubble .size26 {
  font-size: 26px;
}
#ui .bubble-teaser .bubble .size28 {
  font-size: 28px;
}
#ui .bubble-teaser .bubble .size30 {
  font-size: 30px;
}
#ui .bubble-teaser .bubble .size32 {
  font-size: 32px;
}
#ui .bubble-teaser .bubble .size34 {
  font-size: 34px;
}
#ui .bubble-teaser .bubble .size36 {
  font-size: 36px;
}
#ui .bubble-teaser .bubble .size38 {
  font-size: 38px;
}
#ui .bubble-teaser .bubble .size40 {
  font-size: 40px;
}
#ui .bubble-teaser .bubble .size42 {
  font-size: 42px;
}
#ui .bubble-teaser .bubble .size44 {
  font-size: 44px;
}
#ui .bubble-teaser .bubble .size46 {
  font-size: 46px;
}
#ui .bubble-teaser .bubble .size48 {
  font-size: 48px;
}
#ui .bubble-teaser .bubble .size50 {
  font-size: 50px;
}
#ui .bubble-teaser a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a,
#ui .cq-colctrl-lt1-c0 .bubble-teaser a {
  background-position: 18px 1px;
  padding: 0 12px 15px 32px;
}
#ui .bubble-teaser:hover a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right:hover a,
#ui .cq-colctrl-lt1-c0 .bubble-teaser:hover a,
#ui .bubble-teaser a:hover,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a:hover,
#ui .cq-colctrl-lt1-c0 .bubble-teaser a:hover,
#ui .bubble-teaser a:active,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a:active,
#ui .cq-colctrl-lt1-c0 .bubble-teaser a:active,
#ui .bubble-teaser a:focus,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a:focus,
#ui .cq-colctrl-lt1-c0 .bubble-teaser a:focus {
  background-position: 18px -98px;
}
#ui .cq-colctrl-lt1-c2 .bubble-teaser:hover .right a {
  background-position: 18px -98px;
}
#ui .cq-colctrl-lt1-c0 .bubble-teaser:hover .right a {
  background-position: 6px -98px;
}
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser a {
  background-position: 6px 2px;
  padding: 0 12px 15px 20px;
}
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right:hover a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser:hover a,
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right a:hover,
#ui .cq-colctrl-lt1-c2 .bubble-teaser a:hover,
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right a:active,
#ui .cq-colctrl-lt1-c2 .bubble-teaser a:active,
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right a:focus,
#ui .cq-colctrl-lt1-c2 .bubble-teaser a:focus {
  background-position: 6px -98px;
}
#ui .bubble-teaser .image,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right .image {
  float: right;
  margin: 0 0 0 10px;
  visibility: hidden;
}
#ui .bubble-teaser .right .image,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .image {
  float: left;
  margin: 0 10px 0 0;
}
#ui .bubble-teaser .right a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser a {
  right: 0;
  left: auto;
}
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a {
  left: 0;
  right: auto;
}
#ui .bubble-teaser .bubble,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right .bubble {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 75px;
  position: absolute;
  width: 186px;
}
#ui .bubble-teaser .bubble .bottom,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right .bubble .bottom {
  background: transparent url("../../designs/pattex-responsive/components/teaser/bubble-teaser/img/bg_bubble_bl.png") no-repeat 0 100%;
  padding-left: 12px;
}
#ui .bubble-teaser .bubble .nose,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right .bubble .nose {
  width: 30px;
  height: 55px;
  background: transparent url("../../designs/pattex-responsive/components/teaser/bubble-teaser/img/bg_bubble_arrows.png") no-repeat 0 -524px;
  position: absolute;
  bottom: 16px;
  left: 185px;
}
#ui .cq-colctrl-lt1-c2 .bubble-teaser .bubble,
#ui .bubble-teaser .right .bubble {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #000000;
  margin-left: 0;
}
#ui .cq-colctrl-lt1-c2 .bubble-teaser .bubble .bottom,
#ui .bubble-teaser .right .bubble .bottom {
  background: transparent url("../../designs/pattex-responsive/components/teaser/bubble-teaser/img/bg_bubble_bl.png") no-repeat 0 100%;
}
#ui .cq-colctrl-lt1-c2 .bubble-teaser .bubble .nose,
#ui .bubble-teaser .right .bubble .nose {
  background: transparent url("../../designs/pattex-responsive/components/teaser/bubble-teaser/img/bg_bubble_arrows.png") no-repeat 0 -24px;
  left: -28px;
}
#ui .cq-colctrl-lt1-c2 .bubble-teaser a {
  top: 60px;
}
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a {
  top: 75px;
}
.ie8 #ui .bubble-teaser:hover a,
.ie8 #ui .bubble-teaser a:hover,
.ie8 #ui .bubble-teaser a:active,
.ie8 #ui .bubble-teaser a:focus {
  background-position: 18px -199px;
  color: #FFF;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .bubble-teaser a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a,
#ui .cq-colctrl-lt1-c0 .bubble-teaser a,
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser a {
  clear: both;
  left: 0 !important;
  padding-bottom: 0;
  position: relative;
  top: 0;
}
#ui .bubble-teaser a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a,
#ui .cq-colctrl-lt1-c0 .bubble-teaser a,
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser a {
  background-position: 18px 1px;
  padding: 0 12px 0 32px;
}
#ui .bubble-teaser:hover a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right:hover a,
#ui .cq-colctrl-lt1-c0 .bubble-teaser:hover a,
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right:hover a,
#ui .cq-colctrl-lt1-c2 .bubble-teaser:hover a,
#ui .bubble-teaser a:hover,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a:hover,
#ui .cq-colctrl-lt1-c0 .bubble-teaser a:hover,
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right a:hover,
#ui .cq-colctrl-lt1-c2 .bubble-teaser a:hover,
#ui .bubble-teaser a:active,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a:active,
#ui .cq-colctrl-lt1-c0 .bubble-teaser a:active,
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right a:active,
#ui .cq-colctrl-lt1-c2 .bubble-teaser a:active,
#ui .bubble-teaser a:focus,
#ui .cq-colctrl-lt1-c2 .bubble-teaser .right a:focus,
#ui .cq-colctrl-lt1-c0 .bubble-teaser a:focus,
#ui .cq-colctrl-lt1-c0 .bubble-teaser .right a:focus,
#ui .cq-colctrl-lt1-c2 .bubble-teaser a:focus {
  background-position: 18px -98px;
}

}
@media all {
  #ui .stage .cq-colctrl-lt0,
#ui .stage .cq-colctrl-lt1,
#ui .stage .cq-colctrl-lt2,
#ui .stage .cq-colctrl-lt3 {
  padding: 0 10px;
  width: 100%;
}
#ui .stage .cq-colctrl-lt0 > div,
#ui .stage .cq-colctrl-lt1 > div,
#ui .stage .cq-colctrl-lt2 > div,
#ui .stage .cq-colctrl-lt3 > div {
  margin: 0;
}
#ui .stage .cq-colctrl-lt0 > div {
  width: 48%;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .stage .cq-colctrl-lt0,
#ui .stage .cq-colctrl-lt1,
#ui .stage .cq-colctrl-lt2,
#ui .stage .cq-colctrl-lt3 {
  padding-top: 10px;
}
#ui .stage .cq-colctrl-lt1 > div,
#ui .stage .cq-colctrl-lt2 > div,
#ui .stage .cq-colctrl-lt3 > div {
  float: none;
  padding-bottom: 10px;
  width: 100%;
}

}
@media screen and (min-width: 641px) {
  #ui .stage .cq-colctrl-lt0,
#ui .stage .cq-colctrl-lt1,
#ui .stage .cq-colctrl-lt2,
#ui .stage .cq-colctrl-lt3 {
  bottom: 10px;
  left: 0;
  position: absolute;
}
#ui .stage .cq-colctrl-lt0 > div.first-col,
#ui .stage .cq-colctrl-lt1 > div.first-col,
#ui .stage .cq-colctrl-lt2 > div.first-col,
#ui .stage .cq-colctrl-lt3 > div.first-col {
  margin-left: 0.5%;
}
#ui .stage .cq-colctrl-lt0 > div {
  margin: 0 2%;
}
#ui .stage .cq-colctrl-lt0 > div.first-col {
  margin-left: 2%;
}
#ui .stage .cq-colctrl-lt1 > div,
#ui .stage .cq-colctrl-lt2 > div,
#ui .stage .cq-colctrl-lt3 > div {
  float: left;
  width: 33%;
}
#ui .stage .cq-colctrl-lt2 > div.first-col,
#ui .stage .cq-colctrl-lt3 > div.last-col {
  width: 66%;
}

}
/*
 * comp: faqpanel (skin)
 */
@media all {
  #ui .faqpanel {
  line-height: 16px;
  margin-bottom: 30px;
}
#ui .faqpanel a {
  font-size: 12px;
  text-decoration: none;
}
#ui .faqpanel a:focus {
  color: #ffffff;
}
#ui .faqpanel > a:link,
#ui .faqpanel > a:visited,
#ui .faqpanel > a:active,
#ui .faqpanel > a:focus,
#ui .faqpanel > a:hover {
  color: #ffca00;
  cursor: default;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  text-decoration: none;
}
#ui .faqpanel h3 {
  font-weight: bold;
  margin: 0 0 14px;
}
#ui .faqpanel ol.faq-list {
  font-size: 12px;
  font-weight: bold;
  padding-left: 23px;
}
#ui .faqpanel ul {
  font-weight: bold;
  list-style-type: none;
}
#ui .faqpanel ul li {
  margin-left: 12px;
  position: relative;
  padding-left: 10px;
  display: block;
}
#ui .faqpanel ul li:before {
  border: 3px solid #ffffff;
  content: "";
  left: -12px;
  position: absolute;
}
#ui .faqpanel ul li:before {
  border: 3px solid #ffffff;
  content: "";
  left: -12px;
  position: absolute;
}
#ui .faqpanel ul li:before {
  top: 5px;
  left: -5px;
}
#ui .faqpanel .rd {
  width: 500px;
}
#ui .faqpanel .textimage {
  margin-bottom: 0;
  color: #ffffff;
}
.ie7 #ui .faqpanel ul li {
  background: url("../../designs/pattex-responsive/common/img/sprites.png") no-repeat 0 -795px transparent;
  margin-left: 0;
  padding-left: 12px;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .faqpanel ol {
  list-style-type: none;
}
#ui .faqpanel ol.faq-list {
  padding-left: 0;
}
#ui .faqpanel ul {
  list-style-type: none;
}
#ui .faqpanel ul li {
  margin-left: 0;
}
#ui .faqpanel ul li:before {
  display: none;
}
#ui .faqpanel li {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  border: 1px solid #000000;
  padding: 7px 5px 0px;
}
#ui .faqpanel li summary {
  padding-right: 30px;
  position: relative;
  text-decoration: none;
}
#ui .faqpanel li summary .arrow {
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") no-repeat 0px -595px transparent;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 3px;
}
#ui .faqpanel li summary.active a {
  color: #ffca00;
}
#ui .faqpanel li summary.active .arrow {
  background-position: 3px -700px;
  padding-right: 3px;
}
.ie8 #ui .faqpanel ol {
  list-style-type: decimal;
}
.ie8 #ui .faqpanel ol.faq-list {
  padding-left: 23px;
}
.ie8 #ui .faqpanel ul {
  list-style-type: none;
}
.ie8 #ui .faqpanel ul li {
  margin-left: 12px;
  position: relative;
  display: block;
}
.ie8 #ui .faqpanel ul li:before {
  border: 3px solid #ffca00;
  content: "";
  left: -12px;
  position: absolute;
}
.ie8 #ui .faqpanel ul li:before {
  border: 3px solid #ffca00;
  content: "";
  left: -12px;
  position: absolute;
}
.ie8 #ui .faqpanel ul li:before {
  top: 5px;
}
.ie8 #ui .faqpanel li {
  border: none;
  margin-top: 0;
  padding: 0;
}
.ie8 #ui .faqpanel li summary {
  text-decoration: underline;
}

}
/*
 * comp: faq (skin)
 */
@media all {
  #ui .faq summary {
  cursor: pointer;
  margin-bottom: 10px;
}
#ui .faq div.hd {
  margin-left: -18px;
}
#ui .faq .textimage {
  font-weight: normal;
  margin-top: 0;
}
#ui .faq .textimage .image {
  display: block;
  margin-bottom: 10px;
}
#ui .faq .textimage p {
  padding-bottom: 25px;
}

}
@media all {
  #ui .contactform {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 4px 1px #000000;
  -moz-box-shadow: 2px 2px 4px 1px #000000;
  box-shadow: 2px 2px 4px 1px #000000;
  border: 1px solid #000000;
  background-color: #ffca00;
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: bold;
}
#ui .contactform > h3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
  padding: 12px 20px;
  text-transform: uppercase;
}
#ui .contactform fieldset {
  margin-bottom: 10px;
}
#ui .contactform .textimage {
  border-bottom: 1px solid #000000;
  padding: 0 20px 10px;
}
#ui .contactform .error-message {
  color: #ffca00;
  font-weight: bold;
  padding-bottom: 10px;
}
#ui .contactform .mobiletext {
  display: none;
}
#ui .contactform form {
  padding: 10px 20px 15px;
  color: #000000;
}
#ui .contactform form .hint {
  color: #dc291e;
}
#ui .contactform form .hint a,
#ui .contactform form .hint a:visited,
#ui .contactform form .hint a:hover,
#ui .contactform form .hint a:active,
#ui .contactform form .hint a:focus {
  background-color: transparent;
  text-decoration: underline;
}
#ui .contactform form .hint a:hover {
  color: #ffca00;
}
#ui .contactform form p.hint {
  color: #dc291e;
  margin-top: -6px;
  font-weight: bold;
}
#ui .contactform form .fsInfo {
  padding-left: 23px;
}
#ui .contactform form .fsInfo .hint {
  color: #000000;
  font-weight: bold;
}
#ui .contactform form div.submit {
  border-top: 1px solid #000000;
  margin: 0 -20px;
  padding: 10px 0;
}
#ui .contactform form div.submit span.button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #da281e), color-stop(1, #aa1f18));
  background-image: -moz-linear-gradient(center top, #da281e 0, #aa1f18 100%);
  background-image: -ms-linear-gradient(top, #da281e 0, #aa1f18 100%);
  background-image: -o-linear-gradient(top, #da281e 0, #aa1f18 100%);
  background-image: linear-gradient(top, #da281e 0, #aa1f18 100%);
  -pie-background: linear-gradient(#da281e 0, #aa1f18 100%);
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  float: right;
  margin-right: 20px;
  padding: 0;
}
#ui .contactform form div.submit span.button input {
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") no-repeat scroll 8px -193px transparent;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 20px;
  text-transform: uppercase;
}
#ui .contactform form div.submit span.button:hover {
  background: #ffffff;
}
#ui .contactform form div.submit span.button:hover input {
  background-position: 6px -91px;
  color: #dc291e;
}
#ui .contactform form .item.input {
  float: left;
  margin-right: 10px;
  width: 48%;
}
#ui .contactform form .item.input:first-child {
  float: left;
}
#ui .contactform form .item.input.long-text {
  float: none;
  width: 100%;
}
#ui .contactform form .item.input.select {
  width: 100%;
}
#ui .contactform form .checkbox label,
#ui .contactform form .gender label,
#ui .contactform form .item.input label,
#ui .contactform form .textarea label {
  line-height: 14px;
  margin-top: 9px;
}
#ui .contactform form .gender label {
  display: inline-block;
  line-height: 18px;
  margin-right: 20px;
}
#ui .contactform form .item.input input,
#ui .contactform form .item.input select,
#ui .contactform form .textarea textarea {
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
  margin-top: 3px;
  padding: 3px 5px;
  width: 95%;
}
#ui .contactform form .item.input select {
  width: 96%;
}
#ui .contactform form .item.input input:hover,
#ui .contactform form .item.input select:hover,
#ui .contactform form .textarea textarea:hover {
  border-color: #000000;
}
#ui .contactform form .item.input input.error,
#ui .contactform form .textarea textarea.error {
  border: 1px solid #ffca00;
}
#ui .contactform form .row {
  zoom: 1;
}
#ui .contactform form .row:before,
#ui .contactform form .row:after {
  content: "";
  display: table;
}
#ui .contactform form .row:after {
  clear: both;
}
#ui .contactform form .row:before,
#ui .contactform form .row:after {
  content: "";
  display: table;
}
#ui .contactform form .row:after {
  clear: both;
}
#ui .contactform form .checkbox strong,
#ui .contactform form .checkbox .hint {
  line-height: 14px;
  margin-left: 2px;
  margin-top: 9px;
  padding-top: 3px;
}
#ui .contactform form .checkbox label,
#ui .contactform form .checkbox label input {
  display: inline;
}
#ui .contactform form .checkbox .error,
#ui .contactform form .checkbox .error a {
  color: #ffca00;
}
#ui .contactform form .styledCheckbox,
#ui .contactform form .styledRadio {
  background-image: url("../../designs/pattex-responsive/components/form/contactform/img/pattex.form-icons.png");
  display: inline-block !important;
  vertical-align: top;
}
#ui .contactform form .styledRadio {
  background-position: -29px -5px;
  height: 18px;
  margin-right: 6px;
  width: 18px;
}
#ui .contactform form .styledRadio:before {
  color: #d7dde0;
}
#ui .contactform form .styledRadio.styledRadioChecked {
  background-position: -29px -31px;
}
#ui .contactform form .styledRadio.styledRadioChecked:before {
  color: #ffffff;
}
#ui .contactform form .styledCheckbox {
  background-position: 0 -2px;
  height: 25px;
  margin-left: -23px;
  margin-right: 3px;
  width: 25px;
}
#ui .contactform form .styledCheckbox.styledCheckboxChecked {
  background-position: 0 -27px;
}
#ui .contactform form .captcha {
  zoom: 1;
  margin: 15px 0;
}
#ui .contactform form .captcha:before,
#ui .contactform form .captcha:after {
  content: "";
  display: table;
}
#ui .contactform form .captcha:after {
  clear: both;
}
#ui .contactform form .captcha:before,
#ui .contactform form .captcha:after {
  content: "";
  display: table;
}
#ui .contactform form .captcha:after {
  clear: both;
}
#ui .contactform form .captcha .hint {
  color: #000000;
  font-weight: bold;
}
#ui .contactform form .captcha .form_captcha_img {
  background-color: transparent;
  float: left;
}
#ui .contactform form .captcha .form_captcha_refresh {
  float: right;
}
#ui .contactform form .captcha .form_captcha_refresh_input {
  color: #000000;
}
#ui .contactform form .captcha .form_captcha_refresh_input input,
#ui .contactform form .captcha .form_captcha_refresh_input input:active,
#ui .contactform form .captcha .form_captcha_refresh_input input:focus {
  /* .gradient(@color-black-variant1, @color-black);
               .border-simple(@color-black);
               .rounded-corners();*/
  
  border: 0 solid #d7dde0;
  background: url("../../designs/pattex-responsive/common/img/icons.png") no-repeat scroll 0 -2000px transparent;
  color: #000000;
  font-weight: bold;
  padding: 5px 35px;
  text-transform: uppercase;
}
#ui .contactform form .captcha .row {
  width: 100%;
}
#ui .contactform form .captcha .row:first-child {
  width: 100%;
}
#ui .contactform form .captcha .row .item {
  width: 100%;
}
#ui .contactform form .captcha .row.captcha {
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding: 15px 5px 15px 15px;
  width: 32%;
  background: #e3b525;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .contactform form .captcha .row.captcha {
  width: 90%;
}
#ui .contactform form .item.input {
  width: 100%;
}
#ui .contactform form .item.input select {
  width: 98%;
  background: #ffffff;
}
.touch #ui .contactform .textimage {
  border-bottom: none;
  padding-bottom: 0;
}
.touch #ui .contactform form#contact {
  display: block;
}
.touch #ui .contactform form .captcha .form_captcha_refresh_input input {
  padding: 5px 26px;
}
.touch #ui .contactform .mobiletext {
  display: block;
  padding: 0 20px 10px;
  font-color: #000000;
}
.touch #ui .contactform .mobiletext .phone,
.touch #ui .contactform .mobiletext p {
  margin-bottom: 10px;
}
.touch #ui .contactform .button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.touch #ui .contactform .button a {
  background: transparent;
  border: none;
}
.touch #ui .contactform .button a:before {
  border: none;
  font-family: "heli";
  left: -5px;
  position: relative;
  top: 0;
}
.touch #ui .contactform .phone .button a:before {
  content: "\3D";
}
.touch #ui .contactform .altEmail .button a:before {
  content: "\3E";
}

}
/**
 * comp: video (skin)
 */
@media all {
  #ui .video {
  margin-bottom: 16px;
}
#ui .video h2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 16px;
}
#ui .video p {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 16px;
}
#ui .video img {
  display: inline;
}
#ui .carousel .stage .video {
  margin-bottom: 0px;
  bottom: -40px;
  position: relative;
}
#ui .productdetails .video h2,
#ui .productdetails .video p {
  color: #000000;
}
#ui .video {
  margin-bottom: 0;
  padding-bottom: 16px;
}
#ui #stage .product .video h2,
#ui #stage .product .video p {
  color: #000000;
}

}
/**
 * component: youtube (skin)
 */
@media all {
  #ui .youtube {
  zoom: 1;
  margin-bottom: 10px;
}
#ui .youtube:before,
#ui .youtube:after {
  content: "";
  display: table;
}
#ui .youtube:after {
  clear: both;
}
#ui .youtube .preview {
  float: left;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
}
#ui .youtube .preview img {
  width: 100%;
}
#ui .youtube .preview.widescreen img {
  margin-top: -42px;
}
#ui .youtube .preview .play {
  background: url("../../designs/pattex-responsive/components/youtube/img/youtube.play.png") no-repeat 0 0 transparent;
  height: 70px;
  left: 50%;
  margin: -35px 0 0 -35px;
  position: absolute;
  top: 50%;
  width: 70px;
}
#ui .youtube .preview:hover,
#ui .youtube .preview.hover {
  cursor: pointer;
}
#ui .youtube .preview:hover .play,
#ui .youtube .preview.hover .play {
  background-position: 0 -69px;
}
#ui .youtube iframe {
  float: left;
  margin-right: 16px;
}
#ui .youtube .metadata {
  float: left;
  width: 100%;
}
#ui .youtube .metadata .date {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 16px;
}
#ui .youtube .metadata h3 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 16px;
}
#ui .youtube .metadata p {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 16px;
}
#ui .productdetails .youtube div.preview {
  height: auto !important;
  width: 100% !important;
}
#ui .productdetails .youtube iframe {
  width: 100% !important;
}

}
@media screen and (max-width: 1024px) {
  #ui .youtube div.preview {
  height: auto !important;
  width: 100% !important;
}
.fluid-width-video-wrapper iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

}
@media screen and (min-width: 1025px) {
  .fluid-width-video-wrapper {
  padding-top: 0 !important;
}

}
/**
 * component: hotspotimage (skin)
 */
@media all {
  #ui .hotspotimage {
  margin-bottom: 20px;
}
#ui .hotspotimage .image img {
  max-width: 100%;
}
#ui .hotspotimage .container {
  display: none;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .hotspotimage .container {
  display: block;
  margin-top: 10px;
}
#ui .hotspotimage .container .textimage-text h4 {
  color: #ffca00;
}
#ui .hotspotimage .container .textimage-text h3,
#ui .hotspotimage .container .textimage-text p {
  color: #ffffff;
}

}
/**
 * component: hotspot (skin)
 */
@media all {
  #ui .hotspot {
  background: url("../../designs/pattex-responsive/components/hotspotimage/hotspot/img/pattex.hotspot.sprite.png") no-repeat 0 0 transparent;
  height: 38px;
  left: -9999em;
  margin: -18px 0 0 -18px;
  position: absolute;
  width: 39px;
  z-index: 5;
}
#ui .hotspot.hover,
#ui .hotspot:hover {
  background-position: 0 -38px;
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
  z-index: 10;
}
#ui .hotspot.hover .content,
#ui .hotspot:hover .content {
  display: block;
}
#ui .hotspot .content {
  background-color: #000000;
  height: 252px;
  width: 432px;
}
#ui .hotspot .content .image {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
#ui .hotspot .content .textimage-text {
  padding: 30px 130px 18px 18px;
}
#ui .hotspot .content .textimage-text h4 {
  color: #ffca00;
}
#ui .hotspot .content .textimage-text h3,
#ui .hotspot .content .textimage-text p {
  color: #ffffff;
}
#ui .hotspot .content.bottom:after {
  border: 15px solid transparent;
  border-top-color: #000000;
  bottom: -29px;
  content: "";
  position: absolute;
  z-index: -1;
}
#ui .hotspot .content.top:before {
  border: 15px solid transparent;
  border-bottom-color: #000000;
  content: "";
  position: absolute;
  top: -29px;
  z-index: -1;
}
#ui .hotspot .content.right.top {
  right: -5px;
  top: 57px;
}
#ui .hotspot .content.right.top:before {
  right: 10px;
}
#ui .hotspot .content.right.bottom {
  bottom: 57px;
  right: -5px;
}
#ui .hotspot .content.right.bottom:after {
  right: 10px;
}
#ui .hotspot .content.center.bottom {
  left: -191px;
  bottom: 57px;
}
#ui .hotspot .content.center.bottom:after {
  right: 208px;
}
#ui .hotspot .content.center.top {
  left: -191px;
  top: 57px;
}
#ui .hotspot .content.center.top:before {
  right: 208px;
}
#ui .hotspot .content.left.top {
  left: -7px;
  top: 57px;
}
#ui .hotspot .content.left.top:before {
  left: 10px;
}
#ui .hotspot .content.left.bottom {
  left: -7px;
  bottom: 57px;
}
#ui .hotspot .content.left.bottom:after {
  left: 10px;
}
#ui .hotspot .content .image {
  width: 100px;
}
#ui .hotspot .content .image img {
  width: 100%;
}
.cssanimations #ui .hotspot {
  -webkit-animation: pulse 1s infinite linear;
  -moz-animation: pulse 1s infinite linear;
  -o-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}
.cssanimations #ui .hotspot:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: all 0 none;
  animation: none;
}

}
@media screen and (max-width: 1024px) {
  .cssanimations #ui .hotspot {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: all 0 none;
  animation: none;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .hotspot.hover .content,
#ui .hotspot:hover .content {
  display: none;
}

}
/**
 * comp: colorbox (skin)
 */
@media all {
  #cboxOverlay {
  z-index: 99;
  background: #4c4c4c !important;
}
#cboxTopLeft {
  background: url("../../designs/pattex-responsive/components/colorbox/img/border1.png") no-repeat 0 0;
}
#cboxTopCenter {
  background: url("../../designs/pattex-responsive/components/colorbox/img/border1.png") repeat-x 0 -50px;
}
#cboxTopRight {
  background: url("../../designs/pattex-responsive/components/colorbox/img/border1.png") no-repeat -25px 0;
}
#cboxBottomLeft {
  background: url("../../designs/pattex-responsive/components/colorbox/img/border1.png") no-repeat 0 -25px;
}
#cboxBottomCenter {
  background: url("../../designs/pattex-responsive/components/colorbox/img/border1.png") repeat-x 0 -75px;
}
#cboxBottomRight {
  background: url("../../designs/pattex-responsive/components/colorbox/img/border1.png") no-repeat -25px -25px;
}
#cboxMiddleLeft {
  background: url("../../designs/pattex-responsive/components/colorbox/img/border2.png") repeat-y 0 0;
}
#cboxMiddleRight {
  background: url("../../designs/pattex-responsive/components/colorbox/img/border2.png") repeat-y -25px 0;
}
#cboxContent {
  background: #262626;
  overflow: visible !important;
}
#ui #cboxClose {
  background: none transparent;
  height: 25px;
  margin: 0 0 0 -10px;
  overflow: hidden;
  right: -20px;
  text-indent: 0;
  top: -20px;
  width: 25px;
  color: #ffffff;
}
#ui #cboxClose:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\35";
}
#ui #cboxClose:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\35";
}
#ui #cboxClose:before {
  font-size: 25px;
  line-height: 1;
  position: relative;
  text-indent: 0;
  text-shadow: 0 0 transparent;
}
#ui #cboxClose:hover:before {
  color: #ffca00;
}
#ui #cboxPrevious,
#ui #cboxNext {
  position: absolute;
  top: 50%;
}
#ui #cboxPrevious:hover:before,
#ui #cboxNext:hover:before {
  color: #ffca00;
}
#ui #cboxPrevious:before,
#ui #cboxNext:before {
  color: #ffffff;
}
#ui #cboxPrevious {
  left: -19px !important;
  right: auto;
}
#ui #cboxPrevious:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\27";
}
#ui #cboxNext {
  right: -7px !important;
  left: auto;
}
#ui #cboxNext:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\25";
}
#ui #cboxCurrent {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}
#ui #colorbox.gallery.title #cboxCurrent {
  background-color: transparent;
}
#ui #cboxTitle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}
.ie7 #ui #cboxCurrent,
.ie8 #ui #cboxCurrent,
.ie7 #ui #cboxTitle,
.ie8 #ui #cboxTitle {
  background-color: #ffffff;
  color: #ffffff;
}
.ie7 #ui #colorbox.title.gallery #cboxCurrent,
.ie8 #ui #colorbox.title.gallery #cboxCurrent {
  background-color: #ffffff;
}

}
@media screen and (max-width: 1024px) {
  #ui #cboxClose {
  height: 40px;
  right: -23px;
  top: -23px;
  width: 40px;
}
#ui #cboxClose:before {
  font-size: 40px;
}
#ui #cboxNext,
#ui #cboxPrevious {
  height: 35px;
  margin-top: -20px;
  width: 27px;
}
#ui #cboxNext:before,
#ui #cboxPrevious:before {
  font-size: 40px;
}
#ui #cboxNext {
  right: -8px;
}
#ui #cboxPrevious {
  left: -21px;
}
#ui #cboxTitle {
  padding-left: 15px;
}

}
/*
  The following fixes issue of scrollbar appearing on desktop when video size is bigger
*/
@media screen and (min-width: 1025px) {
  #cboxLoadedContent.fittosize {
  height: auto !important;
}
#cboxLoadedContent.fittosize .content-only.video {
  height: 100%;
  margin-bottom: 0;
}
#cboxLoadedContent.fittosize .content-only.video .cookiespecific .contentvideoplayer {
  height: 100%;
}
#cboxLoadedContent.fittosize .content-only.video .cookiespecific .contentvideoplayer embed {
  height: 85%;
}
#cboxLoadedContent.fittosize .content-only.video .cookiespecific .contentvideoplayer .screen {
  height: inherit;
}
#cboxLoadedContent.fittosize .content-only.video .cookiespecific .contentvideoplayer .screen div[id^="bgexfashcontent"] {
  height: 85% !important;
}
#cboxLoadedContent.fittosize .content-only.video .cookiespecific .contentvideoplayer .screen > div {
  height: inherit;
}
#cboxLoadedContent.fittosize .content-only.video .cookiespecific .contentvideoplayer .screen > div > div {
  height: inherit !important;
}

}
/**
 * comp: productfinder (skin)
 */
@media all {
  #ui .tipfinder {
  font-size: 12px;
}
#ui .tipfinder h2 {
  margin: 10px 0;
  color: #ffca00;
  font-size: 20px;
}
#ui .tipfinder h3 {
  margin: 0 0 14px;
  color: #ffca00;
  font-size: 14px;
}
#ui .tipfinder .combinations-tab > h3 {
  display: none;
}
#ui .tipfinder ul {
  list-style: none;
}
#ui .tipfinder li {
  border: 1px solid #d8dee4;
}
#ui .tipfinder li span {
  display: block;
  padding: 5px;
  line-height: 13px;
}
#ui .tipfinder li span:before {
  color: #d8dee4;
}
#ui .tipfinder li:hover {
  color: #ffca00;
  cursor: pointer;
}
#ui .tipfinder li:hover span:before {
  color: #ffca00;
}
#ui .tipfinder .label {
  margin-bottom: 5px;
  font-style: italic;
}
#ui .tipfinder .background {
  position: relative;
}
#ui .tipfinder .background.tiled {
  background: url("../../designs/pattex-responsive/common/img/pattex.stage.tiled.jpg") repeat-x 0 0 #333333;
}
#ui .tipfinder .background.fullimage {
  background: url("../../designs/pattex-responsive/common/img/pattex.stage.fullimage.jpg") no-repeat 0 0 #242424;
}
#ui .tipfinder .description {
  border: 1px solid #d8dee4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 5px;
  width: 100%;
  font-weight: bold;
  line-height: 16px;
}
#ui .tipfinder .description:before {
  position: relative;
  top: 2px;
  color: #d8dee4;
  line-height: 12px;
}
#ui .tipfinder .description:hover {
  color: #dc291e;
  cursor: pointer;
}
#ui .tipfinder .disabled {
  color: #d8dee4;
}
#ui .tipfinder .disabled .description {
  background-color: #808080;
}
#ui .tipfinder .disabled .description:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2c";
}
#ui .tipfinder .disabled .description:before {
  font-family: "heli";
  font-size: 1em;
  font-weight: normal;
  speak: none;
  content: "\2c";
}
#ui .tipfinder .disabled .description:hover {
  color: #d8dee4;
  cursor: auto;
}
#ui .tipfinder .box {
  border: 1px solid #000000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  position: absolute;
  bottom: 13px;
  float: left;
  margin-top: 62px;
  margin-left: 25px;
  padding: 22px 22px 35px 22px;
  font-weight: bold;
  font-size: 12px;
}
#ui .tipfinder .box .material {
  float: left;
  width: 50%;
}
#ui .tipfinder .active {
  color: #ffffff;
  font-weight: bold;
}
#ui .tipfinder .active span:before {
  color: #ffffff;
}
#ui .tipfinder .option {
  position: relative;
  margin-bottom: 10px;
}
#ui .tipfinder .option ul {
  left: -5000px;
  overflow: hidden;
  position: absolute;
}
#ui .tipfinder .option.hover ul {
  left: auto;
  overflow: visible;
  position: static;
  position: absolute;
  top: 0;
  cursor: pointer;
}
#ui .tipfinder .select ul {
  z-index: 5;
  width: 100%;
  background-color: #000000;
}
#ui .tipfinder .select li {
  border-top-width: 0;
}
#ui .tipfinder .select li:first-child {
  padding: 5px;
  border-top-width: 1px;
  line-height: 16px;
}
#ui .tipfinder .step1 {
  margin-left: 0;
}
#ui .tipfinder .submitbutton {
  display: none;
}
#ui .tipfinder .tipfinder-resultlist {
  margin-top: 15px;
}
#ui .tipfinder .tipfinder-resultlist > .parsys,
#ui .tipfinder .tipfinder-resultlist .loading {
  margin-bottom: 15px;
  zoom: 1;
}
#ui .tipfinder .tipfinder-resultlist .loading span {
  -webkit-animation: rotate360steps 500ms infinite linear;
  -moz-animation: rotate360steps 500ms infinite linear;
  -o-animation: rotate360steps 500ms infinite linear;
  animation: rotate360steps 500ms infinite linear;
  display: block;
  margin: 30px auto;
  width: 80px;
  color: #ffffff;
}
#ui .tipfinder .tipfinder-resultlist .loading span:before {
  font-family: "heli";
  font-size: 80px;
  font-weight: normal;
  speak: none;
  content: "\2d";
}
#ui .tipfinder .tipfinder-resultlist .loading span:before {
  font-family: "heli";
  font-size: 80px;
  font-weight: normal;
  speak: none;
  content: "\2d";
}
#ui .tipfinder .tipfinder-resultlist .category,
#ui .tipfinder .tipfinder-resultlist .no-result {
  clear: left;
  padding-top: 15px;
  border-top: 1px solid #ffffff;
}
#ui .tipfinder .tipfinder-resultlist ul {
  clear: both;
}
#ui .tipfinder .tipfinder-resultlist li {
  padding: 5px;
  border: none;
}
#ui .tipfinder .tipfinder-resultlist .item {
  float: left;
  margin-bottom: 15px;
  width: 212px;
}
#ui .tipfinder .tipfinder-resultlist .item:first-child {
  margin-left: 0;
}
#ui .tipfinder .tipfinder-resultlist .teaser {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  background: #ffca00;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#ui .tipfinder .tipfinder-resultlist .teaser.resized a.button {
  position: absolute;
  right: 0;
  bottom: 0;
}
#ui .tipfinder .tipfinder-resultlist .teaser .textblock {
  padding: 0;
}
#ui .tipfinder .tipfinder-resultlist .teaser .textblock h3:after {
  background: none;
}
#ui .tipfinder .tipfinder-resultlist .teaser .textblock .text {
  display: none;
}
#ui .tipfinder .tipfinder-resultlist .teaser h3 {
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  border: 1px solid #000000;
  margin: 0;
  padding: 10px 24px 7px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
}
#ui .tipfinder .tipfinder-resultlist .teaser .rendermode_titlesFirst .textblock {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border: 1px solid black;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
}
#ui .tipfinder .tipfinder-resultlist .teaser .rendermode_titlesFirst h3 {
  height: 30px;
  overflow: hidden;
  padding: 10px 24px 0;
  border: none;
  background: none;
}
#ui .tipfinder .tipfinder-resultlist .teaser .image {
  border: 1px solid #000000;
  border-bottom-width: 2px;
  background: #000000;
}
#ui .tipfinder .tipfinder-resultlist .teaser .image img {
  margin: 0 auto;
}
#ui .tipfinder .tipfinder-resultlist .teaser a.button {
  float: right;
  margin: 22px 24px 12px 24px;
  padding: 0 0 0 15px;
  background: transparent url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 0 1px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
#ui .tipfinder .tipfinder-resultlist .teaser a.button span {
  padding: 0;
}
#ui .tipfinder .tipfinder-resultlist .teaser:hover h3 {
  color: #ffca00;
}
#ui .tipfinder .tipfinder-resultlist .teaser:hover .image img {
  opacity: 0.4;
}
#ui .tipfinder .tipfinder-resultlist .teaser:hover a {
  background-position: 0 -99px;
  color: #dc291e;
}
.ie8 #ui .tipfinder .box {
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
}
.touch #ui .tipfinder span.description,
.touch #ui .tipfinder .radio ul {
  display: none;
}

}
@media screen and (max-width: 1024px) {
  #ui .tipfinder .background.tiled,
#ui .tipfinder .background.fullimage {
  background: transparent;
}
#ui .tipfinder .box {
  margin-left: 0;
  width: 100%;
}
#ui .tipfinder .box .material {
  float: none;
  width: 100%;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .tipfinder .box.no-margin {
  margin-top: 10px;
}
#ui .tipfinder .box select {
  padding: 5px;
}
#ui .tipfinder .tipfinder-resultlist .item {
  padding: 0;
  width: 100%;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  #ui .tipfinder .tipfinder-resultlist ul {
  clear: none;
}
#ui .tipfinder .tipfinder-resultlist .item {
  padding: 0 1.3% 0 0;
  width: 32%;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  #ui .tipfinder .box.no-margin {
  margin-top: 10px;
}
#ui .tipfinder .material1-detail,
#ui .tipfinder .material2-detail,
#ui .tipfinder .box.step3 {
  display: none;
}
#ui .tipfinder .material1-detail.show,
#ui .tipfinder .material2-detail.show,
#ui .tipfinder .box.step3.show {
  display: inline-block;
}
#ui .tipfinder .box select {
  padding: 5px;
}

}
@media screen and (min-width: 1025px) {
  #ui .tipfinder .box {
  position: relative;
  padding-bottom: 30px;
  width: 604px;
}
#ui .tipfinder .box h3 {
  text-transform: uppercase;
  font-size: 24px;
}
#ui .tipfinder .box h3 span {
  color: #ffffff;
  font-size: 18px;
}
#ui .tipfinder .box .separator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  border-top: 1px solid #4c4c4c;
}
#ui .tipfinder .box.nosebottom:after {
  position: absolute;
  top: 100%;
  left: 20px;
  width: 24px;
  height: 11px;
  background: url("../../designs/pattex-responsive/common/img/pattex.box.nosebottom.png") no-repeat scroll 0 0 transparent;
  content: "";
}
#ui .tipfinder .box > .nose.left {
  position: absolute;
  top: 45%;
  left: -11px;
  width: 11px;
  height: 24px;
  background: url("../../designs/pattex-responsive/common/img/pattex.box.noseleft.png") no-repeat scroll 0 0 transparent;
}
#ui .tipfinder .label {
  font-style: normal !important;
}
#ui .tipfinder .option {
  margin-bottom: 10px;
  width: 242px;
  height: 32px;
  background: url("../../designs/pattex-responsive/common/img/pattex.option.bg.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  text-transform: uppercase;
}
#ui .tipfinder .option.disabled {
  background-position: 0 -32px;
  color: #4c4c4c;
}
#ui .tipfinder .option.disabled > span.cover {
  display: none;
}
#ui .tipfinder .option.disabled .description {
  background: none;
}
#ui .tipfinder .option.disabled .description:before {
  display: none;
  content: "";
}
#ui .tipfinder .option.disabled .description:hover {
  color: #4c4c4c;
}
#ui .tipfinder .option.hover > .select {
  -webkit-box-shadow: 6px 4px 12px -6px #000000;
  -moz-box-shadow: 6px 4px 12px -6px #000000;
  box-shadow: 6px 4px 12px -6px #000000;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  position: absolute;
  top: -3px;
  left: 250px;
  z-index: 1;
  padding: 3px 0 8px 15px;
  width: 193px;
  border-radius: 12px;
  background: url("../../designs/pattex-responsive/common/img/pattex.select.bg.png") repeat-x scroll 0 0 #e4e4e4;
  color: #000000;
}
#ui .tipfinder .option.hover > .select ul {
  position: relative;
  background: transparent;
}
#ui .tipfinder .option.hover > .select li {
  padding: 3px 5px 5px 17px;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  background: url("../../designs/pattex-responsive/common/img/sprites.png") no-repeat scroll 0 -391px transparent;
}
#ui .tipfinder .option.hover > .select li:hover,
#ui .tipfinder .option.hover > .select li.active {
  background-position: 0 -191px;
  color: #dc291e;
}
#ui .tipfinder .option.hover > .select > .nose.left {
  position: absolute;
  top: 3px;
  left: -12px;
  width: 15px;
  height: 32px;
  background: url("../../designs/pattex-responsive/common/img/pattex.select.noseleft.png") no-repeat 4px 8px;
}
#ui .tipfinder .option .description {
  padding: 6px;
  height: auto;
  border: none;
  line-height: inherit;
}
#ui .tipfinder .option.hover .disabled {
  color: #4c4c4c;
}
#ui .tipfinder .option.hover .description {
  color: #dc291e;
}
#ui .tipfinder .option.hover > span.cover {
  background-position: 0 -191px;
  cursor: pointer;
}
#ui .tipfinder .option > span.cover {
  position: relative;
  top: -30px;
  left: 220px;
  display: block;
  width: 39px;
  height: 32px;
  background: url("../../designs/pattex-responsive/common/img/sprites.png") no-repeat scroll 0 -391px transparent;
}
.ie8 #ui .tipfinder .box .separator {
  bottom: -15px;
}

}
/**
 * comp: download
 */
@media all {
  #ui .download .button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #333333 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #333333 0, #000000 100%);
  background-image: -o-linear-gradient(top, #333333 0, #000000 100%);
  background-image: linear-gradient(top, #333333 0, #000000 100%);
  -pie-background: linear-gradient(#333333 0, #000000 100%);
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  border: 1px solid #000;
  margin: 0 0 15px;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#ui .download .button a {
  background-color: transparent;
  border: 0;
  background: url(../../designs/pattex-responsive/common/img/icons.png) no-repeat 0 -191px;
}
#ui .download .button a:hover {
  color: #ffca00;
  background: url(../../designs/pattex-responsive/common/img/icons.png) no-repeat 0 -291px;
}
#ui .download .button a:before {
  display: none;
}
#ui .download.button-right .button {
  float: right;
}
#ui .download.button-left .button {
  float: left;
}

}
@media all {
  #ui .glossarypanel {
  margin-bottom: 20px;
}
#ui .glossarypanel .panel-body {
  -webkit-box-shadow: 2px 2px 4px #000000 #000000;
  -moz-box-shadow: 2px 2px 4px #000000 #000000;
  box-shadow: 2px 2px 4px #000000 #000000;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  padding-bottom: 34px;
  border: 1px solid #000000;
  background: #ffca00;
}
#ui .glossarypanel .panel-body h2:focus,
#ui .glossarypanel .panel-body dl:focus,
#ui .glossarypanel .panel-body dd:focus,
#ui .glossarypanel .panel-body dt:focus {
  -webkit-box-shadow: 0 0 0 transparent #000000;
  -moz-box-shadow: 0 0 0 transparent #000000;
  box-shadow: 0 0 0 transparent #000000;
  outline: 0;
  border: 0;
}
#ui .glossarypanel .panel-header {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  padding: 10px 29px;
  color: #ffffff;
}
#ui .glossarypanel .panel-header h3 {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
#ui .glossary__headline {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  position: relative;
  padding: 10px 20px 10px 15px;
  border-top: 1px solid #fedd6c;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  background: #ffca00;
  color: #000000;
  font-weight: normal;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}
#ui .glossary__headline .ui-accordion-header-icon {
  left: auto;
  position: absolute;
  top: 8px;
  right: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") 0 3px no-repeat;
  content: " ";
  speak: none;
}
#ui .glossary__headline.ui-state-active {
  color: #dc291e;
  border-bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fedd6c), color-stop(1, #ffca00));
  background-image: -moz-linear-gradient(center top, #fedd6c 0, #ffca00 100%);
  background-image: -ms-linear-gradient(top, #fedd6c 0, #ffca00 100%);
  background-image: -o-linear-gradient(top, #fedd6c 0, #ffca00 100%);
  background-image: linear-gradient(top, #fedd6c 0, #ffca00 100%);
  -pie-background: linear-gradient(#fedd6c 0, #ffca00 100%);
}
#ui .glossary__headline.ui-state-active .ui-accordion-header-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") 0 -1696px no-repeat !important;
  content: " ";
  speak: none;
}
#ui .glossary__headline.ui-state-hover {
  color: #dc291e;
}
#ui .glossary__headline.ui-state-hover .ui-accordion-header-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") 0 -97px no-repeat !important;
  content: " ";
  speak: none;
}
#ui .glossary__headline.ui-state-active .ui-accordion-header-icon,
#ui .glossary__headline.ui-state-hover .ui-accordion-header-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") 0 -1696px no-repeat !important;
  content: " ";
  speak: none;
}
#ui .glossary__letter {
  font-weight: bold;
  margin: 0 5px 0;
}
#ui .glossary__range {
  margin-right: 5px;
}
#ui .glossary__entries {
  background: #ffca00;
  color: #000000;
  border-bottom: 1px solid #000000;
}
#ui .glossary__entry-term {
  background: none;
  padding: 10px 10px 10px 27px;
  font-size: 12px;
}
#ui .glossary__entry-term a {
  display: inline-block;
  color: #000000;
  text-decoration: underline;
}
#ui .glossary__entry-term .ui-accordion-header-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") 0 3px no-repeat !important;
  content: " ";
  speak: none;
}
#ui .glossary__entry-term.ui-accordion-header-active {
  color: #dc291e;
}
#ui .glossary__entry-term.ui-accordion-header-active .ui-accordion-header-icon {
  background: url("../../designs/pattex-responsive/common/img/sprites_resp.png") 0 -1696px no-repeat !important;
}
#ui .glossary__entry-term.ui-accordion-header-active a {
  color: #dc291e;
}
#ui .glossary__entry-description {
  margin: 5px 20px 5px 43px;
  font-size: 12px;
}
#ui dt .ui-accordion-header-icon {
  left: auto;
  position: relative;
}
#ui dd.ui-widget-content {
  background: none;
}

}
@media all {
  #ui .title + .layoutpanel {
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}
#ui .layoutpanel {
  margin: 0 0 20px 0;
  background: #ffca00;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  color: #000000;
}
#ui .layoutpanel__layer {
  padding: 10px;
  position: relative;
}
#ui .layoutpanel__layer .line {
  margin: -10px -15px 0 -25px;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .layoutpanel .hide-on-mobile {
  display: none;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  #ui .layoutpanel .hide-on-tablet {
  display: none;
}

}
@media screen and (min-width: 1025px) {
  #ui .layoutpanel .hide-on-desktop {
  display: none;
}

}
.articlepage #ui .title + .layoutpanel {
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}
.articlepage #ui .layoutpanel {
  border: 1px solid #000000;
  -webkit-border-radius: 13px 13px 12px 12px;
  -moz-border-radius: 13px 13px 12px 12px;
  border-radius: 13px 13px 12px 12px;
  -webkit-box-shadow: 2px 2px 4px 1px #000000;
  -moz-box-shadow: 2px 2px 4px 1px #000000;
  box-shadow: 2px 2px 4px 1px #000000;
}
.articlepage #ui .layoutpanel__layer {
  padding: 25px 15px 0 25px;
}
@media all {
  #ui .summary {
  margin: 15px 10px 15px;
  padding: 15px 10px 0 10px;
  border: 1px solid #000000;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  
}
@media screen and (max-width: 640px) and (orientation: portrait), screen and (max-device-width: 640px) and (orientation: portrait) {
  
}
@media screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  
}
.ie8 #ui .summary img {
  display: block;
  width: auto;
}
@media all {
  .articlepage #ui .summary {
  margin-top: 0;
}

}
@media all {
  #ui .taglist {
  padding: 15px 10px 10px;
  margin: 0 10px 15px;
}
#ui .taglist h3 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
#ui .taglist ul {
  list-style: none;
  margin-top: 10px;
  margin-left: 1px;
}
#ui .taglist li {
  margin-left: 12px;
  position: relative;
  font-size: 12px;
}
#ui .taglist li:before {
  border: 3px solid #dc291e;
  content: "";
  left: -12px;
  position: absolute;
}
#ui .taglist li:before {
  border: 3px solid #dc291e;
  content: "";
  left: -12px;
  position: absolute;
}
#ui .taglist li span {
  font-weight: bold;
}
#ui .taglist li:before {
  margin-top: 6px;
}

}
/**
* comp: panelgroup2 (skin)
*/
@media all {
  #ui .panelgroup2 {
  border-top: 1px solid #000000;
  padding: 25px 30px 15px;
  margin: 15px -25px;
}
.articlepage #ui .panelgroup2,
.productpage #ui .panelgroup2 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

}
@media all {
  #ui .layoutpanel .pagination {
  padding: 5px 60px 10px 0;
  margin-left: -30px;
}
#ui .layoutpanel .pagination:first-child {
  border: none;
}
#ui .layoutpanel .pagination li.number {
  border-color: #000000;
  font-weight: bold;
}
#ui .layoutpanel .pagination li a {
  color: #000000;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .pagination li.number {
  border-color: #000000;
}

}
@media all {
  #ui .accordion {
  margin: 15px 0;
  padding: 0;
}
#ui .accordion .teasergallery {
  margin-top: 0;
}
#ui .accordion .teasergallery > ul > li {
  margin-left: 0;
  padding-left: 0;
}
#ui .accordion .teasergallery li {
  width: 33%;
}
#ui .accordion .teasergallery .teaser {
  margin-left: 0px;
}
#ui .accordion .teasergallery .teaser.resized {
  border: 1px solid #000000;
}
#ui .accordion .teasergallery .teaser ul li {
  margin-left: 0px;
}
#ui .accordion .accordion__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0, #000000 100%);
  background-image: -o-linear-gradient(top, #323232 0, #000000 100%);
  background-image: linear-gradient(top, #323232 0, #000000 100%);
  -pie-background: linear-gradient(#323232 0, #000000 100%);
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  behavior: url(\"/etc/designs/henkel-lib/common/js/libs/PIE/pie-alias.htc\");
  position: relative;
  border-bottom: 1px solid #000000;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px 15px 5px 2px;
  width: 30%;
}
#ui .accordion .accordion__headline:after {
  content: "";
  border-top: 1px solid #000000;
}
#ui .accordion .accordion__headline:before {
  display: none;
}
#ui .accordion .accordion__headline:hover {
  color: #ffca00;
}
#ui .accordion .accordion__headline:hover .ui-icon {
  color: #ffca00;
  background: url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 6px -294px;
}
#ui .accordion .accordion__headline .ui-icon {
  border: 0;
  background: url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 6px -194px;
  color: #ffca00;
  margin-left: 4px;
  height: 15px;
  top: 7px;
  display: inline-block;
  margin-right: 4px;
  width: 15px;
  position: static;
}
#ui .accordion .accordion__headline .ui-icon:hover {
  color: #ffca00;
  background: url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 0 -291px;
}
#ui .accordion .accordion__headline.ui-state-active .ui-icon {
  background: url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 4px -592px;
}
#ui .accordion .accordion__headline.ui-state-active:hover .ui-icon {
  background: url("../../designs/pattex-responsive/common/img/icons.png") no-repeat 4px -1792px;
}
#ui .accordion .accordion__content {
  background: none;
  border-top: 1px solid #000000;
  margin: 0 -15px 0 -25px;
  padding: 0 25px;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .accordion .teasergallery li {
  width: 45%;
}
#ui .accordion .accordion__headline {
  width: 59%;
}

}
@media screen and (max-width: 1024px) {
  #ui .accordion .accordion__headline {
  width: 59%;
}

}
@media all {
  #ui #footer .footnote {
  float: right;
  font-size: 10px;
  line-height: 12px;
  padding: 8px 10px 0;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui #footer .footnote {
  padding-top: 13px;
}

}
@media all {
  #ui #footer .addthis {
  position: absolute;
}

}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui #footer .addthis {
  left: 8px;
}

}
@media screen and (min-width: 1025px) {
  #ui #footer .addthis {
  top: 8px;
}

}
@media screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  #ui #footer .addthis {
  bottom: 8px;
  left: 10px;
}

}

