/*
wenn diese angepasst werden, sollte aktuell in z.B. ArvHeader.js, ArvSearchbar.js und ArvNavigationMain.js die Breakpoints ggf. aktualisiert werden
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 600;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  position: relative;
  font-family: 'gotham';
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  box-sizing: border-box;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  color: #333333;
  font-family: 'gotham';
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  background-color: rgba(234, 233, 226, 0.5);
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 30px;
    line-height: 1.6666666666666667rem;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 800px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-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-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 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .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-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 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .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-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 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -webkit-flex-basis: 16.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 321px) {
  .container {
    width: 321px;
  }
  .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-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 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 481px) {
  .container {
    width: 481px;
  }
  .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-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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 801px) {
  .container {
    width: 801px;
  }
  .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-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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.row > .subindex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row > .subindex .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.box.in-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.col-lg-3,
.col-lg-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.col-lg-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-lg-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
/*
	100    Extra Light or Ultra Light
	200    Light or Thin
	300    Book or Demi
	400    Normal or Regular
	500    Medium
	600    Semibold, Demibold
	700    Bold
	800    Black, Extra Bold or Heavy
	900    Extra Black, Fat, Poster or Ultra Black
*/
/* Better Font Rendering =========== */
html {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * DroidSerif
 */
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/droid-serif/DroidSerif.woff') format('woff');
}
/**
 * OpenSans
 */
/* Light */
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 200;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/opensans/OpenSans-Light.woff') format('woff');
}
/* Regular */
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/opensans/OpenSans-Regular.woff') format('woff');
}
/* Regular - Italic */
@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/opensans/OpenSans-Italic.woff') format('woff');
}
/* Semibold */
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/opensans/OpenSans-Semibold.woff') format('woff');
}
/* Semibold - Italic */
@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 600;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/opensans/OpenSans-SemiboldItalic.woff') format('woff');
}
/* Bold */
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/opensans/OpenSans-Bold.woff') format('woff');
}
/* Extra-Bold */
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 800;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/opensans/OpenSans-Extrabold.woff') format('woff');
}
/**
 * gotham-font
 */
/* Light */
@font-face {
  font-family: 'gotham';
  font-style: normal;
  font-weight: 200;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro-Light.ttf') format('truetype'), url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro-Light.woff') format('woff'), url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro-Light.woff2') format('woff2');
}
/* Regular */
@font-face {
  font-family: 'gotham';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro.ttf') format('truetype'), url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro.woff') format('woff'), url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro.woff2') format('woff2');
}
/* Medium */
@font-face {
  font-family: 'gotham';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro-Medium.ttf') format('truetype'), url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro-Medium.woff') format('woff'), url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro-Medium.woff2') format('woff2');
}
/* Bold */
@font-face {
  font-family: 'gotham';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro-Bold.ttf') format('truetype'), url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro-Bold.woff') format('woff'), url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/gotham-font/GothamPro-Bold.woff2') format('woff2');
}
/**
 * Icon font
 */
@font-face {
  font-family: 'arvato-com-icon-set';
  src: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/arvato-com-icon-set/fonts/arvato-com-icon-set.ttf?i2h34m') format('truetype'), url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/arvato-com-icon-set/fonts/arvato-com-icon-set.woff?i2h34m') format('woff'), url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/fonts/arvato-com-icon-set/fonts/arvato-com-icon-set.svg?i2h34m#arvato-com-icon-set') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="arv-icon-"],
[class*=" arv-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.arv-icon-calendar:before {
  content: "\e926";
}
.arv-icon-clock:before {
  content: "\e927";
}
.arv-icon-location:before {
  content: "\e928";
}
.arv-icon-sort-down:before {
  content: "\e924";
}
.arv-icon-sort-up:before {
  content: "\e925";
}
.arv-icon-tab-arrow:before {
  content: "\e923";
}
.arv-icon-checkbox:before {
  content: "\e920";
}
.arv-icon-error:before {
  content: "\e921";
}
.arv-icon-success:before {
  content: "\e922";
}
.arv-icon-minus:before {
  content: "\e91c";
}
.arv-icon-plus2:before {
  content: "\e91d";
}
.arv-icon-chevron-down:before {
  content: "\e91e";
}
.arv-icon-chevron-up:before {
  content: "\e91f";
}
.arv-icon-mail-klotz:before {
  content: "\e91b";
}
.arv-icon-icon-twitter:before {
  content: "\e919";
}
.arv-icon-icon-xing:before {
  content: "\e91a";
}
.arv-icon-plus:before {
  content: "\e918";
}
.arv-icon-chevron-left:before {
  content: "\e915";
}
.arv-icon-chevron-right:before {
  content: "\e916";
}
.arv-icon-download:before {
  content: "\e917";
}
.arv-icon-home-2:before {
  content: "\e913";
}
.arv-icon-email-2:before {
  content: "\e912";
}
.arv-icon-arrow-left-small:before {
  content: "\e914";
}
.arv-icon-home:before {
  content: "\e902";
}
.arv-icon-arrow-up-small:before {
  content: "\e911";
}
.arv-icon-facebook:before {
  content: "\e907";
}
.arv-icon-linked-in:before {
  content: "\e908";
}
.arv-icon-external:before {
  content: "\e910";
}
.arv-icon-arrow-down-small:before {
  content: "\e903";
}
.arv-icon-chat:before {
  content: "\e904";
}
.arv-icon-country-selection-icon:before {
  content: "\e905";
}
.arv-icon-email:before {
  content: "\e906";
}
.arv-icon-phone:before {
  content: "\e909";
}
.arv-icon-print:before {
  content: "\e90a";
}
.arv-icon-search:before {
  content: "\e90b";
}
.arv-icon-share:before {
  content: "\e90c";
}
.arv-icon-twitter:before {
  content: "\e90d";
}
.arv-icon-xing:before {
  content: "\e90e";
}
.arv-icon-youtube:before {
  content: "\e90f";
}
.arv-icon-arrow-long:before {
  content: "\e900";
}
.arv-icon-arrow-small:before {
  content: "\e901";
}
.arv-icon-facebook-2:before {
  content: "\ea90";
}
.arv-icon-linked-in-2:before {
  content: "\eaca";
}
/*
 * @see style.less
 */
/*.arv-form-select() {
    background: @color-white;
    border: 1px solid @outline-color;
    position: relative;
    max-width: 220px;

    .calendar-navigation &,
    .arv-press & {
        margin: 0 0 0 auto;
    }

    .arv-image-database & {
        max-width: 100%;
    }

    select {
        padding: 10px 15px;
        cursor: pointer;
        width: 100%;
        background: none;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        line-height: normal;
        font-weight: 400;
    }

    .arv-icon.moveDown {
        position: absolute;
        width: 50px;
        height: 100%;
        right: 0;
        top: 0;
        border-left: 1px solid @outline-color;
        background: transparent;
        -webkit-user-select: none;  !* Chrome all / Safari all *!
        -moz-user-select: none;     !* Firefox all *!
        -ms-user-select: none;      !* IE 10+ *!
        user-select: none;
        pointer-events: none;
        color: @color-blue;
        display: flex;
        justify-content: center;
        align-items: center;

        &:before {
            .arv-icon-mixin();
            .font-size(18, 18);
            position: relative;
            display: block;
            content: @arv-icon-chevron-down;
            .size(19px);
        }
    }

    &:hover {
        border-color: @color-dark-grey;
        background-color: @color-dark-grey;
        select {
            color: @color-white;
        }
        .arv-icon.moveDown {
            color: @color-white;
        }
    }

    &:active {
        border-color: @color-blue-dark;
        background-color: @color-blue-dark;
    }
}*/
/**
 * IE10 and IE11 default values for flex are 0 0 auto rather than 0 1 auto, as per the draft spec, as of September 2013.
 */
/**
 * In IE10 and IE11, containers with display: flex and flex-direction: column will not properly calculate their flexed
 * childrens' sizes if the container has min-height but no explicit height property.
 */
/**
 * When using align-items:center on a flex container in the column direction, the contents of flex item, if too big,
 * will overflow their container in IE 10-11.
 *
 * Workaround:
 *
 * Most of the time, this can be fixed by simply setting max-width:100% on the flex item. If the flex item has a
 * padding or border set, you'll also need to make sure to use box-sizing:border-box to account for that space. If the
 * flex item has a margin, using box-sizing alone will not work, so you may need to use a container element with
 * padding instead.
 */
.arv-section > .row .box + .box {
  margin-top: 40px;
}
h1 {
  font-family: 'gotham';
  font-weight: 400;
  font-size: 36px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 2.6666666666666665rem;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 33px;
    font-size: 1.8333333333333333rem;
    line-height: 45px;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 28px;
    font-size: 1.5555555555555556rem;
    line-height: 38px;
    line-height: 2.111111111111111rem;
  }
}
h1.collection-title {
  color: #3F3E3E;
  font-weight: 600;
}
h2 {
  color: #1F2AA6;
  font-family: 'gotham';
  font-weight: 400;
  font-size: 24px;
  font-size: 1.3333333333333333rem;
  line-height: 30px;
  line-height: 1.6666666666666667rem;
  margin-top: 0;
}
h3 {
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
h4 {
  font-family: 'gotham';
  font-weight: 200;
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.3333333333333333rem;
  margin-top: 0;
}
h5 {
  font-family: 'gotham';
  font-weight: 200;
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  margin-top: 0;
}
mark {
  display: block;
  background-color: transparent;
  color: #333333;
  font-family: 'gotham';
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
ul {
  padding-left: 20px;
}
ol li,
ul li {
  margin-bottom: 0;
}
/*
 * arv-btn-ghost (use icon set by dom-class)
 *
 * @icon: overwrite icon (optional)
 * @icon-size: overwrite iconsize
 */
/*
 * arv-btn-ghost
 *
 * @icon could be overwritten
 */
/*
 * arv-btn-ghost
 *
 * @icon-size could be overwritten
 */
/*
 * arv-btn-ghost
 *
 * @icon and @icon-size could be overwritten
 */
/*
 * arv-btn-filled (use icon set by dom-class)
 *
 * @icon: overwrite icon (optional)
 * @icon-size: overwrite iconsize
 */
/*
 * arv-btn-filled
 *
 * @icon could be overwritten
 */
/*
 * arv-btn-filled
 *
 * @icon-size could be overwritten
 */
/*
 * arv-btn-filled
 *
 * @icon and @icon-size could be overwritten
 */
/*
 * arv-link
 *
 * @icon could be overwritten
 */
/*
 * arv-link
 *
 * @icon-size could be overwritten
 */
/*
 * arv-link
 *
 * @icon and @icon-size could be overwritten
 */
.btn {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border-radius: 28.5px;
}
.android .btn,
.safari .btn {
  height: 48px;
}
.button-wrapper .btn {
  height: auto;
}
@-moz-document url-prefix() {
  .btn {
    height: 48px;
  }
  .button-wrapper .btn {
    height: auto;
  }
}
.btn > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.btn > span:first-child {
  opacity: 0.5;
}
.btn span:first-child {
  width: auto;
  text-align: right;
}
.btn span:first-child:last-child {
  width: auto;
}
.btn span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.btn span + span:after {
  content: '';
}
.btn:after {
  content: '';
}
.btn:hover {
  text-decoration: none;
}
.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1F2AA6;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.link > * {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.link.link-primary .arv-icon,
.link .arv-icon {
  position: relative;
  padding-right: 8px;
}
.link.link-primary .arv-icon:before,
.link .arv-icon:before {
  content: "\e901";
}
.arv-link-list .link.link-primary .arv-icon,
.arv-link-list .link .arv-icon,
.arv-joblist td.jobtitle .link.link-primary .arv-icon,
.arv-joblist td.jobtitle .link .arv-icon {
  top: 10px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.link.link-primary .arv-icon.download,
.link .arv-icon.download {
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 26px;
  font-size: 1.4444444444444444rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.link.link-primary .arv-icon.download:before,
.link .arv-icon.download:before {
  content: "\e917";
  height: 26px;
  width: 26px;
}
.link > span:first-child:last-child:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.link > span:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  display: block;
}
.link:hover {
  color: #333333;
  text-decoration: none;
}
.link.link-primary .arv-icon,
.link .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
}
.btn.btn-default {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border: 1px solid #009De0;
  background-color: #009De0;
  color: #FFFFFF;
  font-weight: 600;
}
.android .btn.btn-default,
.safari .btn.btn-default {
  height: 48px;
}
.button-wrapper .btn.btn-default {
  height: auto;
}
@-moz-document url-prefix() {
  .btn.btn-default {
    height: 48px;
  }
  .button-wrapper .btn.btn-default {
    height: auto;
  }
}
.btn.btn-default > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.btn.btn-default > span:first-child {
  opacity: 0.5;
}
.btn.btn-default span:first-child {
  width: auto;
  text-align: right;
}
.btn.btn-default span:first-child:last-child {
  width: auto;
}
.btn.btn-default span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.btn.btn-default span + span:after {
  content: '';
}
.btn.btn-default:after {
  content: '';
}
.btn.btn-default:hover {
  text-decoration: none;
}
.btn.btn-default:hover {
  text-decoration: none;
  border-color: #1F2AA6;
  background-color: #1F2AA6;
  color: #FFFFFF;
}
.btn.btn-default:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.btn.btn-default .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
}
/**
 * exceptionell button styling (currently only used in breadcrumb)
 *
 */
.arv-btn.arv-btn-simple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-weight: 400;
  color: #1F2AA6;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 23.4px;
  line-height: 1.2999999999999998rem;
}
.arv-btn.arv-btn-simple:hover {
  text-decoration: none;
  color: #009DE0;
}
.arv-btn.arv-btn-simple:not(:last-child):after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  display: inline-block;
  font-size: 6.42px;
  padding-left: 9px;
  padding-right: 9px;
  color: #1F2AA6;
}
.arv-btn.arv-btn-simple:last-child {
  color: #1F2AA6;
}
/**
 *  btn-to-link-mixin
 */
/**
 *  Close Button
 */
.arv-icon {
  font-family: 'arvato-com-icon-set' !important;
}
.arv-share-and-print .arv-icon {
  font-size: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
}
.arv-breadcrumb .arv-icon.arv-icon-home {
  padding-left: 0;
  padding-right: 0;
  font-size: 18.69px;
}
.arv-breadcrumb .arv-icon.arv-icon-home:before {
  content: "\e913";
}
.arv-navigation-meta .arv-icon.arv-icon-country-selection-icon {
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
.arv-icon.shareLinkedIn:before,
.arv-icon.shareLinkedInCircled:before {
  content: "\eaca";
}
.arv-icon.shareTwitter:before,
.arv-icon.shareTwitterCircled:before {
  content: "\e90d";
}
.arv-icon.shareXing:before,
.arv-icon.shareXingCircled:before {
  content: "\e90e";
}
.arv-icon.shareFacebook:before,
.arv-icon.shareFacebookCircled:before {
  content: "\e907";
}
.arv-icon.shareYouTube:before,
.arv-icon.shareYouTubeCircled:before {
  content: "\e90f";
}
.arv-icon.shareMailto:before,
.arv-icon.shareMailtoCircled:before {
  content: "\e912";
}
.arv-icon.mailto:before {
  content: "\e906";
}
.arv-icon.chevronLeft:before {
  content: "\e915";
}
.arv-text-asset .arv-icon.arrowRightLarge:before,
.arv-teaser .arv-icon.arrowRightLarge:before {
  content: "\e901";
}
.panel-title .arv-icon.arrowRightSmall,
.tabs-navigation .arv-icon.arrowRightSmall {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding-right: 0;
  position: relative;
  font-size: 17px;
  font-size: 0.9444444444444444rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
.panel-title .arv-icon.arrowRightSmall:before,
.tabs-navigation .arv-icon.arrowRightSmall:before {
  content: "\e918";
  display: inline-block;
}
.arv-image-database .tabs-navigation .arv-icon.arrowRightSmall:before {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  content: "\e923";
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.panel-body .arv-icon.arrowRightSmall {
  font-size: 8px;
  padding-right: 10px;
  text-align: right;
}
.arv-tabs:not(.arv-image-database) .panel-title a.active .arv-icon.arrowRightSmall,
.arv-tabs:not(.arv-image-database) .tabs-navigation a.active .arv-icon.arrowRightSmall {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 24px;
  font-size: 1.3333333333333333rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
.arv-image-database .tabs-navigation a.active .arv-icon.arrowRightSmall:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.arv-icon.calendar {
  display: inline-block;
  padding-right: 0;
  width: 93px;
  height: 93px;
}
.arv-teaser-event .arv-icon.calendar {
  background-image: url(https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/svg-gradient-icons/calendar-icon-colored.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 21px;
}
@media screen and (max-width: 800px) {
  .arv-icon.calendar {
    width: 93px;
    height: 93px;
  }
}
@media screen and (max-width: 480px) {
  .arv-icon.calendar {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .arv-teaser-event .arv-icon.calendar {
    margin-bottom: 0;
  }
  .arv-teaser-event .arv-icon.calendar h2,
  .arv-teaser-event .arv-icon.calendar .h1 {
    margin-bottom: 3px;
  }
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.arv-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-right: 20px;
}
.arv-button-group {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-button-group {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-button-group {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-button-group {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-button-group {
    margin-bottom: 35px;
  }
}
.arv-button-group .arv-button-group-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border: 1px solid #009De0;
  background-color: #009De0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  padding: 8px 11px;
  text-align: center;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1%;
  max-width: none;
}
.android .arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn,
.safari .arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn {
  height: 48px;
}
.button-wrapper .arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn {
  height: auto;
}
@-moz-document url-prefix() {
  .arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn {
    height: 48px;
  }
  .button-wrapper .arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn {
    height: auto;
  }
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn > span:first-child {
  opacity: 0.5;
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn span:first-child {
  width: auto;
  text-align: right;
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn span:first-child:last-child {
  width: auto;
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn span + span:after {
  content: '';
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn:after {
  content: '';
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn:hover {
  text-decoration: none;
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn:hover {
  text-decoration: none;
  border-color: #1F2AA6;
  background-color: #1F2AA6;
  color: #FFFFFF;
}
.arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
@media screen and (max-width: 800px) {
  .arv-button-group .arv-button-group-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .arv-button-group .arv-button-group-inner .arv-btn-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-bottom: 10px;
  }
  .arv-button-group .arv-button-group-inner .arv-btn-wrapper .arv-btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.content,
.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.content > .full,
.content-container > .full {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .content > .full,
  .content-container > .full {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .content > .full,
  .content-container > .full {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.content > .half,
.content-container > .half {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .content > .half,
  .content-container > .half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .content > .half,
  .content-container > .half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.content > .third,
.content-container > .third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .content > .third,
  .content-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .content > .third,
  .content-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 940px) {
  .content > .third,
  .content-container > .third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 940px) and screen and (max-width: 800px) {
  .content > .third,
  .content-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 940px) and screen and (max-width: 480px) {
  .content > .third,
  .content-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .content,
  .content-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 620px) {
  .content > .half,
  .content-container > .half,
  .content > .third,
  .content-container > .third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 620px) and screen and (max-width: 800px) {
  .content > .half,
  .content-container > .half,
  .content > .third,
  .content-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 620px) and screen and (max-width: 480px) {
  .content > .half,
  .content-container > .half,
  .content > .third,
  .content-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .content,
  .content-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.relatedArticleTeaser {
  background: #F5F4F1;
  padding: 15px;
  margin-bottom: 16px;
}
.relatedArticleTeasers-header {
  float: left;
}
h4.relatedArticleTeasers-headline {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0;
  text-decoration: underline;
  text-transform: uppercase;
}
.relatedArticleTeaser-category {
  display: none;
}
.relatedArticleTeaser h3.relatedArticleTeaser-headline {
  font-weight: bold;
  color: #000000;
  font-size: 0.85em;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.relatedArticleTeaser-thumbnail {
  float: left;
  max-width: 150px;
  margin: 0 15px 0 0;
  overflow: hidden;
}
.relatedArticleTeaser-thumbnail img {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.relatedArticleTeaser:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.relatedArticleTeaser p.relatedArticleTeaser-excerpt {
  color: black;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
.relatedArticleTeaser a.relatedArticleTeaser-moreLink {
  color: #1F3E85;
  font-weight: bold;
}
.relatedArticleTeaser a:hover {
  text-decoration: none;
}
/*
.content {
    > .arv-teaser:not(.half):not(.full):not(.third) {
            .col-xs-12;
            background-color: rgba(255, 0, 0, 0.5);
    }
}*/
.arv-text-asset ul {
  padding-left: 1.2rem;
  list-style-type: none;
}
.arv-text-asset ul li {
  margin-bottom: 25px;
  position: relative;
  margin-bottom: 10px;
}
.arv-text-asset ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #646464;
  border-radius: 5px;
  display: block;
  left: -18px;
  top: 0.7rem;
}
.arv-footer ul.service-list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.arv-footer ul.service-list li {
  padding-right: 30px;
}
.arv-footer ul.service-list li:last-child {
  padding-right: 0;
}
.arv-footer ul.service-list,
.arv-footer ul.copyright-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-size: 13px;
  font-size: 0.7222222222222222rem;
  line-height: 18px;
  line-height: 1rem;
}
.arv-footer ul.copyright-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
}
.arv-footer ul.section-list {
  list-style-type: none;
  color: #FFFFFF;
  font-family: 'gotham';
  font-weight: 400;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
}
.arv-footer ul.section-list.social-media {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.arv-footer ul.section-list.social-media li {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.arv-footer ul.section-list.social-media li .arv-icon {
  padding-right: 0;
}
.arv-footer ul.section-list.social-media li:last-child {
  padding-right: 0;
}
.arv-newsboard {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .arv-newsboard {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-newsboard {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-newsboard .newsdummy {
  display: block;
  height: 450px;
  background-color: rgba(255, 0, 0, 0.4);
}
.arv-newsboard .newsdummy.iframe {
  height: 650px;
  background-color: rgba(0, 0, 255, 0.4);
}
.arv-socialcloud {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-socialcloud {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-socialcloud {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-socialcloud .iframe-wrapper {
  height: 800px;
  margin-bottom: 2em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 800px) {
  .arv-socialcloud .iframe-wrapper {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .arv-socialcloud .iframe-wrapper {
    height: 400px;
  }
}
.arv-socialcloud .iframe-wrapper iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
}
.arv-socialcloud .link-wrapper .link {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border: 1px solid #009De0;
  background-color: #FFFFFF;
  color: #1F2AA6;
  margin-left: auto;
  margin-right: auto;
}
.android .arv-socialcloud .link-wrapper .link,
.safari .arv-socialcloud .link-wrapper .link {
  height: 48px;
}
.button-wrapper .arv-socialcloud .link-wrapper .link {
  height: auto;
}
@-moz-document url-prefix() {
  .arv-socialcloud .link-wrapper .link {
    height: 48px;
  }
  .button-wrapper .arv-socialcloud .link-wrapper .link {
    height: auto;
  }
}
.arv-socialcloud .link-wrapper .link > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.arv-socialcloud .link-wrapper .link > span:first-child {
  opacity: 0.5;
}
.arv-socialcloud .link-wrapper .link span:first-child {
  width: auto;
  text-align: right;
}
.arv-socialcloud .link-wrapper .link span:first-child:last-child {
  width: auto;
}
.arv-socialcloud .link-wrapper .link span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.arv-socialcloud .link-wrapper .link span + span:after {
  content: '';
}
.arv-socialcloud .link-wrapper .link:after {
  content: '';
}
.arv-socialcloud .link-wrapper .link:hover {
  text-decoration: none;
}
.arv-socialcloud .link-wrapper .link span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
}
.arv-socialcloud .link-wrapper .link:hover {
  border-color: #009DE0;
  background-color: #009DE0;
  color: #FFFFFF;
}
.arv-socialcloud .link-wrapper .link:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.arv-socialcloud .link-wrapper .link .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
  font-weight: 600;
}
.arv-socialcloud .link-wrapper .link .arv-icon:before {
  position: relative;
  top: 0;
}
@media screen and (max-width: 800px) {
  .arv-socialcloud .link-wrapper .link {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mfp-content {
    max-width: 1024px;
  }
}
@media screen and (max-width: 800px) {
  .mfp-content {
    max-width: 800px;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content {
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .mfp-container {
    padding: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .mfp-container {
    padding: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .mfp-container {
    padding: 20px !important;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-2%);
      -ms-transform: translateY(-2%);
          transform: translateY(-2%);
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
/* Options List */
.selectboxit-container .selectboxit-options {
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  box-shadow: none;
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
.selectboxit-container * {
  font: inherit;
  font-family: 'gotham';
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  color: inherit;
}
.arv-image-database .selectboxit-container {
  display: block;
}
.selectboxit-container .selectboxit {
  border-radius: 0;
  max-width: 220px;
  width: 220px !important;
}
.calendar-navigation .selectboxit-container .selectboxit,
.arv-press .selectboxit-container .selectboxit {
  margin: 0 0 0 auto;
}
.arv-image-database .selectboxit-container .selectboxit {
  max-width: 100%;
  width: 100% !important;
}
.selectboxit-container .selectboxit-options a,
.selectboxit-container span {
  height: 42px;
  line-height: 42px;
}
.selectboxit-container .selectboxit-btn:hover,
.selectboxit-container .selectboxit-btn.selectboxit-focus {
  background-color: #FFFFFF;
}
.selectboxit-container .selectboxit-btn:hover .selectboxit-arrow-container,
.selectboxit-container .selectboxit-btn.selectboxit-focus .selectboxit-arrow-container {
  background-color: #009De0;
  border: 1px solid #009De0;
}
.selectboxit-container .selectboxit-btn:hover .selectboxit-arrow-container .selectboxit-default-arrow:before,
.selectboxit-container .selectboxit-btn.selectboxit-focus .selectboxit-arrow-container .selectboxit-default-arrow:before {
  color: #FFFFFF;
}
.selectboxit-container .selectboxit-btn.selectboxit-enabled {
  background-color: #FFFFFF;
  border-color: #B1B1B1;
}
.selectboxit-container .selectboxit-btn.selectboxit-enabled:hover {
  background-color: #FFFFFF;
  border-color: #B1B1B1;
}
.selectboxit-container .selectboxit-btn .selectboxit-arrow-container {
  background-color: #FFFFFF;
  width: 50px;
  height: 100%;
  border-left: 1px solid #B1B1B1;
}
.selectboxit-container .selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow {
  top: auto;
  width: 50px;
  height: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectboxit-container .selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow:before {
  color: #009De0;
  position: relative;
  display: block;
  content: "\e91e";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1rem;
  width: 19px;
  height: 19px;
}
.selectboxit-container .selectboxit-options {
  border-radius: 0;
  width: 100%;
}
.selectboxit-container .selectboxit-options.selectboxit-list {
  border: 1px solid #b1b1b1;
}
.selectboxit-container .selectboxit-options.selectboxit-list .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.selectboxit-container .selectboxit-options.selectboxit-list .selectboxit-option-last {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.selectboxit-container .selectboxit-options.selectboxit-list .selectboxit-option {
  margin-top: -1px;
  margin-bottom: -1px;
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
}
.selectboxit-container .selectboxit-options.selectboxit-list .selectboxit-option .selectboxit-option-anchor {
  padding: 0;
}
.selectboxit-container .selectboxit-options.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #646464;
  background-image: none;
}
.selectboxit-container .selectboxit-options.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.selectboxit-btn {
  background-color: #FFFFFF;
  background-image: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #1F3E85;
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
  color: #009DE0;
}
a:active {
  color: #1F2AA6;
}
a.arv-link:hover {
  text-decoration: none;
}
.wrapper-top a {
  font-family: 'gotham';
  font-weight: 400;
  color: #009De0;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
.wrapper-top a > .arv-icon {
  padding-right: 4px;
}
.wrapper-top a > .arv-icon:before {
  font-size: 13px;
}
body a.arv-icon {
  font-family: 'arvato-com-icon-set';
  font-size: 14px;
}
body a.arv-icon:hover {
  text-decoration: none;
}
body a.arv-icon:hover:before {
  text-decoration: none;
}
.social-media-icon a.arv-icon {
  font-size: 22px;
}
.arv-navigation-meta a,
.arv-navigation-main a {
  color: #FFFFFF;
  text-decoration: none;
}
.arv-navigation-meta a:hover,
.arv-navigation-main a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.arv-navigation-meta a.active,
.arv-navigation-main a.active {
  color: #FFFFFF;
}
.arv-language-switch a.active {
  color: #595959;
  font-weight: 600;
}
.arv-language-switch a.active:hover {
  color: #1F3E85;
}
.arv-footer a {
  color: #FFFFFF;
  font-family: 'gotham';
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
}
.arv-footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.arv-footer a.logo {
  width: 114px;
  height: 75px;
  bottom: 20px;
  position: relative;
  background-image: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/majorel-logos/logo-footer-x2.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.service-list a {
  color: #333333;
  font-family: 'gotham';
  font-weight: 200;
  font-size: 13px;
  font-size: 0.7222222222222222rem;
  line-height: 18px;
  line-height: 1rem;
}
.service-list a:hover {
  color: #333333;
}
.arv-col-quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 800px) {
  .arv-col-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-col-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-col-third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .arv-col-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-col-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-col-half {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .arv-col-half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-col-half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-col-two-third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
@media screen and (max-width: 800px) {
  .arv-col-two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-col-two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-col-three-quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 800px) {
  .arv-col-three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-col-three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-col-full {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .arv-col-full {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-col-full {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-section.content-sidebar > .row > .content-column {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  padding-top: 42px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .arv-section.content-sidebar > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-section.content-sidebar > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
section[data-arv-stage-type="stageTitle"] + .arv-section.content-sidebar > .row > .content-column {
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .arv-section.content-sidebar > .row > .content-column {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 32px;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-section.content-sidebar > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-section.content-sidebar > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-section.content-sidebar > .row > .content-column {
    padding-top: 22px;
  }
}
@media print {
  .arv-section.content-sidebar > .row > .content-column {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media print and screen and (max-width: 800px) {
  .arv-section.content-sidebar > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media print and screen and (max-width: 480px) {
  .arv-section.content-sidebar > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-section.content-sidebar > .row > .content-column > *:last-child {
  margin-bottom: 0;
}
.arv-section.content-sidebar > .row > .sidebar-column {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 800px) {
  .arv-section.content-sidebar > .row > .sidebar-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-section.content-sidebar > .row > .sidebar-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
section[data-arv-stage-type="stageTitle"] + .arv-section.content-sidebar > .row > .sidebar-column {
  padding-top: 0;
}
.first-has-bg.arv-section.content-sidebar > .row > .sidebar-column > *:first-child {
  margin-top: 42px;
}
@media screen and (max-width: 800px) {
  .first-has-bg.arv-section.content-sidebar > .row > .sidebar-column > *:first-child {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .first-has-bg.arv-section.content-sidebar > .row > .sidebar-column > *:first-child {
    margin-top: 22px;
  }
}
@media screen and (max-width: 800px) {
  .arv-section.content-sidebar > .row > .sidebar-column {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 32px;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-section.content-sidebar > .row > .sidebar-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-section.content-sidebar > .row > .sidebar-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-section.content-sidebar > .row > .sidebar-column {
    padding-top: 22px;
  }
}
@media print {
  .arv-section.content-sidebar > .row > .sidebar-column {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media print and screen and (max-width: 800px) {
  .arv-section.content-sidebar > .row > .sidebar-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media print and screen and (max-width: 480px) {
  .arv-section.content-sidebar > .row > .sidebar-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-section.content-sidebar[data-width-shorten] > .row > .content-column {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 800px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1205px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .content-column {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1205px) and screen and (max-width: 800px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1205px) and screen and (max-width: 480px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .content-column {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1205px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .sidebar-column {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .arv-section.content-sidebar[data-width-shorten] > .row > .sidebar-column .arv-row-adaptive {
    width: inherit;
  }
}
@media screen and (min-width: 800px) and (max-width: 1205px) and screen and (max-width: 800px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .sidebar-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1205px) and screen and (max-width: 480px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .sidebar-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .sidebar-column {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .sidebar-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-section.content-sidebar[data-width-shorten] > .row > .sidebar-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-section.content-full .row .content-column {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .arv-section.content-full .row .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-section.content-full .row .content-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
section[data-arv-stage-type="stageTitle"] + .arv-section.content-full .row .content-column {
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .arv-section.content-full .row .content-column {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-section.content-full .row .content-column {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.arv-section.content-full .row .content-column > *:last-child {
  margin-bottom: 0;
}
.arv-section + .arv-section.content-sidebar .row .content-column,
.arv-section + .arv-section.content-full .row .content-column {
  padding-top: 0;
}
.arv-section + .arv-section.content-sidebar .row .content-column .arv-row-adaptive.dark:last-child,
.arv-section + .arv-section.content-full .row .content-column .arv-row-adaptive.dark:last-child,
.arv-section + .arv-section.content-sidebar .row .content-column .arv-row-adaptive.white:last-child,
.arv-section + .arv-section.content-full .row .content-column .arv-row-adaptive.white:last-child {
  margin-bottom: 0;
}
.arv-section.last-has-bg + .first-has-no-bg {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .arv-section.last-has-bg + .first-has-no-bg {
    margin-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-section.last-has-bg + .first-has-no-bg {
    margin-top: 35px;
  }
}
.site {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.site .arv-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 125px;
  margin-bottom: 40px;
}
@media print {
  .forcetabletheader .site .arv-main-content {
    margin-top: 85px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .site .arv-main-content {
    margin-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .site .arv-main-content {
    margin-top: 68px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
}
@media print {
  .site .arv-main-content {
    margin-top: 85px;
    padding-left: 0;
    padding-right: 0;
  }
}
.site .arv-main-content > .arv-section {
  max-width: 1250px;
  width: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
.site .arv-main-content .arv-stage {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 800px) {
  .site .arv-main-content .arv-stage {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .site .arv-main-content .arv-stage {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.site .arv-main-content section[data-arv-stage-type="stageTitle"] {
  margin-left: 0;
  margin-right: 0;
  max-width: 1250px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.site .page-description {
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  margin-top: 0;
  margin-bottom: 40px;
}
.site .hidden {
  display: none;
}
.arv-row-adaptive {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .arv-row-adaptive {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 800px) {
  .arv-row-adaptive {
    width: inherit;
  }
}
.arv-row-adaptive > a:first-child {
  display: none;
  padding: 0;
  margin: 0;
}
.arv-row-adaptive > .clearfix {
  display: none;
}
.arv-row-adaptive > *:not(.clearfix),
.arv-row-adaptive > .content > * {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .arv-row-adaptive > *:not(.clearfix),
  .arv-row-adaptive > .content > * {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-row-adaptive > *:not(.clearfix),
  .arv-row-adaptive > .content > * {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-row-adaptive > .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.arv-row-adaptive.dark,
.arv-row-adaptive.white {
  padding-top: 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-row-adaptive.dark,
  .arv-row-adaptive.white {
    padding-top: 32px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-row-adaptive.dark,
  .arv-row-adaptive.white {
    padding-top: 22px;
    margin-bottom: 35px;
  }
}
.arv-row-adaptive.dark + .arv-row-adaptive.dark,
.arv-row-adaptive.white + .arv-row-adaptive.dark,
.arv-row-adaptive.dark + .arv-row-adaptive.white,
.arv-row-adaptive.white + .arv-row-adaptive.white {
  margin-top: -40px;
}
@media screen and (max-width: 800px) {
  .arv-row-adaptive.dark + .arv-row-adaptive.dark,
  .arv-row-adaptive.white + .arv-row-adaptive.dark,
  .arv-row-adaptive.dark + .arv-row-adaptive.white,
  .arv-row-adaptive.white + .arv-row-adaptive.white {
    margin-top: -45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-row-adaptive.dark + .arv-row-adaptive.dark,
  .arv-row-adaptive.white + .arv-row-adaptive.dark,
  .arv-row-adaptive.dark + .arv-row-adaptive.white,
  .arv-row-adaptive.white + .arv-row-adaptive.white {
    margin-top: -35px;
  }
}
.arv-row-adaptive.dark:before,
.arv-row-adaptive.white:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  content: '';
  z-index: -1;
  background-color: #F2F4F6;
}
.arv-row-adaptive.white:before {
  background: #F5F4F1;
  background-size: 100% 100%;
}
.arv-row-adaptive > .title h2 {
  margin-top: 0;
}
.arv-row-adaptive .arv-page-anchor {
  display: block;
}
.arv-row-adaptive .arv-page-anchor > a {
  display: block;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  color: #1F2AA6;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 20px;
  line-height: 1.1111111111111112rem;
}
.arv-row-adaptive .arv-page-anchor > a .arv-icon {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 1px;
  line-height: 0.05555555555555555rem;
  padding-right: 6px;
}
.arv-row-adaptive .arv-page-anchor > a:before {
  content: "" attr(data-anchor-number) " ";
  position: absolute;
}
.arv-row-adaptive .arv-row-adaptive {
  margin-left: 0;
  margin-right: 0;
}
.arv-domain-label + .arv-stage .stage-gallery .slide-item .content-wrapper .text-wrapper-outer {
  margin-right: 50px;
}
.arv-gallery {
  position: relative;
  width: 100%;
  /**
     * stage slider
     */
  /**
     * content slider
     */
}
.arv-page-anchor ~ .content .arv-gallery {
  margin-top: 10px;
}
.arv-page-anchor ~ .arv-gallery {
  margin-top: 10px;
}
.arv-gallery .content-container {
  margin: 0;
  display: none;
}
.arv-gallery .content-container.slick-initialized {
  display: block;
}
@media print {
  .arv-gallery.stage-gallery .slick-track {
    width: auto !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
}
.arv-gallery.stage-gallery .slide-item {
  position: relative;
  height: 60vh;
  max-height: 600px;
  min-height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.arv-gallery.stage-gallery .slide-item > * {
  max-width: 100%;
}
@media print {
  .arv-gallery.stage-gallery .slide-item {
    height: auto;
    max-height: none;
    min-height: 0;
    display: none;
    width: auto !important;
  }
  .arv-gallery.stage-gallery .slide-item:first-child,
  .arv-gallery.stage-gallery .slide-item.slick-active {
    display: block;
  }
  .arv-gallery.stage-gallery .slide-item:first-child.slick-cloned,
  .arv-gallery.stage-gallery .slide-item.slick-active.slick-cloned {
    display: none;
  }
}
.arv-gallery.stage-gallery .slide-item .slide-asset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 0;
  /*
                @media screen and (max-width: @breakpoint-mobile-width) {
                    position:relative;
                    top:auto;
                    bottom:auto;
                    left:auto;
                    right:auto;
                    .aspect-ratio(16, 9);
                }
                */
}
.arv-gallery.stage-gallery .slide-item .slide-asset img {
  display: none;
}
.arv-gallery.stage-gallery .slide-item .content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1290px;
  padding-left: 20px;
  padding-right: 40%;
  padding-bottom: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .arv-gallery.stage-gallery .slide-item .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .arv-gallery.stage-gallery .slide-item .content-wrapper {
    padding: 0;
  }
}
.arv-gallery.stage-gallery .slide-item .text-wrapper-outer {
  overflow: hidden;
}
@media print {
  .arv-gallery.stage-gallery .slide-item .text-wrapper-outer {
    overflow: visible;
  }
}
.arv-gallery.stage-gallery .slide-item .text-wrapper {
  display: inline-block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 800px) {
  .arv-gallery.stage-gallery .slide-item .text-wrapper {
    display: block;
    padding: 20px;
  }
}
.arv-gallery.stage-gallery .slide-item .slide-subtitle.h3 {
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  color: #333333;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 800px) {
  .arv-gallery.stage-gallery .slide-item .slide-subtitle.h3 {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-gallery.stage-gallery .slide-item .slide-subtitle.h3 {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
.arv-gallery.stage-gallery .slide-item .slide-subtitle.h3:empty {
  display: none;
}
.arv-gallery.stage-gallery .slide-item .slide-title.h1 {
  font-family: 'gotham';
  font-weight: 400;
  font-size: 36px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 2.6666666666666665rem;
  color: #333333;
}
@media screen and (max-width: 800px) {
  .arv-gallery.stage-gallery .slide-item .slide-title.h1 {
    font-size: 33px;
    font-size: 1.8333333333333333rem;
    line-height: 45px;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-gallery.stage-gallery .slide-item .slide-title.h1 {
    font-size: 28px;
    font-size: 1.5555555555555556rem;
    line-height: 38px;
    line-height: 2.111111111111111rem;
  }
}
.arv-gallery.stage-gallery .slide-item .slide-title.h1:empty {
  display: none;
}
.arv-gallery.stage-gallery .slide-item .slide-copy {
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  color: #333333;
  padding-top: 0.6em;
}
@media screen and (max-width: 800px) {
  .arv-gallery.stage-gallery .slide-item .slide-copy {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-gallery.stage-gallery .slide-item .slide-copy {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
.arv-gallery.stage-gallery .slide-item .slide-copy:empty {
  display: none;
}
.arv-gallery.stage-gallery .slide-item .slide-link .btn {
  border: none;
  background: rgba(255, 255, 255, 0.8);
  min-width: 0px;
  padding-bottom: 5px;
  padding-left: 27px;
  padding-right: 27px;
}
.arv-gallery.stage-gallery .slide-item .slide-link .btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.arv-gallery.stage-gallery .slide-item .slide-link .btn:hover .arv-icon,
.arv-gallery.stage-gallery .slide-item .slide-link .btn:hover .link-title {
  color: #333333;
}
.arv-gallery.stage-gallery .slide-item .slide-link .btn:active {
  background: rgba(255, 255, 255, 0.8);
}
@media print {
  .arv-gallery.stage-gallery .slide-item .slide-link {
    display: none;
  }
}
.arv-gallery.stage-gallery .nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
@media print {
  .arv-gallery.stage-gallery .nav-wrap {
    display: none;
  }
}
.arv-gallery.content-gallery {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-gallery.content-gallery {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-gallery.content-gallery {
    margin-bottom: 35px;
  }
}
.arv-gallery.content-gallery .slide-item .content-wrapper {
  display: none;
}
.arv-gallery.content-gallery .nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .arv-gallery.content-gallery .nav-wrap {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
.arv-gallery.content-gallery .nav-wrap .caption {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.arv-gallery.content-gallery .nav-wrap .slide-subtitle {
  font-weight: 200;
}
.arv-gallery.content-gallery .nav-wrap .slide-title {
  color: #1F2AA6;
  font-family: 'gotham';
  font-size: 24px;
  font-size: 1.3333333333333333rem;
  line-height: 30px;
  line-height: 1.6666666666666667rem;
  font-weight: 400;
  margin-bottom: 0.7em;
}
.arv-gallery.content-gallery .nav-wrap .slide-link {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .arv-gallery.content-gallery .nav-wrap .nav {
    width: 100%;
    padding-bottom: 10px;
  }
}
.arv-gallery.content-gallery .nav-wrap .nav .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .arv-gallery.content-gallery .nav-wrap .nav .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.arv-gallery.content-gallery .nav-wrap .nav .indicator {
  font-size: 18px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
  font-weight: 200;
  padding: 0 20px;
  white-space: nowrap;
}
.arv-gallery .arv-stage-slider {
  height: 60vh;
  max-height: 600px;
  position: relative;
}
.arv-gallery .arv-stage-slider.slick-dotted {
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider {
    height: auto;
    max-height: 100%;
  }
}
.arv-gallery .arv-stage-slider .arv-stage-slider-item {
  position: relative;
  height: 100%;
  float: left;
  display: block;
}
@media screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item {
    height: auto;
  }
}
.arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-image {
    height: auto;
    position: relative;
  }
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-image:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56.25%;
  }
}
.arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content {
    position: relative;
  }
}
.arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin-left: -20px;
  margin-right: -20px;
}
.arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
  position: relative;
  z-index: 1;
  padding: 20px 20px 25px 0 !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 800px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper:before,
.arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper:after {
  content: " ";
  display: table;
}
.arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper:after {
  clear: both;
}
@media screen and (max-width: 1250px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
}
@media screen and (max-width: 1250px) and screen and (max-width: 800px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1250px) and screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 890px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
}
@media screen and (max-width: 890px) and screen and (max-width: 800px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 890px) and screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper:before {
  content: none;
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.85);
  top: 0;
  right: 0;
  left: -100%;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .arv-gallery .arv-stage-slider .arv-stage-slider-item .arv-stage-slider-item-content .arv-stage-slider-item-content-inner .arv-stage-slider-item-content-inner-wrapper:before {
    right: -100%;
  }
}
.arv-gallery .arv-stage-slider .slide-subtitle.h3 {
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  padding-bottom: 12px;
  color: #333333;
  display: inline-block;
  padding: 5px 5px;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 7px;
  clear: left;
  float: left;
}
@media screen and (max-width: 800px) {
  .arv-gallery .arv-stage-slider .slide-subtitle.h3 {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider .slide-subtitle.h3 {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
.arv-gallery .arv-stage-slider .slide-title.h1 {
  font-family: 'gotham';
  font-weight: 400;
  font-size: 36px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 2.6666666666666665rem;
  color: #333333;
  display: inline-block;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 7px;
  clear: left;
  float: left;
}
@media screen and (max-width: 800px) {
  .arv-gallery .arv-stage-slider .slide-title.h1 {
    font-size: 33px;
    font-size: 1.8333333333333333rem;
    line-height: 45px;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider .slide-title.h1 {
    font-size: 28px;
    font-size: 1.5555555555555556rem;
    line-height: 38px;
    line-height: 2.111111111111111rem;
  }
}
.arv-gallery .arv-stage-slider .slide-copy {
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  color: #333333;
  display: block;
  padding-top: 12px;
  padding-bottom: 23px;
  display: inline-block;
  padding: 5px 5px;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 7px;
  clear: left;
  float: left;
}
@media screen and (max-width: 800px) {
  .arv-gallery .arv-stage-slider .slide-copy {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-gallery .arv-stage-slider .slide-copy {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
.arv-gallery .arv-stage-slider .slide-link {
  clear: left;
  float: left;
  margin-top: 20px;
}
.arv-gallery .arv-stage-slider.single-slide .slide-copy {
  padding-bottom: 0;
}
.arv-gallery .arv-stage-slider .slick-list {
  height: 100%;
  overflow: hidden;
}
.arv-gallery .arv-stage-slider .slick-list .slick-track {
  height: 100%;
}
.arv-gallery .arv-stage-slider .nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
.arv-gallery .arv-stage-teasernavigation {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .arv-gallery .arv-stage-teasernavigation {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-gallery .arv-stage-teasernavigation {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1250px) {
  .arv-gallery .arv-stage-teasernavigation {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}
@media screen and (max-width: 1250px) and screen and (max-width: 800px) {
  .arv-gallery .arv-stage-teasernavigation {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1250px) and screen and (max-width: 480px) {
  .arv-gallery .arv-stage-teasernavigation {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 890px) {
  .arv-gallery .arv-stage-teasernavigation {
    display: none;
  }
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -20px;
  margin-left: 20px;
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner > * {
  max-width: 100%;
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner .arv-stage-teasernavigation-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.333%;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-transition: border 300ms;
  transition: border 300ms;
  background-repeat: no-repeat;
  background-size: cover;
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner .arv-stage-teasernavigation-item > * {
  max-width: 100%;
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner .arv-stage-teasernavigation-item .arv-stage-teasernavigation-item-border-left {
  position: absolute;
  z-index: 3;
  top: 0;
  left: -9px;
  bottom: 0;
  width: 20px;
  background-image: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/active-frame.svg');
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner .arv-stage-teasernavigation-item .heading {
  position: relative;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 16px 20px 15px;
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner .arv-stage-teasernavigation-item .heading > * {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 16px;
  line-height: 0.8888888888888888rem;
  margin: 0;
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner .arv-stage-teasernavigation-item:before {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.65);
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner .arv-stage-teasernavigation-item:after {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid #009De0;
  border-left-color: transparent;
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner .arv-stage-teasernavigation-item.active .arv-stage-teasernavigation-item-border-left {
  opacity: 1;
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner .arv-stage-teasernavigation-item.active:before {
  opacity: 1;
  z-index: 1;
}
.arv-gallery .arv-stage-teasernavigation .arv-stage-teasernavigation-inner .arv-stage-teasernavigation-item.active:after {
  opacity: 1;
  z-index: 2;
}
.arv-gallery .arv-content-slider {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
@media screen and (max-width: 800px) {
  .arv-gallery .arv-content-slider {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-gallery .arv-content-slider {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-gallery .arv-content-slider.slick-dotted {
  margin-bottom: 35px;
}
.arv-gallery .arv-content-slider .slick-list {
  overflow: hidden;
}
.arv-gallery .arv-content-slider .arv-stage-slider-item {
  position: relative;
  height: 100%;
  float: left;
  display: block;
}
.slick-prev,
.slick-next {
  color: #009De0;
  font-family: 'arvato-com-icon-set';
  font-size: 20px;
  background-color: transparent;
  border: 0;
}
.slick-prev:hover,
.slick-next:hover {
  color: #646464;
}
.slick-prev:before,
.slick-next:before {
  content: "\e916";
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev:before {
  content: "\e915";
}
/* Dots */
.slick-dots {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 50px;
  width: auto;
  z-index: 1;
}
.slick-dots li {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12px;
  height: 12px;
  margin: 2px 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #009De0;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #009De0;
}
.arv-cookie-notification {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  display: none;
  border-bottom: 1px solid #595959;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 24px;
  line-height: 1.3333333333333333rem;
}
.arv-cookie-notification.open {
  display: block;
}
.arv-cookie-notification .cookie-notification-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
.arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1250px;
  width: 100%;
}
.arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row .cookie-notification-inner {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 800px) {
  .arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row .cookie-notification-inner {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row .cookie-notification-inner .col-text,
.arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row .cookie-notification-inner .col-btn {
  padding-left: 20px;
  padding-right: 20px;
}
.arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row .cookie-notification-inner .col-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row .cookie-notification-inner .col-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
@media screen and (max-width: 800px) {
  .arv-cookie-notification .cookie-notification-wrapper {
    padding: 0 20px;
  }
  .arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row .cookie-notification-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: -20px;
    margin-right: -20px;
  }
  .arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row .cookie-notification-inner .col-text,
  .arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row .cookie-notification-inner .col-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .arv-cookie-notification .cookie-notification-wrapper .cookie-notification-row .cookie-notification-inner .col-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-cookie-notification {
    font-size: 14px;
    font-size: 0.7777777777777778rem;
    line-height: 20px;
    line-height: 1.1111111111111112rem;
  }
  .arv-cookie-notification .col-btn .arv-icon {
    font-size: 10px;
  }
}
.arv-domain-label {
  display: none;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 18px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  font-weight: 400;
}
.arv-domain-label.hidden {
  opacity: 0;
}
.arv-domain-label .arv-domain-label-inner {
  display: inline-block;
  background: #009De0;
  color: #FFFFFF;
  position: relative;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding: 9px 12px;
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
.arv-navigation-main {
  margin-right: 10px;
}
.arv-navigation-main .active {
  text-decoration: underline;
}
.arv-header .arv-navigation-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  /*
        https://service.territory.tools/browse/ARVATOREF-83?focusedCommentId=17202&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17202

        strong {
            + div > ul > .arv-navigation-main--link:first-child,
            + ul > .arv-navigation-main--link:first-child {
                span {
                    .font-size(18);

                    .forcetabletheader & {
                        .font-size(16);
                    }
                    @media screen and (max-width: @breakpoint-tablet-width) {
                        .font-size(16);
                    }
                }
            }
        }
        */
  /*
         * root level above visual dropdown
         */
}
.arv-header .arv-navigation-main > button {
  position: relative;
  display: none;
  cursor: pointer;
  background: none;
  outline: none;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 0px 20px;
  margin-left: 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.arv-header .arv-navigation-main > button span {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.arv-header .arv-navigation-main > button > span {
  display: inline-block;
}
.arv-header .arv-navigation-main > button .icon {
  width: 20px;
  margin-right: 13px;
  vertical-align: baseline;
}
.arv-header .arv-navigation-main > button .icon span {
  height: 2px;
  background: #FFFFFF;
  width: 20px;
  display: block;
  margin-top: 5px;
  margin-bottom: -1px;
}
.arv-header .arv-navigation-main > button:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  content: '';
  background: url(https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/svg-icons/arv-icon-close-white.svg) no-repeat 50% 50%;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > button:before {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.forcetabletheader .arv-header .arv-navigation-main > button {
  font-size: 19px;
  font-size: 1.0555555555555556rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  display: block;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > button {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 32px;
    line-height: 1.7777777777777777rem;
    padding: 0px 8px;
    display: block;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > button {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 32px;
    line-height: 1.7777777777777777rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 1145px) {
  .arv-header .arv-navigation-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}
.arv-header .arv-navigation-main ul,
.arv-header .arv-navigation-main .arv-navigation-main--link {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.93rem;
}
.arv-header .arv-navigation-main ul li:not(.arv-navigation-main--link),
.arv-header .arv-navigation-main .arv-navigation-main--link li:not(.arv-navigation-main--link) {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
.arv-header .arv-navigation-main ul a,
.arv-header .arv-navigation-main .arv-navigation-main--link a,
.arv-header .arv-navigation-main ul strong,
.arv-header .arv-navigation-main .arv-navigation-main--link strong {
  display: block;
  font-weight: normal;
  cursor: pointer;
  font-weight: 600;
}
.arv-header .arv-navigation-main ul a.is-opened,
.arv-header .arv-navigation-main .arv-navigation-main--link a.is-opened,
.arv-header .arv-navigation-main ul strong.is-opened,
.arv-header .arv-navigation-main .arv-navigation-main--link strong.is-opened {
  color: #0C1042;
}
.arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > button {
  background: #0C1042;
  border: 1px solid #0C1042;
}
.arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > button span {
  opacity: 0;
}
.arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > button:before {
  opacity: 1;
}
.arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > ul {
  max-height: calc(100vh - 110px);
}
.forcetabletheader .arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > ul {
  max-height: calc(100vh - 75px);
  margin-top: 45px;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > ul {
    max-height: calc(100vh - 75px);
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > ul {
    max-height: calc(100vh - 55px);
  }
}
.arv-header .arv-navigation-main > ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.forcetabletheader .arv-header .arv-navigation-main > ul {
  position: fixed;
  left: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  background: #0C1042;
  max-height: 0px;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul {
    position: fixed;
    left: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    background: #0C1042;
    max-height: 0px;
  }
}
.arv-header .arv-navigation-main > ul > li:nth-last-child(2) a,
.arv-header .arv-navigation-main > ul > li:nth-last-child(2) strong {
  padding-right: 0;
}
.arv-header .arv-navigation-main > ul > li:last-child {
  display: none;
}
.arv-header .arv-navigation-main > ul > li:last-child ul {
  padding: 10px 20px;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > li:last-child ul {
    padding: 10px 10px;
  }
}
.forcetabletheader .arv-header .arv-navigation-main > ul > li:last-child {
  display: block;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > li:last-child {
    display: block;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link {
  margin-bottom: 5px;
  /*
                 * dropdown of each root level li
                 */
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link {
    margin-bottom: 0;
  }
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link + .arv-navigation-main--link {
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link + .arv-navigation-main--link {
    border-top: 1px solid #D8D8D8;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link-active > a,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link-active > strong {
  font-weight: 600;
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong {
  position: relative;
  padding: 10px 20px;
  top: 1px;
  color: #FFFFFF;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong {
  padding-right: 0;
  padding-left: 20px;
  top: 0;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong {
    padding-right: 0;
    padding-left: 10px;
    top: 0;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a:before,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong:before,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a:after,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a:before,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong:before,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a:after,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong:after {
  display: none;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a:before,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong:before,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a:after,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong:after {
    display: none;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a:before,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong:before {
  border: 1px solid #D8D8D8;
  border-bottom: none;
  z-index: 2;
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a:after,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong:after {
  top: auto;
  border-bottom: 1px solid white;
  z-index: 1;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a.is-opened,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong.is-opened {
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a.is-opened,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong.is-opened {
    font-weight: 600;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a.is-opened:before,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong.is-opened:before,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a.is-opened:after,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong.is-opened:after {
  opacity: 1;
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a:hover,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a span,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong span {
  position: relative;
  display: block;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a span,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong span {
  padding-right: 88px;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a span,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong span {
    padding-right: 68px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a span,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong span {
    padding-right: 60px;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a span:after,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong span:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 3px;
  margin: 0;
  content: "\e916";
  display: none;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a span:after,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong span:after {
  display: block;
  right: 38px;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a span:after,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong span:after {
    display: block;
    right: 28px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a span:after,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong span:after {
    right: 27px;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a.is-opened,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong.is-opened {
  color: #1F2AA6;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a.is-opened span:after,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong.is-opened span:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a.is-opened span:after,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong.is-opened span:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-0 > a span:after,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-0 > strong span:after {
  display: none;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-0 > a span:after,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-0 > strong span:after {
    display: none;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a:not(.is-opened) + div,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong:not(.is-opened) + div {
  opacity: 0;
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > a.is-opened + div,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > strong.is-opened + div {
  z-index: 2;
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  margin-top: 1px;
  overflow: hidden;
  max-width: 1250px;
  border: 1px solid #D8D8D8;
  border-top: none;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  max-height: 95vh;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div {
  margin-top: 0;
  position: relative;
  top: auto;
  border: none;
  max-height: none;
  height: auto;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div {
    margin-top: 0;
    position: relative;
    top: auto;
    border: none;
    max-height: none;
    height: auto;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -100vh;
  z-index: -1;
  background-color: #ffffff;
  pointer-events: none;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div:before {
  bottom: 0;
  background: transparent;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div:before {
    bottom: 0;
    background: transparent;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul {
  width: 33.33333333%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul {
    position: relative;
    width: 100%;
  }
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > a,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > strong {
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > a,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > strong {
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > a,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > strong {
    padding-left: 20px;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > a:before,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > strong:before {
  z-index: 1;
  background: #f4f4f4;
  background: -webkit-linear-gradient(left, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  background: linear-gradient(to right, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > a:before,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > strong:before {
  background: transparent;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > a:before,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > strong:before {
    background: transparent;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > a.is-opened,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > strong.is-opened {
  background: #f4f4f4;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > a.is-opened,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > strong.is-opened {
  background: transparent;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > a.is-opened,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > strong.is-opened {
    background: transparent;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul {
  z-index: 2;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong {
  padding-left: 40px;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong {
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong {
    padding-left: 30px;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a:before,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong:before {
  z-index: 3;
  background: #ebebeb;
  background: -webkit-linear-gradient(left, #ebebeb 0%, rgba(235, 235, 235, 0) 100%);
  background: linear-gradient(to right, #ebebeb 0%, rgba(235, 235, 235, 0) 100%);
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a:before,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong:before {
  background: transparent;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a:before,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong:before {
    background: transparent;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a.is-opened,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong.is-opened {
  background: #ebebeb;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a.is-opened,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong.is-opened {
  background: transparent;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a.is-opened,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong.is-opened {
    background: transparent;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > ul {
  z-index: 4;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong {
  padding-left: 50px;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong {
    padding-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > a,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link > div > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > ul > .arv-navigation-main--link > strong {
    padding-left: 40px;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-1 > div {
  width: calc((100% - (20px * (12 - 1))) / 12 * 4 + ((4 - 1) * (20px * 0.9999)));
  max-width: none;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-1 > div {
  width: 100%;
  left: 0 !important;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-1 > div {
    width: 100%;
    left: 0 !important;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-1 > div > ul {
  width: 100%;
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-2 > div {
  width: calc((100% - (20px * (12 - 1))) / 12 * 8 + ((8 - 1) * (20px * 0.9999)));
  max-width: none;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-2 > div {
  width: 100%;
  left: 0 !important;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-2 > div {
    width: 100%;
    left: 0 !important;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-2 > div > ul {
  width: calc((100% - (20px * (2 - 1))) / 2 * 1 + ((1 - 1) * (20px * 0.9999)));
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-2 > div > ul {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link.arv-navigation-main--link--depth-2 > div > ul {
    width: 100%;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul {
  position: relative;
  left: auto;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul {
    position: relative;
    left: auto;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul.is-opened {
  overflow: visible;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link + .arv-navigation-main--link {
  border-top: 1px solid #FFFFFF;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link + .arv-navigation-main--link {
    border-top: 1px solid #FFFFFF;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link a,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong {
  color: #646464;
  padding: 10px 20px;
  padding-right: 0;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-weight: normal;
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link a:hover,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong:hover {
  color: #009De0;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link a,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong {
  padding: 10px 10px;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link a,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong {
    padding: 10px 10px;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link a,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong {
    padding: 5px 10px;
    padding-right: 0;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link a span,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong span {
  position: relative;
  display: block;
  padding-right: 60px;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link a span,
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong span {
  padding-right: 88px;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link a span,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong span {
    padding-right: 68px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link a span,
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong span {
    padding-right: 60px;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link a:hover,
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong:hover {
  text-decoration: underline;
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong span:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 3px;
  right: 20px;
  margin: 0;
  content: "\e916";
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong span:after {
  right: 38px;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong span:after {
    right: 28px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong span:after {
    right: 27px;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong:before {
  content: '';
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  bottom: -100vh;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: 0;
  pointer-events: none;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong:before {
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong:before {
    bottom: 0;
  }
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong.is-opened {
  color: #1F2AA6;
  font-weight: 600;
}
.arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong.is-opened:before {
  opacity: 1;
}
.forcetabletheader .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong.is-opened span:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main > ul > .arv-navigation-main--link ul .arv-navigation-main--link strong.is-opened span:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media print {
  .arv-header .arv-navigation-main {
    display: none;
  }
}
.hidden-md {
  display: none;
}
@media screen and (max-width: 1145px) {
  .hidden-md {
    display: inline-block;
  }
  .submenu-main {
    width: 100%;
  }
  .submenu-main li {
    width: 100%;
    padding: 10px 20px;
    padding-right: 0;
    top: 0;
    border-top: 1px solid #D8D8D8;
    margin-bottom: 10px;
  }
  .submenu-main li a {
    font-size: 19px;
  }
  .arv-header .arv-navigation-main > ul > li:last-child ul.submenu-main {
    padding: 0;
  }
  .arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > button {
    padding-top: 44px;
    padding-bottom: 47px;
  }
  .forcetabletheader .arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > button {
    padding-top: 20px;
    padding-bottom: 21px;
  }
  .forcetabletheader .arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > ul {
    margin-top: 0;
  }
  .submenu-main li {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  .submenu-main li a {
    font-size: 17px;
  }
  .arv-header .arv-navigation-main.arv-navigation-main--dropdown-visible > button {
    padding-top: 20px;
    padding-bottom: 14px;
  }
}
.arv-navigation-main-socialMedia > span {
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
.arv-navigation-main-socialMedia > a {
  margin: 3px 0;
}
.arv-navigation-main-socialMedia > a > img {
  height: auto;
  position: relative;
  display: inline-block;
  top: 2px;
  margin: 0 10px 0 0;
}
.arv-navigation-main-socialMedia .arv-navigation-main-socialMedia-facebook-icon {
  width: 18px;
}
.arv-navigation-main-socialMedia .arv-navigation-main-socialMedia-twitter-icon {
  width: 22px;
  margin: 0 7px 0 0;
}
.arv-navigation-main-socialMedia .arv-navigation-main-socialMedia-linkedin-icon {
  width: 22px;
  top: 3px;
  margin: 0 6px 0 0;
}
.arv-navigation-meta-splitter {
  color: #009DE0;
  margin: 0 20px;
}
.arv-navigation-meta .language-switcher {
  margin-left: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.arv-navigation-meta .language-switcher a.current_language {
  color: #1F2AA6;
}
.arv-navigation-meta .language-switcher a.current_language:hover {
  color: #1F2AA6;
}
.arv-navigation-meta .language-switcher a:first-child {
  margin-left: 15px;
}
.arv-navigation-meta-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  background-color: #F5F4F1;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  color: #009DE0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 600;
}
.arv-navigation-meta-links > * {
  position: relative;
  bottom: 3px;
}
.arv-navigation-meta-links a {
  color: #009DE0;
  text-transform: uppercase;
  font-weight: 500;
}
.arv-navigation-meta-links a:hover {
  color: #009DE0;
}
.arv-navigation-meta-links-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.arv-navigation-meta-links-contact a:last-child {
  margin-left: 20px;
}
.arv-header .arv-navigation-meta {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: 'gotham';
  font-weight: 400;
  color: #595959;
}
.arv-header .arv-navigation-meta form {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.forcetabletheader .arv-header .arv-navigation-meta {
  margin-top: 0;
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .arv-header .arv-navigation-meta {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-meta {
    margin-top: 0;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .arv-header .arv-navigation-meta {
    display: none;
  }
}
.forcetabletheader .arv-header .arv-navigation-meta > * {
  display: none;
}
.forcetabletheader .arv-header .arv-navigation-meta > *.arv-searchbar,
.forcetabletheader .arv-header .arv-navigation-meta > *.arv-navigation-globalsites {
  display: block;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-meta > * {
    display: none;
  }
  .arv-header .arv-navigation-meta > *.arv-searchbar,
  .arv-header .arv-navigation-meta > *.arv-navigation-globalsites {
    display: block;
  }
}
.arv-header .arv-navigation-meta > * + * {
  margin-left: 40px;
}
.arv-header .arv-navigation-meta > * + .arv-navigation-globalsites {
  margin-left: 25px;
}
.forcetabletheader .arv-header .arv-navigation-meta > * + .arv-navigation-globalsites {
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .arv-header .arv-navigation-meta > * + .arv-navigation-globalsites {
    margin-left: 0;
  }
}
.arv-header .arv-navigation-meta > * + .arv-navigation-globalsites + * {
  margin-left: 25px;
}
@media print {
  .arv-header .arv-navigation-meta {
    display: none;
  }
}
.arv-navigation-meta-socialMedia {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.arv-navigation-meta-socialMedia > span {
  color: #FFFFFF;
}
.arv-navigation-meta-socialMedia > a > img {
  height: auto;
  position: relative;
  display: inline-block;
  top: 6px;
}
.arv-navigation-meta-socialMedia > a:not(:first-child) > img {
  margin: 0 0 0 10px;
}
.arv-navigation-meta-socialMedia .arv-navigation-meta-socialMedia-facebook-icon {
  width: 20px;
}
.arv-navigation-meta-socialMedia .arv-navigation-meta-socialMedia-twitter-icon {
  width: 22px;
  position: relative;
  top: 5px;
}
.arv-navigation-meta-socialMedia .arv-navigation-meta-socialMedia-linkedin-icon {
  width: 20px;
}
.arv-navigation-globalsites-inner {
  position: absolute;
  z-index: 10;
  left: 0px;
  right: 0px;
  margin-top: -1px;
  max-height: 0px;
  overflow: hidden;
  background: #FFFFFF;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites-inner {
    padding: 0 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.forcetabletheader .arv-navigation-globalsites-inner {
  padding: 0 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.arv-navigation-globalsites-inner:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #D8D8D8;
  content: '';
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites-inner:before {
    display: none;
  }
}
.forcetabletheader .arv-navigation-globalsites-inner:before {
  display: none;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites-inner {
    background: #F5F4F1;
    border: none;
    margin-top: 0;
    top: 100%;
  }
}
.forcetabletheader .arv-navigation-globalsites-inner {
  background: #F5F4F1;
  border: none;
  margin-top: 0;
  top: 100%;
}
.arv-navigation-globalsites-inner > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
.forcetabletheader .arv-navigation-globalsites-inner > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites-inner > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.arv-navigation-globalsites-inner > aside {
  width: calc((100% - (20px * (12 - 1))) / 12 * 4 + ((4 - 1) * (20px * 0.9999)));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.forcetabletheader .arv-navigation-globalsites-inner > aside {
  width: calc((100% - (20px * (12 - 1))) / 12 * 6 + ((6 - 1) * (20px * 0.9999)));
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites-inner > aside {
    width: calc((100% - (20px * (12 - 1))) / 12 * 12 + ((12 - 1) * (20px * 0.9999)));
  }
}
.arv-navigation-globalsites-inner > aside > div + div {
  margin-top: 20px;
}
.arv-navigation-globalsites-inner > aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.arv-navigation-globalsites-inner > aside > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.arv-navigation-globalsites-inner > aside + nav {
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites-inner > aside + nav {
    margin-left: 0;
    margin-top: 0;
  }
}
.arv-navigation-globalsites-inner > nav {
  width: calc((100% - (20px * (12 - 1))) / 12 * 8 + ((8 - 1) * (20px * 0.9999)));
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.forcetabletheader .arv-navigation-globalsites-inner > nav {
  width: calc((100% - (20px * (12 - 1))) / 12 * 6 + ((6 - 1) * (20px * 0.9999)));
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites-inner > nav {
    width: calc((100% - (20px * (12 - 1))) / 12 * 12 + ((12 - 1) * (20px * 0.9999)));
  }
}
.arv-navigation-globalsites-inner h3 {
  margin-bottom: 10px;
  padding: 0;
}
.arv-navigation-globalsites > .arv-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 25px 5px;
  border: 1px solid transparent;
  border-bottom: none;
  color: #646464;
}
.arv-navigation-globalsites > .arv-btn:hover {
  color: #009De0;
}
.arv-navigation-globalsites > .arv-btn > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}
.forcetabletheader .arv-navigation-globalsites > .arv-btn {
  padding: 40px 25px;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites > .arv-btn {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 480px) {
  .arv-navigation-globalsites > .arv-btn {
    padding: 30px 15px;
  }
}
.arv-navigation-globalsites > .arv-btn .arv-icon {
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  margin-right: 10px;
}
.forcetabletheader .arv-navigation-globalsites > .arv-btn .arv-icon {
  font-size: 30px;
  font-size: 1.6666666666666667rem;
  line-height: 1px;
  line-height: 0.05555555555555555rem;
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites > .arv-btn .arv-icon {
    font-size: 30px;
    font-size: 1.6666666666666667rem;
    line-height: 1px;
    line-height: 0.05555555555555555rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .arv-navigation-globalsites > .arv-btn .arv-icon {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1px;
    line-height: 0.05555555555555555rem;
  }
}
.forcetabletheader .arv-navigation-globalsites > .arv-btn .arv-btn-title {
  display: none;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites > .arv-btn .arv-btn-title {
    display: none;
  }
}
.arv-navigation-globalsites > .arv-btn:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  content: '' !important;
  background: url(https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/svg-icons/arv-icon-close.svg) no-repeat 50% 50%;
  opacity: 0;
  display: none;
}
.forcetabletheader .arv-navigation-globalsites > .arv-btn:after {
  display: block;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites > .arv-btn:after {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .arv-navigation-globalsites > .arv-btn:after {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible .arv-navigation-globalsites-inner {
  border-color: #D8D8D8;
  max-height: calc(100vh - 110px);
}
.forcetabletheader .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible .arv-navigation-globalsites-inner {
  max-height: calc(100vh - 75px);
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible .arv-navigation-globalsites-inner {
    max-height: calc(100vh - 75px);
  }
}
@media screen and (max-width: 480px) {
  .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible .arv-navigation-globalsites-inner {
    max-height: calc(100vh - 55px);
  }
}
.arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible > .arv-btn {
  position: relative;
  border-color: #D8D8D8;
  color: #009De0;
}
.forcetabletheader .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible > .arv-btn {
  background: #F5F4F1;
  border-color: transparent;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible > .arv-btn {
    background: #F5F4F1;
    border-color: transparent;
  }
}
.arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible > .arv-btn:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #FFFFFF;
  content: '';
  z-index: 15;
}
.forcetabletheader .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible > .arv-btn:before {
  display: none;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible > .arv-btn:before {
    display: none;
  }
}
.forcetabletheader .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible > .arv-btn:after {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible > .arv-btn:after {
    opacity: 1;
  }
}
.forcetabletheader .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible > .arv-btn .arv-icon {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .arv-navigation-globalsites.arv-navigation-globalsites--dropdown-visible > .arv-btn .arv-icon {
    opacity: 0;
  }
}
.arv-navigation-language > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.forcetabletheader .arv-navigation-language > ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media screen and (max-width: 800px) {
  .arv-navigation-language > ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.arv-navigation-language > ul > li {
  display: block;
  margin-bottom: 5px;
}
.arv-navigation-languageitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.arv-navigation-languageitem > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.arv-navigation-languageitem > span {
  display: block;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 0 50%;
}
.arv-navigation-languageitem > span.arv-navigation-languageitem-flag {
  padding-left: 40px;
}
.arv-navigation-languageitem > span + ul {
  margin-left: 10px;
}
.arv-navigation-languageitem > span + ul li a {
  color: #009De0;
}
.arv-navigation-languageitem ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.arv-navigation-languageitem ul li {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}
.arv-navigation-languageitem ul li + li {
  margin-left: 5px;
}
.arv-navigation-languageitem ul li + li > *:before {
  position: relative !important;
  left: auto !important;
  width: auto !important;
  display: inline-block;
  content: '|';
  color: #595959;
  margin-right: 5px;
}
.arv-navigation-languageitem ul li a,
.arv-navigation-languageitem ul li strong {
  font-weight: normal;
  display: block;
}
.arv-navigation-languageitem ul li strong {
  font-weight: 600;
  color: #1F2AA6;
}
.arv-header {
  width: 100%;
  background-color: #1F2AA6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: height 0.2s ease-out, background-color 0.15s ease-out, top 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: height 0.2s ease-out, background-color 0.15s ease-out, top 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: height 0.2s ease-out, background-color 0.15s ease-out, top 0.3s ease-out, transform 0.3s ease-out;
  transition: height 0.2s ease-out, background-color 0.15s ease-out, top 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .arv-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .arv-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.arv-header.collapse {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media print {
  .arv-header.collapse {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.arv-header-inner {
  position: relative;
  max-width: 1250px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1145px) {
  .arv-header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 800px) {
  .arv-header-inner {
    height: 75px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header-inner {
    height: 68px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
  }
}
@media print {
  .arv-header-inner {
    height: 85px;
  }
}
.arv-header-inner .arv-page-title {
  position: absolute;
  bottom: 38px;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 35px;
  font-size: 1.9444444444444444rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
.arv-header-inner .arv-page-title:hover {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .arv-header-inner .arv-page-title {
    font-size: 24px;
    font-size: 1.3333333333333333rem;
    line-height: 32px;
    line-height: 1.7777777777777777rem;
    bottom: 15px;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header-inner .arv-page-title {
    font-size: 18px;
    font-size: 1rem;
    line-height: 32px;
    line-height: 1.7777777777777777rem;
    bottom: 15px;
    right: 20px;
  }
}
.arv-header-inner .arv-logo {
  position: absolute;
  bottom: 15px;
  left: 0px;
  z-index: 10;
  width: 257px;
  height: 77px;
  background-image: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/majorel-logos/Logo_DE.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 15px;
  /*.forcetabletheader & {
                top: 50%;
                bottom: auto;
                left: 20px;

                @media print {
                    left:0;
                }
            }*/
}
@media screen and (max-width: 800px) {
  .arv-header-inner .arv-logo {
    position: relative;
    top: 12px;
    right: 10px;
    margin: 0;
    width: 190px;
  }
}
.arv-header-inner .arv-logo > img {
  width: 100%;
  max-width: 140px;
  height: auto;
  display: block;
  margin-top: -32px;
  /*.forcetabletheader & {
                    max-width: 90px;
                    margin-top: -20px;
                }*/
}
@media screen and (max-width: 800px) {
  .arv-header-inner .arv-logo > img {
    max-width: 90px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header-inner .arv-logo > img {
    max-width: 76px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header-inner .arv-logo {
    top: 14px;
    width: 160px;
  }
}
.arv-header-inner .arv-logo-en {
  background-image: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/majorel-logos/Logo_EN.svg');
  width: 257px;
  height: 77px;
}
@media screen and (max-width: 800px) {
  .arv-header-inner .arv-logo-en {
    width: 190px;
  }
}
@media screen and (max-width: 480px) {
  .arv-header-inner .arv-logo-en {
    width: 160px;
  }
}
@media print {
  .arv-header {
    position: absolute;
  }
}
.arv-stage-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-top: 65px;
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-stage-title {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-stage-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.arv-stage-title .title {
  font-family: 'gotham';
  font-weight: 400;
  font-size: 36px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 2.6666666666666665rem;
  font-size: 46px;
  font-size: 2.5555555555555554rem;
  line-height: 56px;
  line-height: 3.111111111111111rem;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .arv-stage-title .title {
    font-size: 33px;
    font-size: 1.8333333333333333rem;
    line-height: 45px;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-stage-title .title {
    font-size: 28px;
    font-size: 1.5555555555555556rem;
    line-height: 38px;
    line-height: 2.111111111111111rem;
  }
}
.arv-stage-title .subtitle {
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 800px) {
  .arv-stage-title .subtitle {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-stage-title .subtitle {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
.arv-table-of-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1F2AA6;
}
.arv-table-of-contents .table-of-contents-inner {
  max-width: 1290px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.arv-table-of-contents ul {
  margin: 0;
  list-style: none;
  padding: 16px 0px;
}
.arv-table-of-contents ul li {
  display: inline-block;
  padding-right: 45px;
}
.arv-table-of-contents ul li:last-child {
  padding-right: 0;
}
.arv-table-of-contents ul li a {
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  font-weight: 400;
  color: #FFFFFF;
}
.form {
  width: 100%;
  margin: 50px 0;
}
div[data-arv-detail-site] .form {
  margin: 50px 20px;
}
.newsletter-headline {
  font-weight: bold;
  width: 100%;
  text-align: left;
  color: #3F3E3E;
}
.wysija-paragraph {
  margin-top: 5px;
  float: left;
  width: 31%;
  margin-right: 45px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .wysija-paragraph {
    width: 100%;
  }
}
.wysija-paragraph .formError .formErrorContent {
  width: 100%;
}
.wysija-input {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 28.5px;
  border: 1px solid #9C9B9B;
  outline: none;
  color: #9C9B9B;
}
.wysija-input::-webkit-input-placeholder {
  color: #9C9B9B;
}
.wysija-input::-moz-placeholder {
  color: #9C9B9B;
}
.wysija-input:-ms-input-placeholder {
  color: #9C9B9B;
}
.wysija-input::placeholder {
  color: #9C9B9B;
}
.widget_wysija_cont .wysija-submit {
  float: left;
  margin-top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: #009DE0;
  color: #FFFFFF;
}
@media screen and (max-width: 700px) {
  .widget_wysija_cont .wysija-submit {
    margin-top: 0;
  }
}
.widget_wysija_cont .wysija-submit:hover,
.widget_wysija_cont .wysija-submit:focus {
  background: #1F2AA6;
}
@media print {
  .arv-footer {
    display: none;
  }
}
.arv-footer .outer-container {
  min-height: 168px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-footer .outer-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.arv-footer .outer-container.dark {
  background-color: #1F2AA6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 17px;
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container.dark {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.arv-footer .outer-container.dark .grid-container {
  max-width: 1250px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap a {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap > .section-list {
  margin: 0 10% 0 0;
  padding: 0;
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap > .section-list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap > .section-list {
    margin-right: 0;
  }
}
@media screen and (max-width: 620px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap > .section-list {
    width: 40%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap > .section-list {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap .section-list {
    width: 50%;
  }
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 15px;
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .title {
  color: #FFFFFF;
  font-family: 'gotham';
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap > .section-list {
  margin: 0;
  padding: 0;
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper {
  width: 182px;
  display: inline-block;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper {
    margin-left: 0;
    width: inherit;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 10px;
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links a:last-child {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
    margin-left: -20px;
  }
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper,
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .copyright-list {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper,
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper,
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
  }
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper,
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .copyright-list {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper,
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .social-links-wrapper,
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .social-wrap .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .section-list {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .section-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .section-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .section-list {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 840px) and screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .section-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 840px) and screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .section-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .section-list {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .section-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .section-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row > .section-list.social-media {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list .copyright {
  padding-top: 27px;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
  }
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list .copyright {
    padding-right: 0;
  }
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list a.logo {
    margin-left: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-footer .outer-container.white {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.arv-footer .outer-container.white .grid-container {
  max-width: 1250px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.arv-footer .outer-container.white .grid-container .footer-section .section-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container.white .grid-container .footer-section .section-row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 840px) {
  .arv-footer .outer-container.white .grid-container .footer-section .section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.arv-footer .outer-container.white .grid-container .footer-section .section-row .service-list {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container.white .grid-container .footer-section .section-row .service-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-footer .outer-container.white .grid-container .footer-section .section-row .service-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .arv-footer .outer-container.white .grid-container .footer-section .section-row .service-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .arv-footer .outer-container.white .grid-container .footer-section .section-row .service-list li {
    padding: 0 0 10px 0;
  }
}
.arv-footer .outer-container.white .grid-container .footer-section .section-row .copyright-list {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
@media screen and (max-width: 800px) {
  .arv-footer .outer-container.white .grid-container .footer-section .section-row .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-footer .outer-container.white .grid-container .footer-section .section-row .copyright-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 840px) {
  .arv-footer .outer-container.white .grid-container .footer-section .section-row .copyright-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
  }
  .arv-footer .outer-container.white .grid-container .footer-section .section-row .copyright-list a.logo {
    margin-left: 0;
    padding-bottom: 10px;
  }
}
.arv-footer .copyright {
  float: left;
}
.arv-footer .footer-logo {
  float: right;
}
@media screen and (max-width: 1024px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 15px;
  }
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list .footer-logo {
    margin-right: 35px;
  }
}
@media screen and (max-width: 799px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list {
    margin: 0;
  }
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row .copyright-list .footer-logo {
    margin-right: 0px;
  }
}
@media screen and (max-width: 475px) {
  .arv-footer .outer-container.dark .grid-container .footer-section .section-row > .links-wrap .section-list {
    width: 100%;
  }
}
.arv-filler.quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 800px) {
  .arv-filler.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-filler.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-filler.quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-filler.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-filler.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-filler.quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-filler.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-filler.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-filler.third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .arv-filler.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-filler.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-filler.third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-filler.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-filler.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-filler.third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-filler.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-filler.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-filler.half {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .arv-filler.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-filler.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-filler.half {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-filler.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-filler.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-filler.two-third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
@media screen and (max-width: 800px) {
  .arv-filler.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-filler.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-filler.two-third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-filler.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-filler.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-filler.two-third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-filler.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-filler.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-filler.three-quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 800px) {
  .arv-filler.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-filler.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-filler.three-quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-filler.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-filler.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-filler.three-quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-filler.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-filler.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-filler.full {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
.content-full .arv-tabs.arv-row-adaptive:not(.arv-press) {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  padding-left: 0;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .content-full .arv-tabs.arv-row-adaptive:not(.arv-press) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .content-full .arv-tabs.arv-row-adaptive:not(.arv-press) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .content-full .arv-tabs.arv-row-adaptive:not(.arv-press) {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .content-full .arv-tabs.arv-row-adaptive:not(.arv-press) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .content-full .arv-tabs.arv-row-adaptive:not(.arv-press) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/**
 *  TAB-CCORDION MODE
 */
[data-arv-tabs="true"]:not(.arv-image-database) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  visibility: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  [data-arv-tabs="true"]:not(.arv-image-database) {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  [data-arv-tabs="true"]:not(.arv-image-database) {
    margin-bottom: 35px;
  }
}
[data-arv-tabs="true"]:not(.arv-image-database).ready {
  visibility: visible;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  overflow: hidden;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation.fullwidth {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul li {
  margin-bottom: -1px;
  position: relative;
}
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul li {
  border: 1px solid #D8D8D8;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
}
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul li:nth-child(n+2) {
  margin-top: -1px;
}
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul li.active {
  border-color: #B1B1B1;
}
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul li h1,
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul li h2,
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul li h3,
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul li h4,
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul li h5 {
  display: none;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation ul li.active {
  z-index: 100002;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id] {
  padding: 15px;
  position: relative;
  border: 1px solid #D8D8D8;
  border-right-color: transparent;
  margin-left: 8px;
  padding-right: 13px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  font-weight: 400;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id]:hover {
  text-decoration: none;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id] .caption {
  padding-left: 4px;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id].active {
  border: 1px solid #B1B1B1;
  border-right-color: transparent;
  margin-left: 0;
  padding-right: 13px;
  padding-left: 7px;
  z-index: 100001;
  color: #1F2AA6;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id].active .caption {
  padding-left: 8px;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id].active:hover {
  text-decoration: none;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id].active:before {
  content: '';
  width: 1px;
  height: 100vh;
  position: absolute;
  border-right: 1px solid #B1B1B1;
  top: -100vh;
  right: -1px;
  bottom: auto;
  left: auto;
}
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id].active:before {
  display: none;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id].active:after {
  content: '';
  width: 1px;
  height: 100vh;
  position: absolute;
  border-right: 1px solid #B1B1B1;
  top: auto;
  right: -1px;
  bottom: -100vh;
  left: auto;
}
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id].active:after {
  display: none;
}
.accordeon [data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id].active {
  padding-bottom: 10px;
  background-color: red;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id] .arv-icon-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 24px;
  height: 24px;
}
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id] {
  margin-left: 0;
  padding: 0;
  border: none;
}
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation a[data-tab-id].active {
  border: none;
  margin-bottom: 18px;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-navigation div[data-tab-id] {
  height: 0;
  overflow: hidden;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tab-navigation-mobile {
  display: none;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 1px solid #B1B1B1;
  border-left-color: transparent;
  margin-left: -1px;
  position: relative;
  z-index: 1;
  padding: 33px;
}
[data-arv-tabs="true"]:not(.arv-image-database) .tabs-content .hidden {
  display: none;
}
.accordeon[data-arv-tabs="true"]:not(.arv-image-database) .tabs-content {
  display: none;
}
@media screen {
  [data-arv-tabs="true"]:not(.arv-image-database) .print-title {
    display: none;
  }
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border: 1px solid #009De0;
  background-color: #FFFFFF;
  color: #1F2AA6;
}
.android [data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary,
.safari [data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary {
  height: 48px;
}
.button-wrapper [data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary {
  height: auto;
}
@-moz-document url-prefix() {
  [data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary {
    height: 48px;
  }
  .button-wrapper [data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary {
    height: auto;
  }
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary > span:first-child {
  opacity: 0.5;
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary span:first-child {
  width: auto;
  text-align: right;
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary span:first-child:last-child {
  width: auto;
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary span + span:after {
  content: '';
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary:after {
  content: '';
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary:hover {
  text-decoration: none;
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary:hover {
  border-color: #009DE0;
  background-color: #009DE0;
  color: #FFFFFF;
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
  font-weight: 600;
}
[data-arv-tabs="true"]:not(.arv-image-database) .link.link-primary .arv-icon:before {
  position: relative;
  top: 0;
}
/*
 *  DATABASE MODE
 */
[data-arv-tabs="true"].arv-image-database {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  [data-arv-tabs="true"].arv-image-database {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  [data-arv-tabs="true"].arv-image-database {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  [data-arv-tabs="true"].arv-image-database {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  [data-arv-tabs="true"].arv-image-database {
    margin-bottom: 35px;
  }
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation {
    display: none;
  }
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 800px) {
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation ul {
    margin-right: -20px;
    margin-left: -20px;
  }
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation ul li {
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation ul li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation ul li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation ul li {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation ul li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation ul li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation a .arv-icon-wrapper {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 16px;
  border: 1px solid #009De0;
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation a .arv-icon {
  display: inline-block;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation a .arv-icon:before {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation a.active {
  text-decoration: none;
  color: #1F2AA6;
  font-weight: 600;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation a.active .arv-icon-wrapper {
  border-color: transparent;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation a.active .arv-icon-wrapper .arv-icon:before {
  color: #1F2AA6;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation a.active:hover .caption {
  text-decoration: none;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation a:hover {
  text-decoration: none;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation a:hover .caption {
  text-decoration: underline;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tab-navigation-mobile {
  display: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tab-navigation-mobile {
    display: block;
  }
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .print-title {
  display: none;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content [data-tab-active].hidden {
  display: none;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content [data-arv-base-row] {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 800px) {
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content [data-arv-base-row] {
    margin-right: -20px;
    margin-left: -20px;
  }
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .arv-picture.asset {
  margin-bottom: 8px;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .description {
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  padding-bottom: 24px;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .image-download-list {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .image-download-list:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  font-size: 1.7222222222222223rem;
  line-height: 31px;
  line-height: 1.7222222222222223rem;
  content: "\e917";
  margin-right: 16px;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .image-download-list:after {
  display: none;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .image-download-list .image-download-icon {
  display: none;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .image-download-list li:before {
  display: none;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .image-download-list li:after {
  content: '';
  border-right: 1px solid #333333;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .image-download-list li:first-child:after,
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .image-download-list li:last-child:after {
  border-right: none;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .image-download-list li .link {
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-content .arv-image-database-item .image-download-list li .link > span:first-child:last-child:before {
  display: none;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs.dark .tabs-navigation a {
  color: #595959;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs.dark .tabs-navigation a .arv-icon-wrapper {
  border-color: red;
}
[data-arv-tabs="true"].arv-image-database.arv-tabs.dark .tabs-navigation a.active .arv-icon-wrapper {
  border-color: transparent;
}
@media print {
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tabs-navigation,
  [data-arv-tabs="true"].arv-image-database.arv-tabs .tab-navigation-mobile {
    display: none !important;
  }
  [data-arv-tabs="true"].arv-image-database.arv-tabs div[data-tab-id] {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: visible !important;
  }
  [data-arv-tabs="true"].arv-image-database.arv-tabs div[data-tab-id] .print-title {
    display: block !important;
  }
}
div[data-arv-picture] img,
.arv-picture img {
  width: 100%;
  height: auto;
}
.video-container {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.arv-page-anchor ~ .content .video-container {
  margin-top: 10px;
}
.arv-page-anchor ~ .video-container {
  margin-top: 10px;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container div.video-js {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media print {
  .video-container {
    padding-bottom: 0 !important;
    height: auto !important;
  }
  .video-container:after {
    content: "[Video]";
    display: block;
    font-size: 16px;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed,
  .video-container video {
    display: none !important;
  }
}
.arv-text-asset {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-text-asset {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .arv-text-asset {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 900px) {
  .content-full .arv-text-asset > * {
    width: 75%;
  }
  .content-full .arv-text-asset.arv-teaser > * {
    width: 100%;
  }
  .content-full .arv-text-asset .video-container,
  .content-full .arv-text-asset .arv-picture {
    width: 100% !important;
  }
  .content-full .arv-text-asset .link.link-primary,
  .content-full .arv-text-asset .btn.btn-primary {
    width: auto;
  }
}
.content-full .arv-text-asset.half > *,
.content-full .arv-text-asset.third > *,
.content-full .arv-text-asset.two-third > *,
.content-full .arv-text-asset.quarter > *,
.content-full .arv-text-asset.three-quarter > * {
  width: auto;
}
.arv-text-asset.quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 800px) {
  .arv-text-asset.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-text-asset.quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-text-asset.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-text-asset.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-text-asset.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-text-asset.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-text-asset.third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .arv-text-asset.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-text-asset.third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-text-asset.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-text-asset.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-text-asset.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-text-asset.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-text-asset.half {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .arv-text-asset.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.half {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-text-asset.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-text-asset.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-text-asset.two-third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
@media screen and (max-width: 800px) {
  .arv-text-asset.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-text-asset.two-third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-text-asset.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-text-asset.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.two-third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-text-asset.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-text-asset.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-text-asset.three-quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 800px) {
  .arv-text-asset.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-text-asset.three-quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-text-asset.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-text-asset.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.three-quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-text-asset.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-text-asset.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-tabs:not(.arv-image-database) .tabs-navigation .arv-text-asset,
.arv-tabs:not(.arv-image-database) .tabs-content .arv-text-asset {
  padding-left: 0;
  padding-right: 0;
}
.content-sidebar .arv-tabs:not(.arv-image-database) .tabs-navigation .arv-text-asset,
.content-sidebar .arv-tabs:not(.arv-image-database) .tabs-content .arv-text-asset,
.content-full .arv-tabs:not(.arv-image-database) .tabs-navigation .arv-text-asset,
.content-full .arv-tabs:not(.arv-image-database) .tabs-content .arv-text-asset {
  padding-left: 0;
  padding-right: 0;
}
.arv-tabs:not(.arv-image-database) .tabs-navigation .arv-text-asset:last-child,
.arv-tabs:not(.arv-image-database) .tabs-content .arv-text-asset:last-child {
  margin-bottom: 0;
}
.arv-text-asset h3 {
  font-weight: 400;
}
.arv-text-asset b,
.arv-text-asset strong {
  font-weight: 400;
}
.arv-text-asset a + p {
  margin-top: -6px;
}
.arv-tabs .arv-text-asset p {
  margin: 0;
}
.arv-text-asset > *:last-child {
  margin-bottom: 0;
}
.arv-text-asset.benefit {
  text-align: center;
}
.arv-text-asset.benefit > .asset {
  margin: 20px auto 10px auto;
  display: block;
  width: 93px;
  height: 93px;
}
@media screen and (max-width: 800px) {
  .arv-text-asset.benefit > .asset {
    width: 93px;
    height: 93px;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-asset.benefit > .asset {
    width: 70px;
    height: 70px;
  }
}
.arv-text-asset:before,
.arv-text-asset:after {
  content: " ";
  display: table;
}
.arv-text-asset:after {
  clear: both;
}
.arv-text-asset .button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.arv-text-asset .button-wrapper .btn.btn-primary {
  border: none;
  font-size: inherit;
  font-weight: inherit;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  vertical-align: top;
  text-shadow: none;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1F2AA6;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-text-asset .button-wrapper .btn.btn-primary > * {
  display: block;
  vertical-align: top;
  outline: none;
  padding: 0;
}
.arv-text-asset .button-wrapper .btn.btn-primary span {
  display: inline-block;
}
.arv-text-asset .button-wrapper .btn.btn-primary span:first-child {
  width: auto;
  text-align: right;
  padding-right: 0;
}
.arv-text-asset .button-wrapper .btn.btn-primary span:first-child:last-child {
  width: auto;
}
.arv-text-asset .button-wrapper .btn.btn-primary span + span {
  font-size: inherit;
  font-weight: inherit;
}
.arv-text-asset .button-wrapper .btn.btn-primary span + span:after {
  content: '';
}
.arv-text-asset .button-wrapper .btn.btn-primary:after {
  content: '';
}
.arv-text-asset .button-wrapper .btn.btn-primary:hover {
  text-decoration: none;
  background-color: transparent;
}
.arv-text-asset .button-wrapper .btn.btn-primary .arv-icon:before {
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}
.arv-text-asset .button-wrapper .btn.btn-primary .arv-icon.download:before {
  height: 26px;
  margin-right: 8px;
}
.arv-text-asset .button-wrapper .btn.btn-primary > * {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.arv-text-asset .button-wrapper .btn.btn-primary.link-primary .arv-icon,
.arv-text-asset .button-wrapper .btn.btn-primary .arv-icon {
  position: relative;
  padding-right: 8px;
}
.arv-text-asset .button-wrapper .btn.btn-primary.link-primary .arv-icon:before,
.arv-text-asset .button-wrapper .btn.btn-primary .arv-icon:before {
  content: "\e917";
}
.arv-link-list .arv-text-asset .button-wrapper .btn.btn-primary.link-primary .arv-icon,
.arv-link-list .arv-text-asset .button-wrapper .btn.btn-primary .arv-icon,
.arv-joblist td.jobtitle .arv-text-asset .button-wrapper .btn.btn-primary.link-primary .arv-icon,
.arv-joblist td.jobtitle .arv-text-asset .button-wrapper .btn.btn-primary .arv-icon {
  top: 10px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.arv-text-asset .button-wrapper .btn.btn-primary.link-primary .arv-icon.download,
.arv-text-asset .button-wrapper .btn.btn-primary .arv-icon.download {
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 26px;
  font-size: 1.4444444444444444rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-text-asset .button-wrapper .btn.btn-primary.link-primary .arv-icon.download:before,
.arv-text-asset .button-wrapper .btn.btn-primary .arv-icon.download:before {
  content: "\e917";
  height: 26px;
  width: 26px;
}
.arv-text-asset .button-wrapper .btn.btn-primary > span:first-child:last-child:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.arv-text-asset .button-wrapper .btn.btn-primary > span:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  display: block;
}
.arv-text-asset .button-wrapper .btn.btn-primary:hover {
  color: #333333;
  text-decoration: none;
}
.arv-text-asset .button-wrapper .btn.btn-primary.link-primary .arv-icon,
.arv-text-asset .button-wrapper .btn.btn-primary .arv-icon {
  font-size: 26px;
  font-size: 1.4444444444444444rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary {
  border: 1px solid #009De0;
  display: table;
  width: auto;
  max-width: 390px;
  min-width: 175px;
  min-height: 44px;
  padding: 0 30px;
  background-color: #ffffff;
  vertical-align: middle;
}
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary > span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary .arv-icon {
  font-size: 8px;
  color: #1F2AA6;
  padding-right: 10px;
  text-align: right;
}
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary span + span,
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary .link-title,
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary .title {
  font-family: 'gotham';
  font-weight: 400;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  color: #1F2AA6;
  margin-top: -2px;
}
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary:hover {
  text-decoration: none;
  border-color: #646464;
  background-color: #646464;
}
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary:hover span + span,
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary:hover .arv-icon,
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary:hover .link-title,
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary:hover .title {
  color: #FFFFFF;
}
.arv-text-asset .button-wrapper .btn.btn-primary.btn-secondary:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.arv-text-asset .button-wrapper .link.link-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1F2AA6;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-text-asset .button-wrapper .link.link-primary > * {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.arv-text-asset .button-wrapper .link.link-primary.link-primary .arv-icon,
.arv-text-asset .button-wrapper .link.link-primary .arv-icon {
  position: relative;
  padding-right: 8px;
}
.arv-text-asset .button-wrapper .link.link-primary.link-primary .arv-icon:before,
.arv-text-asset .button-wrapper .link.link-primary .arv-icon:before {
  content: "\e901";
}
.arv-link-list .arv-text-asset .button-wrapper .link.link-primary.link-primary .arv-icon,
.arv-link-list .arv-text-asset .button-wrapper .link.link-primary .arv-icon,
.arv-joblist td.jobtitle .arv-text-asset .button-wrapper .link.link-primary.link-primary .arv-icon,
.arv-joblist td.jobtitle .arv-text-asset .button-wrapper .link.link-primary .arv-icon {
  top: 10px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.arv-text-asset .button-wrapper .link.link-primary.link-primary .arv-icon.download,
.arv-text-asset .button-wrapper .link.link-primary .arv-icon.download {
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 26px;
  font-size: 1.4444444444444444rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-text-asset .button-wrapper .link.link-primary.link-primary .arv-icon.download:before,
.arv-text-asset .button-wrapper .link.link-primary .arv-icon.download:before {
  content: "\e917";
  height: 26px;
  width: 26px;
}
.arv-text-asset .button-wrapper .link.link-primary > span:first-child:last-child:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.arv-text-asset .button-wrapper .link.link-primary > span:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  display: block;
}
.arv-text-asset .button-wrapper .link.link-primary:hover {
  color: #333333;
  text-decoration: none;
}
.arv-text-asset .button-wrapper .link.link-primary.link-primary .arv-icon,
.arv-text-asset .button-wrapper .link.link-primary .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
}
.arv-text-asset .button-wrapper > * {
  margin-top: 20px;
  margin-right: 20px;
}
.arv-text-asset .button-wrapper > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .arv-text-asset .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .arv-text-asset .button-wrapper > * {
    margin-top: 20px;
    margin-right: 0;
  }
  .arv-text-asset .button-wrapper > *:first-child {
    margin-top: 0;
  }
}
.arv-teaser {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /*
    mark {
        color: inherit;
        font-family: 'gotham';
        font-weight: 200;
        font-size: 18px;
        .font-size(16, 16);
        background-color: transparent;
        padding-bottom: 10px;
        margin-top: 7px;
        margin-bottom: 0;
    }
    */
  margin-bottom: 40px;
}
.arv-teaser > * {
  max-width: 100%;
}
.arv-teaser h2,
.arv-teaser h3 {
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .arv-teaser h2,
  .arv-teaser h3 {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-teaser h2,
  .arv-teaser h3 {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
.arv-teaser .h1 {
  font-family: 'gotham';
  font-size: 36px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 2.6666666666666665rem;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .arv-teaser .h1 {
    font-size: 33px;
    font-size: 1.8333333333333333rem;
    line-height: 45px;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-teaser .h1 {
    font-size: 28px;
    font-size: 1.5555555555555556rem;
    line-height: 38px;
    line-height: 2.111111111111111rem;
  }
}
.arv-teaser a,
.arv-teaser a:hover {
  text-decoration: none;
  color: #1F3E85;
}
.arv-teaser p {
  margin-top: 3px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .arv-teaser p {
    text-align: left;
  }
}
.arv-teaser .teaser-inner,
.arv-teaser .teaser-wrapper {
  position: relative;
  color: inherit;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.arv-teaser .teaser-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 75%;
  min-height: 215px;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .arv-teaser .teaser-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .arv-teaser .teaser-inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.arv-teaser .teaser-inner .arv-excerpt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.arv-teaser .teaser-inner .arv-excerpt .title {
  font-weight: 500;
}
.arv-teaser .teaser-inner .link.link-primary {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border: 1px solid #009De0;
  background-color: #FFFFFF;
  color: #1F2AA6;
}
.android .arv-teaser .teaser-inner .link.link-primary,
.safari .arv-teaser .teaser-inner .link.link-primary {
  height: 48px;
}
.button-wrapper .arv-teaser .teaser-inner .link.link-primary {
  height: auto;
}
@-moz-document url-prefix() {
  .arv-teaser .teaser-inner .link.link-primary {
    height: 48px;
  }
  .button-wrapper .arv-teaser .teaser-inner .link.link-primary {
    height: auto;
  }
}
.arv-teaser .teaser-inner .link.link-primary > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.arv-teaser .teaser-inner .link.link-primary > span:first-child {
  opacity: 0.5;
}
.arv-teaser .teaser-inner .link.link-primary span:first-child {
  width: auto;
  text-align: right;
}
.arv-teaser .teaser-inner .link.link-primary span:first-child:last-child {
  width: auto;
}
.arv-teaser .teaser-inner .link.link-primary span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.arv-teaser .teaser-inner .link.link-primary span + span:after {
  content: '';
}
.arv-teaser .teaser-inner .link.link-primary:after {
  content: '';
}
.arv-teaser .teaser-inner .link.link-primary:hover {
  text-decoration: none;
}
.arv-teaser .teaser-inner .link.link-primary span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
}
.arv-teaser .teaser-inner .link.link-primary:hover {
  border-color: #009DE0;
  background-color: #009DE0;
  color: #FFFFFF;
}
.arv-teaser .teaser-inner .link.link-primary:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.arv-teaser .teaser-inner .link.link-primary .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
  font-weight: 600;
}
.arv-teaser .teaser-inner .link.link-primary .arv-icon:before {
  position: relative;
  top: 0;
}
.arv-teaser .teaser-inner .title {
  color: #3F3E3E;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
.arv-teaser .teaser-inner .copy {
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  color: #1F3E85;
  font-weight: 600;
}
.arv-teaser .teaser-inner > * {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .arv-teaser {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-teaser {
    margin-bottom: 35px;
  }
}
.arv-teaser .asset-wrapper {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.half.arv-teaser .asset-wrapper,
.third.arv-teaser .asset-wrapper {
  display: block;
}
.arv-teaser.half .teaser-wrapper,
.arv-teaser.third .teaser-wrapper {
  display: block;
  background: #FFFFFF;
  box-shadow: 1px 1px 2px 0px #D8D8D8;
}
.arv-teaser.half .teaser-inner,
.arv-teaser.third .teaser-inner {
  max-width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.arv-teaser.half h3,
.arv-teaser.third h3 {
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .arv-teaser.half h3,
  .arv-teaser.third h3 {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-teaser.half h3,
  .arv-teaser.third h3 {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
.arv-teaser.half p,
.arv-teaser.third p {
  text-align: left;
}
@media screen and (max-width: 620px) {
  .arv-teaser.half {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 620px) and screen and (max-width: 800px) {
  .arv-teaser.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 620px) and screen and (max-width: 480px) {
  .arv-teaser.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 940px) {
  .arv-teaser.third {
    margin-bottom: 45px;
  }
}
.arv-teaser.arv-teaser-event .teaser-inner {
  max-width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .arv-teaser.arv-teaser-event .teaser-inner {
    max-width: 100%;
  }
}
.arv-teaser.arv-teaser-event.half .teaser-inner {
  max-width: 100%;
}
.arv-teaser.arv-teaser-event .event-title {
  text-align: center;
}
.arv-teaser.arv-teaser-event .event-title h2,
.arv-teaser.arv-teaser-event .event-title h3,
.arv-teaser.arv-teaser-event .event-title .h1 {
  font-size: 24px;
  font-size: 1.3333333333333333rem;
  line-height: 48px;
  line-height: 2.6666666666666665rem;
  margin-top: 3px;
  margin-bottom: 6px;
}
.arv-teaser.arv-teaser-event .event-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 32px;
}
.arv-teaser.arv-teaser-event .event-details > * {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .arv-teaser.arv-teaser-event .event-details {
    margin-bottom: 22px;
  }
}
.arv-teaser.arv-teaser-event .event-details > .event-detail {
  color: #002749;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 27px;
  line-height: 1.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.arv-teaser.arv-teaser-event .event-details .event-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.arv-teaser.arv-teaser-event .event-details .event-detail.date > span:before,
.arv-teaser.arv-teaser-event .event-details .event-detail.time > span:before,
.arv-teaser.arv-teaser-event .event-details .event-detail.location > span:before {
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.arv-teaser.arv-teaser-event .event-details .event-detail.date > span:before {
  content: '';
  display: inline-block;
  background-image: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/svg-icons/calendar-icon-numbered.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
}
.arv-teaser.arv-teaser-event .event-details .event-detail.time > span:before {
  content: '';
  display: inline-block;
  background-image: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/svg-icons/arv-icon-clock.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
}
.arv-teaser.arv-teaser-event .event-details .event-detail.location > span:before {
  content: '';
  display: inline-block;
  background-image: url('https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/svg-icons/arv-icon-location.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 23px;
}
.arv-teaser.arv-teaser-event .btn.btn-primary {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border: 1px solid #009De0;
  background-color: #009De0;
  color: #FFFFFF;
  font-weight: 600;
  padding: 16px 50px;
}
.android .arv-teaser.arv-teaser-event .btn.btn-primary,
.safari .arv-teaser.arv-teaser-event .btn.btn-primary {
  height: 48px;
}
.button-wrapper .arv-teaser.arv-teaser-event .btn.btn-primary {
  height: auto;
}
@-moz-document url-prefix() {
  .arv-teaser.arv-teaser-event .btn.btn-primary {
    height: 48px;
  }
  .button-wrapper .arv-teaser.arv-teaser-event .btn.btn-primary {
    height: auto;
  }
}
.arv-teaser.arv-teaser-event .btn.btn-primary > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.arv-teaser.arv-teaser-event .btn.btn-primary > span:first-child {
  opacity: 0.5;
}
.arv-teaser.arv-teaser-event .btn.btn-primary span:first-child {
  width: auto;
  text-align: right;
}
.arv-teaser.arv-teaser-event .btn.btn-primary span:first-child:last-child {
  width: auto;
}
.arv-teaser.arv-teaser-event .btn.btn-primary span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.arv-teaser.arv-teaser-event .btn.btn-primary span + span:after {
  content: '';
}
.arv-teaser.arv-teaser-event .btn.btn-primary:after {
  content: '';
}
.arv-teaser.arv-teaser-event .btn.btn-primary:hover {
  text-decoration: none;
}
.arv-teaser.arv-teaser-event .btn.btn-primary:hover {
  text-decoration: none;
  border-color: #1F2AA6;
  background-color: #1F2AA6;
  color: #FFFFFF;
}
.arv-teaser.arv-teaser-event .btn.btn-primary:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.arv-teaser.arv-teaser-event.half .teaser-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.arv-teaser.arv-teaser-event.half .event-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.arv-teaser.arv-teaser-event.half .event-details > * {
  max-width: 100%;
}
.international-linkage {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .international-linkage {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage {
    margin-bottom: 35px;
  }
}
.international-linkage.quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 800px) {
  .international-linkage.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .international-linkage.quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .international-linkage.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .international-linkage.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage.quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .international-linkage.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .international-linkage.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.international-linkage.third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .international-linkage.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .international-linkage.third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .international-linkage.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .international-linkage.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage.third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .international-linkage.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .international-linkage.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.international-linkage.half {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .international-linkage.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage.half {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .international-linkage.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .international-linkage.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.international-linkage.two-third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
@media screen and (max-width: 800px) {
  .international-linkage.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .international-linkage.two-third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .international-linkage.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .international-linkage.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage.two-third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .international-linkage.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .international-linkage.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.international-linkage.three-quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 800px) {
  .international-linkage.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .international-linkage.three-quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .international-linkage.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .international-linkage.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage.three-quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .international-linkage.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .international-linkage.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.international-linkage .asset {
  margin: 20px 0 10px 0;
  width: 93px;
  height: 93px;
}
@media screen and (max-width: 800px) {
  .international-linkage .asset {
    width: 93px;
    height: 93px;
  }
}
@media screen and (max-width: 480px) {
  .international-linkage .asset {
    width: 70px;
    height: 70px;
  }
}
.international-linkage .international-linkage-desktop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.international-linkage .international-linkage-desktop ul li {
  margin: 0;
}
.international-linkage .international-linkage-desktop ul li:before {
  content: none;
}
.international-linkage .international-linkage-desktop ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1F2AA6;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
.international-linkage .international-linkage-desktop ul li a > * {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.international-linkage .international-linkage-desktop ul li a.link-primary .arv-icon,
.international-linkage .international-linkage-desktop ul li a .arv-icon {
  position: relative;
  padding-right: 8px;
}
.international-linkage .international-linkage-desktop ul li a.link-primary .arv-icon:before,
.international-linkage .international-linkage-desktop ul li a .arv-icon:before {
  content: "\e901";
}
.arv-link-list .international-linkage .international-linkage-desktop ul li a.link-primary .arv-icon,
.arv-link-list .international-linkage .international-linkage-desktop ul li a .arv-icon,
.arv-joblist td.jobtitle .international-linkage .international-linkage-desktop ul li a.link-primary .arv-icon,
.arv-joblist td.jobtitle .international-linkage .international-linkage-desktop ul li a .arv-icon {
  top: 10px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.international-linkage .international-linkage-desktop ul li a.link-primary .arv-icon.download,
.international-linkage .international-linkage-desktop ul li a .arv-icon.download {
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 26px;
  font-size: 1.4444444444444444rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.international-linkage .international-linkage-desktop ul li a.link-primary .arv-icon.download:before,
.international-linkage .international-linkage-desktop ul li a .arv-icon.download:before {
  content: "\e917";
  height: 26px;
  width: 26px;
}
.international-linkage .international-linkage-desktop ul li a > span:first-child:last-child:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.international-linkage .international-linkage-desktop ul li a > span:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  display: block;
}
.international-linkage .international-linkage-desktop ul li a:hover {
  color: #333333;
  text-decoration: none;
}
.international-linkage .international-linkage-desktop ul li a.link-primary .arv-icon,
.international-linkage .international-linkage-desktop ul li a .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
}
.international-linkage .international-linkage-mobile {
  display: none;
}
.arv-sidebar-contact {
  margin-bottom: 25px;
}
.arv-sidebar-contact .sidebar-contact-inner {
  padding-bottom: 7px;
  background: #FFFFFF;
  /*box-shadow: 1px 1px 2px 0px @color-border-default;*/
}
.arv-sidebar-contact .contact-title {
  position: relative;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  font-weight: 400;
  padding: 26px 14px 0;
  margin-bottom: 7px;
}
.arv-sidebar-contact .contact-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 1px;
  width: 8%;
  left: 14px;
  background: #1F2AA6;
}
.arv-sidebar-contact .contact-details {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 20px;
  line-height: 1.1111111111111112rem;
  font-weight: 200;
  color: #333333;
  padding: 26px 14px;
}
.arv-sidebar-contact .contact-details .name {
  font-weight: 600;
}
.arv-sidebar-contact .contact-details .address {
  margin-bottom: 20px;
}
.arv-sidebar-contact .contact-details .icons {
  margin-top: 20px;
  margin-bottom: 10px;
}
.arv-sidebar-contact .contact-links {
  background-color: #FFFFFF;
  padding: 0 14px 10px;
}
.arv-sidebar-contact .contact-links a {
  display: inline-block;
  margin-right: 10px;
}
.arv-sidebar-contact .contact-links a:hover {
  text-decoration: none;
}
.arv-sidebar-contact .contact-links a span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  color: #009De0;
  padding: 0;
  text-align: center;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.arv-sidebar-contact .contact-links a span:hover {
  color: #595959 !important;
}
.arv-sidebar-contact .contact-links a span:active {
  color: #1F2AA6 !important;
}
.arv-sidebar-contact .contact-links a span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 20px;
  line-height: 1.1111111111111112rem;
}
.arv-sidebar-contact .contact-links a span.shareMailto:before {
  font-size: 15px;
  font-size: 0.8333333333333334rem;
  line-height: 20px;
  line-height: 1.1111111111111112rem;
  content: "\e912";
}
.arv-sidebar-contact .contact-links a span.shareLinkedIn:before {
  font-size: 18px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.1111111111111112rem;
  content: "\eaca";
  top: -1px;
}
.arv-sidebar-contact .contact-links a span.shareTwitter:before {
  font-size: 12px;
  font-size: 0.6666666666666666rem;
  line-height: 20px;
  line-height: 1.1111111111111112rem;
}
.arv-sidebar-contact .contact-links a span.shareXing:before {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  line-height: 20px;
  line-height: 1.1111111111111112rem;
}
.arv-result {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .arv-result {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-result {
    margin-bottom: 35px;
  }
}
.arv-result.quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 800px) {
  .arv-result.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-result.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-result.quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-result.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-result.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-result.quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-result.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-result.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-result.third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .arv-result.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-result.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-result.third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-result.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-result.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-result.third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-result.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-result.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-result.half {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .arv-result.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-result.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-result.half {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-result.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-result.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-result.two-third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
@media screen and (max-width: 800px) {
  .arv-result.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-result.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-result.two-third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-result.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-result.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-result.two-third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-result.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-result.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-result.three-quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 800px) {
  .arv-result.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-result.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-result.three-quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-result.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-result.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-result.three-quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-result.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-result.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-result .asset {
  margin: 20px auto 10px auto;
  width: 93px;
  height: 93px;
}
@media screen and (max-width: 800px) {
  .arv-result .asset {
    width: 93px;
    height: 93px;
  }
}
@media screen and (max-width: 480px) {
  .arv-result .asset {
    width: 70px;
    height: 70px;
  }
}
.arv-result .super {
  font-size: 46px;
  font-size: 2.5555555555555554rem;
  line-height: 48px;
  line-height: 2.6666666666666665rem;
  font-weight: 200;
  margin-bottom: 5px;
}
.arv-result p b {
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  font-weight: 400;
}
.arv-result.arv-result-fact {
  text-align: center;
}
.arv-result.arv-result-fact p {
  text-align: center !important;
}
.arv-result.arv-result-fact .super {
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  font-weight: 400;
}
.arv-result.arv-result-fact a.link {
  float: none;
  margin: 0 auto;
}
.singleTag {
  color: #009DE0;
}
.arv-text-statement {
  border: 1px solid #D8D8D8;
  margin: 0;
  margin-bottom: 40px;
  padding: 55px;
  color: #595959;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .arv-text-statement {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-text-statement {
    margin-bottom: 35px;
  }
}
.arv-text-statement .statement {
  font-size: 24px;
  font-size: 1.3333333333333333rem;
  line-height: 40px;
  line-height: 2.2222222222222223rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .arv-text-statement .statement {
    font-size: 18px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.5555555555555556rem;
    margin-bottom: 20px;
  }
}
.arv-text-statement cite {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 16px;
  line-height: 0.8888888888888888rem;
  width: 70%;
  margin-top: 30px;
  font-style: normal;
}
.arv-link-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-link-list {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-link-list {
    margin-bottom: 35px;
  }
}
.arv-link-list .copy p {
  margin: 0 0 1em 0;
}
.arv-link-list .arv-row ul {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 0 0 0;
  margin-top: 0;
  margin-bottom: -10px;
}
@media screen and (max-width: 800px) {
  .arv-link-list .arv-row ul {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.arv-link-list .arv-row ul > li {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .arv-link-list .arv-row ul > li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-link-list .arv-row ul > li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-link-list .arv-row ul > li {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-link-list .arv-row ul > li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-link-list .arv-row ul > li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-link-list .arv-row ul > li {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-link-list .arv-row ul > li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-link-list .arv-row ul > li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-link-list .arv-row ul > li.download .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1F2AA6;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-link-list .arv-row ul > li.download .link > * {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.arv-link-list .arv-row ul > li.download .link.link-primary .arv-icon,
.arv-link-list .arv-row ul > li.download .link .arv-icon {
  position: relative;
  padding-right: 8px;
}
.arv-link-list .arv-row ul > li.download .link.link-primary .arv-icon:before,
.arv-link-list .arv-row ul > li.download .link .arv-icon:before {
  content: "\e901";
}
.arv-link-list .arv-link-list .arv-row ul > li.download .link.link-primary .arv-icon,
.arv-link-list .arv-link-list .arv-row ul > li.download .link .arv-icon,
.arv-joblist td.jobtitle .arv-link-list .arv-row ul > li.download .link.link-primary .arv-icon,
.arv-joblist td.jobtitle .arv-link-list .arv-row ul > li.download .link .arv-icon {
  top: 10px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.arv-link-list .arv-row ul > li.download .link.link-primary .arv-icon.download,
.arv-link-list .arv-row ul > li.download .link .arv-icon.download {
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 26px;
  font-size: 1.4444444444444444rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-link-list .arv-row ul > li.download .link.link-primary .arv-icon.download:before,
.arv-link-list .arv-row ul > li.download .link .arv-icon.download:before {
  content: "\e917";
  height: 26px;
  width: 26px;
}
.arv-link-list .arv-row ul > li.download .link > span:first-child:last-child:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.arv-link-list .arv-row ul > li.download .link > span:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  display: block;
}
.arv-link-list .arv-row ul > li.download .link:hover {
  color: #333333;
  text-decoration: none;
}
.arv-department-overview {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .arv-department-overview {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-department-overview {
    margin-bottom: 35px;
  }
}
.arv-department-overview .logo {
  display: block;
  width: 82px;
  height: 34px;
  margin: 0 auto;
  background: url(https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/arvato-logo-black.svg) center center no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .arv-department-overview .logo {
    margin-bottom: 20px;
  }
}
.arv-department-overview hr {
  border: 0;
  border-top: 1px solid #8B8B8B;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 800px) {
  .arv-department-overview hr {
    margin-bottom: 40px;
  }
}
.arv-department-overview .arv-row + hr {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .arv-department-overview .arv-row + hr {
    margin-bottom: 20px;
  }
}
.arv-department-overview .globe-link + hr {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .arv-department-overview .globe-link + hr {
    margin-top: 20px;
  }
}
.arv-department-overview .overview-btn-list {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .arv-department-overview .overview-btn-list {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.arv-department-overview .overview-btn-list li {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .arv-department-overview .overview-btn-list li {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 800px) {
  .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 480px) {
  .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-department-overview .overview-btn-list li {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-department-overview .overview-btn-list li {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.content-sidebar .content-column .arv-department-overview .overview-btn-list li {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 800px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 480px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .content-sidebar .content-column .arv-department-overview .overview-btn-list li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-department-overview .overview-btn-list li .btn {
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #0075b4 0%, #809460 51%, #ffb300 100%);
  background: linear-gradient(to right, #0075b4 0%, #809460 51%, #ffb300 100%);
  max-width: none;
  min-width: 1px;
  min-height: 1px;
  padding: 1px;
  border: 0;
}
.arv-department-overview .overview-btn-list li .btn:hover .link-title,
.arv-department-overview .overview-btn-list li .btn:hover .arv-icon {
  color: #009DE0;
}
.arv-department-overview .overview-btn-list li .btn .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 160px;
  padding: 20px;
  background-color: #FFFFFF;
}
.arv-department-overview .overview-btn-list li .btn .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1F2AA6;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.arv-department-overview .overview-btn-list li .btn .link-wrap > * {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.arv-department-overview .overview-btn-list li .btn .link-wrap.link-primary .arv-icon,
.arv-department-overview .overview-btn-list li .btn .link-wrap .arv-icon {
  position: relative;
  padding-right: 8px;
}
.arv-department-overview .overview-btn-list li .btn .link-wrap.link-primary .arv-icon:before,
.arv-department-overview .overview-btn-list li .btn .link-wrap .arv-icon:before {
  content: "\e901";
}
.arv-link-list .arv-department-overview .overview-btn-list li .btn .link-wrap.link-primary .arv-icon,
.arv-link-list .arv-department-overview .overview-btn-list li .btn .link-wrap .arv-icon,
.arv-joblist td.jobtitle .arv-department-overview .overview-btn-list li .btn .link-wrap.link-primary .arv-icon,
.arv-joblist td.jobtitle .arv-department-overview .overview-btn-list li .btn .link-wrap .arv-icon {
  top: 10px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.arv-department-overview .overview-btn-list li .btn .link-wrap.link-primary .arv-icon.download,
.arv-department-overview .overview-btn-list li .btn .link-wrap .arv-icon.download {
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 26px;
  font-size: 1.4444444444444444rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-department-overview .overview-btn-list li .btn .link-wrap.link-primary .arv-icon.download:before,
.arv-department-overview .overview-btn-list li .btn .link-wrap .arv-icon.download:before {
  content: "\e917";
  height: 26px;
  width: 26px;
}
.arv-department-overview .overview-btn-list li .btn .link-wrap > span:first-child:last-child:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.arv-department-overview .overview-btn-list li .btn .link-wrap > span:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  display: block;
}
.arv-department-overview .overview-btn-list li .btn .link-wrap:hover {
  color: #333333;
  text-decoration: none;
}
.arv-department-overview .overview-btn-list li .btn .link-wrap .arv-icon {
  margin-top: 1px;
}
.arv-department-overview .overview-btn-list li .btn .link-wrap .link-title {
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  font-weight: 400;
}
.arv-department-overview .globe-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.arv-department-overview .globe-link .globe {
  font-size: 50px;
  font-size: 2.7777777777777777rem;
  line-height: 50px;
  line-height: 2.7777777777777777rem;
  padding: 0;
  text-align: center;
  display: block;
}
.arv-department-overview .globe-link .globe:before {
  content: "\e905";
}
.arv-department-overview .globe-link .arrowRightLarge {
  margin-top: 1px;
}
.arv-department-overview .globe-link .arrowRightLarge + span {
  font-size: 18px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
  font-weight: 400;
}
.arv-press {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-press {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-press {
    margin-bottom: 35px;
  }
}
.arv-press .title {
  margin-top: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
@media screen and (max-width: 800px) {
  .arv-press .title {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-press .title {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-press .title {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-press .title {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-press .title {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-press .tabs-navigation {
  display: none;
}
.arv-press [data-tab-id].hidden {
  display: none;
}
.arv-press .tab-navigation-mobile {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .arv-press .tab-navigation-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-press .tab-navigation-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-press .tab-navigation-mobile {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-press .tab-navigation-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-press .tab-navigation-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-press a[data-panel-toggler] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  line-height: 20px;
  line-height: 1.1111111111111112rem;
  font-weight: 400;
  color: #009De0;
}
.arv-press a[data-panel-toggler] > .arv-icon-wrapper {
  -webkit-transition: padding-right 200ms ease-in-out;
  transition: padding-right 200ms ease-in-out;
  padding-right: 15px;
}
.arv-press a[data-panel-toggler]:hover {
  text-decoration: none;
  color: #333333;
}
.arv-press a[data-panel-toggler].active {
  color: #1F2AA6;
}
.arv-press a[data-panel-toggler].active > .arv-icon-wrapper {
  padding-right: 8px;
}
.arv-press .arv-accordion .panel-group .panel {
  border-top: 1px solid #B1B1B1;
}
.arv-press .panel-content {
  height: 0;
  overflow: hidden;
}
.arv-press .panel-content .panel-body {
  padding-bottom: 40px;
}
.arv-press .panel-content .panel-body .release-date {
  margin-bottom: 6px;
}
.arv-press .panel-content .panel-body h4 {
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .arv-press .panel-content .panel-body h4 {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-press .panel-content .panel-body h4 {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
.arv-press .panel-content .panel-body h4 + p {
  margin-top: 9px;
  margin-bottom: 0;
}
.arv-press .panel-content .panel-body h4 + .link,
.arv-press .panel-content .panel-body h4 + p + .link {
  margin-top: 14px;
}
.arv-press .panel-content .panel-body .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1F2AA6;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-press .panel-content .panel-body .link > * {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.arv-press .panel-content .panel-body .link.link-primary .arv-icon,
.arv-press .panel-content .panel-body .link .arv-icon {
  position: relative;
  padding-right: 8px;
}
.arv-press .panel-content .panel-body .link.link-primary .arv-icon:before,
.arv-press .panel-content .panel-body .link .arv-icon:before {
  content: "\e901";
}
.arv-link-list .arv-press .panel-content .panel-body .link.link-primary .arv-icon,
.arv-link-list .arv-press .panel-content .panel-body .link .arv-icon,
.arv-joblist td.jobtitle .arv-press .panel-content .panel-body .link.link-primary .arv-icon,
.arv-joblist td.jobtitle .arv-press .panel-content .panel-body .link .arv-icon {
  top: 10px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.arv-press .panel-content .panel-body .link.link-primary .arv-icon.download,
.arv-press .panel-content .panel-body .link .arv-icon.download {
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 26px;
  font-size: 1.4444444444444444rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-press .panel-content .panel-body .link.link-primary .arv-icon.download:before,
.arv-press .panel-content .panel-body .link .arv-icon.download:before {
  content: "\e917";
  height: 26px;
  width: 26px;
}
.arv-press .panel-content .panel-body .link > span:first-child:last-child:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.arv-press .panel-content .panel-body .link > span:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  display: block;
}
.arv-press .panel-content .panel-body .link:hover {
  color: #333333;
  text-decoration: none;
}
.arv-press .tabs-content {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .arv-press .tabs-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-press .tabs-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-press .tabs-content [data-tab-active="1"] {
  height: auto;
  background-color: red;
}
.arv-press .panel-title {
  margin: 0;
}
.arv-author-item.arv-text-asset .inner {
  padding: 35px 30px 38px;
  background: #FFFFFF;
  box-shadow: 1px 1px 2px 0px #D8D8D8;
}
@media screen and (max-width: 800px) {
  .arv-author-item.arv-text-asset {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
.arv-author-item .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.arv-author-item .details .photo {
  width: 107px;
  height: 107px;
  border-radius: 53.5px;
  overflow: hidden;
}
.arv-author-item .details .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
  font-weight: 400;
  padding-left: 17px;
  text-align: left;
}
.arv-author-item .details .info .name {
  color: #009De0;
}
.arv-author-item .social-links a {
  display: inline-block;
  width: 30px;
  margin-top: 20px;
  margin-right: 7px;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  line-height: 50px;
  line-height: 2.7777777777777777rem;
}
.arv-author-item .social-links a:hover {
  text-decoration: none;
}
.arv-author-item .social-links a:last-child {
  margin-right: 0;
}
.arv-author-item .author-link {
  text-align: center;
  margin-top: 10px;
}
.arv-author-item .author-link .btn {
  margin: 0 auto;
}
.arv-author-item .details .info.name-no-author,
.italic {
  font-style: italic;
  padding-left: 0;
}
.mfp-content .list-container,
.arv-people-list .list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.mfp-content .list-container > .full,
.arv-people-list .list-container > .full {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .mfp-content .list-container > .full,
  .arv-people-list .list-container > .full {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .list-container > .full,
  .arv-people-list .list-container > .full {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.mfp-content .list-container > .half,
.arv-people-list .list-container > .half {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .mfp-content .list-container > .half,
  .arv-people-list .list-container > .half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .list-container > .half,
  .arv-people-list .list-container > .half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.mfp-content .list-container > .third,
.arv-people-list .list-container > .third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .mfp-content .list-container > .third,
  .arv-people-list .list-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .list-container > .third,
  .arv-people-list .list-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 940px) {
  .mfp-content .list-container > .third,
  .arv-people-list .list-container > .third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 940px) and screen and (max-width: 800px) {
  .mfp-content .list-container > .third,
  .arv-people-list .list-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 940px) and screen and (max-width: 480px) {
  .mfp-content .list-container > .third,
  .arv-people-list .list-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .mfp-content .list-container,
  .arv-people-list .list-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 620px) {
  .mfp-content .list-container > .half,
  .arv-people-list .list-container > .half,
  .mfp-content .list-container > .third,
  .arv-people-list .list-container > .third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 620px) and screen and (max-width: 800px) {
  .mfp-content .list-container > .half,
  .arv-people-list .list-container > .half,
  .mfp-content .list-container > .third,
  .arv-people-list .list-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 620px) and screen and (max-width: 480px) {
  .mfp-content .list-container > .half,
  .arv-people-list .list-container > .half,
  .mfp-content .list-container > .third,
  .arv-people-list .list-container > .third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .list-container,
  .arv-people-list .list-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.mfp-content .people-detail,
.arv-people-list .people-detail {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .mfp-content .people-detail,
  .arv-people-list .people-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .people-detail,
  .arv-people-list .people-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.mfp-content .people-detail.open,
.arv-people-list .people-detail.open {
  display: block;
}
.mfp-content .people-detail .name,
.arv-people-list .people-detail .name {
  padding-top: 20px;
  font-weight: 200;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.mfp-content .people-detail .left-column,
.arv-people-list .people-detail .left-column {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .mfp-content .people-detail .left-column,
  .arv-people-list .people-detail .left-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .people-detail .left-column,
  .arv-people-list .people-detail .left-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.mfp-content .people-detail .left-column > *,
.arv-people-list .people-detail .left-column > * {
  margin-bottom: 0;
}
.mfp-content .people-detail .left-column .btn-close,
.arv-people-list .people-detail .left-column .btn-close {
  display: block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
  .mfp-content .people-detail .left-column .btn-close,
  .arv-people-list .people-detail .left-column .btn-close {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .people-detail .left-column .btn-close,
  .arv-people-list .people-detail .left-column .btn-close {
    margin-right: 20px;
  }
}
.mfp-content .people-detail .left-column .btn-close:hover,
.arv-people-list .people-detail .left-column .btn-close:hover {
  text-decoration: none;
}
.mfp-content .people-detail .left-column .btn-close [data-icon-name="close"],
.arv-people-list .people-detail .left-column .btn-close [data-icon-name="close"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mfp-content .people-detail .left-column .btn-close [data-icon-name="close"]:before,
.arv-people-list .people-detail .left-column .btn-close [data-icon-name="close"]:before {
  content: "\e918";
}
.mfp-content .people-detail .left-column .btn-close .arv-icon,
.arv-people-list .people-detail .left-column .btn-close .arv-icon {
  font-size: 40px;
  font-size: 2.2222222222222223rem;
  line-height: 40px;
  line-height: 2.2222222222222223rem;
}
.mfp-content .people-detail .right-column,
.arv-people-list .people-detail .right-column {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .mfp-content .people-detail .right-column,
  .arv-people-list .people-detail .right-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .people-detail .right-column,
  .arv-people-list .people-detail .right-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.mfp-content .people-detail .right-column .arv-text-asset,
.arv-people-list .people-detail .right-column .arv-text-asset {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .mfp-content .people-detail .right-column .arv-text-asset,
  .arv-people-list .people-detail .right-column .arv-text-asset {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .people-detail .right-column .arv-text-asset,
  .arv-people-list .people-detail .right-column .arv-text-asset {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.mfp-content .people-detail .right-column .arv-text-asset .long-text-copy > *:last-child,
.arv-people-list .people-detail .right-column .arv-text-asset .long-text-copy > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mfp-content .list-container .arv-people-item .long-text-src,
.arv-people-list .list-container .arv-people-item .long-text-src,
.mfp-content .list-container .arv-people-item .role,
.arv-people-list .list-container .arv-people-item .role,
.mfp-content .list-container .arv-people-item .contact-links,
.arv-people-list .list-container .arv-people-item .contact-links {
  height: 0;
  overflow: hidden;
  display: block;
}
.mfp-content.no-overflow,
.arv-people-list.no-overflow {
  overflow: hidden;
}
.arv-people-item.quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 800px) {
  .arv-people-item.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-people-item.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-people-item.quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-people-item.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-people-item.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-people-item.quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-people-item.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-people-item.quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-people-item.third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 800px) {
  .arv-people-item.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-people-item.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-people-item.third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-people-item.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-people-item.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-people-item.third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-people-item.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-people-item.third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-people-item.half {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .arv-people-item.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-people-item.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-people-item.half {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-people-item.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-people-item.half {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-people-item.two-third {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
@media screen and (max-width: 800px) {
  .arv-people-item.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-people-item.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-people-item.two-third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-people-item.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-people-item.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-people-item.two-third {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-people-item.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-people-item.two-third {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-people-item.three-quarter {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 800px) {
  .arv-people-item.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-people-item.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .arv-people-item.three-quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .arv-people-item.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .arv-people-item.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-people-item.three-quarter {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-people-item.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-people-item.three-quarter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-people-item .detail.content.base > .third {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
.arv-people-item .name {
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
  margin-bottom: 2px;
}
.arv-people-item .excerpt > p {
  margin-top: 0;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
}
.arv-people-item .link.link-primary .link-title {
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
  font-weight: 400;
}
.arv-people-item .link.link-primary .arv-icon {
  font-size: 9px;
  font-size: 0.5rem;
  line-height: 9px;
  line-height: 0.5rem;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.is-open.arv-people-item .link.link-primary .arv-icon {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateY(-3px) rotate(-90deg);
      -ms-transform: translateY(-3px) rotate(-90deg);
          transform: translateY(-3px) rotate(-90deg);
}
.arv-people-item .arv-picture {
  cursor: pointer;
}
@media print {
  .arv-share-and-print {
    display: none;
  }
}
.arv-share-and-print > span:first-child {
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  color: #646464;
  font-family: 'gotham';
  font-style: normal;
  font-weight: 200;
  padding-bottom: 12px;
  display: block;
}
.arv-share-and-print .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.arv-share-and-print .grid-container a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  margin-right: 10px;
}
.arv-share-and-print .grid-container a:hover {
  text-decoration: none;
  color: #646464;
}
.arv-share-and-print .grid-container a:active {
  color: #1F2AA6;
}
.arv-sidebar-contact .arv-share-and-print .grid-container a.linkedin {
  background-color: #0077B5;
}
.arv-sidebar-contact .arv-share-and-print .grid-container a.twitter {
  background-color: #1DA1F2;
}
.arv-sidebar-contact .arv-share-and-print .grid-container a.facebook {
  background-color: #3C5A99;
}
.arv-sidebar-contact .arv-share-and-print .grid-container a.xing {
  background-color: #026466;
}
.arv-sidebar-contact .arv-share-and-print .grid-container a.mail {
  background-color: #009De0;
}
.arv-share-and-print .grid-container a .arv-icon {
  display: block;
}
.arv-share-and-print .grid-container a .arv-icon:hover:before {
  color: #646464 !important;
}
.arv-share-and-print .grid-container a .arv-icon:active:before {
  color: #1F2AA6 !important;
}
.arv-share-and-print .grid-container a .arv-icon.shareLinkedInCircled:before {
  content: "\e908";
  color: #0077B5;
}
.arv-share-and-print .grid-container a .arv-icon.shareYouTubeCircled:before {
  content: "\e90f";
  color: #cc181e;
}
.arv-share-and-print .grid-container a .arv-icon.shareFacebookCircled:before {
  content: "\e907";
  color: #3C5A99;
}
.arv-share-and-print .grid-container a .arv-icon.shareTwitterCircled:before {
  content: "\e919";
  color: #1DA1F2;
}
.arv-share-and-print .grid-container a .arv-icon.shareXingCircled:before {
  content: "\e91a";
  color: #026466;
}
.arv-share-and-print .grid-container a .arv-icon.shareMailtoCircled:before {
  content: "\e91b";
  color: #009De0;
}
.arv-search[data-arv-news-navigator],
.arv-search[data-arv-search-navigator] {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator],
  .arv-search[data-arv-search-navigator] {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator],
  .arv-search[data-arv-search-navigator] {
    margin-bottom: 35px;
  }
}
.arv-row-adaptive .arv-search[data-arv-news-navigator],
.arv-row-adaptive .arv-search[data-arv-search-navigator] {
  margin-left: 0;
  margin-right: 0;
}
.arv-search[data-arv-news-navigator] .search-headline h3,
.arv-search[data-arv-search-navigator] .search-headline h3 {
  font-family: 'gotham';
  font-weight: 400;
  font-size: 36px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 2.6666666666666665rem;
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .search-headline h3,
  .arv-search[data-arv-search-navigator] .search-headline h3 {
    font-size: 33px;
    font-size: 1.8333333333333333rem;
    line-height: 45px;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator] .search-headline h3,
  .arv-search[data-arv-search-navigator] .search-headline h3 {
    font-size: 28px;
    font-size: 1.5555555555555556rem;
    line-height: 38px;
    line-height: 2.111111111111111rem;
  }
}
.arv-search[data-arv-news-navigator] .search-title .btn-toggle-show-filter,
.arv-search[data-arv-search-navigator] .search-title .btn-toggle-show-filter {
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  font-weight: 600;
  color: #1F3E85;
  margin: 0 0 40px 0;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
}
.arv-search[data-arv-news-navigator] .search-title .btn-toggle-show-filter.active .arv-icon:before,
.arv-search[data-arv-search-navigator] .search-title .btn-toggle-show-filter.active .arv-icon:before {
  content: "\e91f";
}
.arv-search[data-arv-news-navigator] .search-title .btn-toggle-show-filter .arv-icon,
.arv-search[data-arv-search-navigator] .search-title .btn-toggle-show-filter .arv-icon {
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  margin-left: 22px;
}
.arv-search[data-arv-news-navigator] .search-title .btn-toggle-show-filter .arv-icon:before,
.arv-search[data-arv-search-navigator] .search-title .btn-toggle-show-filter .arv-icon:before {
  content: "\e91e";
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator] .search-title .btn-toggle-show-filter,
  .arv-search[data-arv-search-navigator] .search-title .btn-toggle-show-filter {
    font-size: 13px;
    font-size: 0.7222222222222222rem;
    line-height: 8px;
    line-height: 0.4444444444444444rem;
    margin-bottom: 20px;
  }
  .arv-search[data-arv-news-navigator] .search-title .btn-toggle-show-filter .arv-icon,
  .arv-search[data-arv-search-navigator] .search-title .btn-toggle-show-filter .arv-icon {
    font-size: 13px;
    font-size: 0.7222222222222222rem;
    line-height: 32px;
    line-height: 1.7777777777777777rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator] .search-title,
  .arv-search[data-arv-search-navigator] .search-title {
    margin-top: -0.5rem;
  }
}
.arv-search[data-arv-news-navigator] .filter-result-wrapper,
.arv-search[data-arv-search-navigator] .filter-result-wrapper {
  height: auto !important;
}
.arv-search[data-arv-news-navigator] [data-hide-on-loading],
.arv-search[data-arv-search-navigator] [data-hide-on-loading] {
  visibility: hidden;
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper,
.arv-search[data-arv-search-navigator] .search-filter-wrapper {
  width: auto !important;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  max-height: 500px;
  overflow: hidden;
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper.hidden,
.arv-search[data-arv-search-navigator] .search-filter-wrapper.hidden {
  max-height: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list:before,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list:before,
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list:after,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list:after {
  content: " ";
  display: table;
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list:after,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list:after {
  clear: both;
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list .filter-item,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list .filter-item {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 14px;
  line-height: 0.7777777777777778rem;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #009DE0;
  color: #009DE0;
  padding: 7px 20px;
  margin: 0 20px 20px 0;
  float: left;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 28.5px;
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list .filter-item.hidden,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list .filter-item.hidden {
  display: none;
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list .filter-item:hover,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list .filter-item:hover {
  color: #1F3E85;
  border: 1px solid #1F3E85;
  background-color: rgba(31, 62, 133, 0.1);
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list .filter-item > *,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list .filter-item > * {
  display: inline;
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list .filter-item .item-details .arv-icon,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list .filter-item .item-details .arv-icon {
  display: none;
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list .filter-item .item-details .hits:before,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list .filter-item .item-details .hits:before {
  content: ' (';
}
.arv-search[data-arv-news-navigator] .search-filter-wrapper .search-filter-list .filter-item .item-details .hits:after,
.arv-search[data-arv-search-navigator] .search-filter-wrapper .search-filter-list .filter-item .item-details .hits:after {
  content: ')';
}
.arv-search[data-arv-news-navigator] .btn-toggle-expand-filter,
.arv-search[data-arv-search-navigator] .btn-toggle-expand-filter,
.arv-search[data-arv-news-navigator] .btn-current-filter,
.arv-search[data-arv-search-navigator] .btn-current-filter,
.arv-search[data-arv-news-navigator] .btn-reset-filter,
.arv-search[data-arv-search-navigator] .btn-reset-filter {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 14px;
  line-height: 0.7777777777777778rem;
  font-weight: 600;
  color: #1F3E85;
  cursor: pointer;
  display: inline-block;
  padding: 9px 15px;
  margin-bottom: 40px;
}
.arv-search[data-arv-news-navigator] .btn-toggle-expand-filter .arv-icon,
.arv-search[data-arv-search-navigator] .btn-toggle-expand-filter .arv-icon,
.arv-search[data-arv-news-navigator] .btn-current-filter .arv-icon,
.arv-search[data-arv-search-navigator] .btn-current-filter .arv-icon,
.arv-search[data-arv-news-navigator] .btn-reset-filter .arv-icon,
.arv-search[data-arv-search-navigator] .btn-reset-filter .arv-icon {
  font-size: 10px;
  font-size: 0.5555555555555556rem;
  line-height: 14px;
  line-height: 0.7777777777777778rem;
  padding-right: 0;
}
.arv-search[data-arv-news-navigator] .btn-toggle-expand-filter .arv-icon:before,
.arv-search[data-arv-search-navigator] .btn-toggle-expand-filter .arv-icon:before,
.arv-search[data-arv-news-navigator] .btn-current-filter .arv-icon:before,
.arv-search[data-arv-search-navigator] .btn-current-filter .arv-icon:before,
.arv-search[data-arv-news-navigator] .btn-reset-filter .arv-icon:before,
.arv-search[data-arv-search-navigator] .btn-reset-filter .arv-icon:before {
  content: "\e91d";
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator] .btn-toggle-expand-filter,
  .arv-search[data-arv-search-navigator] .btn-toggle-expand-filter,
  .arv-search[data-arv-news-navigator] .btn-current-filter,
  .arv-search[data-arv-search-navigator] .btn-current-filter,
  .arv-search[data-arv-news-navigator] .btn-reset-filter,
  .arv-search[data-arv-search-navigator] .btn-reset-filter {
    margin-bottom: 20px;
  }
}
.arv-search[data-arv-news-navigator] .btn-current-filter,
.arv-search[data-arv-search-navigator] .btn-current-filter {
  color: #009DE0;
  border-radius: 28.5px;
  border: 1px solid #009DE0;
}
.arv-search[data-arv-news-navigator] .btn-toggle-expand-filter.expanded .arv-icon:before,
.arv-search[data-arv-search-navigator] .btn-toggle-expand-filter.expanded .arv-icon:before {
  content: "\e91c";
}
.arv-search[data-arv-news-navigator] .btn-reset-filter .arv-icon:before,
.arv-search[data-arv-search-navigator] .btn-reset-filter .arv-icon:before {
  content: "\e91c";
}
.arv-search[data-arv-news-navigator] .arv-loading,
.arv-search[data-arv-search-navigator] .arv-loading {
  text-align: center;
  display: none;
}
.arv-search[data-arv-news-navigator] .arv-loading img,
.arv-search[data-arv-search-navigator] .arv-loading img {
  width: 100px;
  margin: 0 auto;
}
.arv-search[data-arv-news-navigator] .search-result-wrapper,
.arv-search[data-arv-search-navigator] .search-result-wrapper {
  margin: 0 -20px;
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .search-result-wrapper,
  .arv-search[data-arv-search-navigator] .search-result-wrapper {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator] .search-result-wrapper,
  .arv-search[data-arv-search-navigator] .search-result-wrapper {
    margin: 0 -20px;
  }
}
.arv-search[data-arv-news-navigator] .search-result-inner-wrapper,
.arv-search[data-arv-search-navigator] .search-result-inner-wrapper {
  height: auto !important;
}
.arv-search[data-arv-news-navigator] .search-result-topic,
.arv-search[data-arv-search-navigator] .search-result-topic {
  padding: 0 20px;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
}
.arv-search[data-arv-news-navigator] .search-result-topic .count,
.arv-search[data-arv-search-navigator] .search-result-topic .count {
  font-weight: 700;
}
.arv-search[data-arv-news-navigator] .search-result-list,
.arv-search[data-arv-search-navigator] .search-result-list {
  zoom: 1 !important;
  width: 100% !important;
}
.arv-search[data-arv-news-navigator] .search-result-list:before,
.arv-search[data-arv-search-navigator] .search-result-list:before,
.arv-search[data-arv-news-navigator] .search-result-list:after,
.arv-search[data-arv-search-navigator] .search-result-list:after {
  content: " ";
  display: table;
}
.arv-search[data-arv-news-navigator] .search-result-list:after,
.arv-search[data-arv-search-navigator] .search-result-list:after {
  clear: both;
}
.arv-search[data-arv-news-navigator] .load-more-wrapper,
.arv-search[data-arv-search-navigator] .load-more-wrapper {
  width: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .load-more-wrapper,
  .arv-search[data-arv-search-navigator] .load-more-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator] .load-more-wrapper,
  .arv-search[data-arv-search-navigator] .load-more-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .arv-search[data-arv-news-navigator] .load-more-wrapper,
  .arv-search[data-arv-search-navigator] .load-more-wrapper {
    display: none;
  }
}
.arv-search[data-arv-news-navigator] .load-more-wrapper .btn-load-more,
.arv-search[data-arv-search-navigator] .load-more-wrapper .btn-load-more {
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .load-more-wrapper .btn-load-more,
  .arv-search[data-arv-search-navigator] .load-more-wrapper .btn-load-more {
    margin: 0 auto;
  }
}
.arv-search[data-arv-search-navigator] .search-searchbar {
  position: relative;
  background: #FFFFFF;
  padding: 40px 0;
  margin-bottom: 35px;
  margin-top: -85px;
}
.arv-search[data-arv-search-navigator] .search-searchbar:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  tramsform: translateX(-50%);
  content: '';
  z-index: -1;
  background-color: #FFFFFF;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper.focused .autosuggest-wrapper {
  display: block;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .search-input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .search-input-wrapper .search-input {
  height: 48px;
  border: 1px solid #D8D8D8;
  width: 100%;
  padding: 0 10px;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border: 1px solid #009De0;
  background-color: #009De0;
  color: #FFFFFF;
  font-weight: 600;
  min-width: 0;
  /*
                    .arv-btn-ghost(@arv-icon-search, 20);
                    .arv-icon {
                        text-align: center !important;
                        padding-right: 0 !important;
                        &:before {
                            .font-size(20, 42);
                        }
                    }
                    padding: 0;
                    min-width: 0;
                    width: 9%;
                    @media screen and (max-width: @breakpoint-mobile-width) {
                        width: 15%;
                    }

                    */
}
.android .arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit,
.safari .arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit {
  height: 48px;
}
.button-wrapper .arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit {
  height: auto;
}
@-moz-document url-prefix() {
  .arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit {
    height: 48px;
  }
  .button-wrapper .arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit {
    height: auto;
  }
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit > span:first-child {
  opacity: 0.5;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit span:first-child {
  width: auto;
  text-align: right;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit span:first-child:last-child {
  width: auto;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit span + span:after {
  content: '';
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit:after {
  content: '';
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit:hover {
  text-decoration: none;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit:hover {
  text-decoration: none;
  border-color: #1F2AA6;
  background-color: #1F2AA6;
  color: #FFFFFF;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit span.title {
  padding: 0;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .btn-search-submit > span:first-child {
  opacity: 1;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .autosuggest-wrapper {
  position: absolute;
  top: 43px;
  width: 87%;
  display: none;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .autosuggest-wrapper .autosuggest-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .autosuggest-wrapper .autosuggest-list li {
  padding: 5px 11px;
}
.arv-search[data-arv-search-navigator] .search-searchbar .searchbar-input-wrapper .autosuggest-wrapper .autosuggest-list li.selected {
  color: #009DE0;
}
.arv-search[data-arv-search-navigator] .search-searchbar .alt-search-text-wrapper {
  padding: 10px 0;
}
.arv-search[data-arv-search-navigator] .search-searchbar .alt-search-text-wrapper.hidden {
  display: none;
}
.arv-search[data-arv-search-navigator] .search-searchbar .alt-search-text-wrapper .alt-search-text-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.arv-search[data-arv-search-navigator] .search-searchbar .alt-search-text-wrapper .alt-search-text-list li {
  display: inline-block;
  margin-right: 20px;
}
.arv-search[data-arv-search-navigator] .search-filter-wrapper {
  border: 0;
}
.arv-search[data-arv-search-navigator] .result-item {
  display: block;
  width: 100%;
}
.arv-search[data-arv-search-navigator] .result-item a:hover {
  text-decoration: none;
}
.arv-search[data-arv-search-navigator] .result-item a:hover .inner .details-wrapper .details-path span {
  color: #646464;
}
.arv-search[data-arv-search-navigator] .result-item .inner {
  position: relative;
  padding: 30px 0;
}
.arv-search[data-arv-search-navigator] .result-item .inner:before,
.arv-search[data-arv-search-navigator] .result-item .inner:after {
  content: " ";
  display: table;
}
.arv-search[data-arv-search-navigator] .result-item .inner:after {
  clear: both;
}
.arv-search[data-arv-search-navigator] .result-item .inner .asset {
  position: relative;
  float: left;
  width: 282px;
  background: center center no-repeat;
}
.arv-search[data-arv-search-navigator] .result-item .inner .asset:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 62.41134752%;
}
.arv-search[data-arv-search-navigator] .result-item .inner .asset + .content {
  margin-left: 302px;
}
.arv-search[data-arv-search-navigator] .result-item .inner .asset + .content + .details-wrapper {
  margin-left: 302px;
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-search-navigator] .result-item .inner .asset {
    width: 182px;
  }
  .arv-search[data-arv-search-navigator] .result-item .inner .asset + .content {
    margin-left: 202px;
  }
  .arv-search[data-arv-search-navigator] .result-item .inner .asset + .content + .details-wrapper {
    margin-left: 202px;
  }
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-search-navigator] .result-item .inner .asset {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .arv-search[data-arv-search-navigator] .result-item .inner .asset + .content {
    margin-left: 0;
  }
  .arv-search[data-arv-search-navigator] .result-item .inner .asset + .content + .details-wrapper {
    margin-left: 0px;
  }
}
.arv-search[data-arv-search-navigator] .result-item .inner .content {
  display: block;
  margin: 0;
}
.arv-search[data-arv-search-navigator] .result-item .inner .content .date {
  color: #3F3E3E;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 14px;
  line-height: 0.7777777777777778rem;
  margin-bottom: 8px;
}
.arv-search[data-arv-search-navigator] .result-item .inner .content .title {
  color: #1F2AA6;
  font-family: 'gotham';
  font-size: 24px;
  font-size: 1.3333333333333333rem;
  line-height: 30px;
  line-height: 1.6666666666666667rem;
  font-weight: 400;
  color: #009DE0;
}
.arv-search[data-arv-search-navigator] .result-item .inner .content .copy {
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  font-weight: 200;
  color: #000000;
  padding-top: 5px;
}
.arv-search[data-arv-search-navigator] .result-item .inner .details-wrapper .details-path {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.arv-search[data-arv-search-navigator] .result-item .inner .details-wrapper .details-path span {
  font-size: 18px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #009DE0;
}
.arv-search[data-arv-search-navigator] .result-item .inner .details-wrapper .details-path span:last-child:after {
  content: none;
}
.arv-search[data-arv-search-navigator] .result-item .inner .details-wrapper .details-path span:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 1px;
  line-height: 0.05555555555555555rem;
  content: "\e901";
  padding: 0 5px;
}
.arv-search[data-arv-search-navigator] .result-item .inner .details-wrapper .details-link,
.arv-search[data-arv-search-navigator] .result-item .inner .details-wrapper .details-type-icon {
  display: none;
}
.arv-search[data-arv-search-navigator] .result-item:not(:last-child) .inner {
  border-bottom: 1px solid #D8D8D8;
}
@media print {
  .arv-search[data-arv-news-navigator] .search-result-list {
    height: auto !important;
  }
}
.arv-search[data-arv-news-navigator] .result-item {
  float: left;
  width: 33.33333333%;
  padding: 0 20px 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .result-item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator] .result-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 35px;
  }
}
@media print {
  .arv-search[data-arv-news-navigator] .result-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    float: left;
    width: 33.33333333%;
  }
}
.arv-search[data-arv-news-navigator] .result-item.text-asset .inner {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 2px 0px #D8D8D8;
}
.arv-search[data-arv-news-navigator] .result-item .page-link:hover {
  text-decoration: none;
}
.arv-search[data-arv-news-navigator] .result-item .page-link:hover .inner .asset {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .arv-search[data-arv-news-navigator] .result-item .page-link .inner .asset {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
  }
  .arv-search[data-arv-news-navigator] .result-item .page-link:hover .inner .asset {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
  }
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .result-item .page-link .inner .asset {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
  }
  .arv-search[data-arv-news-navigator] .result-item .page-link:hover .inner .asset {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
  }
}
.arv-search[data-arv-news-navigator] .result-item .inner {
  position: relative;
  background-color: #FFFFFF;
}
.arv-search[data-arv-news-navigator] .result-item .inner .asset,
.arv-search[data-arv-news-navigator] .result-item .inner .asset-wrapper {
  height: 195px;
  background: center center no-repeat;
  background-size: cover;
  margin-bottom: 28px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media print {
  .arv-search[data-arv-news-navigator] .result-item .inner .asset,
  .arv-search[data-arv-news-navigator] .result-item .inner .asset-wrapper {
    display: none;
  }
}
.arv-search[data-arv-news-navigator] .result-item .inner .asset + .content,
.arv-search[data-arv-news-navigator] .result-item .inner .asset-wrapper + .content {
  padding-top: 0;
}
@media print {
  .arv-search[data-arv-news-navigator] .result-item .inner .asset + .content,
  .arv-search[data-arv-news-navigator] .result-item .inner .asset-wrapper + .content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .result-item .inner .asset,
  .arv-search[data-arv-news-navigator] .result-item .inner .asset-wrapper {
    margin-bottom: 20px;
  }
}
.arv-search[data-arv-news-navigator] .result-item .inner .asset-wrapper {
  overflow: hidden;
}
.arv-search[data-arv-news-navigator] .result-item .inner .asset {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
      transform: scale(1.03, 1.03);
}
.arv-search[data-arv-news-navigator] .result-item .inner .content {
  display: block;
  margin: 0;
  height: 194px;
  padding: 20px 20px 0 20px;
}
.arv-search[data-arv-news-navigator] .result-item .inner .content .title {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 18px;
  line-height: 1rem;
  font-weight: 400;
  color: #3F3E3E;
  margin-bottom: 18px;
}
.arv-search[data-arv-news-navigator] .result-item .inner .content .copy {
  font-size: 21px;
  font-size: 1.1666666666666667rem;
  line-height: 26px;
  line-height: 1.4444444444444444rem;
  font-weight: 600;
  color: #1F3E85;
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .result-item .inner .content {
    padding: 20px 15px 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator] .result-item .inner .content {
    height: 115px;
  }
  .arv-search[data-arv-news-navigator] .result-item .inner .content .title {
    margin-bottom: 5px;
  }
  .arv-search[data-arv-news-navigator] .result-item .inner .content .copy {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 24px;
    line-height: 1.3333333333333333rem;
  }
}
.arv-search[data-arv-news-navigator] .result-item .inner .details-wrapper {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.arv-search[data-arv-news-navigator] .result-item .inner .details-wrapper .details-link {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  display: table;
}
.arv-search[data-arv-news-navigator] .result-item .inner .details-wrapper .details-link > * {
  display: table-cell;
  vertical-align: middle;
}
.arv-search[data-arv-news-navigator] .result-item .inner .details-wrapper .details-link .arrowRightLarge {
  font-size: 8px;
  padding-right: 10px;
  text-align: right;
}
.arv-search[data-arv-news-navigator] .result-item .inner .details-wrapper .details-link .arrowRightLarge:before {
  content: "\e901";
}
.arv-search[data-arv-news-navigator] .result-item .inner .details-wrapper .details-type-icon {
  display: none;
}
.arv-search[data-arv-news-navigator] .result-item:first-child {
  width: 66.66666667%;
}
.arv-search[data-arv-news-navigator] .result-item:first-child .inner .asset,
.arv-search[data-arv-news-navigator] .result-item:first-child .inner .asset-wrapper {
  height: 280px;
  background-position: top;
}
.arv-search[data-arv-news-navigator] .result-item:first-child .inner .content {
  height: 108px;
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .result-item:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator] .result-item:first-child .inner .asset,
  .arv-search[data-arv-news-navigator] .result-item:first-child .inner .asset-wrapper {
    height: 195px;
  }
}
.arv-search[data-arv-news-navigator] .result-item.no-first-child-modification {
  width: 33.33333333%;
}
.arv-search[data-arv-news-navigator] .result-item.no-first-child-modification .inner .asset,
.arv-search[data-arv-news-navigator] .result-item.no-first-child-modification .inner .asset-wrapper {
  height: 195px;
  background-position: center;
}
.arv-search[data-arv-news-navigator] .result-item.no-first-child-modification .inner .content {
  height: 194px;
}
.arv-search[data-arv-news-navigator] .result-item.no-first-child-modification.no-image {
  margin-bottom: 40px;
}
.arv-search[data-arv-news-navigator] .result-item.no-first-child-modification.no-image .inner {
  height: 188.5px;
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .result-item.no-first-child-modification.no-image {
    margin-bottom: 45px;
  }
  .arv-search[data-arv-news-navigator] .result-item.no-first-child-modification.no-image .inner {
    height: 183.5px;
  }
}
@media screen and (max-width: 480px) {
  .arv-search[data-arv-news-navigator] .result-item.no-first-child-modification.no-image {
    margin-bottom: 35px;
  }
}
.arv-search.newsboard .search-headline h3 {
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
}
@media screen and (max-width: 800px) {
  .arv-search.newsboard .search-headline h3 {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-search.newsboard .search-headline h3 {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
.arv-search.newsboard .search-title {
  display: none;
}
[data-arv-search-site] {
  background: #FFFFFF;
}
[data-arv-search-site] .arv-search[data-arv-search-navigator] .search-searchbar h1 {
  position: relative;
  padding-top: 50px;
  font-size: 46px;
  font-size: 2.5555555555555554rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  margin-bottom: 50px;
}
[data-arv-search-site] .arv-search[data-arv-search-navigator] .search-searchbar:before {
  background: #F2F4F6;
  z-index: 0;
}
[data-arv-search-site] .arv-search[data-arv-search-navigator] .result-item {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 801px) and (max-width: 1120px) {
  .arv-search[data-arv-news-navigator] .result-item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 45px;
  }
  .arv-search[data-arv-news-navigator] .result-item.no-first-child-modification.no-image {
    margin-bottom: 45px;
  }
  .arv-search[data-arv-news-navigator] .result-item.no-first-child-modification.no-image .inner {
    height: 186px;
  }
  .arv-search[data-arv-news-navigator] .result-item:first-child {
    width: 100%;
  }
  .arv-search[data-arv-news-navigator] .result-item.no-first-child-modification {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .arv-search[data-arv-news-navigator] .result-item:first-child .inner .content,
  .arv-search[data-arv-news-navigator] .result-item .inner .content {
    height: auto;
  }
  .arv-search[data-arv-news-navigator] .result-item .inner {
    padding-bottom: 25px;
  }
  .arv-search[data-arv-news-navigator] .result-item.no-first-child-modification {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .arv-search[data-arv-news-navigator] .result-item {
    width: 100%;
  }
  .arv-search[data-arv-news-navigator] .result-item.no-first-child-modification {
    width: 100%;
  }
}
header .arv-searchbar {
  position: relative;
}
.forcetabletheader header .arv-searchbar {
  position: static;
}
@media screen and (max-width: 800px) {
  header .arv-searchbar {
    position: static;
  }
}
header .arv-searchbar .searchbar-input-wrapper {
  position: relative;
}
.forcetabletheader header .arv-searchbar .searchbar-input-wrapper {
  position: static;
}
@media screen and (max-width: 800px) {
  header .arv-searchbar .searchbar-input-wrapper {
    position: static;
  }
}
header .arv-searchbar .searchbar-input-wrapper .search-input-wrapper {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.forcetabletheader header .arv-searchbar .searchbar-input-wrapper .search-input-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1F2AA6;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 0;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 800px) {
  header .arv-searchbar .searchbar-input-wrapper .search-input-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #F5F4F1;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 0;
    overflow: hidden;
  }
}
header .arv-searchbar .searchbar-input-wrapper .search-input-wrapper .search-input {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 18px;
  line-height: 1rem;
  padding-right: 60px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #FFFFFF;
  font-family: 'gotham';
  font-weight: 400;
  color: #FFFFFF;
  width: 250px;
  outline: none;
  border-radius: 28.5px;
  box-shadow: none;
  -webkit-appearance: none;
  display: block;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  background: transparent;
}
header .arv-searchbar .searchbar-input-wrapper .search-input-wrapper .search-input::-webkit-input-placeholder {
  color: #FFFFFF;
}
header .arv-searchbar .searchbar-input-wrapper .search-input-wrapper .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}
header .arv-searchbar .searchbar-input-wrapper .search-input-wrapper .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}
header .arv-searchbar .searchbar-input-wrapper .search-input-wrapper .search-input:-ms-input-placeholder {
  color: #FFFFFF;
}
.forcetabletheader header .arv-searchbar .searchbar-input-wrapper .search-input-wrapper .search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  header .arv-searchbar .searchbar-input-wrapper .search-input-wrapper .search-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    padding-right: 10px;
  }
}
header .arv-searchbar .searchbar-input-wrapper .btn-search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
  text-align: center;
}
header .arv-searchbar .searchbar-input-wrapper .btn-search-submit:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  content: '';
  background: url(https://www.future-customer.com/wp-content/themes/arvato-crm/assets/img/svg-icons/arv-icon-close-white.svg) no-repeat 50% 50%;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  header .arv-searchbar .searchbar-input-wrapper .btn-search-submit:after {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
header .arv-searchbar .searchbar-input-wrapper .btn-search-submit:hover {
  color: #FFFFFF;
}
.forcetabletheader header .arv-searchbar .searchbar-input-wrapper .btn-search-submit {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: auto;
  padding: 0px 25px;
  border-left: none;
  width: auto;
  background: transparent;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 800px) {
  header .arv-searchbar .searchbar-input-wrapper .btn-search-submit {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    padding: 25px;
    border-left: none;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  header .arv-searchbar .searchbar-input-wrapper .btn-search-submit {
    padding: 15px;
  }
}
header .arv-searchbar .searchbar-input-wrapper.focused .autosuggest-wrapper {
  display: block;
}
header .arv-searchbar .searchbar-input-wrapper .autosuggest-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 50;
  top: 100%;
  border: 1px solid #D8D8D8;
  border-top: 0;
  max-height: calc(100vh - 110px);
  background: #FFFFFF;
  display: none;
}
header .arv-searchbar .searchbar-input-wrapper .autosuggest-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .arv-searchbar .searchbar-input-wrapper .autosuggest-wrapper ul li {
  margin: 0;
  padding: 5px 10px;
}
header .arv-searchbar .searchbar-input-wrapper .autosuggest-wrapper ul li.selected {
  background: #F5F4F1;
}
.forcetabletheader header .arv-searchbar .searchbar-input-wrapper .autosuggest-wrapper {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
@media screen and (max-width: 800px) {
  header .arv-searchbar .searchbar-input-wrapper .autosuggest-wrapper {
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@media screen and (max-width: 480px) {
  header .arv-searchbar .searchbar-input-wrapper .autosuggest-wrapper {
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
  }
}
header .arv-searchbar .arv-icon {
  font-size: 17px;
  font-size: 0.9444444444444444rem;
  line-height: 1px;
  line-height: 0.05555555555555555rem;
  position: relative;
  top: 3px;
  left: 2px;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-weight: 600;
}
.forcetabletheader header .arv-searchbar .arv-icon {
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  top: 2px;
}
@media screen and (max-width: 800px) {
  header .arv-searchbar .arv-icon {
    font-size: 26px;
    font-size: 1.4444444444444444rem;
    line-height: 32px;
    line-height: 1.7777777777777777rem;
    top: 2px;
  }
}
@media screen and (max-width: 480px) {
  header .arv-searchbar .arv-icon {
    font-size: 17px;
    font-size: 0.9444444444444444rem;
    line-height: 32px;
    line-height: 1.7777777777777777rem;
  }
}
.forcetabletheader header .arv-searchbar.arv-searchbar--dropdown-visible .searchbar-input-wrapper .search-input-wrapper {
  max-height: calc(100vh - 75px);
}
@media screen and (max-width: 800px) {
  header .arv-searchbar.arv-searchbar--dropdown-visible .searchbar-input-wrapper .search-input-wrapper {
    max-height: calc(100vh - 75px);
  }
}
@media screen and (max-width: 480px) {
  header .arv-searchbar.arv-searchbar--dropdown-visible .searchbar-input-wrapper .search-input-wrapper {
    max-height: calc(100vh - 55px);
  }
}
header .arv-searchbar.arv-searchbar--dropdown-visible .searchbar-input-wrapper .btn-search-submit:after {
  opacity: 1;
}
header .arv-searchbar.arv-searchbar--dropdown-visible .searchbar-input-wrapper .autosuggest-wrapper ul li {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  header .arv-searchbar.arv-searchbar--dropdown-visible .searchbar-input-wrapper .autosuggest-wrapper ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header .arv-searchbar.arv-searchbar--dropdown-visible .arv-icon {
  opacity: 0;
}
[data-arv-detail-site] {
  background: #FFFFFF;
  color: #333333;
}
[data-arv-detail-site] .arv-row-adaptive {
  height: 100%;
  position: relative;
  margin-left: 0;
}
[data-arv-detail-site] .arv-section.content-full .row .content-column {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
[data-arv-detail-site] .arv-main-content {
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  [data-arv-detail-site] .arv-main-content {
    margin-top: 65px;
  }
}
[data-arv-detail-site] .arv-detail-content {
  margin: 0 auto;
  width: 825px;
}
@media screen and (max-width: 800px) {
  [data-arv-detail-site] .arv-detail-content {
    width: 100%;
  }
}
[data-arv-detail-site] .detail-content-not-centered {
  margin: 0;
}
[data-arv-detail-site] .content-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[data-arv-detail-site] h1,
[data-arv-detail-site] h2,
[data-arv-detail-site] h3 {
  text-align: left;
}
[data-arv-detail-site] h1 {
  font-size: 39px;
  font-size: 2.1666666666666665rem;
  line-height: 80px;
  line-height: 4.444444444444445rem;
  margin-bottom: 30px;
  line-height: 55px;
}
@media screen and (max-width: 480px) {
  [data-arv-detail-site] h1 {
    font-size: 46px;
    font-size: 2.5555555555555554rem;
    line-height: 60px;
    line-height: 3.3333333333333335rem;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
[data-arv-detail-site] h2,
[data-arv-detail-site] h3 {
  font-size: 27px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.2222222222222223rem;
  color: #333333;
  margin-top: 50px;
  margin-bottom: 30px;
}
[data-arv-detail-site] .arv-detail-navigation.arv-section.content-full .row {
  width: 100%;
  height: 56px;
  margin-bottom: 56px;
}
@media screen and (max-width: 800px) {
  [data-arv-detail-site] .arv-detail-navigation.arv-section.content-full .row {
    margin-bottom: 20px;
  }
}
[data-arv-detail-site] .arv-detail-navigation.arv-section.content-full .row .content-column {
  text-align: left;
}
[data-arv-detail-site] .arv-detail-navigation.arv-section.content-full .row .content-column a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 56px;
  line-height: 3.111111111111111rem;
}
[data-arv-detail-site] .arv-detail-navigation.arv-section.content-full .row .content-column .arv-icon {
  margin-right: 10px;
}
[data-arv-detail-site] .arv-detail-navigation.arv-section.content-full .row .content-column a:hover {
  text-decoration: none;
}
[data-arv-detail-site] .arv-detail-navigation.arv-section.content-full .row .content-column:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 56px;
  background: #F5F4F1;
}
[data-arv-detail-site] .arv-detail-meta {
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 24px;
  line-height: 1.3333333333333333rem;
  color: #3F3E3E;
  text-align: left;
  margin-bottom: 30px;
}
[data-arv-detail-site] .arv-asset-wrapper[data-arv-asset-wrapper-left] .arv-picture-wrapper,
[data-arv-detail-site] .arv-asset-wrapper[data-arv-asset-wrapper-right] .arv-picture-wrapper {
  width: 283px;
}
[data-arv-detail-site] .arv-asset-wrapper[data-arv-asset-wrapper-left] {
  float: left;
  margin-right: 40px;
}
[data-arv-detail-site] .arv-asset-wrapper[data-arv-asset-wrapper-right] {
  float: right;
  margin-left: 40px;
}
[data-arv-detail-site] .arv-asset-wrapper .arv-asset-label {
  text-align: center;
  color: #646464;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 24px;
  line-height: 1.3333333333333333rem;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  [data-arv-detail-site] .arv-asset-wrapper .arv-asset-label {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  [data-arv-detail-site] .arv-asset-wrapper[data-arv-asset-wrapper-left] {
    margin-left: 0;
    margin-right: 40px;
  }
  [data-arv-detail-site] .arv-asset-wrapper[data-arv-asset-wrapper-right] {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  [data-arv-detail-site] .arv-asset-wrapper {
    width: 100%;
  }
  [data-arv-detail-site] .arv-asset-wrapper[data-arv-asset-wrapper-left] .arv-picture-wrapper,
  [data-arv-detail-site] .arv-asset-wrapper[data-arv-asset-wrapper-right] .arv-picture-wrapper {
    width: 100%;
  }
}
[data-arv-detail-site] h1 + .arv-asset-wrapper {
  margin-top: 0;
}
[data-arv-detail-site] .arv-text-element {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
[data-arv-detail-site] .arv-text-element p {
  margin-top: 0;
}
[data-arv-detail-site] .arv-text-element ul,
[data-arv-detail-site] .arv-text-element ol {
  margin-left: 14px;
  padding-left: 20px;
}
[data-arv-detail-site] .arv-text-element ul li,
[data-arv-detail-site] .arv-text-element ol li {
  padding-left: 12px;
}
[data-arv-detail-site] [data-arv-element-expand] {
  margin: 60px -110px;
}
@media screen and (max-width: 800px) {
  [data-arv-detail-site] [data-arv-element-expand] {
    margin: 60px 0px;
  }
}
[data-arv-detail-site] [arv-title-centered] {
  text-align: center;
}
[data-arv-detail-site] .arv-detail-author .row > :first-child {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
@media screen and (max-width: 800px) {
  [data-arv-detail-site] .arv-detail-author .row > :first-child {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  [data-arv-detail-site] .arv-detail-author .row > :first-child {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
[data-arv-detail-site] .arv-detail-author .row > :nth-child(2) {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
@media screen and (max-width: 800px) {
  [data-arv-detail-site] .arv-detail-author .row > :nth-child(2) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  [data-arv-detail-site] .arv-detail-author .row > :nth-child(2) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
[data-arv-detail-site] .arv-detail-author .row > :nth-child(2) .btn {
  width: 100%;
  max-width: 100%;
}
[data-arv-detail-site] .arv-detail-author .social-links {
  margin-top: 10px;
}
[data-arv-detail-site] .arv-detail-author .social-links a {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  [data-arv-detail-site] .arv-detail-author {
    padding: 0 50px;
  }
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  [data-arv-detail-site] .arv-detail-author {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  [data-arv-detail-site] .arv-detail-author {
    padding: 0;
  }
  [data-arv-detail-site] .arv-detail-author .row > :first-child {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [data-arv-detail-site] .arv-detail-author .row > :nth-child(2) {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  [data-arv-detail-site] .arv-detail-author .row > :first-child {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  [data-arv-detail-site] .arv-detail-author .row > :first-child {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  [data-arv-detail-site] .arv-detail-author .row > :nth-child(2) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  [data-arv-detail-site] .arv-detail-author .row > :nth-child(2) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
[data-arv-detail-site] .arv-detail-taglist {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
[data-arv-detail-site] .arv-detail-taglist h4 {
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 22px;
  line-height: 1.2222222222222223rem;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 600;
}
[data-arv-detail-site] .arv-detail-taglist ul {
  padding: 0;
  margin: 0;
}
[data-arv-detail-site] .arv-detail-taglist li {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 14px;
  line-height: 0.7777777777777778rem;
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid ;
  margin: 10px;
  border-radius: 28.5px;
}
[data-arv-detail-site] .arv-detail-taglist li a {
  color: #009DE0;
}
[data-arv-detail-site] .arv-detail-taglist li a:hover {
  text-decoration: none;
}
[data-arv-detail-site] .arv-detail-taglist li:hover {
  color: #1F3E85;
  background-color: rgba(31, 62, 133, 0.1);
}
[data-arv-detail-site] .arv-detail-taglist li:hover a {
  color: #1F3E85;
}
[data-arv-detail-site] .arv-detail-further-information {
  background: #9C9B9B;
  color: #FFFFFF;
  width: 100%;
  padding-bottom: 50px;
}
[data-arv-detail-site] .arv-detail-further-information h3 {
  color: #FFFFFF;
}
[data-arv-detail-site] .arv-detail-further-information .arv-detail-content * {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
[data-arv-detail-site] .arv-detail-further-information .btn {
  margin: 0 auto;
}
[data-arv-detail-site] .arv-detail-further-information .content-column {
  padding-top: 0;
}
[data-arv-detail-site] .arv-detail-teaser {
  background: #F5F4F1;
  width: 100%;
}
@media screen and (max-width: 800px) {
  [data-arv-detail-site] .arv-detail-further-information,
  [data-arv-detail-site] .arv-detail-teaser {
    padding-left: 20px;
    padding-right: 20px;
  }
}
[data-arv-detail-site] .share-links .title {
  display: block;
  margin-bottom: 15px;
}
[data-arv-detail-site] .share-links a {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-height: 768px) {
  [data-arv-detail-site] .share-links a {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 480px) {
  [data-arv-detail-site] .share-links {
    margin: 0 auto;
  }
}
.contact-box-detail {
  overflow: auto;
  clear: both;
}
.contact-box-detail p {
  font-weight: 700;
}
.contact-box-detail a:hover,
.contact-box-detail a:focus {
  detail-sidebartext-decoration: none;
}
@media screen and (max-width: 1024px) {
  .arv-text-asset.third {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [data-arv-detail-site] h1 {
    font-size: 35px;
    line-height: 45px;
  }
  [data-arv-detail-site] h2,
  [data-arv-detail-site] h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 700px) {
  .arv-text-asset.third {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [data-arv-detail-site] h1 {
    font-size: 30px;
    line-height: 40px;
  }
  [data-arv-detail-site] h2,
  [data-arv-detail-site] h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.arv-row-adaptive > *:not(.clearfix).detail-sidebar {
  padding-right: 0;
}
@media screen and (max-width: 1205px) {
  .arv-row-adaptive > *:not(.clearfix).detail-sidebar {
    padding-right: 20px;
  }
}
.detail-sidebar {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 14px;
  line-height: 0.7777777777777778rem;
  line-height: 1.75;
  max-width: 283px!important;
}
.detail-sidebar .wysija-paragraph {
  width: 100%;
}
.detail-sidebar .widget_wysija_cont .wysija-submit {
  margin-top: 0px;
}
.detail-sidebar .wysija-input {
  height: 40px;
  border: 1px solid #CECECE;
}
@media screen and (max-width: 800px) {
  .detail-sidebar {
    max-width: 100%!important;
    margin-bottom: 50px;
    padding-right: 20px;
  }
}
.detail-sidebar button,
.detail-sidebar .arv-form .arv-form-submit {
  padding: 0 30px;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  [data-arv-detail-site] .sidebar-column .arv-row-adaptive {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.detail-sidebar-fixed {
  top: 112px;
  position: fixed;
  max-width: 283px!important;
}
.detail-sidebar-absolute {
  position: absolute;
  bottom: 75px;
  left: 0;
}
div[data-arv-detail-site] .form.newsletter {
  overflow: auto;
  margin: 50px 0 35px 0;
}
@media screen and (max-height: 768px) {
  div[data-arv-detail-site] .form.newsletter {
    margin: 15px 0;
  }
}
.solutions-box-detail {
  margin-top: 35px;
}
@media screen and (max-height: 768px) {
  .solutions-box-detail {
    margin-top: 15px;
  }
}
.detail-sidebar button,
.detail-sidebar .arv-form .arv-form-submit {
  min-width: 187px;
}
a.arv-form:hover {
  text-decoration: none;
}
.arv-form {
  overflow: hidden;
  /*
     * validation icons
     */
  /*
     * validation message
     */
  /*
     * form group
     */
}
.content-full .arv-form {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 800px) {
  .content-full .arv-form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .content-full .arv-form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .content-full .arv-form {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .content-full .arv-form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .content-full .arv-form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-form > * {
  max-width: 600px;
}
.arv-form .arv-icon.validation {
  display: none;
  cursor: default;
  padding-left: 10px;
  position: relative;
  top: 1px;
}
.arv-form .arv-icon.validation:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  line-height: 1px;
  line-height: 0.05555555555555555rem;
  line-height: 1;
  display: block;
}
.arv-form .arv-icon.validation.error:before {
  content: "\e921";
  color: #E90F40;
}
.arv-form .arv-icon.validation:before {
  content: "\e922";
  color: #B0C813;
}
.arv-form .validation-message {
  display: none;
  position: relative;
  padding: 15px 60px 15px 15px;
  margin-bottom: 40px;
  color: #FFFFFF;
  background: #B1B1B1;
}
.arv-form .validation-message .arv-icon.validation {
  display: none;
  position: absolute;
  top: 17px;
  left: 14px;
}
.arv-form .validation-message.has-error {
  background: #E90F40;
  display: block;
}
.arv-form .validation-message.has-error .arv-icon.validation.error {
  display: block;
}
.arv-form .validation-message.has-success {
  background: #B0C813;
  display: block;
}
.arv-form .validation-message.has-success .arv-icon.validation.success {
  display: block;
}
.arv-form .validation-message .close-msg {
  position: absolute;
  right: 16px;
  top: 19px;
}
.arv-form .validation-message .close-msg .arv-icon {
  display: block;
}
.arv-form .validation-message .close-msg .arv-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  font-size: 1.6666666666666667rem;
  line-height: 1px;
  line-height: 0.05555555555555555rem;
  content: "\e921";
}
.arv-form .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0 0 30px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*
         * label
         */
  /*
         * form-control (input type text)
         */
  /*
         * textarea
         */
  /*
         * select
         */
  /*
         * radio-inline and checkbox-inline
         */
  /*
         * radio inline
         */
  /*
         * checkbox inline
         */
  /*
         * error message
         */
  /*
         * error and success states
         */
}
.arv-form .form-group > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.arv-form .form-group label,
.arv-form .form-group .form-label {
  position: relative;
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 16px;
  line-height: 0.8888888888888888rem;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 15px;
}
.arv-form .form-group .form-control {
  -webkit-transition: margin-right 250ms ease;
  transition: margin-right 250ms ease;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #CECECE;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  outline: none;
  resize: none;
  width: 100%;
  border-radius: 24.5px;
}
.arv-form .form-group .form-control ::-webkit-input-placeholder {
  color: #9C9B9B;
}
.arv-form .form-group .form-control :-moz-placeholder {
  color: #9C9B9B;
}
.arv-form .form-group .form-control ::-moz-placeholder {
  color: #9C9B9B;
}
.arv-form .form-group .form-control :-ms-input-placeholder {
  color: #9C9B9B;
}
.arv-form .form-group .form-control:focus {
  border-color: #9C9B9B;
}
.arv-form .form-group .form-control:focus + .info {
  display: block;
}
.arv-form .form-group textarea.form-control {
  height: 100px;
  width: 100%;
  border-radius: 24.5px;
}
.arv-form .form-group .arv-select {
  max-width: 220px;
}
.calendar-navigation .arv-form .form-group .arv-select,
.arv-press .arv-form .form-group .arv-select {
  margin: 0 0 0 auto;
}
.arv-image-database .arv-form .form-group .arv-select {
  max-width: 100%;
}
.arv-form .form-group .radio-inline,
.arv-form .form-group .checkbox-inline {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .arv-form .form-group .radio-inline,
  .arv-form .form-group .checkbox-inline {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.arv-form .form-group .radio-inline .control,
.arv-form .form-group .checkbox-inline .control {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid #B1B1B1;
  width: 21px;
  height: 21px;
  background: #FFFFFF;
}
.arv-form .form-group .radio-inline .control .inner,
.arv-form .form-group .checkbox-inline .control .inner,
.arv-form .form-group .radio-inline .control .arv-icon,
.arv-form .form-group .checkbox-inline .control .arv-icon {
  display: inline-block;
}
.arv-form .form-group .radio-inline .control .inner,
.arv-form .form-group .checkbox-inline .control .inner,
.arv-form .form-group .radio-inline .control > .arv-icon,
.arv-form .form-group .checkbox-inline .control > .arv-icon {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 0;
}
.arv-form .form-group .radio-inline .control .arv-icon:before,
.arv-form .form-group .checkbox-inline .control .arv-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.6666666666666666rem;
  line-height: 1px;
  line-height: 0.05555555555555555rem;
  position: relative;
  top: -1px;
  left: 2px;
  color: #FFFFFF;
  content: "\e920";
}
.arv-form .form-group .radio-inline .caption,
.arv-form .form-group .checkbox-inline .caption {
  padding-left: 31px;
  padding-right: 10px;
  display: block;
  color: #000000;
  line-height: 30px;
}
.arv-form .form-group .radio-inline input[type=radio],
.arv-form .form-group .checkbox-inline input[type=radio],
.arv-form .form-group .radio-inline input[type=checkbox],
.arv-form .form-group .checkbox-inline input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
}
.arv-form .form-group .radio-inline input[type=radio]:checked + .control,
.arv-form .form-group .checkbox-inline input[type=radio]:checked + .control,
.arv-form .form-group .radio-inline input[type=checkbox]:checked + .control,
.arv-form .form-group .checkbox-inline input[type=checkbox]:checked + .control {
  border-color: #009De0;
}
.arv-form .form-group .radio-inline input[type=radio]:checked + .control .inner,
.arv-form .form-group .checkbox-inline input[type=radio]:checked + .control .inner,
.arv-form .form-group .radio-inline input[type=checkbox]:checked + .control .inner,
.arv-form .form-group .checkbox-inline input[type=checkbox]:checked + .control .inner,
.arv-form .form-group .radio-inline input[type=radio]:checked + .control > .arv-icon,
.arv-form .form-group .checkbox-inline input[type=radio]:checked + .control > .arv-icon,
.arv-form .form-group .radio-inline input[type=checkbox]:checked + .control > .arv-icon,
.arv-form .form-group .checkbox-inline input[type=checkbox]:checked + .control > .arv-icon {
  opacity: 1;
}
.arv-form .form-group .radio-inline input[type=radio]:focus + .control,
.arv-form .form-group .checkbox-inline input[type=radio]:focus + .control,
.arv-form .form-group .radio-inline input[type=checkbox]:focus + .control,
.arv-form .form-group .checkbox-inline input[type=checkbox]:focus + .control {
  border-color: #009De0;
}
.arv-form .form-group .radio-inline .control {
  border-radius: 21px;
  text-align: center;
}
.arv-form .form-group .radio-inline .control .inner {
  position: relative;
  background: #009De0;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  top: 2px;
}
.arv-form .form-group .radio-inline .control .arv-icon {
  display: none !important;
}
.arv-form .form-group .checkbox-inline .control .inner,
.arv-form .form-group .checkbox-inline .control > .arv-icon {
  background: #009De0;
}
.arv-form .form-group .checkbox-inline .control .inner {
  height: 100%;
  width: 100%;
}
.arv-form .form-group .checkbox-inline .control .arv-icon {
  width: 100%;
  height: 100%;
  padding: 0;
}
.arv-form .form-group .error-copy {
  color: #E90F40;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s, margin-top 0.2s;
  transition: max-height 0.2s, margin-top 0.2s;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}
.arv-form .form-group.arv-form-nofill {
  display: none;
}
.arv-form .form-group.has-error .arv-icon.validation.error {
  display: inline-block;
}
.arv-form .form-group.has-error .error-copy {
  max-height: 30px;
  margin-top: 10px;
}
.arv-form .form-group.has-error .arv-select {
  border-color: #E90F40;
}
.arv-form .form-group.has-error .form-control {
  border-color: #E90F40;
}
.arv-form .form-group.has-error .form-control:focus {
  border-color: #E90F40;
}
.arv-form .form-group.has-error .radio-inline .control,
.arv-form .form-group.has-error .checkbox-inline .control {
  border-color: #E90F40;
}
.arv-form .form-group.has-success .arv-icon.validation.success {
  display: inline-block;
}
.arv-form .form-group.has-success .form-control {
  border-color: #B0C813;
}
.arv-form .form-group.has-success .form-control:focus {
  border-color: #B0C813;
}
.arv-form .form-group .help-block,
.arv-form .form-group .form-control-feedback {
  display: none !important;
}
.arv-form .form-group .hint {
  text-align: right;
  color: #D8D8D8;
  margin-top: -5px;
}
.arv-form .form-group textarea {
  margin: 0 0 -9px 0;
}
.arv-form.white {
  background-color: #FFFFFF;
}
.arv-form .form-list-add-item {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border: 1px solid #009De0;
  background-color: #FFFFFF;
  color: #1F2AA6;
}
.android .arv-form .form-list-add-item,
.safari .arv-form .form-list-add-item {
  height: 48px;
}
.button-wrapper .arv-form .form-list-add-item {
  height: auto;
}
@-moz-document url-prefix() {
  .arv-form .form-list-add-item {
    height: 48px;
  }
  .button-wrapper .arv-form .form-list-add-item {
    height: auto;
  }
}
.arv-form .form-list-add-item > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.arv-form .form-list-add-item > span:first-child {
  opacity: 0.5;
}
.arv-form .form-list-add-item span:first-child {
  width: auto;
  text-align: right;
}
.arv-form .form-list-add-item span:first-child:last-child {
  width: auto;
}
.arv-form .form-list-add-item span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.arv-form .form-list-add-item span + span:after {
  content: '';
}
.arv-form .form-list-add-item:after {
  content: '';
}
.arv-form .form-list-add-item:hover {
  text-decoration: none;
}
.arv-form .form-list-add-item span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
}
.arv-form .form-list-add-item:hover {
  border-color: #009DE0;
  background-color: #009DE0;
  color: #FFFFFF;
}
.arv-form .form-list-add-item:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.arv-form .form-list-add-item .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
  font-weight: 600;
}
.arv-form .form-list-add-item .arv-icon:before {
  position: relative;
  top: 0;
}
.arv-form .form-list-add-item .arv-icon:before {
  content: "\e91d";
}
.android .arv-form .form-list-add-item,
.safari .arv-form .form-list-add-item {
  height: 48px;
}
.button-wrapper .arv-form .form-list-add-item {
  height: auto;
}
@-moz-document url-prefix() {
  .arv-form .form-list-add-item {
    height: 48px;
  }
  .button-wrapper .arv-form .form-list-add-item {
    height: auto;
  }
}
.arv-form .form-list-add-item > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.arv-form .form-list-add-item > span:first-child {
  opacity: 0.5;
}
.arv-form .form-list-add-item span:first-child {
  width: auto;
  text-align: right;
}
.arv-form .form-list-add-item span:first-child:last-child {
  width: auto;
}
.arv-form .form-list-add-item span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.arv-form .form-list-add-item span + span:after {
  content: '';
}
.arv-form .form-list-add-item:after {
  content: '';
}
.arv-form .form-list-add-item:hover {
  text-decoration: none;
}
.arv-form .form-list-add-item span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
}
.arv-form .form-list-add-item:hover {
  border-color: #009DE0;
  background-color: #009DE0;
  color: #FFFFFF;
}
.arv-form .form-list-add-item:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.arv-form .form-list-add-item .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
  font-weight: 600;
}
.arv-form .form-list-add-item .arv-icon:before {
  position: relative;
  top: 0;
}
.arv-form .form-list-add-item .arv-icon {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 14px;
  line-height: 0.7777777777777778rem;
  line-height: 1;
}
.arv-form .form-list-remove-item {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border: 1px solid #009De0;
  background-color: #FFFFFF;
  color: #1F2AA6;
}
.android .arv-form .form-list-remove-item,
.safari .arv-form .form-list-remove-item {
  height: 48px;
}
.button-wrapper .arv-form .form-list-remove-item {
  height: auto;
}
@-moz-document url-prefix() {
  .arv-form .form-list-remove-item {
    height: 48px;
  }
  .button-wrapper .arv-form .form-list-remove-item {
    height: auto;
  }
}
.arv-form .form-list-remove-item > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.arv-form .form-list-remove-item > span:first-child {
  opacity: 0.5;
}
.arv-form .form-list-remove-item span:first-child {
  width: auto;
  text-align: right;
}
.arv-form .form-list-remove-item span:first-child:last-child {
  width: auto;
}
.arv-form .form-list-remove-item span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.arv-form .form-list-remove-item span + span:after {
  content: '';
}
.arv-form .form-list-remove-item:after {
  content: '';
}
.arv-form .form-list-remove-item:hover {
  text-decoration: none;
}
.arv-form .form-list-remove-item span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
}
.arv-form .form-list-remove-item:hover {
  border-color: #009DE0;
  background-color: #009DE0;
  color: #FFFFFF;
}
.arv-form .form-list-remove-item:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.arv-form .form-list-remove-item .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
  font-weight: 600;
}
.arv-form .form-list-remove-item .arv-icon:before {
  position: relative;
  top: 0;
}
.arv-form .form-list-remove-item .arv-icon:before {
  content: "\e91c";
}
.android .arv-form .form-list-remove-item,
.safari .arv-form .form-list-remove-item {
  height: 48px;
}
.button-wrapper .arv-form .form-list-remove-item {
  height: auto;
}
@-moz-document url-prefix() {
  .arv-form .form-list-remove-item {
    height: 48px;
  }
  .button-wrapper .arv-form .form-list-remove-item {
    height: auto;
  }
}
.arv-form .form-list-remove-item > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.arv-form .form-list-remove-item > span:first-child {
  opacity: 0.5;
}
.arv-form .form-list-remove-item span:first-child {
  width: auto;
  text-align: right;
}
.arv-form .form-list-remove-item span:first-child:last-child {
  width: auto;
}
.arv-form .form-list-remove-item span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.arv-form .form-list-remove-item span + span:after {
  content: '';
}
.arv-form .form-list-remove-item:after {
  content: '';
}
.arv-form .form-list-remove-item:hover {
  text-decoration: none;
}
.arv-form .form-list-remove-item span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
}
.arv-form .form-list-remove-item:hover {
  border-color: #009DE0;
  background-color: #009DE0;
  color: #FFFFFF;
}
.arv-form .form-list-remove-item:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.arv-form .form-list-remove-item .arv-icon {
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 8px;
  line-height: 0.4444444444444444rem;
  font-weight: 600;
}
.arv-form .form-list-remove-item .arv-icon:before {
  position: relative;
  top: 0;
}
.arv-form .form-list-remove-item .arv-icon {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 14px;
  line-height: 0.7777777777777778rem;
  line-height: 1;
}
.arv-form .arv-form-submit {
  display: table;
  max-width: 390px;
  min-width: 175px;
  vertical-align: middle;
  text-shadow: none;
  margin: 0;
  text-decoration: none;
  width: auto;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
  min-height: 48px;
  text-transform: uppercase;
  border: 1px solid #009De0;
  background-color: #009De0;
  color: #FFFFFF;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.android .arv-form .arv-form-submit,
.safari .arv-form .arv-form-submit {
  height: 48px;
}
.button-wrapper .arv-form .arv-form-submit {
  height: auto;
}
@-moz-document url-prefix() {
  .arv-form .arv-form-submit {
    height: 48px;
  }
  .button-wrapper .arv-form .arv-form-submit {
    height: auto;
  }
}
.arv-form .arv-form-submit > * {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}
.arv-form .arv-form-submit > span:first-child {
  opacity: 0.5;
}
.arv-form .arv-form-submit span:first-child {
  width: auto;
  text-align: right;
}
.arv-form .arv-form-submit span:first-child:last-child {
  width: auto;
}
.arv-form .arv-form-submit span + span {
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 17px;
  line-height: 0.9444444444444444rem;
  font-family: 'gotham';
  font-weight: 600;
  padding-left: 0;
}
.arv-form .arv-form-submit span + span:after {
  content: '';
}
.arv-form .arv-form-submit:after {
  content: '';
}
.arv-form .arv-form-submit:hover {
  text-decoration: none;
}
.arv-form .arv-form-submit:hover {
  text-decoration: none;
  border-color: #1F2AA6;
  background-color: #1F2AA6;
  color: #FFFFFF;
}
.arv-form .arv-form-submit:active {
  border-color: #1F2AA6;
  background-color: #1F2AA6;
}
.arv-form .form-group-notice label:first-child {
  margin-bottom: 0;
}
.arv-form .form-group-salutation .form-control {
  border: none;
  padding: 0;
}
.arv-form .form-group-salutation label {
  margin-bottom: 6px;
}
.arv-form-post .form-group {
  margin: 0 0 20px 0;
}
.arv-form-post .form-group .h4 {
  font-weight: 600;
}
.arv-form-post > * {
  max-width: 100%;
}
.select-styled {
  max-width: 220px;
}
.calendar-navigation .select-styled,
.arv-press .select-styled {
  margin: 0 0 0 auto;
}
.arv-image-database .select-styled {
  max-width: 100%;
}
.wpcf7 .wpcf7-checkbox {
  float: left;
  position: relative;
  top: -1px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  display: none;
}
.wpcf7 .wpcf7-checkbox::after {
  content: "";
  display: inline-block;
  padding: 0 10px 0 0;
}
.wpcf7 span.wpcf7-list-item:first-child {
  margin: 0;
}
.wpcf7 button[type="submit"] {
  max-width: 118px;
}
span.wpcf7-not-valid-tip {
  margin: 0 0 10px 0;
}
div.wpcf7-response-output {
  margin: 2em 0;
}
.arv-back-and-top .dummy-container {
  display: none;
}
.arv-back-and-top .back-and-top-sticky {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .arv-back-and-top .back-and-top-sticky {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .arv-back-and-top .back-and-top-sticky {
    padding: 0 20px;
  }
}
.arv-back-and-top .back-and-top-sticky .back-and-top-grid {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1250px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .arv-back-and-top .back-and-top-sticky .back-and-top-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.arv-back-and-top .back-and-top-sticky .back-and-top-grid .arv-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 8px;
  padding-bottom: 9px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .arv-back-and-top .back-and-top-sticky .back-and-top-grid .arv-row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.arv-back-and-top .back-and-top-sticky .back-and-top-grid .arv-row .wrapper-top {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 3px;
}
@media print {
  .arv-back-and-top .back-and-top-sticky .back-and-top-grid .arv-row .wrapper-top {
    display: none;
  }
}
.arv-back-and-top .back-and-top-sticky .back-and-top-grid .btn-top {
  color: #1F3E85;
}
.arv-back-and-top .back-and-top-sticky .back-and-top-grid .btn-top:hover {
  color: #009DE0;
}
.arv-back-and-top .back-and-top-sticky.sticky {
  position: fixed;
  bottom: 0;
  z-index: 16;
  width: 100%;
}
@media print {
  .arv-back-and-top .back-and-top-sticky.sticky {
    position: relative;
  }
}
.arv-events-calendar {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-events-calendar {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-events-calendar {
    margin-bottom: 35px;
  }
}
.content-full .arv-events-calendar.arv-tabs.arv-row-adaptive,
.content-sidebar .arv-events-calendar.arv-tabs.arv-row-adaptive {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .content-full .arv-events-calendar.arv-tabs.arv-row-adaptive,
  .content-sidebar .arv-events-calendar.arv-tabs.arv-row-adaptive {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .content-full .arv-events-calendar.arv-tabs.arv-row-adaptive,
  .content-sidebar .arv-events-calendar.arv-tabs.arv-row-adaptive {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-events-calendar > .title {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .arv-events-calendar > .title {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-events-calendar > .title {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-events-calendar > .title h2 {
  margin: 0;
}
.arv-events-calendar .calendar-navigation {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 800px) {
  .arv-events-calendar .calendar-navigation {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-events-calendar .calendar-navigation {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-events-calendar .calendar-navigation .btn-prev,
.arv-events-calendar .calendar-navigation .btn-next {
  display: none;
}
.arv-events-calendar .tabs-content {
  padding-top: 40px;
}
.arv-events-calendar .tabs-content > .hidden {
  display: none;
}
.arv-events-calendar .calendar-item {
  padding: 20px 0;
  border-top: 1px solid #D8D8D8;
}
.arv-events-calendar .calendar-item .item-link:hover {
  text-decoration: none;
}
.arv-events-calendar .calendar-item .item-link:hover .description .arv-icon {
  color: #009DE0;
}
.arv-events-calendar .calendar-item .event-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
.arv-events-calendar .calendar-item .event-details > .event-detail {
  color: #009De0;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
  line-height: 27px;
  line-height: 1.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 40px;
}
.arv-events-calendar .calendar-item .event-details > .event-detail:last-child {
  padding-right: 0;
}
.half.arv-events-calendar .calendar-item .event-details > .event-detail,
.third.arv-events-calendar .calendar-item .event-details > .event-detail {
  padding-right: 0;
}
.arv-events-calendar .calendar-item .event-details .event-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.arv-events-calendar .calendar-item .event-details .event-detail .arv-icon {
  width: auto;
  height: auto;
  margin-right: 7px;
  font-size: 20px;
  font-size: 1.1111111111111112rem;
  line-height: 20px;
  line-height: 1.1111111111111112rem;
}
.arv-events-calendar .calendar-item .event-details .event-detail .arv-icon.calendar:before {
  content: "\e926";
}
.arv-events-calendar .calendar-item .event-details .event-detail .arv-icon.location:before {
  content: "\e928";
}
.arv-events-calendar .calendar-item .event-details .event-detail .arv-icon.clock:before {
  content: "\e927";
}
.arv-events-calendar .calendar-item .event-title {
  font-family: 'gotham';
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
  line-height: 28px;
  line-height: 1.5555555555555556rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 800px) {
  .arv-events-calendar .calendar-item .event-title {
    font-size: 19px;
    font-size: 1.0555555555555556rem;
    line-height: 25px;
    line-height: 1.3888888888888888rem;
  }
}
@media screen and (max-width: 480px) {
  .arv-events-calendar .calendar-item .event-title {
    font-size: 16px;
    font-size: 0.8888888888888888rem;
    line-height: 22px;
    line-height: 1.2222222222222223rem;
  }
}
.arv-events-calendar .calendar-item .description {
  color: #333333;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.arv-events-calendar .calendar-item .description .wrapper {
  width: 100%;
}
.arv-events-calendar .calendar-item .description .arv-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'gotham' !important;
  font-size: 14px;
  font-size: 0.7777777777777778rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  padding: 10px 0 0 0;
  color: #009De0;
}
.arv-events-calendar .calendar-item .description .arv-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  font-size: 0.4444444444444444rem;
  line-height: 32px;
  line-height: 1.7777777777777777rem;
  content: "\e901";
  padding-right: 10px;
}
.arv-chat {
  position: relative;
}
.arv-chat-sidebar-status {
  display: block;
  text-align: center;
}
.arv-chat-sidebar-status .chat-title,
.arv-chat-sidebar-status .division {
  font-weight: 400;
}
.arv-chat-sidebar-status .chat-title:after,
.arv-chat-sidebar-status .division:after {
  content: "";
  display: block;
  border-bottom: 1px solid red;
  height: 20px;
  width: 20px;
  margin: 0px auto 20px auto;
  left: 0;
  right: 0;
}
.arv-chat-sidebar-status .arv-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  top: 5px;
}
.arv-chat-sidebar-status .link {
  text-decoration: none;
  cursor: pointer;
}
.arv-chat-sidebar-status .link:hover {
  text-decoration: none;
  color: blue;
}
@media (min-width: 992px) {
  .arv-chat-sidebar-status {
    background-color: #FFFFFF;
    text-align: left;
    padding: 20px;
  }
  .arv-chat-sidebar-status .chat-title:after,
  .arv-chat-sidebar-status .division:after {
    margin: 0px auto 20px 0px;
    left: 0;
    right: auto;
  }
}
@media print {
  .arv-chat-sidebar-status {
    display: none !important;
  }
}
.arv-chat-overlay-status {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 1000;
}
.arv-chat-overlay-status .status {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}
.arv-chat-overlay-status .status:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-width: 5px;
  left: 100%;
  border-left-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
}
.arv-chat-overlay-status .status .arv-icon {
  width: 30px;
  height: 30px;
  margin-right: 0;
}
@media print {
  .arv-chat-overlay-status {
    display: none !important;
  }
}
.arv-chat-dialog {
  position: absolute;
}
.arv-chat-dialog .arv-site-background.gradient:after {
  opacity: 1;
  background-color: rgba(255, 255, 0, 0.1);
  background-position: 0 800px;
}
.arv-chat-dialog .hitarea {
  position: fixed;
  right: 0;
  top: -200px;
  bottom: -200px;
  left: 0;
  z-index: 1029;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.arv-chat-dialog .sidebar-wrapper {
  position: fixed;
  left: 100%;
  top: 0;
  height: 100%;
  z-index: 1030;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.arv-chat-dialog .sidebar-wrapper .close-container {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1030;
}
.arv-chat-dialog .sidebar-wrapper .close-container .btn-minimize {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  opacity: 0;
  -webkit-transition: top 0.2s ease-out, opacity 0.3s ease-out;
  transition: top 0.2s ease-out, opacity 0.3s ease-out;
}
.arv-chat-dialog .sidebar-wrapper .sidebar {
  width: 550px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  opacity: 0;
  z-index: 1031;
  background-color: #FFFFFF;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .arv-site-background {
  top: -200px;
  bottom: -200px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .sidebar-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .arv-chat-dialog .sidebar-wrapper .sidebar .sidebar-header {
    height: 90px;
  }
}
.arv-chat-dialog .sidebar-wrapper .sidebar .sidebar-header .sidebar-title {
  left: 50px;
  right: 50px;
  text-align: center;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  top: 17px;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .arv-chat-dialog .sidebar-wrapper .sidebar .sidebar-header .sidebar-title {
    font-size: 20px;
    line-height: 28px;
    top: 15px;
    text-align: left;
    right: auto;
    width: 275px;
    left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .arv-chat-dialog .sidebar-wrapper .sidebar .sidebar-header .sidebar-title {
    font-size: 25px;
    line-height: 34px;
    top: 27px;
  }
}
.arv-chat-dialog .sidebar-wrapper .sidebar .sidebar-header .header-btn-exit {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .sidebar-header .header-btn-exit .inner {
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0px;
  margin: auto;
  height: 18px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .sidebar-header .header-btn-exit .icon-cancel {
  display: inline-block;
  -webkit-transition: color 150ms ease-out;
  transition: color 150ms ease-out;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .sidebar-header .header-btn-exit .caption {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  -webkit-transition: color 150ms ease-out;
  transition: color 150ms ease-out;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .sidebar-header .header-btn-exit:hover {
  color: red;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main {
  position: absolute;
  top: 58px;
  bottom: 100px;
  left: 20px;
  right: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
  border-top: 2px solid #000000;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.01);
}
@media screen and (min-width: 992px) {
  .arv-chat-dialog .sidebar-wrapper .sidebar .chat-main {
    top: 90px;
  }
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .metadata {
  position: absolute;
  top: 0;
  font-size: 12px;
  width: 30px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .metadata .avatar {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 9px;
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .metadata .test-avatar {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 30px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .message .message-inner {
  padding: 15px;
  position: relative;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .message .message-inner img {
  max-width: 100%;
  height: auto;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .message .message-inner a {
  color: red;
  text-decoration: underline;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .message .message-inner:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-width: 5px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .agent {
  position: relative;
  margin-bottom: 20px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .agent .metadata {
  left: 0;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .agent .message {
  margin-left: 50px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .agent .message .message-inner {
  background-color: #FFFFFF;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .agent .message .message-inner:after {
  right: 100%;
  border-right-color: #FFFFFF;
  border-top-color: #FFFFFF;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .user {
  position: relative;
  margin-bottom: 20px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .user .metadata {
  right: 0;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .user .message {
  margin-right: 50px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .user .message .message-inner {
  background-color: red;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-main .user .message .message-inner:after {
  left: 100%;
  border-left-color: red;
  border-top-color: red;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 100px;
  border-top: 2px solid #000000;
  padding: 10px 0 20px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-footer .input-message {
  margin-bottom: 10px;
  width: 100%;
  min-height: 40px;
  max-height: 160px;
  border: 1px solid grey;
  background-color: #FFFFFF;
  overflow: auto;
  padding: 9px;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-footer .btn-wrapper {
  position: relative;
  text-align: right;
}
.arv-chat-dialog .sidebar-wrapper .sidebar .chat-footer .btn-wrapper .btn {
  padding-top: 9px;
  padding-bottom: 9px;
}
.arv-chat-dialog.open .hitarea {
  opacity: .8;
}
.arv-chat-dialog.open .sidebar-wrapper .close-container .btn-minimize {
  opacity: 1;
}
.arv-chat-dialog.open .sidebar-wrapper .sidebar {
  opacity: 1;
}
.arv-chat-dialog.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}
@media print {
  .arv-chat-dialog {
    position: relative;
  }
}
.arv-joblist {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .arv-joblist {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .arv-joblist {
    margin-bottom: 35px;
  }
}
.content-full .arv-joblist {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 800px) {
  .content-full .arv-joblist {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .content-full .arv-joblist {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .content-full .arv-joblist {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .content-full .arv-joblist {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 480px) {
  .content-full .arv-joblist {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-joblist .wrapper-selects {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  position: relative;
  padding: 40px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .arv-joblist .wrapper-selects {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.arv-joblist .wrapper-selects:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  tramsform: translateX(-50%);
  content: '';
  z-index: -1;
}
.arv-joblist .wrapper-selects .select-styled {
  max-width: none;
}
.arv-joblist .wrapper-selects .countryChoose,
.arv-joblist .wrapper-selects .cityChoose {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .arv-joblist .wrapper-selects .countryChoose,
  .arv-joblist .wrapper-selects .cityChoose {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-joblist .wrapper-selects .countryChoose,
  .arv-joblist .wrapper-selects .cityChoose {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .arv-joblist .wrapper-selects .countryChoose,
  .arv-joblist .wrapper-selects .cityChoose {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-joblist .wrapper-selects .countryChoose,
  .arv-joblist .wrapper-selects .cityChoose {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-joblist .wrapper-selects .countryChoose,
  .arv-joblist .wrapper-selects .cityChoose {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-joblist .wrapper-selects .cityChoose {
  display: none;
}
@media screen and (max-width: 480px) {
  .arv-joblist .wrapper-selects .cityChoose {
    margin-top: 20px;
  }
}
.arv-joblist table {
  width: 100%;
  table-layout: fixed;
}
.arv-joblist table .hide {
  display: none;
}
.arv-joblist table tr th {
  border-bottom: 1px solid #8B8B8B;
}
.arv-joblist table tr td {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 480px) {
  .arv-joblist table {
    display: block;
  }
  .arv-joblist table thead {
    display: none;
  }
  .arv-joblist table tbody {
    display: block;
  }
  .arv-joblist table tbody tr {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-joblist table tbody tr {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.arv-joblist table th {
  text-align: left;
  font-weight: 400;
  color: #1F2AA6;
  cursor: pointer;
}
.arv-joblist table th .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.arv-joblist table th.headerSortDown .wrap:after,
.arv-joblist table th.headerSortUp .wrap:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arvato-com-icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  content: "\e925";
}
.arv-joblist table th.headerSortUp .wrap:after {
  content: "\e924";
}
.arv-joblist table th,
.arv-joblist table td {
  padding: 11px 20px;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .arv-joblist table th,
  .arv-joblist table td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.arv-joblist table th.jobtitle,
.arv-joblist table td.jobtitle {
  font-weight: 400;
  padding-left: 0;
  width: 67%;
}
@media screen and (max-width: 480px) {
  .arv-joblist table th.jobtitle,
  .arv-joblist table td.jobtitle {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-joblist table th.jobtitle,
  .arv-joblist table td.jobtitle {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-joblist table th.jobtitle,
  .arv-joblist table td.jobtitle {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-joblist table th.jobcity,
.arv-joblist table td.jobcity {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .arv-joblist table th.jobcity,
  .arv-joblist table td.jobcity {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 47px;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-joblist table th.jobcity,
  .arv-joblist table td.jobcity {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-joblist table th.jobcity,
  .arv-joblist table td.jobcity {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.arv-joblist table th.jobcountry .wrapper,
.arv-joblist table td.jobcountry .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  white-space: nowrap;
}
.arv-joblist table th.jobcountry .wrapper img,
.arv-joblist table td.jobcountry .wrapper img {
  width: 24px;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 480px) {
  .arv-joblist table th.jobcountry .wrapper,
  .arv-joblist table td.jobcountry .wrapper {
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  .arv-joblist table th.jobcountry,
  .arv-joblist table td.jobcountry {
    padding-top: 0;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 800px) {
  .arv-joblist table th.jobcountry,
  .arv-joblist table td.jobcountry {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 480px) and screen and (max-width: 480px) {
  .arv-joblist table th.jobcountry,
  .arv-joblist table td.jobcountry {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/*# sourceMappingURL=core.min.css.map */