/*
 * Media Queries
 */
.clearfix, .gm-style-iw .store, .gm-style-iw .store .address .street,
.gm-style-iw .store .address .town,
.gm-style-iw .store .address .phone,
.gm-style-iw .store .address .fax,
.gm-style-iw .store .address .mail,
.gm-style-iw .store .address .url {
  clear: both; }

i.icon-mail {
  display: inline-block;
  text-indent: -99999px;
  background-image: url("../img/svg/icons/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 12px;
  margin-right: 10px; }
  i.icon-mail--white {
    background-image: url("../img/svg/icons/icon-mail--white.svg"); }

.container-helper, .node-landing-page.view-mode-full .landing-page__container, .node-landing-page.view-mode-full .landing-page__header__title .container, .node-landing-page.view-mode-full .landing-page__products, .node-landing-page.view-mode-full .landing-page__cases, .node-landing-page.view-mode-full .landing-page__news {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background-color: white;
  padding: 40px 40px 100px 40px; }
  @media (max-width: 750px) {
    .container-helper, .node-landing-page.view-mode-full .landing-page__container, .node-landing-page.view-mode-full .landing-page__header__title .container, .node-landing-page.view-mode-full .landing-page__products, .node-landing-page.view-mode-full .landing-page__cases, .node-landing-page.view-mode-full .landing-page__news {
      padding: 40px 20px 100px 20px; } }

label {
  color: #515257;
  padding-bottom: 5px; }

input[type="submit"],
input[type="reset"],
button,
.button {
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 15px;
  display: inline-block;
  background-color: #0a5692;
  border: 3px solid #0a5692;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase; }
  input[type="submit"]:hover, input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  button:hover,
  button:focus,
  .button:hover,
  .button:focus {
    background-color: #143e6c;
    border-color: #143e6c;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  input[type="submit"]:active,
  input[type="reset"]:active,
  button:active,
  .button:active {
    background-color: #143e6c;
    border-color: #143e6c;
    color: #ffffff; }

.button--add-to-order {
  margin-top: 1em; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  font-size: 15px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border: 2px solid #515257;
  color: #7a7b7f;
  background-color: #ffffff;
  width: 70%;
  padding: 8px 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="month"]:hover,
  input[type="month"]:focus,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="color"]:hover,
  input[type="color"]:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    border-color: #0a5692;
    color: #27282c; }
  input[type="text"].error,
  input[type="password"].error,
  input[type="datetime"].error,
  input[type="datetime-local"].error,
  input[type="date"].error,
  input[type="month"].error,
  input[type="time"].error,
  input[type="week"].error,
  input[type="number"].error,
  input[type="email"].error,
  input[type="url"].error,
  input[type="search"].error,
  input[type="tel"].error,
  input[type="color"].error,
  textarea.error,
  select.error {
    border-color: #e31d1a;
    color: #e31d1a; }

.form-item {
  margin-top: 2em;
  margin-bottom: 2em; }

textarea {
  width: 70% !important;
  max-width: 100%;
  resize: vertical !important; }
  @media (max-width: 768px) {
    textarea {
      width: 100% !important; } }

div.form-textarea-wrapper .grippie {
  display: none; }

@media (max-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  textarea,
  select {
    width: 100%; } }

select {
  background-image: url("../img/svg/icons/arrow-dropdown--blue.svg");
  background-repeat: no-repeat;
  background-position: center right 15px; }

.form-type-checkbox {
  margin-bottom: 2em; }
  .form-type-checkbox input,
  .form-type-checkbox label {
    display: inline-block; }

div.honeypot-textfield {
  display: none; }

html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #515257;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #27282c; }

h1, .h1 {
  font-size: 42px;
  margin: 20px 0 0; }
  h1:first-child, .h1:first-child {
    margin-top: 0; }

h2, .h2 {
  font-size: 36px;
  margin: 20px 0 0; }
  h2:first-child, .h2:first-child {
    margin-top: 0; }

h3, .h3 {
  font-size: 22px;
  margin: 20px 0 0; }
  h3:first-child, .h3:first-child {
    margin-top: 0; }

h4, .h4 {
  font-size: 18px;
  margin: 20px 0 0; }
  h4:first-child, .h4:first-child {
    margin-top: 0; }

h5, .h5 {
  font-size: 14px;
  margin: 20px 0 0; }
  h5:first-child, .h5:first-child {
    margin-top: 0; }

h6, .h6 {
  font-size: 12px;
  margin: 20px 0 0; }
  h6:first-child, .h6:first-child {
    margin-top: 0; }

p {
  line-height: 30px;
  margin: 20px 0 0;
  font-weight: 300; }

ul,
ol {
  padding: 0 0 0 15px;
  line-height: 30px;
  font-weight: 300; }

a {
  color: #0a5692;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none !important; }
  a:hover {
    color: #143e6c;
    border-bottom-color: #143e6c; }
  a.filter-link {
    width: 33.3333%; }
    a.filter-link span {
      left: 20px;
      top: 11px; }

::-moz-selection {
  color: #ffffff;
  background: #0a5692; }

::selection {
  color: #ffffff;
  background: #0a5692; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamMedium.otf");
  src: url("../fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamMedium.otf") format("embedded-opentype"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamLight.otf");
  src: url("../fonts/GothamLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamLight.otf") format("embedded-opentype"), url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg") format("svg");
  font-style: normal;
  font-weight: 100; }

@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/GothamNarrow-Black.otf");
  src: url("../fonts/GothamNarrow-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow-Black.otf") format("embedded-opentype"), url("../fonts/GothamNarrow-Black.woff") format("woff"), url("../fonts/GothamNarrow-Black.ttf") format("truetype"), url("../fonts/GothamNarrow-Black.svg") format("svg");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/GothamNarrow-Medium.otf");
  src: url("../fonts/GothamNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow-Medium.otf") format("embedded-opentype"), url("../fonts/GothamNarrow-Medium.woff") format("woff"), url("../fonts/GothamNarrow-Medium.ttf") format("truetype"), url("../fonts/GothamNarrow-Medium.svg") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/GothamNarrow-Light.otf");
  src: url("../fonts/GothamNarrow-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow-Light.otf") format("embedded-opentype"), url("../fonts/GothamNarrow-Light.woff") format("woff"), url("../fonts/GothamNarrow-Light.ttf") format("truetype"), url("../fonts/GothamNarrow-Light.svg") format("svg");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/GothamNarrow-XLight.otf");
  src: url("../fonts/GothamNarrow-XLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow-XLight.otf") format("embedded-opentype"), url("../fonts/GothamNarrow-XLight.woff") format("woff"), url("../fonts/GothamNarrow-XLight.ttf") format("truetype"), url("../fonts/GothamNarrow-XLight.svg") format("svg");
  font-style: normal;
  font-weight: 100; }

@font-face {
  font-family: "novatech";
  src: url("../fonts/novatech.otf");
  src: url("../fonts/novatech.eot?#iefix") format("embedded-opentype"), url("../fonts/novatech.otf") format("embedded-opentype"), url("../fonts/novatech.woff") format("woff"), url("../fonts/novatech.ttf") format("truetype"), url("../fonts/novatech.svg") format("svg");
  font-style: normal;
  font-weight: normal; }

h1.page-title {
  font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 100;
  color: #FFFFFF;
  display: block;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  padding: 50px 40px 25px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body.front h1.page-title {
  display: none; }

a.u-text-white {
  color: #FFFFFF; }

h3.section-title {
  color: #95c5ea;
  margin-bottom: 40px;
  font-size: 1.5em;
  padding: 0 25px; }

.breadcrumbs-container {
  display: block;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  padding: 0 40px 0 40px; }
  .breadcrumbs-container .breadcrumb {
    color: #d1ecfa;
    text-decoration: none;
    font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 100;
    font-size: .85em;
    margin-right: 20px;
    position: relative;
    display: inline-block; }
    .breadcrumbs-container .breadcrumb:after {
      content: '';
      display: block;
      background-image: url("../img/svg/icons/icon-breadcrumb.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 6px;
      position: absolute;
      width: 15px;
      height: 15px;
      top: 0;
      right: -17px; }
    .breadcrumbs-container .breadcrumb:last-child {
      margin-right: 0; }
      .breadcrumbs-container .breadcrumb:last-child:after {
        content: none; }
  .breadcrumbs-container a.breadcrumb {
    border: none; }
    .breadcrumbs-container a.breadcrumb:hover {
      text-decoration: underline; }

body {
  margin: 0;
  background-color: #0a5692;
  font-family: "Gotham", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  body .page {
    width: 100%;
    margin-top: 92px;
    border: none;
    background-color: transparent !important; }
    @media (max-width: 650px) {
      body .page {
        margin-top: 60px; } }
  body.toolbar .page {
    margin-top: 0; }
  body.not-front div#main-content {
    background-image: url("../img/backgrounds/products/bg-products.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%; }
    @media (max-width: 860px) {
      body.not-front div#main-content {
        background-size: 1000px; } }
  body div#main-content {
    width: 100%;
    float: none !important;
    padding: 0 !important; }

.hidden {
  display: none; }

.store .address .title {
  font-size: 18px;
  line-height: 24px; }

.store .address .street,
.store .address .town,
.store .address .phone,
.store .address .fax,
.store .address .mail,
.store .address .url {
  font-size: 13px;
  line-height: 18px; }

.gm-style-iw .store {
  display: block;
  padding: 0 0 0 15px; }
  .gm-style-iw .store a {
    text-decoration: underline;
    color: #0e8642; }
  .gm-style-iw .store .address .title {
    font-size: 20px;
    line-height: 24px; }
  .gm-style-iw .store .address .street,
  .gm-style-iw .store .address .town,
  .gm-style-iw .store .address .phone,
  .gm-style-iw .store .address .fax,
  .gm-style-iw .store .address .mail,
  .gm-style-iw .store .address .url {
    font-size: 13px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
    color: #515257;
    margin: 0; }
    .gm-style-iw .store .address .street span,
    .gm-style-iw .store .address .town span,
    .gm-style-iw .store .address .phone span,
    .gm-style-iw .store .address .fax span,
    .gm-style-iw .store .address .mail span,
    .gm-style-iw .store .address .url span {
      width: 75px;
      font-weight: 700; }
    .gm-style-iw .store .address .street em,
    .gm-style-iw .store .address .town em,
    .gm-style-iw .store .address .phone em,
    .gm-style-iw .store .address .fax em,
    .gm-style-iw .store .address .mail em,
    .gm-style-iw .store .address .url em {
      width: 195px;
      font-style: normal;
      word-wrap: break-word;
      word-break: break-all; }
  .gm-style-iw .store .address .street {
    margin-top: 9px; }
  .gm-style-iw .store .address .town + * {
    margin-top: 21px; }

@media (max-width: 767px) {
  .store .address .title {
    font-size: 16px;
    line-height: 24px; } }

.view-mode-search_result_item {
  padding: 20px 15px 30px; }
  .view-mode-search_result_item > div[class^="news-"] {
    position: relative; }
  .view-mode-search_result_item .news-top {
    top: -19px;
    left: 15px;
    z-index: auto !important; }
  .view-mode-search_result_item .news-header {
    padding: 0 15px; }
    .view-mode-search_result_item .news-header ~ div[class^="news-"] {
      padding-top: 11px; }
  .view-mode-search_result_item .news-type,
  .view-mode-search_result_item .news-date,
  .view-mode-search_result_item .news-category {
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .view-mode-search_result_item .news-type {
    text-transform: uppercase; }
  .view-mode-search_result_item .news-title {
    color: #27282c;
    font-size: 22px;
    line-height: 30px;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    text-transform: uppercase; }
  .view-mode-search_result_item .news-content,
  .view-mode-search_result_item .news-more {
    font-size: 15px;
    line-height: 30px;
    padding-top: 13px; }
  .view-mode-search_result_item.flagged-container .news-date {
    color: #1bab4d; }

.node-news .news-title a,
.node-news .news-title a:hover,
.view-mode-search_result_item .news-title a,
.view-mode-search_result_item .news-title a:hover {
  color: #27282c;
  text-decoration: none; }

.node-news .news-type,
.view-mode-search_result_item .news-type {
  color: #e31d1a; }
  .node-news .news-type + .news-date:before,
  .node-news .news-type + .news-category:before,
  .view-mode-search_result_item .news-type + .news-date:before,
  .view-mode-search_result_item .news-type + .news-category:before {
    content: "|";
    margin-left: 8px;
    padding-right: 6px; }

.node-news .news-date,
.node-news .news-category,
.view-mode-search_result_item .news-date,
.view-mode-search_result_item .news-category {
  color: #7a7b7f; }
  .node-news .news-date a,
  .node-news .news-category a,
  .view-mode-search_result_item .news-date a,
  .view-mode-search_result_item .news-category a {
    color: #7a7b7f;
    text-decoration: none; }

@media (max-width: 767px) {
  .view-mode-search_result_item {
    padding: 20px 0; }
  .node-news.node-teaser {
    padding: 20px 0; }
  .node-news.view-mode-full {
    padding-top: 25px; }
  .node-news.view-mode-header .news-date {
    color: #7a7b7f; }
  .node-news.view-mode-header.flagged-container {
    margin-top: -13px; } }

.node-type-product .content-full .product-presentation {
  padding-bottom: 80px; }
  .node-type-product .content-full .product-presentation .product-certificates {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
    .node-type-product .content-full .product-presentation .product-certificates .certificate-image {
      margin-right: 20px;
      max-width: 80px; }

.node-type-product .content-full .trigger-scroll {
  display: inline-block;
  margin-top: 25px; }

.pac-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.28); }
  .pac-container .pac-item {
    font-size: 13px;
    padding: 0 20px; }
    .pac-container .pac-item:hover, .pac-container .pac-item.pac-item-selected {
      background-color: #1bab4d;
      color: #a8d8b5; }
      .pac-container .pac-item:hover .pac-item-query, .pac-container .pac-item.pac-item-selected .pac-item-query {
        color: #ffffff; }
  .pac-container .pac-item-query {
    font-size: 15px; }

@media (max-width: 600px) {
  .node-case.node-teaser {
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d0d1; } }

.node-case.node-teaser .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .node-case.node-teaser .row .case-image {
    width: calc(100% / 3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
    min-height: 300px; }
    @media (max-width: 600px) {
      .node-case.node-teaser .row .case-image {
        width: 100%;
        margin-bottom: 20px; } }
    .node-case.node-teaser .row .case-image .table-cell {
      display: table-cell;
      vertical-align: bottom;
      padding: 10px;
      font-size: .8em;
      position: relative;
      z-index: 1;
      color: #FFFFFF;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      .node-case.node-teaser .row .case-image .table-cell:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 25%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 25%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(25%, rgba(0, 0, 0, 0.2)), to(black));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 25%, black 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 25%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
        z-index: -1; }
      .node-case.node-teaser .row .case-image .table-cell:hover {
        padding-bottom: 25px; }
  .node-case.node-teaser .row .case-description {
    width: calc((100% / 3) * 2);
    padding: 0 25px; }
    @media (max-width: 750px) {
      .node-case.node-teaser .row .case-description {
        padding: 0 15px; } }
    @media (max-width: 600px) {
      .node-case.node-teaser .row .case-description {
        width: 100%;
        padding: 0; } }
    .node-case.node-teaser .row .case-description .case-title h3 {
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: normal; }
    .node-case.node-teaser .row .case-description .case-content {
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: 200; }
    .node-case.node-teaser .row .case-description .case-used-products {
      font-family: "Gotham", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      margin-top: 25px; }
  .node-case.node-teaser .row .case-product {
    display: none; }

.cases-all .odd {
  margin-bottom: 75px; }
  @media (max-width: 600px) {
    .cases-all .odd {
      margin-bottom: 25px; } }
  .cases-all .odd .node-case.node-teaser .case-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .cases-all .odd .node-case.node-teaser .case-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.cases-all .even {
  margin-bottom: 75px; }
  @media (max-width: 600px) {
    .cases-all .even {
      margin-bottom: 25px; } }
  .cases-all .even .node-case.node-teaser .case-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .cases-all .even .node-case.node-teaser .case-description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right; }
  @media (max-width: 600px) {
    .cases-all .even .node-case.node-teaser .case-image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .cases-all .even .node-case.node-teaser .case-description {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      text-align: left; } }

body.node-type-case .breadcrumbs-container {
  display: none; }

body.node-type-case h1.page-title {
  display: none; }

body.node-type-case #main-content {
  background-image: none !important; }

body.node-type-case div.content-pre {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  body.node-type-case div.content-pre .image-header {
    padding: 25px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    body.node-type-case div.content-pre .image-header:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      z-index: -1; }
    body.node-type-case div.content-pre .image-header h2 {
      color: #FFFFFF;
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: 400; }
    body.node-type-case div.content-pre .image-header span {
      font-size: .8em; }
    body.node-type-case div.content-pre .image-header p {
      font-size: .8em;
      line-height: 24px; }

body.node-type-case .case-container .node-case.view-mode-full {
  max-width: 750px; }

body.node-type-case #main-content-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #FFFFFF; }
  body.node-type-case #main-content-container .row > .content {
    width: 65%; }
    @media (max-width: 750px) {
      body.node-type-case #main-content-container .row > .content {
        width: 100%; } }
  body.node-type-case #main-content-container .row > .sidebar-second {
    width: 35%; }
    @media (max-width: 750px) {
      body.node-type-case #main-content-container .row > .sidebar-second {
        width: 100%;
        max-width: 400px; } }
    body.node-type-case #main-content-container .row > .sidebar-second .used-products .grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.node-type-case #main-content-container .row > .sidebar-second .used-products .grid .col-md-6 {
        width: 48%;
        margin-bottom: 1em; }
        @media (max-width: 1100px) {
          body.node-type-case #main-content-container .row > .sidebar-second .used-products .grid .col-md-6 {
            width: 100%; } }
    body.node-type-case #main-content-container .row > .sidebar-second .node-product.node-teaser {
      height: 100%;
      padding: 1em;
      text-align: left;
      border: 1px solid #d0d0d1; }
      body.node-type-case #main-content-container .row > .sidebar-second .node-product.node-teaser .product-img {
        text-align: center;
        border-bottom: 1px solid #d0d0d1;
        padding-bottom: .5em;
        margin-bottom: 1em; }
      body.node-type-case #main-content-container .row > .sidebar-second .node-product.node-teaser .product-baseline p {
        font-size: 12px;
        max-width: none; }

.download-block {
  padding-top: 52px; }
  .download-block:first-child {
    padding-top: 0; }
  .download-block > h2 {
    font-size: 22px;
    line-height: 30px; }
  .download-block .download-files {
    padding-top: 24px; }
    .download-block .download-files:before, .download-block .download-files:after {
      content: " ";
      display: table; }
    .download-block .download-files:after {
      clear: both; }
    .download-block .download-files a {
      padding: 10px 18px;
      display: inline-block;
      background-color: transparent;
      border-width: 2px;
      border-style: solid;
      border-color: #0a5692;
      text-transform: uppercase;
      color: #0a5692;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size: 15px;
      font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-top: 10px;
      float: left;
      clear: both; }
      .download-block .download-files a:hover, .download-block .download-files a:focus, .download-block .download-files a:active {
        background-color: #0a5692;
        border-color: #0a5692;
        color: #FFFFFF;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .download-block .download-files a:first-child {
        margin-top: 0; }

@media (max-width: 767px) {
  .download-block {
    padding-top: 32px; } }

#novatech-download-center .novatech-download-center__filter {
  max-width: 1400px;
  margin: 0 auto;
  padding: 25px 0;
  width: 100%; }
  #novatech-download-center .novatech-download-center__filter .filter-block {
    background-color: rgba(15, 68, 112, 0.9);
    padding: 30px 40px; }

#novatech-download-center .container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background-color: white;
  padding: 40px 40px 100px 40px; }
  @media (max-width: 750px) {
    #novatech-download-center .container {
      padding: 40px 20px 100px 20px; } }

#novatech-download-center #novatech-download-center-form {
  margin-bottom: 40px;
  max-width: 500px; }
  #novatech-download-center #novatech-download-center-form span.select2 {
    margin-bottom: 15px; }

#novatech-download-center #novatech-download-center-results {
  display: table;
  width: 100%; }
  #novatech-download-center #novatech-download-center-results .results-header {
    display: table-row; }
    @media (max-width: 600px) {
      #novatech-download-center #novatech-download-center-results .results-header {
        display: none; } }
    #novatech-download-center #novatech-download-center-results .results-header .table-cell {
      display: table-cell;
      padding: 10px;
      border-bottom: 1px solid #555555; }
  #novatech-download-center #novatech-download-center-results .row {
    display: table-row; }
    #novatech-download-center #novatech-download-center-results .row:nth-child(odd) {
      background-color: #eaebf0; }
      @media (max-width: 600px) {
        #novatech-download-center #novatech-download-center-results .row:nth-child(odd) {
          background-color: transparent; } }
    @media (max-width: 600px) {
      #novatech-download-center #novatech-download-center-results .row:nth-child(even) {
        background-color: #eaebf0; } }
    #novatech-download-center #novatech-download-center-results .row .table-cell {
      display: table-cell;
      font-size: .8em;
      padding: 10px; }
      @media (max-width: 600px) {
        #novatech-download-center #novatech-download-center-results .row .table-cell {
          display: block; } }
      #novatech-download-center #novatech-download-center-results .row .table-cell .table-helper {
        display: none;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: underline; }
        @media (max-width: 600px) {
          #novatech-download-center #novatech-download-center-results .row .table-cell .table-helper {
            display: block; } }
      #novatech-download-center #novatech-download-center-results .row .table-cell a {
        border: none; }
      #novatech-download-center #novatech-download-center-results .row .table-cell.products {
        padding: 5px 10px; }
        #novatech-download-center #novatech-download-center-results .row .table-cell.products a {
          display: block;
          padding: 5px 0; }

#novatech-download-center #novatech-download-center-pager {
  margin-top: 25px; }
  #novatech-download-center #novatech-download-center-pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #novatech-download-center #novatech-download-center-pager ul li {
      margin-left: 7px;
      margin-right: 7px; }
      #novatech-download-center #novatech-download-center-pager ul li a {
        font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-weight: 200;
        color: #0a5692; }
        #novatech-download-center #novatech-download-center-pager ul li a.is-active {
          font-weight: normal; }
        #novatech-download-center #novatech-download-center-pager ul li a.previous, #novatech-download-center #novatech-download-center-pager ul li a.next {
          display: inline-block;
          width: 35px;
          height: 35px;
          text-indent: -99999px;
          position: relative;
          border: 1px solid #0a5692;
          margin-left: 8px;
          margin-right: 8px;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
          #novatech-download-center #novatech-download-center-pager ul li a.previous:hover, #novatech-download-center #novatech-download-center-pager ul li a.next:hover {
            opacity: .6; }
        #novatech-download-center #novatech-download-center-pager ul li a.previous {
          background-image: url("../img/svg/products/arrow-left.svg"); }
        #novatech-download-center #novatech-download-center-pager ul li a.next {
          background-image: url("../img/svg/products/arrow-right.svg"); }

#novatech-download-center-subscribe-link .button {
  cursor: pointer; }

#novatech-download-center-subscription-form {
  margin-top: 2em;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  #novatech-download-center-subscription-form > div {
    margin-bottom: 15px; }
    #novatech-download-center-subscription-form > div label {
      display: inline-block; }
      #novatech-download-center-subscription-form > div label.required:after {
        content: '*'; }
    #novatech-download-center-subscription-form > div input {
      display: block; }
  #novatech-download-center-subscription-form.is-hidden {
    margin: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: translateY(3em);
    -ms-transform: translateY(3em);
    transform: translateY(3em); }

.distributors--overview {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 40px; }
  @media (max-width: 750px) {
    .distributors--overview {
      padding: 40px 25px; } }
  .distributors--overview > .view-filters {
    padding-bottom: 25px; }
    .distributors--overview > .view-filters label {
      color: #27282c;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .distributors--overview > .view-filters .select-wrapper select {
      padding-right: 35px;
      min-width: 250px; }

.node-distributor.node-teaser {
  margin-top: 20px;
  margin-bottom: 20px; }
  .node-distributor.node-teaser > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .node-distributor.node-teaser > .content h2, .node-distributor.node-teaser > .content h3 {
      color: #143e6c; }
    .node-distributor.node-teaser > .content h3 {
      text-transform: none; }
    .node-distributor.node-teaser > .content .left {
      width: 20%; }
      @media (max-width: 960px) {
        .node-distributor.node-teaser > .content .left {
          width: 100%;
          margin-bottom: 20px; } }
      .node-distributor.node-teaser > .content .left .distributor__locale {
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 35px; }
    .node-distributor.node-teaser > .content .right {
      width: 80%;
      padding-bottom: 25px;
      border-bottom: 1px solid #c7d3db; }
      @media (max-width: 960px) {
        .node-distributor.node-teaser > .content .right {
          width: 100%; } }
      .node-distributor.node-teaser > .content .right .distributor__title h2 {
        font-size: 1em;
        margin-bottom: 10px; }
      .node-distributor.node-teaser > .content .right .distributor__details {
        font-weight: 200;
        font-size: .9em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 1.5em; }
        @media (max-width: 750px) {
          .node-distributor.node-teaser > .content .right .distributor__details {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .node-distributor.node-teaser > .content .right .distributor__details .label-inline {
          display: inline; }
        .node-distributor.node-teaser > .content .right .distributor__details .group-left, .node-distributor.node-teaser > .content .right .distributor__details .group-center, .node-distributor.node-teaser > .content .right .distributor__details .group-right {
          width: calc(100% / 3);
          padding-right: 15px; }
          @media (max-width: 750px) {
            .node-distributor.node-teaser > .content .right .distributor__details .group-left, .node-distributor.node-teaser > .content .right .distributor__details .group-center, .node-distributor.node-teaser > .content .right .distributor__details .group-right {
              width: 50%;
              margin-bottom: 20px; } }
          @media (max-width: 460px) {
            .node-distributor.node-teaser > .content .right .distributor__details .group-left, .node-distributor.node-teaser > .content .right .distributor__details .group-center, .node-distributor.node-teaser > .content .right .distributor__details .group-right {
              width: 100%; } }

.draggable-block .block-title h2 {
  font-size: 30px;
  line-height: 36px; }

.draggable-block .block-title p {
  color: #27282c; }

.draggable-block .block-title .table-cell a {
  padding: 10px 18px;
  display: inline-block;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #0a5692;
  text-transform: uppercase;
  color: #0a5692;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .draggable-block .block-title .table-cell a:hover, .draggable-block .block-title .table-cell a:focus, .draggable-block .block-title .table-cell a:active {
    background-color: #0a5692;
    border-color: #0a5692;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.draggable-block .block-title + .container {
  padding-top: 30px; }

.draggable-block .description-content .table-cell {
  vertical-align: top; }
  .draggable-block .description-content .table-cell + .table-cell {
    vertical-align: bottom;
    text-align: right; }

.draggable-block + .draggable-block .block-title .col-md-12 > *:first-child {
  margin-top: 61px;
  padding-top: 52px;
  border-top: 1px solid #d5d6db; }

.draggable-block.draggable-block-brand-introduction + .draggable-block {
  padding-top: 92px; }
  .draggable-block.draggable-block-brand-introduction + .draggable-block .block-title .col-md-12 > *:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }

.draggable-block.draggable-block-related_uses .description-content {
  margin-top: 61px;
  padding-top: 52px;
  border-top: 1px solid #d5d6db; }

#block-draggable-block-frontpage .draggable-block:first-child .block-title .col-md-12 > *:first-child {
  padding-top: 61px; }

#block-draggable-block-how-to .block-title .col-md-12 > *:first-child,
#block-draggable-block-case .block-title .col-md-12 > *:first-child,
#block-draggable-block-product .block-title .col-md-12 > *:first-child,
#block-draggable-block-news .block-title .col-md-12 > *:first-child {
  margin-top: 61px;
  padding-top: 52px;
  border-top: 1px solid #d5d6db; }

@media (max-width: 767px) {
  .draggable-block .block-title h2 {
    font-size: 24px;
    line-height: 36px; }
  .draggable-block .block-title + .container {
    padding-top: 20px; }
  .draggable-block + .draggable-block .block-title .col-md-12 > *:first-child {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #d5d6db; }
  .draggable-block .description-content .table-cell + .table-cell {
    padding-top: 15px;
    text-align: left; }
  .draggable-block.draggable-block-brand-introduction + .draggable-block {
    padding-top: 30px; }
  .draggable-block.draggable-block-related_uses .description-content {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #d5d6db; }
  #block-draggable-block-how-to .block-title .col-md-12 > *:first-child,
  #block-draggable-block-case .block-title .col-md-12 > *:first-child,
  #block-draggable-block-product .block-title .col-md-12 > *:first-child,
  #block-draggable-block-news .block-title .col-md-12 > *:first-child {
    margin-top: 40px;
    padding-top: 25px; }
  #block-draggable-block-frontpage .draggable-block:first-child .block-title .col-md-12 > *:first-child {
    padding-top: 5px; } }

.header-search-block {
  width: 100%;
  float: none !important;
  max-width: 450px;
  margin: 10px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media (max-width: 650px) {
    .header-search-block {
      margin: 0;
      padding: 0 25px 25px;
      background-color: #0a5692; } }
  .header-search-block.is-active {
    top: 100%;
    opacity: 1;
    pointer-events: all; }
  .header-search-block input[type='text'] {
    width: 100%;
    border: none;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9em;
    outline: none; }
  .header-search-block #search-widget-textfield,
  .header-search-block .form-type-textfield {
    float: none; }
  .header-search-block #search-widget-textfield {
    display: inline-block;
    width: 80%; }
    .header-search-block #search-widget-textfield input {
      border-radius: 0; }
  .header-search-block .form-actions {
    width: 20%;
    display: inline-block;
    float: none;
    margin: 0; }
    .header-search-block .form-actions input {
      padding-top: 9px;
      padding-bottom: 9px;
      width: 100%;
      font-size: .9em;
      outline: none; }

.header-region .icon-search,
.header__responsive .icon-search {
  display: inline-block;
  text-indent: -99999px;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: .75em; }
  .header-region .icon-search:after,
  .header__responsive .icon-search:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/svg/icons/icon-search.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat; }

.header__responsive .icon-search {
  margin-left: 0;
  position: absolute;
  right: 10%;
  top: 0; }
  .header__responsive .icon-search:after {
    background-size: 15px; }

.how-to-container .grid-how-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .how-to-container .grid-how-to .col-md-6 {
    width: calc(50% - 1px);
    margin-bottom: 2px; }
    @media (max-width: 650px) {
      .how-to-container .grid-how-to .col-md-6 {
        width: 100%;
        margin-bottom: 10px; } }

.node-how-to.node-teaser .how-to {
  height: 300px;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px; }
  @media (max-width: 600px) {
    .node-how-to.node-teaser .how-to {
      height: 200px;
      padding: 25px 15px; } }
  .node-how-to.node-teaser .how-to:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(black));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    z-index: -1;
    visibility: visible; }
  .node-how-to.node-teaser .how-to:hover .grid-content {
    padding-bottom: 10px; }
    .node-how-to.node-teaser .how-to:hover .grid-content h2 {
      padding-top: 5px; }
  .node-how-to.node-teaser .how-to .grid-content {
    display: table-cell;
    vertical-align: bottom;
    -webkit-transition: padding .2s ease-out;
    -o-transition: padding .2s ease-out;
    transition: padding .2s ease-out; }
    .node-how-to.node-teaser .how-to .grid-content h2 {
      -webkit-transition: padding .2s ease-out;
      -o-transition: padding .2s ease-out;
      transition: padding .2s ease-out; }

.node-how-to.node-teaser .how-to-category {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff; }

.node-how-to.node-teaser .how-to-title {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  -webkit-font-smoothing: antialiased; }
  .node-how-to.node-teaser .how-to-title a {
    color: #ffffff;
    font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    border: none; }
  .node-how-to.node-teaser .how-to-title:after {
    content: "";
    width: 30px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0a5692;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .node-how-to.node-teaser .how-to-title:hover:after {
    width: 50px; }

body.node-type-how-to .breadcrumbs-container {
  display: none; }

body.node-type-how-to h1.page-title {
  display: none; }

body.node-type-how-to #main-content {
  background-image: none !important; }

body.node-type-how-to div.content-pre {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  body.node-type-how-to div.content-pre .image-header {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    body.node-type-how-to div.content-pre .image-header:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      z-index: -1; }
    body.node-type-how-to div.content-pre .image-header h2 {
      color: #FFFFFF;
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: 400; }
    body.node-type-how-to div.content-pre .image-header span {
      font-size: .8em; }
    body.node-type-how-to div.content-pre .image-header p {
      font-size: .8em;
      line-height: 24px; }

body.node-type-how-to .case-container .node-case.view-mode-full {
  max-width: 750px; }

.label-featured {
  font-size: 12px;
  padding: 4px 10px 5px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #e31d1a; }
  .ie8 .label-featured {
    top: 0;
    left: 0; }

.node-landing-page.view-mode-full .landing-page__container {
  margin-top: -250px;
  position: relative; }
  @media (max-width: 600px) {
    .node-landing-page.view-mode-full .landing-page__container {
      padding-bottom: 20px; } }
  .node-landing-page.view-mode-full .landing-page__container__body {
    text-align: center; }
    .node-landing-page.view-mode-full .landing-page__container__body h3 {
      color: #0a5692;
      font-weight: bold;
      text-transform: none;
      font-size: 1.8em;
      margin-bottom: 35px; }
      @media (max-width: 750px) {
        .node-landing-page.view-mode-full .landing-page__container__body h3 {
          font-size: 1.5em; } }
    .node-landing-page.view-mode-full .landing-page__container__body p {
      font-weight: 100;
      font-size: 1em; }
      @media (max-width: 750px) {
        .node-landing-page.view-mode-full .landing-page__container__body p {
          font-size: .9em; } }

body.node-type-landing-page div#main-content {
  background-image: none; }
  body.node-type-landing-page div#main-content h1.page-title {
    display: none; }
  body.node-type-landing-page div#main-content:after {
    content: '';
    display: block;
    width: 100%;
    height: 700px;
    background-image: url("../img/backgrounds/homepage/homepage.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }

.node-landing-page.view-mode-full .landing-page__header {
  position: relative; }
  .node-landing-page.view-mode-full .landing-page__header__image {
    position: relative; }
    .node-landing-page.view-mode-full .landing-page__header__image img {
      width: 100%;
      height: 800px;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 860px) {
        .node-landing-page.view-mode-full .landing-page__header__image img {
          height: 650px; } }
      @media (max-width: 750px) {
        .node-landing-page.view-mode-full .landing-page__header__image img {
          height: 500px; } }
  .node-landing-page.view-mode-full .landing-page__header__title {
    position: absolute;
    top: 35%;
    width: 100%; }
    @media (max-width: 860px) {
      .node-landing-page.view-mode-full .landing-page__header__title {
        top: 20%;
        font-size: .8em; } }
    @media (max-width: 750px) {
      .node-landing-page.view-mode-full .landing-page__header__title {
        top: 15%;
        font-size: .65em; } }
    .node-landing-page.view-mode-full .landing-page__header__title .container {
      background-color: transparent;
      padding: 0;
      margin: 0 auto;
      position: relative; }
      .node-landing-page.view-mode-full .landing-page__header__title .container:before {
        content: '';
        display: block;
        position: absolute;
        background-color: rgba(15, 68, 112, 0.9);
        width: 100%;
        height: 100%;
        right: 100%; }
      .node-landing-page.view-mode-full .landing-page__header__title .container .inner {
        background-image: url("../img/svg/landing-page/title.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom right;
        display: inline-block;
        padding: 40px 60px 40px 20px; }
    .node-landing-page.view-mode-full .landing-page__header__title__title h2 {
      color: #FFFFFF;
      text-transform: none;
      font-size: 2.8em;
      margin-bottom: 20px;
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: 400; }
    .node-landing-page.view-mode-full .landing-page__header__title__subtitle {
      color: #95c5ea;
      font-weight: 100;
      font-size: 1.3em; }

.node-landing-page.view-mode-full .landing-page__container__segments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 960px) {
    .node-landing-page.view-mode-full .landing-page__container__segments {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 860px) {
    .node-landing-page.view-mode-full .landing-page__container__segments {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item {
    width: 30%; }
    .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item:nth-of-type(1), .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item:nth-of-type(2) {
      margin-right: 5%; }
    .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item h3 {
      color: #0a5692;
      font-size: 1.25em;
      text-transform: uppercase; }
    .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item p {
      line-height: 1.3em;
      font-weight: 100;
      color: #000000; }
    .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item ul {
      font-weight: 100;
      color: #000000;
      list-style: none;
      padding: 0; }
      .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item ul li {
        position: relative;
        margin-bottom: 5px;
        font-size: .9em; }
        .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item ul li:before {
          content: '';
          background-image: url("../img/svg/icons/arrow-read-more.svg");
          background-repeat: no-repeat;
          background-position: bottom left;
          display: inline-block;
          width: 15px;
          height: 15px; }
    .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item a {
      margin-top: 25px;
      display: inline-block;
      font-size: .9em; }
      .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item a:after {
        content: '';
        background-image: url("../img/svg/icons/arrow-read-more.svg");
        background-repeat: no-repeat;
        background-position: right bottom;
        display: inline-block;
        width: 15px;
        height: 15px; }
    @media (max-width: 960px) {
      .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item {
        width: 32%; }
        .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item:nth-of-type(1), .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item:nth-of-type(2) {
          margin-right: 1.5%; } }
    @media (max-width: 860px) {
      .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item {
        width: 48%;
        margin-bottom: 40px; }
        .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item:nth-of-type(1) {
          margin-right: 4%; }
        .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item:nth-of-type(2) {
          margin-right: 0; } }
    @media (max-width: 600px) {
      .node-landing-page.view-mode-full .landing-page__container__segments .landing-page__container__segments__item {
        width: 100%;
        margin-right: 0 !important; } }

.node-landing-page.view-mode-full .landing-page__products {
  margin-top: 0;
  margin-bottom: 60px;
  background-image: url("../img/backgrounds/homepage/products.jpg");
  background-position: center;
  background-size: cover;
  position: relative; }
  .node-landing-page.view-mode-full .landing-page__products > a {
    color: #FFFFFF;
    position: absolute;
    right: 50px;
    bottom: -30px;
    padding: 25px 50px 25px 25px;
    text-transform: uppercase;
    font-weight: bold;
    background-image: url("../img/svg/landing-page/button.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
    @media (max-width: 460px) {
      .node-landing-page.view-mode-full .landing-page__products > a {
        font-size: .85em; } }
    .node-landing-page.view-mode-full .landing-page__products > a:after {
      content: '';
      background-image: url("../img/svg/icons/icon-breadcrumb.svg");
      background-repeat: no-repeat;
      background-position: right center;
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-left: 5px; }
    .node-landing-page.view-mode-full .landing-page__products > a:hover {
      color: #95c5ea; }
  .node-landing-page.view-mode-full .landing-page__products .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%; }
    @media (max-width: 960px) {
      .node-landing-page.view-mode-full .landing-page__products .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .node-landing-page.view-mode-full .landing-page__products .content .node-product {
      width: 25%;
      position: relative; }
      .node-landing-page.view-mode-full .landing-page__products .content .node-product:nth-of-type(1):after, .node-landing-page.view-mode-full .landing-page__products .content .node-product:nth-of-type(2):after, .node-landing-page.view-mode-full .landing-page__products .content .node-product:nth-of-type(3):after {
        content: '';
        display: block;
        height: 100%;
        width: 50%;
        top: 0;
        right: -25%;
        position: absolute;
        background-image: url("../img/svg/icons/icon-products-homepage.svg");
        background-repeat: no-repeat;
        background-position: center;
        visibility: visible; }
        @media (max-width: 650px) {
          .node-landing-page.view-mode-full .landing-page__products .content .node-product:nth-of-type(1):after, .node-landing-page.view-mode-full .landing-page__products .content .node-product:nth-of-type(2):after, .node-landing-page.view-mode-full .landing-page__products .content .node-product:nth-of-type(3):after {
            content: none; } }
      @media (max-width: 960px) {
        .node-landing-page.view-mode-full .landing-page__products .content .node-product {
          width: 50%; }
          .node-landing-page.view-mode-full .landing-page__products .content .node-product:nth-of-type(2):after {
            content: none; } }
      @media (max-width: 650px) {
        .node-landing-page.view-mode-full .landing-page__products .content .node-product {
          width: 100%; }
          .node-landing-page.view-mode-full .landing-page__products .content .node-product:after {
            content: none !important; } }
      .node-landing-page.view-mode-full .landing-page__products .content .node-product .product-img {
        min-height: 250px;
        display: inline-table;
        width: 100%; }
        .node-landing-page.view-mode-full .landing-page__products .content .node-product .product-img .table-cell {
          display: table-cell;
          vertical-align: bottom; }
      .node-landing-page.view-mode-full .landing-page__products .content .node-product .label-featured {
        display: none; }

.node-landing-page.view-mode-full .landing-page__cases {
  margin: 0 auto 60px auto;
  padding: 0;
  background-color: transparent; }
  .node-landing-page.view-mode-full .landing-page__cases .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 960px) {
      .node-landing-page.view-mode-full .landing-page__cases .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 25px; } }
    .node-landing-page.view-mode-full .landing-page__cases .content .node-case {
      width: 48%; }
      @media (max-width: 960px) {
        .node-landing-page.view-mode-full .landing-page__cases .content .node-case {
          width: 100%;
          margin-bottom: 40px;
          padding-bottom: 0;
          border: none; } }
      .node-landing-page.view-mode-full .landing-page__cases .content .node-case h3 {
        text-transform: none;
        color: #0f4470; }
      .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-image {
        width: 35%; }
        @media (max-width: 600px) {
          .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-image {
            width: 0;
            min-height: 0; } }
        .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-image .table-cell {
          display: none; }
      .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-used-products {
        display: none; }
      .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-description {
        width: 65%;
        background-color: white;
        padding: 25px;
        font-weight: 100;
        position: relative; }
        .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-description:before {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          top: 0;
          left: -50px;
          border-bottom: 300px solid white;
          border-left: 50px solid transparent; }
        @media (max-width: 600px) {
          .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-description {
            width: 100%; }
            .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-description:before {
              content: none; } }
        .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-description p {
          line-height: 1.5em; }
        .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-description a.link-more {
          margin-top: 25px;
          display: inline-block;
          font-size: .9em;
          font-weight: 400; }
          .node-landing-page.view-mode-full .landing-page__cases .content .node-case .case-description a.link-more:after {
            content: '';
            background-image: url("../img/svg/icons/arrow-read-more.svg");
            background-repeat: no-repeat;
            background-position: right bottom;
            display: inline-block;
            width: 15px;
            height: 15px; }

.node-landing-page.view-mode-full .landing-page__news {
  margin: 0 auto 60px auto;
  padding: 0;
  background-color: transparent; }
  .node-landing-page.view-mode-full .landing-page__news .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 960px) {
      .node-landing-page.view-mode-full .landing-page__news .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 25px; } }
    .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser {
      width: 32%;
      background-color: white;
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      padding-top: 0; }
      @media (max-width: 860px) {
        .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser {
          width: 100%;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto; } }
      .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser:after {
        content: none !important; }
      .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-top {
        display: none; }
      .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser > .news-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 0; }
        .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser > .news-img .news-img {
          height: 200px;
          overflow: hidden;
          position: relative; }
          .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser > .news-img .news-img:after {
            content: "";
            width: 100%;
            height: 25px;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #FFFFFF;
            -webkit-transform: skewY(2deg);
            -ms-transform: skewY(2deg);
            transform: skewY(2deg);
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top; }
          .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser > .news-img .news-img img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%; }
      .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-header {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 0 25px; }
        .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-header .news-type {
          position: absolute;
          top: 20px;
          right: 0;
          z-index: 100;
          color: #d1ecfa;
          background-image: url("../img/svg/icons/icon-events-homepage.svg");
          background-position: top left;
          background-size: auto 100%;
          background-repeat: no-repeat;
          line-height: 11px !important;
          padding: 10px 5px 10px 30px;
          font-size: .8em; }
        .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-header .news-date {
          color: #b8c2c9;
          font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
          .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-header .news-date:before {
            content: none; }
      .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-body {
        padding: 0 25px;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
        .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-body .news-title {
          color: #0a5692;
          text-transform: none;
          margin-bottom: 10px; }
        .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-body .news-content {
          padding: 0; }
          .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-body .news-content p {
            margin-top: 0;
            margin-bottom: 5px;
            line-height: 20px; }
        .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-body .news-more {
          font-weight: 400; }
          .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-body .news-more a {
            border: none; }
            .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-body .news-more a:after {
              content: '';
              display: inline-block;
              width: 10px;
              height: 10px;
              background-image: url("../img/svg/icons/arrow-read-more.svg");
              background-position: center;
              background-repeat: no-repeat;
              margin-left: 5px;
              -webkit-transition: all .2s ease-out;
              -o-transition: all .2s ease-out;
              transition: all .2s ease-out; }
            .node-landing-page.view-mode-full .landing-page__news .content .node-news.node-teaser .news-body .news-more a:hover:after {
              margin-left: 10px; }

.node-landing-page--teaser:first-of-type {
  margin-top: 25px; }
  @media (max-width: 650px) {
    .node-landing-page--teaser:first-of-type {
      margin-top: 0; } }

.node-landing-page--teaser:not(:last-of-type) {
  margin-bottom: 75px; }

.node-landing-page--teaser > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.node-landing-page--teaser .landing-page--teaser__image {
  width: calc(100% / 3); }
  @media (max-width: 650px) {
    .node-landing-page--teaser .landing-page--teaser__image {
      width: 100%; } }

.node-landing-page--teaser .landing-page--teaser__description {
  width: calc((100% / 3) * 2);
  padding: 0 25px; }
  @media (max-width: 650px) {
    .node-landing-page--teaser .landing-page--teaser__description {
      width: 100%;
      padding: 25px 0 0 0; } }
  .node-landing-page--teaser .landing-page--teaser__description__body {
    font-weight: 300; }

@media (min-width: 650px) {
  .landing-page--overview .node-landing-page--teaser.even .landing-page--teaser__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media (min-width: 650px) {
  .landing-page--overview .node-landing-page--teaser.even .landing-page--teaser__description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right; } }

header {
  background: #ffffff; }
  header .header-region {
    background-color: #ffffff; }
    header .header-region:after {
      background-color: #d0d0d1;
      background-color: rgba(39, 40, 44, 0.22); }

.siteinfo {
  height: 100%; }
  .siteinfo img {
    max-height: 45px; }

#block-system-main-menu ul.menu li a {
  font-size: 16px;
  font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #27282c;
  padding: 29px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #block-system-main-menu ul.menu li a:hover, #block-system-main-menu ul.menu li a:focus, #block-system-main-menu ul.menu li a:active, #block-system-main-menu ul.menu li a.active, #block-system-main-menu ul.menu li a.active-trail {
    background: #1bab4d;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

#block-feature-search-search-widget .form-actions {
  color: #0e8642; }
  #block-feature-search-search-widget .form-actions input[type="submit"] {
    border: 0 !important; }
    #block-feature-search-search-widget .form-actions input[type="submit"]:hover, #block-feature-search-search-widget .form-actions input[type="submit"]:active {
      background: #0e8642; }
    #block-feature-search-search-widget .form-actions input[type="submit"]:focus {
      background-color: #1bab4d; }
  #block-feature-search-search-widget .form-actions:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #block-feature-search-search-widget .form-actions:hover:before, #block-feature-search-search-widget .form-actions:active:before {
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

#block-feature-search-search-widget #search-widget-textfield {
  background: #1bab4d; }
  #block-feature-search-search-widget #search-widget-textfield .form-item {
    border-color: #0e8642; }
  #block-feature-search-search-widget #search-widget-textfield #edit-input {
    color: #ffffff; }
    #block-feature-search-search-widget #search-widget-textfield #edit-input:-moz-placeholder {
      color: #0e8642; }
    #block-feature-search-search-widget #search-widget-textfield #edit-input::-moz-placeholder {
      color: #0e8642;
      opacity: 1; }
    #block-feature-search-search-widget #search-widget-textfield #edit-input:-ms-input-placeholder {
      color: #0e8642; }
    #block-feature-search-search-widget #search-widget-textfield #edit-input::-webkit-input-placeholder {
      color: #0e8642; }

#menu-toggle {
  background: #1bab4d;
  color: #0e8642; }

.responsive-header {
  background: #27282c; }
  .responsive-header #block-system-main-menu {
    background: #ffffff; }
    .responsive-header #block-system-main-menu ul.menu {
      border-color: #d0d0d1; }
      .responsive-header #block-system-main-menu ul.menu li a {
        background: #ffffff;
        border-color: #d0d0d1; }
        .responsive-header #block-system-main-menu ul.menu li a:hover, .responsive-header #block-system-main-menu ul.menu li a:focus, .responsive-header #block-system-main-menu ul.menu li a:active, .responsive-header #block-system-main-menu ul.menu li a.active, .responsive-header #block-system-main-menu ul.menu li a.active-trail {
          background: #1bab4d; }

@media only screen and (max-width: 768px) {
  .header-region {
    background: #ffffff; }
  .siteinfo {
    padding: 20px 10px; } }

.node-news.node-teaser {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d1;
  cursor: pointer; }
  .node-news.node-teaser .news-header {
    font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: normal; }
    .node-news.node-teaser .news-header .news-type {
      text-transform: uppercase; }
  .node-news.node-teaser .news-img.col-md-4 {
    width: 30%;
    float: left;
    padding: 15px 50px 15px 0; }
    @media (max-width: 650px) {
      .node-news.node-teaser .news-img.col-md-4 {
        width: 100%;
        padding: 15px 0 15px 0;
        margin-bottom: 15px;
        text-align: center; } }
  .node-news.node-teaser .news-body {
    width: 70%;
    float: left;
    font-family: "Gotham", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 100; }
    @media (max-width: 650px) {
      .node-news.node-teaser .news-body {
        width: 100%; } }
    .node-news.node-teaser .news-body .news-title {
      color: #515257;
      font-size: 22px;
      line-height: 30px;
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: normal;
      text-transform: uppercase; }
  .node-news.node-teaser .news-more a:after {
    content: "..."; }
  .node-news.node-teaser .news-content,
  .node-news.node-teaser .news-more {
    font-size: 15px;
    line-height: 30px;
    padding-top: 13px; }
  .node-news.node-teaser .news-date {
    color: #0a5692; }

.node-news .news-type,
.node-news .news-date,
.node-news .news-category {
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top; }

.node-news .news-date:before,
.node-news .news-category:before {
  content: "|";
  margin-left: 8px;
  padding-right: 6px; }

body.node-type-news .breadcrumbs-container {
  display: none; }

body.node-type-news h1.page-title {
  display: none; }

body.node-type-news #main-content {
  background-image: none !important; }

body.node-type-news div.content-pre {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  body.node-type-news div.content-pre .image-header {
    padding: 25px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    body.node-type-news div.content-pre .image-header:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      z-index: -1; }
    body.node-type-news div.content-pre .image-header h2 {
      color: #FFFFFF;
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: 400; }
    body.node-type-news div.content-pre .image-header span {
      font-size: .8em; }
    body.node-type-news div.content-pre .image-header p {
      font-size: .8em;
      line-height: 24px; }
    body.node-type-news div.content-pre .image-header .news-type,
    body.node-type-news div.content-pre .image-header .news-date {
      color: #FFFFFF; }

body.node-type-news .news-container .node-news.view-mode-full {
  max-width: 750px; }

body.node-type-news #main-content-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #FFFFFF; }
  body.node-type-news #main-content-container .row > .content {
    width: 65%; }
    @media (max-width: 750px) {
      body.node-type-news #main-content-container .row > .content {
        width: 100%; } }
  body.node-type-news #main-content-container .row > .sidebar-second {
    width: 35%; }
    @media (max-width: 750px) {
      body.node-type-news #main-content-container .row > .sidebar-second {
        width: 100%;
        max-width: 400px; } }
    body.node-type-news #main-content-container .row > .sidebar-second .used-products .grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.node-type-news #main-content-container .row > .sidebar-second .used-products .grid .col-md-6 {
        width: 48%;
        margin-bottom: 1em; }
        @media (max-width: 1100px) {
          body.node-type-news #main-content-container .row > .sidebar-second .used-products .grid .col-md-6 {
            width: 100%; } }
    body.node-type-news #main-content-container .row > .sidebar-second .node-product.node-teaser {
      height: 100%;
      padding: 1em;
      text-align: left;
      border: 1px solid #d0d0d1; }
      body.node-type-news #main-content-container .row > .sidebar-second .node-product.node-teaser .product-img {
        text-align: center;
        border-bottom: 1px solid #d0d0d1;
        padding-bottom: .5em;
        margin-bottom: 1em; }
      body.node-type-news #main-content-container .row > .sidebar-second .node-product.node-teaser .product-baseline p {
        font-size: 12px;
        max-width: none; }

.draggable-block-recent_news {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  margin-top: 25px;
  padding: 40px 40px 100px 40px; }
  @media (max-width: 750px) {
    .draggable-block-recent_news {
      padding: 40px 25px 100px 25px; } }
  .draggable-block-recent_news .description-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .draggable-block-recent_news .description-content h2 {
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: bold;
      color: #0a5692;
      font-size: 26px;
      text-transform: none; }

/* FORM */
#block-itr-shop-itr-shop-form-block .product-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px; }

#block-itr-shop-itr-shop-form-block tr {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }
  #block-itr-shop-itr-shop-form-block tr.inactive {
    background-color: #dddddd;
    color: #333333; }
  #block-itr-shop-itr-shop-form-block tr.active {
    color: white;
    background-color: #1bab4d; }
  #block-itr-shop-itr-shop-form-block tr:hover {
    border: 3px solid #cccccc; }

#block-itr-shop-itr-shop-form-block td {
  padding: 1em; }
  #block-itr-shop-itr-shop-form-block td .product-grid-variant-wrapper {
    padding-bottom: 1em;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em; }
    #block-itr-shop-itr-shop-form-block td .product-grid-variant-wrapper:last-of-type {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }

#block-itr-shop-itr-shop-form-block .product-title {
  font-weight: bold;
  font-size: 23px; }

#block-itr-shop-itr-shop-form-block .product-variant-name {
  font-weight: bold;
  font-size: 18px; }

#block-itr-shop-itr-shop-form-block .product-variant-sku {
  font-size: 10px;
  font-style: italic;
  margin-left: 10px; }
  #block-itr-shop-itr-shop-form-block .product-variant-sku:before {
    content: "(sku: "; }
  #block-itr-shop-itr-shop-form-block .product-variant-sku:after {
    content: ")"; }

#block-itr-shop-itr-shop-form-block .product-variant-prices {
  padding-left: 50px;
  background: url("../img/svg/info.svg") no-repeat left center;
  background-size: 25px; }

#block-itr-shop-itr-shop-form-block .product-variant-price-advice {
  font-size: 12px;
  font-style: italic; }

.order-form-info-container {
  vertical-align: top;
  /*.form-item{
    margin-bottom: 1em;
  }*/ }
  .order-form-info-container .order-form-user-info, .order-form-info-container .order-form-delivery-info {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  .order-form-info-container .order-form-user-info {
    padding: 0 2em 0 0; }
  .order-form-info-container .order-form-delivery-info {
    padding: 0 0 0 2em; }
  .order-form-info-container input {
    width: 100%; }
    .order-form-info-container input.form-checkbox {
      display: inline-block;
      width: auto; }
  .order-form-info-container label {
    display: block;
    font-weight: bold; }
    .order-form-info-container label.option {
      display: inline-block; }
  .order-form-info-container .form-item-terms {
    margin: 0 0 3rem 0; }
  .order-form-info-container #edit-submit {
    font-size: 1.5em; }
  .order-form-info-container .form-checkbox.required {
    margin-right: 20px;
    position: relative; }
    .order-form-info-container .form-checkbox.required:after {
      content: "*";
      margin-left: 20px; }

body.node-type-page--hide-intro h1.page-title {
  display: none; }

body.node-type-page--hide-intro div[role='main']#main-content {
  background-image: none !important; }

body.node-type-page--hide-intro div.breadcrumbs-container {
  display: none; }

body.node-type-page .image-header h1 {
  font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #0a5692;
  font-size: 28px; }

body.node-type-page .image-header p {
  font-size: 1em;
  color: #515257; }

body.node-type-page .image-header.no-image .container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 2em 40px 0 40px; }
  body.node-type-page .image-header.no-image .container .row .col-md-12 {
    padding: 0; }

body.node-type-page .image-header:not(.no-image) {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover; }
  body.node-type-page .image-header:not(.no-image) .row {
    display: block; }
    body.node-type-page .image-header:not(.no-image) .row .col-md-12 {
      width: 100%; }
      @media (max-width: 750px) {
        body.node-type-page .image-header:not(.no-image) .row .col-md-12 {
          height: 350px !important; } }
      @media (max-width: 600px) {
        body.node-type-page .image-header:not(.no-image) .row .col-md-12 {
          height: auto !important; } }
  body.node-type-page .image-header:not(.no-image):after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    z-index: -1; }
  body.node-type-page .image-header:not(.no-image) h1, body.node-type-page .image-header:not(.no-image) h2 {
    color: #FFFFFF;
    font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 400; }
  body.node-type-page .image-header:not(.no-image) p {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
    line-height: 30px; }

body.node-type-page #main-content-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 40px 40px 100px 40px; }
  @media (max-width: 750px) {
    body.node-type-page #main-content-container {
      padding: 40px 25px 100px 25px; } }
  body.node-type-page #main-content-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    body.node-type-page #main-content-container .row .col-md-4 {
      width: calc(100% / 3);
      padding-left: 25px; }
      @media (max-width: 750px) {
        body.node-type-page #main-content-container .row .col-md-4 {
          width: 100% !important;
          padding-left: 0; } }
    body.node-type-page #main-content-container .row .col-md-7 {
      width: calc((100% / 3) * 2);
      padding-right: 25px; }
      @media (max-width: 750px) {
        body.node-type-page #main-content-container .row .col-md-7 {
          width: 100% !important;
          padding-right: 0; } }
  body.node-type-page #main-content-container h2 {
    font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #0a5692;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px; }
  body.node-type-page #main-content-container h4, body.node-type-page #main-content-container .h4 {
    font-size: 16px !important; }

body.sidebar-second div[role="main"] {
  border: none !important; }

.product-category__filter .filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-category__filter .filter-block .row--filters {
    width: 75%; }
    .product-category__filter .filter-block .row--filters .filter-options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-category__filter .filter-block .row--segments {
    width: 25%; }
    .product-category__filter .filter-block .row--segments a.filter-link {
      display: block !important;
      color: #d1ecfa;
      font-weight: 100;
      text-decoration: none;
      margin-bottom: 1em;
      font-size: .9em;
      outline: none;
      position: relative;
      border: none;
      padding: 0 !important;
      width: 100% !important; }
      .product-category__filter .filter-block .row--segments a.filter-link:hover {
        color: #FFFFFF; }
      .product-category__filter .filter-block .row--segments a.filter-link.active {
        font-weight: bold;
        color: #FFFFFF; }

.product-container .grid-product {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .product-container .grid-product .product-teaser {
    width: calc(100% / 4); }
    @media (max-width: 750px) {
      .product-container .grid-product .product-teaser {
        width: 50%; } }
    @media (max-width: 460px) {
      .product-container .grid-product .product-teaser {
        width: 100%; } }
    .product-container .grid-product .product-teaser:before {
      content: none; }

.product-overview {
  margin-bottom: 25px; }
  .product-overview h1, .product-overview h2 {
    text-transform: none;
    font-size: 28px;
    color: #143e6c;
    font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: bold; }
  .product-overview .product-overview-navigation {
    display: none; }

.product-overview-pager {
  margin-top: 25px; }
  .product-overview-pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-overview-pager ul li {
      margin-left: 7px;
      margin-right: 7px; }
      .product-overview-pager ul li a {
        font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-weight: 200;
        color: #0a5692;
        cursor: pointer; }
        .product-overview-pager ul li a.is-active {
          font-weight: normal; }
        .product-overview-pager ul li a.previous, .product-overview-pager ul li a.next {
          display: inline-block;
          width: 35px;
          height: 35px;
          text-indent: -99999px;
          position: relative;
          border: 1px solid #0a5692;
          margin-left: 8px;
          margin-right: 8px;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
          .product-overview-pager ul li a.previous:hover, .product-overview-pager ul li a.next:hover {
            opacity: .6; }
        .product-overview-pager ul li a.previous {
          background-image: url("../img/svg/products/arrow-left.svg"); }
        .product-overview-pager ul li a.next {
          background-image: url("../img/svg/products/arrow-right.svg"); }

.node-product.node-teaser, .node-product.view-mode-search_result_item {
  text-align: center;
  padding: 25px 50px;
  position: relative; }
  .node-product.node-teaser:hover .product-img img, .node-product.view-mode-search_result_item:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media (max-width: 750px) {
    .node-product.node-teaser, .node-product.view-mode-search_result_item {
      padding: 25px; } }
  .node-product.node-teaser .product-img, .node-product.view-mode-search_result_item .product-img {
    margin-bottom: 10px;
    cursor: pointer; }
    .node-product.node-teaser .product-img img, .node-product.view-mode-search_result_item .product-img img {
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .node-product.node-teaser .product-img img.fallback_image, .node-product.view-mode-search_result_item .product-img img.fallback_image {
        padding-top: 50px;
        padding-bottom: 50px; }
  .node-product.node-teaser .product-title, .node-product.view-mode-search_result_item .product-title {
    color: #143e6c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer; }
  .node-product.node-teaser .product-baseline, .node-product.view-mode-search_result_item .product-baseline {
    cursor: pointer; }
    .node-product.node-teaser .product-baseline p, .node-product.view-mode-search_result_item .product-baseline p {
      font-weight: 100;
      line-height: initial !important;
      display: block;
      max-width: 280px;
      margin-left: auto;
      margin-right: auto; }

.product-overview-navigation {
  text-align: center;
  margin-top: 50px; }
  .product-overview-navigation .pager-numbers {
    font-weight: 100;
    color: #0a5692;
    margin-right: 10px; }
    .product-overview-navigation .pager-numbers span {
      font-weight: bold; }
  .product-overview-navigation a.navigation {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-indent: -99999px;
    position: relative;
    top: -8px;
    border: 1px solid #0a5692;
    margin-left: 8px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .product-overview-navigation a.navigation.disabled {
      opacity: .2; }
    .product-overview-navigation a.navigation.previous {
      background-image: url("../img/svg/products/arrow-left.svg"); }
    .product-overview-navigation a.navigation.next {
      background-image: url("../img/svg/products/arrow-right.svg"); }
    .product-overview-navigation a.navigation:hover {
      opacity: .6; }

.node-type-product .product-detail-page {
  max-width: 1400px;
  margin: 25px auto; }
  @media (max-width: 1400px) {
    .node-type-product .product-detail-page {
      margin: 0 auto; } }
  .node-type-product .product-detail-page .product-presentation {
    background-color: #FFFFFF;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .node-type-product .product-detail-page .product-presentation .group-product-images {
      width: 50%; }
      @media (max-width: 650px) {
        .node-type-product .product-detail-page .product-presentation .group-product-images {
          width: 100%; } }
      .node-type-product .product-detail-page .product-presentation .group-product-images .product-image-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 25px; }
        .node-type-product .product-detail-page .product-presentation .group-product-images .product-image-carousel ul {
          list-style: none;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 20%;
          text-align: center; }
        .node-type-product .product-detail-page .product-presentation .group-product-images .product-image-carousel img.carousel-current {
          margin: 0 auto;
          max-width: 80%;
          height: auto !important; }
    .node-type-product .product-detail-page .product-presentation .group-product-information {
      width: 50%;
      padding-top: 30px; }
      @media (max-width: 650px) {
        .node-type-product .product-detail-page .product-presentation .group-product-information {
          width: 100%; } }
      .node-type-product .product-detail-page .product-presentation .group-product-information .product-group {
        display: none; }
      .node-type-product .product-detail-page .product-presentation .group-product-information .product-title {
        font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-weight: normal;
        font-size: 4em;
        color: #27282c; }
      .node-type-product .product-detail-page .product-presentation .group-product-information .product-baseline p {
        margin: 0;
        color: #7a7b7f;
        font-size: .8em;
        font-weight: 100; }
      .node-type-product .product-detail-page .product-presentation .group-product-information .product-uniques {
        margin-top: 40px;
        margin-bottom: 25px; }
        .node-type-product .product-detail-page .product-presentation .group-product-information .product-uniques ul {
          list-style: none;
          padding: 0; }
          .node-type-product .product-detail-page .product-presentation .group-product-information .product-uniques ul li {
            margin-bottom: 5px;
            font-weight: normal; }
            .node-type-product .product-detail-page .product-presentation .group-product-information .product-uniques ul li:before {
              content: '\e610';
              font-family: 'novatech';
              color: #0a5692;
              font-size: .7em;
              margin-right: 10px; }
        .node-type-product .product-detail-page .product-presentation .group-product-information .product-uniques p {
          margin-top: 0;
          margin-bottom: 12px;
          line-height: 25px;
          padding-left: 2em;
          position: relative; }
          .node-type-product .product-detail-page .product-presentation .group-product-information .product-uniques p:before {
            content: '\e610';
            font-family: 'novatech';
            color: #0a5692;
            font-size: .7em;
            margin-right: 10px;
            position: absolute;
            left: 0; }
      .node-type-product .product-detail-page .product-presentation .group-product-information .trigger-scroll {
        display: inline-block;
        margin-bottom: 25px;
        font-size: 14px; }
      .node-type-product .product-detail-page .product-presentation .group-product-information .product-articles {
        display: block;
        border: 1px solid #d0d0d1; }
        .node-type-product .product-detail-page .product-presentation .group-product-information .product-articles .custom-dropdown {
          padding: 10px 15px; }
          .node-type-product .product-detail-page .product-presentation .group-product-information .product-articles .custom-dropdown .custom-container {
            margin-top: 20px;
            margin-bottom: 10px;
            border: none; }
            .node-type-product .product-detail-page .product-presentation .group-product-information .product-articles .custom-dropdown .custom-container span {
              font-size: .9em;
              display: block;
              margin-bottom: 10px; }
            .node-type-product .product-detail-page .product-presentation .group-product-information .product-articles .custom-dropdown .custom-container-trigger {
              color: #27282c;
              text-decoration: none;
              text-transform: uppercase;
              font-size: .8em;
              font-weight: bold;
              font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
              display: inline;
              outline: none;
              border: none; }
              .node-type-product .product-detail-page .product-presentation .group-product-information .product-articles .custom-dropdown .custom-container-trigger.icon:before {
                font-family: 'novatech';
                font-size: .8em;
                margin-right: 15px; }
              .node-type-product .product-detail-page .product-presentation .group-product-information .product-articles .custom-dropdown .custom-container-trigger.icon-arrow-down:before {
                content: '\e601'; }
              .node-type-product .product-detail-page .product-presentation .group-product-information .product-articles .custom-dropdown .custom-container-trigger.icon-arrow-up:before {
                content: '\e600'; }
            .node-type-product .product-detail-page .product-presentation .group-product-information .product-articles .custom-dropdown .custom-container.hidden {
              display: none; }
      .node-type-product .product-detail-page .product-presentation .group-product-information .product-find-dealer {
        margin: 40px 0; }
        .node-type-product .product-detail-page .product-presentation .group-product-information .product-find-dealer a {
          background-color: #0a5692;
          color: #FFFFFF;
          text-decoration: none;
          padding: 10px 15px;
          font-size: .9em; }
          .node-type-product .product-detail-page .product-presentation .group-product-information .product-find-dealer a:hover {
            background-color: #143e6c; }
  .node-type-product .product-detail-page .group-product-above {
    position: relative; }
    .node-type-product .product-detail-page .group-product-above .product-segments {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: rgba(15, 68, 112, 0.9); }
      .node-type-product .product-detail-page .group-product-above .product-segments ul {
        list-style: none;
        padding: 10px 15px;
        margin: 0; }
        .node-type-product .product-detail-page .group-product-above .product-segments ul li:not(:last-of-type) {
          margin-bottom: 10px; }
        .node-type-product .product-detail-page .group-product-above .product-segments ul li a {
          color: #FFFFFF;
          font-size: .9em; }

.node-type-product .general-information,
.node-type-product .product-information,
.node-type-product .technical-information {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  background-color: white;
  padding: 25px; }
  @media (max-width: 1400px) {
    .node-type-product .general-information,
    .node-type-product .product-information,
    .node-type-product .technical-information {
      margin-bottom: 0; } }
  .node-type-product .general-information ul, .node-type-product .general-information p,
  .node-type-product .product-information ul,
  .node-type-product .product-information p,
  .node-type-product .technical-information ul,
  .node-type-product .technical-information p {
    font-size: 15px;
    font-weight: 300; }
    .node-type-product .general-information ul li, .node-type-product .general-information p li,
    .node-type-product .product-information ul li,
    .node-type-product .product-information p li,
    .node-type-product .technical-information ul li,
    .node-type-product .technical-information p li {
      margin-bottom: 12px; }
  .node-type-product .general-information p,
  .node-type-product .product-information p,
  .node-type-product .technical-information p {
    line-height: 25px; }

.node-type-product .general-information {
  background-image: url("../img/backgrounds/products/bg-general-info.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 250px;
  display: table;
  width: 100%;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75); }
  .node-type-product .general-information .container {
    display: table-cell;
    vertical-align: bottom; }
    .node-type-product .general-information .container .general-info-heading {
      position: relative; }
      .node-type-product .general-information .container .general-info-heading:before {
        content: '';
        display: block;
        position: absolute;
        width: 50%;
        height: 5px;
        background-color: #0a5692;
        top: -25px;
        left: 0; }
        @media (max-width: 650px) {
          .node-type-product .general-information .container .general-info-heading:before {
            width: 80%; } }
      .node-type-product .general-information .container .general-info-heading h2 {
        color: #FFFFFF; }
      .node-type-product .general-information .container .general-info-heading p {
        color: #FFFFFF;
        margin: 0;
        font-size: .9em;
        font-weight: 100; }

.node-type-product .product-information .field-group-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .node-type-product .product-information .field-group-div .col-md-6 {
    width: 50%;
    padding: 15px; }
    @media (max-width: 650px) {
      .node-type-product .product-information .field-group-div .col-md-6 {
        width: 100%; } }
    .node-type-product .product-information .field-group-div .col-md-6 h3 {
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: normal;
      font-size: 1.7em;
      color: #515257;
      margin-bottom: 25px; }
    .node-type-product .product-information .field-group-div .col-md-6 li, .node-type-product .product-information .field-group-div .col-md-6 p {
      font-weight: 200; }
    .node-type-product .product-information .field-group-div .col-md-6 .trigger-scroll {
      display: inline-block;
      font-size: 14px; }
    .node-type-product .product-information .field-group-div .col-md-6 .custom-dropdown {
      padding: 10px 15px;
      border: 1px solid #d0d0d1;
      margin-bottom: 25px; }
      .node-type-product .product-information .field-group-div .col-md-6 .custom-dropdown .custom-container {
        margin-top: 20px;
        margin-bottom: 10px; }
        .node-type-product .product-information .field-group-div .col-md-6 .custom-dropdown .custom-container a {
          font-size: .9em;
          display: block;
          margin-bottom: 10px;
          border: none; }
        .node-type-product .product-information .field-group-div .col-md-6 .custom-dropdown .custom-container-trigger {
          color: #27282c;
          text-decoration: none;
          text-transform: uppercase;
          font-size: .8em;
          font-weight: bold;
          font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
          display: inline;
          outline: none;
          border: none; }
          .node-type-product .product-information .field-group-div .col-md-6 .custom-dropdown .custom-container-trigger.icon:before {
            font-family: 'novatech';
            font-size: .8em;
            margin-right: 15px; }
          .node-type-product .product-information .field-group-div .col-md-6 .custom-dropdown .custom-container-trigger.icon-arrow-down:before {
            content: '\e601'; }
          .node-type-product .product-information .field-group-div .col-md-6 .custom-dropdown .custom-container-trigger.icon-arrow-up:before {
            content: '\e600'; }
        .node-type-product .product-information .field-group-div .col-md-6 .custom-dropdown .custom-container.hidden {
          display: none; }

.node-type-product .technical-information {
  margin-bottom: 0;
  padding: 0; }
  @media (max-width: 1400px) {
    .node-type-product .technical-information {
      border-top: 1px solid #0a5692; } }
  .node-type-product .technical-information .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .node-type-product .technical-information .container h3 {
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: normal;
      font-size: 1.7em;
      color: #515257;
      margin-bottom: 25px; }
    .node-type-product .technical-information .container .group-product-tec-image {
      width: calc(100% / 3);
      padding: 25px 25px 150px 25px;
      text-align: center; }
      @media (max-width: 650px) {
        .node-type-product .technical-information .container .group-product-tec-image {
          width: 100%; } }
    .node-type-product .technical-information .container .group-product-tec {
      width: calc((100% / 3) * 2);
      padding: 100px 25px 150px 25px;
      background-image: url("../img/backgrounds/products/bg-product-tech.jpg");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      color: #7a7b7f; }
      @media (max-width: 650px) {
        .node-type-product .technical-information .container .group-product-tec {
          width: 100%; } }
      .node-type-product .technical-information .container .group-product-tec .product-group {
        display: none; }
      .node-type-product .technical-information .container .group-product-tec .product-title {
        font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-weight: normal;
        font-size: 4em;
        color: #FFFFFF; }
      .node-type-product .technical-information .container .group-product-tec .custom-dropdown {
        padding: 10px 15px;
        border: 1px solid #d0d0d1;
        margin-top: 25px;
        background-color: #FFFFFF; }
        .node-type-product .technical-information .container .group-product-tec .custom-dropdown .custom-container {
          margin-top: 20px;
          margin-bottom: 10px; }
          .node-type-product .technical-information .container .group-product-tec .custom-dropdown .custom-container a {
            font-size: .9em;
            display: block;
            margin-bottom: 10px;
            border: none; }
          .node-type-product .technical-information .container .group-product-tec .custom-dropdown .custom-container-trigger {
            color: #27282c;
            text-decoration: none;
            text-transform: uppercase;
            font-size: .8em;
            font-weight: bold;
            font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
            display: inline;
            outline: none;
            border: none; }
            .node-type-product .technical-information .container .group-product-tec .custom-dropdown .custom-container-trigger.icon:before {
              font-family: 'novatech';
              font-size: .8em;
              margin-right: 15px; }
            .node-type-product .technical-information .container .group-product-tec .custom-dropdown .custom-container-trigger.icon-arrow-down:before {
              content: '\e601'; }
            .node-type-product .technical-information .container .group-product-tec .custom-dropdown .custom-container-trigger.icon-arrow-up:before {
              content: '\e600'; }
          .node-type-product .technical-information .container .group-product-tec .custom-dropdown .custom-container.hidden {
            display: none; }

.node-type-product .product-list-container {
  max-width: 1400px;
  margin: 25px auto 0 auto;
  background-color: white; }
  @media (max-width: 750px) {
    .node-type-product .product-list-container {
      padding: 0 25px; } }
  .node-type-product .product-list-container .related-products-title {
    padding: 40px 40px 0; }
    .node-type-product .product-list-container .related-products-title h3 {
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: normal;
      font-size: 1.7em;
      color: #515257;
      margin-bottom: 25px; }
  .node-type-product .product-list-container .grid-product {
    padding: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .node-type-product .product-list-container .grid-product .col-md-3 {
      width: 25%;
      position: relative; }
      @media (max-width: 960px) {
        .node-type-product .product-list-container .grid-product .col-md-3 {
          width: 50%;
          margin-bottom: 25px; } }
      @media (max-width: 650px) {
        .node-type-product .product-list-container .grid-product .col-md-3 {
          width: 100%; } }
      .node-type-product .product-list-container .grid-product .col-md-3:after {
        content: '';
        display: block;
        height: 100%;
        width: 50%;
        top: 0;
        right: -25%;
        position: absolute;
        background-image: url("../img/svg/icons/icon-products-homepage.svg");
        background-repeat: no-repeat;
        background-position: center; }
        @media (max-width: 650px) {
          .node-type-product .product-list-container .grid-product .col-md-3:after {
            content: none; } }
      .node-type-product .product-list-container .grid-product .col-md-3:nth-child(4n):after {
        content: none; }
      @media (max-width: 960px) {
        .node-type-product .product-list-container .grid-product .col-md-3:nth-child(2):after {
          content: none; } }
      .node-type-product .product-list-container .grid-product .col-md-3 .node-product.node-promoted .label-featured {
        display: none; }
    .node-type-product .product-list-container .grid-product .all-products {
      display: none; }

.search-container .grid-product {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .search-container .grid-product .product-teaser {
    width: calc(100% / 4); }
    @media (max-width: 750px) {
      .search-container .grid-product .product-teaser {
        width: 50%; } }
    @media (max-width: 460px) {
      .search-container .grid-product .product-teaser {
        width: 100%; } }
    .search-container .grid-product .product-teaser:before {
      content: none; }

.search-container .product-overview-pager {
  margin-top: 25px; }
  .search-container .product-overview-pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .search-container .product-overview-pager ul li {
      margin-left: 7px;
      margin-right: 7px; }
      .search-container .product-overview-pager ul li a {
        font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-weight: 200;
        color: #0a5692;
        cursor: pointer; }
        .search-container .product-overview-pager ul li a.is-active {
          font-weight: normal; }
        .search-container .product-overview-pager ul li a.previous, .search-container .product-overview-pager ul li a.next {
          display: inline-block;
          width: 35px;
          height: 35px;
          text-indent: -99999px;
          position: relative;
          border: 1px solid #0a5692;
          margin-left: 8px;
          margin-right: 8px;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
          .search-container .product-overview-pager ul li a.previous:hover, .search-container .product-overview-pager ul li a.next:hover {
            opacity: .6; }
        .search-container .product-overview-pager ul li a.previous {
          background-image: url("../img/svg/products/arrow-left.svg"); }
        .search-container .product-overview-pager ul li a.next {
          background-image: url("../img/svg/products/arrow-right.svg"); }

span.select2-container span.select2-selection {
  border-radius: 0;
  border-color: #d0d0d1;
  padding: 5px; }
  span.select2-container span.select2-selection ul.select2-selection__rendered {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    span.select2-container span.select2-selection ul.select2-selection__rendered li.select2-selection__choice {
      background-color: #eaebf0;
      border: none;
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: .8em;
      font-family: "Gotham", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
    span.select2-container span.select2-selection ul.select2-selection__rendered li.select2-search {
      width: 100%;
      font-family: "Gotham", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
      span.select2-container span.select2-selection ul.select2-selection__rendered li.select2-search input {
        width: 100% !important; }

span.select2-container--open span.select2-selection {
  border-color: #0a5692 !important; }

span.select2-dropdown--below {
  border-color: #0a5692 !important;
  border-radius: 0; }
  span.select2-dropdown--below ul.select2-results__options li {
    font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: normal;
    font-size: .9em; }
    span.select2-dropdown--below ul.select2-results__options li[aria-selected='true'] {
      background-color: #eaebf0 !important; }

div.sidebar-second {
  padding-top: 66px; }

@media (max-width: 769px) {
  body.sidebar-second .container .col-md-7 {
    width: 100%; }
  div.sidebar-second {
    width: 100%;
    margin-left: 0; } }

@media (max-width: 767px) {
  div.sidebar-second {
    padding-top: 25px; } }

.used-products > h2 {
  font-size: 22px;
  line-height: 30px; }
  .used-products > h2 + .row {
    padding-top: 24px; }

.used-products .product-img img {
  max-height: 130px !important; }

.used-products .product-baseline p {
  font-size: 13px;
  line-height: 16px; }

body.page-user #main-content-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 40px 40px 100px 40px; }
  @media (max-width: 750px) {
    body.page-user #main-content-container {
      padding: 40px 25px 100px 25px; } }
  body.page-user #main-content-container form#user-login {
    padding-top: 25px; }
    body.page-user #main-content-container form#user-login .form-type-textfield,
    body.page-user #main-content-container form#user-login .form-type-password {
      max-width: 600px;
      margin-bottom: 20px; }
      body.page-user #main-content-container form#user-login .form-type-textfield input,
      body.page-user #main-content-container form#user-login .form-type-password input {
        width: 100%; }
  body.page-user #main-content-container h1 {
    font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: normal;
    color: #0a5692; }

.c-filter {
  max-width: 1400px;
  margin: 0 auto;
  padding: 25px 0;
  width: 100%; }
  .c-filter .filter-block {
    background-color: rgba(15, 68, 112, 0.9);
    padding: 30px 40px; }
    .c-filter .filter-block h2 {
      color: #FFFFFF;
      text-transform: uppercase;
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-size: 15pt;
      font-weight: normal;
      margin-bottom: 15px; }
    .c-filter .filter-block .filter-options a.filter-link {
      display: inline-block;
      color: #d1ecfa;
      font-weight: 100;
      text-decoration: none;
      margin-bottom: 1em;
      font-size: .9em;
      outline: none;
      position: relative;
      width: 25%;
      border: none; }
      @media (max-width: 860px) {
        .c-filter .filter-block .filter-options a.filter-link {
          width: calc(50% - 25px); } }
      @media (max-width: 600px) {
        .c-filter .filter-block .filter-options a.filter-link {
          width: calc(100% - 25px);
          margin-bottom: 15px; } }
      .c-filter .filter-block .filter-options a.filter-link .icon-filter {
        position: absolute;
        left: 0;
        top: -2px; }
      .c-filter .filter-block .filter-options a.filter-link.is-active, .c-filter .filter-block .filter-options a.filter-link.active {
        color: #FFFFFF;
        font-weight: bold; }
        .c-filter .filter-block .filter-options a.filter-link.is-active:before, .c-filter .filter-block .filter-options a.filter-link.active:before {
          background-image: url("../img/svg/icons/icon-option--checked.svg"); }
      .c-filter .filter-block .filter-options a.filter-link:hover {
        color: #FFFFFF; }
    .c-filter .filter-block .filter-replacement .filter-options {
      display: none; }
    .c-filter .filter-block .filter-replacement .filter-selected {
      color: #FFFFFF;
      padding: 10px;
      border: 1px solid #FFFFFF;
      background-image: url("../img/svg/products/arrow-dropdown.svg");
      background-repeat: no-repeat;
      background-position: center right 15px; }
    .c-filter .filter-block .filter-replacement.show-options .filter-options {
      padding: 20px 10px 10px 10px;
      display: block;
      border: 1px solid #FFFFFF;
      border-top: none; }
      .c-filter .filter-block .filter-replacement.show-options .filter-options a.filter-link {
        width: 100%; }
  .c-filter--has-icon .filter-block .filter-options a.filter-link {
    padding-left: 25px;
    width: 30%; }

.c-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 40px 40px 100px 40px; }
  @media (max-width: 750px) {
    .c-container {
      padding: 40px 25px 100px 25px; } }

.bean-brand-introduction-block {
  margin-top: 110px;
  margin-bottom: 120px;
  background-image: url(../img/introduction.jpg); }
  .bean-brand-introduction-block .intro-title {
    font-size: 42px;
    line-height: 55px;
    color: #ffffff;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased; }
  .bean-brand-introduction-block .intro-text {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-top: 8px; }
  .bean-brand-introduction-block .intro-usp-title {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-top: 48px; }
  .bean-brand-introduction-block .intro-usp {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .bean-brand-introduction-block .intro-usp:before {
      color: #1bab4d;
      font-size: 14px;
      font-weight: 700; }
  .bean-brand-introduction-block .intro-link a {
    padding: 10px 18px;
    display: inline-block;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #0a5692;
    text-transform: uppercase;
    color: #0a5692;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .bean-brand-introduction-block .intro-link a:hover, .bean-brand-introduction-block .intro-link a:focus, .bean-brand-introduction-block .intro-link a:active {
      background-color: #0a5692;
      border-color: #0a5692;
      color: #FFFFFF;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

@media (max-width: 767px) {
  .bean-brand-introduction-block {
    margin-top: 60px;
    margin-bottom: 0; }
    .bean-brand-introduction-block .intro-title {
      font-size: 30px;
      line-height: 32px;
      margin-top: 40px; }
    .bean-brand-introduction-block .intro-usp-title {
      margin-top: 30px; } }

#block-feature-site-social-media .social-media a {
  color: #075e2d;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  #block-feature-site-social-media .social-media a:hover, #block-feature-site-social-media .social-media a:focus {
    color: #12733c; }
  #block-feature-site-social-media .social-media a:active {
    color: #12733c; }
  #block-feature-site-social-media .social-media a:before {
    font-size: 16px; }

.dealer-search-block {
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin-top: 25px;
  height: 1000px; }
  @media (max-width: 1600px) {
    .dealer-search-block {
      height: 850px; } }
  @media (max-width: 1300px) {
    .dealer-search-block {
      height: 700px; } }
  @media (max-width: 1100px) {
    .dealer-search-block {
      height: 650px; } }
  @media (max-width: 860px) {
    .dealer-search-block {
      height: 550px; } }
  @media (max-width: 600px) {
    .dealer-search-block {
      height: 450px; } }
  .dealer-search-block .dealer-overlay {
    background: black;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .dealer-search-block .container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px; }
    .dealer-search-block .container h1 {
      color: #FFFFFF;
      font-size: 36px;
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: normal;
      margin-bottom: 25px; }
  .dealer-search-block form {
    max-width: 600px;
    margin: 0 auto; }
    .dealer-search-block form input[type="text"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      border-radius: 0;
      color: #515257;
      outline: none;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .dealer-search-block form input[type="text"]:focus {
        border-color: #aaabaf; }
    .dealer-search-block form .form-type-textfield {
      display: block;
      width: 85%;
      float: left; }
      @media (max-width: 600px) {
        .dealer-search-block form .form-type-textfield {
          width: 60%; } }
      @media (max-width: 460px) {
        .dealer-search-block form .form-type-textfield {
          width: 100%;
          margin-bottom: 15px; } }
    .dealer-search-block form .button-wrapper {
      display: block;
      width: 15%;
      text-align: left;
      float: left; }
      @media (max-width: 600px) {
        .dealer-search-block form .button-wrapper {
          width: 40%; }
          .dealer-search-block form .button-wrapper input {
            width: 100%; } }
      @media (max-width: 460px) {
        .dealer-search-block form .button-wrapper {
          width: 100%; } }

.dealer-search-block-big {
  background-image: url("../img/map_belgium.png"); }

#block-path-breadcrumb-breadcrumbs {
  border-top-color: #d5d6db;
  padding: 12px 0 13px; }
  #block-path-breadcrumb-breadcrumbs a,
  #block-path-breadcrumb-breadcrumbs span {
    font-size: 13px;
    line-height: 18px;
    margin-left: 12px; }
    #block-path-breadcrumb-breadcrumbs a:before,
    #block-path-breadcrumb-breadcrumbs span:before {
      content: "/";
      color: #7a7b7f;
      left: -9px; }
  #block-path-breadcrumb-breadcrumbs a {
    color: #7a7b7f; }
    #block-path-breadcrumb-breadcrumbs a:hover, #block-path-breadcrumb-breadcrumbs a:focus {
      text-decoration: underline; }
    #block-path-breadcrumb-breadcrumbs a:active, #block-path-breadcrumb-breadcrumbs a.active {
      text-decoration: underline; }
  #block-path-breadcrumb-breadcrumbs span {
    color: #27282c; }

#google-store-locator-map-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;
  padding: 25px; }
  #google-store-locator-map-container .google-store-locator-panel {
    background-color: #FFFFFF;
    border: none;
    padding: 20px 10px;
    margin-right: 0; }
    @media (max-width: 750px) {
      #google-store-locator-map-container .google-store-locator-panel {
        float: right;
        width: 100%; } }
    #google-store-locator-map-container .google-store-locator-panel .location-search {
      padding: 0; }
    #google-store-locator-map-container .google-store-locator-panel form h4 {
      font-size: 22px;
      font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-weight: normal;
      margin-bottom: 15px; }
    #google-store-locator-map-container .google-store-locator-panel form input {
      font-size: 15px;
      border-radius: 2px;
      border: none;
      background-color: #eaebf0;
      color: #7a7b7f;
      border-radius: 0;
      outline: none; }
      #google-store-locator-map-container .google-store-locator-panel form input.search-input {
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%; }
    #google-store-locator-map-container .google-store-locator-panel form input[type="submit"] {
      padding: 5px 15px;
      display: inline-block;
      background-color: #1bab4d;
      border: 3px solid #1bab4d;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-radius: 0;
      width: auto;
      min-height: 38px;
      height: auto; }
      #google-store-locator-map-container .google-store-locator-panel form input[type="submit"]:hover, #google-store-locator-map-container .google-store-locator-panel form input[type="submit"]:focus {
        background-color: #0e8642;
        border-color: #0e8642;
        color: #ffffff;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      #google-store-locator-map-container .google-store-locator-panel form input[type="submit"]:active {
        background-color: #0e8642;
        border-color: #0e8642;
        color: #ffffff; }
    #google-store-locator-map-container .google-store-locator-panel .store-list {
      margin-top: 30px; }
      #google-store-locator-map-container .google-store-locator-panel .store-list li {
        padding: 15px;
        border-top-color: #d5d6db;
        color: #515257;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin-bottom: 15px; }
        #google-store-locator-map-container .google-store-locator-panel .store-list li:hover, #google-store-locator-map-container .google-store-locator-panel .store-list li.highlighted {
          color: #0a5692;
          background-color: #eaebf0; }
          #google-store-locator-map-container .google-store-locator-panel .store-list li:hover .title, #google-store-locator-map-container .google-store-locator-panel .store-list li.highlighted .title {
            color: #0a5692; }
        #google-store-locator-map-container .google-store-locator-panel .store-list li .title {
          color: #31393f;
          margin-bottom: 10px; }
        #google-store-locator-map-container .google-store-locator-panel .store-list li.no-stores {
          font-size: 13px;
          padding-top: 0;
          line-height: 18px;
          color: #e31d1a; }
          @media screen and (max-width: 767px) {
            #google-store-locator-map-container .google-store-locator-panel .store-list li.no-stores {
              display: none; } }
          #google-store-locator-map-container .google-store-locator-panel .store-list li.no-stores:hover, #google-store-locator-map-container .google-store-locator-panel .store-list li.no-stores.highlighted {
            color: #e31d1a; }
    #google-store-locator-map-container .google-store-locator-panel .address .street,
    #google-store-locator-map-container .google-store-locator-panel .address .town {
      margin-top: 0;
      display: inline-block;
      vertical-align: top; }
    #google-store-locator-map-container .google-store-locator-panel .address .street + .town:before {
      content: "|";
      margin-right: 2px; }
    #google-store-locator-map-container .google-store-locator-panel .address .town + p {
      margin-top: 10px;
      margin-bottom: 0; }
      #google-store-locator-map-container .google-store-locator-panel .address .town + p ~ p {
        margin-top: 0; }
    #google-store-locator-map-container .google-store-locator-panel .address .phone span,
    #google-store-locator-map-container .google-store-locator-panel .address .fax span,
    #google-store-locator-map-container .google-store-locator-panel .address .mail span,
    #google-store-locator-map-container .google-store-locator-panel .address .url span {
      display: inline-block;
      width: 80px;
      font-weight: 700; }
  @media (max-width: 750px) {
    #google-store-locator-map-container .google-store-locator-map {
      float: none;
      width: 100%; } }
  #google-store-locator-map-container .google-store-locator-map a {
    color: #0a5692;
    text-decoration: none; }
  #google-store-locator-map-container .google-store-locator-map p.mail span, #google-store-locator-map-container .google-store-locator-map p.url span {
    margin-right: 10px; }

#block-feature-product-product-category {
  background-image: url(../img/product-filter-bg.jpg); }

#block-feature-product-product-category-term {
  padding-top: 41px;
  padding-bottom: 50px;
  background-image: url(../img/product-term-bg.jpg); }
  #block-feature-product-product-category-term h1 {
    font-size: 34px;
    line-height: 40px;
    color: #ffffff;
    padding-left: 45px; }
    #block-feature-product-product-category-term h1 span {
      font-size: 25px;
      left: 0;
      top: 1px; }
  #block-feature-product-product-category-term .product-filter-baseline {
    padding-top: 19px; }
  #block-feature-product-product-category-term p {
    font-size: 15px;
    line-height: 18px;
    color: #d5d6db;
    display: inline-block;
    vertical-align: top; }
  #block-feature-product-product-category-term .product-filter-back {
    text-align: right; }
  #block-feature-product-product-category-term a {
    padding: 10px 18px;
    display: inline-block;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #0a5692;
    text-transform: uppercase;
    color: #0a5692;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #block-feature-product-product-category-term a:hover, #block-feature-product-product-category-term a:focus, #block-feature-product-product-category-term a:active {
      background-color: #0a5692;
      border-color: #0a5692;
      color: #FFFFFF;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

@media (max-width: 767px) {
  #block-feature-product-product-category-term .product-filter-back {
    padding-top: 20px;
    text-align: center; } }

.draggable-block-product_featured h2 {
  font-size: 30px;
  line-height: 36px; }

.draggable-block-product_featured .all-products:before {
  right: -1px;
  bottom: -1px;
  border: 6px solid #0e8642;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .ie8 .draggable-block-product_featured .all-products:before {
    border: 6px solid #0e8642 !important; }

.draggable-block-product_featured .all-products:hover:before {
  border: 0 !important;
  background-color: #1bab4d; }
  .ie8 .draggable-block-product_featured .all-products:hover:before {
    border: 0 !important;
    background-color: #1bab4d; }

.draggable-block-product_featured .all-products:hover h2,
.draggable-block-product_featured .all-products:hover p {
  color: #ffffff; }

.draggable-block-product_featured .all-products-table {
  height: 100%;
  padding: 20px;
  text-decoration: none;
  position: relative; }
  .draggable-block-product_featured .all-products-table .all-products-cell {
    height: 100%; }
  .draggable-block-product_featured .all-products-table h2 {
    font-size: 30px;
    color: #0e8642; }
  .draggable-block-product_featured .all-products-table p {
    font-size: 15px;
    line-height: 18px;
    color: #515257;
    margin-top: 12px; }

@media (max-width: 768px) {
  .draggable-block-product_featured {
    padding-top: 25px; }
    .draggable-block-product_featured h2 {
      font-size: 24px;
      line-height: 30px; } }

@media (max-width: 480px) {
  .draggable-block-product_featured .all-products h2 {
    font-size: 20px;
    line-height: 24px; }
  .draggable-block-product_featured .all-products p {
    margin-top: 9px; } }

#block-feature-site-company-data h2.company-name {
  font-size: 22px;
  line-height: 30px; }
  #block-feature-site-company-data h2.company-name + img {
    margin-top: 9px; }

#block-feature-site-company-data .calculate-route {
  margin-top: 0;
  padding-bottom: 2px;
  text-align: right; }
  #block-feature-site-company-data .calculate-route a {
    font-size: 13px;
    line-height: 30px;
    color: #0a5692; }

#block-feature-site-company-data p {
  font-size: 15px;
  margin: 0;
  line-height: 24px;
  color: #515257; }
  #block-feature-site-company-data p span {
    font-weight: 700; }

#block-feature-site-company-data .company-address + * {
  padding-top: 21px; }

#block-feature-site-company-data .company-tel,
#block-feature-site-company-data .company-fax,
#block-feature-site-company-data .company-email,
#block-feature-site-company-data .company-vat {
  padding-left: 80px; }
  #block-feature-site-company-data .company-tel:before, #block-feature-site-company-data .company-tel:after,
  #block-feature-site-company-data .company-fax:before,
  #block-feature-site-company-data .company-fax:after,
  #block-feature-site-company-data .company-email:before,
  #block-feature-site-company-data .company-email:after,
  #block-feature-site-company-data .company-vat:before,
  #block-feature-site-company-data .company-vat:after {
    content: " ";
    display: table; }
  #block-feature-site-company-data .company-tel:after,
  #block-feature-site-company-data .company-fax:after,
  #block-feature-site-company-data .company-email:after,
  #block-feature-site-company-data .company-vat:after {
    clear: both; }
  #block-feature-site-company-data .company-tel span,
  #block-feature-site-company-data .company-fax span,
  #block-feature-site-company-data .company-email span,
  #block-feature-site-company-data .company-vat span {
    width: 70px;
    float: left;
    margin-left: -80px; }

#block-feature-site-company-data .company-certificates {
  padding-top: 20px;
  font-weight: 100; }
  #block-feature-site-company-data .company-certificates p {
    font-size: 13px;
    line-height: 18px;
    color: #7a7b7f; }

.image-header {
  display: block; }
  .image-header .row {
    display: table; }
  .image-header .col-md-12 {
    height: 550px;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 52px;
    padding-left: 40px;
    padding-right: 40px; }
  .image-header span {
    font-size: 15px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .image-header span.icon {
      font-weight: 700; }
      .image-header span.icon:before {
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 0;
        color: #515257; }
      .image-header span.icon + span:before {
        content: "|";
        padding-right: 11px;
        margin-left: 12px; }
    .image-header span.person + span:before {
      content: ":";
      padding: 0 5px 0 0; }
    .image-header span + h1 {
      margin-top: 10px; }
  .image-header h1 {
    font-size: 36px;
    line-height: 54px;
    color: #ffffff;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased; }
  .image-header p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-style: italic;
    font-weight: 400;
    margin-top: 10px; }
  .image-header.no-image {
    padding: 40px 0 0;
    height: auto; }
    .image-header.no-image:before {
      display: none; }
    .image-header.no-image .col-md-12 {
      height: auto; }
    .image-header.no-image h1,
    .image-header.no-image p {
      color: #27282c; }
    .image-header.no-image .news-date {
      color: #7a7b7f; }
    .image-header.no-image .view-mode-header.flagged-container {
      margin-top: -22px; }
  @media (max-width: 600px) {
    .image-header {
      margin-bottom: 0; } }

#block-feature-how-to-how-to-category {
  background-image: url(../img/how-to-filter-bg.jpg); }

#block-feature-case-case-category {
  background-image: url(../img/how-to-filter-bg.jpg); }

#block-feature-news-news-category {
  background-image: url(../img/how-to-filter-bg.jpg); }

#block-feature-search-search-filter {
  background-image: url(../img/how-to-filter-bg.jpg); }

.questions-contact-block p {
  margin: 0;
  font-size: .9em;
  color: #0a5692;
  background-color: #d1ecfa;
  line-height: initial !important;
  padding: 8px 15px; }

.questions-contact-block a {
  color: #0a5692;
  border: none; }
  .questions-contact-block a:not([href^="tel:"]) {
    display: inline-block;
    text-indent: -99999px;
    background-image: url("../img/svg/icons/icon-mail.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px; }

.page-page-not-found h1 {
  font-size: 24px; }

.page-page-not-found #feature-site-not-found-form {
  width: auto;
  max-width: 363px; }
  .page-page-not-found #feature-site-not-found-form input[type="text"] {
    width: 100%;
    height: 65px; }
  .page-page-not-found #feature-site-not-found-form .form-item:before {
    width: auto;
    height: auto;
    font-size: 22px;
    padding: 21px; }

.page-page-not-found .dealer-overlay {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.page-page-not-found footer {
  padding-top: 0; }

.page-landingspage #main-content-container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 1000;
  display: table; }
  .page-landingspage #main-content-container .row {
    display: table-cell;
    vertical-align: middle; }
    .page-landingspage #main-content-container .row .content {
      width: 90%;
      margin: 0 auto; }
      .page-landingspage #main-content-container .row .content .logo-container:before {
        content: '';
        display: block;
        width: 100%;
        max-width: 400px;
        height: 150px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto; }
      .page-landingspage #main-content-container .row .content .logo-container img {
        display: none; }
      .page-landingspage #main-content-container .row .content .logo-container.novatio_be:before, .page-landingspage #main-content-container .row .content .logo-container.novatio:before {
        background-image: url("../img/svg/logo-novatio-be.svg"); }
      .page-landingspage #main-content-container .row .content .logo-container.novatio_nl:before {
        background-image: url("../img/svg/logo-novatio-nl.svg"); }

.page-landingspage .landingspage-language-switcher {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 1px solid #d0d0d1; }
  .page-landingspage .landingspage-language-switcher.active-languages--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.page-landingspage .language-choice {
  width: 50%;
  padding-top: 10px;
  display: inline-block;
  float: left;
  vertical-align: top;
  text-align: center; }
  @media (max-width: 600px) {
    .page-landingspage .language-choice {
      width: 100%;
      float: none; } }
  .page-landingspage .language-choice a {
    padding: 10px 18px;
    display: inline-block;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #0a5692;
    text-transform: uppercase;
    color: #0a5692;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .page-landingspage .language-choice a:hover, .page-landingspage .language-choice a:focus, .page-landingspage .language-choice a:active {
      background-color: #0a5692;
      border-color: #0a5692;
      color: #FFFFFF;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    @media (max-width: 750px) {
      .page-landingspage .language-choice a {
        width: 80%; } }
    @media (max-width: 600px) {
      .page-landingspage .language-choice a {
        width: 100%; } }

html.landingspage {
  height: 100%; }
  html.landingspage body {
    height: 100%; }
    html.landingspage body .page {
      margin-top: 0; }
    html.landingspage body header[role='banner'] {
      z-index: 999; }

.page-user .page form {
  padding-top: 55px; }

.page-user .page label {
  color: #27282c;
  font-size: 15px; }

.page-user .page input + small {
  display: block;
  color: #7a7b7f;
  font-size: 11px;
  margin-top: 5px; }

body.node-type-page.front #main-content {
  position: relative; }
  body.node-type-page.front #main-content #main-content-container {
    display: none; }
  body.node-type-page.front #main-content:after {
    content: '';
    display: block;
    width: 100%;
    height: 700px;
    background-image: url("../img/backgrounds/homepage/homepage.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none; }

body.node-type-page.front:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 650px;
  top: 90px;
  left: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../img/backgrounds/homepage/banner.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1100px) {
    body.node-type-page.front:after {
      height: 650px; } }
  @media (max-width: 860px) {
    body.node-type-page.front:after {
      top: 140px; } }
  @media (max-width: 650px) {
    body.node-type-page.front:after {
      top: 55px; } }

body.node-type-page.front .draggable-block-recent_cases {
  display: none; }

body.node-type-page.front .bean-brand-introduction-block {
  display: none; }

body.node-type-page.front .bean-brand-teaser {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  margin-top: 7.5em; }
  @media (max-width: 750px) {
    body.node-type-page.front .bean-brand-teaser {
      padding: 0 25px; } }
  body.node-type-page.front .bean-brand-teaser .brand-teaser-block__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 55%; }
    @media (max-width: 960px) {
      body.node-type-page.front .bean-brand-teaser .brand-teaser-block__image {
        width: 40%; } }
    @media (max-width: 650px) {
      body.node-type-page.front .bean-brand-teaser .brand-teaser-block__image {
        width: 0%; } }
  body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info {
    background-color: #0f4470;
    margin-left: auto;
    width: 45%;
    position: relative; }
    @media (max-width: 960px) {
      body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info {
        width: 60%; } }
    @media (max-width: 650px) {
      body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info {
        width: 100%; } }
    body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info:before {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      top: 0;
      width: 200px;
      left: -200px;
      background-image: url("../img/svg/icons/icon-introduction-homepage.svg");
      background-position: center right -3px;
      background-repeat: no-repeat;
      background-size: auto 100%; }
      @media (max-width: 650px) {
        body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info:before {
          content: none; } }
    body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info > a {
      display: none; }
    body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info .brand-teaser-title {
      display: none; }
    body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body {
      padding: 25px 15px 25px 0; }
      @media (max-width: 650px) {
        body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body {
          padding: 25px; } }
      body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body h2,
      body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body h3 {
        color: #FFFFFF;
        font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-weight: 200;
        text-transform: none;
        margin-bottom: 25px; }
      body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body table {
        color: #FFFFFF;
        width: 100%;
        border: none; }
        body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body table thead tr th {
          color: #95c5ea;
          text-transform: uppercase; }
        body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body table td, body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body table th {
          border: none; }
        body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body table tbody {
          border-top: none; }
          body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body table tbody ul {
            list-style: none;
            padding: 0; }
            body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body table tbody ul li {
              font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
              font-weight: 200;
              margin-bottom: 5px;
              font-size: 1em; }
              body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body table tbody ul li:before {
                content: '';
                display: inline-block;
                width: 20px;
                height: 15px;
                background-image: url("../img/svg/icons/icon-breadcrumb.svg");
                background-position: center left;
                background-repeat: no-repeat; }
        body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body table a {
          color: #FFFFFF;
          border: none; }
          body.node-type-page.front .bean-brand-teaser .brand-teaser-block__info__body table a:hover {
            color: #95c5ea; }
  body.node-type-page.front .bean-brand-teaser .brand-teaser-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

body.node-type-page.front .draggable-block-recent_news {
  background-color: transparent;
  padding-top: 0 !important; }
  body.node-type-page.front .draggable-block-recent_news .container {
    padding-top: 0; }
  body.node-type-page.front .draggable-block-recent_news .block-title {
    display: none; }
  body.node-type-page.front .draggable-block-recent_news .news-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 860px) {
      body.node-type-page.front .draggable-block-recent_news .news-all {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser {
      width: 32%;
      background-color: white;
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative; }
      @media (max-width: 860px) {
        body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser {
          width: 100%;
          max-width: 600px; } }
      body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser:after {
        content: none !important; }
      body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-top {
        display: none; }
      body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser > .news-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 0; }
        body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser > .news-img .news-img {
          height: 200px;
          overflow: hidden;
          position: relative; }
          body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser > .news-img .news-img:after {
            content: "";
            width: 100%;
            height: 25px;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #FFFFFF;
            -webkit-transform: skewY(2deg);
            -ms-transform: skewY(2deg);
            transform: skewY(2deg);
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top; }
          body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser > .news-img .news-img img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%; }
      body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-header {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 0 15px; }
        body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-header .news-type {
          position: absolute;
          top: 20px;
          right: 0;
          z-index: 100;
          color: #d1ecfa;
          background-image: url("../img/svg/icons/icon-events-homepage.svg");
          background-position: top left;
          background-size: auto 100%;
          background-repeat: no-repeat;
          line-height: 11px !important;
          padding: 10px 5px 10px 30px;
          font-size: .8em; }
        body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-header .news-date {
          color: #b8c2c9;
          font-family: "Gotham Narrow", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
          body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-header .news-date:before {
            content: none; }
      body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-body {
        padding: 0 15px;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
        body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-body .news-title {
          color: #0a5692;
          text-transform: none;
          margin-bottom: 10px; }
        body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-body .news-content {
          padding: 0; }
          body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-body .news-content p {
            margin-top: 0;
            margin-bottom: 5px;
            line-height: 20px; }
        body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-body .news-more {
          font-weight: 400; }
          body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-body .news-more a {
            border: none; }
            body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-body .news-more a:after {
              content: '';
              display: inline-block;
              width: 10px;
              height: 10px;
              background-image: url("../img/svg/icons/arrow-read-more.svg");
              background-position: center;
              background-repeat: no-repeat;
              margin-left: 5px;
              -webkit-transition: all .2s ease-out;
              -o-transition: all .2s ease-out;
              transition: all .2s ease-out; }
            body.node-type-page.front .draggable-block-recent_news .news-all .node-news.node-teaser .news-body .news-more a:hover:after {
              margin-left: 10px; }

body.node-type-page.front .draggable-block-product_featured {
  margin-top: 25px;
  padding: 0 !important; }
  body.node-type-page.front .draggable-block-product_featured .block-title {
    display: none; }
  body.node-type-page.front .draggable-block-product_featured .product-list-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px; }
    @media (max-width: 750px) {
      body.node-type-page.front .draggable-block-product_featured .product-list-container {
        padding: 0 25px; } }
  body.node-type-page.front .draggable-block-product_featured .grid-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white; }
    body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3 {
      width: 25%;
      position: relative; }
      @media (max-width: 960px) {
        body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3 {
          width: 50%;
          margin-bottom: 25px; } }
      @media (max-width: 650px) {
        body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3 {
          width: 100%; } }
      body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3:nth-child(1):after, body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3:nth-child(2):after, body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3:nth-child(3):after {
        content: '';
        display: block;
        height: 100%;
        width: 50%;
        top: 0;
        right: -25%;
        position: absolute;
        background-image: url("../img/svg/icons/icon-products-homepage.svg");
        background-repeat: no-repeat;
        background-position: center; }
        @media (max-width: 650px) {
          body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3:nth-child(1):after, body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3:nth-child(2):after, body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3:nth-child(3):after {
            content: none; } }
      @media (max-width: 960px) {
        body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3:nth-child(2):after {
          content: none; } }
      body.node-type-page.front .draggable-block-product_featured .grid-product .col-md-3 .node-product.node-promoted .label-featured {
        display: none; }
    body.node-type-page.front .draggable-block-product_featured .grid-product .all-products {
      display: none; }

header[role='banner'] {
  margin: 0 auto;
  width: 100%;
  border: none;
  background-color: #0a5692;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0; }
  header[role='banner'] .header-region {
    width: 100%;
    max-width: 1400px;
    float: none;
    padding: 15px 40px;
    background-color: #0a5692;
    color: #FFFFFF !important;
    z-index: 101;
    position: relative;
    margin: 0 auto; }
    @media (max-width: 650px) {
      header[role='banner'] .header-region {
        display: none; } }
    header[role='banner'] .header-region .header__contact {
      position: absolute;
      width: auto;
      right: 40px;
      top: 0; }
      header[role='banner'] .header-region .header__contact p {
        background-color: #0f4470;
        color: #d1ecfa;
        font-weight: 100; }
      header[role='banner'] .header-region .header__contact a {
        color: #d1ecfa; }
        header[role='banner'] .header-region .header__contact a:hover {
          color: #FFFFFF; }
        header[role='banner'] .header-region .header__contact a:not([href^="tel:"]) {
          background-image: url("../img/svg/icons/icon-mail--light-blue.svg"); }
    header[role='banner'] .header-region .container {
      max-width: 1400px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      float: none; }
    header[role='banner'] .header-region .siteinfo {
      width: 250px; }
      header[role='banner'] .header-region .siteinfo img {
        width: 180px; }
      header[role='banner'] .header-region .siteinfo a {
        border: none; }
    header[role='banner'] .header-region nav {
      width: calc(100% - 250px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header[role='banner'] .header-region nav ul.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header[role='banner'] .header-region nav ul.menu li {
          display: block;
          margin: 0.5em 1em; }
          header[role='banner'] .header-region nav ul.menu li a {
            text-decoration: none;
            color: #FFFFFF;
            font-weight: 400;
            font-family: "Gotham", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
            font-size: 14px;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            position: relative;
            display: inline-block;
            border: none; }
            header[role='banner'] .header-region nav ul.menu li a:after {
              content: '';
              display: block;
              height: 1px;
              background-color: #d1ecfa;
              position: absolute;
              width: 0;
              left: calc(50% - 0px);
              bottom: -8px;
              -webkit-transition: all .2s ease-in-out;
              -o-transition: all .2s ease-in-out;
              transition: all .2s ease-in-out; }
            header[role='banner'] .header-region nav ul.menu li a:hover {
              color: #d1ecfa; }
              header[role='banner'] .header-region nav ul.menu li a:hover:after {
                width: 36px;
                left: calc(50% - 18px); }
            header[role='banner'] .header-region nav ul.menu li a.active-trail {
              color: #d1ecfa; }
              header[role='banner'] .header-region nav ul.menu li a.active-trail:after {
                content: '';
                display: block;
                height: 1px;
                background-color: #d1ecfa;
                position: absolute;
                width: 36px;
                left: calc(50% - 18px);
                bottom: -8px; }

body.toolbar header[role='banner'] {
  position: relative;
  z-index: 950; }

.header__responsive {
  display: none;
  position: relative; }
  @media (max-width: 650px) {
    .header__responsive {
      display: block; } }
  .header__responsive__logo {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    .header__responsive__logo img {
      width: 150px; }
  .header__responsive__toggle {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10%;
    top: 22px; }
    .header__responsive__toggle span {
      background-color: #FFFFFF;
      height: 2px;
      width: 100%;
      display: block;
      position: relative;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .header__responsive__toggle span:nth-child(1) {
        top: 0; }
      .header__responsive__toggle span:nth-child(2) {
        top: 5px; }
      .header__responsive__toggle span:nth-child(3) {
        top: 10px; }
  .header__responsive__navigation {
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-color: #0a5692;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .header__responsive__navigation ul.menu li {
      display: block;
      margin: 0 25px;
      border-bottom: 1px solid white; }
      .header__responsive__navigation ul.menu li:last-of-type {
        border-bottom: none; }
      .header__responsive__navigation ul.menu li a {
        text-decoration: none;
        color: #FFFFFF;
        font-weight: 100;
        font-size: 1.3em;
        display: block;
        padding: 15px 0; }
      .header__responsive__navigation ul.menu li .icon-search {
        display: inline-block;
        text-indent: -99999px;
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
        padding: 15px 0; }
        .header__responsive__navigation ul.menu li .icon-search:after {
          content: '';
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-image: url("../img/svg/icons/icon-search.svg");
          background-size: 20px;
          background-position: center;
          background-repeat: no-repeat; }
  .header__responsive.is-active .header__responsive__toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px; }
  .header__responsive.is-active .header__responsive__toggle span:nth-child(2) {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0; }
  .header__responsive.is-active .header__responsive__toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px; }
  .header__responsive.is-active .header__responsive__navigation {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

footer[role='contentinfo'] {
  width: 100%;
  margin: 0; }
  footer[role='contentinfo'] .footer {
    font-size: .9em;
    padding: 25px;
    position: relative; }
    footer[role='contentinfo'] .footer:before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #0a5692;
      -webkit-transform: skewY(-2deg);
      -ms-transform: skewY(-2deg);
      transform: skewY(-2deg);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }
    footer[role='contentinfo'] .footer .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      padding: 0 40px; }
      @media (max-width: 650px) {
        footer[role='contentinfo'] .footer .container {
          padding: 0 20px; } }
      footer[role='contentinfo'] .footer .container__left {
        width: 25%; }
        @media (max-width: 650px) {
          footer[role='contentinfo'] .footer .container__left {
            width: 100%;
            margin-bottom: 15px; } }
      footer[role='contentinfo'] .footer .container__right {
        width: 75%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 650px) {
          footer[role='contentinfo'] .footer .container__right {
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        footer[role='contentinfo'] .footer .container__right > div {
          margin-left: 40px; }
          @media (max-width: 650px) {
            footer[role='contentinfo'] .footer .container__right > div {
              margin-bottom: 15px; } }
          footer[role='contentinfo'] .footer .container__right > div:first-of-type {
            margin-left: 0; }
          footer[role='contentinfo'] .footer .container__right > div:last-of-type {
            margin-right: 0; }
      footer[role='contentinfo'] .footer .container__bottom {
        width: 100%;
        text-align: right;
        color: #FFFFFF;
        font-weight: 400;
        font-size: .85em;
        margin-top: 1em; }
        @media (max-width: 650px) {
          footer[role='contentinfo'] .footer .container__bottom {
            text-align: center; } }
    footer[role='contentinfo'] .footer__logo {
      text-align: left; }
      footer[role='contentinfo'] .footer__logo img {
        max-width: 180px; }
      @media (max-width: 650px) {
        footer[role='contentinfo'] .footer__logo {
          text-align: center; } }
    @media (max-width: 600px) {
      footer[role='contentinfo'] .footer__navigation {
        width: 100%;
        margin: 0 !important; } }
    footer[role='contentinfo'] .footer__navigation ul.menu {
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (max-width: 600px) {
        footer[role='contentinfo'] .footer__navigation ul.menu {
          width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      footer[role='contentinfo'] .footer__navigation ul.menu li {
        margin-left: 10px;
        margin-right: 10px; }
        @media (max-width: 600px) {
          footer[role='contentinfo'] .footer__navigation ul.menu li {
            margin-bottom: 10px; } }
        footer[role='contentinfo'] .footer__navigation ul.menu li:first-of-type {
          margin-left: 0; }
        footer[role='contentinfo'] .footer__navigation ul.menu li:last-of-type {
          margin-right: 0; }
        footer[role='contentinfo'] .footer__navigation ul.menu li a {
          color: #FFFFFF;
          text-decoration: none;
          font-weight: 400;
          font-family: "Gotham", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
          border: none; }
          footer[role='contentinfo'] .footer__navigation ul.menu li a:hover {
            color: #d1ecfa; }
    @media (max-width: 600px) {
      footer[role='contentinfo'] .footer__language-selector {
        width: 100%;
        margin-left: 0 !important; } }
    footer[role='contentinfo'] .footer__language-selector ul.available-languages {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      line-height: 1em; }
      footer[role='contentinfo'] .footer__language-selector ul.available-languages li.first {
        border: 1px solid #FFFFFF;
        padding: 7px 12px;
        position: relative;
        z-index: 2; }
      footer[role='contentinfo'] .footer__language-selector ul.available-languages li ul.other-languages {
        list-style: none;
        padding: 0;
        position: absolute;
        min-width: 100%;
        left: 0;
        bottom: calc(100% + 10px);
        background-color: #0a5692;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        @media (max-width: 600px) {
          footer[role='contentinfo'] .footer__language-selector ul.available-languages li ul.other-languages {
            bottom: 100% !important;
            top: auto;
            z-index: 1; } }
        footer[role='contentinfo'] .footer__language-selector ul.available-languages li ul.other-languages.hidden {
          display: block;
          opacity: 0;
          pointer-events: none;
          -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
          transform: translateY(10px); }
        footer[role='contentinfo'] .footer__language-selector ul.available-languages li ul.other-languages li {
          border: none !important;
          padding: 7px 12px; }
      footer[role='contentinfo'] .footer__language-selector ul.available-languages li a {
        text-transform: uppercase;
        border: none;
        text-decoration: none;
        font-weight: 400;
        font-size: .8em;
        color: #FFFFFF;
        display: inline-block; }
    footer[role='contentinfo'] .footer__contact {
      margin-left: 20px; }
      @media (max-width: 650px) {
        footer[role='contentinfo'] .footer__contact {
          margin-left: 0 !important; } }

.overflow-menu-wrap {
  width: 80px;
  height: 80px;
  padding: 0; }

.overflow-link {
  width: 80px;
  height: 80px;
  display: block;
  background-color: #ffffff;
  text-decoration: none; }
  .overflow-link:before {
    font-size: 15px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: red;
    margin: 0;
    text-align: center;
    color: #27282c;
    text-decoration: none; }
  .overflow-link:hover {
    text-decoration: none; }
    .overflow-link:hover:before {
      color: #515257;
      text-decoration: none; }

.overflow-list {
  width: 300px;
  top: 80px;
  right: -80px;
  background-color: #ffffff;
  border: 1px solid #d5d6db;
  border-top: 0;
  text-align: left; }
  .overflow-list a {
    font-size: 16px;
    color: #27282c;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700; }
    .overflow-list a:hover, .overflow-list a:focus {
      background-color: #0e8642;
      color: #ffffff; }
    .overflow-list a:active, .overflow-list a.active, .overflow-list a.active-trail {
      background-color: #0e8642;
      color: #ffffff; }

.drupal-messages .messages {
  background: none;
  border: 0; }

.grippie {
  display: none; }

textarea {
  resize: none; }

#admin-toolbar.vertical {
  z-index: 9999999 !important; }

#admin-toolbar * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#admin-toolbar {
  margin-top: -20px; }

.field-collection-container {
  border: 0; }

.item-list, .item-listl li, .item-list ul li {
  margin: 0; }

.ajax-progress {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000 url(../img/loading.gif) no-repeat 10px center;
  background: rgba(0, 0, 0, 0.7) url(../img/loading.gif) no-repeat 10px center;
  /*height:32px;*/
  margin: 0 5px;
  position: absolute;
  /*width:32px;*/
  z-index: 0;
  padding: 5px 10px;
  color: #fff; }
  .ajax-progress .throbber {
    display: none;
    float: left;
    /* LTR */ }

/*==========  OLD Core .SCSS -- needs cleaning  ==========*/
/* Typography */
/* Colors */
/* site */
/* general styles */
.block-region {
  padding: 10px;
  background: #fff4c0;
  margin: 5px 0;
  clear: both;
  color: #333; }

a.tabledrag-handle,
a.contextual-toggler {
  border: none !important; }

.contextual-links-region:hover .contextual-links-trigger {
  display: block; }

fieldset {
  padding: 10px;
  border: 1px solid #444;
  margin: 10px 0; }

fieldset.collapsed {
  padding: 0;
  border-width: 0;
  border-top-width: 1px; }

fieldset legend {
  padding: 5px;
  background: #fff; }

/* message boxes */
div.messages {
  color: #036;
  background-color: #f8f8f8;
  padding: 9px;
  border: 1px solid #ccc;
  margin: 0px 0px 10px; }

table tr.warning th,
div.warning {
  color: #a84;
  background-color: #fff4c0; }

table tr.error th,
div.error {
  color: #965;
  background-color: #ffe4e0; }

table tr.ok th,
table tr.info th,
div.status {
  color: #687;
  background-color: #ecf8f4; }

div.error {
  border-color: #ffd4d0; }

div.warning {
  border-color: #ffe4b0; }

div.status {
  border-color: #dce8e4; }

/**
 * Tabs ===============================================================
 */
#tabs {
  font-size: 12px;
  font-weight: normal;
  background: #333;
  height: 35px;
  border-bottom: 1px solid #222; }

.tabs {
  position: absolute;
  z-index: 1000;
  height: 35px;
  left: 35px; }

.primary-tabs {
  position: relative;
  float: left;
  border-right: 1px solid #444;
  border-left: 1px solid #111;
  margin: 0;
  padding: 0; }
  .primary-tabs li {
    position: relative;
    float: left;
    display: block;
    height: 35px;
    border-right: 1px solid #111;
    border-left: 1px solid #444; }
    .primary-tabs li.active {
      background: #222; }
    .primary-tabs li a {
      position: relative;
      display: block;
      line-height: 35px;
      padding: 0 11px;
      color: #eee;
      text-shadow: #000 0px 1px;
      float: left;
      text-decoration: none; }
      .primary-tabs li a:hover {
        background: #222; }

.admin-expanded .tabs {
  left: 260px; }

/* Secondary tabs, nested */
.secondary-tabs {
  min-width: 100px;
  float: left;
  position: relative;
  margin: 9px 10px 9px 0px;
  font-size: 11px;
  background: #666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.secondary-tabs:hover {
  background: #666;
  opacity: .9; }

ul.secondary-tabs li,
ul.secondary-tabs li a {
  background: transparent;
  float: none;
  height: auto;
  text-align: left;
  margin: 0;
  border: none;
  line-height: 1; }

.secondary-tabs li a {
  color: #fff;
  text-shadow: none;
  display: none;
  padding: 3px 5px; }
  .secondary-tabs li a:hover {
    background: #000; }

.secondary-tabs:hover a,
.secondary-tabs .active a {
  display: block;
  text-shadow: none;
  border: none; }

.secondary-tabs li:hover,
.secondary-tabs li.active {
  background: transparent;
  border: none; }

.secondary-tabs li:last-child a:hover {
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px; }

.secondary-tabs li:first-child a:hover {
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px; }

.actions {
  position: relative;
  float: left;
  font-size: 11px;
  margin-left: 5px; }
  .actions li {
    position: relative;
    float: left;
    display: block;
    padding: 8px 3px; }
    .actions li a {
      position: relative;
      display: block;
      color: #eee;
      float: left;
      padding: 2px 4px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      text-decoration: none;
      background: #444; }
      .actions li a:before {
        content: '+ ';
        color: #AAA;
        margin-right: 5px;
        padding-right: 3px;
        padding-left: 2px;
        border-right: 1px solid #555; }
      .actions li a:hover {
        background: #666; }
        .actions li a:hover:before {
          border-color: #777; }

/* l10n client */
#l10n-client.hidden {
  display: block;
  visibility: visible; }

#l10n-client h2 {
  color: #fff;
  font-family: Helvetica, Arial, Verdana, sans-serif; }
