/**
 * 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;
  }
}
