@charset "UTF-8";
/*

    Init

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(../../dist/css/icomoon/style.css);
html, body, div, span, applet, object, iframe,
h1,
.header-wrapper .header-headline, h2, .header-wrapper .header-subheadline, h3, .accordion-wrapper [hc-id] .strong,
.accordion-foa-wrapper [hc-id] .strong, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top; }

.header-wrapper * {
  position: relative;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

.widget-area ul {
  padding-right: 16px !important;
  list-style-type: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

.bgVideoSlide {
  position:absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  border: 3px solid white;
  background-color: #fff;
}

.responsive-table {
  max-width: 100%;
  overflow-x: auto;
}

/*

    All variables are created in this file. A small preselection is already available

*/
/*
  Use media queries like this
  @media (max-width: $md - 1) {}
  @media (min-width: $md) {}
*/
.xdebug-var-dump {
  background-color: #ffffe2;
  padding: 63px 30px 30px 30px;
  position: relative;
  line-height: 1.5; }
  .xdebug-var-dump:before {
    content: "!!! Richtige Entwickler brauchen kein var_dump !!!";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #cc0000;
    display: block;
    padding: 10px;
    color: white; }

/*

  Grid System

*/
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }

.container-fluid {
  padding-right: 30px;
  padding-left: 30px; }

@media only screen and (min-width: 576px) {
  .container {
    width: calc(768px - 15px);
    max-width: 100%; } }
@media only screen and (min-width: 768px) {
  .container {
    width: calc(932px - 15px);
    max-width: 100%; } }
@media only screen and (min-width: 992px) {
  .container {
    width: calc(1140px - 15px);
    max-width: 100%; } }
@media only screen and (min-width: 1200px) {
  .container {
    width: calc(1600px - 15px);
    max-width: 100%; } }
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1); }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

.initial-order-xs {
  order: initial; }

@media only screen and (min-width: 576px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .start-sm {
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    justify-content: center;
    text-align: center; }

  .end-sm {
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    align-items: flex-start; }

  .middle-sm {
    align-items: center; }

  .bottom-sm {
    align-items: flex-end; }

  .around-sm {
    justify-content: space-around; }

  .between-sm {
    justify-content: space-between; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; }

  .initial-order-sm {
    order: initial; } }
@media only screen and (min-width: 768px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .start-md {
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    justify-content: center;
    text-align: center; }

  .end-md {
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    align-items: flex-start; }

  .middle-md {
    align-items: center; }

  .bottom-md {
    align-items: flex-end; }

  .around-md {
    justify-content: space-around; }

  .between-md {
    justify-content: space-between; }

  .first-md {
    order: -1; }

  .last-md {
    order: 1; }

  .initial-order-md {
    order: initial; } }
@media only screen and (min-width: 992px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .start-lg {
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    justify-content: center;
    text-align: center; }

  .end-lg {
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    align-items: flex-start; }

  .middle-lg {
    align-items: center; }

  .bottom-lg {
    align-items: flex-end; }

  .around-lg {
    justify-content: space-around; }

  .between-lg {
    justify-content: space-between; }

  .first-lg {
    order: -1; }

  .last-lg {
    order: 1; }

  .initial-order-lg {
    order: initial; } }
@media only screen and (min-width: 1200px) {
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-xl-offset-0 {
    margin-left: 0; }

  .col-xl-offset-1 {
    margin-left: 8.33333333%; }

  .col-xl-offset-2 {
    margin-left: 16.66666667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333333%; }

  .col-xl-offset-5 {
    margin-left: 41.66666667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333333%; }

  .col-xl-offset-8 {
    margin-left: 66.66666667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333333%; }

  .col-xl-offset-11 {
    margin-left: 91.66666667%; }

  .start-xl {
    justify-content: flex-start;
    text-align: start; }

  .center-xl {
    justify-content: center;
    text-align: center; }

  .end-xl {
    justify-content: flex-end;
    text-align: end; }

  .top-xl {
    align-items: flex-start; }

  .middle-xl {
    align-items: center; }

  .bottom-xl {
    align-items: flex-end; }

  .around-xl {
    justify-content: space-around; }

  .between-xl {
    justify-content: space-between; }

  .first-xl {
    order: -1; }

  .last-xl {
    order: 1; }

  .initial-order-xl {
    order: initial; } }
@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none; } }
@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none; } }
/*

    General

*/
.grid-spacer {
  margin-bottom: -30px; }
  .grid-spacer > [class*="col-"] {
    margin-bottom: 30px; }

/*
	Spacers
*/
.con-spacer {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }
.con-spacer.bottom-only {
  padding-top: 0px !important;
}
  @media (max-width: 767px) {
    .con-spacer {
      padding-top: 30px !important;
      padding-bottom: 30px !important; } }

.con-spacer-medium {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .con-spacer-medium {
      padding-top: 36px;
      padding-bottom: 36px; } }

.con-spacer-big {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .con-spacer-big {
      padding-top: 60px;
      padding-bottom: 60px; } }

.con-m-y {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .con-m-y {
      margin-top: 15px;
      margin-bottom: 15px; } }
  .con-m-y.big-spacer {
    margin-top: 60px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .con-m-y.big-spacer {
        margin-top: 30px;
        margin-bottom: 30px; } }

.con-m-t {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .con-m-t {
      margin-top: 15px; } }
  .con-m-t.big-spacer {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .con-m-t.big-spacer {
        margin-top: 30px; } }

.con-m-b {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .con-m-b {
      margin-bottom: 15px; } }
  .con-m-b.big-spacer {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .con-m-b.big-spacer {
        margin-bottom: 30px; } }

.m-t-big {
  margin-top: 60px !important; }
  @media (max-width: 991px) {
    .m-t-big {
      margin-top: 30px !important; } }

.p-a-full {
  padding: 30px !important; }

.p-x-full {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.p-y-full {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-t-full {
  padding-top: 30px !important; }

.p-b-full {
  padding-bottom: 30px !important; }

.p-l-full {
  padding-left: 30px !important; }

.p-r-full {
  padding-right: 30px !important; }

.m-a-full {
  margin: 30px !important; }

.m-x-full {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.m-y-full {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-t-full {
  margin-top: 30px !important; }

.m-b-full {
  margin-bottom: 30px !important; }

.m-l-full {
  margin-left: 30px !important; }

.m-r-full {
  margin-right: 30px !important; }

.p-a-half {
  padding: 15px !important; }

.p-x-half {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.p-y-half {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.p-t-half {
  padding-top: 15px !important; }

.p-b-half {
  padding-bottom: 15px !important; }

.p-l-half {
  padding-left: 15px !important; }

.p-r-half {
  padding-right: 15px !important; }

.m-a-half {
  margin: 15px !important; }

.m-x-half {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.m-y-half {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.m-t-half {
  margin-top: 15px !important; }

.m-b-half {
  margin-bottom: 15px !important; }

.m-l-half {
  margin-left: 15px !important; }

.m-r-half {
  margin-right: 15px !important; }

.p-a-0 {
  padding: 0 !important; }

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.m-a-0 {
  margin: 0 !important; }

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

/*

    Here you can find general instructions for the website. Really only commands that don't style the website but commands that appear again and again, in every webproject

*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  background-color: #ffffff;
  color: #323836;
  font-family: "Humanist 777 BT", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0; }

/*
  Column set to relative
*/
div[class*="col-"] {
  position: relative; }

/*
  Other
*/
.full-width {
  width: 100%; }

#container ul,
#container ol {
  list-style: disc;
  padding-left: 16px;
  line-height: 1.5; }
#container ol {
  list-style: decimal; }

/*

    Takes control of fonts and icons

*/
@font-face {
  font-family: "Humanist 777 BT";
  src: url(../fonts/Humanist777/humnst777n.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Humanist 777 BT Bold";
  src: url(../fonts/Humanist777/humnst777b.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Humanist 777 BT Italic";
  src: url(../fonts/Humanist777/humnst777i.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
a {
  text-decoration: none; }

h1, .header-wrapper .header-headline, .h1 {
  font-family: "Humanist 777 BT Bold";
  font-size: 6rem;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: normal; }
  @media (max-width: 991px) {
    h1, .header-wrapper .header-headline, .h1 {
      line-height: 1.4; } }

h2, .header-wrapper .header-subheadline, .h2 {
  font-family: "Humanist 777 BT Bold";
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: normal; }

h3, .accordion-wrapper [hc-id] .strong,
.accordion-foa-wrapper [hc-id] .strong, .h3 {
  font-family: "Humanist 777 BT Bold";
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: normal; }

h4, .h4 {
  font-family: "Humanist 777 BT Bold";
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: normal; }

.system-header h1, .system-header .header-wrapper .header-headline, .header-wrapper .system-header .header-headline, .system-header .h1 {
  font-size: 3.6rem; }
.system-header h2, .system-header .header-wrapper .header-subheadline, .header-wrapper .system-header .header-subheadline, .system-header .h2 {
  font-size: 2.4rem; }

h1 a, .header-wrapper .header-headline a, .h1 a,
h2 a,
.header-wrapper .header-subheadline a, .h2 a,
h3 a,
.accordion-wrapper [hc-id] .strong a,
.accordion-foa-wrapper [hc-id] .strong a, .h3 a,
h4 a, .h4 a {
  color: inherit !important; }

@media (max-width: 991px) {
  h1, .header-wrapper .header-headline, .h1 {
    letter-spacing: 0px;
    font-size: 3rem; }

  h2, .header-wrapper .header-subheadline, .h2 {
    font-size: 2.4rem; }

  h3, .accordion-wrapper [hc-id] .strong,
  .accordion-foa-wrapper [hc-id] .strong, .h3 {
    font-size: 1.6rem; } }
p, .p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
  width: 100%; }

[class^="col-"] p:last-child,
[class*="col-"] p:last-child {
  margin-bottom: 0; }

b,
strong {
  font-family: "Humanist 777 BT Bold";
  font-weight: normal; }

.italic {
  font-style: italic; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

sub {
  vertical-align: sub;
  font-size: 50%;
  position: relative;
  top: -3px; }

sup {
  vertical-align: super;
  font-size: 50%;
  position: relative;
  top: 3px; }

.field-of-application-link {
  color: #323836;
}

.field-of-application-link:hover {
  text-decoration: underline;
}

.btn,
button,
input[type="submit"] {
  font-family: "Humanist 777 BT Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 15px;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  border: 0;
  outline: 0; }

.btn {
  margin-right: 7.5px;
  margin-left: 7.5px;
  position: relative;
  left: -7.5px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

*.aligncenter .btn,
*[style*='text-align: center;'] .btn,
.justify-content-center .btn {
  left: 0; }

.btn-transparent {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  margin-top: 60px;
  border-width: 1px;
  border-style: solid;
  color: #888F8E;
  border-color: #BBBEBC; }
  .btn-transparent:hover {
    background-color: rgba(50, 56, 54, 0.1); }

.btn-more,
.btn-blue,
.cta.bg-white .btn,
.cta.bg-gray-light .btn,
.cta.bg-gray-medium .btn,
.cta.bg-gray-dark .btn {
  background-color: #006EB7;
  color: #ffffff; }
  .btn-more:hover,
  .btn-blue:hover,
  .cta.bg-white .btn:hover,
  .cta.bg-gray-light .btn:hover,
  .cta.bg-gray-medium .btn:hover,
  .cta.bg-gray-dark .btn:hover {
    background-color: #008dea; }
  .btn-more:active,
  .btn-blue:active,
  .cta.bg-white .btn:active,
  .cta.bg-gray-light .btn:active,
  .cta.bg-gray-medium .btn:active,
  .cta.bg-gray-dark .btn:active {
    background-color: #004f84; }

.btn-white, .cta.bg-blue .btn {
  background-color: #ffffff;
  color: #006EB7; }
  .btn-white:hover, .cta.bg-blue .btn:hover {
    background-color: #e6e6e6; }
  .btn-white:active, .cta.bg-blue .btn:active {
    background-color: #cccccc; }

.btn-black {
  background-color: #323836;
  color: #ffffff; }
  .btn-black:hover {
    background-color: #4a5350; }
  .btn-black:active {
    background-color: #626e6a; }

/*

    Use this file to set the basic color settings

*/
a {
  color: #006EB7; }

.text-color-white {
  color: #ffffff !important; }

.text-color-black {
  color: #323836 !important; }

.bg-white {
  background-color: #ffffff; }
  .bg-white h2:not(.h1), .bg-white .header-wrapper .header-subheadline:not(.h1), .header-wrapper .bg-white .header-subheadline:not(.h1), .bg-white .h2 {
    color: #323836; }

.bg-blue {
  background-color: #006EB7; }
  .bg-blue h1, .bg-blue .header-wrapper .header-headline, .header-wrapper .bg-blue .header-headline, .bg-blue .h1, .bg-blue h2, .bg-blue .header-wrapper .header-subheadline, .header-wrapper .bg-blue .header-subheadline, .bg-blue .h2, .bg-blue h3, .bg-blue .accordion-wrapper [hc-id] .strong, .accordion-wrapper [hc-id] .bg-blue .strong,
  .bg-blue .accordion-foa-wrapper [hc-id] .strong,
  .accordion-foa-wrapper [hc-id] .bg-blue .strong, .bg-blue .h3, .bg-blue h4, .bg-blue .h4, .bg-blue p, .bg-blue table {
    color: #ffffff; }

.bg-gray-light {
  background-color: #f3f3f3; }

.bg-gray-medium {
  background-color: #BBBEBC; }
  .bg-gray-medium table td {
    border-bottom: 1px solid #f3f3f3; }

.bg-gray-dark {
  background-color: #888F8E; }
  .bg-gray-dark h1, .bg-gray-dark .header-wrapper .header-headline, .header-wrapper .bg-gray-dark .header-headline, .bg-gray-dark .h1, .bg-gray-dark h2, .bg-gray-dark .header-wrapper .header-subheadline, .header-wrapper .bg-gray-dark .header-subheadline, .bg-gray-dark .h2, .bg-gray-dark h3, .bg-gray-dark .accordion-wrapper [hc-id] .strong, .accordion-wrapper [hc-id] .bg-gray-dark .strong,
  .bg-gray-dark .accordion-foa-wrapper [hc-id] .strong,
  .accordion-foa-wrapper [hc-id] .bg-gray-dark .strong, .bg-gray-dark .h3, .bg-gray-dark h4, .bg-gray-dark .h4, .bg-gray-dark p, .bg-gray-dark table {
    color: #ffffff; }

.bg-white.accordion-wrapper [hc-href],
.bg-gray-light.accordion-wrapper [hc-href] {
  border: 1px solid #BBBEBC; }
.bg-white.accordion-wrapper [hc-id],
.bg-gray-light.accordion-wrapper [hc-id] {
  border-left: 1px solid #BBBEBC;
  border-right: 1px solid #BBBEBC;
  border-bottom: 1px solid #BBBEBC; }
.bg-white.accordion-wrapper [hc-active],
.bg-gray-light.accordion-wrapper [hc-active] {
  border-bottom: 0; }

.bg-white .card {
  border-left: 1px solid #BBBEBC;
  border-right: 1px solid #BBBEBC;
  border-bottom: 1px solid #BBBEBC; }
.bg-white .card-image {
  border-left: 1px solid #BBBEBC;
  border-right: 1px solid #BBBEBC;
  border-top: 1px solid #BBBEBC; }

.border-gray-light {
  border: 1px solid #f3f3f3; }

.border-gray-medium {
  border: 1px solid #BBBEBC; }

.grid-text .bg-white strong {
  color: #323836; }
.grid-text .bg-white p {
  color: #323836; }

.cta.bg-white .cta-subsubheadline,
.cta.bg-gray-light .cta-subsubheadline,
.cta.bg-gray-medium .cta-subsubheadline {
  color: #006EB7; }
.cta.bg-white .cta-parameter,
.cta.bg-gray-light .cta-parameter,
.cta.bg-gray-medium .cta-parameter {
  color: #888F8E; }
.cta.bg-white p,
.cta.bg-gray-light p,
.cta.bg-gray-medium p {
  color: #323836; }

.cta.bg-gray-medium .cta-parameter {
  color: #323836; }

.cta.bg-gray-dark .cta-subsubheadline {
  color: #006EB7; }
.cta.bg-gray-dark .cta-parameter {
  color: #ffffff; }
.cta.bg-gray-dark p {
  color: #ffffff; }

.cta.bg-blue .cta-subsubheadline {
  color: #ffffff; }
.cta.bg-blue .cta-parameter {
  color: #ffffff; }
.cta.bg-blue p {
  color: #ffffff; }

.box-shadow {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(50, 56, 54, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(50, 56, 54, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(50, 56, 54, 0.25); }

/*

    Display

*/
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-none,
.hide {
  display: none !important; }

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none !important; }

  .show-on-mobile {
    display: block !important; } }
@media (min-width: 992px) {
  .show-on-mobile {
    display: none !important; } }
.hideScrollbarY {
  overflow-y: hidden; }

/*

    Position

*/
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-end {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important; }

.align-items-center {
  align-items: center !important;
  flex-wrap: wrap !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.flex-start {
  align-self: flex-start !important; }

.flex-end {
  align-self: flex-end !important; }

.pos-r {
  position: relative; }

.pos-a {
  position: absolute; }

.flex-direction-column {
  flex-direction: column; }

.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block; }

.alignright {
  margin-left: auto;
  display: block;
  text-align: right; }

.space-bottom {
  margin-bottom: 60px; }

.pos-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px; }

/*

    Images

*/
img,
.img-fluid {
  max-width: 100%;
  height: auto; }

.img-height-fluid {
  width: auto !important;
  max-height: 100% !important; }

.table {
  overflow-x: auto; }

table:not(.first-glance) {
  border-collapse: collapse;
  line-height: 1.5;
  min-width: 600px;
  text-align: left;
  width: 100%; }
  table th {
    font-size: 2.0rem;
    padding: 36px 36px 0 36px;
    text-align: center;
    vertical-align: center; }
    table th:first-child {
      padding-left: 0;
      text-align: left; }
    table th:last-child {
      padding-right: 0; }
  table td {
    border-bottom: 1px solid #BBBEBC;
    padding: 5px 20px;
    text-align: center;
    vertical-align: middle; }
    table td:first-child {
      padding-left: 0;
      text-align: left; }
    table td:last-child {
      padding-right: 0; }
    table td i {
      display: block; }
  table tbody tr:last-child td {
    border-bottom: 0; }
    
  table.first-glance td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  table.first-glance img {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  }

/*

    Components

*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10001;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-arrow {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  height: 50px;
  width: 50px; }
  @media (max-width: 991px) {
    .slick-arrow {
      border-radius: 40px;
      height: 40px;
      width: 40px; } }
  @media (max-width: 689px) {
    .slick-arrow {
      display: none !important; } }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  margin-top: 0; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.75);
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #323836;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 15px;
  z-index: 1; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    right: 1px;
    position: relative;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 15px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    left: 1px;
    position: relative;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 24px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media (max-width: 991px) {
    .slick-dots {
      bottom: 14px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 28px;
        line-height: 20px;
        text-align: center;
        color: #323836;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #006EB7;
      opacity: 0.75; }

.header-wrapper {
  position: relative; }
  .header-wrapper .header {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 830px;
    height: auto;
    width: 100%;
    display: inline-flex !important;
    align-items: flex-end; }
    @media (max-width: 1199px) {
      .header-wrapper .header {
        min-height: 500px;
        height: auto; } }
    .header-wrapper .header-container {
      height: 500px;
      padding-bottom: 100px; }
    @media (min-width: 1200px) {
      .header-wrapper .header-headline-wrapper {
        width: 75%; } }
    .header-wrapper .header-headline {
      display: inline-block;
      padding: 15px;
      background-color: rgba(255, 255, 255, 0.5); }
      .header-wrapper .header-headline.text-color-white {
        background-color: rgba(0, 0, 0, 0.5); }
    .header-wrapper .header-subheadline {
      display: inline-block;
      padding: 15px;
      background-color: rgba(255, 255, 255, 0.5); }
      .header-wrapper .header-subheadline.text-color-white {
        background-color: rgba(0, 0, 0, 0.5); }
    .header-wrapper .header-btn {
      margin-top: 60px; }

.header-overlapping {
  margin-bottom: -70px; }
  .header-overlapping .header-container {
    padding-bottom: 70px; }
  .header-overlapping .slick-dots {
    bottom: calc(70px + 24px); }
    @media (max-width: 1199px) {
      .header-overlapping .slick-dots {
        bottom: calc(70px + 14px); } }
  .header-overlapping .slick-prev, .header-overlapping .slick-next {
    transform: translateY(-35px); }

.system-structure .structure-content {
  align-self: center; }
.system-structure .structure-excerpt {
  margin-top: 30px; }
  @media (min-width: 576px) {
    .system-structure .structure-excerpt {
      padding-left: 30px;
      margin-top: 0; } }
.system-structure.p-a-full ol li {
  margin-bottom: 15px; }

.card-wrapper div[class*="col-"] {
  display: flex;
  flex-direction: column; }
.card-wrapper .card {
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
  .card-wrapper .card-image {
    background-color: #ffffff; }
  .card-wrapper .card-image-small {
    padding: 30px;
    background-color: #ffffff; }
  .card-wrapper .card-tags {
    margin-top: 15px;
    padding-left: 0 !important; }
    .card-wrapper .card-tags li {
      display: inline-block; }
      .card-wrapper .card-tags li a,
      .card-wrapper .card-tags li span {
        display: block;
        color: #888F8E;
        border-width: 1px;
        border-color: #BBBEBC;
        border-style: solid;
        padding: 4px;
        font-size: 12px;
        border-radius: 4px;
        margin-right: 4px;
        margin-bottom: 4px; }
  .card-wrapper .card-title {
    font-family: "Humanist 777 BT Bold";
    font-size: 2.4rem;
    line-height: 1.5;
    display: block;
    margin-bottom: 4px;
    color: #323836;
    line-height: 1.2; }
  .card-wrapper .card-excerpt p {
    color: #888F8E; }
  .card-wrapper .card-buttons {
    margin-top: 15px; }
  .card-wrapper .card-footer {
    position: relative;
    padding-top: 35px;
    margin-bottom: -6px; }
    .card-wrapper .card-footer:before {
      content: "";
      height: 1px;
      background-color: #BBBEBC;
      position: absolute;
      left: -20px;
      right: -20px;
      top: 18px; }
    .card-wrapper .card-footer-share {
      position: relative;
      left: -15px; }
      .card-wrapper .card-footer-share > i {
        color: #BBBEBC;
        padding: 15px; }
        .card-wrapper .card-footer-share > i:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e900"; }
        .card-wrapper .card-footer-share > i:hover {
          color: #006EB7; }
      .card-wrapper .card-footer-share .share {
        display: none; }
      .card-wrapper .card-footer-share:hover .share {
        display: block;
        background: #ffffff;
        position: absolute;
        bottom: 20px;
        left: 7.5px;
        border: 1px solid #BBBEBC;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(50, 56, 54, 0.25);
        -moz-box-shadow: 0px 4px 4px 0px rgba(50, 56, 54, 0.25);
        box-shadow: 0px 4px 4px 0px rgba(50, 56, 54, 0.25); }
        .card-wrapper .card-footer-share:hover .share a {
          padding: 15px;
          display: block; }

.card-application {
  position: relative;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
  .card-application:hover {
    transform: scale(1.025); }
  .card-application .card-application-link {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block; }
    .card-application .card-application-link::before {
      content: "";
      display: block;
      padding: 50%;
      width: 100%; }
  .card-application > ul {
    background-color: rgba(50, 56, 54, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    padding-left: 0 !important;
    list-style: none !important; }
    .card-application > ul li a {
      color: #ffffff;
      display: flex;
      font-size: 1.6rem;
      padding: 10px 15px;
      text-transform: uppercase;
      align-items: baseline; }
      .card-application > ul li a p {
        padding: 1px 6px;
        width: unset; }
        .card-application > ul li a p:hover {
          padding: 0px 5px;
          border: #ffffff 1px solid; }
      .card-application > ul li a::before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        bottom: 2px;
        content: "\e908";
        font-size: 9px;
        margin-right: 8px;
        position: relative; }
    .card-application > ul ul {
      display: none;
      padding-left: 0 !important;
      list-style: none !important; }
      .card-application > ul ul li a {
        padding: 5px 20px; }
        .card-application > ul ul li a p {
          font-size: 1.2rem; }
      .card-application > ul ul li:last-child a {
        padding-bottom: 15px; }

.headline-wrapper {
  margin-bottom: 40.8px; }

.grid-text-wrapper .grid-text [class*="border-"]:not(.bg-none) {
  padding: 30px;
  height: 100%; }
  .grid-text-wrapper .grid-text [class*="border-"]:not(.bg-none) ul li:before {
    left: 44px; }
.grid-text-wrapper .grid-text.justify-content-center > div {
  display: flex !important;
  flex-wrap: wrap; }
.grid-text-wrapper .grid-text ul li {
  /* Text color */
  list-style-type: none; }
.grid-text-wrapper .grid-text ul li::before {
  content: "\2022";
  color: #006EB7;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.grid-text-wrapper .grid-text ul li ul li::before {
  content: "\25CB";
  color: #006EB7;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.grid-text-wrapper .justify-content-center div:not(.bg-none) {
  align-items: center; }

.accordion-wrapper [hc-href],
.accordion-foa-wrapper [hc-href] {
  padding: 15px 43px 15px 15px;
  background-color: #ffffff;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/ }
  .accordion-wrapper [hc-href]:first-child,
  .accordion-foa-wrapper [hc-href]:first-child {
    margin-top: 0; }
  .accordion-wrapper [hc-href] span.animate,
  .accordion-foa-wrapper [hc-href] span.animate {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    top: 0; }
  .accordion-wrapper [hc-href]:after,
  .accordion-foa-wrapper [hc-href]:after {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    position: absolute;
    right: 15px;
    font-size: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    color: #727773; }
.accordion-wrapper [hc-active] span.animate,
.accordion-foa-wrapper [hc-active] span.animate {
  opacity: 0;
  top: 10px; }
.accordion-wrapper [hc-active]:after,
.accordion-foa-wrapper [hc-active]:after {
  transform: translateY(-50%) rotate(180deg); }
.accordion-wrapper [hc-id],
.accordion-foa-wrapper [hc-id] {
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px; }
  .accordion-wrapper [hc-id] p,
  .accordion-foa-wrapper [hc-id] p {
    color: #323836; }
  .accordion-wrapper [hc-id] .accordion-header,
  .accordion-foa-wrapper [hc-id] .accordion-header {
    padding-bottom: 30px;
    margin-top: -30px; }
    @media (min-width: 992px) {
      .accordion-wrapper [hc-id] .accordion-header,
      .accordion-foa-wrapper [hc-id] .accordion-header {
        width: 75%; } }
  .accordion-wrapper [hc-id] .btn-more,
  .accordion-foa-wrapper [hc-id] .btn-more {
    margin-top: 30px; }
  .accordion-wrapper [hc-id] .card,
  .accordion-foa-wrapper [hc-id] .card {
    border-left: 1px solid #BBBEBC;
    border-right: 1px solid #BBBEBC;
    border-bottom: 1px solid #BBBEBC; }
  .accordion-wrapper [hc-id] .card-wrapper .card-image,
  .accordion-foa-wrapper [hc-id] .card-wrapper .card-image {
    border-left: 1px solid #BBBEBC;
    border-right: 1px solid #BBBEBC;
    border-top: 1px solid #BBBEBC; }
.accordion-wrapper [hc-hide],
.accordion-foa-wrapper [hc-hide] {
  display: none; }
.accordion-wrapper .accordion-headlines-spacer h2, .accordion-wrapper .accordion-headlines-spacer .header-wrapper .header-subheadline, .header-wrapper .accordion-wrapper .accordion-headlines-spacer .header-subheadline,
.accordion-foa-wrapper .accordion-headlines-spacer h2,
.accordion-foa-wrapper .accordion-headlines-spacer .header-wrapper .header-subheadline,
.header-wrapper .accordion-foa-wrapper .accordion-headlines-spacer .header-subheadline {
  margin-top: 15px; }
  .accordion-wrapper .accordion-headlines-spacer h2:first-child, .accordion-wrapper .accordion-headlines-spacer .header-wrapper .header-subheadline:first-child, .header-wrapper .accordion-wrapper .accordion-headlines-spacer .header-subheadline:first-child,
  .accordion-foa-wrapper .accordion-headlines-spacer h2:first-child,
  .accordion-foa-wrapper .accordion-headlines-spacer .header-wrapper .header-subheadline:first-child,
  .header-wrapper .accordion-foa-wrapper .accordion-headlines-spacer .header-subheadline:first-child {
    margin-top: 0; }

.page-template-product-finder .accordion-wrapper .card-wrapper a:not(.card-title):not(.btn) {
  border-left: 1px solid #BBBEBC;
  border-right: 1px solid #BBBEBC;
  border-top: 1px solid #BBBEBC;
  display: flex;
  justify-content: center; }
  .page-template-product-finder .accordion-wrapper .card-wrapper a:not(.card-title):not(.btn) .card-image {
    border: 0;
    width: 150px; }

.slick-track-no-margin .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important; }

@media (min-width: 690px) {
  .slick-grid-text {
    padding-left: 8%;
    padding-right: 8%; } }
@media (min-width: 1200px) {
  .slick-grid-text {
    padding-left: 5%;
    padding-right: 5%; } }
@media (max-width: 689px) {
  .slick-grid-text .slick-dots {
    position: initial;
    margin-top: 15px; } }

.search-page .entry-summary {
  border-bottom: 1px solid rgba(50, 56, 54, 0.4);
  padding-bottom: 30px; }
.search-page article {
  margin-top: 30px; }
.search-page article:last-child .entry-summary {
  border-bottom: 0; }
.search-page .posts-navigation {
  margin-top: 30px; }
.search-page .nav-links {
  display: flex; }
  .search-page .nav-links .nav-next {
    margin-left: 15px; }

.comments .logged-in-as {
  display: none; }
.comments .comment-form-comment {
  margin-bottom: 0; }
  .comments .comment-form-comment label {
    display: none; }

form input:not([type="checkbox"]),
form textarea,
form select {
  width: 100%;
  resize: vertical;
  padding: 15px 10px;
  margin-bottom: 10px;
  border: 1px solid #888F8E;
  border-radius: 0;
  font-size: 1.6rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  outline: 0; }
  form input:not([type="checkbox"])::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder,
  form select::-webkit-input-placeholder {
    /* Edge */
    color: #727773; }
  form input:not([type="checkbox"]):-ms-input-placeholder,
  form textarea:-ms-input-placeholder,
  form select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #727773; }
  form input:not([type="checkbox"])::placeholder,
  form textarea::placeholder,
  form select::placeholder {
    color: #727773; }
form label {
  display: flex; }

form select {
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1843" height="1024" viewBox="0 0 1843 1024"><path fill="%23323836" d="M921.6 1024l-921.6-1024h1843.2z"/></svg>');
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: right 15px top 50%; }
form input[type="submit"] {
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  background-color: #323836;
  color: #ffffff;
  border: 0; }
  form input[type="submit"]:disabled {
    background-color: #f3f3f3;
    color: #BBBEBC; }

.custom-checkbox {
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: 1px solid #727773;
  display: inline-block;
  position: relative;
  bottom: 1px;
  margin-right: 10px;
  cursor: pointer; }
  .custom-checkbox:before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=UTF-8,<?xml version="1.0" encoding="UTF-8"?><svg width="15px" height="13px" viewBox="0 0 15 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="DESK-Systemefinder_Neu_1Step2" transform="translate(-331.000000, -783.000000)"><g id="icon" transform="translate(331.000000, 783.000000)"><polygon id="Rectangle-34" fill="%23FFFFFF" points="5 13 0 8 2 6 5 9 13 1 15 3"></polygon><polygon id="Rectangle-34" fill="%23006EB7" points="5 12 0 7 2 5 5 8 13 0 15 2"></polygon></g></g></svg>');
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 4px;
    left: 1px;
    transform: scale(0);
    -webkit-transition: all 0.1s cubic-bezier(0.64, 0.57, 0.67, 1.53) 0s;
    -moz-transition: all 0.1s cubic-bezier(0.64, 0.57, 0.67, 1.53) 0s;
    -o-transition: all 0.1s cubic-bezier(0.64, 0.57, 0.67, 1.53) 0s;
    transition: all 0.1s cubic-bezier(0.64, 0.57, 0.67, 1.53) 0s; }

input[type="checkbox"]:checked ~ .custom-checkbox:before {
  transform: scale(1); }

input[type="checkbox"][disabled] ~ .custom-checkbox {
  background-color: #BBBEBC;
  cursor: no-drop; }

.checkbox-text {
  line-height: 1.2; }

.highlightingForm {
  animation: highlightingForm 1.5s 250ms; }

@keyframes highlightingForm {
  0% {
    background-color: #ffffff; }
  50% {
    background-color: #8dc1e2; }
  100% {
    background-color: #ffffff; } }
.wpcf7-form textarea {
  min-height: 285px; }
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 10px;
  line-height: 1.2; }

.quote {
  font-family: "Humanist 777 BT Italic";
  font-size: 2.4rem;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 992px;
  line-height: 1.5; }
  .quote .quote-text::before {
    content: "\201E"; }
  .quote .quote-text::after {
    content: "\201C"; }
  .quote .quote-author {
    text-align: right; }
  @media (max-width: 767px) {
    .quote {
      font-size: 1.6rem;
      margin-left: 15px; } }
  @media (max-width: 991px) {
    .quote {
      margin-right: 15px; } }

.call-to-action-small-wrapper .cta, .call-to-action-small-wrapper.cta,
.call-to-action-big-wrapper .cta,
.call-to-action-big-wrapper.cta {
  height: 100%;
  padding: 30px; }
  .call-to-action-small-wrapper .cta-subsubheadline, .call-to-action-small-wrapper.cta-subsubheadline,
  .call-to-action-big-wrapper .cta-subsubheadline,
  .call-to-action-big-wrapper.cta-subsubheadline {
    margin-bottom: 30px;
    font-size: 3rem;
    font-family: "Humanist 777 BT Bold";
    line-height: 1.4; }
  .call-to-action-small-wrapper .cta-parameter, .call-to-action-small-wrapper.cta-parameter,
  .call-to-action-big-wrapper .cta-parameter,
  .call-to-action-big-wrapper.cta-parameter {
    margin-top: 30px; }
    .call-to-action-small-wrapper .cta-parameter > *, .call-to-action-small-wrapper.cta-parameter > *,
    .call-to-action-big-wrapper .cta-parameter > *,
    .call-to-action-big-wrapper.cta-parameter > * {
      display: flex;
      line-height: 1.4;
      margin-bottom: 15px; }
      .call-to-action-small-wrapper .cta-parameter > * > *:first-child, .call-to-action-small-wrapper.cta-parameter > * > *:first-child,
      .call-to-action-big-wrapper .cta-parameter > * > *:first-child,
      .call-to-action-big-wrapper.cta-parameter > * > *:first-child {
        flex: 30%; }
      .call-to-action-small-wrapper .cta-parameter > * > *:last-child, .call-to-action-small-wrapper.cta-parameter > * > *:last-child,
      .call-to-action-big-wrapper .cta-parameter > * > *:last-child,
      .call-to-action-big-wrapper.cta-parameter > * > *:last-child {
        flex: 70%;
        padding-left: 15px; }

.call-to-action-big-wrapper .cta, .call-to-action-big-wrapper.cta {
  padding-left: inherit;
  padding-right: inherit; }
  .call-to-action-big-wrapper .cta-parameter, .call-to-action-big-wrapper.cta-parameter {
    margin-top: 0; }
  .call-to-action-big-wrapper .cta .btn, .call-to-action-big-wrapper.cta .btn {
    margin-top: 30px; }

.share-button-list [class*="share-"]:before,
.share [class*="share-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 15px; }
.share-button-list .share-twitter:before,
.share .share-twitter:before {
  content: "\e905"; }
.share-button-list .share-pinterest:before,
.share .share-pinterest:before {
  content: "\e906"; }
.share-button-list .share-facebook:before,
.share .share-facebook:before {
  content: "\e907"; }

.download-list {
  display: flex;
  align-items: center;
  color: #323836; }
  .download-list:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    font-size: 35px;
    margin-right: 10px;
    color: #006EB7; }

.download-wrapper .download-headline {
  border-top: 1px solid #BBBEBC;
  padding: 30px; }
.download-wrapper .download-items {
  border-bottom: 1px solid #BBBEBC;
  padding: 15px 45px; }
.download-wrapper .download-headline,
.download-wrapper .download-items {
  border-left: 1px solid #BBBEBC;
  border-right: 1px solid #BBBEBC;
  padding-bottom: 15px; }
  .download-wrapper .download-headline .download-list,
  .download-wrapper .download-items .download-list {
    margin-bottom: 15px; }

@media (max-width: 767px) {
  .headline-wrapper h2:not(.h1), .headline-wrapper .header-wrapper .header-subheadline:not(.h1), .header-wrapper .headline-wrapper .header-subheadline:not(.h1),
  .headline-wrapper h3,
  .headline-wrapper .accordion-wrapper [hc-id] .strong,
  .accordion-wrapper [hc-id] .headline-wrapper .strong,
  .headline-wrapper .accordion-foa-wrapper [hc-id] .strong,
  .accordion-foa-wrapper [hc-id] .headline-wrapper .strong,
  .card-wrapper .card-excerpt,
  .card-wrapper .card-footer {
    display: none; }

  .md-hide {
    display: none; } }
.system-finder [data-system-finder-attributes] label {
  display: flex;
  color: #ffffff;
  margin-bottom: 15px; }
.system-finder .accordion-foa-wrapper input[type=radio] {
  display: none; }
.system-finder .accordion-foa-wrapper input[type=radio] ~ span {
  cursor: pointer; }
.system-finder .accordion-foa-wrapper input[type=radio]:checked ~ span {
  color: #006EB7; }
.system-finder .accordion-foa-wrapper input[type=radio]:hover ~ span {
  color: #006EB7; }
.system-finder .accordion-foa-wrapper input[type=radio][disabled] ~ span {
  color: #BBBEBC;
  cursor: no-drop; }
.system-finder .accordion-foa-wrapper [hc-checkbox-parent] {
  margin-bottom: 15px;
  display: block; }
.system-finder .accordion-foa-wrapper [hc-id] {
  padding-top: 10px; }
  .system-finder .accordion-foa-wrapper [hc-id] label {
    display: block;
    padding-bottom: 15px; }
    .system-finder .accordion-foa-wrapper [hc-id] label:last-child {
      padding-bottom: 0; }
.system-finder .compare-table-top {
  max-width: 290px;
  min-width: 200px;
  text-align: left;
  vertical-align: top;
  width: 20%; }
  .system-finder .compare-table-top a {
    text-decoration: none;
    color: #323836; }
  .system-finder .compare-table-top:last-child {
    max-width: 270px;
    min-width: 180px;
    padding-right: 0;
    width: 18.4%; }
.system-finder .sticky-compare {
  display: flex;
  right: 0;
  position: fixed;
  height: 100%;
  top: 0;
  align-items: center;
  z-index: 1; }
  .system-finder .sticky-compare .sticky-blue {
    background: #ffffff;
    border: 1px solid #D3D7D6;
    color: #888F8E;
    transition: all 1s ease; }
  .system-finder .sticky-compare a {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    height: 100px;
    justify-content: center;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100px; }
  .system-finder .sticky-compare .compare:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    content: "\e913";
    font-size: 35px; }
  .system-finder .sticky-compare.show .sticky-blue {
    border: 0;
    color: #ffffff;
    background: #006EB7; }
    .system-finder .sticky-compare.show .sticky-blue:hover {
      background-color: #8dc1e2;
      cursor: pointer; }
  .system-finder .sticky-compare.hide {
    display: none; }
@media (max-width: 767px) {
  .system-finder .sticky-text {
    display: none; }
  .system-finder .sticky-compare a {
    height: 65px;
    width: 65px; }
    .system-finder .sticky-compare a.compare:before {
      font-size: 30px; } }

.toast-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .toast-wrapper .toast-item {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(50, 56, 54, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(50, 56, 54, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(50, 56, 54, 0.25);
    position: relative;
    max-width: 80%;
    width: 100%;
    padding: 15px 42px 15px 15px;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex; }
    .toast-wrapper .toast-item:after {
      content: url('data:image/svg+xml;charset=UTF-8,<?xml version="1.0" encoding="UTF-8"?><svg width="12px" height="12px" viewBox="0 0 19 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M9.57106781,7.44974747 L16.6421356,0.378679656 L18.763456,2.5 L11.6923882,9.57106781 L18.763456,16.6421356 L16.6421356,18.763456 L9.57106781,11.6923882 L2.5,18.763456 L0.378679656,16.6421356 L7.44974747,9.57106781 L0.378679656,2.5 L2.5,0.378679656 L9.57106781,7.44974747 Z" id="Combined-Shape" fill="%23323836" fill-rule="nonzero"></path></svg>');
      padding: 15px;
      position: absolute;
      top: 0;
      right: 0; }
    .toast-wrapper .toast-item:hover:after {
      background-color: rgba(50, 56, 54, 0.1); }
    .toast-wrapper .toast-item i {
      position: absolute;
      font-size: 20px;
      top: calc(50% - 10px);
      left: 15px; }
  .toast-wrapper .toast-has-icon {
    padding-left: 50px; }
  .toast-wrapper .toast-type-normal {
    background-color: #ffffff; }

/*
GENERAL MENU STYLING
*/
@media (min-width: 992px) {
  body {
    margin-top: 116px;
    -webkit-transition: margin-top 0.25s ease 0s;
    -moz-transition: margin-top 0.25s ease 0s;
    -o-transition: margin-top 0.25s ease 0s;
    transition: margin-top 0.25s ease 0s; }

  body.menu-small {
    margin-top: 56px; } }
@media (max-width: 991px) {
  body {
    margin-top: 86px;
    -webkit-transition: margin-top 0.25s ease 0s;
    -moz-transition: margin-top 0.25s ease 0s;
    -o-transition: margin-top 0.25s ease 0s;
    transition: margin-top 0.25s ease 0s; }

  body.menu-small {
    margin-top: 40px; } }
.menu-wrapper {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0; }

.headerMenu-wrapper {
  background-color: #ffffff; }

.headerMenu {
  display: flex;
  justify-content: space-between; }
  .headerMenu .headerMenu-main-menu #menu-header-menu a,
  .headerMenu .headerMenu-main-menu #menu-header-menu-gb a,
  .headerMenu .headerMenu-main-menu #menu-header-menue-fr a {
    display: block;
    font-size: 1.6rem;
    color: #323836;
    padding: 20px 10px;
    text-transform: uppercase; }
    .headerMenu .headerMenu-main-menu #menu-header-menu a:hover,
    .headerMenu .headerMenu-main-menu #menu-header-menu-gb a:hover,
    .headerMenu .headerMenu-main-menu #menu-header-menue-fr a:hover {
      color: #006EB7; }
  .headerMenu .headerMenu-main-menu #menu-header-menu > .current-menu-item > a, .headerMenu .headerMenu-main-menu #menu-header-menu > .current-menu-parent > a,
  .headerMenu .headerMenu-main-menu #menu-header-menu-gb > .current-menu-item > a,
  .headerMenu .headerMenu-main-menu #menu-header-menu-gb > .current-menu-parent > a,
  .headerMenu .headerMenu-main-menu #menu-header-menue-fr > .current-menu-item > a,
  .headerMenu .headerMenu-main-menu #menu-header-menue-fr > .current-menu-parent > a {
    background-color: #ffffff !important;
    color: #006EB7 !important; }
  .headerMenu .headerMenu-main-menu #menu-header-menu .current-menu-parent .current-menu-hash-item,
  .headerMenu .headerMenu-main-menu #menu-header-menu .sub-menu > .current-menu-item a:not([data-hash]),
  .headerMenu .headerMenu-main-menu #menu-header-menu-gb .current-menu-parent .current-menu-hash-item,
  .headerMenu .headerMenu-main-menu #menu-header-menu-gb .sub-menu > .current-menu-item a:not([data-hash]),
  .headerMenu .headerMenu-main-menu #menu-header-menue-fr .current-menu-parent .current-menu-hash-item,
  .headerMenu .headerMenu-main-menu #menu-header-menue-fr .sub-menu > .current-menu-item a:not([data-hash]) {
    background-color: #7fbae2 !important;
    color: #ffffff; }

.headerMenu-sub-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 30000;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
  .headerMenu-sub-menu > a,
  .headerMenu-sub-menu > span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 60px;
    max-height: 60px;
    padding: 10px;
    font-size: 1.2rem;
    color: #323836;
    border-left: 1px solid #888F8E;
    position: relative; }
    .headerMenu-sub-menu > a:before,
    .headerMenu-sub-menu > span:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      margin-bottom: 2px;
      font-size: 21px; }
    .headerMenu-sub-menu > a:hover,
    .headerMenu-sub-menu > span:hover {
      background-color: #006EB7;
      color: #ffffff; }
      .headerMenu-sub-menu > a:hover > div,
      .headerMenu-sub-menu > span:hover > div {
        display: block; }
    .headerMenu-sub-menu > a.sub-menu-shop:before,
    .headerMenu-sub-menu > span.sub-menu-shop:before {
      content: "\e90d"; }
    .headerMenu-sub-menu > a.sub-menu-language:before,
    .headerMenu-sub-menu > span.sub-menu-language:before {
      content: "\e90f"; }
    .headerMenu-sub-menu > a.sub-menu-login:before,
    .headerMenu-sub-menu > span.sub-menu-login:before {
      content: "\e910"; }
    .headerMenu-sub-menu > a.sub-menu-contact,
    .headerMenu-sub-menu > span.sub-menu-contact {
      background-color: #006EB7;
      color: #ffffff; }
      .headerMenu-sub-menu > a.sub-menu-contact:before,
      .headerMenu-sub-menu > span.sub-menu-contact:before {
        content: "\e911"; }
      .headerMenu-sub-menu > a.sub-menu-contact:hover,
      .headerMenu-sub-menu > span.sub-menu-contact:hover {
        background-color: #8dc1e2; }
    .headerMenu-sub-menu > a .wpml-ls,
    .headerMenu-sub-menu > span .wpml-ls {
      display: none;
      position: absolute;
      bottom: 0px;
      left: 0;
      transform: translateY(100%);
      padding: 0;
      border: 0;
      background-color: #BBBEBC;
      font-size: 1.6rem; }
      .headerMenu-sub-menu > a .wpml-ls .wpml-ls-item,
      .headerMenu-sub-menu > span .wpml-ls .wpml-ls-item {
        display: block;
        padding: 5px 0;
        border-top: 1px solid #888F8E; }
      .headerMenu-sub-menu > a .wpml-ls .wpml-ls-current-language,
      .headerMenu-sub-menu > span .wpml-ls .wpml-ls-current-language {
        display: none !important; }
      .headerMenu-sub-menu > a .wpml-ls a,
      .headerMenu-sub-menu > span .wpml-ls a {
        color: #323836; }
        .headerMenu-sub-menu > a .wpml-ls a:hover,
        .headerMenu-sub-menu > span .wpml-ls a:hover {
          color: #006EB7; }

.headerMenu-logo-small,
.headerMenu-open-mobile-menu,
.headerMenu .audience-wrapper,
.headerMenu-open-mobile-menu,
.headerMenu-sub-menu-mobile {
  display: none; }

.search-form {
  display: flex;
  border-top: 2px solid #006EB7; }
  .search-form .search-field {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 1px solid #727773;
    border-bottom: 1px solid #727773; }
  .search-form .search-submit {
    font-size: 0;
    border-right: 1px solid #727773;
    border-bottom: 1px solid #727773; }
    .search-form .search-submit:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      content: "\e912"; }
    .search-form .search-submit:hover {
      background-color: #006EB7;
      color: #ffffff; }
  .search-form .search-submit,
  .search-form .search-field {
    margin: 0; }

#container,
.menu-wrapper {
  -webkit-transition: transform 0.25s ease 0s;
  -moz-transition: transform 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s; }

.sidebar-contact {
  -webkit-transition: right 0.25s ease 0s;
  -moz-transition: right 0.25s ease 0s;
  -o-transition: right 0.25s ease 0s;
  transition: right 0.25s ease 0s;
  position: fixed;
  top: 0;
  right: -330px;
  bottom: 0;
  width: 330px;
  z-index: 40000;
  background-color: #f3f3f3; }
  .sidebar-contact-close {
    height: 60px;
    width: 100%;
    background-color: #006EB7;
    position: relative;
    cursor: pointer; }
    .sidebar-contact-close:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90e";
      position: absolute;
      right: 10px;
      top: 18px;
      font-size: 20px;
      color: #ffffff; }
    .sidebar-contact-close .sub-menu-contact {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      height: 60px;
      max-height: 60px;
      width: 60px;
      max-width: 60px;
      padding: 10px;
      font-size: 1.2rem;
      color: #323836;
      border-left: 1px solid #888F8E;
      background-color: #006EB7;
      color: #ffffff; }
      .sidebar-contact-close .sub-menu-contact:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        margin-bottom: 2px;
        font-size: 21px; }
      .sidebar-contact-close .sub-menu-contact.sub-menu-contact:before {
        content: "\e911"; }
  .sidebar-contact [hc-href] {
    padding: 20px 10px;
    font-size: 1.6rem;
    border-bottom: 1px solid #888F8E;
    cursor: pointer; }
    .sidebar-contact [hc-href]:hover {
      background-color: rgba(50, 56, 54, 0.25); }
    .sidebar-contact [hc-href][hc-active] {
      background-color: #ffffff; }
  .sidebar-contact [hc-id] {
    padding: 20px 10px;
    background-color: #ffffff; }
  .sidebar-contact [hc-id="email"] [class*='col-'] {
    flex-basis: 100%;
    max-width: 100%; }

/*

SPECIFIC MENU STYLING

*/
@media (min-width: 992px) {
  /*
  HEADER MENU
  */
  .headerMenu-wrapper {
    border-bottom: 1px solid #67add8; }

  .headerMenu .headerMenu-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 75px; }
    .headerMenu .headerMenu-logo img {
      max-width: 250px;
      height: auto; }
  .headerMenu .headerMenu-main-menu {
    width: 100%;
    margin-top: 60px;
    display: flex;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }
    .headerMenu .headerMenu-main-menu #menu-header-menu,
    .headerMenu .headerMenu-main-menu #menu-header-menu-gb,
    .headerMenu .headerMenu-main-menu #menu-header-menue-fr {
      display: flex; }
      .headerMenu .headerMenu-main-menu #menu-header-menu > li,
      .headerMenu .headerMenu-main-menu #menu-header-menu-gb > li,
      .headerMenu .headerMenu-main-menu #menu-header-menue-fr > li {
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative; }
        .headerMenu .headerMenu-main-menu #menu-header-menu > li:hover .sub-menu,
        .headerMenu .headerMenu-main-menu #menu-header-menu-gb > li:hover .sub-menu,
        .headerMenu .headerMenu-main-menu #menu-header-menue-fr > li:hover .sub-menu {
          display: block; }
    .headerMenu .headerMenu-main-menu .sub-menu {
      display: none;
      position: absolute;
      bottom: 0px;
      left: 0;
      background: #e5f4ff;
      transform: translateY(100%);
      min-width: 260px;
      text-align: left;
      z-index: 20000;
      border: 1px solid #727773; }
      .headerMenu .headerMenu-main-menu .sub-menu > li {
        border-bottom: 1px solid #727773; }
        .headerMenu .headerMenu-main-menu .sub-menu > li:last-child {
          border-bottom: 0; }
        .headerMenu .headerMenu-main-menu .sub-menu > li a:hover {
          background-color: #7fbae2;
          color: #ffffff !important; }
    .headerMenu .headerMenu-main-menu-search {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .headerMenu .headerMenu-main-menu-search:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e912";
        display: flex;
        font-size: 20px;
        padding: 0 10px;
        position: relative;
        top: -1px; }
      .headerMenu .headerMenu-main-menu-search.search-active {
        background: #006EB7; }
        .headerMenu .headerMenu-main-menu-search.search-active:before {
          color: #ffffff; }
        .headerMenu .headerMenu-main-menu-search.search-active .search-form {
          display: flex; }
      .headerMenu .headerMenu-main-menu-search .search-form {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 20000;
        transform: translateY(100%);
        width: 600px; }
  .headerMenu .headerMenu-sub-menu {
    position: fixed;
    top: 0;
    right: 0; }

  /*
  AUDIENCE HEADER MENU
  */
  .audience-wrapper [id*='menu-audience-menu'] {
    display: flex; }
    .audience-wrapper [id*='menu-audience-menu'] a {
      display: block;
      background-color: #4399ce;
      padding: 20px 15px;
      color: #ffffff;
      text-transform: uppercase; }
      .audience-wrapper [id*='menu-audience-menu'] a:hover {
        background-color: #006EB7 !important; }
    .audience-wrapper [id*='menu-audience-menu'] li:nth-child(2) a {
      background-color: #67add8; }
    .audience-wrapper [id*='menu-audience-menu'] li:last-child a {
      background-color: #8dc1e2; }
  .audience-wrapper .menu-audience-menu-container li.current_page_item a {
    background-color: #006EB7; }

  /*
  SMALL HEADER MENU
  */
  .menu-small .menu-wrapper .headerMenu-main-menu {
    margin-top: 0; }
  .menu-small .menu-wrapper .headerMenu-sub-menu {
    transform: translateX(100%); }
  .menu-small .menu-wrapper .headerMenu-logo-big {
    display: none; }
  .menu-small .menu-wrapper .headerMenu-logo-small {
    display: block;
    width: 65px; }

  /*
  SIDEBAR
  */
  .sidebar-contact-open {
    overflow: hidden; }
    .sidebar-contact-open:before {
      content: "";
      background-color: rgba(50, 56, 54, 0.75);
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 30000; }
    .sidebar-contact-open .sidebar-contact {
      overflow-y: auto;
      overflow-x: hidden;
      right: 0; }
    .sidebar-contact-open #container {
      transform: translateX(-330px); }
    .sidebar-contact-open .menu-wrapper {
      transform: translateX(-330px); }
    .sidebar-contact-open .headerMenu .headerMenu-sub-menu .sub-menu-contact {
      display: none; } }
@media (max-width: 991px) {
  .menu-wrapper .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .menu-wrapper .container .row {
      margin: 0; }
    .menu-wrapper .container [class*="col-"] {
      padding: 0; }

  .headerMenu-wrapper {
    z-index: 1;
    position: absolute;
    width: 100%; }

  .audience-wrapper {
    position: absolute;
    width: 100%;
    z-index: 0;
    transform: translateY(40px); }
    .audience-wrapper .menu-item {
      border: 1px transparent solid; }

  .headerMenu .headerMenu-logo {
    display: flex;
    justify-content: center;
    align-items: center; }
    .headerMenu .headerMenu-logo img {
      height: 25px;
      width: auto; }
  .headerMenu #menu-header-menu > li,
  .headerMenu #menu-header-menu-gb > li,
  .headerMenu #menu-header-menue-fr > li {
    border-top: 1px solid #888F8E; }
    .headerMenu #menu-header-menu > li > a:before,
    .headerMenu #menu-header-menu-gb > li > a:before,
    .headerMenu #menu-header-menue-fr > li > a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: transform 0.25s ease 0s;
      -moz-transition: transform 0.25s ease 0s;
      -o-transition: transform 0.25s ease 0s;
      transition: transform 0.25s ease 0s;
      content: "\e908";
      font-size: 9px;
      position: relative;
      top: -2px;
      margin-right: 10px;
      display: inline-block; }
    .headerMenu #menu-header-menu > li .sub-menu,
    .headerMenu #menu-header-menu-gb > li .sub-menu,
    .headerMenu #menu-header-menue-fr > li .sub-menu {
      display: none; }
      .headerMenu #menu-header-menu > li .sub-menu a,
      .headerMenu #menu-header-menu-gb > li .sub-menu a,
      .headerMenu #menu-header-menue-fr > li .sub-menu a {
        padding-left: 46px; }
    .headerMenu #menu-header-menu > li.menu-item-open > a:before,
    .headerMenu #menu-header-menu-gb > li.menu-item-open > a:before,
    .headerMenu #menu-header-menue-fr > li.menu-item-open > a:before {
      transform: rotate(90deg); }
  .headerMenu .headerMenu-main-menu {
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 40000;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column; }
  .headerMenu .headerMenu-main-menu-search {
    order: 0; }
  .headerMenu .audience-wrapper {
    order: 1;
    position: relative;
    transform: none !important;
    display: block; }
  .headerMenu .menu-header-menu-container,
  .headerMenu .menu-header-menu-gb-container,
  .headerMenu .menu-header-menue-fr-container {
    order: 2; }
  .headerMenu .headerMenu-sub-menu-mobile {
    order: 3;
    background-color: #BBBEBC;
    display: block; }
    .headerMenu .headerMenu-sub-menu-mobile > * {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 20px 10px;
      color: #323836;
      cursor: pointer;
      border-top: 1px solid #888F8E; }
      .headerMenu .headerMenu-sub-menu-mobile > *:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px;
        font-size: 21px; }
      .headerMenu .headerMenu-sub-menu-mobile > *.sub-menu-shop:before {
        content: "\e90d"; }
      .headerMenu .headerMenu-sub-menu-mobile > *.sub-menu-language:before {
        content: "\e90f"; }
      .headerMenu .headerMenu-sub-menu-mobile > *.sub-menu-login:before {
        content: "\e910"; }
      .headerMenu .headerMenu-sub-menu-mobile > *.sub-menu-contact:before {
        content: "\e911"; }
      .headerMenu .headerMenu-sub-menu-mobile > *:hover {
        color: #006EB7; }
      .headerMenu .headerMenu-sub-menu-mobile > * .wpml-ls {
        display: none;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0; }
        .headerMenu .headerMenu-sub-menu-mobile > * .wpml-ls li {
          display: block; }
          .headerMenu .headerMenu-sub-menu-mobile > * .wpml-ls li.wpml-ls-current-language {
            display: none; }
          .headerMenu .headerMenu-sub-menu-mobile > * .wpml-ls li a {
            color: #323836;
            padding: 20px 20px 0 20px; }
            .headerMenu .headerMenu-sub-menu-mobile > * .wpml-ls li a:hover {
              color: #006EB7; }

  .headerMenu-sub-menu > * {
    display: none !important; }
  .headerMenu-sub-menu .sub-menu-contact {
    display: flex !important;
    font-size: 0;
    border-left: 0;
    padding: 8px;
    height: 100%;
    max-height: none;
    background-color: #006EB7;
    color: #ffffff; }

  /*
  BURGER MENU TO OPEN MOBILE MENU
  */
  .headerMenu-open-mobile-menu {
    display: block;
    cursor: pointer; }
    .headerMenu-open-mobile-menu:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90c";
      display: block;
      font-size: 26px;
      background-color: #BBBEBC;
      padding: 7px; }
    .headerMenu-open-mobile-menu:hover:before {
      background-color: #888F8E; }

  .headerMenu-close-mobile-menu {
    background-color: #BBBEBC;
    position: relative;
    cursor: pointer; }
    .headerMenu-close-mobile-menu:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90e";
      float: right;
      padding: 20px;
      font-size: 20px;
      color: #ffffff; }

  .mobile-menu-open {
    overflow: hidden; }
    .mobile-menu-open .headerMenu .headerMenu-main-menu {
      overflow-y: auto;
      transform: translateX(0%); }

  /*
  AUDIENCE HEADER MENU
  */
  .audience-wrapper {
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s; }
    .audience-wrapper [id*='menu-audience-menu'] {
      display: flex;
      justify-content: space-between;
      background-color: #ffffff; }
      .audience-wrapper [id*='menu-audience-menu'] > li {
        width: 100%; }
        .audience-wrapper [id*='menu-audience-menu'] > li > a {
          display: block;
          text-align: center;
          color: #ffffff;
          background-color: #67add8;
          text-transform: uppercase;
          padding: 16px; }
          .audience-wrapper [id*='menu-audience-menu'] > li > a:hover {
            background-color: #006EB7 !important; }
        .audience-wrapper [id*='menu-audience-menu'] > li:first-child a {
          background-color: #4399ce; }
        .audience-wrapper [id*='menu-audience-menu'] > li:last-child a {
          background-color: #8dc1e2; }

  /*
  SIDEBAR
  */
  .sidebar-contact {
    right: -100%;
    width: 100%; }

  .sidebar-contact-open {
    overflow: hidden; }
    .sidebar-contact-open .sidebar-contact {
      overflow-y: auto;
      right: 0; }

  /*
  SMALL HEADER MENU
  */
  .menu-small .menu-wrapper .audience-wrapper {
    transform: translateY(-90px); } }
@media (min-width: 992px) and (max-width: 1199px) {
  .headerMenu .headerMenu-logo {
    margin-right: 25px; }
    .headerMenu .headerMenu-logo img {
      width: 150px; } }
#footer .footer-icons {
  display: flex;
  flex-wrap: wrap; }
  #footer .footer-icons a {
    display: inline-block;
    padding: 7.5px 15px 7.5px 0; }
#footer .footer-newsletter [type="submit"] {
  height: 49px;
  background-color: #006EB7; }
  #footer .footer-newsletter [type="submit"]:hover {
    background-color: #1ea5ff; }
#footer .footer-newsletter .email {
  width: 100%; }
#footer #menu-footer-menu a,
#footer #menu-footer-menu-gb a,
#footer #menu-footer-menue-fr a {
  display: block;
  color: #ffffff;
  font-family: "Humanist 777 BT Bold";
  padding: 7.5px 15px 7.5px 0; }
  #footer #menu-footer-menu a:hover,
  #footer #menu-footer-menu-gb a:hover,
  #footer #menu-footer-menue-fr a:hover {
    color: #006EB7; }
@media (max-width: 991px) {
  #footer #menu-footer-menu,
  #footer #menu-footer-menu-gb,
  #footer #menu-footer-menue-fr {
    display: none; } }
#footer #menu-footer-second-menu,
#footer #menu-footer-second-menu-gb,
#footer #menu-footer-second-menue-fr {
  display: flex; }
  #footer #menu-footer-second-menu a,
  #footer #menu-footer-second-menu-gb a,
  #footer #menu-footer-second-menue-fr a {
    display: block;
    color: #323836;
    padding: 7.5px 15px 7.5px 0; }
    #footer #menu-footer-second-menu a:hover,
    #footer #menu-footer-second-menu-gb a:hover,
    #footer #menu-footer-second-menue-fr a:hover {
      color: #006EB7; }
  @media (max-width: 767px) {
    #footer #menu-footer-second-menu,
    #footer #menu-footer-second-menu-gb,
    #footer #menu-footer-second-menue-fr {
      display: block; } }

/*
  General
*/
.arsorsCookie_wrapper {
  position: relative; }

/*
  Cookie
*/
.arsorsCookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #ffffff;
  color: #323836;
  font-family: Arial, serif;
  font-size: 15px;
  line-height: 160%;
  border-top: 2px solid #67add8;
  z-index: 1000000;
  /* if the cookie notice is heigher then the window */
  max-height: calc(100% - 60px);
  /* 60px because we have a paddding of 30px */
  overflow-y: auto; }

.arsorsCookie_learnmore {
  color: #006EB7; }
  .arsorsCookie_learnmore:hover {
    text-decoration: underline; }

.arsorsCookie_options label {
  padding: 15px 15px 0 0;
  display: inline-block; }

.arsorsCookie_btnWrapper {
  text-align: right; }

/*
  Checkbox
*/
.arsorsCookie_options input {
  display: none; }

.arsorsCookie_options .arsorsCookie_options_box {
  background: #ffffff;
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  top: 4px;
  border: 2px solid #006EB7;
  margin-right: 6px; }

.arsorsCookie_options_box:after {
  content: "";
  position: absolute;
  display: none; }

.arsorsCookie_options .arsorsCookie_options_box:after {
  left: 6px;
  top: -8px;
  width: 8px;
  height: 18px;
  border: solid #006EB7;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.arsorsCookie_options input:checked ~ .arsorsCookie_options_box:after {
  display: block; }

/*
  Animations
*/
.arsorsCookie {
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%); }

.ac_show .arsorsCookie {
  animation-name: ac_showCookie;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  -moz-animation-name: ac_showCookie;
  -moz-animation-duration: 0.25s;
  -moz-animation-fill-mode: both;
  -webkit-animation-name: ac_showCookie;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-fill-mode: both; }

@keyframes ac_showCookie {
  0% {
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0); } }
@-moz-keyframes ac_showCookie {
  0% {
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0); } }
@-webkit-keyframes ac_showCookie {
  0% {
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0); } }
.ac_show .arsorsCookie_floatingBtn {
  display: none; }

/*
  Error Messages
*/
.ac_error {
  text-align: center;
  padding: 15px;
  margin-bottom: 15px; }

.ac_error {
  background: #006EB7; }
  .ac_error p {
    color: #ffffff !important; }

.ac_error a {
  display: inline-block;
  color: #006EB7;
  background-color: #ffffff;
  padding: 15px; }

#ie-warning {
  background: #ffffff;
  border: solid 1px #006EB7;
  display: none;
  left: 50%;
  max-width: 860px;
  position: fixed;
  top: 20%;
  transform: translate(-50%);
  width: 100%;
  z-index: 10000000; }
  #ie-warning .close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1; }
    #ie-warning .close::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90e";
      font-size: 20px;
      color: #888F8E; }
  #ie-warning .ie-footer p {
    font-size: 1.2rem; }
  #ie-warning .button-list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0; }
    #ie-warning .button-list a {
      padding-left: 60px; }
    #ie-warning .button-list img {
      left: 15px;
      position: absolute;
      top: 7px;
      width: 30px; }
  @media (max-width: 991px) {
    #ie-warning .button-list {
      display: block;
      text-align: center; } }

/*

    Animations

*/
.icon-ajax {
  animation: ajax 2s infinite ease-in-out; }

@-webkit-keyframes ajax {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes ajax {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes ajax {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes ajax {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=style.css.map */
