/***************************** COLORS ********************************/
/***************************** LAYOUT *********************************/
/*************************** COMPONENTS ******************************/
/**************************** THEMES *********************************/
:root,
html[data-erg-theme='light'] {
  --background-color-dark: #222222;
  --background-color: #fff;
  --text-color: #1e1e1e;
  --palette-accents-1: #f0f1f1;
  --palette-accents-2: #e6e6e6;
  --palette-accents-3: #c8c8c8;
  --palette-accents-4: #8c8a94;
  --palette-accents-5: #909899;
  --palette-accents-6: #969696;
  --palette-accents-7: #788385;
  --palette-accents-8: #1e1e1e;
}
.dark-section {
  background-color: var(--background-color, #fff);
}
html[data-erg-theme='dark'],
.dark-section {
  --background-color: #222222;
  --background-color-dark: #DDDDDD;
  --text-color: #fff;
  --palette-accents-1: #1e1e1e;
  --palette-accents-2: #788385;
  --palette-accents-3: #969696;
  --palette-accents-4: #909899;
  --palette-accents-5: #8c8a94;
  --palette-accents-6: #c8c8c8;
  --palette-accents-7: #e6e6e6;
  --palette-accents-8: #f0f1f1;
}
html[data-erg-theme='dark'].light-dark-section,
.dark-section.light-dark-section {
  --background-color: #828787;
}
.light-dark-section a:hover,
.light-dark-section .container p a:hover,
.light-dark-section a:focus,
.light-dark-section .container p a:focus {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
/**************************** GENERAL ********************************/
/***************************** FONTS ********************************/
@font-face {
  font-family: "AktivGrotesk";
  src: url("font-files/AktivGrotesk_W_It.woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("font-files/AktivGrotesk_W_BdIt.woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("font-files/AktivGrotesk_W_Bd.woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("font-files/AktivGrotesk_W_Rg.woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#fontRegular {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: normal;
  font-style: normal;
}
#fontItalic {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: normal;
  font-style: italic;
}
#fontBold {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
}
#fontBoldItalic {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: italic;
}
#fontBig {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 985px) {
  #fontBig {
    font-size: 32px;
    line-height: 38px;
  }
}
#smooth {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
#navigationParent {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  color: #1e1e1e;
}
@media (max-width: 985px) {
  #navigationParent {
    font-size: 24px;
  }
}
#navigationChild {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  color: #1e1e1e;
}
@media (max-width: 985px) {
  #navigationChild {
    font-family: "AktivGrotesk", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
  }
}
#hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
#hyphenate-none {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
/* h1 */
#blackTitle {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-size: 48px;
  line-height: 56px;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (max-width: 985px) {
  #blackTitle {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 985px) {
  #blackTitle {
    font-size: 32px;
  }
}
#blackTitle-en {
  -ms-hyphens: none;
      hyphens: none;
}
#regular-text {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 985px) {
  #regular-text {
    font-size: 16px;
    line-height: 28px;
  }
}
/* h2 */
#medium-text {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 985px) {
  #medium-text {
    font-size: 24px;
    line-height: 31px;
  }
}
h1,
h2.giant2 {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-size: 48px;
  line-height: 56px;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  -ms-hyphens: auto;
      hyphens: auto;
  padding: 0;
  margin: 0 0 28px 0;
}
@media (max-width: 985px) {
  h1,
  h2.giant2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 985px) {
  h1,
  h2.giant2 {
    font-size: 32px;
  }
}
h1,
h2.giant1,
h2.giant2 {
  margin-top: 39px;
}
h2 {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  font-size: 24px;
  line-height: 31px;
  margin: 21px 0 29px 0;
  padding: 0;
}
@media (max-width: 985px) {
  h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
h3 {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 985px) {
  h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
h1.h-xl,
h2.h-xl,
h3.h-xl,
h4.h-xl {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-size: 48px;
  line-height: 56px;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  -ms-hyphens: auto;
      hyphens: auto;
  padding: 0;
  margin: 0 0 28px 0;
}
@media (max-width: 985px) {
  h1.h-xl,
  h2.h-xl,
  h3.h-xl,
  h4.h-xl {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 985px) {
  h1.h-xl,
  h2.h-xl,
  h3.h-xl,
  h4.h-xl {
    font-size: 32px;
  }
}
h1.h-md,
h2.h-md,
h3.h-md,
h4.h-md {
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 985px) {
  h1.h-md,
  h2.h-md,
  h3.h-md,
  h4.h-md {
    font-size: 24px;
    line-height: 31px;
  }
}
h1.h-sm,
h2.h-sm,
h3.h-sm,
h4.h-sm {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  color: #1e1e1e;
}
@media (max-width: 985px) {
  h1.h-sm,
  h2.h-sm,
  h3.h-sm,
  h4.h-sm {
    font-family: "AktivGrotesk", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
  }
}
h1.h-sm,
h2.h-sm,
h3.h-sm,
h4.h-sm {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 985px) {
  h1.h-sm,
  h2.h-sm,
  h3.h-sm,
  h4.h-sm {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 985px) {
  h1,
  h2.giant1 {
    margin-bottom: 30px;
  }
  h1,
  h2.giant2 {
    margin-top: 44px;
  }
  h1,
  h2 {
    padding: 0;
  }
}
h3 {
  margin: 0;
}
.text-section h3,
.left h3 {
  margin-bottom: 10px;
}
p {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  line-height: 28px;
  margin: 0 0 28px;
}
@media (max-width: 985px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}
p:has(+ ul),
p:has(+ ol) {
  margin: 0 0 10px 0;
}
a {
  text-decoration: none;
  color: var(--text-color, #1e1e1e);
}
a:hover,
a:focus {
  color: #e5261f !important;
  text-decoration: none;
}
b,
strong {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
}
b i,
strong i,
b em,
strong em {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: italic;
}
i,
em {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: normal;
  font-style: italic;
}
i b,
em b,
i strong,
em strong {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: italic;
}
.small,
small {
  font-size: 16px;
  font-weight: 600;
}
.small-print {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.small-print:first-child {
  margin-top: 20px;
}
.small-print:last-child {
  margin-bottom: 28px;
}
h4.small {
  margin: 0;
}
html[lang="en"] h1,
html[lang="en"] h2.giant2 {
  -ms-hyphens: none;
      hyphens: none;
}
html[lang="en"] p {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
@media (min-width: 985px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
/**************************** GENERAL *******************************/
html {
  font-size: 16px;
  scroll-padding-top: 135px;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  overflow-x: hidden;
  overflow-y: scroll;
  word-break: break-word;
  color: #1e1e1e;
}
@media (max-width: 985px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}
body :focus {
  outline: none;
}
@media (min-width: 985px) {
  .container {
    width: 860px;
  }
}
@media (min-width: 980px) {
  .container {
    width: 940px;
  }
}
#main {
  padding-top: 0;
  margin-top: 139px;
  background-color: var(--background-color, #fff);
}
#main.main-cleaner {
  margin-top: 0;
}
.cleaner {
  clear: both;
}
img {
  max-width: 100%;
  width: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
.content-image-wrapper img,
.container .video-container iframe {
  margin-top: 7px;
  margin-bottom: 7px;
}
.content-image-wrapper {
  overflow: hidden;
  margin-bottom: 28px;
}
.content-image-wrapper .image-caption {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  height: 48px;
  width: 100%;
  display: inline-block;
  top: -20px;
}
@media (max-width: 985px) {
  .content-image-wrapper .image-caption {
    font-size: 16px;
    line-height: 28px;
  }
}
.content-image-wrapper .image-credit {
  color: #fff;
  z-index: 3;
  float: right;
  position: relative;
  top: -35px;
  margin-bottom: -35px;
  right: 5px;
  text-shadow: 0 0 2px #969696;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.container a {
  cursor: pointer;
}
.container p a,
.container .text a,
.container .text-section p a,
.container .text-section li a,
.container h1 a {
  border-bottom: 1px solid var(--palette-accents-6, #969696);
  padding-bottom: 1.5px;
}
.container .showTail {
  padding-left: 5px;
}
.container .back {
  position: relative;
  color: var(--text-color, #1e1e1e);
}
.container .back a {
  text-decoration: none;
}
.container .back ul {
  overflow: hidden;
  padding: 0;
  list-style-type: none;
}
.container .back ul li {
  float: left;
}
.container .back ul li:not(:last-child):after {
  content: "/";
  margin: 0 4px 0 1px;
}
.container .video-container {
  margin-bottom: 17px;
}
.container .video-container:has(div) {
  min-height: 320px;
}
.container .employee ul,
.container .text-section ul {
  padding: 0;
}
.container .employee ul li,
.container .text-section ul li {
  padding-left: 1em;
  list-style: none;
  padding-bottom: 0;
}
.container .employee ul li:before,
.container .text-section ul li:before {
  content: "\2013";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.container .text-image-section img {
  width: 100%;
}
.container .newsList,
.container .filter {
  overflow: hidden;
  padding: 3px;
}
.container .linkList,
.container .downloadList,
.container .newsList,
.container .news-links {
  margin-bottom: 37px;
  font-size: 16px;
  line-height: 28px;
}
.container .linkList li,
.container .downloadList li,
.container .newsList li,
.container .news-links li {
  padding-top: 5px;
  padding-bottom: 3px;
}
.container .text-section + .linkList {
  margin-top: 30px;
}
.container #slideshow-caption {
  display: none;
}
.linkList ul,
.downloadList ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.linkList ul li,
.downloadList ul li {
  border-bottom: 1px solid var(--palette-accents-3, #c8c8c8);
}
.linkList ul li:first-child,
.downloadList ul li:first-child {
  padding-top: 0;
}
.linkList ul a,
.downloadList ul a {
  display: block;
}
div.at4-share-outer-right.addthis-smartlayers.addthis-smartlayers-desktop {
  display: none;
}
.form-control,
.form-control:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/************************* MAIN HEADING ***************************/
.stage-wrapper h1,
.title.intro-area h1,
.intro-area .col-sm-9 h1,
#main > .container:first-child h1 {
  margin-top: 31px !important;
  margin-bottom: 28px !important;
}
@media (max-width: 985px) {
  .stage-wrapper h1,
  .title.intro-area h1,
  .intro-area .col-sm-9 h1 {
    margin-top: 1px;
    margin-bottom: 30px;
  }
  #main.breadcrumbs .container + .container.title.intro-area h1,
  #main.breadcrumbs .container + .stage-wrapper h1 {
    margin-top: 28px;
  }
}
/*********************** FLUID FULLWIDTH **************************/
.container-fluid {
  padding: 0;
}
.container-fluid > .col-lg-12 {
  padding: 0;
}
.dark-section + .light-dark-section > .container:first-child,
.container + .dark-section > .container:first-child,
.container-fluid + .dark-section > .container:first-child {
  padding-top: 76px;
}
.dark-section + .light-dark-section > .container:last-child,
.container + .dark-section > .container:last-child,
.container-fluid + .dark-section > .container:last-child {
  padding-bottom: 53px;
}
/* enforce fullwidth fluid layout rule */
:not(.intro).container-fluid + .container {
  padding-top: 76px;
  margin-top: 0;
}
:not(.bg-dark) + .dark-section:not(.light-dark-section) {
  margin-top: 7px;
}
/* add space to last content container before footer */
/* do not add space after intro-area or stage-wrapper  */
.container.intro-area + .container-fluid {
  margin-top: 0;
}
.container.stage-wrapper + .container-fluid {
  margin-top: 0;
}
/**************************** BUTTON ******************************/
.btn,
a.button {
  border-radius: 0;
}
/************************** BREADCRUMB ****************************/
.breadcrumb ul {
  margin-bottom: 0;
}
#main.breadcrumbs > .container + .container.title.intro-area h1,
#main.breadcrumbs > .container + .stage-wrapper h1 {
  margin-top: 23px !important;
}
/************************* ???????????? ****************************/
div.inline {
  display: inline;
}
div.inline ul li {
  display: inline;
}
#expand {
  padding-left: 4000px;
  margin-left: -4000px;
  padding-right: 4000px;
  margin-right: -4000px;
}
/******************** Magnolia Edit-Mode Fixes ***********************/
.teasers-editmode .mgnlEditor.mgnlPlaceholder,
.header-cover-editmode .mgnlEditor.mgnlPlaceholder,
.slider-editmode .mgnlEditor.mgnlPlaceholder {
  position: unset !important;
}
.teasers-editmode.slider-editmode > .slides.row,
.header-cover-editmode.slider-editmode > .slides.row,
.slider-editmode.slider-editmode > .slides.row {
  margin-right: 0;
  margin-left: 0;
}
.teasers-editmode.slider-editmode > .slides.row .slick-slide > div > .col-xs-12,
.header-cover-editmode.slider-editmode > .slides.row .slick-slide > div > .col-xs-12,
.slider-editmode.slider-editmode > .slides.row .slick-slide > div > .col-xs-12 {
  padding: 0;
}
/* ERG-164: overwrite z-index of link editor dialog in dialog */
body.cke_dialog_open > .cke_dialog_container {
  z-index: 10010 !important;
}
/*********************** Dark Mode Changes ***************************/
html[data-erg-theme='dark'] .container {
  /* add a little space before breadcrumb in dark mode */
}
html[data-erg-theme='dark'] .container .back {
  padding-top: 0;
  margin-top: 13px;
}
html[data-erg-theme='dark'] .container p a,
html[data-erg-theme='dark'] .container .text a,
html[data-erg-theme='dark'] .container .text-section p a,
html[data-erg-theme='dark'] .container h1 a {
  /* TODO: generalize border color, so that this doesnt't need to be overwritten in dark mode */
  border-bottom: 1px solid #aaaaaa;
}
.spacer {
  height: 22px;
}
.spacer.double {
  height: 44px;
}
/* Hide Google reCAPTCHA Badge */
.grecaptcha-badge {
  visibility: hidden;
}
/**************************** IMPORTS ********************************/
.accordion .title:hover {
  color: #e5261f;
  cursor: pointer;
}
.accordion .title::before {
  display: inline-block;
  text-align: center;
  width: 10px;
  margin-right: 5px;
  font-size: 24px;
  line-height: 28px;
  content: "–";
  top: 2px;
  left: 2px;
  position: relative;
}
.accordion .title.collapsed::before {
  content: "+";
  left: 0;
  top: 2.5px;
}
.accordion .collapse {
  padding-top: 20px;
  overflow: hidden;
}
.wordCloud {
  text-align: justify;
  text-justify: distribute;
  -ms-hyphens: none;
      hyphens: none;
}
.wordCloud a {
  text-decoration: none;
}
.wordCloud a:hover {
  color: #e5261f;
}
.wordCloud > span {
  -webkit-transition: opacity 0.65s;
  transition: opacity 0.65s;
}
.wordCloud > span.faded {
  opacity: 0.2;
}
.wordCloud > span.faded + :not(.faded):before {
  opacity: 0.2;
}
.wordCloud > span:not(:first-child):before {
  content: " – ";
}
.wordCloud > span.firstVisible:before {
  content: "";
}
/***************************** index page ********************************/
#index #main {
  margin-top: 22px;
}
#index .col-lg-12 .banner-image .image-wrapper {
  margin-bottom: 0;
  overflow: visible;
}
@media (min-width: 985px) {
  #index .col-lg-12 .banner-image .image-wrapper {
    width: 1500px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#index .col-lg-12 .banner-image .image-wrapper img {
  width: 100%;
  padding: 0;
  margin-top: 7px;
  margin-bottom: 7px;
}
#index .slick-list {
  margin-bottom: 120px;
}
#index .slick-dots {
  bottom: -80px;
}
#index .newsList {
  margin-bottom: 30px;
}
#index .newsList .news .news-title {
  text-decoration: none;
  line-height: 30px;
}
#index .newsList .news .news-links {
  border-bottom: 1px solid var(--palette-accents-3, #c8c8c8);
  margin-bottom: 30px;
}
#index .newsList .news .news-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#index .newsList .news .news-links ul li {
  padding-top: 5px;
  padding-bottom: 3px;
}
#index .newsList .news .news-links ul li a {
  text-decoration: none;
  display: block;
}
#index .newsList .news .col-md-4.left {
  text-align: right;
}
@media (max-width: 985px) {
  #index .newsList .news .col-md-4.left {
    text-align: left;
    padding: 0;
  }
}
#index .newsList .news .col-md-8.right {
  border-left: 1px solid #969696;
  padding-right: 0;
}
@media (max-width: 985px) {
  #index .newsList .news .col-md-8.right {
    border: 0;
    padding: 0;
  }
}
#index .newsList .news h3 {
  margin-bottom: 10px;
}
#index .splash {
  background-color: #fff;
  visibility: visible;
  position: relative;
}
#index .splash .container {
  position: fixed;
  right: 30px;
}
#index .splash .logo {
  height: 45px;
  margin-top: 70px;
  margin-right: 50px;
  float: right;
  -webkit-transition: -webkit-transform .25 ease;
  transition: -webkit-transform .25 ease;
  transition: transform .25 ease;
  transition: transform .25 ease, -webkit-transform .25 ease;
}
#index .splash .down {
  display: block;
  color: #e5261f;
  font-size: 72px;
  margin: auto;
  width: 100%;
  line-height: auto;
  text-align: center;
  bottom: 35%;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
}
#index .splash .video {
  height: auto;
  width: 100%;
}
#index .splash .no-video {
  display: none;
}
#index.scrolledDown .down {
  display: none;
}
#index .anchor {
  display: block;
  height: 30px;
}
/***************************** intro ********************************/
#intro {
  overflow: hidden;
}
/***************************** cookie information ********************************/
a.cc-link {
  padding: 0;
}
.cc-compliance a {
  text-decoration: none;
  font-weight: normal;
  font-size: 1rem;
}
.cc-compliance a:hover {
  color: #fff !important;
}
.cc-compliance a.cc-btn.cc-dismiss {
  background: #e5261f;
  border-color: #e5261f;
}
.cc-compliance a.cc-btn.cc-dismiss:hover {
  background: #d8241d;
  border-color: #d8241d;
}
.cc-compliance a.cc-btn.cc-dismiss:active {
  background: #b7241f;
  border-color: #b7241f;
}
.cc-compliance a.cc-btn.cc-dismiss:focus {
  background: #e5261f;
  border-color: #e5261f;
}
.cc-theme-classic .cc-btn:last-child {
  width: 9.375rem;
}
.cc-theme-classic .cc-btn {
  border-radius: .1875rem;
}
/***************************** stage ********************************/
.slick-slide {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 985px) {
  .slick-slide {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 985px) {
  .slick-slide {
    line-height: 32px;
  }
}
.stage-wrapper {
  clear: both;
  overflow: hidden;
  margin-bottom: 0;
}
.stage-wrapper .col-lg-12 {
  padding: 0;
}
.stage-wrapper .slick-slider {
  padding-left: 0;
}
.stage-wrapper .slick-slider .stage-item {
  overflow: hidden;
}
/* enforce fullwidth fluid rules after header-image */
.stage-wrapper + .container-fluid + .container {
  margin-top: -39px;
}
.slick-dots {
  line-height: 1rem;
  bottom: -60px;
}
.slick-dots li {
  width: auto;
}
.slick-dots li button {
  border-bottom: 2px solid var(--palette-accents-3, #c8c8c8);
  width: 40px;
}
.slick-dots li button:before {
  content: "";
}
.slick-dots .slick-active button {
  border-bottom: 2px solid var(--text-color, #1e1e1e);
}
.container .gallery-wrapper {
  padding: 0;
}
.container .gallery-wrapper img {
  margin: 0 0 56px;
}
.slick-prev,
.slick-next {
  top: calc(44%);
}
.slick-slide .content-image-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}
.slick-slide .content-image-wrapper .image-caption {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  display: block;
  position: absolute;
  float: right;
  z-index: 3;
  top: auto;
  bottom: -0.5rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 985px) {
  .slick-slide .content-image-wrapper .image-caption {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 985px) {
  .slick-slide .content-image-wrapper .image-caption {
    font-size: 14px;
    line-height: 24px;
    bottom: 0;
  }
}
/***************************** navigation ********************************/
#top-menu > nav {
  /** theme overwrites **/
}
#top-menu > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 -10px 0 -10px;
}
#top-menu > nav > ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  line-height: 44px;
}
#top-menu > nav > ul li:empty {
  display: none;
}
#top-menu > nav > ul li a {
  font-size: 14px;
  display: inline;
  text-decoration: none;
}
#top-menu > nav > ul li ul.language-nav {
  padding: 0;
  margin: 0;
}
#top-menu > nav > ul li ul.language-nav li {
  padding: 0;
  list-style-type: none;
}
#top-menu > nav > ul li ul.language-nav li:last-child {
  padding-right: 0;
}
body.scrolledDown #top-menu > nav > .mgnlEditorBar {
  display: none;
}
#top-menu > nav > ul li a {
  color: #1e1e1e;
}
.navbar-spacer {
  display: none;
  padding-left: 4000px;
  margin-left: -4000px;
  padding-right: 4000px;
  margin-right: -4000px;
  height: 1px;
  margin-top: 1px;
  background: var(--palette-accents-3, #c8c8c8);
}
body.scrolledDown .navbar-spacer {
  display: block;
}
.navbar-default {
  background-color: #fff;
  margin-bottom: 0;
  border: none;
}
@media (min-width: 985px) {
  .navbar-default {
    height: 140px;
    position: fixed;
    z-index: 3;
    padding-left: 4000px;
    margin-left: -4000px;
    padding-right: 4000px;
    margin-right: -4000px;
  }
}
.navbar-default .navbar {
  margin-bottom: 26px;
}
.navbar-default .init-search.small {
  display: none;
}
.navbar-default .navbar-nav li a {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  color: #1e1e1e;
  text-decoration: none;
}
@media (max-width: 985px) {
  .navbar-default .navbar-nav li a {
    font-size: 24px;
  }
}
.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li > a:focus,
.navbar-default .navbar-nav li.active > a:hover,
.navbar-default .navbar-nav li.child-active > a {
  background-color: #fff !important;
  color: #e5261f !important;
}
.navbar-default #navbar {
  padding-left: 0;
  padding-right: 0;
}
.navbar-default #navbar .main-col {
  padding-left: 0;
  padding-right: 0;
}
.navbar-default #navbar .main-col > ul > li > a {
  padding-left: 0;
  padding-right: 1.8rem;
}
.navbar-default #navbar .main-col li ul {
  margin-left: -10px;
}
.navbar-default #navbar .main-col li ul li.nav-secondary a {
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
}
.navbar-default .wrapper-col {
  padding-top: 13px;
}
.navbar-default .wrapper-col.searching .main-col {
  height: 52px;
  overflow: hidden;
}
.navbar-default .wrapper-col.search {
  padding: 19px 0 0 0;
}
.navbar-default .wrapper-col.search #nav-search > a {
  padding-bottom: 0;
  padding-top: 0;
}
.navbar-default .wrapper-col.search > .right-col > .nav > li > a {
  padding-top: 10px;
  padding-bottom: 15px;
}
.navbar-default .wrapper-col.search > .main-col {
  padding: 0 0 7px;
}
.navbar-default .navbar-header .logo {
  display: none;
}
#navbar .init-search {
  padding-top: 14px;
}
#navbar .init-search img {
  display: block;
  max-width: 25px;
  max-height: 24px;
  width: auto;
  height: auto;
}
#navbar .right-col.logo .navbar-brand {
  margin-left: 0;
  height: auto;
}
#navbar .right-col.logo .navbar-brand img {
  margin-top: 0;
  float: right;
  display: block;
  max-width: 174px;
  max-height: 52px;
  width: auto;
  height: auto;
}
#navbar #mobile-search {
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav > li.expanded#nav-search a {
  padding-left: 0;
}
.navbar-nav > li .dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 15rem;
}
.navbar-nav > li .dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -10px;
}
.navbar-nav > li .dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.navbar-brand {
  width: 100%;
  padding: 0;
}
input#nav-search {
  width: 100% !important;
  /* !important because min-width is stronger than width */
}
.hideNonMobile {
  display: block !important;
}
.navbar-nav li.nav-secondary a,
.navbar-nav li.nav-secondary a:hover,
.navbar-nav li.nav-secondary a:active {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  color: #1e1e1e;
  background-color: transparent;
}
@media (max-width: 985px) {
  .navbar-nav li.nav-secondary a,
  .navbar-nav li.nav-secondary a:hover,
  .navbar-nav li.nav-secondary a:active {
    font-family: "AktivGrotesk", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
  }
}
.navbar-nav #queryForm label,
.navbar-nav #queryForm input {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  color: #1e1e1e;
  height: 40px;
}
@media (max-width: 985px) {
  .navbar-nav #queryForm label,
  .navbar-nav #queryForm input {
    font-size: 24px;
  }
}
.navbar-nav #queryForm label#queryStr,
.navbar-nav #queryForm input#queryStr {
  padding: 0 12px;
}
/***************************** image gallery ********************************/
.gallery-wrapper {
  overflow: hidden;
  position: relative;
  margin-top: 7px;
}
.gallery-wrapper .image-gallery {
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
}
.gallery-wrapper .image-gallery .image-wrapper.content-image-wrapper {
  margin-bottom: 0;
  overflow: visible;
}
.gallery-wrapper .image-gallery .image-wrapper.content-image-wrapper img {
  width: 100%;
}
.gallery-wrapper .image-gallery .image-wrapper.content-image-wrapper .image-caption {
  font-size: 14px;
  line-height: 24px;
  bottom: -6.5px;
}
.gallery-wrapper .image-gallery .slick-dots {
  position: static;
  margin-top: -9px;
}
.gallery-wrapper .gallery-next,
.gallery-wrapper .gallery-prev {
  -webkit-transition: opacity, color .3s ease;
  transition: opacity, color .3s ease;
  opacity: 0;
  border: none;
  background: transparent;
  position: absolute;
  z-index: 2;
  height: 56px;
  width: 56px;
  top: calc(40%);
  color: #fff;
  padding: 15px;
}
.gallery-wrapper .gallery-next svg,
.gallery-wrapper .gallery-prev svg {
  height: 26px;
  width: 26px;
}
.gallery-wrapper .gallery-next {
  right: 25px;
}
.gallery-wrapper .gallery-prev {
  left: 25px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gallery-wrapper:hover .gallery-next,
.gallery-wrapper:hover .gallery-prev {
  opacity: 0.725;
}
.gallery-wrapper:hover .gallery-next:hover,
.gallery-wrapper:hover .gallery-prev:hover {
  opacity: 1;
}
@media (max-width: 985px) {
  .gallery-wrapper .image-gallery .image-wrapper.content-image-wrapper img {
    margin-bottom: 14px;
  }
  .gallery-wrapper .image-gallery .image-wrapper.content-image-wrapper .image-caption {
    height: 88px;
    position: static;
  }
  .gallery-wrapper .gallery-next,
  .gallery-wrapper .gallery-prev {
    display: none !important;
  }
}
/***************************** container: newsOverview ********************************/
#newsOverview .container #intro.container {
  margin-bottom: 0px;
}
#newsOverview .container .filter > div.right:nth-child(2) > .filterButton {
  margin-left: 12px;
}
#newsOverview .container .news-wrapper .newsList {
  margin: 15px -300px 15px 15px;
  padding-right: 300px;
}
#newsOverview .container .news-wrapper .newsList li {
  padding-top: 0;
  padding-bottom: 5px;
}
#newsOverview .container .news-wrapper .newsList h3 {
  line-height: 27px;
  padding-top: 0;
  margin-bottom: 7px;
}
#newsOverview .container .news-wrapper .newsList .image-wrapper {
  margin-bottom: 20px;
}
#newsOverview .container .news-wrapper .newsList .image-wrapper img {
  width: 100%;
}
#newsOverview .container .news-wrapper ::-webkit-scrollbar {
  display: none;
}
#newsOverview .container .news-wrapper .news {
  overflow: hidden;
}
#newsOverview .container .news-wrapper .news a {
  text-decoration: none;
}
#newsOverview .container .news-wrapper .news .left {
  text-align: right;
}
@media (max-width: 985px) {
  #newsOverview .container .news-wrapper .news .left {
    text-align: left;
    padding: 0;
    margin-bottom: 7px;
  }
}
#newsOverview .container .news-wrapper .news .right {
  border-left: 1px solid #969696;
  padding-left: 15px;
  padding-bottom: 0;
  padding-right: 0;
}
#newsOverview .container .news-wrapper .news .right p a {
  text-decoration: underline;
}
#newsOverview .container .news-wrapper .news .news-links {
  margin-bottom: 30px;
}
#newsOverview .container .news-wrapper .news .news-links ul {
  padding-left: 0;
  list-style-type: none;
}
#newsOverview .container .news-wrapper .news .news-links ul a {
  font-size: 16px;
  line-height: 28px;
  padding: 0;
  border-bottom: 1px solid var(--palette-accents-3, #c8c8c8);
  display: block;
}
/**************************** news page **************************************************/
#news .news-info {
  margin-bottom: 29px;
}
#news .testimonial {
  margin-bottom: 37px;
}
#news .text-section h3.h-sm {
  font-size: 16px;
  line-height: 28px;
}
/****************************  Filter **************************************************/
.container .filterList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.container .filter {
  overflow: visible;
  padding: 0 0 44px 0;
}
.container .filter .col-md-6:first-child,
.container .filter .col-md-4 {
  padding-left: 0;
}
.container .filter,
.container .filter .btn {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  font-size: 24px;
  line-height: 31px;
  padding-left: 0;
}
@media (max-width: 985px) {
  .container .filter,
  .container .filter .btn {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 985px) {
  .container .filter,
  .container .filter .btn {
    line-height: 32px;
  }
}
.container .filter .filterButton {
  display: inline-block;
}
.container .filter .filterButton a,
.container .filter .filterButton span,
.container .filter .filterButton ul li,
.container .filter .filterButton #filterAction {
  text-decoration: none;
  border: 0 none;
}
.container .filter .filterButton a:hover,
.container .filter .filterButton span:hover,
.container .filter .filterButton ul li:hover,
.container .filter .filterButton #filterAction:hover,
.container .filter .filterButton a:active,
.container .filter .filterButton span:active,
.container .filter .filterButton ul li:active,
.container .filter .filterButton #filterAction:active,
.container .filter .filterButton a:focus,
.container .filter .filterButton span:focus,
.container .filter .filterButton ul li:focus,
.container .filter .filterButton #filterAction:focus {
  color: #e5261f;
  cursor: pointer;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 985px) {
  .container .filter .filterButton a,
  .container .filter .filterButton span,
  .container .filter .filterButton ul li,
  .container .filter .filterButton #filterAction {
    padding: 2px 0;
    line-height: 28px;
  }
}
.container .filter .open .dropdown-toggle.btn-default {
  background-color: transparent;
}
.container .filter .open .dropdown-toggle.btn-default:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.container .filter .dropdown-toggle.btn-default {
  border: 0 none;
}
.container .filter .dropdown-toggle.btn-default:after {
  display: inline-block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  margin-left: 25px;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}
.container .filter .dropdown-menu {
  display: none;
  position: static;
  float: none;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 10px;
  padding-left: 4000px;
  margin-left: -4000px;
  padding-right: 4000px;
  margin-right: -4000px;
  background-color: #f0f1f1;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.container .filter .dropdown-menu li {
  line-height: 24px;
}
.container .filter.filtered .clearFilters {
  visibility: visible;
}
.container .filter .clearFilters {
  text-align: right;
  float: right;
  padding: 0;
  visibility: hidden;
}
.container .filter .clearFilters > a.btn {
  margin-left: 3px;
  padding: 3px 5px;
  border: 0;
}
.container .filter .clearFilters > a.btn:active,
.container .filter .clearFilters > a.btn:focus,
.container .filter .clearFilters > a.btn:hover {
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.container .filter .left {
  padding-left: 0;
}
.container .filter .left span {
  display: block;
  padding-top: 6px;
}
/********************** employee page **********************************/
.employee h1.quote {
  margin-top: 23px  !important;
  margin-bottom: 25px !important;
}
.employee h1.name {
  margin-top: 25px !important;
  margin-bottom: 29px !important;
  font-size: 40px;
  line-height: 47px;
}
.employee h2 {
  margin-top: 51px !important;
}
.employee .jobtitle {
  padding-top: 0;
}
.employee .left {
  padding-left: 0;
}
.employee .left .image-wrapper {
  margin-bottom: 105px;
}
.employee .left img {
  margin-top: 7px;
  margin-bottom: 7px;
}
.employee .right > div {
  margin-bottom: 28px;
}
.employee .right > div p {
  margin: 0;
}
.employee h3 {
  margin-top: 0;
}
.employee a {
  border-bottom: 1px solid var(--palette-accents-6, #969696);
  padding-bottom: 1.5px;
}
.employee .quote:before {
  content: "\AB";
}
.employee .quote:after {
  content: "\BB";
}
.employee .contact .fab {
  margin-right: 20px;
  margin-top: 10px;
  font-size: 1.5em;
}
.employee .contact .contact-social a,
.employee .contact .linkList a {
  border-bottom: none;
}
.employee ul li {
  padding-bottom: 0;
}
.employee .cv ul {
  -webkit-padding-start: 0;
  list-style: none;
  padding: 0;
}
.employee .cv ul li {
  padding-left: 1em;
}
.employee .cv ul li:before {
  content: "\2013";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.employee .linkList ul li {
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 3px;
}
.employee .linkList ul li:before {
  content: none;
}
.employee .linkList ul li a {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
/********************** employee list page ******************************/
.employeeList .employee a {
  padding-bottom: 0;
  border-bottom: none;
}
/********************** client page **********************************/
#client #main a {
  line-height: 28px;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid var(--palette-accents-6, #969696);
  margin-bottom: 1.5px;
}
#client #main .container .filter {
  padding-bottom: 13px;
}
#client #main .image-wrapper,
#client #main .video-container {
  margin-top: 0;
  margin-bottom: 17px;
}
#client #main .image-wrapper img,
#client #main .video-container img {
  width: 100vw;
}
#client #main .description {
  margin-top: 0;
  margin-bottom: 51px;
}
#client #main .projectList {
  margin-bottom: 58px;
}
#client #main .projectList .project {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--palette-accents-3, #c8c8c8);
  margin-bottom: 0;
}
#client #main .projectList .project .title {
  padding: 0 0 5px;
}
#client #main .projectList .project .title span {
  font-size: 16px;
  line-height: 28px;
}
#client #main .projectList .project .left {
  padding-left: 0;
}
#client #main .projectList .project .left h3 {
  margin-bottom: 0;
}
#client #main .projectList .project .left img {
  margin-bottom: 50px;
}
#client #main .projectList .project .right h3 {
  margin-top: 0;
  margin-bottom: 0;
}
#client #main .projectList .project .right .linklist {
  margin-bottom: 27px;
}
#client #main .projectList .project .right .linklist a {
  border-bottom: 1px solid var(--palette-accents-6, #969696);
  margin-bottom: 1.5px;
}
#client #main .projectList .project .right .linklist .technology,
#client #main .projectList .project .right .linklist .zustaendig {
  margin-bottom: 28px;
}
#client #main .newsList .news {
  padding-top: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--palette-accents-3, #c8c8c8);
}
#client #main .newsList .news a {
  border-bottom: none;
}
/********************** footer **********************************/
.container footer {
  margin-top: 79px;
  /************************** theme overwrites ***************************/
}
@media screen and (min-device-width: 985px) {
  .container footer footer > .share {
    padding-top: 0px;
    /* fix after line-height-correction */
  }
}
.container footer .container {
  width: auto;
}
.container footer .linkList {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.container footer .linkList ul li {
  border-bottom: none;
  padding: 0;
}
.container footer .linkList h2 {
  padding: 0;
}
.container footer a,
.container footer a:hover,
.container footer a:focus {
  text-decoration: none;
}
.container footer a {
  font-size: 14px;
}
.container footer .footer-1 h2 {
  font-size: 14px;
}
.container footer h2 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0 !important;
}
.container footer p {
  font-size: 14px;
}
.container footer .container .text-section {
  margin-bottom: 0;
}
.container footer .container .text-section p {
  line-height: 28px;
  margin-bottom: 28px;
}
.container footer .container .text-section p strong {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.container footer .container .text-section p a {
  padding-bottom: 0;
  border-bottom: none;
}
.container footer .container > .row div .footer-last-links {
  margin-top: 30px !important;
}
.container footer .container > .row div .footer-last-links .text-section {
  margin-bottom: 0;
}
.container footer ul {
  padding-left: 0;
}
.container footer .language-nav li {
  list-style-type: none;
}
.container footer .language-nav li a {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.container footer .container > .row:first-child {
  margin-top: 33px;
  margin-bottom: 3px;
}
.container footer .fas {
  font: normal normal normal 24px/1 'Font Awesome 5 Free';
  font-weight: 900;
}
.container footer .fab {
  font: normal normal normal 24px/1 'Font Awesome 5 Brands';
}
.container footer .fab.fa-whatsapp {
  font: normal normal bold 24px/1 'Font Awesome 5 Brands';
}
.container footer .socialMedia {
  text-align: right;
}
.container footer .socialMedia li {
  display: inline-block;
  padding-left: 10px;
}
.container footer .socialMedia li .fab.fa-facebook-f {
  position: relative;
  top: -3px;
}
.container footer > h2 {
  border-bottom: 1px solid #c8c8c8;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 37px !important;
}
.container footer .text-section,
.container footer h2,
.container footer a {
  color: #1e1e1e;
}
/***************************** share buttons *****************************/
.share-buttons,
.share-button-mobile {
  padding-left: 10px;
  cursor: pointer;
}
@media screen and (min-device-width: 985px) {
  footer > .share {
    padding-top: 0;
    float: right;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-device-width: 600px) {
  .share-button-mobile {
    display: none;
  }
}
@media screen and (max-device-width: 985px) {
  footer > .share {
    margin-bottom: 22px;
  }
  footer > .share .share-buttons-text,
  footer > .share .fa-share-alt {
    display: none;
  }
}
/***************************** search result page *****************************/
#search h3 {
  margin-bottom: 15px;
}
#search .list-group {
  font-size: 16px;
  line-height: 27px;
}
#search .list-group .list-group-item-text {
  display: none;
}
#search .list-group a {
  text-decoration: none;
  border-bottom: 1px solid var(--palette-accents-3, #c8c8c8);
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  padding: 5px 0 3px;
  margin-bottom: 0;
  border-radius: 0;
}
#search .list-group a:hover,
#search .list-group a:focus,
#search .list-group a:active {
  background-color: #fff;
  color: #e5261f;
}
#search .list-group a:hover .list-group-item-heading,
#search .list-group a:focus .list-group-item-heading,
#search .list-group a:active .list-group-item-heading,
#search .list-group a:hover strong,
#search .list-group a:focus strong,
#search .list-group a:active strong {
  color: #e5261f;
}
#search .list-group a .list-group-item-heading {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}
/* TODO when is #standard id even used? remove if not. */
#standard .employeeList {
  overflow: hidden;
}
#standard .employeeList .employee {
  overflow: hidden;
  padding: 10px 0;
}
#standard .employeeList .employee .first {
  margin-top: -5px;
  padding: 0;
}
#standard .employeeList .employee a {
  text-decoration: none;
  border-bottom: 1px solid #969696;
  padding-bottom: 5px;
}
/************************* LIST FILTER ****************************/
#employeeList .container .filter,
#clientList .container .filter {
  padding-bottom: 13px;
}
#employeeList .container .filter .btn,
#clientList .container .filter .btn {
  font-size: 24px;
  line-height: 31px;
  padding-top: 0;
  padding-bottom: 15px;
}
#employeeList .container .filter .dropdown-menu,
#clientList .container .filter .dropdown-menu {
  margin-top: 0;
  font-size: 14px;
  line-height: 24px;
}
.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container .uc-embedding-container {
  width: 100%!important;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***************************** MOBILE STYLE *******************************/
@media (max-width: 985px) {
  body .container {
    width: 100% !important;
  }
  #index #main {
    margin-top: 2.8rem;
  }
  #main {
    margin-top: 0;
    padding-top: 4px;
    width: 100%;
  }
  #main > .container {
    padding-left: 4%;
    padding-right: 4%;
  }
  #intro #abstract {
    padding-bottom: 30px;
  }
  .container .back {
    position: static;
    margin-bottom: auto;
    top: auto;
  }
}
@media (max-width: 985px) {
  #top-menu > nav > ul {
    display: block;
    padding: 5px 0 0 0;
    margin: 0;
  }
  #top-menu > nav > ul li {
    line-height: inherit;
    display: block;
    padding: 2px 0px;
  }
  #top-menu > nav > ul li a {
    font-size: inherit;
  }
  #index .splash .container .logo {
    display: none;
  }
  #index .down {
    display: none;
  }
  #index .navbar-brand {
    visibility: visible;
    opacity: 1;
  }
  #index.videoOut .navbar-default {
    position: static;
  }
  #index.videoOut .navbar-spacer {
    display: none;
  }
  .navbar-nav li.dropdown {
    /* Weissraum nach Submenü = 44px */
    padding-bottom: 22px;
  }
  .navbar-nav li.dropdown > a {
    line-height: 31px;
  }
  .navbar-nav li.dropdown > ul.dropdown-menu {
    /* Abstand von Titel zu erstem Item */
    padding: 5px 0;
  }
  .navbar-nav li.dropdown > ul.dropdown-menu > li.nav-secondary {
    /* Abstand zwischen Items */
    padding: 2px 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-default {
    background-color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .navbar-default .navbar-header {
    margin: 0;
    float: none;
    padding: 15px 4% 10px;
    height: 88px;
  }
  .navbar-default .navbar-header .logo {
    display: block;
    padding: 0;
    float: right;
    margin-top: -8px;
    width: 135px;
  }
  .navbar-default .navbar-header .logo .navbar-brand {
    padding: 0;
    margin: 0;
    float: right;
    position: relative;
    z-index: 10;
  }
  .navbar-default .navbar-header .logo .navbar-brand img {
    margin-top: 26px;
    display: block;
    max-width: 135px;
    max-height: 40px;
    width: auto;
    height: auto;
  }
  .navbar-default .init-search.large {
    display: none;
  }
  .navbar-default .init-search.small {
    display: block;
    font-weight: normal;
    font-size: inherit;
  }
  .navbar-default .navbar-toggle {
    border: none;
    float: left;
    margin: 8px 0;
    padding: 9px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
  }
  .navbar-default .navbar-toggle:not(.collapsed) {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
    background-color: #e5261f;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #1e1e1e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 45px;
    height: 3px;
  }
  .navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 9px;
  }
  .navbar-default .hideNonMobile {
    display: none !important;
  }
  .navbar-spacer {
    display: none !important;
  }
  /* collapsible menu */
  .container > #navbar.navbar-collapse {
    margin: 10px 0 0 0;
    padding-left: 4%;
    background-color: #f0f1f1;
    display: none;
  }
  .container > #navbar.navbar-collapse .navbar-brand img {
    display: none;
  }
  .container > #navbar.navbar-collapse > .navbar {
    margin-top: 21px;
    /* Höhe hellgrauer Raum = 44px */
    margin-bottom: 34px;
    /* Höhe hellgrauer Raum = 44px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .container > #navbar.navbar-collapse .dropdown-menu {
    display: block;
    position: static;
    background-color: inherit;
    float: none;
  }
  .container > #navbar.navbar-collapse .navbar-nav {
    margin: 0;
    float: left;
  }
  .container > #navbar.navbar-collapse .navbar-nav > li.active a,
  .container > #navbar.navbar-collapse .navbar-nav > li a:hover,
  .container > #navbar.navbar-collapse .navbar-nav > li a:focus,
  .container > #navbar.navbar-collapse .navbar-nav > li.active a:hover,
  .container > #navbar.navbar-collapse .navbar-nav > li.child-active a {
    background-color: #f0f1f1 !important;
  }
  .container > #navbar.navbar-collapse .main-col li a {
    padding: 0;
    display: inline;
  }
  .container > #navbar.navbar-collapse .search > .main-col {
    margin-right: 4%;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .container > #navbar.navbar-collapse .search > .main-col ul {
    width: 100%;
  }
  .container > #navbar.navbar-collapse .search > .main-col ul li {
    width: 100%;
  }
  .container > #navbar.navbar-collapse .search > .main-col ul li > a {
    padding-top: 0;
  }
  .container > #navbar.navbar-collapse .search .form-control {
    width: 100%;
    padding: 5px 10px;
  }
  .container > #navbar.navbar-collapse .search > .right-col {
    margin-right: 4%;
    padding-left: 0;
    padding-right: 0;
  }
  .container > #navbar.navbar-collapse .search > .right-col ul {
    margin-left: 0;
    width: 100%;
  }
  .container > #navbar.navbar-collapse .search > .right-col ul li:first-of-type {
    float: left;
  }
  .container > #navbar.navbar-collapse .search > .right-col ul li:last-of-type {
    float: right;
  }
  .container > #navbar.navbar-collapse .search .submit-search {
    border: 1px solid #1e1e1e;
  }
  .container > #navbar.navbar-collapse .search .submit-search:hover,
  .container > #navbar.navbar-collapse .search .submit-search:active,
  .container > #navbar.navbar-collapse .search .submit-search:focus {
    border-color: #e5261f;
  }
  .container > #navbar.navbar-collapse .search .clear-search {
    padding-right: 0;
  }
  .container > #navbar.navbar-collapse .init-search.large {
    display: none;
  }
  html[data-erg-theme='dark'] .container > #navbar.navbar-collapse {
    margin: 0;
  }
}
@media (max-width: 985px) {
  #index .news {
    margin-bottom: 35px;
  }
  #index .splash .video {
    display: none;
  }
  #index .splash .no-video {
    display: block;
  }
  #index .splash .no-video img {
    padding: 0;
    margin: 0;
  }
  #index .splash > .container {
    right: auto;
    width: auto;
    margin-right: 0;
    padding-right: 16px;
  }
  #index .splash .logo {
    float: right;
    margin: 10px 4% 0 0;
  }
  #index .splash .down {
    display: none;
  }
  #index .splash .slogan {
    bottom: 50%;
    font-size: 20px;
    font-size: 5.5vw;
  }
  #index.videoOut .navbar-default {
    width: 100%;
    padding-top: 10px;
    z-index: 10;
  }
  #index.videoOut .navbar-default .navbar-toggle {
    margin-top: 17px;
  }
  #index.videoOut .navbar-default .navbar-header .logo {
    margin: 0 4% 0 0;
  }
  #index.videoOut .navbar-default .navbar-header .logo img {
    margin: 0;
  }
  #index.videoOut #main {
    margin-top: 70px;
  }
  #index .navbar-spacer {
    top: 75px;
  }
  #index footer {
    margin-bottom: 0;
  }
  #index .anchor {
    height: 0;
  }
}
@media (max-width: 985px) {
  .container .filterList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .container .filter .col-md-4 {
    padding-left: 0;
  }
  .container .filter .filterList .col-md-4 {
    padding-left: 15px;
  }
  .container .filter.filtered {
    position: relative;
  }
  .container .filter .dropdown-menu {
    border-radius: 0;
    padding-right: calc(4vw);
    padding-left: calc(4vw);
    margin-left: calc(-4vw);
    margin-right: calc(4vw);
    width: 100vw;
  }
  .container .filter .dropdown-menu ul li {
    padding: 2px 0;
    line-height: 28px;
  }
  .container .filter .clearFilters {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .container .filter .clearFilters > a.btn {
    background-color: transparent;
    padding: 3px;
    margin-left: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container .filter .clearFilters > a.btn:focus,
  .container .filter .clearFilters > a.btn:hover {
    border: 0;
    background: 0 0;
  }
}
@media (max-width: 985px) {
  .container footer {
    text-align: center;
    margin-bottom: 32px;
    /*.footer-last-links .text-section p {
      &:last-child {
        display: none;
      }
    }*/
  }
  .container footer > h2 {
    padding-left: 4%;
    padding-right: 4%;
  }
  .container footer .row {
    margin: 0;
  }
  .container footer > div .container > .row:first-child div a {
    border: 1px solid #969696;
    overflow: hidden;
    padding: 13px 0 3px;
    width: 72%;
    height: 61px;
    display: inline-block;
  }
  .container footer .row .socialMedia {
    text-align: center;
  }
  .container footer .row .socialMedia ul li span.external a {
    border: none;
    padding: 0;
    color: #1e1e1e;
    width: auto;
    height: auto;
  }
  .container footer .addthis {
    width: 100%;
    display: none;
    position: relative;
  }
  .container footer .addthis a {
    float: none;
    display: inline-block;
  }
  .container footer .addthis img {
    width: auto;
    position: absolute;
    top: -120px;
  }
  .container footer .linkList {
    margin-bottom: 0;
  }
  .container footer .linkList > h2 {
    margin-bottom: 1px !important;
    margin-top: 22px;
    line-height: 31px;
  }
  .container footer .linkList ul li {
    line-height: 32px;
    border-bottom: none;
  }
  .container footer > div .container > .row:nth-child(2) > div:first-child .linkList {
    margin-top: 0;
  }
  .container footer > div .container > .row:nth-child(2) > div:first-child .linkList > h2 {
    margin-top: 10px;
  }
  .container footer .footer-last-links {
    display: none;
  }
  footer > .share {
    float: none;
    margin-bottom: 1.375rem;
  }
}
@media (device-width: 985px) {
  footer > .share {
    width: 100%;
    padding-top: .5rem;
    float: none;
    margin-bottom: 1.375rem;
  }
  .container footer {
    text-align: center;
  }
  .container footer > div .container > .row:first-child div a {
    border: none;
    padding: 3px 0 3px;
  }
}
@media (max-width: 985px) {
  .slick-slider .slick-dots li button {
    width: 72px;
  }
}
@media (max-width: 985px) {
  #client #main h2.quote {
    padding-bottom: 30px;
  }
  #client .clientname {
    margin-bottom: 23px;
  }
  #client .projectList .subtitle h3 {
    margin-bottom: 10px;
  }
  #client .projectList .project .right {
    padding-left: 0;
    padding-bottom: 28px;
  }
}
@media (max-width: 985px) {
  #newsOverview .container .filter .left,
  #newsOverview .container .filter .right,
  #newsOverview .container .filter select {
    padding: 0;
  }
  #newsOverview .container .filter > div.right:nth-child(2) > .filterButton {
    margin-left: 0;
  }
  #newsOverview .container .news-wrapper {
    max-width: calc(92vw);
    overflow: hidden;
  }
  #newsOverview .container .news-wrapper .newsList {
    margin: 0;
    padding: 0;
  }
  #newsOverview .container .news-wrapper .newsList .news .left {
    text-align: left;
    padding-left: 0;
  }
  #newsOverview .container .news-wrapper .newsList .news .right {
    padding: 0;
    border-left: none;
  }
}
@media (max-width: 985px) {
  /************************ employeelist page  ***************/
  .employeeList .employee .phone {
    display: none;
  }
  .employeeList .employee .email {
    display: none;
  }
  /***********************  Employee page  *****************/
  #employee #main .employee .name {
    margin-bottom: 0;
  }
  #employee #main .employee > div {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  #employee #main .employee .col-md-6.left fon {
    max-width: 100%;
    width: 454px;
    margin-left: 0;
    margin-right: 4%;
  }
  #employee #main .employee h1.quote {
    margin-top: 28px  !important;
    margin-bottom: 30px !important;
  }
  #employee #main .employee h1.name {
    font-size: 32px;
    line-height: 38px;
    margin-top: 28px  !important;
    margin-bottom: 38px !important;
  }
  #employee #main .employee h1.quote + h1.name {
    margin-top: 21px !important;
    margin-bottom: 38px !important;
    font-size: 24px;
    line-height: 31px;
  }
}
form[name=form] > .container,
form[name=quiz-form] > .container,
form[name=queryform] > .container {
  margin: 0;
  /* TODO: remove if does not lead to unexpected issues.
     *       disabled because of: https: //raskinapps.atlassian.net/browse/ERG-326
     */
  /* float: left; */
}
form[name=form] h2,
form[name=quiz-form] h2,
form[name=queryform] h2 {
  font-size: 32px;
  line-height: 38px;
}
form[name=form] h3,
form[name=quiz-form] h3,
form[name=queryform] h3 {
  line-height: 28px;
  margin-bottom: 0;
}
form[name=form] h1.h-xl,
form[name=quiz-form] h1.h-xl,
form[name=queryform] h1.h-xl,
form[name=form] h2.h-xl,
form[name=quiz-form] h2.h-xl,
form[name=queryform] h2.h-xl,
form[name=form] h3.h-xl,
form[name=quiz-form] h3.h-xl,
form[name=queryform] h3.h-xl,
form[name=form] h4.h-xl,
form[name=quiz-form] h4.h-xl,
form[name=queryform] h4.h-xl {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-size: 48px;
  line-height: 56px;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  -ms-hyphens: auto;
      hyphens: auto;
  padding: 0;
  margin: 0 0 28px 0;
}
@media (max-width: 985px) {
  form[name=form] h1.h-xl,
  form[name=quiz-form] h1.h-xl,
  form[name=queryform] h1.h-xl,
  form[name=form] h2.h-xl,
  form[name=quiz-form] h2.h-xl,
  form[name=queryform] h2.h-xl,
  form[name=form] h3.h-xl,
  form[name=quiz-form] h3.h-xl,
  form[name=queryform] h3.h-xl,
  form[name=form] h4.h-xl,
  form[name=quiz-form] h4.h-xl,
  form[name=queryform] h4.h-xl {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 985px) {
  form[name=form] h1.h-xl,
  form[name=quiz-form] h1.h-xl,
  form[name=queryform] h1.h-xl,
  form[name=form] h2.h-xl,
  form[name=quiz-form] h2.h-xl,
  form[name=queryform] h2.h-xl,
  form[name=form] h3.h-xl,
  form[name=quiz-form] h3.h-xl,
  form[name=queryform] h3.h-xl,
  form[name=form] h4.h-xl,
  form[name=quiz-form] h4.h-xl,
  form[name=queryform] h4.h-xl {
    font-size: 32px;
  }
}
form[name=form] h1.h-md,
form[name=quiz-form] h1.h-md,
form[name=queryform] h1.h-md,
form[name=form] h2.h-md,
form[name=quiz-form] h2.h-md,
form[name=queryform] h2.h-md,
form[name=form] h3.h-md,
form[name=quiz-form] h3.h-md,
form[name=queryform] h3.h-md,
form[name=form] h4.h-md,
form[name=quiz-form] h4.h-md,
form[name=queryform] h4.h-md {
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 985px) {
  form[name=form] h1.h-md,
  form[name=quiz-form] h1.h-md,
  form[name=queryform] h1.h-md,
  form[name=form] h2.h-md,
  form[name=quiz-form] h2.h-md,
  form[name=queryform] h2.h-md,
  form[name=form] h3.h-md,
  form[name=quiz-form] h3.h-md,
  form[name=queryform] h3.h-md,
  form[name=form] h4.h-md,
  form[name=quiz-form] h4.h-md,
  form[name=queryform] h4.h-md {
    font-size: 24px;
    line-height: 31px;
  }
}
form[name=form] h1.h-sm,
form[name=quiz-form] h1.h-sm,
form[name=queryform] h1.h-sm,
form[name=form] h2.h-sm,
form[name=quiz-form] h2.h-sm,
form[name=queryform] h2.h-sm,
form[name=form] h3.h-sm,
form[name=quiz-form] h3.h-sm,
form[name=queryform] h3.h-sm,
form[name=form] h4.h-sm,
form[name=quiz-form] h4.h-sm,
form[name=queryform] h4.h-sm {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 985px) {
  form[name=form] h1.h-sm,
  form[name=quiz-form] h1.h-sm,
  form[name=queryform] h1.h-sm,
  form[name=form] h2.h-sm,
  form[name=quiz-form] h2.h-sm,
  form[name=queryform] h2.h-sm,
  form[name=form] h3.h-sm,
  form[name=quiz-form] h3.h-sm,
  form[name=queryform] h3.h-sm,
  form[name=form] h4.h-sm,
  form[name=quiz-form] h4.h-sm,
  form[name=queryform] h4.h-sm {
    font-size: 24px;
    line-height: 31px;
  }
}
form[name=form] .container h3:only-child,
form[name=quiz-form] .container h3:only-child,
form[name=queryform] .container h3:only-child {
  font-size: 24px;
  margin: 24px 0 30px;
}
form[name=form] .text-section:first-child,
form[name=quiz-form] .text-section:first-child,
form[name=queryform] .text-section:first-child {
  margin-bottom: 0;
}
form[name=form] legend,
form[name=quiz-form] legend,
form[name=queryform] legend {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  border: 0 none;
}
@media (max-width: 985px) {
  form[name=form] legend,
  form[name=quiz-form] legend,
  form[name=queryform] legend {
    font-size: 16px;
    line-height: 28px;
  }
}
form[name=form] fieldset,
form[name=quiz-form] fieldset,
form[name=queryform] fieldset {
  margin-top: 0px;
}
form[name=form] ::-webkit-input-placeholder, form[name=quiz-form] ::-webkit-input-placeholder, form[name=queryform] ::-webkit-input-placeholder {
  color: var(--background-color-dark, #222222);
  background: transparent;
}
form[name=form] ::-moz-placeholder, form[name=quiz-form] ::-moz-placeholder, form[name=queryform] ::-moz-placeholder {
  color: var(--background-color-dark, #222222);
  background: transparent;
}
form[name=form] :-ms-input-placeholder, form[name=quiz-form] :-ms-input-placeholder, form[name=queryform] :-ms-input-placeholder {
  color: var(--background-color-dark, #222222);
  background: transparent;
}
form[name=form] ::-ms-input-placeholder, form[name=quiz-form] ::-ms-input-placeholder, form[name=queryform] ::-ms-input-placeholder {
  color: var(--background-color-dark, #222222);
  background: transparent;
}
form[name=form] ::placeholder,
form[name=quiz-form] ::placeholder,
form[name=queryform] ::placeholder,
form[name=form] input,
form[name=quiz-form] input,
form[name=queryform] input,
form[name=form] textarea,
form[name=quiz-form] textarea,
form[name=queryform] textarea,
form[name=form] select,
form[name=quiz-form] select,
form[name=queryform] select {
  color: var(--background-color-dark, #222222);
  background: transparent;
}
form[name=form] .form-item,
form[name=quiz-form] .form-item,
form[name=queryform] .form-item,
form[name=form] .form-edit,
form[name=quiz-form] .form-edit,
form[name=queryform] .form-edit {
  margin-bottom: 24px;
}
form[name=form] .form-item fieldset,
form[name=quiz-form] .form-item fieldset,
form[name=queryform] .form-item fieldset,
form[name=form] .form-edit fieldset,
form[name=quiz-form] .form-edit fieldset,
form[name=queryform] .form-edit fieldset {
  width: 100%;
}
form[name=form] label,
form[name=quiz-form] label,
form[name=queryform] label {
  font-weight: normal;
  margin-bottom: 0;
  display: inline-block;
}
form[name=form] label + fieldset,
form[name=quiz-form] label + fieldset,
form[name=queryform] label + fieldset {
  margin-top: 5px;
}
form[name=form] input[type="checkbox"],
form[name=quiz-form] input[type="checkbox"],
form[name=queryform] input[type="checkbox"],
form[name=form] input[type="radio"],
form[name=quiz-form] input[type="radio"],
form[name=queryform] input[type="radio"] {
  line-height: 1.375;
  height: 1.375rem;
  margin: 3px .125rem 0 0;
  vertical-align: bottom;
}
form[name=form] .selection-item,
form[name=quiz-form] .selection-item,
form[name=queryform] .selection-item {
  padding-right: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form[name=form] .selection-item label,
form[name=quiz-form] .selection-item label,
form[name=queryform] .selection-item label {
  margin-left: 0.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
form[name=form] select,
form[name=quiz-form] select,
form[name=queryform] select,
form[name=form] input[type="text"],
form[name=quiz-form] input[type="text"],
form[name=queryform] input[type="text"],
form[name=form] input[type="email"],
form[name=quiz-form] input[type="email"],
form[name=queryform] input[type="email"],
form[name=form] input[type="url"],
form[name=quiz-form] input[type="url"],
form[name=queryform] input[type="url"] {
  height: 36px;
}
form[name=form] textarea,
form[name=quiz-form] textarea,
form[name=queryform] textarea,
form[name=form] input[type="text"],
form[name=quiz-form] input[type="text"],
form[name=queryform] input[type="text"],
form[name=form] input[type="email"],
form[name=quiz-form] input[type="email"],
form[name=queryform] input[type="email"],
form[name=form] input[type="url"],
form[name=quiz-form] input[type="url"],
form[name=queryform] input[type="url"] {
  display: block;
  width: 100%;
  line-height: 1.75;
  border: 1px solid var(--palette-accents-3, #c8c8c8);
}
form[name=form] textarea:focus,
form[name=quiz-form] textarea:focus,
form[name=queryform] textarea:focus,
form[name=form] input[type="text"]:focus,
form[name=quiz-form] input[type="text"]:focus,
form[name=queryform] input[type="text"]:focus,
form[name=form] input[type="email"]:focus,
form[name=quiz-form] input[type="email"]:focus,
form[name=queryform] input[type="email"]:focus,
form[name=form] input[type="url"]:focus,
form[name=quiz-form] input[type="url"]:focus,
form[name=queryform] input[type="url"]:focus {
  border-color: #969696;
}
form[name=form] textarea,
form[name=quiz-form] textarea,
form[name=queryform] textarea {
  padding: 10px 12px;
  margin-top: 8px;
}
form[name=form] input[type="text"],
form[name=quiz-form] input[type="text"],
form[name=queryform] input[type="text"],
form[name=form] input[type="email"],
form[name=quiz-form] input[type="email"],
form[name=queryform] input[type="email"],
form[name=form] input[type="url"],
form[name=quiz-form] input[type="url"],
form[name=queryform] input[type="url"] {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 1px;
  margin-top: 2px;
}
form[name=form] .form-submit,
form[name=quiz-form] .form-submit,
form[name=queryform] .form-submit {
  margin-bottom: .625rem;
}
form[name=form] select,
form[name=quiz-form] select,
form[name=queryform] select {
  display: block;
  padding: 6px 25px 6px 12px;
  line-height: 1.3;
  margin-top: 2px;
  text-indent: 1px;
  text-overflow: ellipsis;
  border: 1px solid var(--palette-accents-3, #c8c8c8);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: transparent;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE2cHgiIHdpZHRoPSIxNnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj4KICA8cGF0aCBmaWxsPSIjYzhjOGM4IiBkPSJNMjA3LjAyOSAzODEuNDc2TDEyLjY4NiAxODcuMTMyYy05LjM3My05LjM3My05LjM3My0yNC41NjkgMC0zMy45NDFsMjIuNjY3LTIyLjY2N2M5LjM1Ny05LjM1NyAyNC41MjItOS4zNzUgMzMuOTAxLS4wNEwyMjQgMjg0LjUwNWwxNTQuNzQ1LTE1NC4wMjFjOS4zNzktOS4zMzUgMjQuNTQ0LTkuMzE3IDMzLjkwMS4wNGwyMi42NjcgMjIuNjY3YzkuMzczIDkuMzczIDkuMzczIDI0LjU2OSAwIDMzLjk0MUwyNDAuOTcxIDM4MS40NzZjLTkuMzczIDkuMzcyLTI0LjU2OSA5LjM3Mi0zMy45NDIgMHoiIC8+Cjwvc3ZnPg==);
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
  border-radius: 0;
}
form[name=form] select:hover,
form[name=quiz-form] select:hover,
form[name=queryform] select:hover,
form[name=form] select:focus,
form[name=quiz-form] select:focus,
form[name=queryform] select:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE2cHgiIHdpZHRoPSIxNnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj4KICA8cGF0aCBmaWxsPSIjMWUxZTFlIiBkPSJNMjA3LjAyOSAzODEuNDc2TDEyLjY4NiAxODcuMTMyYy05LjM3My05LjM3My05LjM3My0yNC41NjkgMC0zMy45NDFsMjIuNjY3LTIyLjY2N2M5LjM1Ny05LjM1NyAyNC41MjItOS4zNzUgMzMuOTAxLS4wNEwyMjQgMjg0LjUwNWwxNTQuNzQ1LTE1NC4wMjFjOS4zNzktOS4zMzUgMjQuNTQ0LTkuMzE3IDMzLjkwMS4wNGwyMi42NjcgMjIuNjY3YzkuMzczIDkuMzczIDkuMzczIDI0LjU2OSAwIDMzLjk0MUwyNDAuOTcxIDM4MS40NzZjLTkuMzczIDkuMzcyLTI0LjU2OSA5LjM3Mi0zMy45NDIgMHoiIC8+Cjwvc3ZnPg==);
  border-color: var(--palette-accents-6, #969696);
}
form[name=form] button,
form[name=quiz-form] button,
form[name=queryform] button,
form[name=form] a.button,
form[name=quiz-form] a.button,
form[name=queryform] a.button,
form[name=form] input[type="submit"],
form[name=quiz-form] input[type="submit"],
form[name=queryform] input[type="submit"] {
  display: block;
  line-height: 18px;
  font-weight: 400;
  font-size: inherit;
  border: none;
  color: #fff;
  background: #e5261f;
  padding: 14px 48px;
  margin: 9px 0 25px 0;
  border-radius: 0;
}
form[name=form] button:hover,
form[name=quiz-form] button:hover,
form[name=queryform] button:hover,
form[name=form] a.button:hover,
form[name=quiz-form] a.button:hover,
form[name=queryform] a.button:hover,
form[name=form] input[type="submit"]:hover,
form[name=quiz-form] input[type="submit"]:hover,
form[name=queryform] input[type="submit"]:hover,
form[name=form] button:active,
form[name=quiz-form] button:active,
form[name=queryform] button:active,
form[name=form] a.button:active,
form[name=quiz-form] a.button:active,
form[name=queryform] a.button:active,
form[name=form] input[type="submit"]:active,
form[name=quiz-form] input[type="submit"]:active,
form[name=queryform] input[type="submit"]:active {
  background: var(--text-color, #1e1e1e);
  color: #fff !important;
}
form[name=form] button:disabled,
form[name=quiz-form] button:disabled,
form[name=queryform] button:disabled,
form[name=form] a.button:disabled,
form[name=quiz-form] a.button:disabled,
form[name=queryform] a.button:disabled,
form[name=form] input[type="submit"]:disabled,
form[name=quiz-form] input[type="submit"]:disabled,
form[name=queryform] input[type="submit"]:disabled {
  background: transparent;
  border: 1px solid var(--palette-accents-6, #969696);
  color: var(--palette-accents-3, #c8c8c8) !important;
  cursor: not-allowed;
}
form[name=form] a.button,
form[name=quiz-form] a.button,
form[name=queryform] a.button {
  text-align: center;
  line-height: 3rem !important;
  text-decoration: none;
}
form[name=form] .validation-error:required:invalid,
form[name=quiz-form] .validation-error:required:invalid,
form[name=queryform] .validation-error:required:invalid {
  border-color: #e5261f;
}
form[name=form] #checkbox-error,
form[name=quiz-form] #checkbox-error,
form[name=queryform] #checkbox-error {
  color: #e5261f;
}
form[name=form] #checkbox-error ul,
form[name=quiz-form] #checkbox-error ul,
form[name=queryform] #checkbox-error ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 985px) {
  form[name=form] h2,
  form[name=quiz-form] h2,
  form[name=queryform] h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
.dark-section ::-webkit-input-placeholder {
  color: var(--text-color, #ffffff);
}
.dark-section ::-moz-placeholder {
  color: var(--text-color, #ffffff);
}
.dark-section :-ms-input-placeholder {
  color: var(--text-color, #ffffff);
}
.dark-section ::-ms-input-placeholder {
  color: var(--text-color, #ffffff);
}
.dark-section ::placeholder,
.dark-section input,
.dark-section textarea,
.dark-section select {
  color: var(--text-color, #ffffff);
}
.dark-section form[name=form] ::-webkit-input-placeholder, .dark-section form[name=queryform] ::-webkit-input-placeholder {
  color: #fff;
}
.dark-section form[name=form] ::-moz-placeholder, .dark-section form[name=queryform] ::-moz-placeholder {
  color: #fff;
}
.dark-section form[name=form] :-ms-input-placeholder, .dark-section form[name=queryform] :-ms-input-placeholder {
  color: #fff;
}
.dark-section form[name=form] ::-ms-input-placeholder, .dark-section form[name=queryform] ::-ms-input-placeholder {
  color: #fff;
}
.dark-section form[name=form] ::placeholder,
.dark-section form[name=queryform] ::placeholder,
.dark-section form[name=form] input,
.dark-section form[name=queryform] input,
.dark-section form[name=form] textarea,
.dark-section form[name=queryform] textarea,
.dark-section form[name=form] select,
.dark-section form[name=queryform] select {
  color: #fff;
}
.dark-section form[name=form] textarea,
.dark-section form[name=queryform] textarea,
.dark-section form[name=form] input[type="text"],
.dark-section form[name=queryform] input[type="text"],
.dark-section form[name=form] input[type="email"],
.dark-section form[name=queryform] input[type="email"],
.dark-section form[name=form] input[type="url"],
.dark-section form[name=queryform] input[type="url"] {
  border: 1px solid #c8c8c8;
}
.dark-section form[name=form] textarea:focus,
.dark-section form[name=queryform] textarea:focus,
.dark-section form[name=form] input[type="text"]:focus,
.dark-section form[name=queryform] input[type="text"]:focus,
.dark-section form[name=form] input[type="email"]:focus,
.dark-section form[name=queryform] input[type="email"]:focus,
.dark-section form[name=form] input[type="url"]:focus,
.dark-section form[name=queryform] input[type="url"]:focus {
  border-color: #fff;
}
.dark-section form[name=form] input[type="text"],
.dark-section form[name=queryform] input[type="text"],
.dark-section form[name=form] input[type="email"],
.dark-section form[name=queryform] input[type="email"],
.dark-section form[name=form] input[type="url"],
.dark-section form[name=queryform] input[type="url"] {
  border-top: none;
  border-left: none;
  border-right: none;
}
.dark-section form[name=form] button,
.dark-section form[name=queryform] button,
.dark-section form[name=form] a.button,
.dark-section form[name=queryform] a.button,
.dark-section form[name=form] input[type="submit"],
.dark-section form[name=queryform] input[type="submit"] {
  color: #1e1e1e;
  background: #fff;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.dark-section form[name=form] button:hover,
.dark-section form[name=queryform] button:hover,
.dark-section form[name=form] a.button:hover,
.dark-section form[name=queryform] a.button:hover,
.dark-section form[name=form] input[type="submit"]:hover,
.dark-section form[name=queryform] input[type="submit"]:hover,
.dark-section form[name=form] button:active,
.dark-section form[name=queryform] button:active,
.dark-section form[name=form] a.button:active,
.dark-section form[name=queryform] a.button:active,
.dark-section form[name=form] input[type="submit"]:active,
.dark-section form[name=queryform] input[type="submit"]:active,
.dark-section form[name=form] button:focus,
.dark-section form[name=queryform] button:focus,
.dark-section form[name=form] a.button:focus,
.dark-section form[name=queryform] a.button:focus,
.dark-section form[name=form] input[type="submit"]:focus,
.dark-section form[name=queryform] input[type="submit"]:focus {
  background: #1e1e1e;
  color: #fff !important;
}
.dark-section .form-item-hidden {
  display: none !important;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  footer {
    display: none;
  }
}
.testimonial {
  padding: 31px 0 0;
  margin-bottom: 59px;
}
.testimonial .content-image-wrapper img {
  margin: 0;
}
.testimonial::before {
  width: 60%;
  display: block;
  content: "";
  background: var(--text-color, #1e1e1e);
  margin-top: -12px;
  height: 14px;
}
.testimonial > div.testimonial-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 10px;
  color: var(--text-color, #1e1e1e);
}
.testimonial > div.testimonial-quote > div.content-image-wrapper {
  margin-top: 6px;
  width: 50%;
  height: auto;
  max-width: 226px;
  margin-bottom: 0;
}
.testimonial > div.testimonial-quote > p {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  padding-top: 24px;
  margin: 0 0 5px 0;
}
.testimonial.has-image > div.testimonial-label {
  margin-bottom: -8px;
}
.testimonial.has-image > div.testimonial-label > .cited-name {
  display: block;
}
.testimonial > div.testimonial-label {
  text-transform: none;
  line-height: 170%;
  color: var(--palette-accents-4, #8c8a94);
}
.testimonial > div.testimonial-label > .cited-name {
  font-weight: 500;
}
.testimonial > div.testimonial-label > .cited-name:after {
  content: ', ';
}
.testimonial > div.testimonial-label > .cited-function {
  font-weight: 400;
}
@media (min-width: 986px) {
  .testimonial::before {
    margin-top: -24px;
    height: 29px;
    width: 50%;
  }
  .testimonial:after {
    content: "";
    clear: both;
    display: table;
  }
  .testimonial > div.testimonial-quote {
    display: block;
    margin-right: 50px;
  }
  .testimonial > div.testimonial-quote > div.content-image-wrapper {
    width: 218px;
    max-height: 260px;
    margin-top: 35px;
    margin-right: 24px;
    float: left;
  }
  .testimonial > div.testimonial-quote > p {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 8px;
  }
  .testimonial.has-image > div.testimonial-label > .cited-name {
    display: inline;
  }
}
html[lang="en"] .testimonial > div.testimonial-quote > p {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
.article-cta > .article-cta-wrapper {
  background-color: #f0f1f1;
  margin: 51px 0 81px 0;
  padding: 0 30px 30px 30px;
}
.article-cta > .article-cta-wrapper.with-cta-image {
  margin: 81px 0 73px;
}
.article-cta > .article-cta-wrapper > .cta-content {
  padding-top: 20px;
  margin-bottom: 30px;
}
.article-cta > .article-cta-wrapper > .cta-content h2 {
  font-size: 48px;
  line-height: 56px;
  padding: 0 0 20px 0;
}
@media (max-width: 985px) {
  .article-cta > .article-cta-wrapper > .cta-content h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.article-cta > .article-cta-wrapper > .cta-content h3 {
  -ms-hyphens: manual;
      hyphens: manual;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 15px;
}
.article-cta > .article-cta-wrapper > .cta-content a {
  color: #e5261f;
  text-decoration: none;
}
.article-cta > .article-cta-wrapper > .cta-content a.cta-link::after {
  vertical-align: -2px;
  display: inline-block;
  content: '';
  background-size: 36px 14px;
  background-position: -18px 0;
  background-repeat: no-repeat;
  width: 36px;
  height: 14px;
  margin-left: 6px;
  -webkit-transition: background-position 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-position 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-position 0.3s ease;
  transition: transform 0.3s ease, background-position 0.3s ease, -webkit-transform 0.3s ease;
}
.article-cta > .article-cta-wrapper > .cta-content a.cta-link:hover::after {
  background-position: -1px 0;
}
.article-cta > .article-cta-wrapper > .cta-image {
  display: inline-block;
  max-width: 425px;
}
.article-cta > .article-cta-wrapper > .cta-image > .image-wrapper {
  display: inline;
}
@media (max-width: 985px) {
  .article-cta > .article-cta-wrapper > .cta-content h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0;
  }
  .article-cta > .article-cta-wrapper > .cta-content h3 {
    line-height: 31px;
  }
}
@media (min-width: 985px) {
  .article-cta > .article-cta-wrapper {
    padding-bottom: 0;
    display: grid;
  }
  .article-cta > .article-cta-wrapper > .cta-content h2 {
    margin: 0;
  }
  .article-cta > .article-cta-wrapper > .cta-content h3 {
    line-height: 31px;
    font-size: 24px;
  }
}
.box-container {
  background-color: #909899;
  color: #fff;
  margin: 7px auto 0 auto;
  padding-top: 55px;
  padding-bottom: 31px;
}
.box-container .header-section > h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 18px !important;
  margin-top: 0;
  padding: 0;
  color: #1e1e1e;
}
@media (max-width: 985px) {
  .box-container .header-section > h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.box-container .header-section > label.author {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #1e1e1e;
  margin: 0 0 29px;
}
.box-container .column {
  padding: 0 15px 0 0;
  /*
         * remove https://raskinapps.atlassian.net/browse/ERG-171
        &:last-child {
            > .container:last-child {
                p:last-child {
                    margin-bottom: 0;
                }
            }
        }*/
  /* keep space after last paragraph (implemented in ERG-171) */
}
.box-container .column a,
.box-container .column .text-section {
  color: #fff;
}
.box-container .column .container:first-child {
  padding-top: 0;
}
.box-container .column h4 {
  color: #fff;
}
.box-container .column h2,
.box-container .column h3 {
  color: #fff;
}
.box-container .column .container {
  width: auto;
}
.box-container .column:last-child > .container:last-child p:last-child {
  margin-bottom: 28px;
}
.box-container .column .video-container {
  color: initial;
  background-color: initial;
}
.box-container .column .video-container:has(div) {
  min-height: 320px;
}
.box-container .column .video-container:has(iframe) {
  min-height: 256px;
}
.box-container .column .video-container h3,
.box-container .column .video-container h2,
.box-container .column .video-container a,
.box-container .column .video-container a:hover {
  color: initial;
  background-color: initial;
}
@media (min-width: 985px) {
  .box-container .column + .column {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 985px) {
  .box-container {
    padding-top: 57px;
  }
  .box-container .header-section {
    padding: 0 4%;
  }
  .box-container .header-section h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .box-container .column {
    padding: 0 4% 0;
  }
  .box-container h2,
  .box-container h3,
  .box-container h4 {
    padding: 0;
  }
}
.cover-image {
  width: 100%;
  margin: 7px 0 0 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 985px) {
  .cover-image {
    height: 75vh;
  }
}
.datatable {
  /*
  * Generated datatable styles from https://datatables.net/manual/styling/theme-creator
  */
  /*
   * Control feature layout
   */
  /* FixedColumn */
  /* Responsive */
}
.datatable table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
.datatable table.dataTable thead th,
.datatable table.dataTable tfoot th {
  font-weight: bold;
}
.datatable table.dataTable thead th,
.datatable table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #1e1e1e;
}
.datatable table.dataTable thead th:active,
.datatable table.dataTable thead td:active {
  outline: none;
}
.datatable table.dataTable tfoot th,
.datatable table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #1e1e1e;
}
.datatable table.dataTable thead .sorting,
.datatable table.dataTable thead .sorting_asc,
.datatable table.dataTable thead .sorting_desc,
.datatable table.dataTable thead .sorting_asc_disabled,
.datatable table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
.datatable table.dataTable tbody tr {
  background-color: white;
}
.datatable table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
.datatable table.dataTable tbody th,
.datatable table.dataTable tbody td {
  padding: 8px 10px;
}
.datatable table.dataTable.row-border tbody th,
.datatable table.dataTable.row-border tbody td,
.datatable table.dataTable.display tbody th,
.datatable table.dataTable.display tbody td {
  border-top: 1px solid #909899;
}
.datatable table.dataTable.row-border tbody tr:first-child th,
.datatable table.dataTable.row-border tbody tr:first-child td,
.datatable table.dataTable.display tbody tr:first-child th,
.datatable table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
.datatable table.dataTable.cell-border tbody th,
.datatable table.dataTable.cell-border tbody td {
  border-top: 1px solid #909899;
  border-right: 1px solid #909899;
}
.datatable table.dataTable.cell-border tbody tr th:first-child,
.datatable table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #909899;
}
.datatable table.dataTable.cell-border tbody tr:first-child th,
.datatable table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
.datatable table.dataTable.stripe tbody tr.odd,
.datatable table.dataTable.display tbody tr.odd {
  background-color: #e6e6e6;
}
.datatable table.dataTable.stripe tbody tr.odd.selected,
.datatable table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
.datatable table.dataTable.hover tbody tr:hover,
.datatable table.dataTable.display tbody tr:hover {
  background-color: #f0f1f1;
}
.datatable table.dataTable.hover tbody tr:hover.selected,
.datatable table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}
.datatable table.dataTable.no-footer {
  border-bottom: 1px solid #1e1e1e;
}
.datatable table.dataTable.nowrap th,
.datatable table.dataTable.nowrap td {
  white-space: nowrap;
}
.datatable table.dataTable.compact thead th,
.datatable table.dataTable.compact thead td {
  padding: 4px 17px;
}
.datatable table.dataTable.compact tfoot th,
.datatable table.dataTable.compact tfoot td {
  padding: 4px;
}
.datatable table.dataTable.compact tbody th,
.datatable table.dataTable.compact tbody td {
  padding: 4px;
}
.datatable table.dataTable th.dt-left,
.datatable table.dataTable td.dt-left {
  text-align: left;
}
.datatable table.dataTable th.dt-center,
.datatable table.dataTable td.dt-center,
.datatable table.dataTable td.dataTables_empty {
  text-align: center;
}
.datatable table.dataTable th.dt-right,
.datatable table.dataTable td.dt-right {
  text-align: right;
}
.datatable table.dataTable th.dt-justify,
.datatable table.dataTable td.dt-justify {
  text-align: justify;
}
.datatable table.dataTable th.dt-nowrap,
.datatable table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
.datatable table.dataTable thead th.dt-head-left,
.datatable table.dataTable thead td.dt-head-left,
.datatable table.dataTable tfoot th.dt-head-left,
.datatable table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
.datatable table.dataTable thead th.dt-head-center,
.datatable table.dataTable thead td.dt-head-center,
.datatable table.dataTable tfoot th.dt-head-center,
.datatable table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
.datatable table.dataTable thead th.dt-head-right,
.datatable table.dataTable thead td.dt-head-right,
.datatable table.dataTable tfoot th.dt-head-right,
.datatable table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
.datatable table.dataTable thead th.dt-head-justify,
.datatable table.dataTable thead td.dt-head-justify,
.datatable table.dataTable tfoot th.dt-head-justify,
.datatable table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
.datatable table.dataTable thead th.dt-head-nowrap,
.datatable table.dataTable thead td.dt-head-nowrap,
.datatable table.dataTable tfoot th.dt-head-nowrap,
.datatable table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
.datatable table.dataTable tbody th.dt-body-left,
.datatable table.dataTable tbody td.dt-body-left {
  text-align: left;
}
.datatable table.dataTable tbody th.dt-body-center,
.datatable table.dataTable tbody td.dt-body-center {
  text-align: center;
}
.datatable table.dataTable tbody th.dt-body-right,
.datatable table.dataTable tbody td.dt-body-right {
  text-align: right;
}
.datatable table.dataTable tbody th.dt-body-justify,
.datatable table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
.datatable table.dataTable tbody th.dt-body-nowrap,
.datatable table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
.datatable table.dataTable,
.datatable table.dataTable th,
.datatable table.dataTable td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.datatable .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.datatable .dataTables_wrapper .dataTables_length {
  float: left;
}
.datatable .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.datatable .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.datatable .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.datatable .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #1e1e1e !important;
  border: 1px solid transparent;
  border-radius: 0;
}
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #1e1e1e !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(gainsboro));
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #1e1e1e;
  background-color: #656565;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656565), color-stop(100%, #1e1e1e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #656565 0%, #1e1e1e 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#1e1e1e));
  background: linear-gradient(to bottom, #656565 0%, #1e1e1e 100%);
  /* W3C */
}
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #383838;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(100%, #191919));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #383838 0%, #191919 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#191919));
  background: linear-gradient(to bottom, #383838 0%, #191919 100%);
  /* W3C */
  -webkit-box-shadow: inset 0 0 3px #111;
          box-shadow: inset 0 0 3px #111;
}
.datatable .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.datatable .dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.datatable .dataTables_wrapper .dataTables_length,
.datatable .dataTables_wrapper .dataTables_filter,
.datatable .dataTables_wrapper .dataTables_info,
.datatable .dataTables_wrapper .dataTables_processing,
.datatable .dataTables_wrapper .dataTables_paginate {
  color: #1e1e1e;
}
.datatable .dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: top;
}
.datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.datatable .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #1e1e1e;
}
.datatable .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.datatable .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.datatable .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .datatable .dataTables_wrapper .dataTables_info,
  .datatable .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .datatable .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .datatable .dataTables_wrapper .dataTables_length,
  .datatable .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .datatable .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.datatable table.DTFC_Cloned thead,
.datatable table.DTFC_Cloned tfoot {
  background-color: white;
}
.datatable div.DTFC_Blocker {
  background-color: white;
}
.datatable div.DTFC_LeftWrapper table.dataTable,
.datatable div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
.datatable div.DTFC_LeftWrapper table.dataTable.no-footer,
.datatable div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
.datatable table.dataTable.display tbody tr.DTFC_NoData {
  background-color: transparent;
}
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control,
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control:before,
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 14px;
  width: 14px;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
.datatable table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: '-';
  background-color: #d33333;
}
.datatable table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
.datatable table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}
.datatable table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
.datatable table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
.datatable table.dataTable.dtr-column > tbody > tr > td.control,
.datatable table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
.datatable table.dataTable.dtr-column > tbody > tr > td.control:before,
.datatable table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
.datatable table.dataTable.dtr-column > tbody > tr.parent td.control:before,
.datatable table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
.datatable table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
.datatable table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
.datatable table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.datatable table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
.datatable table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
.datatable table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
.datatable table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
.datatable div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
.datatable div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
.datatable div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
.datatable div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #e6e6e6;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
.datatable div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
.datatable div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .datatable div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
.datatable.fullscreen,
.datatable-plain.fullscreen {
  position: fixed;
  overflow-y: auto;
  top: 135px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  padding: 35px 15px 15px 15px;
}
.datatable.fullscreen div.filter button.datatable-fullscreen-toggle > svg.expand,
.datatable-plain.fullscreen div.filter button.datatable-fullscreen-toggle > svg.expand,
.datatable.fullscreen div.filter button.datatable-fullscreen-toggle span.expand,
.datatable-plain.fullscreen div.filter button.datatable-fullscreen-toggle span.expand {
  display: none;
}
.datatable.fullscreen div.filter button.datatable-fullscreen-toggle > svg.collapse,
.datatable-plain.fullscreen div.filter button.datatable-fullscreen-toggle > svg.collapse,
.datatable.fullscreen div.filter button.datatable-fullscreen-toggle span.collapse,
.datatable-plain.fullscreen div.filter button.datatable-fullscreen-toggle span.collapse {
  display: inline;
}
.datatable div.filter ul.datatable-filter-list input[type="checkbox"],
.datatable-plain div.filter ul.datatable-filter-list input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
.datatable div.filter button.datatable-filter-clear,
.datatable-plain div.filter button.datatable-filter-clear {
  display: none;
  position: absolute;
  padding-left: 8px;
}
.datatable div.filter button.datatable-fullscreen-toggle,
.datatable-plain div.filter button.datatable-fullscreen-toggle,
.datatable div.filter button.datatable-filter-toggle,
.datatable-plain div.filter button.datatable-filter-toggle,
.datatable div.filter button.datatable-filter-clear,
.datatable-plain div.filter button.datatable-filter-clear {
  border: none;
}
.datatable div.filter button.datatable-fullscreen-toggle:hover,
.datatable-plain div.filter button.datatable-fullscreen-toggle:hover,
.datatable div.filter button.datatable-filter-toggle:hover,
.datatable-plain div.filter button.datatable-filter-toggle:hover,
.datatable div.filter button.datatable-filter-clear:hover,
.datatable-plain div.filter button.datatable-filter-clear:hover,
.datatable div.filter button.datatable-fullscreen-toggle:active,
.datatable-plain div.filter button.datatable-fullscreen-toggle:active,
.datatable div.filter button.datatable-filter-toggle:active,
.datatable-plain div.filter button.datatable-filter-toggle:active,
.datatable div.filter button.datatable-filter-clear:active,
.datatable-plain div.filter button.datatable-filter-clear:active {
  color: #e5261f;
}
.datatable div.filter button.datatable-fullscreen-toggle:hover,
.datatable-plain div.filter button.datatable-fullscreen-toggle:hover,
.datatable div.filter button.datatable-filter-toggle:hover,
.datatable-plain div.filter button.datatable-filter-toggle:hover,
.datatable div.filter button.datatable-filter-clear:hover,
.datatable-plain div.filter button.datatable-filter-clear:hover,
.datatable div.filter button.datatable-fullscreen-toggle:active,
.datatable-plain div.filter button.datatable-fullscreen-toggle:active,
.datatable div.filter button.datatable-filter-toggle:active,
.datatable-plain div.filter button.datatable-filter-toggle:active,
.datatable div.filter button.datatable-filter-clear:active,
.datatable-plain div.filter button.datatable-filter-clear:active,
.datatable div.filter button.datatable-fullscreen-toggle:focus,
.datatable-plain div.filter button.datatable-fullscreen-toggle:focus,
.datatable div.filter button.datatable-filter-toggle:focus,
.datatable-plain div.filter button.datatable-filter-toggle:focus,
.datatable div.filter button.datatable-filter-clear:focus,
.datatable-plain div.filter button.datatable-filter-clear:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.datatable div.filter button.datatable-filter-toggle:after,
.datatable-plain div.filter button.datatable-filter-toggle:after {
  display: inline-block;
  content: "\f107";
  font-family: "Font Awesome 5 Free", sans-serif;
  margin-left: 20px;
  -webkit-transition: -webkit-transform .65s ease;
  transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
  transition: transform .65s ease, -webkit-transform .65s ease;
}
.datatable div.filter button.datatable-filter-toggle[aria-expanded=true]:after,
.datatable-plain div.filter button.datatable-filter-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.datatable div.filter button.datatable-fullscreen-toggle,
.datatable-plain div.filter button.datatable-fullscreen-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.datatable div.filter button.datatable-fullscreen-toggle > svg,
.datatable-plain div.filter button.datatable-fullscreen-toggle > svg {
  margin-left: 20px;
  fill: currentColor;
}
.datatable div.filter button.datatable-fullscreen-toggle > svg.expand,
.datatable-plain div.filter button.datatable-fullscreen-toggle > svg.expand {
  display: inline;
}
.datatable div.filter button.datatable-fullscreen-toggle > svg.collapse,
.datatable-plain div.filter button.datatable-fullscreen-toggle > svg.collapse {
  display: none;
}
.datatable table.ergon-table,
.datatable-plain table.ergon-table {
  line-height: 170%;
  border-bottom: 1px solid #1e1e1e;
}
.datatable table.ergon-table > thead > tr > th,
.datatable-plain table.ergon-table > thead > tr > th {
  font-weight: 700;
  text-align: left;
  border-top: 4px solid #1e1e1e;
  border-bottom: none;
}
.datatable table.ergon-table > tbody > tr:not(.child) > td:first-child,
.datatable-plain table.ergon-table > tbody > tr:not(.child) > td:first-child {
  font-weight: 700;
  background: #f0f1f1;
}
.datatable table.ergon-table > tbody > tr > td,
.datatable-plain table.ergon-table > tbody > tr > td {
  vertical-align: top;
  border-top: 1px solid #1e1e1e;
}
.datatable table.ergon-table > tbody > tr > td a,
.datatable-plain table.ergon-table > tbody > tr > td a {
  border-bottom: 1px solid var(--palette-accents-6, #969696);
  padding-bottom: 1.5px;
}
.datatable table.ergon-table > tbody > tr > td ol,
.datatable-plain table.ergon-table > tbody > tr > td ol {
  padding-left: 1em;
}
.datatable table.ergon-table > tbody > tr > td ul:not(.dtr-details),
.datatable-plain table.ergon-table > tbody > tr > td ul:not(.dtr-details) {
  padding-left: 1em;
}
.datatable table.ergon-table > tbody > tr > td ul:not(.dtr-details) li,
.datatable-plain table.ergon-table > tbody > tr > td ul:not(.dtr-details) li {
  list-style: none;
}
.datatable table.ergon-table > tbody > tr > td ul:not(.dtr-details) li:before,
.datatable-plain table.ergon-table > tbody > tr > td ul:not(.dtr-details) li:before {
  content: "\2013";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.datatable table.ergon-table thead > tr > th,
.datatable-plain table.ergon-table thead > tr > th {
  padding-left: 10px;
  font-weight: bold;
}
@media (max-width: 985px) {
  .datatable .DTFC_ScrollWrapper,
  .datatable-plain .DTFC_ScrollWrapper {
    height: auto !important;
  }
  .datatable .DTFC_ScrollWrapper .DTFC_LeftWrapper,
  .datatable-plain .DTFC_ScrollWrapper .DTFC_LeftWrapper {
    display: none;
  }
  .datatable div.filter.row,
  .datatable-plain div.filter.row {
    display: none;
  }
  .datatable table.ergon-table,
  .datatable-plain table.ergon-table {
    line-height: 170%;
    white-space: nowrap;
  }
  .datatable table.ergon-table.dataTable.collapsed > tbody > tr,
  .datatable-plain table.ergon-table.dataTable.collapsed > tbody > tr {
    cursor: pointer;
  }
  .datatable table.ergon-table.dataTable.collapsed > tbody > tr > td:first-child,
  .datatable-plain table.ergon-table.dataTable.collapsed > tbody > tr > td:first-child {
    position: relative;
    padding-left: 30px;
  }
  .datatable table.ergon-table.dataTable.collapsed > tbody > tr:not(.child) > td:first-child:before,
  .datatable-plain table.ergon-table.dataTable.collapsed > tbody > tr:not(.child) > td:first-child:before {
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    border-radius: 16px;
    text-align: center;
    font-size: 24px;
    line-height: 31px;
    background-color: transparent;
    color: #1e1e1e;
    -webkit-box-shadow: none;
            box-shadow: none;
    content: '+';
  }
  .datatable table.ergon-table.dataTable.collapsed > tbody > tr:not(.child).parent > td:first-child:before,
  .datatable-plain table.ergon-table.dataTable.collapsed > tbody > tr:not(.child).parent > td:first-child:before {
    content: '-';
  }
  .datatable table.ergon-table.dataTable.collapsed > tbody > tr.child,
  .datatable-plain table.ergon-table.dataTable.collapsed > tbody > tr.child {
    white-space: normal;
  }
  .datatable table.ergon-table.dataTable.collapsed > tbody > tr.child span.dtr-title,
  .datatable-plain table.ergon-table.dataTable.collapsed > tbody > tr.child span.dtr-title {
    display: block;
  }
}
.intro-area {
  color: var(--text-color, #1e1e1e);
}
.intro-area .content-image-wrapper {
  margin-bottom: 0px;
}
.intro-area .col-sm-9 h1 {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.intro-area .col-stint > span {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 38px;
  display: block;
  padding-bottom: 40px;
}
@media (max-width: 985px) {
  .intro-area .col-title {
    width: 100%;
  }
  .intro-area .col-stint > span {
    font-size: 24px;
  }
  .intro-area .col-cta {
    display: none;
  }
}
.intro-area .intro-cta .image-wrapper {
  min-height: 170px;
  margin-top: -32px;
  overflow: visible;
}
.intro-area .intro-cta .image-wrapper img {
  margin: 7px 0;
}
.intro-area .intro-cta.multiline .image-wrapper {
  min-height: 199px;
  margin-top: -20px;
}
/* enforce fullwidth fluid rules after header-image */
.intro-area + .container-fluid + .container,
.intro.container-fluid + .container {
  margin-top: 37px;
  /* nach header-image oder fluid headers*/
}
.benefit-tiles {
  overflow: hidden;
  background-color: var(--background-color, #fff);
  margin-bottom: 23px;
}
.benefit-tiles .tiles {
  display: block;
}
.benefit-tiles .tiles .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  line-height: 28px;
  height: 212.5px;
  width: 212.5px;
  margin-bottom: 30px;
}
.benefit-tiles .tiles .tile .tile-title {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 64px;
}
.benefit-tiles .tiles .tile .tile-title h3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  /* special line-height for tiles (ERG-205) */
  font-weight: 700;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.benefit-tiles .tiles .tile .tile-title .fas {
  display: none;
}
.benefit-tiles .tiles .tile .tile-body {
  padding-bottom: 20px;
}
.benefit-tiles .tiles .tile .tile-body img {
  height: 128px;
  width: 128px;
  margin: auto;
}
.benefit-tiles .tiles .tile .tile-body > p {
  display: none;
  padding: 0 15px 0;
  font-size: 16px;
  line-height: 22px;
  /* special line-height for tiles (ERG-205) */
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.benefit-tiles .tiles .tile.moose-bright .tile-body,
.benefit-tiles .tiles .tile.moose-bright .tile-title {
  background-color: #adcc14;
}
.benefit-tiles .tiles .tile.teal-bright .tile-body,
.benefit-tiles .tiles .tile.teal-bright .tile-title {
  background-color: #00bfbf;
}
.benefit-tiles .tiles .tile.aubergine-bright .tile-body,
.benefit-tiles .tiles .tile.aubergine-bright .tile-title {
  background-color: #e11464;
}
.benefit-tiles .tiles .tile.aubergine .tile-body,
.benefit-tiles .tiles .tile.aubergine .tile-title {
  background-color: #991f70;
}
.benefit-tiles .tiles .tile.teal .tile-body,
.benefit-tiles .tiles .tile.teal .tile-title {
  background-color: #1f7099;
}
.benefit-tiles .tiles .tile.moose .tile-body,
.benefit-tiles .tiles .tile.moose .tile-title {
  background-color: #70991f;
}
.benefit-tiles .tiles .tile.grey .tile-body,
.benefit-tiles .tiles .tile.grey .tile-title {
  background-color: #808b8f;
}
.benefit-tiles .tiles .tile:hover .tile-body img {
  display: none;
}
.benefit-tiles .tiles .tile:hover .tile-body > p {
  display: block;
}
@media (min-width: 985px) {
  .benefit-tiles .tiles .tile:hover .tile-body,
  .benefit-tiles .tiles .tile:hover .tile-title {
    background-color: transparent;
    color: var(--text-color, #1e1e1e);
  }
}
@media (max-width: 985px) {
  .benefit-tiles .tiles .tile {
    height: auto;
    width: 100%;
    margin-bottom: 8px;
  }
  .benefit-tiles .tiles .tile .tile-title {
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 15px;
    height: auto;
    min-height: 50px;
  }
  .benefit-tiles .tiles .tile .tile-title h3 {
    margin: 0 10px;
  }
  .benefit-tiles .tiles .tile .tile-title .fas {
    display: inline;
  }
  .benefit-tiles .tiles .tile .tile-title .fas.fa-minus {
    display: none;
  }
  .benefit-tiles .tiles .tile .tile-title .fas:first-child {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .benefit-tiles .tiles .tile .tile-body {
    padding-bottom: 0;
    background-color: var(--background-color, #fff) !important;
    color: var(--text-color, #1e1e1e);
    -webkit-transition: max-height 450ms, opacity 300ms ease, padding-top 450ms;
    transition: max-height 450ms, opacity 300ms ease, padding-top 450ms;
    opacity: 0;
    max-height: 0;
  }
  .benefit-tiles .tiles .tile .tile-body img {
    display: none;
  }
  .benefit-tiles .tiles .tile .tile-body > p {
    display: block;
    padding: 0 30px 0 15px;
  }
  .benefit-tiles .tiles .tile.active .tile-body {
    padding-top: 15px;
    max-height: 200px;
    opacity: 1;
  }
  .benefit-tiles .tiles .tile.active .tile-title .fa-minus {
    display: inline;
  }
  .benefit-tiles .tiles .tile.active .tile-title .fa-plus {
    display: none;
  }
}
@media (max-width: 985px) {
  .dark-section > .container > .benefit-tiles {
    padding: 0 4%;
  }
}
.mgnlEditor + .benefit-tiles .col-md-3 {
  z-index: 65536;
}
html[lang="en"] .benefit-tiles .tiles .tile .tile-title h3 {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
html[lang="en"] .benefit-tiles .tiles .tile .tile-body > p {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
.erg-form {
  color: var(--text-color, #1e1e1e);
  padding: 0;
}
.erg-form .container {
  padding-left: 15px;
  padding-right: 15px;
}
.erg-form form .text-section:first-child {
  margin-bottom: 0;
}
@media (max-width: 985px) {
  .dark-section .erg-form {
    padding: 0 4%;
  }
}
form label[for=company_phone],
form input[name=company_phone] {
  display: none !important;
}
.highlights {
  margin-bottom: 22px;
}
.highlights section.highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.highlights section.highlight.highlight-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.highlights section.highlight > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.highlights section.highlight div.headline {
  padding: 0;
  margin: 0;
}
.highlights section.highlight div.headline h2 {
  padding: 0;
  font-size: 32px;
  line-height: 38px;
  margin-top: 0 !important;
}
.highlights section.highlight div.headline-mobile {
  display: none;
}
.highlights section.highlight div.text {
  margin-top: 0;
  margin-bottom: 0;
}
.highlights section.highlight div.text p:last-child {
  margin-bottom: 28px;
}
@media (max-width: 985px) {
  .highlights section.highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .highlights section.highlight.highlight-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .highlights section.highlight div.headline {
    display: none;
  }
  .highlights section.highlight div.headline-mobile {
    display: block;
  }
  .highlights section.highlight div.headline-mobile h2 {
    padding: 0;
  }
}
.job-tiles {
  background-color: var(--background-color, #fff);
  color: var(--text-color, #1e1e1e);
  margin-bottom: 30px;
  overflow: hidden;
  /* ---- show-all button ---- */
  /* ---- small devices ---- */
}
.job-tiles .title-container {
  margin-bottom: 23px;
}
.job-tiles .title-container h2 {
  margin: unset;
}
.job-tiles .title-container h2 .title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #788385;
  margin-bottom: 28px;
  display: block;
  margin-top: 1.5px;
}
.job-tiles .title-container h2 .supertitle {
  line-height: 31px;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  display: block;
}
.job-tiles .jobs {
  display: block;
  padding: 15px 0 0 0;
}
.job-tiles .jobs .col .job {
  border-left: 1px solid var(--palette-accents-2, #e6e6e6);
  border-top: 1px solid var(--palette-accents-2, #e6e6e6);
  font-size: 16px;
  line-height: 28px;
  height: 200px;
  margin-bottom: 30px;
  padding: 14px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.job-tiles .jobs .col .job .job-link {
  font-weight: 400;
  margin-top: 0;
}
.job-tiles .jobs .col .job div.categories {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job-tiles .jobs .col .job div.categories span {
  color: var(--palette-accents-2, #e6e6e6);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.job-tiles .jobs .col .job div.categories span.divider {
  margin: 0 7px;
}
.job-tiles .jobs .col .job h3.headline {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
}
@media (max-width: 985px) {
  .job-tiles .jobs .col .job h3.headline {
    font-size: 24px;
    line-height: 31px;
  }
}
.job-tiles .jobs .col .job h3.headline:after {
  display: inline-block;
  content: '';
  background-size: 36px 14px;
  background-position: -18px 0;
  background-repeat: no-repeat;
  width: 36px;
  height: 14px;
  margin-left: 2px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.job-tiles .jobs .col .job h3.headline a {
  text-decoration: none;
}
.job-tiles .jobs .col .job h3.headline a > span {
  margin-right: 4px;
}
.job-tiles .jobs .col .job h3.headline a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.job-tiles .jobs .col .job div.stint {
  line-height: 28px;
}
.job-tiles .jobs .col .job div.stint p:last-child {
  margin-bottom: 0;
}
.job-tiles .jobs .col .job:hover {
  background-color: var(--text-color, #1e1e1e);
  color: var(--background-color, #fff);
  cursor: pointer;
}
.job-tiles .jobs .col .job:hover h3.headline:after {
  background-position: -1px 0;
}
.job-tiles .filter-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 5px;
}
.job-tiles .filter-toolbar .filter-toggle-btn {
  color: var(--text-color, #1e1e1e);
  background: transparent;
  border: none;
  margin: 0 15px 10px 0;
  padding: 5px 2px;
  font-size: 24px;
  line-height: 31px;
}
.job-tiles .filter-toolbar .filter-toggle-btn.active {
  color: #e5261f;
}
.job-tiles .filter-toolbar .filtered-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: var(--text-color, #1e1e1e);
  color: var(--palette-accents-1, #f0f1f1);
  margin: 0 10px 10px 0;
  padding: 5px 17px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 20px;
}
.job-tiles .filter-toolbar .filtered-btn i {
  margin-left: 12px;
}
.job-tiles .filter-toolbar .filtered-btn:hover {
  background: var(--background-color-dark, #222222);
}
.job-tiles .filter-toolbar .filtered-btn.delete-all {
  display: none;
  background: var(--palette-accents-2, #e6e6e6);
}
.job-tiles .filter-toolbar .filtered-btn.delete-all:hover {
  background: var(--text-color, #1e1e1e);
}
.job-tiles .filter-toolbar .filtered-label {
  display: none;
  margin-bottom: 10px;
}
.job-tiles .filters {
  /* TODO: check bg color with michael and replace with accent color */
  background-color: #e6e6e6;
  max-height: 500px;
  overflow: hidden;
  -webkit-transition: max-height 0.75s ease-in;
  transition: max-height 0.75s ease-in;
}
.job-tiles .filters.closed {
  max-height: 0;
}
.job-tiles .filters .filter-group {
  padding: 30px 0 30px 0;
}
.job-tiles .filters .filter-group h3 {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 30px;
  color: var(--palette-accents-1, #f0f1f1);
}
@media (max-width: 985px) {
  .job-tiles .filters .filter-group h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
.job-tiles .filters .filter-group .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--palette-accents-1, #f0f1f1);
}
.job-tiles .filters .filter-group .filter .filter-input {
  margin: 0;
}
.job-tiles .filters .filter-group .filter .filter-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}
.job-tiles .filters .filter-group .filter .filter-count {
  font-size: 16px;
  line-height: 28px;
  color: var(--palette-accents-2, #e6e6e6);
}
.job-tiles .filters .filter-close-btn {
  background: var(--palette-accents-4, #8c8a94);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  font-weight: 400;
  display: inline-block;
  height: auto;
  padding: 14px 26px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 0;
  position: relative;
  outline: none;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 30px;
}
.job-tiles .filters .filter-close-btn:hover {
  background: var(--palette-accents-2, #e6e6e6);
  color: var(--text-color, #fff);
}
.job-tiles button.show-all-btn {
  background: transparent;
  border: none;
  margin: 36px auto 54px auto;
  display: block;
  z-index: 2;
  height: 56px;
  color: #e5261f;
  width: 20%;
  text-align: center;
  min-width: 200px;
  padding: 14px 16px;
  font-weight: bold;
  background-clip: padding-box;
  vertical-align: middle;
  max-width: 100%;
  position: relative;
}
.job-tiles button.show-all-btn div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.job-tiles button.show-all-btn div span {
  display: block;
}
.job-tiles button.show-all-btn div span.jobs-num-filtered {
  margin: 0 5px;
}
.job-tiles button.show-all-btn svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  height: 26px;
  width: 26px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.job-tiles button.show-all-btn:hover svg {
  -webkit-transform: translateY(20%) rotate(90deg);
      -ms-transform: translateY(20%) rotate(90deg);
          transform: translateY(20%) rotate(90deg);
}
@media (max-width: 985px) {
  .job-tiles .title-container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .job-tiles .jobs {
    padding: 15px 15px 0;
  }
  .job-tiles .jobs .col.col-xs-12 {
    padding-left: 4%;
    padding-right: 4%;
  }
  .job-tiles .filter-toolbar {
    padding: 0 4%;
  }
  .job-tiles .filter-toolbar .filtered-btn {
    padding: 2px 17px;
  }
  .job-tiles .filters {
    max-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .job-tiles .filters.closed {
    overflow-y: hidden;
  }
  .job-tiles .filters .filter-group {
    padding: 30px 4% 0;
  }
  .job-tiles .filters .filter-close-btn {
    margin: 20px 4% 30px;
  }
}
.logo-bar {
  background-color: #222222;
  padding: 30px 90px;
  margin-bottom: 0px;
}
.logo-bar .logo-bar-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1800px;
  margin: 0 auto;
}
.logo-bar .logo-bar-grid > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 16.66666667%;
  padding: 0 15px;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  max-height: 110px;
}
.logo-bar .logo-bar-grid > * > * {
  margin: auto;
  width: 100%;
  height: 100%;
}
.logo-bar .logo-bar-grid > * > * > * {
  margin: auto;
}
.logo-bar .logo-bar-grid > *:hover,
.logo-bar .logo-bar-grid > * :focus {
  opacity: 1;
}
@media (max-width: 1200px) {
  .logo-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 985px) {
  .logo-bar {
    padding: 15px 15px;
  }
  .logo-bar .logo-bar-grid > * {
    width: 40%;
    padding: 15px;
  }
}
.ranking-bar {
  background-color: #828787;
  padding: 0;
}
.ranking-bar .ranking-bar-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1800px;
  margin: 0 auto;
}
.ranking-bar .ranking-bar-grid > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 16.66666667%;
  padding: 0 15px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  max-height: 210px;
}
.ranking-bar .ranking-bar-grid > * > * {
  margin: auto;
  width: 210px;
  height: 100%;
}
.ranking-bar .ranking-bar-grid > * > * > * {
  margin: auto;
}
.ranking-bar .ranking-bar-grid > *:hover,
.ranking-bar .ranking-bar-grid > * :focus {
  opacity: 0.66;
}
@media (max-width: 1200px) {
  .ranking-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 985px) {
  .ranking-bar {
    padding: 15px 15px;
  }
  .ranking-bar .ranking-bar-grid > * {
    width: 40%;
    padding: 0;
  }
}
.related-content {
  background: #f5f5f5;
  /* ---- small devices ---- */
}
.related-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.related-content .related-content-wrapper {
  padding: 79px 0 10px;
  /* ---- grid ---- */
  /* ---- load-more button ---- */
}
.related-content .related-content-wrapper > h2 {
  margin-bottom: 24px !important;
}
.related-content .related-content-wrapper .job-tiles button.show-all-btn,
.related-content .related-content-wrapper button.load-more-btn {
  margin-top: 0;
  margin-bottom: 74px;
}
.related-content .related-content-wrapper > h2 {
  color: #1e1e1e;
  margin-bottom: 30px;
}
.related-content .related-content-wrapper > h2:first-child,
.related-content .related-content-wrapper h3:first-child {
  margin-top: 0 !important;
}
.related-content .related-content-wrapper .grid {
  max-width: 1090px;
  width: calc(100% + 75px);
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-content .related-content-wrapper .grid .grid-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.related-content .related-content-wrapper .grid .grid-col--2,
.related-content .related-content-wrapper .grid .grid-col--3 {
  display: block;
}
.related-content .related-content-wrapper .grid .rc-item {
  -webkit-transition: all 0.25s ease, opacity 0.75s ease-in-out 0s;
  transition: all 0.25s ease, opacity 0.75s ease-in-out 0s;
  padding: 0 15px 30px;
  opacity: 0;
}
.related-content .related-content-wrapper .grid .rc-item.rc-item.rendered {
  opacity: 1;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content {
  z-index: 0;
  padding: 15px 15px 28px;
  position: relative;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content figure.rc-image {
  overflow: visible;
  position: relative;
  padding: 0 0 37px 0;
  pointer-events: none;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content figure.rc-image .img-wrap {
  position: relative;
  overflow: hidden;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content figure.rc-image .img-wrap img {
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content figure.rc-image.video-overlay::after {
  z-index: 2;
  position: absolute;
  content: '';
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  left: calc(50% -  35px);
  top: calc(50% - 15px -  35px);
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content figure.rc-image .rc-date-overlay {
  display: block;
  right: 10px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  color: #222222;
  line-height: 18px;
  width: 46px;
  padding: 7px 8px 9px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content figure.rc-image .rc-date-overlay > span {
  display: block;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content figure.rc-image .rc-date-overlay > span.month {
  font-size: 13px;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content figure.rc-image .rc-date-overlay > span.day {
  font-size: 19px;
  margin-top: 2px;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content figure.rc-image .rc-date-overlay > span.year {
  font-size: 11px;
  opacity: 0.6;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details {
  padding: 0;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details .categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #788385;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details .categories a {
  white-space: nowrap;
  color: #788385;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details .categories span.divider {
  margin: 0 7px;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details h3.headline {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  display: block;
  padding-left: 0;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  color: #222222;
}
@media (max-width: 985px) {
  .related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details h3.headline {
    font-size: 24px;
    line-height: 31px;
  }
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details h3.headline:after {
  display: inline-block;
  content: '';
  background-size: 36px 14px;
  background-position: -18px 0;
  background-repeat: no-repeat;
  width: 36px;
  height: 14px;
  margin-left: 2px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details h3.headline a {
  text-decoration: none;
  color: #1e1e1e;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details h3.headline a > span {
  margin-right: 4px;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details h3.headline a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details div.excerpt {
  line-height: 22px;
  color: #1e1e1e;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content .rc-details div.excerpt p:last-child {
  margin-bottom: 0;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content:hover {
  background-color: #fff;
  cursor: pointer;
}
.related-content .related-content-wrapper .grid .rc-item .rc-item-content:hover .rc-details h3:after {
  background-position: -1px 0;
}
.related-content .related-content-wrapper button.load-more-btn {
  background: transparent;
  border: none;
  margin: 50px auto;
  display: block;
  z-index: 2;
  height: 56px;
  color: #e5261f;
  width: 20%;
  text-align: center;
  min-width: 200px;
  padding: 14px 16px;
  font-weight: bold;
  background-clip: padding-box;
  vertical-align: middle;
  max-width: 100%;
  position: relative;
}
.related-content .related-content-wrapper button.load-more-btn span {
  display: block;
}
.related-content .related-content-wrapper button.load-more-btn svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  height: 26px;
  width: 26px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.related-content .related-content-wrapper button.load-more-btn:hover svg {
  -webkit-transform: translateY(20%) rotate(90deg);
      -ms-transform: translateY(20%) rotate(90deg);
          transform: translateY(20%) rotate(90deg);
}
@media (max-width: 985px) {
  .related-content .related-content-wrapper {
    padding-top: 45px;
  }
  .related-content .related-content-wrapper > h2 {
    margin-bottom: 20px;
    padding: 0 4%;
  }
  .related-content .related-content-wrapper .grid {
    width: 100%;
    margin-left: 0;
  }
  .related-content .related-content-wrapper .grid .grid-col--2,
  .related-content .related-content-wrapper .grid .grid-col--3 {
    display: none;
  }
  .related-content .related-content-wrapper .grid .rc-item {
    width: 100%;
    padding: 15px 0;
  }
  .related-content .related-content-wrapper .grid .rc-item .rc-item-content {
    padding: 4% 4% calc(4% + 30px) 4%;
  }
}
.slider {
  overflow: hidden;
  position: relative;
  margin-top: 7px;
}
.slider .slides {
  margin-bottom: 57px;
  display: block;
}
.slider .slides .slide {
  font-size: 16px;
  line-height: 28px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  max-height: 642px;
  height: calc(100vh - 75px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider .slides .slide.video-overlay::after {
  position: absolute;
  content: '';
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  left: calc(50% + 15px -  35px);
  top: calc(50% + 4px -  35px);
}
.slider .slides .slide .slide-box {
  margin-left: auto;
  margin-right: 80px;
  padding: 25px 20px 16px;
  min-height: 128px;
  max-width: 306px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
}
.slider .slides .slide .slide-box h2 {
  padding: 0;
  margin: 0 0 7px 0;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 28px;
  -ms-hyphens: manual;
      hyphens: manual;
}
.slider .slides .slide .slide-box > a {
  display: inline-block;
  font-size: 24px;
  line-height: 31px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 4px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  color: #1e1e1e;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.slider .slides .slide .slide-box > a > span {
  margin-right: 4px;
}
.slider .slides .slide .slide-box > a:after {
  display: inline-block;
  content: '';
  background-size: 36px 14px;
  background-position: -18px 0;
  background-repeat: no-repeat;
  width: 36px;
  height: 14px;
  margin-left: 2px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.slider .slides .slide .slide-box > a:hover:after {
  background-position: -1px 0;
}
.slider .slides .slick-dots {
  position: static;
}
.slider .slider-next,
.slider .slider-prev {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
  border: none;
  background: transparent;
  position: absolute;
  z-index: 2;
  height: 56px;
  width: 56px;
  top: calc(50% - 30px -  28px);
  color: #fff;
  padding: 15px;
}
.slider .slider-next svg,
.slider .slider-prev svg {
  height: 26px;
  width: 26px;
}
.slider .slider-next {
  right: 30px;
}
.slider .slider-prev {
  left: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider:hover .slider-next,
.slider:hover .slider-prev {
  opacity: 0.725;
}
.slider:hover .slider-next:hover,
.slider:hover .slider-prev:hover {
  opacity: 1;
}
@media (max-width: 985px) {
  .slider .slides .slide .slide-box {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 30px;
    right: 30px;
    margin: 0;
    max-width: 100%;
  }
  .slider .slider-next,
  .slider .slider-prev {
    display: none !important;
  }
}
html[lang="en"] .slider .slides .slide {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
html[lang="en"] .slider .slides .slide .slide-box > a {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
.teasers-container h2:first-child,
.teasers-container h3:first-child {
  margin-top: 0 !important;
}
.teasers .content-image-wrapper {
  margin-bottom: 20px;
}
.teasers__headline {
  font-size: 24px;
  line-height: 31px;
  border-bottom: 1px solid var(--palette-accents-6, #969696);
  padding: 0 0 1.5px 0;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--text-color, #1e1e1e);
  -ms-hyphens: auto;
      hyphens: auto;
  margin: 30px 0 0 0;
}
@media (max-width: 985px) {
  .teasers__headline {
    font-size: 24px;
    line-height: 31px;
  }
}
.teasers__content {
  margin-top: 7px;
}
.teasers .col-lg-3 {
  font-size: 16px;
  line-height: 28px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
@media (max-width: 985px) {
  .teasers .col-lg-3 {
    font-family: "regular", sans-serif;
  }
}
.teasers img {
  padding-top: 0;
}
.teasers-container {
  margin-bottom: 27px;
}
.teasers-container > .container {
  margin: 0;
  width: auto;
}
.teasers-container .col-lg-12 {
  padding: 0;
}
html[lang="en"] .teasers .col-lg-3 {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
.text-section {
  color: var(--text-color, #1e1e1e);
  /*
   * TODO wenn nur als headline gebraucht, z. B. über Teaser, gibt das zu viel Abstand.
   *      Plan ist, dass alle Komponenten eine eigene Headline erhalten. Alternativ ev. als optional definieren
   *      visuell 59px = 66px
   * margin-bottom: 51px;
   */
}
.text-section h3.h-xs {
  margin-bottom: 0;
  line-height: 28px;
}
.text-section h4.h-xs {
  line-height: 28px;
}
.text-section dl,
.text-section ol,
.text-section ul {
  margin-bottom: 28px;
}
.text-section ol {
  padding-left: 1.33em;
}
.text-section .content-image-wrapper img,
.text-section .container .video-container iframe {
  margin-top: 7px;
  margin-bottom: 7px;
}
.text-section .content-image-wrapper {
  margin-bottom: 28px;
}
.text-section .content-image-wrapper .image-caption {
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.text-section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.text-section > div.position-below {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.text-section > div.position-below .content-image-wrapper .image-wrapper {
  margin-top: 4px;
}
@media (min-width: 985px) {
  .text-section > div {
    /*
      * add default bottom margin for row-layout section images
      * because position "above" is enforced on mobile.
      */
  }
  .text-section > div.position-left,
  .text-section > div.position-right {
    padding-bottom: 0;
  }
  .text-section > div.position-left > *,
  .text-section > div.position-right > * {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .text-section > div.position-left.size-quarter > :first-child,
  .text-section > div.position-right.size-quarter > :first-child {
    width: 25%;
  }
  .text-section > div.position-left.size-quarter > :last-child,
  .text-section > div.position-right.size-quarter > :last-child {
    width: 75%;
  }
  .text-section > div.position-left.size-third > :first-child,
  .text-section > div.position-right.size-third > :first-child {
    width: 33.3%;
  }
  .text-section > div.position-left.size-third > :last-child,
  .text-section > div.position-right.size-third > :last-child {
    width: 66.6%;
  }
  .text-section > div.position-left.size-half > *,
  .text-section > div.position-right.size-half > * {
    width: 50%;
  }
  .text-section > div.position-left.size-twoThirds > :first-child,
  .text-section > div.position-right.size-twoThirds > :first-child {
    width: 66.6%;
  }
  .text-section > div.position-left.size-twoThirds > :last-child,
  .text-section > div.position-right.size-twoThirds > :last-child {
    width: 33.3%;
  }
  .text-section > div.position-left.size-threeQuarters > :first-child,
  .text-section > div.position-right.size-threeQuarters > :first-child {
    width: 75%;
  }
  .text-section > div.position-left.size-threeQuarters > :last-child,
  .text-section > div.position-right.size-threeQuarters > :last-child {
    width: 25%;
  }
  .text-section > div.position-left.position-left,
  .text-section > div.position-right.position-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .text-section > div.position-left.position-left > :last-child,
  .text-section > div.position-right.position-left > :last-child {
    padding-left: 15px;
  }
  .text-section > div.position-left.position-left > :first-child,
  .text-section > div.position-right.position-left > :first-child {
    padding-right: 15px;
  }
  .text-section > div.position-left.position-right,
  .text-section > div.position-right.position-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .text-section > div.position-left.position-right > :last-child,
  .text-section > div.position-right.position-right > :last-child {
    padding-right: 15px;
  }
  .text-section > div.position-left.position-right > :first-child,
  .text-section > div.position-right.position-right > :first-child {
    padding-left: 15px;
  }
  .text-section > div.position-left,
  .text-section > div.position-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#main > .container:first-child h1:first-child,
#main > .container:first-child .giant2:first-child {
  margin-top: 0px;
}
.stage-wrapper.container + .container .text-section:first-child h2 {
  margin-top: 0 !important;
}
@media (max-width: 985px) {
  .dark-section .text-section {
    padding: 0 4%;
  }
}
.dark-section .text-section h2:first-child:not(.giant2),
.dark-section .text-section > p:first-child {
  margin-top: 4px;
}
.why-ergon {
  padding-top: 81px;
  padding-bottom: 18px;
  background-color: #f5f5f5;
}
.why-ergon .column {
  margin-bottom: 40px;
  text-align: center;
}
.why-ergon .column img {
  display: inline;
  height: auto;
  width: 80%;
}
.why-ergon .column .container-fluid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why-ergon .column .image-caption {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  -ms-hyphens: auto;
      hyphens: auto;
  margin: 15px 0 20px;
}
@media (max-width: 985px) {
  .why-ergon > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
html[lang="en"] .why-ergon .column .image-caption {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
.animated-tiles {
  background-color: var(--background-color-dark, #222222);
  padding: 44px 0 41px;
}
.animated-tiles h2 {
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #788385;
  margin: 0;
}
.animated-tiles h3 {
  line-height: 31px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin: 0;
}
.animated-tiles .tiles {
  padding-top: 13px;
}
.animated-tiles .tiles .tile {
  background-color: transparent;
  height: 279px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  border: 0;
  margin: 15px 0;
}
.animated-tiles .tiles .tile .tile-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* FIXME duplication of benefit-tiles colors */
}
.animated-tiles .tiles .tile .tile-inner .tile-front,
.animated-tiles .tiles .tile .tile-inner .tile-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  -webkit-transition: background-color 700ms ease, -webkit-transform 700ms;
  transition: background-color 700ms ease, -webkit-transform 700ms;
  transition: transform 700ms, background-color 700ms ease;
  transition: transform 700ms, background-color 700ms ease, -webkit-transform 700ms;
  -webkit-transform-style: flat;
          transform-style: flat;
  top: 0;
  left: 0;
}
.animated-tiles .tiles .tile .tile-inner .tile-front {
  padding: 70px 20px;
  text-align: center;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  position: relative;
  z-index: 8;
  display: block;
}
.animated-tiles .tiles .tile .tile-inner .tile-front h3,
.animated-tiles .tiles .tile .tile-inner .tile-front p {
  color: #fff;
}
.animated-tiles .tiles .tile .tile-inner .tile-front p {
  display: none;
}
.animated-tiles .tiles .tile .tile-inner .tile-front img {
  width: auto;
  height: 70px;
  margin: auto auto;
  margin-bottom: 12px;
}
.animated-tiles .tiles .tile .tile-inner .tile-back {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--background-color, #fff);
  color: var(--text-color, #1e1e1e);
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  position: absolute;
  padding: 50px 20px;
  width: 100%;
  height: 100%;
}
.animated-tiles .tiles .tile .tile-inner .tile-back h3 {
  margin-bottom: 29px;
}
.animated-tiles .tiles .tile .tile-inner.moose-bright .tile-front {
  background-color: #adcc14;
}
.animated-tiles .tiles .tile .tile-inner.teal-bright .tile-front {
  background-color: #00bfbf;
}
.animated-tiles .tiles .tile .tile-inner.aubergine-bright .tile-front {
  background-color: #e11464;
}
.animated-tiles .tiles .tile .tile-inner.aubergine .tile-front {
  background-color: #991f70;
}
.animated-tiles .tiles .tile .tile-inner.teal .tile-front {
  background-color: #1f7099;
}
.animated-tiles .tiles .tile .tile-inner.moose .tile-front {
  background-color: #70991f;
}
.animated-tiles .tiles .tile .tile-inner.grey .tile-front {
  background-color: #808b8f;
}
.animated-tiles .tiles .tile:hover .tile-front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.animated-tiles .tiles .tile:hover .tile-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
@media (max-width: 985px) {
  .animated-tiles {
    padding: 80px 4% 41px;
  }
  .animated-tiles .tiles {
    padding-top: 23px;
  }
  .animated-tiles .tiles .tile {
    height: auto;
  }
  .animated-tiles .tiles .tile .tile-inner {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .animated-tiles .tiles .tile .tile-inner .tile-front {
    position: relative;
    padding: 40px 20px 30px;
  }
  .animated-tiles .tiles .tile .tile-inner .tile-front p {
    display: block;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .animated-tiles .tiles .tile .tile-inner .tile-front img {
    margin-bottom: 24px;
  }
  .animated-tiles .tiles .tile .tile-inner.moose-bright .tile-front {
    background-color: #70991f;
  }
  .animated-tiles .tiles .tile .tile-inner.teal-bright .tile-front {
    background-color: #1f7099;
  }
  .animated-tiles .tiles .tile .tile-inner.aubergine-bright .tile-front {
    background-color: #991f70;
  }
  .animated-tiles .tiles .tile:hover .tile-front {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .animated-tiles .tiles .tile:hover .tile-back {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: none;
  }
}
.multilinklist {
  background-color: #f5f5f5;
  padding-top: 56px;
  padding-bottom: 21px;
}
.multilinklist h2 {
  font-size: 16px !important;
  font-weight: 400;
  color: var(--palette-accents-7, #788385);
  margin-bottom: 20px;
  margin-top: 0;
}
.multilinklist .row {
  padding-bottom: 35px;
}
.multilinklist .row ul {
  list-style: none;
  padding: 0;
}
.multilinklist .row ul li {
  border-bottom: 1px solid var(--palette-accents-3, #c8c8c8);
  line-height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.multilinklist .row ul li a {
  display: block;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 3px;
}
@media (max-width: 985px) {
  .multilinklist {
    padding: 56px 4% 31px;
  }
  .multilinklist ul {
    margin-bottom: 0;
  }
}
.reach-out {
  background-color: #828787;
  padding: 79px 0 88px;
}
.reach-out p.text {
  color: var(--background-color, #fff);
  line-height: 31px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 38px;
}
.reach-out .cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--background-color, #fff);
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.reach-out .cta-link a {
  padding: 12px 22px 12px 44px;
  color: var(--background-color-dark, #222222);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.reach-out .cta-link a:after {
  background-image: url(/.resources/ergon/themes/ergon-theme/images/icon_arrow_long.svg);
  display: inline-block;
  content: '';
  background-size: 36px 14px;
  background-position: -16px 0.135ch;
  background-repeat: no-repeat;
  width: 36px;
  height: 14px;
  margin-left: 6px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.reach-out .cta-link:hover {
  cursor: pointer;
}
.reach-out .cta-link:hover a {
  color: #e5261f;
}
.reach-out .cta-link:hover a:after {
  background-position: -1px 0.135ch;
}
@media (max-width: 985px) {
  .reach-out {
    padding: 79px 4% 88px;
  }
  .reach-out p.text {
    margin-bottom: 48px;
  }
}
.references {
  background-color: #f5f5f5;
  padding: 80px 0 88px;
}
.references .container > h2 {
  font-size: 16px;
  font-weight: 400;
  color: #788385 !important;
  margin-bottom: 36px !important;
}
.references .container .reference-item {
  background-color: var(--background-color, #fff);
  margin-bottom: 30px;
}
.references .container .reference-item img {
  width: 100%;
}
.references .container .reference-item h5 {
  padding: 13px 20px 0px 20px;
  color: #788385;
  font-size: 16px;
}
.references .container .reference-item h3 {
  padding: 0 18px 16px 20px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
}
.references .container .link-container {
  display: block;
  text-align: center;
  padding-top: 34px;
}
.references .container .link-container .all-references-link {
  font-weight: 500;
  font-size: 16px;
  padding: 12px 22px;
  color: var(--background-color-dark, #222222);
}
.references .container .link-container .all-references-link:hover {
  background: var(--background-color, #fff);
  border-color: var(--background-color, #fff);
}
.references .container .link-container .all-references-link:hover:after {
  background-position: -1px 0;
}
.references .container .link-container .all-references-link:after {
  background-image: url(/.resources/ergon/themes/ergon-theme/images/icon_arrow_long.svg);
  display: inline-block;
  content: '';
  background-size: 36px 14px;
  background-position: -18px 0;
  background-repeat: no-repeat;
  width: 36px;
  height: 13px;
  margin-left: 6px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media (max-width: 985px) {
  .references {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.latest-news .related-content-wrapper {
  padding-top: 78px;
  padding-bottom: 80px;
}
.latest-news .related-content-wrapper > h2 {
  font-size: 16px;
  font-weight: 400;
  color: #788385 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 985px) {
  .latest-news .related-content-wrapper > h2 {
    margin-bottom: 24px !important;
  }
}
.latest-news .related-content-wrapper > .grid {
  margin-bottom: 29px;
}
.latest-news .related-content-wrapper > .grid .rc-item .rc-item-content figure.rc-image {
  padding: 0 0 36px 0;
}
.latest-news .related-content-wrapper > .grid .rc-item .rc-item-content .rc-details .categories {
  margin-bottom: 6px;
}
@media (max-width: 985px) {
  .latest-news .related-content-wrapper > .grid .rc-item {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .latest-news .related-content-wrapper > .grid .rc-item .rc-item-content {
    padding: 4% 4% 23px 4%;
  }
}
.latest-news .related-content-wrapper .link-container {
  display: block;
  text-align: center;
}
@media (max-width: 985px) {
  .latest-news .related-content-wrapper .link-container {
    margin-top: 48px !important;
  }
}
.latest-news .related-content-wrapper .link-container .all-news-link {
  font-weight: 500;
  font-size: 16px;
  padding: 12px 22px;
}
.latest-news .related-content-wrapper .link-container .all-news-link:hover {
  background: #fff;
  border-color: #fff;
}
.latest-news .related-content-wrapper .link-container .all-news-link:hover:after {
  background-position: -1px 0;
}
.latest-news .related-content-wrapper .link-container .all-news-link:after {
  background-image: url(/.resources/ergon/themes/ergon-theme/images/icon_arrow_long.svg);
  display: inline-block;
  content: '';
  background-size: 36px 14px;
  background-position: -18px 0;
  background-repeat: no-repeat;
  width: 36px;
  height: 13px;
  margin-left: 6px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.expertise-grid {
  padding-top: 85px;
  padding-bottom: 52px;
}
.expertise-grid h2 {
  font-size: 16px !important;
  line-height: 16px;
  font-weight: 400;
  color: var(--palette-accents-7, #788385);
  margin-bottom: 13px;
  margin-top: 0;
}
.expertise-grid .row h3 {
  margin: 21px 0 29px;
  line-height: 31px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  -ms-hyphens: manual;
      hyphens: manual;
}
.expertise-grid .row p {
  margin-bottom: 28px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 985px) {
  .expertise-grid {
    padding: 84px 4% 52px;
  }
  .expertise-grid h3 br {
    display: none;
  }
}
.testimonial-slider {
  padding-top: 0px !important;
  margin-top: 53px !important;
  margin-bottom: 48px;
}
.testimonial-slider .testimonial {
  margin-bottom: 10px;
  padding: 0;
}
.testimonial-slider .testimonial::before {
  display: none;
}
.testimonial-slider .slides .slide {
  height: auto;
}
.testimonial-slider .slides .slide .testimonial-label {
  font-size: 16px;
}
.testimonial-slider .slides .slick-dots {
  text-align: left;
  margin-left: 10px;
  bottom: unset;
  position: unset;
}
@media (max-width: 985px) {
  .testimonial-slider {
    margin-top: 56px !important;
    overflow-x: hidden;
  }
  .testimonial-slider .slick-slider .slick-dots li button {
    width: 40px;
  }
}
.container-fluid.header-slider {
  margin: 0;
  display: none;
}
.container-fluid.header-slider .slick-slider,
.container-fluid.header-slider .slick-list,
.container-fluid.header-slider .slick-track {
  height: 100%;
}
.container-fluid.header-slider .slick-initialized {
  height: 100%;
  overflow-x: hidden;
}
.container-fluid.header-slider .slick-cloned .slide-caption {
  display: none;
}
.container-fluid.header-slider .slick-current .slide-caption {
  display: block;
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.container-fluid.header-slider .slide-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.container-fluid.header-slider.slider .slides {
  margin-bottom: 0;
}
.container-fluid.header-slider.slider .slides .col-xs-12 {
  padding: 0;
}
.container-fluid.header-slider.slider .slides .slide {
  min-height: 100%;
  max-height: 660px;
}
@media (max-width: 985px) {
  .container-fluid.header-slider.slider .slides .slide {
    background-size: cover;
    max-height: unset;
  }
  .container-fluid.header-slider.slider .slides .slide.mobile-bg-left {
    background-position-x: left !important;
  }
  .container-fluid.header-slider.slider .slides .slide.mobile-bg-right {
    background-position-x: right !important;
  }
  .container-fluid.header-slider.slider .slides .slide.mobile-bg-center {
    background-position-x: center !important;
  }
}
.container-fluid.header-slider.slider .slides .slide .slide-image {
  position: absolute;
  bottom: 81px;
  right: 0;
  z-index: 11;
}
@media (max-width: 985px) {
  .container-fluid.header-slider.slider .slides .slide .slide-image {
    right: 22px;
    bottom: 200px;
  }
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper {
  margin: auto;
  position: relative;
  height: 100%;
}
@supports (-webkit-touch-callout: none) {
  .container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper {
    height: calc(100vh - 88px - 66px);
  }
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption {
  position: absolute;
  opacity: 1;
  background: transparent;
  z-index: 10;
  max-width: 900px;
}
@media (max-width: 985px) {
  .container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption.valign-top {
  top: 81px;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption.valign-center {
  margin-top: -72px;
  top: 50%;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption.valign-bottom {
  bottom: 81px;
  top: auto;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 6px;
  margin-left: 1px;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title .category {
  font-weight: 600;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title .category::after {
  content: ' ';
  margin-right: 20px;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt a {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  margin-right: 12px;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt > * {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt.with-arrow:hover {
  cursor: pointer;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt.with-arrow:hover a {
  color: #fff !important;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt.with-arrow:hover:after {
  background-position: 0 1px !important;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt.with-arrow:after {
  background-image: url(/.resources/ergon/themes/ergon-theme/images/icon_arrow_long_white.svg);
  display: inline-block;
  content: '';
  background-size: 61px 24px;
  background-position: -34px 1px;
  background-repeat: no-repeat;
  width: 61px;
  height: 24px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e5261f;
  padding: 12px 22px;
  margin-top: 14px;
  margin-left: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid transparent;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link a:hover {
  color: #fff !important;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link:after {
  background-image: url(/.resources/ergon/themes/ergon-theme/images/icon_arrow_long_white.svg);
  display: inline-block;
  content: '';
  background-size: 36px 14px;
  background-position: -18px 0;
  background-repeat: no-repeat;
  width: 36px;
  height: 14px;
  margin-left: 6px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link:hover {
  cursor: pointer;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link:hover a {
  color: #fff;
}
.container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link:hover:after {
  background-position: -1px 0;
}
.container-fluid.header-slider.slider .slides .slide[data-erg-link]:hover {
  cursor: pointer;
}
.container-fluid.header-slider.slider .slick-dots {
  position: absolute;
  bottom: 25px;
  margin: 0;
  padding: 0 15px;
}
.container-fluid.header-slider.slider .slick-dots li button {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 985px) {
  .container-fluid.header-slider.slider .slick-dots li button {
    width: 40px;
  }
}
.container-fluid.header-slider.slider .slick-dots .slick-active button {
  border-bottom: 2px solid white;
}
@media (max-width: 985px) {
  .container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt a {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}
@media (max-width: 985px) {
  html[lang="en"] .container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt a {
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
  }
}
.container-fluid.header-cover {
  margin: 0;
}
.container-fluid.header-cover .slick-initialized {
  height: 100%;
  overflow-x: hidden;
}
.container-fluid.header-cover .slick-cloned .slide-caption {
  display: none;
}
.container-fluid.header-cover .slick-current .slide-caption {
  display: block;
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.container-fluid.header-cover .slide-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.container-fluid.header-cover.slider .slides {
  margin-bottom: 0;
}
.container-fluid.header-cover.slider .slides .col-xs-12 {
  padding: 0;
}
.container-fluid.header-cover.slider .slides .slide {
  min-height: 100%;
  max-height: 660px;
}
@media (max-width: 985px) {
  .container-fluid.header-cover.slider .slides .slide {
    background-size: cover;
    max-height: unset;
  }
  .container-fluid.header-cover.slider .slides .slide.mobile-bg-left {
    background-position-x: left !important;
  }
  .container-fluid.header-cover.slider .slides .slide.mobile-bg-right {
    background-position-x: right !important;
  }
  .container-fluid.header-cover.slider .slides .slide.mobile-bg-center {
    background-position-x: center !important;
  }
}
.container-fluid.header-cover.slider .slides .slide .slide-image {
  position: absolute;
  bottom: 81px;
  right: 0;
  z-index: 11;
}
@media (max-width: 985px) {
  .container-fluid.header-cover.slider .slides .slide .slide-image {
    right: 22px;
    bottom: 200px;
  }
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper {
  margin: auto;
  position: relative;
  height: 100%;
}
@supports (-webkit-touch-callout: none) {
  .container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper {
    height: calc(100vh - 88px - 66px);
  }
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption {
  position: absolute;
  opacity: 1;
  background: transparent;
  z-index: 10;
  max-width: 900px;
}
@media (max-width: 985px) {
  .container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption.valign-top {
  top: 81px;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption.valign-center {
  margin-top: -72px;
  top: 50%;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption.valign-bottom {
  bottom: 81px;
  top: auto;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  margin-left: 1px;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title:hover a,
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title:hover span {
  color: #fff !important;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title:hover:after {
  background-position: 0 -2px !important;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title a,
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title span {
  border-bottom: none;
  padding-bottom: 0;
  color: #fff;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  margin-right: 12px;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title.with-arrow:after {
  background-image: url(/.resources/ergon/themes/ergon-theme/images/icon_arrow_long_white.svg);
  display: inline-block;
  content: '';
  background-size: 61px 24px;
  background-position: -34px -2px;
  background-repeat: no-repeat;
  width: 61px;
  height: 24px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media (max-width: 985px) {
  .container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt {
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt > * {
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e5261f;
  padding: 0 0 0 0;
  margin-top: 14px;
  margin-left: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid transparent;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 12px 22px;
  margin: 0;
  margin-right: -42px;
  padding-right: 60px;
  width: 100%;
  height: 100%;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link a:hover {
  color: #fff !important;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link:after {
  background-image: url(/.resources/ergon/themes/ergon-theme/images/icon_arrow_long_white.svg);
  display: inline-block;
  content: '';
  background-size: 36px 14px;
  background-position: -18px 0;
  background-repeat: no-repeat;
  width: 36px;
  height: 14px;
  margin-left: -14px;
  margin-right: 28px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link:hover {
  cursor: pointer;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link:hover a {
  color: #fff;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link:hover:after {
  background-position: -2px 0;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link.white {
  background: white;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link.white a {
  color: #1e1e1e;
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link.white:after {
  background-image: url(/.resources/ergon/themes/ergon-theme/images/icon_arrow_long.svg);
}
.container-fluid.header-cover.slider .slides .slide .slide-caption-wrapper .slide-caption .cta-link.white:hover a {
  color: #1e1e1e !important;
}
.container-fluid.header-cover.slider .slick-dots {
  position: absolute;
  bottom: 25px;
  margin: 0;
  padding: 0 15px;
}
.container-fluid.header-cover.slider .slick-dots li button {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 985px) {
  .container-fluid.header-cover.slider .slick-dots li button {
    width: 40px;
  }
}
.container-fluid.header-cover.slider .slick-dots .slick-active button {
  border-bottom: 2px solid white;
}
@media (max-width: 985px) {
  .container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt a {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}
@media (max-width: 985px) {
  html[lang="en"] .container-fluid.header-slider.slider .slides .slide .slide-caption-wrapper .slide-caption .caption-excerpt a {
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
  }
}
.button-link-wrapper.container {
  display: block;
}
.button-link-wrapper {
  margin-top: 7px;
  margin-bottom: 13px;
}
.button-link {
  display: inline-block;
  line-height: 20px;
  font-weight: 400;
  font-size: inherit;
  border: none;
  background: #e5261f;
  color: #fff;
  padding: 12px 44px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button-link:hover,
.button-link:active,
.button-link:focus {
  background: var(--text-color, #1e1e1e);
  color: #fff !important;
}
.job-header {
  position: relative;
  overflow: hidden;
  color: white;
  background-color: var(--background-color-dark, #222222);
}
.job-header .job-header-main {
  padding-top: 15px;
  padding-bottom: 44px;
}
.job-header .job-header-main .breadcrumbs {
  height: 56px;
}
.job-header .job-header-main .heading h1 {
  color: white;
  font-size: 32px;
  line-height: 38px;
  margin-top: 23px;
  margin-bottom: 28px;
}
.job-header .job-header-main ul.job-infos {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}
.job-header .job-header-main ul.job-infos li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0;
  line-height: 175%;
}
.job-header .job-header-main ul.job-infos li i {
  width: 1em;
  height: 1em;
  color: #788385;
  margin-right: 8px;
}
.job-header .job-header-main .job-actions a.apply-button {
  margin: 0;
  display: inline-block;
  line-height: 20px;
  font-weight: 400;
  font-size: inherit;
  border: none;
  background: #e5261f;
  color: #fff;
  padding: 12px 44px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.job-header .job-header-main .job-actions a.apply-button:hover,
.job-header .job-header-main .job-actions a.apply-button:active,
.job-header .job-header-main .job-actions a.apply-button:focus {
  background: #fff;
  color: #1e1e1e !important;
}
.job-header .job-header-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
@media (max-width: 985px) {
  .job-header .job-header-image {
    display: none;
  }
  .job-header .job-header-main .heading,
  .job-header .job-header-main .job-actions,
  .job-header .job-header-main .breadcrumbs,
  .job-header .job-header-main ul.job-infos {
    padding: 0 4%;
  }
  .job-header .job-header-main .heading h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .job-header .job-header-main ul.job-infos {
    margin-bottom: 50px;
  }
}
body#job > div#main > div.container:first-child {
  position: relative;
}
body#job > div#main > div.container:first-child > div.breadcrumb {
  position: absolute;
  z-index: 1;
  bottom: -43px;
  color: #fff;
}
body#job > div#main > div.container:first-child > div.breadcrumb li > a {
  color: #fff;
}
.container-fluid .fancy-list.bg-grey {
  background-color: #f5f5f5;
  padding-top: 34px;
}
@media (max-width: 985px) {
  .container-fluid .fancy-list > .container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.container-fluid + .container .fancy-list h2 {
  margin-top: 5px;
}
.fancy-list h2 {
  margin-bottom: 29px;
}
.fancy-list ul {
  margin: 0 0 0 2rem;
  padding: 0;
}
.fancy-list ul li {
  margin-bottom: 0;
}
.fancy-list ul li p {
  margin-left: 3px;
  margin-bottom: 17px;
}
.fancy-list ul li .fa-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
.fancy-list ul li .fa-li svg {
  margin: auto;
}
.fancy-list ul li:last-child {
  margin-bottom: 80px;
}
.container-fluid .offers-grid.bg-grey {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 43px;
}
@media (max-width: 985px) {
  .container-fluid .offers-grid > .container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.container-fluid + .container .offers-grid h2 {
  margin-top: 5px;
}
.offers-grid {
  padding-bottom: 18px;
}
.offers-grid h2 {
  display: block;
  margin-top: 0;
  text-align: center;
}
.offers-grid .offers {
  gap: 40px 32px;
  margin-bottom: 40px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offers-grid .offers .offer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.offers-grid .offers .offer img {
  display: inline;
  height: 64px;
  margin-bottom: 16px;
  width: auto;
}
.offers-grid .offers .offer .offer-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  -ms-hyphens: auto;
      hyphens: auto;
  margin: 0;
}
.offers-grid .offers .offer .offer-text {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-align: left;
}
.offers-grid .offers .offer .offer-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 985px) {
  .offers-grid .offers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .offers-grid .offers {
    grid-template-columns: 1fr;
  }
}
html[lang="en"] .offers-grid .offers .offer .offer-title {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
.job-detail-page .text-section li > p {
  display: inline;
}
.uc-embedding-wrapper a {
  font-size: 14px !important;
}
.uc-embedding-wrapper .description-text {
  display: none;
}
.uc-embedding-wrapper .uc-embedding-buttons button {
  display: block;
  line-height: 18px;
  font-weight: 400;
  font-size: inherit;
  border: none;
  color: #fff;
  padding: 14px 48px;
  margin: 0px 0 12px 0;
  border-radius: 0;
  width: 230px;
  height: inherit;
}
.uc-embedding-wrapper .uc-embedding-buttons button:hover,
.uc-embedding-wrapper .uc-embedding-buttons button:active {
  background: var(--text-color, #1e1e1e);
  color: #fff !important;
}
.uc-embedding-wrapper .uc-embedding-buttons button:disabled {
  background: transparent;
  border: 1px solid var(--palette-accents-6, #969696);
  color: var(--palette-accents-3, #c8c8c8) !important;
  cursor: not-allowed;
}
.uc-embedding-wrapper .uc-embedding-buttons .uc-embedding-more-info {
  background: #F5F5F5;
  color: #1e1e1e;
}
.uc-embedding-wrapper .uc-embedding-buttons .uc-embedding-accept {
  background: #e5261f;
}
.uc-embedding-wrapper a {
  text-decoration: underline;
  color: #1e1e1e;
}
.uc-embedding-wrapper a:hover,
.uc-embedding-wrapper a:focus {
  color: #e5261f !important;
  text-decoration: underline;
}
