
    /* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ===== UTILS ===== */
/* _____ SYSTEM TOOLS _____ */
.searchBox_title, .searchBox_label, .navigation_main_title, .breadcrumb_title, .brands_title, .brands_scrollLeft, .brands_scrollRight {
  text-indent: -9999em;
  overflow: hidden; }
.searchBox_title, .searchBox_label, .navigation_main_title, .breadcrumb_title, .brands_title {
  position: absolute;
  width: 0;
  height: 0; }
.hidden {
  visibility: hidden; }

/* ===== PROJECT ===== */
/* _____ VARIABLES _____ */
/* ===== GLOBALS ===== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 110%;
  line-height: 1.363646; }

#canvas {
  font-size: 66.66%;
  line-height: 1.42; }

/* headings */
h1, h2, h3, h4, h5, h6 {
  color: #000; }

h1, .h1 {
  font-size: 3.54545em;
  font-weight: normal;
  letter-spacing: -2px;
  line-height: 1em; }

h1.sifr {
  margin-top: -12px;
  margin-bottom: 8px;
  font-size: 4.63636em; }

h2, .h2 {
  font-size: 1.90909em;
  line-height: 1.1904em; }

h3, .h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.3846em; }

h4, .h4 {
  margin-top: 1.125em;
  margin-bottom: .333em;
  font-size: 1.335em;
  line-height: 1.3125em; }

h5, .h5 {
  margin-top: 1.384em;
  margin-bottom: .333em;
  font-size: 1em;
  line-height: 1.3846em; }

h6, .h6 {
  margin-top: 1.5em;
  margin-bottom: .333em;
  font-size: 1em; }

/* text */
p {
  margin: 0 0 1.5em 0;
  padding: 0; }

p img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0; }

strong {
  color: #000;
  font-weight: bold; }

#content a strong {
  color: #ef5595; }

em, dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

pre, code {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
  line-height: 1.5; }

tt {
  display: block;
  margin: 1.5em 0;
  line-height: 1.5; }

/* table */
table {
  width: 100%;
  margin: .2em 0 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

caption {
  text-align: left; }

td, th {
  padding: .5em 1em .2em;
  text-align: left;
  vertical-align: top; }

th {
  font-weight: normal;
  color: #000; }

tfoot {
  font-style: italic; }

/* anchors */
a {
  color: #ef5595;
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: underline; }

/* lists */
ul, ol {
  margin: 0 1.5em 1.5em 2.5em; }

dl {
  margin: 0 0 1.5em 0;
  overflow: auto; }

dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

input[type="text"], input[type="search"], textarea {
  width: 275px;
  margin-bottom: 1em;
  padding: .1em .2em .2em .2em;
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #DDDDDD; }

input[type="text"], input[type="search"] {
  height: 1.4em; }

/* miscellaneous */
img, a img {
  border: none; }

address {
  margin: 0 0 1.5em 0;
  font-style: normal; }

blockquote {
  margin: 1.5em;
  font-style: italic; }

blockquote, q {
  quotes: none; }

abbr, acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
  font-style: normal; }

del {
  color: #666; }

hr {
  clear: both;
  width: 100%;
  height: .1em;
  margin: 0 0 1.5em;
  background: #ddd;
  color: #ddd;
  border: none; }

form hr {
  clear: none; }

.headerBar_container, .navigation_global, .navigation_main_container, .breadcrumb_container, .mainFooter_container, .brands_container, .hero_navigation {
  margin: 0 auto;
  max-width: 980px;
  width: 980px; }

.columnGrid3, .columnGrid4 {
  display: table;
  margin: 0 auto;
  max-width: 980px;
  width: 980px; }

.navigation_global_category {
  display: block;
  float: left; }

.navigation_global_category {
  width: 33.33333333%; }

.panel {
  background: #f4f4f4;
  /* fallback */
  /* FF3.6+ */
  background: -webkit-linear-gradient(180deg, #fafafa 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-linear-gradient(270deg, #fafafa 0%, #eeeeee 100%);
  background: linear-gradient(180deg, #fafafa 0%, #eeeeee 100%);
  /* W3C */
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#FFFAFAFA, endColorstr=#FFEEEEEE,GradientType=0 );
  /* IE6-8 fallback on horizontal gradient */ }

.navigation_global_language_list, .navigation_global_category_list, .navigation_main_menu, .navigation_main_submenu, .breadcrumb_list, .mainFooter_links, .brands_list, .hero_slides, .panel_list, .teaser_list {
  list-style: none;
  margin: 0;
  padding: 0; }
.searchBox_button {
  padding: 1px 7px 0px 0px;
  background: transparent url("https://www.akzonobel.com/assets/images/icons/arrow.gif") no-repeat 100% 60% !important;
  color: #999;
  font-size: 1em; }
.searchBox_button, .brands_scrollLeft, .brands_scrollRight, .hero_navigation_button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none; }
.columnGrid3, .columnGrid4 {
  margin-bottom: 20px; }
  .columnGrid3:before, .columnGrid4:before, .columnGrid3:after, .columnGrid4:after {
    content: " ";
    display: table; }
  .columnGrid3:after, .columnGrid4:after {
    clear: both; }
/*
	Based on a max of 4 columns where the first column is slighty wider then the rest
*/
.columnGrid3_column, .columnGrid4_column {
  display: table-cell;
  margin-right: 20px;
  width: 220px;
  display: block;
  float: left; }
  .columnGrid3_column > *, .columnGrid4_column > * {
    margin-bottom: 35px; }
    .columnGrid3_column > *:last-child, .columnGrid4_column > *:last-child {
      margin-bottom: 0; }
  .columnGrid3_column:first-child, .columnGrid4_column:first-child {
    width: 260px; }
  .columnGrid3_column:last-child, .columnGrid4_column:last-child {
    margin-right: 0; }
  .columnGrid4_column:first-child .panel_container{
      margin-left: 20px;
  }
  .columnGrid4_column:first-child .panel_imageContainer{
      width: 200px;
  }
.headerBar {
  height: 118px; }
  .headerBar_container {
    position: relative; }
    .headerBar_container:before, .headerBar_container:after {
      content: " ";
      display: table; }
    .headerBar_container:after {
      clear: both; }
  .headerBar_logo {
    position: absolute;
    right: 0;
    top: 9px; }

.homePage .headerBar {
  height: 96px; }

.searchBox {
  position: absolute;
  top: 71px;
  right: 10px;
  z-index: 1; }
  .searchBox_container {
    margin: 0;
    padding: 0;
    border: none; }
  .searchBox_input {
    margin: 0 !important;
    width: 168px !important; }
  .searchBox_button {
    position: relative;
    top: 2px; }

#skip {
  position: absolute;
  top: 13px;
  left: 25em;
  z-index: 100;
  margin: 0;
  list-style: none; }
  #skip li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
  #skip a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    white-space: nowrap; }
  #skip a:hover, #skip a:focus, #skip a:active {
    top: 0;
    left: 0;
    padding: 2px 5px;
    background: #00396e;
    color: #fff;
    text-decoration: underline;
    text-indent: 0; }

.navigation {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  width: auto;
  min-width: 100%; }

.navigation_global {
  z-index: 200;
  position: relative; }
  .navigation_global:before, .navigation_global:after {
    content: " ";
    display: table; }
  .navigation_global:after {
    clear: both; }
  .navigation_global_container {
    position: absolute;
    top: -64px;
    left: 0;
    width: 418px; }
  .navigation_global_title {
    margin-top: 11px;
    font-size: 2.090909em;
    letter-spacing: -1px;
    font-weight: normal;
    cursor: pointer; }
    .navigation_global_title a {
      text-decoration: none;
      color: #333333; }
    .navigation_global_title_company {
      color: #A7A7A7 !important; }
    .navigation_global_title_site img {
      /* Currently aligned with the EKA logo as used in statics. When logo's differ, make this flexible */
      bottom: -2px;
      margin-left: 25px;
      position: relative;
      vertical-align: bottom; }
  .navigation_global_boxOpener {
    padding-right: 11px;
    background: url("https://www.akzonobel.com/assets/images/navigation/nav_global_arrow.gif") no-repeat 100% 5px;
    color: #bdbdbd;
    text-decoration: none !important;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1; }
  .navigation_global_box {
    display: none;
    position: absolute;
    top: 64px;
    left: -12px;
    width: 533px;
    background: url("https://www.akzonobel.com/assets/images/navigation/nav_global.png") no-repeat 0 100%;
    padding: 22px 1px 17px 3px; }
    .navigation_global_box.active {
      display: block; }
  .navigation_global_boxCloser {
    position: absolute;
    right: 14px;
    top: 0px; }
    .navigation_global_boxCloser img {
      width: 15px;
      height: 15px; }
  .navigation_global_language {
    background-color: #ECECEC;
    padding: 10px; }
  .navigation_global_sites {
    width: 100%;
    overflow: hidden;
    margin: 0 0 1em 0;
    padding: 0 10px; }
    .navigation_global_sites:before, .navigation_global_sites:after {
      content: " ";
      display: table; }
    .navigation_global_sites:after {
      clear: both; }
  .navigation_global_category {
    padding-right: 8px; }
    .navigation_global_category_title {
      color: #666; }
    .navigation_global_category_list {
      margin: 0 0 1em 0; }
  .navigation_global_allSites {
    margin: 0 10px 1.5em 10px; }

.navigation_global_language_title, .navigation_global_category_title {
  display: block;
  margin: 0 0 5px 0;
  font-size: 1.181818em;
  font-weight: bold; }

.navigation_global_language_link, .navigation_global_category_link, .navigation_global_allSites_link {
  background: url("https://www.akzonobel.com/assets/images/navigation/nav_global_arrow.gif") no-repeat 100% 5px;
  color: #333;
  text-decoration: none !important;
  letter-spacing: -1;
  font-weight: lighter;
  line-height: 1;
  padding-right: 10px; }

.navigation_main {
  height: 31px;
  background: #f4f4f4 url("https://www.akzonobel.com/assets/images/navigation/nav_main.gif") repeat-x 0 100%;
  border-top: 1px solid #ebebeb; }
  .navigation_main_container:before, .navigation_main_container:after {
    content: " ";
    display: table; }
  .navigation_main_container:after {
    clear: both; }
  .navigation_main_menu {
    position: relative;
    left: -10px; }
    .navigation_main_menu:before, .navigation_main_menu:after {
      content: " ";
      display: table; }
    .navigation_main_menu:after {
      clear: both; }
    .navigation_main_menu_item {
      float: left;
      position: relative;
      top: -1px; }
    .navigation_main_menu_item.active .navigation_main_submenu {
      display: block; }
    .navigation_main_menu_link {
      display: block;
      color: #999;
      text-decoration: none;
      margin-right: -5px;
      padding: 7px 9px 7px 10px; }
  .navigation_main_submenu {
    position: absolute;
    left: -5px;
    top: 34px;
    width: 269px;
    z-index: 15;
    display: none;
    padding: 4px 11px;
    background: url("https://www.akzonobel.com/assets/images/navigation/nav_sub.png") no-repeat 0 100%; }
    .navigation_main_submenu:before {
      content: '\00a0';
      position: absolute;
      width: 100%;
      height: 9px;
      top: -9px;
      left: 0;
      background-image: url("https://www.akzonobel.com/assets/images/navigation/nav_sub_top.png"); }
    .navigation_main_submenu:after {
      content: '\00a0';
      position: absolute;
      width: 100%;
      height: 9px;
      bottom: -9px;
      left: 0;
      background-image: url("https://www.akzonobel.com/assets/images/navigation/nav_sub_btm.png"); }
    .navigation_main_submenu_link {
      padding: 2px 10px 2px 10px;
      display: block;
      color: #999999; }
      .navigation_main_submenu_link:hover, .navigation_main_submenu_link:focus {
        text-decoration: none;
        background-color: #ef5595;
        background-image: url("https://www.akzonobel.com/assets/images/backgrounds/gradient_purple.gif");
        color: #fff; }

.navigation_main_menu_item.active .navigation_main_menu_link, .navigation_main_menu_link:hover, .navigation_main_menu_link:focus {
  position: relative;
  z-index: 100;
  background: #fff;
  color: #ef5595;
  text-decoration: none; }
  .navigation_main_menu_item.active .navigation_main_menu_link:before, .navigation_main_menu_link:hover:before, .navigation_main_menu_link:focus:before {
    content: '\00a0';
    position: absolute;
    top: 1px;
    left: -5px;
    width: 5px;
    height: 30px;
    background: #fff url("https://www.akzonobel.com/assets/images/navigation/nav_main_hover_left.gif") no-repeat 0 -2px; }
  .navigation_main_menu_item.active .navigation_main_menu_link:after, .navigation_main_menu_link:hover:after, .navigation_main_menu_link:focus:after {
    content: '\00a0';
    position: absolute;
    top: 0px;
    right: 0;
    width: 5px;
    height: 30px;
    background: #fff url("https://www.akzonobel.com/assets/images/navigation/nav_main_hover_right.gif") no-repeat 0 -1px; }

.breadcrumb {
  height: 23px;
  background: #fff url("https://www.akzonobel.com/assets/images/navigation/breadcrumb.gif") repeat-x 0 100%;
  color: #0088a6; }
  .breadcrumb_container:before, .breadcrumb_container:after {
    content: " ";
    display: table; }
  .breadcrumb_container:after {
    clear: both; }
  .breadcrumb_list:before, .breadcrumb_list:after {
    content: " ";
    display: table; }
  .breadcrumb_list:after {
    clear: both; }
  .breadcrumb_list_item {
    line-height: 23px;
    color: #ef5595;
    float: left; }
  .breadcrumb_link {
    padding: 0 18px 0 0;
    display: block;
    color: #999;
    text-decoration: none !important;
    background: url("https://www.akzonobel.com/assets/images/icons/breadcrumb.gif") no-repeat 100% 50%; }

.homePage .breadcrumb {
  display: none; }

.mainFooter {
  border-top: 1px solid #eaeaea; }
  .mainFooter_container {
    padding: 18px 0;
    color: #999999; }
    .mainFooter_container:before, .mainFooter_container:after {
      content: " ";
      display: table; }
    .mainFooter_container:after {
      clear: both; }
  .mainFooter_links_item {
    float: left;
    margin-right: 12px; }
  .mainFooter_link {
    display: block;
    color: #999999; }
    .mainFooter_link:hover, .mainFooter_link:focus {
      color: #ef5595; }
  .mainFooter_copyright {
    text-align: right; }

.brands {
  position: relative;
  background: #fff url("https://www.akzonobel.com/assets/images/backgrounds/brands.jpg") left bottom repeat-x;
  border-top: 1px solid #ebebeb;
  margin-top: 70px;
  z-index: 12; }
  .brands.animating {
    overflow: hidden; }
  .brands_container {
    padding: 21px 21px 5px;
    position: relative; }
    .brands_container:before, .brands_container:after {
      content: " ";
      display: table; }
    .brands_container:after {
      clear: both; }
  .brands_list {
    position: relative;
    display: block;
    overflow: hidden;
    height: 40px; }
    .brands_list_item {
      width: 95px;
      height: 40px;
      position: absolute;
      top: 0;
      float: left;
      margin-bottom: 10px; }
  .brands_item_link {
    display: table;
    margin: 0 auto;
    height: 100%;
    background-position: 0 -40px !important; }
    .brands_item_link:hover {
      background-position: 0 0 !important; }
      .brands_item_link:hover .brands_item_image {
        visibility: hidden; }
  .brands_item_description {
    display: none; }
    .brands_item_description_image {
      margin-right: 10px;
      width: 85px;
      float: left; }
    .brands_item_description_text {
      width: 142px;
      float: left; }
      .brands_item_description_text:before, .brands_item_description_text:after {
        content: " ";
        display: table; }
      .brands_item_description_text:after {
        clear: both; }
      .brands_item_description_text h3 {
        font-size: 100%;
        margin-bottom: 1em;
        margin: 0 0 1em; }
      .brands_item_description_text p {
        margin: 0; }
    .brands_item_description_link {
      clear: both;
      display: block;
      padding: 1em 0 1em; }
      .brands_item_description_link:before, .brands_item_description_link:after {
        content: " ";
        display: table; }
      .brands_item_description_link:after {
        clear: both; }
  .brands_all {
    margin: 0 0 1em 0; }
    .brands_all_link {
      padding-right: 8px;
      background: url("https://www.akzonobel.com/assets/images/navigation/nav_page.gif") no-repeat 100% 50%;
      color: #b1b0b0;
      text-decoration: none;
      font-weight: normal; }
      .brands_all_link:hover, .brands_all_link:focus {
        color: #ef5595; }
  .brands_scrollLeft {
    left: 0; }
  .brands_scrollRight {
    background-position: 0 -50px !important;
    right: 0; }
  .brands_tooltip {
    z-index: 15;
    position: absolute;
    bottom: 71px;
    width: 267px;
    border-top: 1px solid #ebebeb;
    background: #ffffff url("https://www.akzonobel.com/assets/images/backgrounds/brands.png") 0 100% no-repeat;
    padding: 10px 15px 20px;
    display: none;
    font-size: 95%;
    margin-left: -69px; }
    .brands_tooltip.active {
      display: block; }
    .brands_tooltip.first {
      background: #ffffff url("https://www.akzonobel.com/assets/images/backgrounds/brands_first.png") 0 100% no-repeat;
      margin-left: 1px; }
    .brands_tooltip.last {
      background: #ffffff url("https://www.akzonobel.com/assets/images/backgrounds/brands_last.png") 0 100% no-repeat;
      margin-left: -135px; }

.brands_scrollLeft, .brands_scrollRight {
  background: #fff url("https://www.akzonobel.com/assets/images/icons/scroller.gif") 0 0 no-repeat;
  position: absolute;
  width: 20px;
  height: 40px;
  top: 10px; }

.contentWrapper {
  position: relative; }

.overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
  z-index: 11; }
  .overlay.active {
    display: block; }

.hero {
  background: #fff url("https://www.akzonobel.com/assets/images/backgrounds/hero.jpg") left bottom repeat-x;
  border-bottom: 1px solid #ebebeb;
  height: 320px;
  position: relative;
  margin-bottom: 40px; }
  .hero_slides_container {
    display: none; }
  .hero_progress {
    z-index: 3;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0%;
    background-color: #c5c5c5; }
  .hero_slides {
    height: 100%; }
    .hero_slides:before, .hero_slides:after {
      content: " ";
      display: table; }
    .hero_slides:after {
      clear: both; }
    .hero_slides_item {
      position: absolute;
      height: 100%;
      display: none;
      left: 0;
      width: 100%; }
      .hero_slides_item_content {
        display: none;
        position: absolute;
        left: 50%;
        width: 860px;
        margin-left: -430px;
        top: 60px; }
        .hero_slides_item_content:before, .hero_slides_item_content:after {
          content: " ";
          display: table; }
        .hero_slides_item_content:after {
          clear: both; }
        .hero_slides_item_content.active {
          display: block; }
        .hero_slides_item_content.boxed {
          padding: 15px;
          width: 380px; }
          .hero_slides_item_content.boxed .hero_slides_item_link {
            display: block; }
          .hero_slides_item_content.boxed.blue {
            background: url(https://www.akzonobel.com/assets/images/backgrounds/hero_textbox_blue.png);
            /* fallback */
            background-size: 100% 100%;
            /* FF3.6+ */
            background: -webkit-linear-gradient(45deg, rgba(0, 81, 146, 0.7) 0%, rgba(0, 146, 187, 0.7) 100%);
            /* Chrome10+,Safari5.1+ */
            /* Opera 11.10+ */
            /* IE10+ */
            background: linear-gradient(45deg, rgba(0, 81, 146, 0.7) 0%, rgba(0, 146, 187, 0.7) 100%);
            /* W3C */ }
      .hero_slides_item_title {
        color: #fff;
        font-size: 34px;
        font-weight: bold;
        line-height: 34px;
        text-decoration: none;
        margin: 0;
        margin-bottom: 10px; }
        .hero_slides_item_title_link {
          color: #fff; }
          .hero_slides_item_title_link:hover {
            text-decoration: none; }
      .hero_slides_item_imageLink {
        display: block; }
      .hero_slides_item_text {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px; }
      .hero_slides_item_link {
        display: none;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        float: right;
        text-decoration: none !important;
        position: relative;
        padding-right: 15px; }
        .hero_slides_item_link:after {
          position: absolute;
          top: 6px;
          right: 0;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent #fff; }
        .hero_slides_item_link:hover {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          /* IE 5-7 */
          filter: alpha(opacity=50);
          /* Netscape */
          -moz-opacity: 0.5;
          /* Safari 1.x */
          -khtml-opacity: 0.5;
          /* Good browsers */
          opacity: 0.5; }
      .hero_slides_item.active {
        display: block;
        z-index: 2; }
  .hero_viewports {
    position: absolute;
    min-width: 980px;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1; }
    .hero_viewports:before, .hero_viewports:after {
      content: " ";
      display: table; }
    .hero_viewports:after {
      clear: both; }
  .hero_viewport {
    position: absolute;
    height: 100%;
    top: 0;
    overflow: hidden; }
    .hero_viewport.left {
      left: 0;
      width: 15%;
      z-index: 1;
      cursor: pointer; }
    .hero_viewport.right {
      min-width: 0;
      right: 0;
      width: 15%;
      z-index: 1;
      cursor: pointer; }
    .hero_viewport.center {
      position: relative;
      min-width: 980px;
      width: 70%;
      margin: 0 auto;
      z-index: 2; }
  .hero_navigation {
    z-index: 1;
    position: relative;
    height: 0;
    top: 0;
    width: 980px;
    margin: 0 auto; }
    .hero_navigation_button {
      position: absolute;
      text-indent: -9999em;
      width: 40px;
      height: 40px;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      /* IE 5-7 */
      filter: alpha(opacity=80);
      /* Netscape */
      -moz-opacity: 0.8;
      /* Safari 1.x */
      -khtml-opacity: 0.8;
      /* Good browsers */
      opacity: 0.8;
      margin-top: -20px;
      top: 160px; }
      .hero_navigation_button:hover {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1; }
      .hero_navigation_button:active {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        /* IE 5-7 */
        filter: alpha(opacity=90);
        /* Netscape */
        -moz-opacity: 0.9;
        /* Safari 1.x */
        -khtml-opacity: 0.9;
        /* Good browsers */
        opacity: 0.9; }
      .hero_navigation_button--left {
        background: url(https://www.akzonobel.com/assets/images/hero/arrows.png) no-repeat 0 0;
        left: 0; }
      .hero_navigation_button--right {
        right: 0;
        background: url(https://www.akzonobel.com/assets/images/hero/arrows.png) no-repeat 0 100%; }

/*
	columnGrid variations
*/
.columnGrid3--center .columnGrid3_column:nth-of-type(2) {
  width: 460px; }
  .columnGrid3--center .columnGrid3_column:nth-child(2) > * {
    margin-bottom: 26px; }
    .columnGrid3--center .columnGrid3_column:nth-child(2) > *:last-child {
      margin-bottom: 0; }
.columnGrid3--right .columnGrid3_column:last-child {
  width: 460px; }
.columnGrid3--left .columnGrid3_column:first-child {
  width: 500px; }

.panel {
  position: relative; }
  .panel_backgroundImage {
    position: absolute;
    bottom: 0;
    right: 0; }
  .panel_container {
    padding: 10px; }
  .panel_list:before, .panel_list:after {
    content: " ";
    display: table; }
  .panel_list:after {
    clear: both; }
  .panel_title {
    font-weight: normal;
    color: #868688;
    font-size: 1.739em;
    line-height: 1em;
    margin: 5px 0 15px; }
  .panel_imageContainer {
    border: solid 0px #e4e4e2;
    background: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 15px; }
    .panel_imageContainer .panel_link {
      margin: 0;
      padding: 0;
      clear: both;
      display: block;
      overflow: hidden;
      position: relative; }
      .panel_imageContainer .panel_link:hover {
        opacity: 1; }
        .panel_imageContainer .panel_link:hover .panel_image_overlay {
          display: block; }
  .panel_image {
    display: block;
    width: 100%; }
    .panel_image_overlay {
      display: none;
      background: #fff;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      /* IE 5-7 */
      filter: alpha(opacity=50);
      /* Netscape */
      -moz-opacity: 0.5;
      /* Safari 1.x */
      -khtml-opacity: 0.5;
      /* Good browsers */
      opacity: 0.5; }
      .panel_image_overlay.video {
        display: block;
        background: url("https://www.akzonobel.com/assets/images/icons/play_button.png") no-repeat 50%;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        /* IE 5-7 */
        filter: alpha(opacity=90);
        /* Netscape */
        -moz-opacity: 0.9;
        /* Safari 1.x */
        -khtml-opacity: 0.9;
        /* Good browsers */
        opacity: 0.9; }
        .panel_image_overlay.video:hover {
          background: #fff;
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          /* IE 5-7 */
          filter: alpha(opacity=50);
          /* Netscape */
          -moz-opacity: 0.5;
          /* Safari 1.x */
          -khtml-opacity: 0.5;
          /* Good browsers */
          opacity: 0.5; }
  .panel_content {
    font-size: 1.217em;
    line-height: 1.143em; }
    .panel_content_text {
      color: #333;
      margin: 0;
      height: 32px;
      margin-bottom: 8px;
      overflow: hidden; }
  .panel_link {
    text-decoration: none !important;
    position: relative; }
    .panel_link:hover {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      /* IE 5-7 */
      filter: alpha(opacity=50);
      /* Netscape */
      -moz-opacity: 0.5;
      /* Safari 1.x */
      -khtml-opacity: 0.5;
      /* Good browsers */
      opacity: 0.5; }
    .panel_link--readmore {
      padding-right: 0.929em; }
      .panel_link--readmore:after {
        position: absolute;
        top: 0.286em;
        right: 0;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.357em 0 0.357em 0.571em;
        border-color: transparent transparent transparent #ef5595; }

.panel--news .panel_container {
  padding-bottom: 20px; }
.panel--news .panel_list {
  margin-bottom: 20px; }
  .panel--news .panel_list_item {
    margin-top: 10px;
    border-bottom: 1px solid #ccc; }
    .panel--news .panel_list_item .panel_article:before, .panel--news .panel_list_item .panel_article:after {
      content: " ";
      display: table; }
    .panel--news .panel_list_item .panel_article:after {
      clear: both; }
    .panel--news .panel_list_item .panel_imageContainer {
      width: 60px;
      margin: 3px 10px 10px 4px;
      float: left; }
    .panel--news .panel_list_item .panel_content {
      float: left;
      width: 166px;
      margin-bottom: 10px; }
      .panel--news .panel_list_item .panel_content_title {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        font-weight: normal;
        color: #868688; }
      .panel--news .panel_list_item .panel_content_date {
        display: block;
        color: #333;
        font-size: 12px; }
      .panel--news .panel_list_item .panel_content .panel_link {
        display: inline-block;
        line-height: 12px;
        font-size: 12px; }
    .panel--news .panel_list_item:first-child {
      margin-top: 0; }
      .panel--news .panel_list_item:first-child .panel_imageContainer {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0 0 10px 0;
        float: none;
        /* Uncomment for centered clipped image
        height: $panelNewsFirstImageHeight;
        .panel_link {
        	position: absolute;
        	top: 50%;
        	overflow: visible;
        }
        */ }
      .panel--news .panel_list_item:first-child .panel_image {
        /* Uncomment for centered clipped image
        margin-top: -50%;
        */ }
        .panel--news .panel_list_item:first-child .panel_image_overlay {
          /* Uncomment for centered clipped image
          	height: $panelNewsFirstImageHeight;
          	margin-top: -1 * ($panelNewsFirstImageHeight / 2);
          */
          background: #0071a6;
          /* fallback */
          /* FF3.6+ */
          background: -webkit-linear-gradient(45deg, #005192 0%, #0092bb 100%);
          /* Chrome10+,Safari5.1+ */
          /* Opera 11.10+ */
          /* IE10+ */
          background: linear-gradient(45deg, #005192 0%, #0092bb 100%);
          /* W3C */ }
      .panel--news .panel_list_item:first-child .panel_content {
        margin-left: 0;
        width: 100%; }
        .panel--news .panel_list_item:first-child .panel_content_title {
          color: #333;
          font-weight: bold; }
        .panel--news .panel_list_item:first-child .panel_content_date {
          display: inline-block; }
.panel--news .panel_link--readmore {
  font-size: 14px; }

.panel--article {
  height: 260px; }
  .panel--article.big {
    height: 210px; }
    .panel--article.big .panel_content {
      width: 300px; }

.panel--section {
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-top: solid 1px #ccc; }
  .panel--section .panel_container {
    padding: 0; }
  .panel--section .panel_title {
    margin: 20px 0; }
  .panel--section .panel_link--readmore {
    font-size: 14px;
    margin-top: 20px; }

.panel--sharePrice {
  height: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 19px;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: url(https://www.akzonobel.com/assets/images/backgrounds/shareprice.jpg);
  /* fallback */
  background-size: 100% 100%;
  /* FF3.6+ */
  background: -webkit-linear-gradient(45deg, #56378a 30%, #0092bb 70%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(45deg, #56378a 30%, #0092bb 70%);
  /* W3C */ }
  .panel--sharePrice_link {
    display: block;
    width: 220px;
    position: relative;
    left: -5px;
    color: #fff; }
    .panel--sharePrice_link:before, .panel--sharePrice_link:after {
      content: " ";
      display: table; }
    .panel--sharePrice_link:after {
      clear: both; }
  .panel--sharePrice .panel_container {
    padding: 0 5px;
    display: table;
    width: 100%; }
    .panel--sharePrice .panel_container:before, .panel--sharePrice .panel_container:after {
      content: " ";
      display: table; }
    .panel--sharePrice .panel_container:after {
      clear: both; }
  .panel--sharePrice .panel_title {
    float: left;
    margin: 0;
    margin-top: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    padding-right: 3px; }
  .panel--sharePrice .panel_share_price, .panel--sharePrice .panel_share_percentage {
    float: right;
    line-height: 54px;
    position: relative; }
  .panel--sharePrice .panel_share_percentage {
    margin-right: 5px;
    padding-left: 12px;
    margin-left: 5px; }
    .panel--sharePrice .panel_share_percentage:before {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -4px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 4px 8px 4px;
      border-color: transparent transparent #96bf0d transparent; }
    .panel--sharePrice .panel_share_percentage.down:before {
      border-width: 8px 4px 0 4px;
      border-color: #993a3a transparent transparent transparent; }

.panel--facts {
  height: 260px; }
  .panel--facts .panel_list_item {
    font-size: 1.217em;
    line-height: 1.143em;
    display: table;
    width: 100%;
    height: 50px;
    vertical-align: middle;
    border-top: 1px solid #ccc; }
  .panel--facts .panel_fact_title {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px; }
  .panel--facts .panel_fact_detail {
    color: #005192;
    width: 60%;
    display: table-cell;
    vertical-align: middle; }
  .panel--facts .panel_fact_number {
    font-weight: bold;
    font-size: 20px;
    line-height: 1em; }
  .panel--facts .panel_fact_unit {
    font-size: 16px; }

.teaser_list:before, .teaser_list:after {
  content: " ";
  display: table; }
.teaser_list:after {
  clear: both; }
.teaser_list > * {
  float: left; }
.teaser_list .teaser_link {
  display: block;
  text-decoration: none; }
  .teaser_list .teaser_link:hover .teaser_image_overlay {
    display: block; }
  .teaser_list .teaser_link.orange .teaser_title, .teaser_list .teaser_link.orange .teaser_image_overlay {
    background: #f18e00; }
  .teaser_list .teaser_link.purple .teaser_title, .teaser_list .teaser_link.purple .teaser_image_overlay {
    background: #56378a; }
  .teaser_list .teaser_link.blue .teaser_title, .teaser_list .teaser_link.blue .teaser_image_overlay {
    background: #0092bb; }
  .teaser_list .teaser_link.green .teaser_title, .teaser_list .teaser_link.green .teaser_image_overlay {
    background: #96bf0d; }
.teaser_list .teaser_title {
  display: block;
  background-color: #ccc;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0; }
.teaser_list .teaser_image {
  width: 100%; }
  .teaser_list .teaser_image_overlay {
    display: none;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.teaser_list .teaser_imageContainer {
  position: relative;
  overflow: hidden;
  background: #eee; }
.teaser_list.small {
  margin-bottom: 20px; }
  .teaser_list.small > * {
    width: 146px;
    margin-right: 10px; }
    .teaser_list.small > *:last-child {
      margin-right: 0; }
  .teaser_list.small .teaser_title {
    height: 50px;
    padding: 7px;
    position: relative; }
    .teaser_list.small .teaser_title:after {
      position: absolute;
      content: '';
      background: url(https://www.akzonobel.com/assets/images/icons/arrow_right.png);
      width: 20px;
      height: 20px;
      right: 7px;
      bottom: 7px; }
  .teaser_list.small .teaser_imageContainer {
    width: 100%;
    height: 116px; }
.teaser_list.medium {
  margin-bottom: -10px; }
  .teaser_list.medium > * {
    position: relative;
    width: 225px;
    margin-bottom: 10px; }
    .teaser_list.medium > *:nth-child(odd) {
      margin-right: 10px; }
  .teaser_list.medium .teaser_title {
    line-height: 16px;
    overflow: hidden;
    height: 40px;
    min-width: 136px;
    max-width: 146px;
    padding: 4px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    vertical-align: middle; }
  .teaser_list.medium .teaser_imageContainer {
    width: 100%;
    height: 160px; }
  .teaser_list.medium .teaser_link.orange .teaser_title {
    background: url(https://www.akzonobel.com/assets/images/backgrounds/gradient_teaser_title_orange.jpg);
    /* fallback */
    background-size: 100% 100%;
    /* FF3.6+ */
    background: -webkit-linear-gradient(7deg, #e4312c 20%, #f18e00 80%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(83deg, #e4312c 20%, #f18e00 80%);
    background: linear-gradient(7deg, #e4312c 20%, #f18e00 80%);
    /* W3C */ }
  .teaser_list.medium .teaser_link.orange .teaser_image_overlay {
    background: #ea5f16;
    /* fallback */
    /* FF3.6+ */
    background: -webkit-linear-gradient(45deg, #e4312c 0%, #f18e00 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(45deg, #e4312c 0%, #f18e00 100%);
    /* W3C */ }
  .teaser_list.medium .teaser_link.purple .teaser_title {
    background: url(https://www.akzonobel.com/assets/images/backgrounds/gradient_teaser_title_purple.jpg);
    /* fallback */
    background-size: 100% 100%;
    /* FF3.6+ */
    background: -webkit-linear-gradient(7deg, #56378a 20%, #e0457a 80%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(83deg, #56378a 20%, #e0457a 80%);
    background: linear-gradient(7deg, #56378a 20%, #e0457a 80%);
    /* W3C */ }
  .teaser_list.medium .teaser_link.purple .teaser_image_overlay {
    background: #9b3e82;
    /* fallback */
    /* FF3.6+ */
    background: -webkit-linear-gradient(45deg, #56378a 0%, #e0457a 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(45deg, #56378a 0%, #e0457a 100%);
    /* W3C */ }
  .teaser_list.medium .teaser_link.blue .teaser_title {
    background: url(https://www.akzonobel.com/assets/images/backgrounds/gradient_teaser_title_blue.jpg);
    /* fallback */
    background-size: 100% 100%;
    /* FF3.6+ */
    background: -webkit-linear-gradient(7deg, #868688 20%, #0092bb 80%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(83deg, #868688 20%, #0092bb 80%);
    background: linear-gradient(7deg, #868688 20%, #0092bb 80%);
    /* W3C */ }
  .teaser_list.medium .teaser_link.blue .teaser_image_overlay {
    background: #438ca1;
    /* fallback */
    /* FF3.6+ */
    background: -webkit-linear-gradient(45deg, #868688 0%, #0092bb 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(45deg, #868688 0%, #0092bb 100%);
    /* W3C */ }
  .teaser_list.medium .teaser_link.green .teaser_title {
    background: url(https://www.akzonobel.com/assets/images/backgrounds/gradient_teaser_title_green.jpg);
    /* fallback */
    background-size: 100% 100%;
    /* FF3.6+ */
    background: -webkit-linear-gradient(7deg, #96bf0d 20%, #eae34c 80%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(83deg, #96bf0d 20%, #eae34c 80%);
    background: linear-gradient(7deg, #96bf0d 20%, #eae34c 80%);
    /* W3C */ }
  .teaser_list.medium .teaser_link.green .teaser_image_overlay {
    background: #c0d12c;
    /* fallback */
    /* FF3.6+ */
    background: -webkit-linear-gradient(45deg, #96bf0d 0%, #eae34c 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(45deg, #96bf0d 0%, #eae34c 100%);
    /* W3C */ }

.addthis_vertical_follow_toolbox {
  padding-top: 40px;
  position: absolute;
  z-index: 3;
  top: 416px;
  right: 0; }
  .addthis_vertical_follow_toolbox.fixed {
    position: fixed;
    top: 0; }
  .addthis_vertical_follow_toolbox > div > p {
    display: none; }
  .addthis_vertical_follow_toolbox .addthis_toolbox.addthis_vertical_style {
    width: auto; }
    .addthis_vertical_follow_toolbox .addthis_toolbox.addthis_vertical_style a {
      padding: 0; }
      .addthis_vertical_follow_toolbox .addthis_toolbox.addthis_vertical_style a:before, .addthis_vertical_follow_toolbox .addthis_toolbox.addthis_vertical_style a:after {
        content: " ";
        display: table; }
      .addthis_vertical_follow_toolbox .addthis_toolbox.addthis_vertical_style a:after {
        clear: both; }
      .addthis_vertical_follow_toolbox .addthis_toolbox.addthis_vertical_style a * {
        margin: 0; }
    .addthis_vertical_follow_toolbox .addthis_toolbox.addthis_vertical_style span.addthis_follow_label {
      display: none !important; }

.cookies_not_ok .cookiewarning {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 10px;
  font-size: 12px;
  bottom: 0;
  color: #111;
  background: rgba(200, 200, 200, 0.9); }
  .cookies_not_ok .cookiewarning_close-button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid black;
    float: right;
    margin-top: -3px;
    margin-right: 10px;
    background: transparent;
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 1px;
    vertical-align: middle; }
    .cookies_not_ok .cookiewarning_close-button:hover {
      text-decoration: none;
      color: #ef5595;
      border-color: #ef5595; }

.cookies_ok .cookiewarning {
  display: none; }

.cookiewarning_yes a img{
	box-sizing: unset;
}
