/**
 * HENKEL library css
 */
@media all {
  html,
  body {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
  #ui div,
  #ui span,
  #ui object,
  #ui iframe,
  #ui h1,
  #ui h2,
  #ui h3,
  #ui h4,
  #ui h5,
  #ui h6,
  #ui p,
  #ui blockquote,
  #ui pre,
  #ui abbr,
  #ui address,
  #ui cite,
  #ui code,
  #ui del,
  #ui dfn,
  #ui em,
  #ui img,
  #ui ins,
  #ui kbd,
  #ui q,
  #ui samp,
  #ui small,
  #ui strong,
  #ui sub,
  #ui sup,
  #ui var,
  #ui b,
  #ui i,
  #ui dl,
  #ui dt,
  #ui dd,
  #ui ol,
  #ui ul,
  #ui li,
  #ui fieldset,
  #ui form,
  #ui label,
  #ui legend,
  #ui table,
  #ui caption,
  #ui tbody,
  #ui tfoot,
  #ui thead,
  #ui tr,
  #ui th,
  #ui td,
  #ui article,
  #ui aside,
  #ui canvas,
  #ui details,
  #ui figcaption,
  #ui figure,
  #ui footer,
  #ui header,
  #ui hgroup,
  #ui menu,
  #ui nav,
  #ui section,
  #ui summary,
  #ui time,
  #ui mark,
  #ui audio,
  #ui video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
  #ui article,
  #ui aside,
  #ui details,
  #ui figcaption,
  #ui figure,
  #ui footer,
  #ui header,
  #ui hgroup,
  #ui menu,
  #ui nav,
  #ui section,
  #ui summary {
    display: block;
  }
  #ui details summary::-webkit-details-marker {
    display: none;
  }
  #ui h1,
  #ui h2,
  #ui h3,
  #ui h4,
  #ui h5,
  #ui h6 {
    font-weight: bold;
    line-height: 1.0;
  }
  #ui address {
    display: block;
    font-style: normal;
  }
  #ui blockquote {
    clear: left;
    font-style: normal;
  }
  #ui blockquote,
  #ui q {
    quotes: none;
  }
  #ui blockquote:before,
  #ui blockquote:after,
  #ui q:before,
  #ui q:after {
    content: "";
    content: none;
  }
  #ui ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  #ui mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  #ui del {
    text-decoration: line-through;
  }
  #ui abbr[title],
  #ui dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  #ui code,
  #ui kbd,
  #ui pre,
  #ui samp {
    font-family: monospace, sans-serif;
  }
  #ui pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 15px;
  }
  #ui b,
  #ui strong {
    font-weight: bold;
  }
  #ui em {
    font-style: normal;
  }
  #ui i {
    font-style: italic;
  }
  #ui small {
    font-size: 85%;
  }
  #ui sub,
  #ui sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  #ui sup {
    top: -0.5em;
  }
  #ui sub {
    bottom: -0.25em;
  }
  #ui ol {
    list-style-type: decimal;
  }
  #ui nav ul,
  #ui nav li {
    list-style: none;
  }
  #ui table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-side: top;
    clear: left;
    empty-cells: show;
  }
  #ui caption,
  #ui th {
    font-weight: bold;
  }
  #ui td {
    vertical-align: top;
  }
  #ui iframe {
    border: none;
    display: block;
    overflow: hidden;
  }
  #ui hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
  }
  #ui img {
    border: none;
    display: block;
  }
  #ui fieldset {
    border: none;
  }
  #ui legend {
    font-weight: bold;
  }
  #ui label {
    display: block;
  }
  #ui input,
  #ui select {
    vertical-align: middle;
  }
  #ui button,
  #ui input,
  #ui select,
  #ui textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font: 99% sans-serif;
    margin: 0;
  }
  #ui select::-ms-expand {
    display: none;
  }
  #ui textarea {
    overflow: auto;
  }
  #ui optgroup {
    font-style: normal;
    font-weight: bold;
    padding: 0 0 0 .5em;
  }
  #ui button {
    overflow: visible;
    width: auto;
  }
  #ui input[type="radio"] {
    vertical-align: text-bottom;
  }
  #ui input[type="checkbox"] {
    vertical-align: bottom;
  }
  #ui button,
  #ui label,
  #ui select {
    cursor: pointer;
  }
  #ui input[type="button"],
  #ui input[type="checkbox"],
  #ui input[type="image"],
  #ui input[type="radio"],
  #ui input[type="reset"],
  #ui input[type="submit"] {
    cursor: pointer;
  }
  #ui input:invalid,
  #ui textarea:invalid {
    -webkit-box-shadow: 0 0 5px 0 #f00;
    -moz-box-shadow: 0 0 5px 0 #f00;
    box-shadow: 0 0 5px 0 #f00;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .no-boxshadow #ui input:invalid,
  .no-boxshadow #ui textarea:invalid {
    background-color: #f0dddd;
  }
  #ui ::-moz-selection {
    background: #0080ff;
    color: #fff;
    text-shadow: none;
  }
  #ui ::selection {
    background: #0080ff;
    color: #fff;
    text-shadow: none;
  }
  body {
    font: 10px/1.5 sans-serif;
  }
  body,
  #ui select,
  #ui input,
  #ui textarea {
    color: #444;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  }
}
@media screen, projection {
  html {
    overflow-y: scroll;
  }
  *:focus {
    outline: auto;
  }
  #ui a {
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
  }
  #ui a:link,
  #ui a:visited {
    -webkit-tap-highlight-color: transparent;
    color: #00f;
  }
  #ui a:hover {
    color: #666;
    text-decoration: underline;
  }
  #ui a:active,
  #ui a:focus {
    background-color: #00f;
    color: #fff;
    text-decoration: none;
  }
  #ui a:hover,
  #ui a:active {
    outline: none;
  }
}
@media print {
  @page {
    margin: .5cm;
  }
  #ui * {
    background-color: transparent;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    -webkit-print-color-adjust: exact;
  }
  #ui a,
  #ui a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  #ui .ir a:after,
  #ui a[href^="javascript:"]:after,
  #ui a[href^="#"]:after {
    content: "";
  }
  #ui h1,
  #ui h2,
  #ui h3,
  #ui h4,
  #ui h5,
  #ui h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  #ui p,
  #ui h2,
  #ui h3 {
    orphans: 3;
    widows: 3;
  }
  #ui video,
  #ui audio,
  #ui object,
  #ui embed {
    display: none !important;
  }
  #ui abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #ui blockquote,
  #ui pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #ui thead {
    display: table-header-group;
  }
  #ui img,
  #ui fieldset,
  #ui tr {
    page-break-inside: avoid;
  }
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  html,
  body {
    height: 100%;
  }
  body {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}
@media all {
  #ui .ir {
    background-repeat: no-repeat;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
  }
  #ui .hd {
    display: none;
  }
  #ui .inv {
    visibility: hidden;
  }
  #ui .rd {
    left: -5000px;
    overflow: hidden;
    position: absolute;
  }
  #ui .rd.focusable:active,
  #ui .rd.focusable:focus {
    left: auto;
  }
  #ui .show {
    visibility: visible;
  }
  #ui .cl:before,
  #ui .cl:after {
    content: "";
    display: table;
  }
  #ui .cl:after {
    clear: both;
  }
  #ui .pie {
    position: relative;
  }
  #ui div.ghost {
    display: none !important;
  }
  #ui .heli__svg-sprites {
    display: block;
    position: absolute;
    left: -9999em;
  }
}
@media all {
  #ui .h-nav {
    list-style-type: none;
  }
  #ui .h-nav li {
    float: left;
    width: auto;
  }
  #ui .h-nav li a,
  #ui .h-nav li strong {
    display: block;
    line-height: 1.0;
  }
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui #navbar .main-nav .hide-on-mobile {
    display: none;
  }
}
@font-face {
  font-family: 'heli-icons';
  src: url('../../designs/henkel-lib/common/font/heli/heli-icons.eot?55875912');
  src: url('../../designs/henkel-lib/common/font/heli/heli-icons.eot?55875912#iefix') format('embedded-opentype'), url('../../designs/henkel-lib/common/font/heli/heli-icons.woff2?38951434') format('woff2'), url('../../designs/henkel-lib/common/font/heli/heli-icons.woff?55875912') format('woff'), url('../../designs/henkel-lib/common/font/heli/heli-icons.ttf?55875912') format('truetype'), url('../../designs/henkel-lib/common/font/heli/heli-icons.svg?55875912#heli-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="heli-icon-"]:before,
[class*=" heli-icon-"]:before {
  font-family: "heli-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: left;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.heli-icon-search-1:before {
  content: '\e800';
}
.heli-icon-zoom-in:before {
  content: '\e801';
}
.heli-icon-zoom-out:before {
  content: '\e802';
}
.heli-icon-download:before {
  content: '\e803';
}
.heli-icon-menu:before {
  content: '\e804';
}
.heli-icon-down-open-1:before {
  content: '\e805';
}
.heli-icon-left-open-1:before {
  content: '\e806';
}
.heli-icon-right-open-1:before {
  content: '\e807';
}
.heli-icon-up-open-1:before {
  content: '\e808';
}
.heli-icon-upload:before {
  content: '\e809';
}
.heli-icon-ccw:before {
  content: '\e80a';
}
.heli-icon-facebook:before {
  content: '\e80b';
}
.heli-icon-play:before {
  content: '\e80c';
}
.heli-icon-flickr:before {
  content: '\e80d';
}
.heli-icon-ok-circled:before {
  content: '\e80e';
}
.heli-icon-ok:before {
  content: '\e80f';
}
.heli-icon-cancel-1:before {
  content: '\e810';
}
.heli-icon-plus-1:before {
  content: '\e811';
}
.heli-icon-linkedin:before {
  content: '\e812';
}
.heli-icon-tumblr:before {
  content: '\e813';
}
.heli-icon-googleplus:before {
  content: '\e814';
}
.heli-icon-mail:before {
  content: '\e815';
}
.heli-icon-pinterest:before {
  content: '\e816';
}
.heli-icon-left:before {
  content: '\e817';
}
.heli-icon-right:before {
  content: '\e818';
}
.heli-icon-basedesign_acc-close:before {
  content: '\e819';
}
.heli-icon-basedesign_acc-open:before {
  content: '\e81a';
}
.heli-icon-basedesign_dwl-neg:before {
  content: '\e81b';
}
.heli-icon-basedesign_dwl-pos:before {
  content: '\e81c';
}
.heli-icon-basedesign_fachberater:before {
  content: '\e81d';
}
.heli-icon-basedesign_play-neg:before {
  content: '\e81e';
}
.heli-icon-basedesign_play-pos:before {
  content: '\e81f';
}
.heli-icon-basedesign_txt-neg:before {
  content: '\e820';
}
.heli-icon-basedesign_txt-pos:before {
  content: '\e821';
}
#ui .cookienote__outerWrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 15px 0 15px;
  position: relative;
}
#ui .cookienote__wrapper {
  background: none;
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  color: #000000;
  height: auto;
  margin: 0;
  padding: 0;
  top: auto;
  width: 100%;
}
#ui .cookienote__hl {
  background: none;
  border: 0;
  color: #000000;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 30px 0 0;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
}
#ui .cookienote__txt {
  background: none;
  border: 0;
  color: #5f6973;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-left: 0;
  padding: 6px 30px 0 0;
}
#ui .cookienote__txt a {
  background-image: none;
  color: #5f6973;
  display: inline;
  padding: 0;
  text-decoration: underline;
}
#ui .cookienote__txt a:after {
  display: none;
}
#ui .cookienote__outerContainer {
  display: table;
  margin-top: 15px;
}
#ui .cookienote__button {
  padding: 0;
  position: relative;
  width: 100%;
}
#ui .cookienote__buttonWrapper {
  display: inline-block;
}
#ui .cookienote__buttonWrapper--accept,
#ui .cookienote__buttonWrapper--decline {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0;
  border: 0;
  border: 1px solid #999999;
  display: inline-block;
  font-weight: bold;
  padding: 7px 15px;
  margin-right: 20px;
}
#ui .cookienote__buttonWrapper--accept {
  background-color: #dc291e;
  color: #ffffff;
}
#ui .cookienote__buttonWrapper--accept:hover,
#ui .cookienote__buttonWrapper--accept:focus {
  background-color: #ffffff;
  color: #dc291e;
}
#ui .cookienote__buttonWrapper--accept:hover .cookienote__button,
#ui .cookienote__buttonWrapper--accept:focus .cookienote__button {
  color: #dc291e;
}
#ui .cookienote__buttonWrapper--decline {
  background-color: #ffffff;
  color: #000000;
}
#ui .cookienote__buttonWrapper--decline:hover,
#ui .cookienote__buttonWrapper--decline:focus {
  border-color: #666666;
  background-color: #999999;
  color: #ffffff;
}
#ui .cookienote__buttonWrapper--decline:hover .cookienote__button,
#ui .cookienote__buttonWrapper--decline:focus .cookienote__button {
  color: #ffffff;
}
#ui .cookienote__buttonWrapper--close {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: none;
  background-color: #999999;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 19px;
}
#ui .cookienote__buttonWrapper--close:before {
  color: white;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 3px;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 0.8em;
}
#ui .cookienote__buttonWrapper--close:hover,
#ui .cookienote__buttonWrapper--close:focus {
  background-color: #dc291e;
}
#ui .cookienote__buttonWrapper--close:before {
  height: 100%;
  margin: 0;
  padding-top: 2px;
  width: 100%;
}
#ui .cookienote__linkWrapper {
  display: inline-block;
}
#ui .cookienote__linkWrapper:hover a:link,
#ui .cookienote__linkWrapper:focus a:link,
#ui .cookienote__linkWrapper:hover a:visited,
#ui .cookienote__linkWrapper:focus a:visited {
  color: #dc291e;
}
#ui .cookienote__linkWrapper:hover:before,
#ui .cookienote__linkWrapper:focus:before {
  color: #dc291e;
}
#ui .cookienote__linkWrapper a:link,
#ui .cookienote__linkWrapper a:visited {
  color: #000000;
}
#ui .cookienote__linkWrapper--details {
  display: block;
  margin-top: 10px;
  position: relative;
}
#ui .cookienote__linkWrapper--details:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
  font-size: 10px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #ui .cookienote__linkWrapper {
    display: table-cell;
    margin-top: 0;
    vertical-align: middle;
  }
}
#ui .cookienote__notice {
  color: #dc291e;
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
#ui .cookienote__button {
  background: none;
  border: 0;
  height: 100%;
  width: 100%;
}
#ui .cookienote__button--acceptButton,
#ui .cookienote__button--declineButton {
  font-size: 12px;
  min-width: 150px;
}
#ui .cookienote__button--acceptButton {
  color: #ffffff;
}
#ui .cookienote__button--closeButton {
  position: absolute;
  top: 0;
}
#ui .cookienote__button--closeIcon {
  display: none;
  visibility: hidden;
}
#ui .cookienote__link--detailsLink {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  display: inline;
  min-width: 150px;
  color: #000000;
  line-height: inherit;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}
#ui .cookienote__link--detailsLink:hover,
#ui .cookienote__link--detailsLink:active,
#ui .cookienote__link--detailsLink:focus {
  color: #dc291e;
  background: none;
  text-decoration: underline;
}
#ui #content .cookienote {
  background-color: #ffffff;
}
#ui #content .cookienote__linkWrapper:before {
  display: none;
}
#ui .cookieacceptance__base {
  -webkit-box-shadow: 6px 6px 5px 0 rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 6px 6px 5px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 6px 6px 5px 0 rgba(51, 51, 51, 0.2);
  background-color: #ffffff;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  #ui .cookienote__outerWrapper {
    padding: 15px;
  }
  #ui .cookienote__buttonWrapper--close {
    right: 15px;
  }
}
#ui .switch .cookieswitch__base {
  display: inline-block;
  padding: 4px;
  background-color: #007937;
  color: #fafafa;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.1s linear;
}
#ui .switch .cookieswitch__base.user-declined {
  background-color: #dc291e;
}
#ui .switch .cookieswitch__base.user-declined .cookieswitch__button:before {
  left: 0;
}
#ui .switch .cookieswitch__base.isUnOpted {
  background-color: #888888;
}
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__button:before {
  left: 0;
  width: 100%;
  opacity: 0;
}
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__button:hover .cookieswitch__label--accept,
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__button:hover .cookieswitch__label--decline {
  color: #333333;
}
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__label--accept {
  background-color: #e7e5e5;
}
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__label--decline {
  background-color: #cccccc;
}
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__label--accept,
#ui .switch .cookieswitch__base.isUnOpted .cookieswitch__label--decline {
  border: 1px solid #666666;
  color: #666666;
}
#ui .switch .cookieswitch__base.buttonMode {
  background-color: inherit;
  padding: 0;
}
#ui .switch .cookieswitch__base.buttonMode .cookieswitch__button {
  border-collapse: separate;
  border-spacing: 10px 0;
  margin: 0 -10px;
}
#ui .switch .cookieswitch__base.buttonMode .cookieswitch__label {
  display: inline-block;
  width: auto;
  padding: 6px 12px;
  color: #888888;
  border: 1px solid #888888;
}
#ui .switch .cookieswitch__base.buttonMode .cookieswitch__label--accept {
  border-right: 1px solid #888888;
  margin-right: 10px;
  margin-bottom: 10px;
}
#ui .switch .cookieswitch__base.buttonMode.user-accepted .cookieswitch__label--accept {
  background-color: #007937;
  color: #fafafa;
}
#ui .switch .cookieswitch__base.buttonMode.user-accepted .cookieswitch__label--decline {
  background-color: #FFFFFF;
  color: #888888;
}
#ui .switch .cookieswitch__base.buttonMode.user-declined .cookieswitch__label--decline {
  background-color: #dc291e;
  color: #fafafa;
}
#ui .switch .cookieswitch__base.buttonMode.user-declined .cookieswitch__label--accept {
  background-color: #FFFFFF;
  color: #888888;
}
#ui .switch .cookieswitch__base.switchMode .cookieswitch__button:before {
  content: ' ';
}
#ui .switch .cookieswitch__notice {
  color: #dc291e;
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
#ui .switch .cookieswitch__button {
  position: relative;
  display: table;
  table-layout: fixed;
  padding: 4px 0 4px 0;
}
#ui .switch .cookieswitch__button:before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fafafa;
  transition: all 0.1s linear;
  cursor: pointer;
}
#ui .switch .cookieswitch__label {
  display: table-cell;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
#ui .switch .cookieswitch__label--accept {
  border-right: 4px solid transparent;
}
#ui .html__switch {
  padding-top: 15px;
  margin-top: 15px;
}
@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;
    margin-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;
    margin-left: 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;
    margin-left: 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;
  }
}
@media all {
  #ui .cookieHint {
    zoom: 1;
    padding: 20px 0;
  }
  #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;
  }
  #ui .cookieHint .cookieHintTextExtended {
    display: none;
    visibility: hidden;
  }
  #ui #main .cookieHint .cookieHintTextExtended {
    display: block;
    visibility: visible;
  }
  #ui #main .cookieHint .cookieHintTextShort {
    display: none;
    visibility: hidden;
  }
  #sidebar-right .cookieHint,
  #sidebar-left .cookieHint {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 5px;
  }
}

@charset "UTF-8";
/**
 * HENKEL library css
 *
 * @description: component styles
 */
/**
 * comp: skiplink
 */
@media all {
  #ui .skiplink {
    position: absolute;
    z-index: 100;
  }
  #ui .skiplink a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 1px 4px;
  }
  #ui .skiplink a:active,
  #ui .skiplink a:focus {
    position: static;
  }
}
@media all {
  #ui .cq-colctrl-lt0,
  #ui .cq-colctrl-lt1,
  #ui .cq-colctrl-lt2,
  #ui .cq-colctrl-lt3,
  #ui .cq-colctrl-lt4,
  #ui .cq-colctrl-lt5,
  #ui .cq-colctrl-lt6 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
  }
  #ui .cq-colctrl-lt0 > div,
  #ui .cq-colctrl-lt1 > div,
  #ui .cq-colctrl-lt2 > div,
  #ui .cq-colctrl-lt3 > div,
  #ui .cq-colctrl-lt4 > div,
  #ui .cq-colctrl-lt5 > div,
  #ui .cq-colctrl-lt6 > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #ui [class*="cq-colctrl-lt0-c"] {
    float: left;
    width: 49%;
  }
  #ui .cq-colctrl-lt0-c1 {
    float: right;
  }
  #ui [class*="cq-colctrl-lt1-c"] {
    float: left;
    width: 32%;
  }
  #ui .cq-colctrl-lt1-c0 {
    margin-right: 2%;
  }
  #ui .cq-colctrl-lt1-c2 {
    float: right;
  }
  #ui .cq-colctrl-lt6 {
    margin: 0 -0.5%;
  }
  #ui [class*="cq-colctrl-lt6-c"] {
    float: left;
    width: 25%;
    padding: 0.5%;
  }
  #ui .cq-colctrl-lt2-c0 {
    float: left;
    width: 65.5%;
  }
  #ui .cq-colctrl-lt2-c1 {
    float: right;
    width: 32.5%;
  }
  #ui .cq-colctrl-lt3-c0 {
    float: left;
    width: 32.5%;
  }
  #ui .cq-colctrl-lt3-c1 {
    float: right;
    width: 65.5%;
  }
  #ui .cq-colctrl-lt4 .cq-colctrl-lt4-c0 {
    float: left;
    margin-right: 0.5%;
    width: 49%;
  }
  #ui .cq-colctrl-lt4 .cq-colctrl-lt4-c1 {
    float: left;
    width: 25%;
  }
  #ui .cq-colctrl-lt4 .cq-colctrl-lt4-c2 {
    float: right;
    width: 25%;
  }
  #ui .cq-colctrl-lt5 .cq-colctrl-lt5-c0 {
    float: left;
    width: 24.4%;
    margin-right: 0.5%;
  }
  #ui .cq-colctrl-lt5 .cq-colctrl-lt5-c1 {
    float: left;
    width: 24.4%;
  }
  #ui .cq-colctrl-lt5 .cq-colctrl-lt5-c2 {
    float: right;
    width: 50.2%;
  }
}
/**
 * comp: image
 */
@media all {
  #ui .image img.gif {
    width: 100%;
  }
  #ui .image a {
    background-color: transparent !important;
    display: block;
  }
  #ui .image a:link,
  #ui .image a:visited {
    text-decoration: none !important;
  }
  #ui .image a.zoom {
    position: relative;
  }
  #ui .image a.zoom span.magnifier {
    bottom: 1px;
    height: 22px;
    left: 1px;
    position: absolute;
    visibility: hidden;
    width: 22px;
  }
  #ui .image figcaption {
    clear: both;
    display: block;
  }
}
@media screen, projection {
  #ui .image a:hover figcaption,
  #ui .image a:active figcaption,
  #ui .image a:focus figcaption {
    text-decoration: underline;
  }
  #ui .image a.zoom:focus {
    outline: none;
  }
  #ui .image a.zoom:hover span.magnifier {
    visibility: visible;
  }
}
@media all {
  #ui .flash > .cq-dd-flash {
    overflow: hidden;
  }
  #ui .flash .alternative-content {
    visibility: hidden;
  }
}
/**
 * comp: external
 */
@media all {
  #ui div.external iframe {
    margin: 0 auto;
  }
  #ui div.external iframe.scrolling-yes {
    overflow: visible;
  }
}
/**
 * comp: download
 */
@media all {
  #ui .download.button-right .button {
    float: right;
  }
  #ui .download.button-left .button {
    float: left;
  }
  #ui .download p {
    padding-bottom: 1em;
  }
  #ui .download .download-img > img {
    margin-bottom: 1em;
    max-width: 100%;
  }
}
@media all {
  .specialpage #ui .wrapper > #header {
    position: fixed;
    margin: auto;
    width: 100%;
  }
  .specialpage #ui #content {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .specialpage #ui #main {
    margin: 0;
  }
  .specialpage #ui #footer,
  .specialpage #ui .social-sidebar,
  .specialpage #ui .breadcrumb {
    display: none;
  }
  .specialpage #ui .verticalcarousel .slides > li:first-child .text h2 {
    color: #000000;
    font-size: 80px;
    font-family: PTSans-Bold;
    line-height: 108px;
  }
  .specialpage #ui .verticalcarousel .slides > li:first-child .text h2:after {
    margin-bottom: 0;
  }
  .specialpage #ui .verticalcarousel .slides > li:first-child .text p {
    color: #000000;
    font-size: 30px;
    font-family: PTSans-regular;
    line-height: 44px;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .specialpage #ui .verticalcarousel .slides > li .text {
    position: relative;
  }
  .specialpage #ui .verticalcarousel .slides > li .text h2 {
    color: #000000;
    font-size: 40px;
    font-family: PTSans-Bold;
    line-height: 48px;
    background-color: #ffffff;
    display: inline;
  }
  .specialpage #ui .verticalcarousel .slides > li .text h2:after {
    content: '';
    display: block;
    margin-bottom: 7px;
  }
  .specialpage #ui .verticalcarousel .slides > li .text h2 .inverted {
    background-color: rgba(102, 102, 102, 0.8);
    color: #ffffff;
  }
  .specialpage #ui .verticalcarousel .slides > li .text p {
    color: #000000;
    font-size: 30px;
    font-family: PTSans-Bold;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .specialpage #ui .verticalcarousel .slides > li .text p .inverted {
    color: #ffffff;
    background-color: transparent;
  }
  .specialpage #ui .verticalcarousel .slides > li .textimage p {
    color: #666666;
  }
  .specialpage #ui .verticalcarousel .slides > li .title h2 {
    color: #ffffff;
    font-size: 40px;
    font-family: PTSans-Bold;
    line-height: 56px;
    background-color: #666666;
    display: inline;
    text-transform: none;
  }
  .specialpage #ui .verticalcarousel .slides > li .title.section {
    position: static;
  }
  .specialpage #ui .verticalcarousel .slides > li div.textcolor-white .text h2,
  .specialpage #ui .verticalcarousel .slides > li div.textcolor-white .text p {
    color: #ffffff;
    background-color: #000000;
  }
  .specialpage #ui .verticalcarousel .slides > li div.textcolor-white .title h2 {
    color: #ffffff;
    background-color: #000000;
  }
  .specialpage #ui .verticalcarousel .slides > li div.textcolor-white .textimage p {
    color: #ffffff;
  }
  .specialpage #ui .verticalcarousel .slides > li div.textcolor-black .title h2 {
    color: #000000;
    background-color: #ffffff;
  }
  .specialpage #ui .verticalcarousel .addthis_toolbox {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 220px;
    z-index: 10;
  }
  .specialpage #ui .verticalcarousel .addthis_toolbox.addthis_default_style .at300b {
    float: none;
  }
  .specialpage #ui .verticalcarousel a > span {
    text-align: left;
    margin: 0 12px;
    float: none;
  }
  .specialpage #ui .verticalcarousel a > span span.at_a11y {
    display: block;
  }
  .specialpage #ui .verticalcarousel a span.at4-icon.aticon-compact {
    background-color: #bf1318 !important;
  }
  .specialpage #ui .verticalcarousel a span.at4-icon.aticon-compact span.at_a11y {
    display: none;
  }
  .specialpage #ui .verticalcarousel .text .redbutton,
  .specialpage #ui .verticalcarousel .textimage .redbutton {
    font-style: normal;
    background-color: #bf1318;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 180px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .specialpage #ui {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .specialpage #ui .wrapper > #header {
    background: #fff;
  }
  .specialpage #ui .wrapper .toggleHead {
    margin: auto;
    font-size: 24px;
    text-align: center;
    position: fixed;
    z-index: 100;
    color: #ffffff;
    left: 0;
    right: 0;
    cursor: pointer;
  }
  .specialpage #ui .wrapper .toggleHead span {
    background-color: rgba(102, 102, 102, 0.35);
    display: inline-block;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
  }
  .specialpage #ui .verticalcarousel .flex-viewport {
    width: 100%;
  }
  .specialpage #ui .verticalcarousel .slides > li {
    overflow: hidden;
  }
  .specialpage #ui .verticalcarousel .slides > li > .parsys {
    padding: 235px 0 0 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .specialpage #ui .verticalcarousel .slides > li .textposition-bottom .text {
    position: absolute;
    bottom: 255px;
  }
  .specialpage #ui .verticalcarousel .slides > li .textflow-left-to-right .section.text,
  .specialpage #ui .verticalcarousel .slides > li .textflow-left-to-right .title,
  .specialpage #ui .verticalcarousel .slides > li .textflow-left-to-right .textimage {
    left: -100%;
  }
  .specialpage #ui .verticalcarousel .slides > li .textflow-left-to-right .title,
  .specialpage #ui .verticalcarousel .slides > li .textflow-left-to-right .textimage {
    position: relative;
  }
  .specialpage #ui .verticalcarousel .slides > li .textflow-right-to-left .section.text,
  .specialpage #ui .verticalcarousel .slides > li .textflow-right-to-left .title,
  .specialpage #ui .verticalcarousel .slides > li .textflow-right-to-left .textimage {
    left: 100%;
  }
  .specialpage #ui .verticalcarousel .slides > li .textflow-top-to-bottom .section.text,
  .specialpage #ui .verticalcarousel .slides > li .textflow-top-to-bottom .title,
  .specialpage #ui .verticalcarousel .slides > li .textflow-top-to-bottom .textimage {
    top: -800px;
  }
  .specialpage #ui .verticalcarousel .slides > li .textflow-top-to-bottom .title,
  .specialpage #ui .verticalcarousel .slides > li .textflow-top-to-bottom .textimage {
    position: relative;
  }
  .specialpage #ui .verticalcarousel .slides > li .textflow-top-to-bottom.textposition-bottom .section.text {
    top: initial;
    bottom: 100%;
  }
  .specialpage #ui .verticalcarousel .slides > li .textflow-bottom-to-top .section.text,
  .specialpage #ui .verticalcarousel .slides > li .textflow-bottom-to-top .title,
  .specialpage #ui .verticalcarousel .slides > li .textflow-bottom-to-top .textimage {
    bottom: -800px;
  }
  .specialpage #ui .verticalcarousel .slides > li .textflow-bottom-to-top .title,
  .specialpage #ui .verticalcarousel .slides > li .textflow-bottom-to-top .textimage {
    position: relative;
  }
  .specialpage #ui .verticalcarousel .slides > li .textflow-bottom-to-top.textposition-bottom .section.text {
    top: initial;
    bottom: -100%;
  }
  .specialpage #ui .verticalcarousel .slides > li .textimage.border {
    background-color: rgba(255, 255, 255, 0.45);
    color: #000000;
    border: none;
    position: absolute;
    bottom: 115px;
    width: 80%;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .specialpage #ui .verticalcarousel .slides > li .textimage.border p {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
  }
  .specialpage #ui .verticalcarousel .slides .video,
  .specialpage #ui .verticalcarousel .slides .flex-stage {
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .specialpage #ui .verticalcarousel .slides .video .flex-caption__headline,
  .specialpage #ui .verticalcarousel .slides .flex-stage .flex-caption__headline {
    text-transform: none;
  }
  .specialpage #ui .verticalcarousel .slides .image.section {
    display: none;
  }
  .specialpage #ui .verticalcarousel .slides .textimage {
    margin: 28px 115px 0 170px;
  }
  .specialpage #ui .verticalcarousel .slides .textimage p {
    line-height: 22px;
    color: #666666;
  }
  .specialpage #ui .verticalcarousel .slides .textimage.image-size50 .textimage-text {
    float: left;
    width: 50%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .specialpage #ui .verticalcarousel .slides .textimage.image-size50 figure {
    margin: 0;
    width: 50%;
    display: block;
    height: auto;
  }
  .specialpage #ui .verticalcarousel .slides .textimage.image-size50.image-right .textimage-text {
    float: right;
    padding-right: 30px;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .specialpage #ui .verticalcarousel .slides .text {
    padding: 0 0 0 170px;
    width: 80%;
    z-index: 100;
  }
  .specialpage #ui .verticalcarousel .slides .title {
    padding: 0 0 0 170px;
    width: 80%;
  }
  .specialpage #ui .verticalcarousel .flex-control-nav {
    width: 20px;
    right: 22px;
    left: inherit;
  }
  .specialpage #ui .verticalcarousel .flex-control-nav li {
    display: inline;
  }
  .specialpage #ui .verticalcarousel .flex-control-nav li a.flex-active {
    background: #ffffff;
  }
  .specialpage #ui .verticalcarousel .flex-control-nav li a.flex-active:before {
    border: 2px solid #ffffff;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .specialpage #ui .verticalcarousel .fittosize {
    height: 100%;
    margin-bottom: 0;
  }
  .specialpage #ui .verticalcarousel .fittosize .cookiespecific {
    height: 100%;
  }
  .specialpage #ui .verticalcarousel .fittosize .cookiespecific .contentvideoplayer {
    height: 100%;
  }
  .specialpage #ui .verticalcarousel .fittosize .cookiespecific .contentvideoplayer .screen {
    height: inherit;
  }
  .specialpage #ui .verticalcarousel .fittosize .cookiespecific .contentvideoplayer .screen > div {
    height: inherit;
  }
  .specialpage #ui .verticalcarousel .fittosize .cookiespecific .contentvideoplayer .screen > div > div {
    height: inherit !important;
    padding-bottom: 0 !important;
  }
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-prev,
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-next {
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    bottom: 40px;
    right: 0%;
    left: 0%;
    margin: 0 auto;
  }
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-prev a,
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-next a {
    position: relative;
    top: 0;
    margin: 0 auto;
    right: 0;
    text-indent: 1000px;
  }
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-prev a.flex-next,
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-next a.flex-next {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 2000;
  }
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-prev a.flex-next.flex-disaled,
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-next a.flex-next.flex-disaled {
    display: none !important;
  }
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-prev a.flex-prev,
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-next a.flex-prev {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-prev a.arrowAnimate,
  .specialpage #ui .verticalcarousel .flex-direction-nav .flex-nav-next a.arrowAnimate {
    margin-top: -70px;
  }
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  .specialpage #ui #main {
    margin: 75px 10px 0 10px;
  }
  .specialpage #ui .wrapper > #header {
    display: block !important;
  }
  .specialpage #ui .wrapper .toggleHead {
    display: none;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li {
    display: block;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .text h2,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .title h2,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .text p,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .title p {
    color: #666666;
    font-size: 17.6px;
    font-family: PTSans-regular;
    line-height: 26px;
    display: inline;
    background: none;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .text p:before,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .title p:before {
    content: '';
    display: block;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .text .inverted,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .title .inverted {
    background: #ffffff;
    color: #666666;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li:first-child .text h2,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li:first-child .title h2 {
    color: #666666;
    font-size: 44.2px;
    font-family: PTSans-Bold;
    line-height: 67.6px;
    display: inline;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .video.section {
    display: none;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .textimage p {
    font-size: 14.6px;
    line-height: 16.6px;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .textimage.image-size50 > .image {
    float: none;
    width: 100%;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li figure.image {
    margin: 10px 0;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li img {
    width: 100%;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .textimage.border {
    border: none;
    padding: 0;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .textimage.border p {
    color: #666666;
    font-size: 17.6px;
    font-family: PTSans-regular;
    line-height: 26px;
    display: inline;
    padding-bottom: 0;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .addthis_toolbox {
    margin-top: 20px;
    position: relative;
    bottom: 0px;
    left: 0px;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .addthis_toolbox .aticon-facebook,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .addthis_toolbox .aticon-twitter {
    margin-right: 5px;
    margin-left: 0;
    width: 140px;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .addthis_toolbox .aticon-facebook span,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .addthis_toolbox .aticon-twitter span {
    font-size: 13px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px), screen and (min-device-width: 641px) and (max-device-width: 1024px) {
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .text h2,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .title h2,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .text p,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .title p {
    color: #666666;
    font-size: 18.8px;
    font-family: PTSans-regular;
    line-height: 28px;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li:first-child .text h2,
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li:first-child .title h2 {
    color: #666666;
    font-size: 51.4px;
    font-family: PTSans-Bold;
    line-height: 72.8px;
  }
  .specialpage #ui .verticalcarousel .vertical-flexslider .slides > li .textimage p {
    font-size: 18.8px;
    line-height: 21.6px;
  }
}
/**
 * component: hotspotimage
 */
@media all {
  #ui .hotspotimage {
    zoom: 1;
    position: relative;
  }
  #ui .hotspotimage:before,
  #ui .hotspotimage:after {
    content: "";
    display: table;
  }
  #ui .hotspotimage:after {
    clear: both;
  }
}
/**
 * component: hotspot
 */
@media all {
  #ui .hotspot {
    display: block;
    position: absolute;
  }
  #ui .hotspot .content,
  #ui .hotspot.closed:hover .content {
    display: none;
    position: absolute;
  }
  #ui .hotspot:hover,
  #ui .hotspot.hover {
    cursor: pointer;
  }
  #ui .hotspot:hover .content,
  #ui .hotspot.hover .content {
    display: block;
  }
}
/*
 * backtotop.less
 * [ Contains all LESS code for the backtotop module ]
 *
 * @project:  Henkel HeLi
 * @date:     2017-04-03
 */
#ui .backtotop {
  bottom: 10px;
  display: none;
  position: absolute;
  right: -70px;
}
@media screen and (min-width: 1025px) {
  #ui .has-backtotop .backtotop {
    display: inline-block;
  }
}
/**
 * comp: rating component
 */
@media all {
  #ui .rating {
    opacity: 0;
  }
  #ui .rating__base {
    padding: 20px;
    display: block;
  }
  #ui .rating__buttons {
    float: right;
    margin-top: -10px;
  }
  #ui .rating__button {
    float: left;
    margin-right: 10px;
  }
  #ui .rating__button.default .rating__icon--default {
    display: block;
  }
  #ui .rating__button.active .rating__icon--active {
    display: block;
  }
  #ui .rating__button.disabled .rating__icon--disabled {
    display: block;
  }
  #ui .rating__button.disabled,
  #ui .rating__button.final {
    cursor: not-allowed;
  }
  #ui .rating__button--like,
  #ui .rating__button--dislike {
    overflow: hidden;
  }
  #ui .rating__icon {
    display: none;
    height: 40px;
    width: 40px;
  }
  #ui .rating__icon > svg {
    height: 100%;
    width: 100%;
  }
  #ui .rating__label {
    top: 15px;
  }
  #ui .rating__form {
    display: none;
  }
}
@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 .rating__text {
    display: inline-block;
    max-width: 85%;
  }
}
@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
  #ui .rating {
    text-align: center;
  }
  #ui .rating__text {
    font-size: 28px;
    line-height: 1.2;
    display: block;
  }
  #ui .rating__buttons {
    cursor: pointer;
    display: inline-block;
    float: none;
    margin: 20px 0 0 0;
    padding: 0;
  }
  #ui .rating__button {
    cursor: pointer;
    display: inline-block;
    float: none;
  }
  #ui .rating__icon {
    height: 65px;
    width: 65px;
  }
}
@media all {
  .notification__base {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    opacity: 0;
    overflow: hidden;
  }
  .notification__base--show {
    opacity: 1;
  }
  .notification__base--hide {
    opacity: 0;
  }
  .notification__icon {
    float: left;
    position: relative;
  }
  .notification__remove {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .notification__icon div,
  .notification__remove div {
    height: 100%;
    width: 100%;
  }
  .notification__icon svg,
  .notification__remove svg {
    height: 100%;
    width: 100%;
  }
}
/* Custom Styling */
.slick-loading .slick-list {
  background: #fff url('../../designs/henkel-lib/common/img/ajax-loader.gif') center center no-repeat;
}
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.carousel3 {
  height: auto;
}
.carousel {
  height: auto;
}
.carousel__wrapper {
  position: relative;
}
.carousel__arrow {
  background-color: white;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: none;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  padding: 0;
  position: absolute;
  outline: none;
  top: 50%;
  text-align: center;
  width: 20px;
  z-index: 2;
}
.carousel__arrow:focus {
  background-color: black;
  outline: none;
}
.no-touch .carousel__arrow:hover {
  outline: none;
  background-color: black;
}
.carousel__arrow.slick-disabled {
  opacity: 0.25;
}
.carousel__arrow.slick-hidden {
  display: none;
}
.carousel__arrowPrev {
  left: -20px;
}
.carousel__arrowPrev[dir="rtl"] {
  left: auto;
  right: -20px;
}
.carousel__arrowPrevImage {
  background: url("../../designs/henkel-lib/common/img/arrow-left.svg") no-repeat center center;
  background-size: 12px;
}
.carousel__arrowNext {
  right: -20px;
}
.carousel__arrowNext[dir="rtl"] {
  left: -20px;
  right: auto;
}
.carousel__arrowNextImage {
  background: url("../../designs/henkel-lib/common/img/arrow-right.svg") no-repeat center center;
  background-size: 12px;
}
.carousel__arrowText {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.carousel__arrowImage {
  display: block;
  height: 100%;
}
.carousel__dots {
  bottom: -25px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.carousel__dots li {
  display: inline-block;
  margin: 0 4px;
}
.carousel__dot {
  background-color: black;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 16px;
  outline: none;
  padding: 5px;
  text-align: center;
  width: 16px;
}
.carousel__dot:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
}
.no-touch .carousel__dot:hover {
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
}
.carousel__dotText {
  display: none;
}
.slick-active .carousel__dot {
  background-color: rgba(0, 0, 0, 0.5);
}
#stage .carousel__arrowPrev {
  left: 20px;
}
#stage .carousel__arrowPrev[dir="rtl"] {
  right: 20px;
}
#stage .carousel__arrowNext {
  right: 20px;
}
#stage .carousel__arrowNext[dir="rtl"] {
  left: 20px;
}
/* Override #ui */
#ui .carousel3 {
  margin-bottom: 45px;
}
#ui .carousel3 .slick-slide {
  max-width: 100%;
}
#ui .carousel3 .slick-slide .image img {
  height: auto;
  max-width: 100%;
}
#ui .carousel .slick-slide {
  max-width: 100%;
}
#ui .carousel .slick-slide .image img {
  height: auto;
  max-width: 100%;
}
#ui .carousel__dots li,
#ui .carousel__dots button {
  overflow: hidden;
}
#ui .carousel__dots li {
  margin: 0 4px;
}
#ui .carousel__dot {
  width: 16px;
}
#ui .carousel__arrow {
  display: none;
  margin-top: -10px;
  width: 20px;
}
#ui #content .carousel .stage,
#ui #content .carousel3 .stage {
  min-width: 100px;
}
#ui .carousel--hasThumbs .carousel__dotText {
  display: inline-block;
}
#ui .carousel--hasThumbs .carousel__dots {
  zoom: 1;
}
#ui .carousel--hasThumbs .carousel__dots:before,
#ui .carousel--hasThumbs .carousel__dots:after {
  content: "";
  display: table;
}
#ui .carousel--hasThumbs .carousel__dots:after {
  clear: both;
}
#ui .carousel--hasThumbs .carousel__dots li {
  box-sizing: border-box;
  float: left;
  height: 48px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  #ui .carousel--hasThumbs .carousel__dots li {
    height: 82px;
    margin: 0 4px;
  }
}
#ui .carousel--hasThumbs .slick-active .carousel__dot {
  background: black;
  color: white;
}
#ui .carousel--hasThumbs .carousel__dot {
  background: white;
  border-radius: 0;
  color: black;
  height: 100%;
  padding: 5px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #ui .carousel--hasThumbs .carousel__dot {
    padding: 15px;
  }
}
#ui .carousel--hasThumbs .carousel__dot:before {
  display: none;
}
#ui .carousel--hasThumbs.carousel--horizontal {
  margin-bottom: 0;
}
#ui .carousel--hasThumbs.carousel--horizontal .carousel__dots {
  bottom: -105px;
  position: static;
}
#ui .carousel--hasThumbs.carousel--horizontal .carousel__dots li {
  float: left;
  padding: 0 4px;
  width: 50%;
}
@media screen and (min-width: 1025px) {
  #ui .carousel--hasThumbs.carousel--horizontal .carousel__dots li {
    float: none;
    width: 20%;
  }
}
#ui .carousel--hasThumbs.carousel--vertical {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  #ui .carousel--hasThumbs.carousel--vertical .slick-list {
    width: calc(100% - 20%);
  }
}
#ui .carousel--hasThumbs.carousel--vertical .carousel__dots {
  position: static;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #ui .carousel--hasThumbs.carousel--vertical .carousel__dots {
    bottom: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
  }
}
#ui .carousel--hasThumbs.carousel--vertical .carousel__dots li {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  #ui .carousel--hasThumbs.carousel--vertical .carousel__dots li {
    padding: 0 0 4px;
    margin: 0;
    width: 100%;
  }
}
#ui .carousel .stage .stage--box.rendermode_general,
#ui .carousel3 .stage .stage--box.rendermode_general,
#ui .carousel .stage .stage--box.rendermode_generic,
#ui .carousel3 .stage .stage--box.rendermode_generic {
  position: relative;
}
#ui .carousel .stage .stage--box.rendermode_general:hover,
#ui .carousel3 .stage .stage--box.rendermode_general:hover,
#ui .carousel .stage .stage--box.rendermode_generic:hover,
#ui .carousel3 .stage .stage--box.rendermode_generic:hover {
  cursor: pointer;
}
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000, endColorstr=#40000000);
  zoom: 1;
  color: #fff;
  left: 0;
  padding: 10px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  #ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock,
  #ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock,
  #ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock,
  #ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock {
    left: 45px;
    max-width: 30%;
    padding: 10px;
    position: absolute;
    top: 20px;
  }
}
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock h2,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock h2,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock h2,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock h2 {
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 1em;
}
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock h3,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock h3,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock h3,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock h3 {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1em;
}
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock .textimage,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock .textimage,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock .textimage,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock .textimage {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  line-height: 1em;
}
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock .textimage a,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock .textimage a,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock .textimage a,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock .textimage a {
  font-weight: normal;
  text-decoration: none;
}
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock .button,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock .button,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.25);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000, endColorstr=#40000000);
  zoom: 1;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
}
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:hover,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:hover,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:hover,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:hover,
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:focus,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:focus,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:focus,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:focus,
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:active,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:active,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:active,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:active {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  zoom: 1;
  outline: none;
  outline-width: 0;
  text-decoration: none;
}
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:focus,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:focus,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:focus,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:focus {
  outline: thin dotted;
}
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:hover,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:hover,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:hover,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:hover,
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:active,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:active,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:active,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:active {
  outline: 0;
}
#ui .carousel .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:visited:hover,
#ui .carousel3 .stage .stage--box.rendermode_general .textblockWrapper .textblock .button:visited:hover,
#ui .carousel .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:visited:hover,
#ui .carousel3 .stage .stage--box.rendermode_generic .textblockWrapper .textblock .button:visited:hover {
  color: #fff;
}

@font-face {
  font-family: 'FlamaBold';
  src: url('../../designs/pattex/common/fonts/Flama-Bold.eot?#iefix') format('embedded-opentype'), url('../../designs/pattex/common/fonts/Flama-Bold.woff') format('woff');
}
@font-face {
  font-family: 'FlamaMedium';
  src: url('../../designs/pattex/common/fonts/Flama-Medium.eot?#iefix') format('embedded-opentype'), url('../../designs/pattex/common/fonts/Flama-Medium.woff') format('woff');
}
/**
 * Pattex library css: elements
 *
 * @description: override/expand henkel-lib elements
 */
/**
 * Screen styles
 */
@media screen, projection {
  #ui a:link,
  #ui a:visited {
    -webkit-tap-highlight-color: #dc291e;
  }
  #ui a:active,
  #ui a:focus {
    background-color: transparent;
    text-decoration: none;
  }
}
/**
 * Pattex library css: classes
 *
 * @description: override/expand henkel-lib helper classes
 */
@media all {
  #ui .button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
  }
  #ui .button a,
  #ui .button a:link,
  #ui .button a:visited {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
  }
  #ui .pagination {
    list-style-type: none;
    padding: 8px 0 12px;
    text-align: center;
    width: 100%;
  }
  #ui .pagination li {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-right: 4px;
    padding-left: 4px;
  }
  #ui .pagination li a {
    background: transparent;
    text-decoration: underline;
  }
  #ui .pagination li.number.no-border {
    border-left: none;
  }
  #ui .pagination li.spacer,
  #ui .pagination li.spacer:hover {
    cursor: default;
    text-decoration: none;
  }
  #ui .pagination li.prev a {
    bottom: -4px;
    display: block;
    height: 19px;
    margin-right: 0;
    position: relative;
    width: 19px;
  }
  #ui .pagination li.next a {
    bottom: -4px;
    display: block;
    height: 19px;
    margin-left: 3px;
    position: relative;
    width: 19px;
  }
  #ui .pagination li:hover,
  #ui .pagination li a:hover,
  #ui .pagination li a:focus,
  #ui .pagination li a:active {
    text-decoration: none;
  }
  #ui .pagination li.hidden {
    display: none;
  }
  /* loading graphic */
  #ui .loading {
    background: url("../../designs/pattex/common/img/pattex.loading.gif") no-repeat 0 0 transparent;
    height: 60px;
    width: 60px;
  }
  /* pattex box */
  #ui .box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    padding: 22px 22px 35px 22px;
    position: relative;
  }
  #ui .box h3 {
    font-family: FlamaBold;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 20px;
    text-transform: uppercase;
  }
  #ui .box h3 span {
    font-size: 18px;
  }
  #ui .box.nosebottom:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border-top: 10px solid blue;
    border-top-color: inherit;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  #ui .box .nose.left {
    background: url("../../designs/pattex/common/img/pattex.box.noseleft.png") scroll no-repeat 0 0 transparent;
    height: 24px;
    left: -11px;
    position: absolute;
    top: 45%;
    width: 11px;
  }
  #ui .box .separator {
    bottom: 0;
    height: 32px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* finder with fake form elements */
  /* finder - option */
  #ui .finder .option {
    background: url("../../designs/pattex/common/img/pattex.option.bg.png") scroll no-repeat 0 0 transparent;
    height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 242px;
  }
  #ui .finder .option.disabled {
    background-position: 0 -32px;
  }
  #ui .finder .option > span.description {
    display: block;
    height: 15px;
    overflow: hidden;
    padding: 7px;
  }
  #ui .finder .option:hover > span.description,
  #ui .finder .option.hover > span.description {
    cursor: pointer;
  }
  #ui .finder .option.disabled:hover > span.description {
    cursor: auto;
  }
  #ui .finder .option > span.cover {
    background: url("../../designs/pattex/common/img/pattex.option.bg.png") scroll no-repeat 100% -96px transparent;
    display: block;
    height: 32px;
    position: relative;
    left: 202px;
    top: -29px;
    width: 39px;
  }
  #ui .finder .option:hover > span.cover,
  #ui .finder .option.hover > span.cover {
    background-position: 100% -128px;
    cursor: pointer;
  }
  #ui .finder .option.disabled > span.cover {
    display: none;
  }
  /* noses/flyouts on select-submenu */
  #ui .finder .select > .nose.left {
    background-image: url("../../designs/pattex/common/img/pattex.select.noseleft.png");
    background-position: 4px 8px;
    height: 32px;
    left: -12px;
    width: 15px;
  }
  /* finder - select */
  #ui .finder .select,
  #ui .finder .option:hover > .select.hidden {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    left: -9999px;
    padding: 3px 0px 8px 15px;
    position: absolute;
    top: 0;
    width: 193px;
    z-index: 1;
  }
  #ui .finder .option.disabled:hover > .select {
    left: -9999px;
  }
  #ui .finder .select ul {
    list-style: none;
    padding: 10px 25px 10px 10px;
  }
  #ui .finder .select li {
    padding: 3px 5px 5px 17px;
  }
  #ui .finder .select li:hover,
  #ui .finder .select li.hover,
  #ui .finder .select li.active {
    cursor: pointer;
  }
  /* finder - radio */
  #ui .finder .radio {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    float: left;
    text-transform: uppercase;
  }
  #ui .finder .radio ul {
    list-style: none;
    margin-right: -5px;
  }
  #ui .finder .radio li {
    background: url("../../designs/pattex/common/img/pattex.option.bg.png") scroll no-repeat -10px -64px transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: left;
    margin: 0 5px 5px 0;
    padding: 7px;
    position: relative;
  }
  #ui .finder .radio li span {
    height: 18px;
    padding-left: 15px;
  }
  #ui .finder .radio li:hover span,
  #ui .finder .radio li.hover span,
  #ui .finder .radio li.active span {
    background-position: 0 -97px;
    cursor: pointer;
  }
}

/**
 * comp: page
 */
@media all {
  /* html, body */
  html,
  #heli {
    min-height: 100%;
  }
  /* wrapper */
  #ui .wrapper {
    position: relative;
    margin: 0 auto;
    width: 960px;
  }
  /* header */
  #ui .wrapper > header {
    height: 104px;
    position: relative;
    z-index: 15;
  }
  #ui #meta {
    float: right;
  }
  /* main content */
  #ui #main {
    min-height: 400px;
    padding-bottom: 22px;
    position: relative;
    z-index: 10;
  }
  #ui #main.stageonly {
    padding-bottom: 0;
  }
  /* stage area */
  #ui #stage {
    background: transparent url("../../designs/pattex/components/page/img/contentarea-top-shadow.png") repeat-x 0 100%;
    padding-bottom: 6px;
    position: relative;
  }
  #ui #stage.no-border {
    background: none;
  }
  #ui #main.stageonly #stage {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* content */
  #ui #content {
    clear: both;
    margin: 28px 0 0 29px;
    min-height: 200px;
    position: relative;
    width: 902px;
    float: left;
  }
  #ui .no-stage #content {
    margin-top: 52px;
  }
  #ui .col2 #content {
    float: left;
    width: 592px;
  }
  /* shadows */
  #ui #main .topcorner {
    height: 23px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
  }
  #ui #main .topshadow {
    height: 6px;
    left: 24px;
    position: absolute;
    top: 0;
    width: 936px;
  }
  /* sidebar */
  #ui #sidebar {
    float: right;
    margin: 28px 29px 0 0;
    min-height: 200px;
    width: 284px;
  }
  #ui .no-stage #sidebar {
    margin-top: 52px;
  }
  /* footer */
  #ui .wrapper > footer {
    position: relative;
    margin: -12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    z-index: 13;
  }
}
/**
 * comp: contentpage
 */
/**
 * comp: productpage
 * description: styling for productpage main div
 */
@media all {
  .productpage #ui #main #content,
  .productpage #ui #main #sidebar {
    margin-top: -40px;
  }
  .productpage #ui #main.no-stage #content,
  .productpage #ui #main.no-stage #sidebar {
    margin-top: 52px;
  }
}
/**
 * comp: campaignpage
 * 
 * all areas
 */
@media all {
  html,
  #heli.campaignpage,
  .campaignpage #ui,
  .campaignpage #ui .wrapper,
  .campaignpage #ui #main {
    background-color: transparent;
  }
  .campaignpage #ui .wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: auto;
  }
  .campaignpage #ui #main {
    background: transparent none;
    min-height: 0;
    padding: 0;
  }
  .campaignpage #ui #content {
    float: none;
    margin: 0;
    min-height: 0;
    width: auto;
  }
}
/**
 * comp: skiplink
 */
@media all {
  #ui .skiplink {
    top: 35px;
    left: 200px;
  }
  #ui .skiplink a {
    font-weight: bold;
    margin-left: 5px;
  }
  #ui .skiplink a:active,
  #ui .skiplink a:focus {
    background: #FFCA00;
    color: #DC2A20;
  }
}
/**
 * comp: logo
 */
@media all {
  #ui header .logo {
    float: left;
    margin: 15px 48px 0px 30px;
  }
  #ui header .logo figcaption {
    color: #ffca00;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    margin-top: 3px;
  }
  #ui footer .logo {
    float: right;
    padding: 3px 12px 3px;
  }
}
/**
 * comp: main-nav
 * description: flyout navigation with 3 navigation levels
 */
@media all {
  #ui .main-nav {
    margin-left: 200px;
    margin-top: 65px;
    position: relative;
    z-index: 5;
  }
  #ui .main-nav li {
    cursor: pointer;
  }
  #ui .main-nav ul.h-nav > li {
    font-size: 14px;
    font-weight: bold;
    padding: 12px;
    text-transform: uppercase;
    position: relative;
  }
  #ui .main-nav ul.h-nav > li: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 > 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 ul li a {
    text-decoration: none;
  }
  /*level2*/
  #ui .main-nav .level2 {
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    display: none;
    left: -2px;
    padding-bottom: 25px;
    padding-top: 9px;
    position: absolute;
    top: 39px;
    width: 193px;
    z-index: 2;
  }
  #ui .main-nav li:first-child .level2 {
    left: -1px;
  }
  #ui .main-nav ul ul li {
    float: none;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    position: relative;
    text-transform: none;
    width: 100%;
  }
  #ui .main-nav ul ul li.open,
  #ui .main-nav ul ul li.hover {
    background: none;
    height: auto;
  }
  #ui .main-nav ul ul a {
    margin: 0 24px;
    padding: 6px 0 6px 15px;
    display: block;
  }
  #ui .main-nav .level2 a,
  #ui .main-nav .level2 .level3 a {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 8px;
  }
  #ui .main-nav .level2 > li.open > a,
  #ui .main-nav .level2 > li.hover > a {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 -92px;
  }
  /*level3*/
  #ui .main-nav .h-nav .level3 {
    background: url("../../designs/pattex/components/navigation/main-nav/img/transparent.gif") repeat 0 0;
    display: block;
    left: 193px;
    position: absolute;
    width: 195px;
    z-index: 1;
  }
  #ui .main-nav .h-nav .level3 .level3-wrapper {
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    margin-left: 3px;
  }
  #ui .main-nav .h-nav .level3 .level3-flyin {
    background: url("../../designs/pattex/components/navigation/main-nav/img/level3.png") no-repeat 0 0;
    float: left;
    min-height: 35px;
    width: 9px;
  }
  #ui .main-nav .h-nav .level3 .level3-content {
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    float: left;
    padding: 15px 0 25px;
    width: 182px;
  }
  #ui .main-nav .h-nav .level3 .description {
    margin: 0 24px 5px 15px;
  }
  #ui .main-nav .h-nav .level3 ul {
    padding-top: 15px;
  }
  #ui .main-nav .h-nav .level3 ul.split {
    float: left;
    margin-top: 15px;
    padding-top: 0;
  }
  #ui .main-nav .level3 li a {
    margin: 0 20px 0 15px;
  }
  #ui .main-nav .level3 .second li a {
    margin: 0 20px;
  }
  #ui .main-nav .level2 .level3 .flyout-arrow {
    background: url("../../designs/pattex/components/navigation/main-nav/img/flyout-arrow.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 8px;
  }
}
/**
 * comp: meta-nav
 */
@media all {
  #ui .meta-nav {
    float: left;
  }
  /*seperator*/
  #ui .meta-nav li {
    position: relative;
    background: url("../../designs/pattex/components/navigation/meta-nav/img/bg_line.png") no-repeat 0 0 transparent;
    padding-left: 2px;
  }
  #ui .meta-nav li.open,
  #ui .meta-nav li:hover {
    background: #323232;
    border-left: 1px solid #000000;
    padding-left: 1px;
  }
  #ui .meta-nav li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    padding: 9px 6px;
  }
  #ui .meta-nav li.open a,
  #ui .meta-nav li a:hover,
  #ui .meta-nav li a:focus,
  #ui .meta-nav li a:active {
    color: #ffca00;
    background: #323232;
    outline: none;
  }
  /*links with icon and subnavi*/
  #ui .meta-nav li.hassub.open a,
  #ui .meta-nav li.hassub a:hover,
  #ui .meta-nav li.hassub a:focus,
  #ui .meta-nav li.hassaub a:active {
    padding-bottom: 17px;
  }
  #ui .meta-nav li.hassub a span {
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 7px -597px transparent;
  }
  #ui .meta-nav li.hassub a:hover span,
  #ui .meta-nav li.hassub.open a span {
    background-position: 7px -697px;
  }
  /* second level */
  #ui .meta-nav ul ul {
    display: none;
    position: absolute;
    padding-bottom: 13px;
    top: 36px;
    left: -1px;
    width: 180px;
    z-index: 20;
    background: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #000000;
    border-top: 0;
    -moz-box-shadow: 0 9px 7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 9px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 9px 7px rgba(0, 0, 0, 0.5);
  }
  #ui .meta-nav ul li:hover ul,
  #ui .meta-nav ul li.open ul {
    display: block;
    clear: right;
  }
  #ui .meta-nav ul ul li,
  #ui .meta-nav ul ul li:hover,
  #ui .meta-nav ul ul li:first-child:hover {
    width: 100%;
    clear: left;
    background: none;
    padding: 0;
    border: none;
    border-bottom: 1px solid #4c4c4c;
  }
  #ui .meta-nav ul li.hassub ul li a,
  #ui .meta-nav ul li.hassub ul li a:hover,
  #ui .meta-nav ul li.hassub ul li a:focus,
  #ui .meta-nav ul li.hassub ul li a:active {
    color: #ffffff;
    padding: 7px 8px 7px 28px !important;
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 13px -192px transparent;
    border-bottom: 1px solid #000000;
  }
  #ui .meta-nav ul li.hassub ul li a:hover,
  #ui .meta-nav ul li.hassub ul li a:focus,
  #ui .meta-nav ul li.hassub ul li a:active {
    background-position: 13px -292px;
    color: #ffca00;
  }
}
/**
 * comp: countryswitch
 */
@media all {
  #ui .countryswitch {
    float: left;
  }
  #ui .countryswitch a {
    background: url("../../designs/pattex/components/navigation/meta-nav/img/bg_line.png") no-repeat 0 0 transparent;
    display: block;
    padding-left: 2px;
    position: relative;
  }
  #ui .countryswitch a:before,
  #ui .countryswitch a:after {
    content: "";
    display: table;
  }
  /*clear*/
  #ui .countryswitch a:after {
    clear: both;
  }
  #ui .countryswitch a span {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.0;
    padding: 9px 6px;
    text-decoration: none;
  }
  #ui .countryswitch a:hover,
  #ui .countryswitch a:active,
  #ui .countryswitch a:focus {
    text-decoration: none;
  }
  #ui .countryswitch a:hover span,
  #ui .countryswitch a:active span,
  #ui .countryswitch a:focus span {
    color: #ffca00;
  }
  #ui .countryswitch a img {
    float: left;
    padding: 9px 9px 8px 0;
  }
}
/**
 * comp: languageswitch
 */
@media all {
  #ui .languageswitch {
    float: left;
  }
  #ui .languageswitch li a {
    border-left: 1px solid #4c4c4c;
    color: #ffffff;
    font-size: 11px;
    margin: 10px 0 0;
    padding: 0 5px;
    text-decoration: underline;
  }
  #ui .languageswitch li:first-child a {
    border: none;
  }
}
@media screen {
  #ui .languageswitch li a:hover,
  #ui .languageswitch li a:focus,
  #ui .languageswitch li a:active {
    background: transparent;
    color: #ffca00;
  }
}
/**
 * comp: search - input box
 * description: search field on top of the page
 */
@media all {
  #ui .input-box {
    background: url("../../designs/pattex/components/navigation/meta-nav/img/bg_line.png") no-repeat 0 0 transparent;
    float: left;
    padding: 6px 29px 0 12px;
  }
  #ui .input-box p {
    float: left;
  }
  #ui .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%);
    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 .input-box input[type="search"] {
    -webkit-appearance: none;
  }
  /* placeholder styling */
  #ui .input-box input[type="search"]::-webkit-input-placeholder {
    color: #4c4c4c;
  }
  #ui .input-box input[type="search"]::-moz-placeholder {
    color: #4c4c4c;
  }
  #ui .input-box input[type="search"]::-ms-placeholder {
    color: #4c4c4c;
  }
  #ui .input-box input[type="search"]::-webkit-search-cancel-button {
    display: none;
  }
  #ui .input-box .searchbutton button {
    background: url("../../designs/pattex/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;
  }
}
/*
 * comp: panelgroup2
 * description: wrapper for multiple panels
 */
@media all {
  #ui .panelgroup2 {
    -webkit-border-radius: 13px 13px 12px 12px;
    -moz-border-radius: 13px 13px 12px 12px;
    border-radius: 13px 13px 12px 12px;
    position: relative;
  }
  #ui .featherlight .panelgroup2 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0;
    margin: 0;
    position: static;
  }
  #ui .panelgroup2:before,
  #ui .panelgroup2:after {
    content: "";
    display: table;
  }
  #ui .panelgroup2:after {
    clear: both;
  }
  #ui .faqgroup.panelgroup2 .textimage {
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  #ui .panelgroup2 > header {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    position: relative;
    padding: 10px 29px;
  }
  #ui .featherlight .panelgroup2 > header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #ui .panelgroup2 > header h3 {
    font-size: 14px;
    text-transform: uppercase;
  }
  #ui .panelgroup2 > .panel-body {
    padding: 25px 25px 15px;
  }
  #ui .panelgroup2 > .panel-body > panel {
    display: none;
  }
  /*ColumnControl*/
  /* 3 columns */
  #ui .panelgroup2 .cq-colctrl-lt1-c0 {
    float: left;
    margin-right: 4.3%;
    width: 30.5%;
  }
  #ui .panelgroup2 .cq-colctrl-lt1-c1 {
    float: left;
    width: 30.5%;
  }
  #ui .panelgroup2 .cq-colctrl-lt1-c2 {
    float: right;
    width: 30.5%;
  }
  /* 2 columns 33% 66% */
  #ui .panelgroup2 .cq-colctrl-lt3-c0 {
    float: left;
    width: 30.5%;
  }
  #ui .panelgroup2 .cq-colctrl-lt3-c1 {
    float: right;
    width: 65.3%;
  }
  /* 2 columns 66% 33% */
  #ui .panelgroup2 .cq-colctrl-lt2-c0 {
    float: left;
    width: 65.3%;
  }
  #ui .panelgroup2 .cq-colctrl-lt2-c1 {
    float: right;
    width: 30.5%;
  }
  /* 2 columns 50% 50% */
  #ui .panelgroup2 .cq-colctrl-lt0-c0 {
    float: left;
    width: 48%;
  }
  #ui .panelgroup2 .cq-colctrl-lt0-c1 {
    float: right;
    width: 48%;
  }
  #ui .panelgroup2 .imageinfo {
    bottom: 6px;
    cursor: pointer;
    display: none;
    height: 15px;
    line-height: 1.4;
    position: absolute;
    right: 5px;
    text-align: center;
  }
  #ui .panelgroup2 .imageinfo .number {
    font-weight: bold;
    display: block;
    padding: 0 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
  }
  #ui .panelgroup2 .image a.zoom:hover .imageinfo {
    display: block;
  }
}
#ui .featherlight {
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
}
#ui .featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
#ui .featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#ui .featherlight .featherlight-content {
  background: #000000;
  border: 2px solid #000000;
  border-radius: 20px;
  color: #ffffff;
  cursor: auto;
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  max-width: 90%;
  overflow: visible;
  padding: 40px 20px 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}
@media screen and (min-width: 1025px) {
  #ui .featherlight .featherlight-content.fittosize {
    height: auto !important;
  }
  #ui .featherlight .featherlight-content.fittosize .content-only.video {
    height: 100%;
    margin-bottom: 0;
  }
  #ui .featherlight .featherlight-content.fittosize .content-only.video .cookiespecific .contentvideoplayer {
    height: 100%;
  }
  #ui .featherlight .featherlight-content.fittosize .content-only.video .cookiespecific .contentvideoplayer .screen {
    height: inherit;
  }
  #ui .featherlight .featherlight-content.fittosize .content-only.video .cookiespecific .contentvideoplayer .screen > div {
    height: inherit;
  }
  #ui .featherlight .featherlight-content.fittosize .content-only.video .cookiespecific .contentvideoplayer .screen > div > div {
    height: inherit !important;
  }
}
#ui .featherlight .featherlight-inner {
  display: block;
  max-height: 90vh;
  overflow-y: auto;
}
#ui .featherlight .featherlight-close-icon {
  background: url("../../designs/pattex/components/lightbox2/img/lightbox2-close.png") no-repeat 0 0;
  border: none;
  color: #444;
  cursor: pointer;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  position: absolute;
  right: -12px;
  text-align: center;
  text-indent: -99999px;
  top: -11px;
  width: 25px;
  z-index: 9999;
}
#ui .featherlight .featherlight-close-icon:hover {
  background: url("../../designs/pattex/components/lightbox2/img/lightbox2-close-hover.png") no-repeat 0 0;
}
#ui .featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#ui .featherlight .featherlight-image {
  width: 100%;
}
#ui .featherlight iframe {
  border: none;
}
#ui .featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
#ui .featherlight-next,
#ui .featherlight-previous {
  background: rgba(0, 0, 0, 0);
  bottom: 10px;
  cursor: pointer;
  display: block;
  height: 20px;
  left: 80%;
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 14px;
}
#ui .featherlight-next:hover,
#ui .featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}
#ui .featherlight-next:hover span,
#ui .featherlight-previous:hover span {
  display: inline-block;
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  #ui .featherlight-next:hover,
  #ui .featherlight-previous:hover {
    background: none;
  }
}
#ui .featherlight-next span,
#ui .featherlight-previous span {
  color: #fff;
  display: none;
  font-size: 80px;
  font-style: normal;
  font-weight: normal;
  left: 5%;
  line-height: 80px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 5px #fff;
  top: 50%;
  width: 82%;
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  #ui .featherlight-next span,
  #ui .featherlight-previous span {
    display: block;
  }
}
.featherlight-swipe-aware #ui .featherlight-next,
.featherlight-swipe-aware #ui .featherlight-previous {
  display: none;
}
.featherlight-loading #ui .featherlight-next,
.featherlight-loading #ui .featherlight-previous {
  display: none;
}
.featherlight-first-slide.featherlight-last-slide #ui .featherlight-next,
.featherlight-first-slide.featherlight-last-slide #ui .featherlight-previous {
  display: none;
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  #ui .featherlight-next,
  #ui .featherlight-previous {
    left: 85%;
    right: 10px;
    top: 10px;
  }
}
#ui .featherlight-previous {
  background: url("../../designs/pattex/components/lightbox2/img/lightbox2-left-white.png") no-repeat scroll 0 50% transparent;
  border-right: 1px solid #4c4c4c;
  left: 15px;
  right: auto;
  padding: 3px 18px 3px 0;
}
#ui .featherlight-previous:hover {
  background: url("../../designs/pattex/components/lightbox2/img/lightbox2-left-yellow.png") no-repeat scroll 0 50% transparent;
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  #ui .featherlight-previous {
    left: 10px;
    right: 85%;
  }
}
#ui .featherlight-next {
  background: url("../../designs/pattex/components/lightbox2/img/lightbox2-right-white.png") no-repeat scroll 0 50% transparent;
  border-left: 1px solid #4c4c4c;
  left: auto;
  padding: 3px 0 3px 18px;
  right: 15px;
}
#ui .featherlight-next:hover {
  background: url("../../designs/pattex/components/lightbox2/img/lightbox2-right-yellow.png") no-repeat scroll 0 50% transparent;
}
#ui .featherlight-next span {
  left: auto;
  right: 5%;
}
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  #ui .featherlight-next span {
    font-size: 40px;
    margin-top: -30px;
  }
}
/**
 * comp: article (extended)
 * description: wrapper for multiple panels
 */
@media all {
  #ui .article {
    margin-bottom: 15px;
  }
  #ui .article .panel-body .panel > .panel-header {
    display: none;
  }
  .no-js #ui .article > .panel-body > panel {
    display: block;
  }
  #ui .col1 .article .panel-body > .parsys > .line {
    margin-left: -25px;
    width: 900px;
  }
  #ui .col2 .article .panel-body > .parsys > .line {
    margin-left: -25px;
    width: 590px;
  }
  /* article extended */
  #ui .article .meta {
    font-size: 12px;
    padding: 25px 15px 0;
  }
  #ui .article .meta .area {
    float: left;
    width: 50%;
  }
  #ui .article .meta figure {
    float: left;
    max-width: 100%;
    min-width: 50%;
    overflow: hidden;
  }
  #ui .article .meta figure img {
    margin: 0 10px;
  }
  #ui .article .meta figcaption {
    font-style: italic;
    padding: 10px 10px 15px;
  }
  /* tip */
  #ui .article .tip {
    border-style: solid;
    border-width: 1px;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 0 10px 15px;
    padding: 15px 10px 0 10px;
  }
  #ui .article .tip h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  /* tags */
  #ui .article .tags {
    padding: 15px 10px 10px;
    margin: 0 10px 15px;
  }
  #ui .article .tags h3 {
    font-size: 14px;
    padding-bottom: 5px;
  }
  #ui .article .tags dt {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat -24px -895px transparent;
    clear: left;
    float: left;
    font-weight: bold;
    padding-left: 12px;
  }
  #ui .article .tags dd {
    float: left;
    padding-left: 12px;
  }
  #ui .article .tags span {
    font-weight: bold;
  }
  /* "toolbar" */
  #ui .article .tools {
    border-bottom: 1px solid #000000;
    padding: 0 25px;
  }
  #ui .article .tools > div {
    float: right;
    padding: 0 0 0 10px;
  }
  /* body */
  #ui .article.panelgroup2 > .panel-body.featured {
    border-bottom: 0;
  }
  /* featured products */
  #ui .article .featured {
    border-bottom: 1px solid #000000;
  }
  #ui .article .featured > h3 {
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    float: left;
    margin-left: 25px;
    padding-top: 7px;
  }
  #ui .article .featuredproducts {
    border-style: solid;
    border-width: 1px 0;
    clear: left;
    padding-top: 15px;
  }
  #ui .article .featuredproducts .row {
    list-style: none;
  }
  #ui .col2 .article .featuredproducts .row {
    margin-left: 14px;
  }
  #ui .article .featuredproducts .item {
    float: left;
    margin: 0 0 12px 24px;
  }
  #ui .col2 .article .featuredproducts .item {
    margin-left: 9px;
  }
  #ui .article .teaser.gallery-teaser {
    position: relative;
    border: 1px solid #000000;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    height: 56px;
    width: 265px;
  }
  #ui .article .teaser.gallery-teaser .background {
    position: relative;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    float: left;
    height: 56px;
    width: 100px;
  }
  #ui .article .gallery-teaser .image .overlay {
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    filter: none;
    height: 100%;
    margin: 0;
    width: 100%;
  }
  #ui .article .teaser.gallery-teaser .new {
    border-radius: 10px 0 8px 0;
    -webkit-border-radius: 10px 0 8px 0;
    -moz-border-radius: 10px 0 8px 0;
  }
  #ui .article .gallery-teaser .image {
    height: 56px;
    position: relative;
  }
  #ui .article .teaser.gallery-teaser .image img {
    height: 100%;
    margin: 0 auto;
  }
  #ui .article .teaser.gallery-teaser .image img.rounded {
    position: relative;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
  }
  #ui .article .teaser.gallery-teaser .wrap {
    border: 0;
    display: table;
    float: left;
    height: 56px;
    width: 165px;
  }
  #ui .article .gallery-teaser a {
    background: transparent;
    display: table-cell;
    float: none;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
    text-transform: none;
    vertical-align: middle;
  }
  #ui .article .featuredproducts h2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #ui .article .gallery-teaser a span {
    background-color: transparent;
    background-repeat: no-repeat;
    padding-left: 15px;
  }
  #ui .article .gallery-teaser .wrap .overlay {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    /*filter: none;*/
    height: 56px;
    margin-top: 0;
    width: 165px;
  }
}
/**
 * comp: download
 */
@media all {
  #ui .download .button {
    margin: 0 0 15px;
  }
  #ui .download.button-right .button {
    float: right;
  }
  #ui .download.button-left .button {
    float: left;
  }
}
/*
 * comp: faqgroup
 */
@media all {
  #ui .faqgroup > .panel-body {
    margin-bottom: 43px;
    padding: 0;
  }
  /* styling for panel */
  #ui .faqgroup .panel.panel-expandable h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
  }
  #ui .faqgroup .panel .panel-body {
    padding: 0 25px 10px;
  }
  #ui .faqgroup .panel .panel-body .faqpanel .panel-body {
    padding: 0 0 0 17px;
  }
  #ui .faqgroup .panel.panel-expandable .panel-header {
    line-height: 1.1;
    padding: 12px 25px;
    position: relative;
  }
  #ui .faqgroup .panel.panel-expandable .icon {
    height: 10px;
    right: 0;
    top: 14px;
    position: absolute;
    width: 30px;
  }
  #ui .faqgroup .panel.panel-expandable .panel-header:hover .icon {
    background-position: 12px -100px;
  }
  #ui .faqgroup .panel.panel-expandable .panel-header.open .icon {
    background-position: 11px -1700px;
  }
}
/**
 * comp: tipfinder
 * description:
 */
@media all {
  #ui .tipfinder {
    left: -29px;
    position: relative;
    top: -52px;
    width: 960px;
  }
  /* background-image */
  #ui .tipfinder .background {
    position: relative;
  }
  #ui .tipfinder .background.tiled {
    background: url("../../designs/pattex/common/img/pattex.stage.tiled.jpg") repeat-x 0 0 #333;
  }
  #ui .tipfinder .background.fullimage {
    background: url("../../designs/pattex/common/img/pattex.stage.fullimage.jpg") no-repeat 0 0 #242424;
  }
  #ui .tipfinder .background > figure {
    width: 100%;
  }
  #ui .tipfinder .background > figure img {
    margin: 0 auto;
  }
  /* box */
  #ui .tipfinder .box {
    bottom: 30px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 52px;
    margin-left: 25px;
    position: absolute;
  }
  #ui .tipfinder .material {
    float: left;
  }
  #ui .tipfinder .material.odd {
    clear: left;
    margin-right: 35px;
  }
  #ui .tipfinder .option:hover > .select,
  #ui .tipfinder .option.hover > .select {
    left: 273px;
  }
  #ui .tipfinder .even .option:hover > .select,
  #ui .tipfinder .even .option.hover > .select {
    left: 550px;
  }
  #ui .tipfinder .even .option:hover > .select.hidden {
    left: -9999px;
  }
  /* results */
  #ui .tipfinder .tipfinder-resultlist {
    border-top: 1px solid #4c4c4c;
    background: url("../../designs/pattex/components/page/img/contentarea-top-shadow.png") repeat-x 0 0 transparent;
  }
  /* results content */
  #ui .tipfinder .tipfinder-resultlist .row,
  #ui .tipfinder .tipfinder-resultlist h3,
  #ui .tipfinder .tipfinder-resultlist .info,
  #ui .tipfinder .tipfinder-resultlist .no-result {
    clear: left;
  }
  #ui .tipfinder .tipfinder-resultlist > h3 {
    border-top: 1px solid #000000;
    box-shadow: inset 0 1px #4c4c4c;
    -moz-box-shadow: inset 0 1px #4c4c4c;
    -webkit-box-shadow: inset 0 1px #4c4c4c;
    color: #ffca00;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 50px;
    text-transform: uppercase;
  }
  #ui .tipfinder .tipfinder-resultlist > h3:first-child {
    border-top: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  #ui .tipfinder .tipfinder-resultlist ul.row {
    list-style: none;
    padding-left: 6px;
  }
  #ui .tipfinder .tipfinder-resultlist .item {
    float: left;
    padding-left: 24px;
    padding-bottom: 24px;
  }
  #ui .tipfinder .tipfinder-resultlist > .loading {
    margin: 40px auto;
  }
  /* alternative content and no-result */
  #ui .tipfinder .tipfinder-resultlist > .info,
  #ui .tipfinder .tipfinder-resultlist > .no-result,
  #ui .tipfinder .tipfinder-resultlist > .parsys {
    margin-left: 29px;
    margin-right: 29px;
    padding-top: 20px;
    width: 902px;
  }
  #ui .tipfinder .tipfinder-resultlist > .no-result {
    background: #ffca00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #dc291e;
    float: left;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 23px;
    padding: 10px;
    width: auto;
    position: relative;
  }
  #ui .tipfinder .tipfinder-resultlist > .info,
  #ui .tipfinder .tipfinder-resultlist > .no-result {
    font-size: 12px;
  }
  #ui .tipfinder .tipfinder-resultlist > .parsys {
    clear: both;
  }
}
/*
 * comp: contactform
 */
@media all {
  /* contactform */
  #ui .contactform {
    background-color: #ffca00;
    border: 1px solid #000000;
    box-shadow: 2px 2px 4px #000;
    -moz-box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    -webkit-border-radius: 13px 13px 12px 12px;
    -moz-border-radius: 13px 13px 12px 12px;
    border-radius: 13px 13px 12px 12px;
    color: #000000;
    position: relative;
    font-size: 12px;
  }
  #ui .contactform > h3 {
    background-color: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    color: #ffffff;
    position: relative;
    font-size: 14px;
    padding: 10px 29px;
    text-transform: uppercase;
  }
  #ui .contactform #contact {
    padding: 20px 29px 15px;
  }
  #ui .contactform .fsInfo a,
  #ui .contactform .fsInfo a:active,
  #ui .contactform .fsInfo a:focus,
  #ui .contactform .fsInfo a:hover,
  #ui .contactform .fsInfo a:visited {
    background: none;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
  }
  #ui .contactform .fsInfo a:hover {
    color: #dc291e;
  }
  /* captcha */
  #ui .contactform .captcha {
    padding-top: 15px;
  }
  #ui .contactform .captcha .item.input {
    width: 360px;
  }
  #ui .contactform .captcha .form_captcha_img {
    float: left;
    margin-right: 9px;
  }
  #ui .contactform .captcha .form_captcha_refresh {
    float: left;
  }
  #ui .contactform .captcha .form_captcha_refresh_input input {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat scroll 0 -2000px transparent;
    border: none;
    color: #000000;
    height: 25px;
    font-weight: bold;
    padding-left: 30px;
  }
  #ui .contactform .captcha .row.captcha {
    background-color: #e3b525;
    border: 1px solid #000000;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 15px 5px 15px 15px;
  }
  #ui .contactform .captcha .text .hint {
    color: #000000;
  }
  /* button */
  #ui .contactform div.submit {
    border-top: 1px solid #000000;
    margin-left: -29px;
    margin-right: -29px;
    padding: 10px 29px;
  }
  #ui .contactform div.submit span.button {
    background: #dc291e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dc291e), to(#AA1F18));
    background-image: -moz-linear-gradient(center top, #dc291e 0, #AA1F18 100%);
    background-image: -o-linear-gradient(top, #dc291e, #AA1F18);
    background-image: linear-gradient(top, #dc291e, #AA1F18);
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    padding: 4px 12px;
    position: relative;
  }
  #ui .contactform .button-red .button:hover,
  #ui .contactform .button-red .button:active,
  #ui .contactform .button-red .button:focus {
    background: #ffffff;
    cursor: pointer;
  }
  #ui .contactform .button-red .button:hover input,
  #ui .contactform .button-red .button:active input,
  #ui .contactform .button-red .button:focus input {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 -96px #ffffff;
    color: #dc291e;
  }
  #ui .contactform div.submit span.button input {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat scroll 0 -196px transparent;
    border: none;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* text image from Text */
  #ui .contactform .textimage {
    border-bottom: 1px solid #000000;
    margin: 0px;
    padding: 20px 29px 4px;
  }
  /* form styles */
  #ui .contactform .error-message {
    color: #dc291e;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #ui .contactform .item.input {
    float: left;
    width: 190px;
  }
  #ui .contactform .checkbox label,
  #ui .contactform .gender label,
  #ui .contactform .item.input label,
  #ui .contactform .textarea label {
    font-weight: bold;
    line-height: 14px;
    margin-top: 9px;
  }
  #ui .contactform .gender label {
    display: inline-block;
    line-height: 18px;
    margin-right: 20px;
  }
  #ui .contactform .item.input input,
  #ui .contactform .textarea textarea {
    border: 1px solid #000000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #000000;
    position: relative;
    margin-top: 3px;
    padding: 3px 10px;
    width: 150px;
  }
  #ui .contactform .item.input input.error,
  #ui .contactform .textarea textarea.error {
    border: 1px solid #dc291e;
    color: #dc291e;
  }
  #ui .contactform .item.input input#f-contact-street {
    width: 340px;
  }
  #ui .contactform .row:before,
  #ui .contactform .row:after {
    content: "";
    display: table;
  }
  #ui .contactform .row:after {
    clear: both;
  }
  #ui .contactform .hint {
    color: #dc291e;
    font-weight: bold;
  }
  #ui .contactform .fsInfo .hint {
    color: #000000;
  }
  #ui .contactform .textarea label {
    font-weight: bold;
  }
  #ui .contactform .textarea textarea {
    width: 340px;
  }
  /* radio buttons and checkbox */
  #ui .contactform .checkbox strong,
  #ui .contactform .checkbox .hint {
    display: block;
    float: left;
    padding-top: 3px;
  }
  #ui .contactform .checkbox .hint {
    line-height: 14px;
    margin-left: 2px;
    margin-top: 9px;
  }
  #ui .contactform .checkbox label {
    float: left;
  }
  #ui .contactform .checkbox label input,
  #ui .contactform .checkbox label span {
    float: left;
  }
  #ui .contactform .checkbox .error,
  #ui .contactform .checkbox .error a {
    color: #dc291e;
  }
  #ui .contactform .styledCheckbox,
  #ui .contactform .styledRadio {
    background-image: url("../../designs/pattex/components/form/contactform/img/pattex.form-icons.png");
    background-repeat: no-repeat;
    margin-right: 6px;
    width: 22px;
  }
  #ui .contactform .styledRadio {
    background-position: -29px -5px;
    display: inline-block !important;
    height: 18px;
    vertical-align: top;
  }
  #ui .contactform .styledRadio.styledRadioChecked {
    background-position: -29px -31px;
  }
  #ui .contactform .styledCheckbox {
    background-position: 0 -2px;
    display: inline-block !important;
    height: 22px;
    vertical-align: top;
  }
  #ui .contactform .styledCheckbox.styledCheckboxChecked {
    background-position: 0 -27px;
  }
  /* selectbox */
  #ui .contactform .item.input select {
    position: relative;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 3px;
    padding: 3px 0 3px 10px;
    width: 362px;
  }
  /* hint text */
  #ui .contactform p.hint {
    color: #dc291e;
    font-weight: bold;
    margin-top: -5px;
  }
}
/**
 * comp: image
 */
@media all {
  #ui .image a {
    display: inline-block;
  }
  #ui .image a:hover,
  #ui .image a:active,
  #ui .image a:focus {
    text-decoration: none !important;
  }
  #ui .image a.zoom span.magnifier {
    background: url("../../designs/pattex/components/image/img/magnifier.png") no-repeat 0 0;
  }
}
/**
 * comp: line
 */
@media all {
  /* component productdetails */
  #ui .productdetails .line hr {
    border-color: #000;
    width: 592px;
    margin-left: -25px;
  }
  #ui .col1 .productdetails .line hr {
    width: 900px;
  }
}
/**
 * comp: breadcrumb
 */
@media all {
  #ui .breadcrumb {
    margin-left: 30px;
    position: absolute;
    left: 0;
    z-index: 9;
  }
  #ui .breadcrumb a,
  #ui .breadcrumb strong {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 -1483px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 15px 10px;
    text-transform: uppercase;
  }
  #ui .breadcrumb strong {
    background-position: 0 -1583px;
    color: #ffca00;
  }
}
@media screen {
  #ui .breadcrumb a:hover,
  #ui .breadcrumb a:focus,
  #ui .breadcrumb a:active {
    background-position: 0 -1583px;
    color: #ffca00;
    text-decoration: none;
  }
}
/**
 * comp: navigation - gallery navigation
 */
@media all {
  #ui .gallery-nav {
    margin-top: 28px;
  }
  #ui .no-stage .gallery-nav {
    margin-top: 52px;
  }
  #ui .gallery-nav ul.row {
    list-style: none;
    padding-left: 6px;
  }
  #ui .gallery-nav .item {
    float: left;
    padding: 0 0 24px 24px;
  }
  /* if content-main is not activated */
  #ui .stageonly .gallery-nav {
    padding-bottom: 13px;
  }
  #ui .gallery-nav:before,
  #ui .gallery-nav:after {
    content: "";
    display: table;
  }
  #ui .gallery-nav:after {
    clear: both;
  }
  #ui .gallery-nav > .textimage {
    margin: 0 20px 10px;
  }
  #ui .gallery-nav > .textimage {
    color: #ffffff;
  }
  #ui .gallery-nav > .textimage a:link,
  #ui .gallery-nav > .textimage a:visited {
    color: #ffffff;
  }
  #ui .gallery-nav > .textimage a:hover,
  #ui .gallery-nav > .textimage a:focus,
  #ui .gallery-nav > .textimage a:active {
    color: #ffca00;
  }
}
/**
 * comp: countryselector
 * description: list of countries with associated languages
 */
@media all {
  /* container */
  #ui .countryselector.box {
    min-height: 435px;
    padding: 60px 0 0 30px;
    background: url("../../designs/pattex/components/navigation/countryselector/img/countryselector-background.jpg") 0 0 no-repeat transparent;
    margin: -53px -29px -25px -29px;
  }
  /* override border from box of classes.css */
  #ui .countryselector.box {
    border: none;
  }
  /* headline */
  #ui .countryselector h2 {
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 2px;
  }
  #ui .countryselector h3 {
    color: #FFCB00;
    font-family: 'FlamaMedium';
    font-size: 14px;
    text-transform: uppercase;
  }
  /* country list */
  #ui .countryselector .country-wrapper {
    margin-top: 18px;
    padding-bottom: 20px;
  }
  /* first level */
  #ui .countryselector ul {
    list-style: none;
  }
  #ui .countryselector .country-wrapper > ul {
    float: left;
    width: 47%;
    border-bottom: 1px solid #4c4c4c;
  }
  #ui .countryselector .country-wrapper > ul.second {
    margin-left: 30px;
  }
  #ui .countryselector .country-wrapper > ul > li {
    border-bottom: 1px solid #000;
    border-top: 1px solid #4c4c4c;
    clear: both;
    display: block;
    padding: 4px 0 4px 40px;
    position: relative;
  }
  #ui .countryselector .country-wrapper > ul > li:first-child {
    border-top: 0;
  }
  #ui .countryselector .country-wrapper > ul > li {
    background: transparent url("../../designs/pattex/common/img/icons.png") 1px -192px no-repeat;
  }
  #ui .countryselector .country-wrapper > ul > li img {
    left: 14px;
    top: 6px;
    position: absolute;
  }
  /* second level */
  #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 {
    margin-right: 3px;
    font-size: 12px;
    position: relative;
    top: -1px;
  }
  #ui .countryselector ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
  }
  #ui .countryselector ul li a:hover,
  #ui .countryselector ul li a:active,
  #ui .countryselector ul li a:focus {
    color: #FFCB00;
    background: transparent;
  }
}
/**
 * comp: panel
 * description: wrapper box for various components. Can define look&feel of included components.
 */
@media all {
  #ui .panel > .panel-body .textimage {
    clear: both;
    margin: 0;
    padding: 0;
  }
  #ui .panel > .panel-body .panel-border.textimage {
    margin: 0 0 10px 0;
  }
  #ui .panel > .panel-body .textimage:after {
    clear: both;
    content: "";
    display: table;
  }
}
/*
 * comp: faqpanel
 */
@media all {
  #ui .faqpanel {
    font-size: 12px;
    line-height: 16px;
  }
  #ui .faqpanel ol.faq-list {
    font-weight: bold;
  }
  #ui .panel.faqpanel .textimage {
    margin-bottom: 0;
  }
  #ui .faqpanel .rd {
    width: 500px;
  }
}
/*
 * comp: faq
 */
@media all {
  /* question */
  #ui .faq summary {
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  /* answer */
  #ui .faq div.hd {
    margin-left: -18px;
  }
  #ui .faq .textimage {
    font-weight: normal;
    margin-top: 0;
    padding: 0 15px 10px;
  }
  #ui .faq .textimage .image {
    float: left;
    margin-right: 10px;
  }
}
/**
 * comp: productdetails
 */
@media all {
  /* margin-bottom for 2 in 1 site */
  #ui .productdetails {
    padding-bottom: 50px;
    margin-bottom: 15px;
  }
  #ui .productdetails header h3,
  #ui .productdetails .panel-header h3 {
    display: none;
  }
  /* tabnav class from javaScript */
  #ui .productdetails .tabnav {
    border-radius: 12px 10px 0px 0px;
    -webkit-border-radius: 12px 10px 0 0;
    -moz-border-radius: 12px 10px 0 0;
    position: relative;
  }
  #ui .productdetails .tabnav li {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat scroll 12px -188px transparent;
    float: left;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    padding: 6px 12px 6px 24px;
    text-transform: uppercase;
    width: auto;
  }
  #ui .productdetails .tabnav li.current,
  #ui .productdetails .tabnav li.current:hover {
    background-position: 12px -88px;
    filter: none;
  }
  #ui .productdetails .tabnav li:first-child,
  #ui .productdetails .tabnav li.pie_first-child {
    border-radius: 12px 0px 0px 0px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    border-top-left-radius: 12px;
    position: relative;
  }
  #ui .productdetails .tabnav li:hover,
  #ui .productdetails .tabnav li.hover {
    cursor: pointer;
    background-position: 12px -288px;
  }
  /* "data sheet" button */
  #ui .productdetails .button {
    bottom: 0;
    margin: 0 25px 10px;
    position: absolute;
    right: 0;
  }
  /* Product details with no border (no padding) */
  #ui .productdetails .panel-body > .parsys .textimage {
    padding: 0;
  }
  /* Product details with border */
  #ui .productdetails .panel-body .textimage.panel-border {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 11px 11px 0 11px;
    position: relative;
  }
}
/**
 * comp: productfeatures
 */
@media all {
  #ui .productfeatures {
    margin-bottom: 20px;
  }
  #ui .productfeatures.panel-border {
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 11px;
    position: relative;
  }
  #ui .productfeatures .image {
    float: left;
    line-height: 1.0;
    margin-right: 5px;
  }
  #ui #cboxContent.feat-prod-page {
    background-color: #ffca00;
    padding: 15px;
  }
  #ui #cboxContent.feat-prod-page #cboxTitle {
    display: none !important;
  }
}
/**
 * comp: product - productfinder
 */
@media all {
  #ui .productfinder {
    left: -29px;
    position: relative;
    top: -52px;
    width: 960px;
  }
  /* hide html form elements */
  #ui .productfinder label,
  #ui .productfinder select,
  #ui .productfinder .submitbutton {
    display: none;
  }
  #ui .productfinder .productfinder-wrapper > h2,
  #ui .productfinder .combinations-tab > h3 {
    display: none;
  }
  #ui .productfinder .productfinder-wrapper {
    min-height: 295px;
  }
  #ui .productfinder .combinations-tab {
    /*margin-top: -11px;*/
    position: relative;
  }
  /* background-image */
  #ui .productfinder .combinations-tab > figure {
    width: 100%;
  }
  #ui .productfinder .combinations-tab > figure img {
    margin: 0 auto;
  }
  #ui .productfinder .combinations-tab form {
    bottom: 30px;
    left: 0;
    position: absolute;
  }
  /* results */
  /* 3 columns */
  #ui .productfinder .cq-colctrl-lt1-c0 {
    float: left;
    margin-right: 12px;
    width: 284px;
  }
  #ui .productfinder .cq-colctrl-lt1-c1 {
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    width: 284px;
  }
  #ui .productfinder .cq-colctrl-lt1-c2 {
    float: right;
    margin-left: 12px;
    width: 284px;
  }
  /* box in pseudo fieldset */
  #ui .productfinder .box {
    float: left;
    margin-left: 25px;
  }
  /* pseudo form fieldsets step1-3 */
  #ui .productfinder .step1 {
    width: 240px;
    z-index: 15;
  }
  #ui .productfinder .step2 {
    z-index: 10;
  }
  #ui .productfinder .step3 {
    z-index: 5;
  }
  #ui .productfinder .step2,
  #ui .productfinder .step3 {
    visibility: hidden;
    width: 238px;
  }
  /* content styling */
  #ui .productfinder .step3 h3 {
    padding-bottom: 32px;
  }
  #ui .productfinder .step3 .size {
    padding-bottom: 5px;
  }
  #ui .productfinder .label {
    padding-bottom: 3px;
  }
  #ui .productfinder .option:hover > .select,
  #ui .productfinder .option.hover > .select {
    left: 273px;
  }
  /* results content */
  #ui .productfinder .product-list-wrapper .row,
  #ui .productfinder .product-list-wrapper .category,
  #ui .productfinder .product-list-wrapper .info,
  #ui .productfinder .product-list-wrapper .no-result {
    clear: left;
  }
  #ui .productfinder .product-list-wrapper .category h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 50px;
    text-transform: uppercase;
  }
  #ui .productfinder .product-list-wrapper .category:first-child h3 {
    border-top: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  #ui .productfinder .product-list-wrapper ul.row {
    list-style: none;
    padding-left: 6px;
  }
  #ui .productfinder .product-list-wrapper ul.row:first-child {
    padding-top: 20px;
  }
  #ui .productfinder .product-list-wrapper .item {
    float: left;
    padding-left: 24px;
    padding-bottom: 24px;
  }
  #ui .productfinder .product-list-wrapper > .loading {
    margin: 40px auto;
  }
  /* alternative content and no-result */
  #ui .productfinder .product-list-wrapper > .info,
  #ui .productfinder .product-list-wrapper > .no-result,
  #ui .productfinder .product-list-wrapper > .parsys {
    margin-left: 29px;
    margin-right: 29px;
    padding-top: 20px;
    width: 902px;
  }
  #ui .productfinder .product-list-wrapper > .no-result {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 23px;
    padding: 10px;
    position: relative;
    width: auto;
  }
  #ui .productfinder .product-list-wrapper > .info,
  #ui .productfinder .product-list-wrapper > .no-result {
    font-size: 12px;
  }
  #ui .productfinder .product-list-wrapper > .parsys {
    clear: both;
  }
}
/**
 * comp: sharing - addthis
 */
@media all {
  #ui .sharing .addthis_toolbox > a {
    float: left;
    margin-right: 5px;
  }
  #ui .sharing a:link,
  #ui .sharing a:hover {
    color: #333;
  }
  #ui .sharing a:active,
  #ui .sharing a:focus {
    background-color: transparent;
  }
  /* footer styles */
  #ui footer .sharing {
    border-left: 1px solid #4c4c4c;
    float: left;
    height: 31px;
    margin-left: 25px;
    padding: 0 5px;
  }
  #ui footer .sharing .addthis_toolbox > a {
    margin: 7px 5px 0 0;
  }
  #ui footer .sharing .addthis_separator {
    border-left: 1px solid #000000;
    box-shadow: inset 1px 0 #4c4c4c;
    -moz-box-shadow: 1px 0 #4c4c4c inset;
    -webkit-box-shadow: inset 1px 0 #4c4c4c;
    float: left;
    height: 31px;
    margin: 0 5px 0 0;
    width: 1px;
  }
  /* provider based styles */
  #ui .sharing .addthis_toolbox > a.addthis_button_facebook_like {
    margin-top: 5px;
  }
}
/**
 * comp: stage
 */
@media all {
  #ui .stage {
    border-bottom: 1px solid #4c4c4c;
    min-height: 85px;
    position: relative;
  }
  #ui .no-border .stage {
    border-bottom: none;
  }
  #ui .stageonly .stage {
    border-bottom: none;
  }
  #ui .stage.hover {
    cursor: pointer;
  }
  /* parsys / column control */
  #ui .stage .background > .parsys {
    left: 30px;
    position: absolute;
    width: 900px;
    z-index: 20;
  }
  /* 3 columns */
  #ui .stage .cq-colctrl-lt1-c0,
  #ui .stage .cq-colctrl-lt1-c1,
  #ui .stage .cq-colctrl-lt1-c2 {
    margin: 0;
    width: 300px;
  }
  /* stage image */
  #ui .stage .background > figure {
    position: relative;
    width: 100%;
  }
  #ui .stage .background > figure img {
    margin: 0 auto;
  }
  /* stage background-image */
  #ui .stage .background {
    overflow: hidden;
    width: 100%;
  }
  #ui .stage .background.tiled {
    background: url("../../designs/pattex/common/img/pattex.stage.tiled.jpg") repeat-x 0 0 #333;
  }
  #ui .stage .background.fullimage {
    background: url("../../designs/pattex/common/img/pattex.stage.fullimage.jpg") no-repeat 0 0 #242424;
  }
  /*text styles */
  #ui .stage .text {
    font-size: 12px;
    left: 29px;
    position: absolute;
    top: 60px;
    width: 414px;
    z-index: 10;
  }
  #ui .stage .text .textimage {
    margin: 0;
    padding: 0;
    color: #ffffff;
  }
  #ui .stage .text h3 {
    font-family: FlamaBold;
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 4px;
    text-transform: uppercase;
  }
  #ui .stage .text h4 {
    color: #ffca00;
    font-family: FlamaBold;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
  }
}
/**
 * comp: homestage
 */
@media all {
  /* parsys / column control */
  #ui .homestage .background > .parsys {
    bottom: 30px;
  }
  /* 2 columns (homepage) */
  .landingpage #ui .homestage .background > .parsys {
    bottom: auto;
    left: 158px;
    top: 60px;
    width: 640px;
  }
  .landingpage #ui .homestage .cq-colctrl-lt0-c0,
  .landingpage #ui .homestage .cq-colctrl-lt0-c1 {
    width: 284px;
  }
  /*text styles */
  #ui .homestage .text .textimage {
    padding-top: 30px;
  }
  #ui .homestage .text .textimage,
  #ui .homestage .text .textimage a {
    color: #ffffff;
    margin: 0;
    padding: 0;
  }
  #ui .homestage .text .textimage a:hover,
  #ui .homestage .text .textimage a:active {
    color: #dc291e;
  }
  #ui .homestage .text .textimage p,
  #ui .homestage .text .textimage ul,
  #ui .homestage .text .textimage ol {
    margin-bottom: 10px;
  }
  /* inverted text styles */
  #ui .homestage .text.inverted,
  #ui .homestage .text.inverted h4,
  #ui .homestage .text.inverted .textimage,
  #ui .homestage .text.inverted .textimage a {
    color: #000000;
  }
}
/**
 * comp: genericstage
 */
@media all {
  /* parsys / column control */
  #ui .genericstage .background > .parsys {
    bottom: 15px;
  }
  .productpage #ui .genericstage .background > .parsys {
    bottom: 60px;
  }
  #ui .genericstage .linkbutton {
    display: none;
  }
  /* 3 columns */
  #ui .genericstage .cq-colctrl-lt1-c0,
  #ui .genericstage .cq-colctrl-lt1-c1,
  #ui .genericstage .cq-colctrl-lt1-c2 {
    min-height: 10px;
    position: relative;
  }
  #ui .genericstage .cq-colctrl-lt1-c0 > .teaser,
  #ui .genericstage .cq-colctrl-lt1-c0 > .image,
  #ui .genericstage .cq-colctrl-lt1-c1 > .teaser,
  #ui .genericstage .cq-colctrl-lt1-c1 > .image,
  #ui .genericstage .cq-colctrl-lt1-c2 > .teaser,
  #ui .genericstage .cq-colctrl-lt1-c2 > .image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
  /*text styles */
  #ui .genericstage .text {
    width: 295px;
    z-index: 9;
  }
  #ui .genericstage .text p {
    padding-top: 30px;
  }
  #ui .genericstage .text:first-child {
    padding-top: 0;
  }
  /* inverted*/
  #ui .genericstage .text.inverted {
    background: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    border: 1px solid #000000;
    display: inline-block;
    left: 0;
    max-width: 235px;
    padding: 20px 30px;
    position: absolute;
    width: auto;
    z-index: 9;
  }
  #ui .genericstage .text.inverted h3 {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 20px;
    padding-bottom: 4px;
    text-transform: uppercase;
  }
  #ui .genericstage .text.inverted h4 {
    color: #ffca00;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
  /* generic stage specific teaser styles */
  #ui .genericstage .cq-colctrl-lt1-c0 .teaser {
    margin-right: 16px;
  }
  #ui .genericstage .cq-colctrl-lt1-c1 .teaser {
    margin-left: 8px;
    margin-right: 8px;
  }
  #ui .genericstage .cq-colctrl-lt1-c2 .teaser {
    margin-left: 16px;
  }
  #ui .genericstage .cq-colctrl-lt1 .bubble-teaser {
    height: 88px;
  }
  /* small version of generic stage*/
  #ui .genericstage .background.small > .parsys {
    display: none;
  }
  /*link style */
  #ui .genericstage .small .linkbutton {
    background: url("../../designs/pattex/components/teaser/service-teaser/img/pattex.serviceteaser.png") no-repeat 0 0 transparent;
    bottom: 30px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    margin: 0 15px 0 2px;
    padding-left: 5px;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    z-index: 1;
  }
  #ui .genericstage .small .linkbutton a {
    background: url("../../designs/pattex/components/teaser/service-teaser/img/pattex.serviceteaser.png") no-repeat 100% 0 transparent;
    display: block;
    height: 100%;
    margin-right: -15px;
    text-decoration: none;
  }
  #ui .genericstage .small .linkbutton a span {
    color: #000000;
    background: url("../../designs/pattex/common/img/icons.png") scroll no-repeat 7px 12px transparent;
    display: block;
    min-height: 18px;
    min-width: 20px;
    padding: 7px 45px 7px 24px;
  }
  #ui .genericstage .small .linkbutton a:hover span,
  #ui .genericstage .small .linkbutton a:active span,
  #ui .genericstage .small .linkbutton a:focus span {
    color: #dc291e;
    background-position: 7px -88px;
  }
  #ui .genericstage .small .text {
    bottom: 30px;
    top: auto;
  }
}
/**
 * comp: global teaser styles
 */
@media all {
  #ui .teaser {
    overflow: hidden;
  }
  #ui .teaser.hover {
    cursor: pointer;
  }
  #ui .teaser a {
    display: block;
  }
  #ui .teaser a:hover {
    text-decoration: none;
  }
  /*use this to center elements vertical*/
  #ui .teaser .center {
    vertical-align: middle;
    display: table-cell;
  }
  /* 3 teaser on stage */
  #ui .homestage .cq-colctrl-lt1 .teaser,
  #ui .homestage .cq-colctrl-lt1 .teaser .center {
    margin: 0;
    padding: 0;
  }
  /*colctrl 3 cols*/
  #ui .homestage .cq-colctrl-lt1 .teaser {
    width: 298px;
    height: 88px;
    border: 1px solid #000000;
    position: relative;
  }
  /*left*/
  #ui .homestage .cq-colctrl-lt1-c0 .teaser {
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
  }
  /*middle*/
  #ui .homestage .cq-colctrl-lt1-c1 .teaser {
    border-left: 1px solid #4c4c4c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  /*right*/
  #ui .homestage .cq-colctrl-lt1-c2 .teaser {
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    border-left: 1px solid #4c4c4c;
  }
  #ui .homestage .cq-colctrl-lt1 .teaser .center {
    height: 88px;
  }
}
/**
 * comp: bubble-teaser
 */
@media all {
  #ui .bubble-teaser {
    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);
    position: relative;
    border: 1px solid #000000;
    min-width: 250px;
    overflow: visible;
  }
  #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 .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 a {
    background: transparent url("../../designs/pattex/common/img/icons.png") no-repeat 18px 2px;
    color: #000000;
    float: left;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    line-height: 1;
    padding: 0 12px 15px 32px;
    /*margin-top: 55px;*/
    position: absolute;
    text-transform: uppercase;
    top: 56px;
  }
  #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:hover a,
  #ui .bubble-teaser a:hover,
  #ui .bubble-teaser a:active,
  #ui .bubble-teaser a:focus {
    color: #dc291e;
    background-position: 18px -98px;
  }
  /*bubble*/
  #ui .bubble-teaser .bubble,
  #ui .cq-colctrl-lt1-c2 .bubble-teaser .right .bubble {
    font-family: FlamaBold;
    font-weight: normal;
    text-transform: uppercase;
    width: 186px;
    padding-top: 75px;
    background: transparent url("../../designs/pattex/components/teaser/bubble-teaser/img/bg_bubble_tr.png") no-repeat 0 0;
    position: absolute;
  }
  #ui .bubble-teaser .bubble .nose,
  #ui .cq-colctrl-lt1-c2 .bubble-teaser .right .bubble .nose {
    width: 30px;
    height: 55px;
    background: transparent url("../../designs/pattex/components/teaser/bubble-teaser/img/bg_bubble_arrows.png") no-repeat 0 -524px;
    position: absolute;
    bottom: 16px;
    left: 185px;
  }
  #ui .bubble-teaser .bubble .bottom,
  #ui .cq-colctrl-lt1-c2 .bubble-teaser .right .bubble .bottom {
    background: transparent url("../../designs/pattex/components/teaser/bubble-teaser/img/bg_bubble_br.png") no-repeat 0 100%;
    padding-left: 12px;
  }
  #ui .bubble-teaser .bubble .bottom .content {
    position: absolute;
    top: 26px;
    text-align: justify;
    line-height: 1;
    width: 162px;
    min-height: 90px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  /*bubble right*/
  #ui .cq-colctrl-lt1-c2 .bubble-teaser .bubble,
  #ui .bubble-teaser .right .bubble {
    background: transparent url("../../designs/pattex/components/teaser/bubble-teaser/img/bg_bubble_tl.png") no-repeat 0 0;
  }
  #ui .cq-colctrl-lt1-c2 .bubble-teaser .bubble .bottom,
  #ui .bubble-teaser .right .bubble .bottom {
    background: transparent url("../../designs/pattex/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/components/teaser/bubble-teaser/img/bg_bubble_arrows.png") no-repeat 0 -24px;
    left: -28px;
  }
  /*sizes and colors*/
  #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;
  }
}
/**
 * comp: content-teaser
 */
@media all {
  #ui .content-teaser {
    font-size: 14px;
    margin-bottom: 14px;
    position: relative;
  }
  #ui .content-teaser .image {
    position: relative;
  }
  /* links */
  #ui .content-teaser a,
  #ui .content-teaser a:link,
  #ui .content-teaser a:visited {
    color: #ffffff;
  }
  #ui .content-teaser.hover a,
  #ui .content-teaser a:hover,
  #ui .content-teaser a:active,
  #ui .content-teaser a:focus {
    background: transparent;
    color: #ffca00;
  }
  /* text */
  #ui .content-teaser h3 {
    color: #ffca00;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
  }
  /* video play button */
  #ui .content-teaser .video-play-button {
    background: url("../../designs/pattex/components/teaser/img/pattex.teaser.playbutton.png");
    background-repeat: no-repeat;
    height: 49px;
    position: absolute;
    width: 48px;
    z-index: 10;
    display: none;
  }
  /* arrow icon */
  #ui .content-teaser .ic {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 12px -399px;
    height: 20px;
  }
  #ui .content-teaser.hover .ic {
    background-position: 12px -499px;
  }
}
/**
 * comp: content-teaser (standard style)
 */
@media all {
  #ui .content-teaser-standard a {
    line-height: 1.3;
    padding: 0 12px 0 0;
  }
  #ui .content-teaser-standard h3 {
    padding: 0 12px 0 0;
  }
  #ui .content-teaser-standard .image {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
  }
  #ui .content-teaser-standard .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    position: relative;
  }
  #ui .content-teaser-standard .image .overlay {
    border-radius: 12px 12px 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 5;
  }
  #ui .content-teaser-standard.hover .image .overlay {
    display: block;
  }
  #ui .content-teaser-standard .teaser-content {
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    padding: 28px 0;
    position: relative;
  }
  #ui .content-teaser-standard .ic {
    width: 34px;
  }
}
/**
 * comp: content-teaser (small style)
 */
@media all {
  #ui .content-teaser-small {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    line-height: 1.3;
    overflow: hidden;
  }
  #ui .content-teaser-small .center {
    padding: 10px 0;
  }
  #ui .content-teaser-small .center.img {
    padding: 0;
  }
  .js #ui .content-teaser-small .center {
    visibility: hidden;
  }
  #ui .content-teaser-small .ic {
    width: 30px;
  }
  #ui .content-teaser-small .image {
    padding: 0 0 0 10px;
    max-width: 130px;
  }
  #ui .content-teaser-small.hasvideo .image {
    padding: 10px;
  }
  #ui .stage .content-teaser-small .image {
    max-height: 88px;
    overflow: hidden;
  }
  #ui .content-teaser-small .image img {
    max-width: 130px;
    overflow: hidden;
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    position: relative;
  }
  #ui .content-teaser-small .image img.no-corner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #ui .content-teaser-small.hasvideo .image img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
}
/**
 * comp: gallery-teaser
 */
@media all {
  #ui .teaser.gallery-teaser {
    float: left;
    width: 207px;
    /* visibility: hidden; */
  }
  #ui .gallery-teaser .gradient {
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    padding: 10px 24px 7px;
    position: relative;
  }
  #ui .gallery-teaser .gradient .center span {
    display: block;
  }
  #ui .gallery-teaser h2,
  #ui .gallery-teaser h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
  }
  #ui .gallery-teaser .background {
    height: 115px;
    width: 205px;
    overflow: hidden;
  }
  #ui .gallery-teaser .background.white {
    background-position: 0 0;
  }
  #ui .gallery-teaser .background.black {
    background-position: 0 -400px;
  }
  #ui .teaser.gallery-teaser .wrap {
    position: relative;
    overflow: hidden;
    height: 115px;
    width: 205px;
  }
  #ui .gallery-teaser .new {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 6px;
    width: auto;
    border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
  }
  #ui .gallery-teaser .new span {
    overflow: hidden;
  }
  #ui .gallery-teaser .image {
    max-height: 115px;
    position: relative;
  }
  #ui .gallery-teaser .wrap img {
    margin: 0 auto;
    max-width: 100%;
  }
  #ui .gallery-teaser .wrap .overlay {
    height: 300px;
    right: 0;
    margin: -100px 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
  }
  #ui .gallery-teaser.hover .wrap .overlay {
    visibility: visible;
  }
  #ui .gallery-teaser .bottom {
    border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    position: relative;
  }
  #ui .gallery-teaser .textimage {
    /* height: 48px; */
    margin: 11px 25px 6px;
    padding: 0;
  }
  #ui .gallery-teaser.noImg .textimage {
    padding-bottom: 117px;
  }
  /*reset rte links*/
  #ui .gallery-teaser .textimage a {
    background: none;
    padding: 0;
    text-transform: none;
    float: none;
    display: inline;
    margin: 0;
  }
  #ui .gallery-teaser .textimage p {
    padding-bottom: 0;
  }
  #ui .gallery-teaser .textimage ul {
    margin-bottom: 6px;
  }
  #ui .gallery-teaser a {
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin: 0 24px 12px 24px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
  }
}
/*
 * comp: pro-teaser
 */
@media all {
  #ui .pro-teaser {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7C7C7C), to(#000000));
    background-image: -moz-linear-gradient(center top, #7C7C7C 0, #000000 100%);
    background-image: -o-linear-gradient(top, #7C7C7C, #000000);
    background-image: linear-gradient(top, #7C7C7C, #000000);
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    padding: 1px 1px 0 1px;
    float: right;
    margin-right: 29px;
    position: relative;
  }
  #ui .pro-teaser-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    padding: 12px;
    position: relative;
  }
  #ui .pro-teaser a {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat scroll 0 -198px transparent;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 17px;
  }
  #ui .pro-teaser a:hover,
  #ui .pro-teaser a:focus {
    background-color: transparent;
    background-position: 0 -298px;
    color: #FFCB00;
  }
}
/**
 * comp: service-teaser
 */
@media all {
  #ui .service-teaser {
    background: #000000;
    background: -moz-linear-gradient(45deg, #000000 0%, #000000 50%, #323232 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000000), color-stop(50%, #000000), color-stop(100%, #323232));
    background: -webkit-linear-gradient(45deg, #000000 0%, #000000 50%, #323232 100%);
    background: -o-linear-gradient(45deg, #000000 0%, #000000 50%, #323232 100%);
    background: -ms-linear-gradient(45deg, #000000 0%, #000000 50%, #323232 100%);
    background: linear-gradient(45deg, #000000 0%, #000000 50%, #323232 100%);
    border: 1px solid #000000;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    position: relative;
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    padding: 22px 22px 35px 22px;
    margin: 0 0 15px 0;
  }
  #ui .service-teaser h2,
  #ui .service-teaser h3 {
    font-family: FlamaBold;
    text-transform: uppercase;
    font-weight: normal;
  }
  #ui .service-teaser h2 {
    font-size: 36px;
    color: #ffca00;
  }
  #ui .service-teaser h3 {
    font-size: 20px;
  }
  #ui .service-teaser ul {
    list-style-type: none;
    margin-top: 40px;
  }
  #ui .service-teaser ul li {
    background: url("../../designs/pattex/components/teaser/service-teaser/img/pattex.serviceteaser.png") no-repeat 0 0 transparent;
    padding-left: 5px;
    margin: 0 15px 6px 2px;
  }
  #ui .service-teaser ul li a {
    background: url("../../designs/pattex/components/teaser/service-teaser/img/pattex.serviceteaser.png") no-repeat 100% 0 transparent;
    margin-right: -15px;
  }
  #ui .service-teaser ul li a span {
    color: #000000;
    background: url("../../designs/pattex/common/img/icons.png") scroll no-repeat 7px 11px transparent;
    display: block;
    padding: 7px 7px 7px 24px;
  }
  #ui .service-teaser ul li a:hover span,
  #ui .service-teaser ul li a:active span,
  #ui .service-teaser ul li a:focus span {
    color: #dc291e;
    background-position: 7px -89px;
  }
  /* sharing */
  #ui .service-teaser .sharing {
    float: left;
    margin: 20px 0 -25px 0;
  }
  #ui .service-teaser .sharing a {
    margin: 0 5px 10px 0;
  }
  #ui .service-teaser .sharing .addthis_button_facebook_like {
    margin-bottom: 0;
  }
  #ui .service-teaser .sharing .separator,
  #ui .service-teaser .sharing .addthis_separator {
    border-top: 1px solid #000000;
    box-shadow: inset 0 1px #4c4c4c;
    -moz-box-shadow: 0 1px #4c4c4c inset;
    -webkit-box-shadow: inset 0 1px #4c4c4c;
    display: block;
    float: left;
    margin: 5px 0 0 -22px;
    padding: 10px 0 0 22px;
  }
  #ui .col2 #content .service-teaser .sharing .addthis_separator {
    width: 568px;
  }
  #ui .col2 #sidebar .service-teaser .sharing .addthis_separator {
    width: 260px;
  }
}
/**
 * comp: service-teaser-small
 * @TODO: Font to flava + finetuning
 */
@media all {
  #ui .service-teaser-small {
    cursor: default;
    padding: 10px 0;
    margin-bottom: 14px;
    background-color: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: -ms-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
    border: 1px solid #000000;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
  }
  /* arrow icon */
  #ui .service-teaser-small .ic {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 12px -399px;
    float: left;
    height: 20px;
    width: 30px;
  }
  #ui .service-teaser-small.hover .ic {
    background-position: 12px -499px;
  }
  /* headline, subline */
  #ui .service-teaser-small h3 {
    color: #ffca00;
    float: left;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
    width: 130px;
  }
  #ui .service-teaser-small h3 span {
    color: #ffffff;
    display: block;
    font-size: 14px;
    letter-spacing: normal;
    margin-top: 5px;
  }
  #ui .service-teaser-small h3.fullWidth {
    margin-right: 15px;
    width: auto;
  }
  #ui .service-teaser-small h3 a {
    color: #ffca00;
  }
  #ui .service-teaser-small h3 a:hover,
  #ui .service-teaser-small h3 a:focus,
  #ui .service-teaser-small h3 a:active {
    background: transparent;
  }
  #ui .service-teaser-small.hover h3 a span,
  #ui .service-teaser-small h3 a:hover span,
  #ui .service-teaser-small h3 a:focus span,
  #ui .service-teaser-small h3 a:active span {
    color: #ffca00;
  }
  /* linklist */
  #ui .service-teaser-small ul {
    list-style-type: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  #ui .service-teaser-small ul a {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 -196px;
    color: #ffffff;
    font-size: 12px;
    padding-left: 14px;
  }
  #ui .service-teaser-small ul a:hover,
  #ui .service-teaser-small ul a:focus,
  #ui .service-teaser-small ul a:active {
    background-position: 0 -296px;
    color: #ffca00;
  }
}
/**
 * comp: textimage
*/
@media all {
  #ui .textimage {
    clear: both;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    margin: 10px;
    padding: 10px;
  }
  /*headlines */
  #ui .textimage h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 11px;
  }
  #ui .textimage h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 8px;
  }
  #ui .textimage p {
    padding-bottom: 16px;
  }
  /* lists */
  #ui .textimage ul {
    clear: both;
    list-style-type: none;
    margin-bottom: 20px;
  }
  #ui .textimage ol {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  #ui .textimage ul li {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat -24px -895px transparent;
    display: block;
    padding-left: 15px;
  }
  /* border */
  #ui .textimage.thinborder {
    position: relative;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #ui .panel > .panel-body .textimage.thinborder {
    margin-bottom: 15px;
    padding: 7px 20px 5px;
  }
  /* image */
  #ui .textimage .image {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  #ui .textimage a,
  #ui .textimage img {
    max-width: 100%;
  }
  #ui .textimage a.zoom img {
    margin-bottom: 0;
  }
  #ui .textimage figcaption {
    font-size: 9px;
    font-style: italic;
  }
  #ui .textimage.image-left > .image {
    clear: left;
    float: left;
    margin-right: 15px;
  }
  #ui .textimage.image-right > .image {
    clear: right;
    float: right;
    margin-left: 15px;
    margin-right: 0;
  }
  #ui .textimage.image-full > .image {
    clear: both;
    float: none;
    margin-right: 0;
  }
  /* image sizes */
  #ui .textimage.image-size50 > .image {
    width: 48%;
  }
  #ui .textimage.image-size33 > .image {
    width: 32%;
  }
  /* image content */
  #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 > .image.zoom a span.magnifier {
    left: auto;
    right: 0;
  }
  /* column style content */
  #ui .textimage.image-left.image-size50 > .textimage-text {
    margin-left: 52%;
  }
  #ui .textimage.image-right.image-size50 > .textimage-text {
    margin-right: 52%;
  }
  /*List*/
  #ui .textimage.image-left.image-size50 ul,
  #ui .textimage.image-right.image-size50 ul {
    clear: none;
  }
  /* links */
  #ui .textimage a:link,
  #ui .textimage a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
  }
  #ui .textimage a:hover,
  #ui .textimage a:active,
  #ui .textimage a:focus {
    background-color: transparent;
    color: #dc291e;
    font-weight: bold;
    text-decoration: underline;
  }
  #ui .textimage a.icon-link,
  #ui .textimage a.icon-link:link,
  #ui .textimage a.icon-link:visited {
    padding-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* list with tickmark boxes */
  #ui .textimage.tickmark ul.columns {
    margin-bottom: 4px;
  }
  #ui .textimage.tickmark ul li {
    background: transparent url("../../designs/pattex/common/img/icons.png") no-repeat 0 -1400px transparent;
    line-height: 1.5;
    padding: 0 10px 0 25px;
  }
  #ui .textimage.tickmark ul.columns li {
    float: left;
    margin-bottom: 6px;
    /* fits 1col & 2col page layout */
    width: 129px;
  }
  #ui .textimage.tickmark ul.columns li.nl {
    clear: left;
  }
  /* product details */
  #ui .textimage ul li .list-space {
    display: block;
    margin-bottom: 5px;
  }
}
/**
 * comp: video
 */
@media all {
  #ui .video {
    padding-bottom: 15px;
  }
  #ui .video h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 11px;
  }
  #ui .video p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  #ui .col1 .video p {
    float: right;
    width: 300px;
  }
  #ui .stage .video {
    padding-bottom: 0;
  }
  #ui .stage .video .contentvideoplayer div {
    margin: 0 auto !important;
  }
  #ui .carousel li.rhino-item .video {
    margin: 28px 0 0 29px;
  }
  #ui .carousel li.rhino-item .video .contentvideoplayer div {
    margin: 0 auto !important;
  }
  #ui .genericstage .video {
    padding-bottom: 15px;
  }
}
/**
 * component: youtube (skin)
 */
@media all {
  #ui .youtube {
    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/components/youtube/img/heli.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: 20px;
    font-weight: normal;
    padding-bottom: 16px;
  }
  #ui .youtube .metadata p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 16px;
  }
  #ui .carousel ul.items li.rhino-item .youtube .preview,
  #ui .carousel ul.items li.rhino-item .youtube iframe,
  #ui .stage .youtube .preview,
  #ui .stage .youtube iframe {
    float: none;
    left: 0;
    margin: 0 auto;
  }
}
/**
 * comp: search
 * description: searchresults
 */
@media all {
  #ui #content .search {
    -webkit-border-radius: 13px 13px 12px 12px;
    -moz-border-radius: 13px 13px 12px 12px;
    border-radius: 13px 13px 12px 12px;
    position: relative;
  }
  #ui #content .search h2 {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    position: relative;
    padding: 10px 29px;
    font-size: 14px;
    text-transform: uppercase;
  }
  #ui #content .search h3 {
    font-size: 12px;
    padding: 10px 29px;
    line-height: 1.5;
  }
  #ui #content .search .searchresults ul {
    list-style: none;
  }
  #ui #content .search .searchresults ul li {
    padding: 9px 29px 3px;
  }
  #ui #content .search .searchresults ul li a {
    text-decoration: none;
    font-size: 12px;
  }
  #ui #content .search .searchresults ul li a h4 {
    line-height: 1.5;
    padding-bottom: 6px;
    text-decoration: underline;
  }
  #ui #content .search .searchresults ul li a p {
    line-height: 1.4;
    padding-bottom: 6px;
  }
  #ui #content .search .searchresults ul li a .ic {
    display: none;
  }
  /* hide previous/next link texts */
  #ui #content .search ul.pagination li.prev span,
  #ui #content .search ul.pagination li.next span {
    display: none;
  }
}
/**
* component: carousel
*/
@media all {
  #ui .carousel {
    position: relative;
  }
  #ui .carousel .carouselnav {
    display: none;
  }
  #ui .carousel .rhino-container {
    height: 470px;
  }
  #ui .carousel ul.items {
    list-style: none;
  }
  #ui .carousel ul.items li.rhino-item {
    /*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-color: transparent;
    background-image: url("../../designs/pattex/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-prev:hover {
    background-position: 0 -200px;
  }
  #ui .carousel .rhino-next {
    background-position: -150px 0;
    right: 0;
  }
  #ui .carousel .rhino-next:hover {
    background-position: -150px -200px;
  }
  #ui .carousel .rhino-caption {
    position: absolute;
    background: #000;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    padding: 10px;
    text-align: right;
  }
  #ui .carousel .rhino-bullets {
    display: none;
  }
}
/**
 * comp: footer-nav
 */
@media all {
  #ui .footer-nav {
    float: right;
  }
  #ui .footer-nav li a {
    background: transparent;
    border-left: 1px solid #000000;
    box-shadow: inset 1px 0 #4c4c4c;
    -moz-box-shadow: 1px 0 #4c4c4c inset;
    -webkit-box-shadow: inset 1px 0 #4c4c4c;
    color: #ffffff;
    font-size: 11px;
    padding: 10px 10px 9px;
  }
  #ui .footer-nav a:hover,
  #ui .footer-nav a:focus,
  #ui .footer-nav a:active {
    color: #ffca00;
    text-decoration: none;
  }
}
/**
 * comp: footnote
 */
@media all {
  #ui .wrapper > footer .footnote {
    float: right;
    border-left: 1px solid #000000;
    color: #ffffff;
    font-size: 10px;
    padding: 9px 0 7px 10px;
    -moz-box-shadow: inset 1px 0 #4c4c4c;
    -webkit-box-shadow: inset 1px 0 #4c4c4c;
    box-shadow: inset 1px 0 #4c4c4c;
  }
}

/**
 * Pattex library css: classes
 *
 * @description: override/expand henkel-lib helper classes
 */
@media all {
  /* Button black for download*/
  #ui .button {
    background: #000000;
    background: -moz-linear-gradient(top, #323232 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #323232 0%, #000000 100%);
    background: -o-linear-gradient(top, #323232 0%, #000000 100%);
    background: -ms-linear-gradient(top, #323232 0%, #000000 100%);
    background: linear-gradient(top, #323232 0%, #000000 100%);
    border: 1px solid #000000;
  }
  #ui .button a,
  #ui .button a:link,
  #ui .button a:visited {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 -196px;
    color: #ffffff;
  }
  #ui .button a:hover,
  #ui .button a:active,
  #ui .button a:focus {
    background-position: 0 -296px;
    color: #ffca00;
  }
  /* pagination */
  #ui .pagination {
    border-top: 1px solid #fedd6c;
  }
  #ui .pagination li {
    color: #000000;
  }
  #ui .pagination li a {
    color: #000000;
  }
  #ui .pagination li strong {
    color: #dc291e;
  }
  #ui .pagination li.number {
    border-left: 1px solid #000000;
  }
  #ui .pagination li.spacer,
  #ui .pagination li.spacer:hover {
    color: #000000;
  }
  #ui .pagination li.prev a {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 -1000px transparent;
  }
  #ui .pagination li.prev a:hover {
    background-position: 0 -1200px;
  }
  #ui .pagination li.next a {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 -1100px transparent;
  }
  #ui .pagination li.next a:hover {
    background-position: 0 -1300px;
  }
  #ui .pagination li:hover,
  #ui .pagination li a:hover,
  #ui .pagination li a:focus,
  #ui .pagination li a:active {
    color: #dc291e;
  }
  /* pattex box */
  #ui .box {
    background: #000000;
    background: -moz-linear-gradient(45deg, #000000 0%, #000000 50%, #323232 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000000), color-stop(50%, #000000), color-stop(100%, #323232));
    background: -webkit-linear-gradient(45deg, #000000 0%, #000000 50%, #323232 100%);
    background: -o-linear-gradient(45deg, #000000 0%, #000000 50%, #323232 100%);
    background: -ms-linear-gradient(45deg, #000000 0%, #000000 50%, #323232 100%);
    background: linear-gradient(45deg, #000000 0%, #000000 50%, #323232 100%);
    border: 1px solid #000000;
  }
  #ui .box h3 {
    color: #ffca00;
  }
  #ui .box h3 span {
    color: #ffffff;
  }
  #ui .box .separator {
    border-top: 1px solid #4c4c4c;
  }
  /* finder with fake form elements */
  /* finder - option */
  #ui .finder .option {
    color: #000000;
  }
  #ui .finder .option.disabled {
    color: #4c4c4c;
  }
  #ui .finder .option:hover > span.description,
  #ui .finder .option.hover > span.description {
    color: #dc291e;
  }
  #ui .finder .option.disabled:hover > span.description {
    color: #4c4c4c;
  }
  /* finder - select */
  #ui .finder .select,
  #ui .finder .option:hover > .select.hidden {
    background: url("../../designs/pattex/common/img/pattex.select.bg.png") repeat-x 0 0 #e4e4e4;
    border: 1px solid #000000;
    box-shadow: 6px 4px 12px -6px #000000;
    -webkit-box-shadow: 6px 4px 12px -6px #000000;
    -moz-box-shadow: 6px 4px 12px -6px #000000;
    color: #000000;
  }
  #ui .finder .select li {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 8px;
    border-bottom: 1px solid #d0d0d0;
  }
  #ui .finder .select li:hover,
  #ui .finder .select li.hover,
  #ui .finder .select li.active {
    background-position: 0 -92px;
    color: #dc291e;
  }
  /* finder - radio */
  #ui .finder .radio {
    color: #000000;
  }
  #ui .finder .radio li span {
    background: url("../../designs/pattex/common/img/icons.png") scroll no-repeat 0 3px transparent;
  }
  #ui .finder .radio li:hover span,
  #ui .finder .radio li.hover span,
  #ui .finder .radio li.active span {
    background-position: 0 -97px;
    color: #dc291e;
  }
}
/**
 * comp: page
 */
@media all {
  html,
  #heli {
    background-color: #ffca00;
  }
  #ui {
    background-color: #ffca00;
    color: #fff;
  }
  #ui .wrapper {
    background-color: #222222;
    -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 {
    background: #000000 url("../../designs/pattex/components/page/img/header-hg-black.png") no-repeat 0 0;
  }
  #ui #main {
    background-color: #000000;
  }
  #ui #main.cl {
    background: #222222 url("../../designs/pattex/components/page/contentpage/img/pattex-bg-contentpage.png") repeat-x 0 0;
  }
  #ui #main .topcorner {
    background: url("../../designs/pattex/components/page/img/contentarea-top-corner.png") no-repeat 0 0 transparent;
  }
  #ui #main .topshadow {
    background: url("../../designs/pattex/components/page/img/contentarea-top-shadow.png") no-repeat 0 0 transparent;
  }
  #ui .wrapper > footer {
    border: 1px solid #000000;
    background-color: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
  }
}
/**
 * comp: main-nav theme diy
 * description: flyout navigation with 3 navigation levels
 */
@media all {
  #ui .main-nav ul.h-nav > li {
    background: #ffca00;
    background: -moz-linear-gradient(top, #fedd6c 0%, #ffca00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fedd6c), color-stop(100%, #ffca00));
    background: -webkit-linear-gradient(top, #fedd6c 0%, #ffca00 100%);
    background: -o-linear-gradient(top, #fedd6c 0%, #ffca00 100%);
    background: -ms-linear-gradient(top, #fedd6c 0%, #ffca00 100%);
    background: linear-gradient(top, #fedd6c 0%, #ffca00 100%);
    border-right: 1px solid #000000;
    border-left: 1px solid #feeca4;
    border-bottom: 1px solid #000000;
  }
  #ui .main-nav ul.h-nav > li:first-child {
    border-left: 1px solid #000000;
  }
  #ui .main-nav ul.h-nav > li.open,
  #ui .main-nav ul.h-nav > li.hover {
    background: #ffffff;
  }
  #ui .main-nav ul.h-nav > li.open {
    border-bottom: 1px solid #ffffff;
  }
  #ui .main-nav ul li a {
    color: #000000;
  }
  #ui .main-nav .level2 {
    background: #ffffff;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
  #ui .main-nav ul ul li {
    background: #ffffff;
  }
  #ui .main-nav ul ul a {
    border-bottom: 1px solid #d0d0d0;
  }
  /*level3*/
  #ui .main-nav .h-nav .level3 .level3-wrapper {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
  }
  #ui .main-nav .h-nav .level3 .level3-content {
    background-color: #ffffff;
  }
  #ui .main-nav .h-nav .level3 .description {
    color: #000000;
  }
  #ui .main-nav .level3 ul.border {
    border-right: 1px solid #d0d0d0;
  }
  #ui .main-nav .level3 li:first-child a {
    border-top: 1px solid #d0d0d0;
  }
}
@media screen, projection {
  #ui .main-nav ul li.open > a,
  #ui .main-nav ul li.hover > a,
  #ui .main-nav ul li:focus > a,
  #ui .main-nav ul li:hover > a,
  #ui .main-nav ul li > a:hover,
  #ui .main-nav ul li > a:focus {
    background-color: transparent;
    color: #dc291e;
  }
  #ui .main-nav ul ul a:hover,
  #ui .main-nav ul ul a:focus,
  #ui .main-nav ul ul a.active,
  #ui .main-nav ul ul a:active {
    background-color: transparent;
    color: #dc291e;
  }
  #ui .main-nav .level2 a.active {
    color: #000000;
  }
  #ui .main-nav .level3 a:hover,
  #ui .main-nav .level3 a:focus,
  #ui .main-nav .level3 a.active,
  #ui .main-nav .level3 a:active {
    background-position: 0 -92px;
  }
  #ui .main-nav .level2 .level3 a:hover,
  #ui .main-nav .level2 .level3 a:focus,
  #ui .main-nav .level2 .level3 a.active,
  #ui .main-nav .level2 .level3 a:active {
    background-position: 0 -92px;
  }
}
/**
 * comp: article (extended)
 * description: DIY style
 */
@media all {
  #ui .article hr {
    border-top-color: #000000;
    background-color: #fedd6c;
  }
  #ui .article .tip {
    border-color: #000000;
  }
  #ui .article .meta {
    color: #000000;
  }
  #ui .article .teaser.gallery-teaser {
    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);
  }
  #ui .article .featuredproducts {
    border-bottom-color: #000000;
    border-top-color: #fedd6c;
  }
  #ui .article .featuredproducts h2 {
    color: #000000;
  }
  #ui .article .featured > h3 a {
    background-position: 0 -596px;
  }
  #ui .article .featured > h3 a:hover,
  #ui .article .featured > h3 a:active,
  #ui .article .featured > h3 a:focus {
    background-position: 0 -1796px;
  }
  #ui .article .featured > h3.inactive a {
    background-position: 0 -198px;
  }
  #ui .article .featured > h3.inactive a:hover,
  #ui .article .featured > h3.inactive a:active,
  #ui .article .featured > h3.inactive a:focus {
    background-position: 0 -298px;
  }
  #ui .article .gallery-teaser a span {
    background-image: url("../../designs/pattex/common/img/icons.png");
    background-position: 0 2px;
  }
  #ui .article .gallery-teaser.hover a span {
    background-position: 0 -98px;
  }
}
/*
 * comp: contactform
 */
@media all {
  /* contactform */
  #ui .contactform {
    background-color: #ffca00;
    box-shadow: 2px 2px 4px #000;
    -moz-box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    border: 1px solid #000000;
    color: #000000;
  }
  #ui .contactform > h3 {
    background-color: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
    color: #ffffff;
  }
  #ui .contactform .fsInfo a,
  #ui .contactform .fsInfo a:active,
  #ui .contactform .fsInfo a:focus,
  #ui .contactform .fsInfo a:hover,
  #ui .contactform .fsInfo a:visited {
    color: #000000;
  }
  #ui .contactform .fsInfo a:hover {
    color: #dc291e;
  }
  #ui .contactform .captcha .form_captcha_refresh_input input {
    color: #000000;
  }
  #ui .contactform .captcha .row.captcha {
    background-color: #e3b525;
    border: 1px solid #000000;
  }
  #ui .contactform .captcha .text .hint {
    color: #000000;
  }
  /* button */
  #ui .contactform div.submit {
    border-top: 1px solid #000000;
  }
  #ui .contactform div.submit span.button {
    background: #dc291e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dc291e), to(#AA1F18));
    background-image: -moz-linear-gradient(center top, #dc291e 0, #AA1F18 100%);
    background-image: -o-linear-gradient(top, #dc291e, #AA1F18);
    background-image: linear-gradient(top, #dc291e, #AA1F18);
    border: 1px solid #000000;
  }
  #ui .contactform .button-red .button:hover,
  #ui .contactform .button-red .button:active,
  #ui .contactform .button-red .button:focus {
    background: #ffffff;
  }
  #ui .contactform .button-red .button:hover input,
  #ui .contactform .button-red .button:active input,
  #ui .contactform .button-red .button:focus input {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 -96px #ffffff;
    color: #dc291e;
  }
  #ui .contactform div.submit span.button input {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat scroll 0 -196px transparent;
    color: #ffffff;
  }
  /* text image from Text */
  #ui .contactform .textimage {
    border-bottom: 1px solid #000000;
  }
  /* form styles */
  #ui .contactform .error-message {
    color: #dc291e;
  }
  #ui .contactform .item.input input,
  #ui .contactform .textarea textarea {
    border: 1px solid #000000;
    color: #ffffff;
  }
  #ui .contactform .item.input input.error,
  #ui .contactform .textarea textarea.error {
    border: 1px solid #dc291e;
    color: #dc291e;
  }
  #ui .contactform .hint {
    color: #dc291e;
  }
  #ui .contactform .fsInfo .hint {
    color: #000000;
  }
  /* radio buttons and checkbox */
  #ui .contactform .checkbox .error,
  #ui .contactform .checkbox .error a {
    color: #dc291e;
  }
  #ui .contactform .styledCheckbox,
  #ui .contactform .styledRadio {
    background-image: url("../../designs/pattex/components/form/contactform/img/pattex.form-icons.png");
  }
  #ui .contactform .styledRadio {
    background-position: -29px -5px;
  }
  #ui .contactform .styledRadio.styledRadioChecked {
    background-position: -29px -31px;
  }
  #ui .contactform .styledCheckbox {
    background-position: 0 -2px;
  }
  #ui .contactform .styledCheckbox.styledCheckboxChecked {
    background-position: 0 -27px;
  }
  /* selectbox */
  #ui .contactform .item.input select {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
  }
  /* hint text */
  #ui .contactform p.hint {
    color: #dc291e;
  }
}
/*
 * comp: pro-teaser
 */
@media all {
  #ui .pro-teaser {
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7C7C7C), to(#000000));
    background-image: -moz-linear-gradient(center top, #7C7C7C 0, #000000 100%);
    background-image: -o-linear-gradient(top, #7C7C7C, #000000);
    background-image: linear-gradient(top, #7C7C7C, #000000);
  }
  #ui .pro-teaser-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
  }
  #ui .pro-teaser a {
    color: #ffffff;
  }
  #ui .pro-teaser a:hover,
  #ui .pro-teaser a:focus {
    color: #ffca00;
  }
}
/**
 * comp: bubble-teaser
 */
@media all {
  #ui .bubble-teaser {
    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);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #000000;
  }
  #ui .bubble-teaser h3 {
    color: #ffca00;
  }
  #ui .bubble-teaser a {
    background: transparent url("../../designs/pattex/common/img/icons.png") no-repeat 18px 2px;
    color: #000000;
  }
  #ui .bubble-teaser:hover a,
  #ui .bubble-teaser a:hover,
  #ui .bubble-teaser a:active,
  #ui .bubble-teaser a:focus {
    color: #dc291e;
    background-position: 18px -98px;
  }
}
/*
 * comp: panelgroup2
 * description: wrapper for multiple panels
 */
@media all {
  #ui .panelgroup2 {
    box-shadow: 2px 2px 4px #000;
    -moz-box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    border: 1px solid #000000;
    background-color: #ffca00;
  }
  #ui .panelgroup2 > header {
    background-color: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
  }
  #ui .panelgroup2 > .panel-body {
    border-bottom: 1px solid #000000;
  }
  #ui .panelgroup2 .imageinfo .number {
    color: #000000;
    -moz-box-shadow: 0 0 8px 0 #8aa3a3;
    -webkit-box-shadow: 0 0 8px 0 #8aa3a3;
    box-shadow: 0 0 8px 0 #8aa3a3;
    background: #ffca00;
  }
}
/**
 * comp: productdetails  (DIY Skin)
 */
@media all {
  /* margin-bottom for 2 in 1 site */
  /* tabnav class from javaScript */
  #ui .productdetails .tabnav {
    background-color: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
  }
  #ui .productdetails .tabnav li {
    border-right: 1px solid #4c4c4c;
    color: #ffffff;
  }
  #ui .productdetails .tabnav li.current,
  #ui .productdetails .tabnav li.current:hover {
    background-color: #ffca00;
    color: #dc291e;
  }
  #ui .productdetails .tabnav li:first-child,
  #ui .productdetails .tabnav li.pie_first-child {
    border-right: 1px solid #4c4c4c;
  }
  #ui .productdetails .tabnav li:hover,
  #ui .productdetails .tabnav li.hover {
    color: #ffca00;
  }
  /* Product details with border */
  #ui .productdetails .panel-body .textimage.panel-border {
    border: 1px solid #000000;
  }
}
/**
 * comp: product - productfinder
 */
@media all {
  #ui .productfinder .combinations-tab {
    background: transparent;
    border-bottom: 1px solid #000000;
  }
  #ui .productfinder .combinations-tab.tiled {
    background: url("../../designs/pattex/common/img/pattex.stage.tiled.jpg") repeat-x 0 0 #333;
  }
  #ui .productfinder .combinations-tab.fullimage {
    background: url("../../designs/pattex/common/img/pattex.stage.fullimage.jpg") no-repeat 0 0 #242424;
  }
  #ui .productfinder .product-list-wrapper {
    border-top: 1px solid #4c4c4c;
    background: url("../../designs/pattex/components/page/img/contentarea-top-shadow.png") repeat-x 0 0 transparent;
  }
  #ui .productfinder .product-list-wrapper .category h3 {
    border-top: 1px solid #000000;
    box-shadow: inset 0 1px #4c4c4c;
    -moz-box-shadow: inset 0 1px #4c4c4c;
    -webkit-box-shadow: inset 0 1px #4c4c4c;
    color: #ffca00;
  }
  #ui .productfinder .product-list-wrapper > .no-result {
    background: #ffca00;
    color: #dc291e;
  }
}
/**
 * comp: textimage
*/
@media all {
  #ui .textimage {
    color: #000000;
  }
  /* border */
  #ui .textimage.thinborder {
    border: 1px solid #000000;
  }
  /* links */
  #ui .textimage a:link,
  #ui .textimage a:visited {
    color: #000000;
  }
  #ui .textimage a:hover,
  #ui .textimage a:active,
  #ui .textimage a:focus {
    color: #dc291e;
  }
  #ui .textimage a.icon-link,
  #ui .textimage a.icon-link:link,
  #ui .textimage a.icon-link:visited {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 3px;
  }
  #ui .textimage a.icon-link:hover,
  #ui .textimage a.icon-link:active,
  #ui .textimage a.icon-link:focus {
    background-position: 0 -97px;
  }
  /* list with tickmark boxes */
  #ui .textimage.tickmark ul li {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat 0 -1400px transparent;
  }
}
/**
 * comp: content-teaser (standard style)
 */
@media all {
  #ui .content-teaser-standard .image {
    background: #323232;
    border: 1px solid #000000;
  }
  #ui .content-teaser-standard .image .overlay {
    background: #000;
  }
  #ui .content-teaser-standard .teaser-content {
    background: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
    border: 1px solid #000000;
    border-top-color: #4c4c4c;
  }
}
/**
 * comp: content-teaser (small style)
 */
@media all {
  #ui .content-teaser-small {
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
    border: 1px solid #000000;
  }
  #ui .content-teaser-small.hasvideo .image img {
    -moz-box-shadow: 0 0 12px #fff;
    -webkit-box-shadow: 0 0 12px #fff;
    box-shadow: 0 0 12px #fff;
  }
}
/**
 * comp: gallery-teaser
 */
@media all {
  #ui .gallery-teaser .gradient {
    background-color: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
    border: 1px solid #000000;
  }
  #ui .gallery-teaser .background {
    background: #000000 url("../../designs/pattex/components/teaser/gallery-teaser/img/pattex.gallery.png") no-repeat 0 -200px;
  }
  #ui .gallery-teaser .background.gradient-background {
    background-color: #C6C6C8;
    background: -moz-linear-gradient(-45deg, #000000 0%, #C6C6C8 40%, #000000 75%, #C6C6C8 90%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000000), color-stop(35%, #C6C6C8), color-stop(75%, #000000), color-stop(100%, #C6C6C8));
    background: -webkit-linear-gradient(-45deg, #000000 0%, #C6C6C8 35%, #000000 75%, #C6C6C8 100%);
    background: -o-linear-gradient(-45deg, #000000 0%, #C6C6C8 35%, #000000 75%, #C6C6C8 100%);
    background: -ms-linear-gradient(-45deg, #000000 0%, #C6C6C8 35%, #000000 75%, #C6C6C8 100%);
    background: linear-gradient(-45deg, #000000 0%, #C6C6C8 35%, #000000 75%, #C6C6C8 100%);
  }
  #ui .gallery-teaser .background.white {
    background-position: 0 0;
  }
  #ui .gallery-teaser .background.black {
    background-position: 0 -400px;
  }
  #ui .teaser.gallery-teaser .wrap {
    border: 1px solid #000000;
  }
  #ui .gallery-teaser .new {
    background: #dc291e;
  }
  #ui .gallery-teaser .wrap .overlay {
    background: #000000;
  }
  #ui .gallery-teaser .bottom {
    background: #ffca00;
    border: 1px solid #000000;
    border-top: 1px solid #4c4c4c;
  }
  /*reset rte links*/
  #ui .gallery-teaser a {
    background: transparent url("../../designs/pattex/common/img/icons.png") no-repeat 0 4px;
    color: #000000;
  }
  #ui .gallery-teaser:hover .gradient,
  #ui .gallery-teaser.hover .gradient {
    color: #ffca00;
  }
  #ui .gallery-teaser:hover a,
  #ui .gallery-teaser.hover a,
  #ui .gallery-teaser a:focus,
  #ui .gallery-teaser a:active,
  #ui .gallery-teaser a:hover {
    background-position: 0 -96px;
    color: #dc291e;
  }
  #ui .gallery-teaser .wrap .overlay {
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
}
/*
 * comp: faqgroup
 */
@media all {
  /* styling for panel */
  #ui .faqgroup .panel.panel-expandable {
    border-top: 1px solid #000000;
  }
  #ui .faqgroup .panel.panel-expandable h3 {
    color: #000000;
  }
  #ui .faqgroup .panel.panel-expandable .panel-header {
    border-top: 1px solid #ffca00;
  }
  #ui .faqgroup .panel.panel-expandable .panel-header.open {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fedd6c), color-stop(90%, #ffca00));
    background-image: -moz-linear-gradient(top, #fedd6c 0%, #ffca00 90%);
    background-image: -ms-linear-gradient(top, #fedd6c 0%, #ffca00 90%);
    background-image: -o-linear-gradient(top, #fedd6c 0%, #ffca00 90%);
    background-image: linear-gradient(top, #fedd6c 0%, #ffca00 90%);
  }
  #ui .faqgroup .panel.panel-expandable h3:hover,
  #ui .faqgroup .panel.panel-expandable h3:active,
  #ui .faqgroup .panel.panel-expandable .panel-header.open h3 {
    color: #dc291e;
  }
  #ui .faqgroup .panel.panel-expandable .icon {
    background: url("../../designs/pattex/common/img/icons.png") no-repeat scroll 12px 0 transparent;
  }
  #ui .faqgroup .panel.panel-expandable .panel-header:hover .icon {
    background-position: 12px -100px;
  }
  #ui .faqgroup .panel.panel-expandable .panel-header.open .icon {
    background-position: 11px -1700px;
  }
}
/*
 * comp: faqpanel
 */
@media all {
  #ui .faqpanel {
    color: #000;
  }
  #ui .faqpanel a.jump {
    color: #000;
  }
}
/*
 * comp: faq
 */
@media all {
  /* question */
  #ui .faq summary:hover,
  #ui .faq summary.active,
  #ui .faq summary:hover a,
  #ui .faq summary.active a {
    color: #dc291e;
  }
}
/**
 * comp: search
 * description: searchresults
 */
@media all {
  #ui #content .search {
    box-shadow: 2px 2px 4px #000;
    -moz-box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    border: 1px solid #000000;
    background-color: #ffca00;
  }
  #ui #content .search h2 {
    background-color: #323232;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000000));
    background-image: -moz-linear-gradient(center top, #323232 0, #000000 100%);
    background-image: -o-linear-gradient(top, #323232, #000000);
    background-image: linear-gradient(top, #323232, #000000);
  }
  #ui #content .search h3 {
    border-bottom: 1px solid #000000;
    color: #000000;
  }
  #ui #content .search .searchresults ul li {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #fedd6c;
  }
  #ui #content .search .searchresults ul li a {
    color: #000000;
  }
}
/**
 * comp: cookie-description (skin)
 */
@media all {
  #ui .textimage.description .cookie-description,
  #ui .textimage.description .cookie-description a {
    color: #000;
  }
  #ui .textimage.description .cookie-description a:hover,
  #ui .textimage.description .cookie-description a:active,
  #ui .textimage.description .cookie-description a:focus {
    color: #DC291E;
  }
}

