.mod_article:not(.intro-hero),
.responsive-tabs-wrapper,
footer .inside {
  width: 90%;
  max-width: 1200px;
  margin: 3em auto;
}

@media only screen and (min-width: 850px) {
  .mod_article:not(.intro-hero),
  .responsive-tabs-wrapper,
  footer .inside {
    width: 92%;
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

body {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea {
  outline: none;
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  min-height: 100vh;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
.ce_text.headline.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* league-spartan-300 - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  src: url(/files/dist/fonts/league-spartan-v15-latin-300.woff2?e49ae3ee33be63a47335cce48c42738a) format("woff2"), url(/files/dist/fonts/league-spartan-v15-latin-300.ttf?a35c01889b4204e0d11f7770498dfce8) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* league-spartan-600 - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 600;
  src: url(/files/dist/fonts/league-spartan-v15-latin-600.woff2?a26dda3b3d098b6f7b24e791f7da8c31) format("woff2"), url(/files/dist/fonts/league-spartan-v15-latin-600.ttf?206cb4326fa872f4e7e3d71c7c4a6686) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
  font-family: League Spartan, Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #00243d;
  font-size: 14pt;
}

p {
  margin: 0.5em 0;
}

strong,
b {
  font-weight: 600;
}

a {
  color: #0063a7;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #0e3a83;
}

h1,
.ce_text.headline.h1,
h2,
.ce_text.headline.h2,
h3,
.ce_text.headline.h3,
h4,
.ce_text.headline.h4,
.h4,
h5,
.ce_text.headline.h5,
.h5,
h6 {
  font-family: League Spartan, Verdana, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 1em 0 0.5em 0;
}

h1,
.ce_text.headline.h1 {
  font-size: 40pt;
  margin-top: 0;
}

h1.blank-header,
.blank-header.ce_text.headline.h1,
body.blank-header h1,
body.blank-header .ce_text.headline.h1 {
  color: #0063a7;
  text-align: center;
  font-size: 35pt;
}

h2,
.ce_text.headline.h2 {
  font-size: 30pt;
}

h3,
.ce_text.headline.h3 {
  font-size: 26pt;
}

h4,
.ce_text.headline.h4,
.h4 {
  font-size: 30px;
  display: inline-block;
}

h5,
.ce_text.headline.h5,
.h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.small {
  font-size: 15px;
}

.button,
.ce_jobs .ce_list > section .ui-accordion-content > div .more a,
.ce_hyperlink a,
.partner-result-card .partner-info a.key-account-button,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info a.key-account-button,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info a.key-account-button,
.fixed-help-btn,
button,
input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(-44deg, #0063a7 0%, #005fa0 32.5%, #00487a 50%, #0063a7 100%);
  background-size: 200%;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-position 0.2s ease-in-out;
}

.button:hover,
.ce_jobs .ce_list > section .ui-accordion-content > div .more a:hover,
.ce_hyperlink a:hover,
.partner-result-card .partner-info a.key-account-button:hover,
.fixed-help-btn:hover,
button:hover,
input[type=submit]:hover {
  background-position-x: -160%;
}

.button-secondary {
  background: none;
  border: 1px solid #0063a7;
  color: #0063a7;
}

input[type=file] {
  opacity: 0;
}

body {
  overflow-x: hidden;
}

#wrapper {
  padding-top: 65px;
}

#container {
  min-height: 100vh;
}

h2,
.ce_text.headline.h2,
h3,
.ce_text.headline.h3 {
  text-align: center;
}

.ce_job .ce_form .formbody,
.ce_job .mod_form .formbody,
.mod_article:not(.intro-hero) {
  position: relative;
}

.ce_job .ce_form .formbody h2,
.ce_job .mod_form .formbody h2,
.ce_job .ce_form .formbody .ce_text.headline.h2,
.ce_job .mod_form .formbody .ce_text.headline.h2,
.mod_article:not(.intro-hero) h2,
.mod_article:not(.intro-hero) .ce_text.headline.h2 {
  color: #0063a7;
  margin: 0;
}

.ce_job .ce_form .formbody h3,
.ce_job .mod_form .formbody h3,
.ce_job .ce_form .formbody .ce_text.headline.h3,
.ce_job .mod_form .formbody .ce_text.headline.h3,
.mod_article:not(.intro-hero) h3,
.mod_article:not(.intro-hero) .ce_text.headline.h3 {
  color: #0063a7;
  font-size: 18pt;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 2em;
}

.ce_job .ce_form .formbody:after,
.ce_job .mod_form .formbody:after,
.mod_article:not(.intro-hero):after {
  content: "";
  position: absolute;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 2px;
  background: #c7d9e6;
}

.ce_back,
.ce_glossarylist.detail .back,
.mod_article .back,
.ce_accordion.image-text > .accordion > div .ce_accordion .accordion > div .ce_hyperlink,
.ce_accordion .content-box > div section .ce_hyperlink,
.mod_faqreader p.back,
.mod_newsreader p.back,
.mod_newsarchive .layout_latest .news-text .more,
.mod_faqpage article .ce_hyperlink,
.mod_newslist .layout_latest .news-text .more,
.pagination ul li.next,
.pagination ul li.previous,
.scroll-top-arrow {
  text-align: end;
}

.ce_back a,
.ce_glossarylist.detail .back a,
.mod_article .back a,
.ce_accordion.image-text > .accordion > div .ce_accordion .accordion > div .ce_hyperlink a,
.ce_accordion .content-box > div section .ce_hyperlink a,
.mod_faqreader p.back a,
.mod_newsreader p.back a,
.mod_newsarchive .layout_latest .news-text .more a,
.mod_faqpage article .ce_hyperlink a,
.mod_newslist .layout_latest .news-text .more a,
.pagination ul li.next a,
.pagination ul li.previous a,
.scroll-top-arrow a {
  background: none;
  color: #0063a7;
  position: relative;
  margin-right: 20px;
  font-weight: 300;
  padding-block: 11px;
}

.ce_back a:after,
.ce_glossarylist.detail .back a:after,
.mod_article .back a:after,
.ce_accordion.image-text > .accordion > div .ce_accordion .accordion > div .ce_hyperlink a:after,
.ce_accordion .content-box > div section .ce_hyperlink a:after,
.mod_faqreader p.back a:after,
.mod_newsreader p.back a:after,
.mod_newsarchive .layout_latest .news-text .more a:after,
.mod_faqpage article .ce_hyperlink a:after,
.mod_newslist .layout_latest .news-text .more a:after,
.pagination ul li.next a:after,
.pagination ul li.previous a:after,
.scroll-top-arrow a:after {
  content: "";
  position: absolute;
  width: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #0063a7;
  transition: width 0.3s ease;
}

.ce_back a:before,
.ce_glossarylist.detail .back a:before,
.mod_article .back a:before,
.ce_accordion.image-text > .accordion > div .ce_accordion .accordion > div .ce_hyperlink a:before,
.ce_accordion .content-box > div section .ce_hyperlink a:before,
.mod_faqreader p.back a:before,
.mod_newsreader p.back a:before,
.mod_newsarchive .layout_latest .news-text .more a:before,
.mod_faqpage article .ce_hyperlink a:before,
.mod_newslist .layout_latest .news-text .more a:before,
.pagination ul li.next a:before,
.pagination ul li.previous a:before,
.scroll-top-arrow a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
  border-right: 2px solid #0063a7;
  border-bottom: 2px solid #0063a7;
}

.fixed-help-btn {
  width: 65px;
  height: 65px;
  position: fixed;
  right: 0;
  top: 20%;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 10;
}

.fixed-help-btn p {
  font-size: 44px;
  line-height: 1;
  margin: 0;
}

.fixed-help-btn:hover {
  color: #ffffff;
}

@media only screen and (max-width: 850px) {
  .fixed-help-btn {
    display: none;
  }
}

.scroll-top-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  background: #ffffff;
  position: fixed;
  right: 44px;
  bottom: 44px;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease-in-out;
}

.scroll-top-arrow:hover {
  transform: translateY(-10px);
}

.scroll-top-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 15px;
  width: 2px;
  background: #0063a7;
  transition: height 0.3s ease;
}

.scroll-top-arrow:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%) rotate(-135deg);
  transform-origin: center center;
  border-right: 2px solid #0063a7;
  border-bottom: 2px solid #0063a7;
}

.widget-select,
.ce_jobs .ce_form .formbody .widget-select,
.ce_jobs .mod_form .formbody .widget-select,
.mod_newsmenu .widget-select {
  position: relative;
}

.widget-select select,
.ce_jobs .ce_form .formbody .widget-select select,
.ce_jobs .mod_form .formbody .widget-select select,
.mod_newsmenu .widget-select select {
  background: none;
  border: none;
  border-bottom: 2px solid #00243d;
  border-radius: 0;
  color: #00243d;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 5px 35px 5px 0;
  outline: none;
}

.widget-select select:focus,
.ce_jobs .ce_form .formbody .widget-select select:focus,
.ce_jobs .mod_form .formbody .widget-select select:focus,
.widget-select select:hover,
.ce_jobs .ce_form .formbody .widget-select select:hover,
.ce_jobs .mod_form .formbody .widget-select select:hover {
  background: #edf4f9;
}

.widget-select:after,
.ce_jobs .ce_form .formbody .widget-select:after,
.ce_jobs .mod_form .formbody .widget-select:after,
.mod_newsmenu .widget-select:after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: 1px solid #00243d;
  border-bottom: 1px solid #00243d;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  pointer-events: none;
}

#newsletter-infotext {
  display: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes popupBackdrop {
  from {
    background: rgba(0, 0, 0, 0);
  }

  to {
    background: rgba(0, 0, 0, 0.75);
  }
}

@keyframes popupBackdrop {
  from {
    background: rgba(0, 0, 0, 0);
  }

  to {
    background: rgba(0, 0, 0, 0.75);
  }
}

@-webkit-keyframes popupContent {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes popupContent {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.invisible {
  position: absolute;
  left: -999em;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.flex-wrap,
.ce_form .formbody,
.mod_form .formbody,
.ce_gallery ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-nowrap,
.ce_accordion.flex-nowrap .accordion > div,
#header .ce_accordion.inside .accordion > div,
#header .inside {
  display: flex;
  justify-content: space-between;
}

.margin-t {
  margin-top: 50px;
}

.w20 {
  width: 19%;
}

.w25 {
  width: 24%;
}

.w33 {
  width: 32.333%;
}

.w40 {
  width: 39%;
}

.w50 {
  width: 49%;
}

.w60 {
  width: 59%;
}

.w80 {
  width: 79%;
}

.w100 {
  width: 100%;
}

#header {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  text-align: center;
}

#header .inside {
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 850px) {
  #header .inside {
    width: 100%;
    margin: 0;
  }
}

#header .inside > .fixed {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

#header .inside > .fixed > div {
  width: 50%;
  display: flex;
  flex-shrink: 0;
}

@media only screen and (min-width: 850px) {
  #header .inside > .fixed > div {
    width: auto;
  }
}

#header .inside > .fixed div:nth-child(2) {
  margin-left: auto;
}

#header .inside > .fixed .ce_image {
  margin: 0;
  padding: 14px 0;
}

@media only screen and (min-width: 850px) {
  #header .inside > .fixed .ce_image {
    margin: 0.8em;
    padding: 0;
  }
}

@media only screen and (min-width: 1000px) {
  #header .inside > .fixed .ce_image {
    margin: 0.8em;
    padding: 0 40px 0 40px;
  }
}

@media only screen and (min-width: 1440px) {
  #header .inside > .fixed .ce_image {
    padding: 0 100px 0 40px;
  }
}

#header .inside > .fixed .ce_image a {
  display: block;
}

#header .inside > .fixed .ce_image img {
  max-width: 90px;
}

@media only screen and (min-width: 850px) {
  #header .inside > .fixed .ce_image img {
    max-width: 100%;
  }
}

#header .inside > .fixed .changelanguage,
#header .inside > .fixed .header-search {
  display: none;
  align-items: center;
  margin-right: 20px;
}

@media only screen and (min-width: 850px) {
  #header .inside > .fixed .changelanguage,
  #header .inside > .fixed .header-search {
    display: flex;
  }
}

#header .inside > .fixed .burger {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 24px;
  flex-direction: column;
  justify-content: space-between;
}

#header .inside > .fixed .burger div {
  background: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  width: 100%;
  height: 4px;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

#header .inside > .fixed .burger div:nth-child(3) {
  transform-origin: right bottom;
}

#header .inside > .fixed .burger div:nth-child(1) {
  transform-origin: right top;
}

@media only screen and (max-width: 850px) {
  #header .inside > .fixed .burger {
    display: flex;
  }
}

@media only screen and (min-width: 850px) {
  #header ul.level_1 {
    height: 100%;
  }
}

#header ul.level_1 > li > a {
  text-decoration: none;
}

#header ul.level_1 > li > a span {
  color: #0063a7;
  background-image: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

#header ul.level_1 > li > a:hover {
  background: #f2f2f2;
  background-clip: border-box;
  -webkit-text-fill-color: #0063a7;
}

#header ul.level_1 > li > a,
#header ul.level_1 > li strong {
  height: 100%;
  align-items: center;
}

@media only screen and (min-width: 850px) {
  #header ul.level_1 > li > a,
  #header ul.level_1 > li strong {
    padding: 20px;
  }
}

@media only screen and (min-width: 960px) {
  #header ul.level_1 > li > a,
  #header ul.level_1 > li strong {
    padding: 25px;
  }
}

#header ul.level_1 > li > strong {
  background: #0063a7;
  background: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  color: #ffffff;
}

#header .mobile-top-header {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 850px) {
  #header .mobile-top-header {
    display: none;
  }
}

#header .mobile-top-header .header-search.mobile {
  display: flex;
  margin-right: 0;
}

#header .mobile-top-header .header-search.mobile .mod_search {
  margin: auto;
}

#header .mobile-top-header .header-search.mobile .mod_search form .widget-text {
  margin-right: 0;
}

#header .mobile-top-header .header-search.mobile .mod_search form .widget-text input {
  position: fixed;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
}

#header .mobile-top-header .header-search.mobile .mod_search form .widget-submit {
  left: 25px;
}

#header .mobile-top-header .header-search.mobile .mod_search .search-result {
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 65px;
  margin: auto;
}

#header .mobile-top-header .mod_changelanguage {
  position: absolute;
  bottom: 50px;
  right: 10px;
}

#header .mobile-top-header .mod_changelanguage ul.level_1 {
  padding-top: 0;
}

#header .mobile-top-header .mod_changelanguage ul.level_1 li a,
#header .mobile-top-header .mod_changelanguage ul.level_1 li strong {
  padding: 0;
}

footer {
  background-color: #edf4f9;
}

footer .inside {
  margin-bottom: 0;
  position: relative;
}

@media only screen and (min-width: 850px) {
  footer .forms {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    justify-content: space-between;
  }
}

footer .forms > div {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 850px) {
  footer .forms > div {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  footer .forms > div {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 850px) {
  footer .forms .mod_form.tracking {
    max-width: 572px;
  }
}

footer .forms .mod_form.tracking .maintenance-info {
  width: 100%;
  background: #ffffff;
}

@media only screen and (min-width: 850px) {
  footer .forms .formbody {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}

footer .forms .formbody > div {
  margin-right: 20px;
}

@media only screen and (min-width: 850px) {
  footer .forms .formbody input.input_trackingnumber {
    width: 300px;
    order: 1;
  }
}

@media only screen and (min-width: 850px) {
  footer .forms .formbody input.input_postal {
    width: 150px;
    order: 2;
  }
}

@media only screen and (min-width: 850px) {
  footer .forms .formbody input.input_email {
    width: 300px;
    order: 1;
  }
}

@media only screen and (max-width: 850px) {
  footer .forms .formbody .widget-explanation {
    position: relative !important;
    order: 3;
  }
}

footer .forms .formbody .widget-submit {
  order: 4;
}

footer .first-footer > ul li a {
  color: #0063a7;
  font-weight: bold;
}

@media only screen and (min-width: 850px) {
  footer .first-footer:after {
    content: "";
    height: 2px;
    width: 240px;
    display: block;
    margin: 0 auto;
    background-color: #c7ddec;
  }
}

footer .second-footer > ul li a {
  color: #00243d;
}

footer .second-footer #skipNavigation6 {
  top: 0;
}

footer .fixed {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 850px) {
  footer .fixed {
    display: block;
    padding: 0;
  }
}

footer .forms {
  width: 100%;
  order: 2;
}

@media only screen and (min-width: 850px) {
  footer .forms {
    order: unset;
    width: auto;
  }
}

footer .mod_navigation {
  width: 100%;
}

@media only screen and (min-width: 850px) {
  footer .mod_navigation {
    width: auto;
  }
}

footer .mod_navigation.first-footer {
  order: 1;
}

@media only screen and (min-width: 850px) {
  footer .mod_navigation.first-footer {
    order: unset;
  }
}

footer .mod_navigation.second-footer {
  order: 4;
}

@media only screen and (min-width: 850px) {
  footer .mod_navigation.second-footer {
    order: unset;
  }
}

.footer-links > ul,
footer .first-footer > ul,
footer .second-footer > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  place-content: center;
}

.footer-links > ul li a,
footer .first-footer > ul li a,
footer .second-footer > ul li a {
  display: block;
  text-align: center;
  padding: 30px;
  transition: color 0.3s ease;
}

.footer-links > ul li a:hover,
footer .first-footer > ul li a:hover,
footer .second-footer > ul li a:hover {
  color: #0063a7;
}

footer .newsletter_submit {
  margin-right: 0 !important;
}

.footer-social-links {
  order: 3;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 850px) {
  .footer-social-links {
    order: unset;
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-social-links {
    position: absolute;
    right: -6px;
    bottom: 110px;
    justify-content: flex-end;
  }
}

.footer-social-links a {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  background: #ffffff;
  margin: 0 7px;
  transition: box-shadow 0.3s ease;
}

.footer-social-links a img {
  width: 20px;
  height: 20px;
  background-size: contain;
}

.footer-social-links a:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

@media only screen and (min-width: 850px) {
  .ce_image.cyber-security-logo {
    position: absolute;
    bottom: 80px;
    margin: 0;
  }
}

@media only screen and (max-width: 850px) {
  .ce_image.cyber-security-logo {
    order: 3;
    width: 100%;
    margin: 0 0 20px;
  }

  .ce_image.cyber-security-logo .image_container {
    width: 200px;
    margin: auto;
  }
}

.scroll_indicator {
  position: fixed;
  left: calc(2.5% - 4px);
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
}

@media only screen and (min-width: 850px) {
  .scroll_indicator {
    left: 20px;
  }
}

.scroll_indicator > div {
  width: 8px;
  height: 8px;
  background: #005FA0;
  margin: 10px 0;
  border-radius: 50%;
  position: relative;
}

.scroll_indicator > div:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #005FA0;
  opacity: 0.5;
  border-radius: 50%;
}

.scroll_indicator > div.active:after {
  -webkit-animation: blob 0.3s forwards;
          animation: blob 0.3s forwards;
}

.scroll_indicator > div:hover .tooltip {
  display: block;
}

@-webkit-keyframes blob {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(2);
  }

  50% {
    transform: scale(1.7);
  }

  100% {
    transform: scale(2);
  }
}

@keyframes blob {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(2);
  }

  50% {
    transform: scale(1.7);
  }

  100% {
    transform: scale(2);
  }
}

#slider-images,
.slider-images {
  position: relative;
  margin-top: 30px;
  height: 410px !important;
  opacity: 0;
}

@media only screen and (max-width: 850px) {
  #slider-images,
  .slider-images {
    height: 300px !important;
  }
}

@media only screen and (max-width: 600px) {
  #slider-images,
  .slider-images {
    height: 230px !important;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

#slider-images.loaded,
.slider-images.loaded {
  -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
}

#slider-images .swiper-container,
.slider-images .swiper-container {
  height: 450px;
}

@media only screen and (max-width: 850px) {
  #slider-images .swiper-container,
  .slider-images .swiper-container {
    height: 300px;
  }
}

@media only screen and (max-width: 600px) {
  #slider-images .swiper-container,
  .slider-images .swiper-container {
    height: 245px;
  }
}

#slider-images .swiper-container .swiper-wrapper,
.slider-images .swiper-container .swiper-wrapper {
  align-items: center;
}

#slider-images .swiper-container .swiper-wrapper .swiper-slide,
.slider-images .swiper-container .swiper-wrapper .swiper-slide {
  width: 400px;
  height: 300px;
  margin: 0 40px;
}

#slider-images .swiper-container .swiper-wrapper .swiper-slide .image_container,
#slider-images .swiper-container .swiper-wrapper .swiper-slide img,
.slider-images .swiper-container .swiper-wrapper .swiper-slide .image_container,
.slider-images .swiper-container .swiper-wrapper .swiper-slide img {
  height: 100%;
}

#slider-images .swiper-container .swiper-wrapper .swiper-slide img,
.slider-images .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

#slider-images .swiper-container .swiper-wrapper .swiper-slide figcaption,
.slider-images .swiper-container .swiper-wrapper .swiper-slide figcaption {
  display: none;
}

@media only screen and (max-width: 850px) {
  #slider-images .swiper-container .swiper-wrapper .swiper-slide,
  .slider-images .swiper-container .swiper-wrapper .swiper-slide {
    width: 300px;
    height: 200px;
    margin: 0 30px;
  }
}

@media only screen and (max-width: 600px) {
  #slider-images .swiper-container .swiper-wrapper .swiper-slide,
  .slider-images .swiper-container .swiper-wrapper .swiper-slide {
    width: 220px;
    height: 150px;
    margin: 0 20px;
  }
}

#slider-images .swiper-container:after,
.slider-images .swiper-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, white 5%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, white 95%);
  z-index: 2;
  top: 0;
  left: 0;
  pointer-events: none;
}

#slider-images .swiper-button-prev,
#slider-images .swiper-button-next,
.slider-images .swiper-button-prev,
.slider-images .swiper-button-next {
  z-index: 5;
  top: 44%;
  color: #0063a7;
}

@media only screen and (max-width: 850px) {
  #slider-images .swiper-button-prev,
  #slider-images .swiper-button-next,
  .slider-images .swiper-button-prev,
  .slider-images .swiper-button-next {
    display: none;
  }
}

#slider-images .swiper-slide-active,
.slider-images .swiper-slide-active {
  transform: scale(1.2);
  transition: 0.4s;
}

#slider-images-text,
.slider-images-text {
  margin-top: 50px;
}

#slider-images-text .ce_text,
.slider-images-text .ce_text {
  text-align: center;
  display: none;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#slider-images-lightbox.hidden,
.slider-images-lightbox.hidden {
  display: none;
}

#slider-images-lightbox .popup-content,
.slider-images-lightbox .popup-content {
  min-width: 80vw;
  max-width: 90vw;
  width: auto;
}

#slider-images-lightbox .popup-content .swiper-button-next:after,
#slider-images-lightbox .popup-content .swiper-button-prev:after,
.slider-images-lightbox .popup-content .swiper-button-next:after,
.slider-images-lightbox .popup-content .swiper-button-prev:after {
  filter: brightness(0);
}

#slider-images-lightbox .popup-content .image-content,
.slider-images-lightbox .popup-content .image-content {
  margin: 0 20px;
}

#slider-images-lightbox .popup-content .image-content .image,
.slider-images-lightbox .popup-content .image-content .image {
  position: relative;
}

#slider-images-lightbox .popup-content .image-content .image img,
.slider-images-lightbox .popup-content .image-content .image img {
  margin: auto;
  max-height: 80vh;
}

#slider-images-lightbox .popup-content .image-content .image img.preview,
.slider-images-lightbox .popup-content .image-content .image img.preview {
  display: none;
}

#slider-images-lightbox .popup-content .image-content .image:after,
.slider-images-lightbox .popup-content .image-content .image:after {
  display: none;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 1.5s infinite;
          animation: shimmer 1.5s infinite;
}

#slider-images-lightbox .popup-content .image-content .image.loading:after,
.slider-images-lightbox .popup-content .image-content .image.loading:after {
  display: block;
}

#slider-images-lightbox .popup-content .image-content .image.loading img,
.slider-images-lightbox .popup-content .image-content .image.loading img {
  opacity: 0.6;
}

#slider-images-lightbox .popup-content .image-content .image.loading img.preview,
.slider-images-lightbox .popup-content .image-content .image.loading img.preview {
  display: block;
}

#slider-images-lightbox .popup-content .image-content .image.loading img.fullsize,
.slider-images-lightbox .popup-content .image-content .image.loading img.fullsize {
  display: none;
}

@-webkit-keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

#slider-images-lightbox .popup-content .image-content .caption,
.slider-images-lightbox .popup-content .image-content .caption {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 850px) {
  .responsive-tabs-wrapper {
    width: 100%;
  }
}

.responsive-tabs-wrapper .responsive-tabs__list {
  border: none;
  line-height: 0.5;
  display: flex;
  padding-bottom: 0;
}

.responsive-tabs-wrapper .responsive-tabs__list li {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  filter: drop-shadow(0px -3px 3px rgba(0, 36, 61, 0.07));
  position: relative;
}

.responsive-tabs-wrapper .responsive-tabs__list li:focus {
  outline: none;
  filter: drop-shadow(2px -2px 2px rgba(0, 95, 160, 0.5));
}

.responsive-tabs-wrapper .responsive-tabs__list li div {
  padding: 20px 30px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  font-size: 25px;
  font-weight: 600;
}

.responsive-tabs-wrapper .responsive-tabs__list li:not(:first-of-type) {
  margin-left: -20px;
}

.responsive-tabs-wrapper .responsive-tabs__list li.responsive-tabs__list__item--active {
  z-index: 10 !important;
}

.responsive-tabs-wrapper .responsive-tabs__list li.responsive-tabs__list__item--active div {
  background: #ffffff;
}

.responsive-tabs-wrapper .responsive-tabs__list li:nth-child(2) div {
  -webkit-clip-path: polygon(0 0, 96.5% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 96.5% 0%, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 850px) {
  .responsive-tabs-wrapper .responsive-tabs__list {
    display: none;
  }
}

.responsive-tabs-wrapper .responsive-tabs__panel {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  margin: 0;
  padding: 30px;
  background: #ffffff;
  position: relative;
  z-index: 9;
}

.responsive-tabs-wrapper .responsive-tabs__panel h6 {
  font-size: 20px;
}

.responsive-tabs-wrapper .responsive-tabs__panel .image_container img {
  border-radius: 5px;
}

@media only screen and (max-width: 850px) {
  .responsive-tabs-wrapper .responsive-tabs__heading {
    background: #edf4f9;
    border: none;
    text-align: start;
    font-size: 20px;
    color: #00243d !important;
    border-radius: 0;
    box-shadow: none;
    position: relative;
  }

  .responsive-tabs-wrapper .responsive-tabs__heading:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .responsive-tabs-wrapper .responsive-tabs__heading:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .responsive-tabs-wrapper .responsive-tabs__heading:not(:last-of-type):before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    height: 1px;
    background: #c7ddec;
    margin: 0 auto;
  }

  .responsive-tabs-wrapper .responsive-tabs__heading:after {
    background: url(/files/dist/images/add-cross.svg?34183d17a4015cb7f7f53e46e91d395b);
    border: none;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s ease-in-out;
  }

  .responsive-tabs-wrapper .responsive-tabs__heading.responsive-tabs__heading--active:after {
    transform: rotate(45deg);
  }

  .responsive-tabs-wrapper .responsive-tabs__heading.responsive-tabs__heading--active::before {
    display: none;
  }

  .responsive-tabs-wrapper .responsive-tabs__heading:focus {
    outline: none;
  }

  .responsive-tabs-wrapper .responsive-tabs__heading:active {
    background: #edf4f9;
  }

  .responsive-tabs-wrapper .responsive-tabs__panel {
    background: #edf4f9;
    position: relative;
    box-shadow: none;
  }

  .responsive-tabs-wrapper .responsive-tabs__panel:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    height: 1px;
    background: #c7ddec;
    margin: 0 auto;
  }
}

#newsletter form .formbody .widget-text {
  position: relative;
}

#newsletter form .formbody .widget-text .musthave {
  position: absolute;
  top: -75px;
  left: 0;
  display: none;
}

#newsletter form .formbody .widget-text .musthave.visible {
  display: block;
  -webkit-animation: fadeUp 0.3s ease-in-out;
          animation: fadeUp 0.3s ease-in-out;
}

@-webkit-keyframes fadeUp {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: -75px;
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: -75px;
    opacity: 1;
  }
}

.more-details.collapse {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.more-details.collapse button {
  color: #0063a7;
  padding: 20px;
  position: relative;
  background: none;
  font-weight: normal;
}

.more-details.collapse button:focus {
  outline: 1px solid #c7d9e6;
}

.more-details.collapse button:hover:after {
  bottom: 0px;
}

.more-details.collapse button:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-left: 1px solid #0063a7;
  border-bottom: 1px solid #0063a7;
  transform: rotate(-45deg) translateX(-50%);
  bottom: 5px;
  left: 50%;
  transition: bottom 0.3s ease;
  transform-origin: bottom left;
}

.more-details.collapse.hide {
  display: none !important;
}

.collapse-item {
  display: block;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

.collapse-hide {
  display: none !important;
}

.widget-fineuploader .fineuploader-container .values-container ul {
  display: flex;
  flex-wrap: wrap;
}

.widget-fineuploader .fineuploader-container .values-container ul li {
  width: 90px;
  margin-right: 30px;
  word-break: break-all;
}

.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item {
  position: relative;
}

.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  background: #f2f2f2;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  transition: opacity 0.3s ease;
  margin-bottom: 15px;
  filter: grayscale(1);
  border: 1px solid #eaeaeb;
}

.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item .content {
  line-height: 1;
  font-size: 16px;
}

.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item .details {
  display: none;
}

.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
}

.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item a:after,
.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #ffffff;
  top: 50%;
  left: 50%;
}

.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item a:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item a:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item a:hover {
  transform: scale(1.1);
}

.widget-fineuploader .fineuploader-container .values-container ul li .fineuploader-item a:hover ~ img {
  opacity: 0.5;
}

.widget-fineuploader .qq-uploader {
  position: relative;
}

.widget-fineuploader .qq-uploader .qq-upload-drop-area {
  display: block !important;
  background: #edf4f9;
  border-radius: 5px;
  border: none;
  padding-bottom: 90px;
  margin-top: 5px;
}

.widget-fineuploader .qq-uploader .qq-upload-drop-area span {
  pointer-events: none;
  font-size: 16px;
  color: #00243d;
  font-weight: 300;
}

.widget-fineuploader .qq-uploader .qq-upload-button {
  z-index: 5;
  position: absolute !important;
  left: 50%;
  top: 100px;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  color: #0063a7;
  padding-right: 45px;
}

.widget-fineuploader .qq-uploader .qq-upload-button div {
  position: relative;
}

.widget-fineuploader .qq-uploader .qq-upload-button div:after,
.widget-fineuploader .qq-uploader .qq-upload-button div:before {
  position: absolute;
  right: -27px;
  top: 7px;
  content: "";
  width: 16px;
  height: 2px;
  background: #0063a7;
}

.widget-fineuploader .qq-uploader .qq-upload-button div:after {
  transform: rotate(90deg);
}

.widget-fineuploader .qq-uploader .qq-upload-button:hover {
  border-bottom: 1px solid #0063a7;
}

.widget-fineuploader .qq-uploader .qq-upload-button.hide-pointer {
  pointer-events: none;
  z-index: 0;
}

.tracking-app {
  position: relative;
}

.tracking-app .widget-select,
.tracking-app .ce_jobs .ce_form .formbody .widget-select,
.ce_jobs .ce_form .formbody .tracking-app .widget-select,
.tracking-app .ce_jobs .mod_form .formbody .widget-select,
.ce_jobs .mod_form .formbody .tracking-app .widget-select,
.tracking-app .mod_newsmenu .widget-select,
.mod_newsmenu .tracking-app .widget-select {
  position: absolute;
  right: 0;
  top: 0;
}

.tracking-app .widget-select:after,
.tracking-app .ce_jobs .ce_form .formbody .widget-select:after,
.ce_jobs .ce_form .formbody .tracking-app .widget-select:after,
.tracking-app .ce_jobs .mod_form .formbody .widget-select:after,
.ce_jobs .mod_form .formbody .tracking-app .widget-select:after,
.tracking-app .mod_newsmenu .widget-select:after,
.mod_newsmenu .tracking-app .widget-select:after {
  top: 0;
  border-color: #0063a7;
}

.tracking-app .widget-select select,
.tracking-app .ce_jobs .ce_form .formbody .widget-select select,
.ce_jobs .ce_form .formbody .tracking-app .widget-select select,
.tracking-app .ce_jobs .mod_form .formbody .widget-select select,
.ce_jobs .mod_form .formbody .tracking-app .widget-select select,
.tracking-app .mod_newsmenu .widget-select select,
.mod_newsmenu .tracking-app .widget-select select {
  color: #0063a7;
  border: none;
}

.tracking-app .widget-select select option,
.tracking-app .ce_jobs .ce_form .formbody .widget-select select option,
.ce_jobs .ce_form .formbody .tracking-app .widget-select select option,
.tracking-app .ce_jobs .mod_form .formbody .widget-select select option,
.ce_jobs .mod_form .formbody .tracking-app .widget-select select option,
.tracking-app .mod_newsmenu .widget-select select option,
.mod_newsmenu .tracking-app .widget-select select option {
  color: #0063a7;
}

@media only screen and (max-width: 850px) {
  .tracking-app .widget-select,
  .tracking-app .ce_jobs .ce_form .formbody .widget-select,
  .ce_jobs .ce_form .formbody .tracking-app .widget-select,
  .tracking-app .ce_jobs .mod_form .formbody .widget-select,
  .ce_jobs .mod_form .formbody .tracking-app .widget-select,
  .tracking-app .mod_newsmenu .widget-select,
  .mod_newsmenu .tracking-app .widget-select {
    top: -50px;
  }
}

.tracking-app .tracking-status-head {
  margin: -20px auto 50px;
}

.tracking-app .tracking-status-head p {
  font-size: 22px;
  color: #0063a7;
  background-image: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.tracking-app .tracking-status-head p:first-of-type {
  margin: 0;
}

.tracking-app .tracking-status-head p.loading {
  opacity: 0;
}

.tracking-app .tracking-status-head > div {
  display: flex;
  justify-content: space-between;
}

.tracking-app .tracking-status-head > div .icon {
  opacity: 0.3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.tracking-app .tracking-status-head > div .icon.status-1 i {
  background: url(/files/dist/images/desktop-monitor-approve.svg?81bd2bb6239ab3dea56f2fd2d85c780c);
}

.tracking-app .tracking-status-head > div .icon.status-2 i {
  background: url(/files/dist/images/warehouse-storage.svg?45091694bc84544548e44189b56cdef9);
}

.tracking-app .tracking-status-head > div .icon.status-3 i {
  background: url(/files/dist/images/shipment-truck.svg?dc81e83d626d974f25a43fb2c6ed377b);
}

.tracking-app .tracking-status-head > div .icon.status-4 i {
  background: url(/files/dist/images/warehouse-storage.svg?45091694bc84544548e44189b56cdef9);
}

.tracking-app .tracking-status-head > div .icon.status-5 i {
  background: url(/files/dist/images/delivery-truck.svg?984f074c0fbae70439c8dcca70df1364);
}

.tracking-app .tracking-status-head > div .icon.status-6 i {
  background: url(/files/dist/images/house-chimney.svg?0402313815469aed31b046cc763a9ce1);
}

.tracking-app .tracking-status-head > div .icon i {
  width: 45px;
  height: 45px;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  margin: 20px 0;
}

.tracking-app .tracking-status-head > div .icon p {
  margin: 0;
}

.tracking-app .tracking-status-head > div .icon.active {
  opacity: 1;
}

.tracking-app .tracking-status-head > div .dot-line {
  display: flex;
  justify-content: space-between;
  width: 100px;
  align-items: center;
  opacity: 0.3;
}

.tracking-app .tracking-status-head > div .dot-line div {
  background: #0063a7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.tracking-app .tracking-status-head > div .dot-line.active {
  opacity: 1;
}

@media only screen and (max-width: 850px) {
  .tracking-app .tracking-status-head > div {
    flex-direction: column;
  }

  .tracking-app .tracking-status-head > div .dot-line {
    transform: rotate(90deg);
    margin: 0 auto;
    height: 55px;
    width: 45px;
  }

  .tracking-app .tracking-status-head > div .dot-line div:nth-child(1),
  .tracking-app .tracking-status-head > div .dot-line div:nth-child(2) {
    display: none;
  }
}

.tracking-app .tracking-status-body {
  padding: 20px;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  border-radius: 5px;
}

@media only screen and (max-width: 850px) {
  .tracking-app .tracking-status-body {
    overflow-x: auto;
    box-shadow: none;
    padding: 0;
    overflow-x: visible;
  }
}

.tracking-app .tracking-status-body table {
  width: 100%;
}

.tracking-app .tracking-status-body table thead {
  font-weight: 600;
}

.tracking-app .tracking-status-body table thead tr td:nth-child(1) {
  width: 100px;
}

.tracking-app .tracking-status-body table thead tr td:nth-child(2) {
  width: 100px;
  padding-left: 20px;
}

.tracking-app .tracking-status-body table thead tr td:nth-child(3) {
  padding-left: 80px;
}

.tracking-app .tracking-status-body table thead tr td:nth-child(4) {
  padding-left: 80px;
}

@media only screen and (max-width: 850px) {
  .tracking-app .tracking-status-body table thead {
    display: none;
  }
}

.tracking-app .tracking-status-body table tbody tr {
  padding: 20px 0;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .tracking-app .tracking-status-body table tbody tr {
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
    border-radius: 5px;
    margin: 30px auto;
    max-width: 450px;
  }
}

.tracking-app .tracking-status-body table tbody tr td {
  padding: 10px 0;
  vertical-align: top;
  position: relative;
}

.tracking-app .tracking-status-body table tbody tr td:first-child {
  position: relative;
}

.tracking-app .tracking-status-body table tbody tr td:first-child:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  border: 2px solid #edf4f9;
}

@media only screen and (max-width: 850px) {
  .tracking-app .tracking-status-body table tbody tr td:first-child {
    display: none;
  }
}

.tracking-app .tracking-status-body table tbody tr td:nth-child(2) {
  padding-left: 20px;
}

.tracking-app .tracking-status-body table tbody tr td:nth-child(3) {
  padding-left: 80px;
  color: #0063a7;
}

.tracking-app .tracking-status-body table tbody tr td:nth-child(3):not(.open):hover {
  cursor: pointer;
}

.tracking-app .tracking-status-body table tbody tr td:nth-child(4) {
  padding-left: 80px;
}

@media only screen and (max-width: 850px) {
  .tracking-app .tracking-status-body table tbody tr td {
    padding: 10px 20px !important;
  }
}

.tracking-app .tracking-status-body table tbody tr td span.mobile-label {
  display: none;
}

@media only screen and (max-width: 850px) {
  .tracking-app .tracking-status-body table tbody tr td span.mobile-label {
    display: inline-block;
    width: 100%;
    color: #00243d;
    font-weight: 600;
  }
}

.tracking-app .tracking-status-body table tbody tr td:first-child:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #edf4f9;
}

.tracking-app .tracking-status-body table tbody tr:first-child td:first-child:before {
  height: 50%;
  bottom: 0;
  top: auto;
}

.tracking-app .tracking-status-body table tbody tr:first-child td:first-child:after {
  background: #0063a7;
}

.tracking-app .tracking-status-body table tbody tr:last-child td:first-child:before {
  height: 50%;
}

.tracking-app .tracking-status-body table tbody tr .partner-result-card,
.tracking-app .tracking-status-body table tbody tr .partner-search-app .partner-search .partner-search-body .partner-result-card,
.partner-search-app .partner-search .partner-search-body .tracking-app .tracking-status-body table tbody tr .partner-result-card {
  position: absolute;
  background: #ffffff;
  width: 600px !important;
  left: 0;
  z-index: 1;
  margin: 0;
  bottom: 60px;
}

@media only screen and (max-width: 850px) {
  .tracking-app .tracking-status-body table tbody tr .partner-result-card,
  .tracking-app .tracking-status-body table tbody tr .partner-search-app .partner-search .partner-search-body .partner-result-card,
  .partner-search-app .partner-search .partner-search-body .tracking-app .tracking-status-body table tbody tr .partner-result-card {
    position: fixed;
    height: 50vh !important;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100vw !important;
    max-width: 600px;
    margin: auto;
  }

  .tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo::before,
  .tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo:after {
    display: none;
  }
}

.tracking-app .tracking-status-body table tbody tr .partner-result-card .close-infoBox {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
}

.tracking-app .tracking-status-body table tbody tr .partner-result-card .close-infoBox:hover {
  opacity: 1;
}

.tracking-app .tracking-status-body table tbody tr .partner-result-card .close-infoBox:after,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .close-infoBox:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 2px;
  background: #0063a7;
}

.tracking-app .tracking-status-body table tbody tr .partner-result-card .close-infoBox:after {
  transform: rotate(45deg);
}

.tracking-app .tracking-status-body table tbody tr .partner-result-card .close-infoBox:before {
  transform: rotate(-45deg);
}

.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo {
  position: relative;
}

.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo:after,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 90px;
  bottom: -15px;
  transform: rotate(45deg);
  background: #edf4f9;
}

.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo:after {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  z-index: -1;
}

.tracking-app .tracking-status-body .no-tracking-data-info {
  text-align: center;
}

.tracking-app .fade-enter-active,
.tracking-app .fade-leave-active {
  transition: opacity 0.3s;
}

.tracking-app .fade-enter,
.tracking-app .fade-leave-to {
  opacity: 0;
}

.tracking-app .maintenance-info {
  border-radius: 5px;
  background: #edf4f9;
  color: #0063a7;
  padding: 30px;
  padding-top: 80px;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-weight: 600;
  max-width: 800px;
  margin: auto;
}

.tracking-app .maintenance-info:after {
  position: absolute;
  content: "";
  background: url(/files/dist/images/information-circle.svg?4f8f9d999ced7f40989bd2e5cf70f6da);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  left: 0;
  right: 0;
  top: 30px;
  margin: auto;
}

.tracking-links {
  display: none;
}

.partner-search-app {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.partner-search-app .partner-search {
  width: 60%;
  margin: 0 auto;
}

@media only screen and (max-width: 850px) {
  .partner-search-app .partner-search {
    width: 100%;
  }
}

.partner-search-app .partner-search .partner-search-header {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 850px) {
  .partner-search-app .partner-search .partner-search-header {
    flex-direction: column;
  }
}

.partner-search-app .partner-search .partner-search-header.map-active {
  justify-content: flex-end;
}

.partner-search-app .partner-search .partner-search-header .tag-input {
  display: flex;
  width: 60%;
  border: 1px solid #d8d8d9;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.partner-search-app .partner-search .partner-search-header .tag-input .tag-list {
  display: flex;
}

.partner-search-app .partner-search .partner-search-header .tag-input .tag-list .tag {
  background: #0063a7;
  background: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 33px;
  margin: auto 0;
  margin-left: 10px;
  padding: 8px;
}

.partner-search-app .partner-search .partner-search-header .tag-input .tag-list .tag span {
  height: 100%;
  width: 15px;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}

.partner-search-app .partner-search .partner-search-header .tag-input .tag-list .tag span:after {
  content: "x";
  position: absolute;
  left: 6px;
  top: -6px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 850px) {
  .partner-search-app .partner-search .partner-search-header .tag-input .tag-list {
    flex-wrap: wrap;
  }

  .partner-search-app .partner-search .partner-search-header .tag-input .tag-list .tag:nth-child(4) {
    margin-top: 10px;
  }
}

.partner-search-app .partner-search .partner-search-header .tag-input input {
  padding-left: 12px;
  width: 100%;
  border: none;
}

.partner-search-app .partner-search .partner-search-header .tag-input input:disabled {
  background: none;
}

.partner-search-app .partner-search .partner-search-header .tag-input input::-moz-placeholder {
  color: #00243d;
}

.partner-search-app .partner-search .partner-search-header .tag-input input:-ms-input-placeholder {
  color: #00243d;
}

.partner-search-app .partner-search .partner-search-header .tag-input input::placeholder {
  color: #00243d;
}

@media only screen and (max-width: 850px) {
  .partner-search-app .partner-search .partner-search-header .tag-input {
    padding: 8px 0;
    width: 100%;
    flex-direction: column;
  }
}

.partner-search-app .partner-search .partner-search-header > .map-button {
  display: flex;
  align-items: center;
  padding: 10px;
}

.partner-search-app .partner-search .partner-search-header > .map-button .map-icon {
  background: url(/files/dist/images/maps.svg?7e1d23abd678cfc3abe1a7300da9a1d3);
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.partner-search-app .partner-search .partner-search-header > .map-button.plz-button {
  margin-bottom: 0;
}

.partner-search-app .partner-search .partner-search-header > .map-button.plz-button .search-icon {
  background: url(/files/dist/images/search.svg?6d3fc956153d15a7fe2c81b8588f0c13);
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
}

@media only screen and (max-width: 850px) {
  .partner-search-app .partner-search .partner-search-header > .map-button {
    display: none;
  }
}

@media only screen and (max-width: 850px) {
  .partner-search-app .partner-search .partner-search-header button {
    width: 100px;
    margin: auto;
    margin-top: 22px;
  }
}

.partner-search-app .map-search {
  max-width: 50vw;
  max-height: 50vh;
}

.partner-search-app .map-search .map-wrapper {
  width: 350px;
  height: 500px;
}

.partner-search-app .map-search .map-wrapper svg .cls-1:not(circle) {
  fill: #eceff9;
  stroke: #0063a7;
  stroke-width: 4px;
}

.partner-search-app .map-search .map-wrapper svg g.active polygon,
.partner-search-app .map-search .map-wrapper svg g.active polyline,
.partner-search-app .map-search .map-wrapper svg g.active path {
  fill: #0063a7;
}

.partner-search-app .map-search .map-wrapper svg g.active circle {
  fill: #ffffff;
  stroke: #ffffff;
}

.partner-search-app .map-search .map-wrapper svg g circle {
  fill: #0063a7;
  stroke: #0063a7;
  stroke-width: 4px;
}

.partner-search-app .input-error {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  border-radius: 5px;
  width: 55%;
  margin: 15px auto;
  text-align: center;
  padding: 4px;
  background: #edf4f9;
}

.partner-search-app .fade-enter-active,
.partner-search-app .fade-leave-active {
  transition: opacity 0.3s, max-width 0.4s, max-height 0.8s;
}

.partner-search-app .fade-enter,
.partner-search-app .fade-leave-to {
  opacity: 0;
  max-width: 0;
  max-height: 0;
}

.partner-result-card,
.tracking-app .tracking-status-body table tbody tr .partner-result-card,
.partner-search-app .partner-search .partner-search-body .partner-result-card {
  margin: 25px 0;
  width: 100%;
  height: 260px;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  display: flex;
}

@media only screen and (max-width: 850px) {
  .partner-result-card,
  .tracking-app .tracking-status-body table tbody tr .partner-result-card,
  .partner-search-app .partner-search .partner-search-body .partner-result-card {
    flex-direction: column;
    height: 100%;
  }
}

.partner-result-card .partner-logo,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-logo {
  background: #edf4f9;
  height: 100%;
  width: 40%;
  padding: 30px;
}

@media only screen and (max-width: 850px) {
  .partner-result-card .partner-logo,
  .tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo,
  .partner-search-app .partner-search .partner-search-body .partner-result-card .partner-logo {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
  }
}

.partner-result-card .partner-logo img,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo img,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 850px) {
  .partner-result-card .partner-logo img,
  .tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo img,
  .partner-search-app .partner-search .partner-search-body .partner-result-card .partner-logo img {
    height: 50px;
  }
}

.partner-result-card .partner-info,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info {
  width: 60%;
  padding: 20px;
  padding-left: 30px;
}

@media only screen and (max-width: 850px) {
  .partner-result-card .partner-info,
  .tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info,
  .partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info {
    width: 100%;
  }
}

.partner-result-card .partner-info > p,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info > p,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info > p {
  margin: 0;
  margin-bottom: 15px;
  line-height: 1;
  color: #0063a7;
  background-image: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  background-repeat: repeat;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.partner-result-card .partner-info > div,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info > div,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info > div {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.partner-result-card .partner-info > div a,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info > div a,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info > div a,
.partner-result-card .partner-info > div p,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info > div p,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info > div p {
  margin: 5px 0;
  color: #00243d;
}

.partner-result-card .partner-info > div a,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info > div a,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info > div a {
  text-decoration: none;
}

.partner-result-card .partner-info span.mark-blue,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info span.mark-blue,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info span.mark-blue {
  color: #0063a7;
}

.partner-result-card .partner-info a.key-account-button,
.tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info a.key-account-button,
.partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info a.key-account-button {
  margin-top: 50px;
}

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 990;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
}

.popup .popup-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: popupBackdrop 0.5s ease-in-out forwards;
          animation: popupBackdrop 0.5s ease-in-out forwards;
}

.popup .popup-content {
  width: 60%;
  background: #ffffff;
  z-index: 999;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  max-width: 720px;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-animation: popupContent 0.5s ease-in-out forwards;
          animation: popupContent 0.5s ease-in-out forwards;
}

@media only screen and (max-width: 850px) {
  .popup .popup-content {
    width: 90%;
    max-height: 80vh;
  }
}

.popup .popup-content .mod_form .formbody {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.popup .popup-content .mod_form .formbody .widget.input_email {
  width: 100%;
}

.popup .popup-content .mod_form .formbody .recaptcha {
  margin-top: 20px;
}

.popup .popup-content .mod_form .formbody .widget-submit {
  width: 100%;
}

.popup .popup-content .mod_form .formbody .widget-submit button {
  width: 100%;
}

.popup .popup-content .ce_text {
  color: #00243d;
}

.popup .popup-content .ce_text a {
  color: #0063a7;
}

.popup .popup-content .popup-remove {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popup .popup-content .popup-remove:after,
.popup .popup-content .popup-remove:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #0063a7;
  left: 0;
  right: 0;
  margin: auto;
}

.popup .popup-content .popup-remove:after {
  transform: rotate(45deg);
}

.popup .popup-content .popup-remove:before {
  transform: rotate(-45deg);
}

.contao-cookiebar .cc-inner .cc-head p,
.contao-cookiebar .cc-inner .cc-head strong {
  color: #00243d;
}

.contao-cookiebar .cc-inner .cc-groups {
  display: flex;
}

.contao-cookiebar .cc-inner .cc-groups .cc-group {
  border: none;
}

.contao-cookiebar .cc-inner .cc-groups .cc-group input:checked + label:after {
  display: block;
  margin: 0;
}

.contao-cookiebar .cc-inner .cc-groups .cc-group input:checked + label:before {
  background: none;
}

.contao-cookiebar .cc-inner .cc-groups .cc-group input:disabled + label:before {
  background: #c7ddec;
}

.contao-cookiebar .cc-inner .cc-groups .cc-group label {
  margin: 0;
  font-weight: 300;
  padding: 8px 13px 8px 33px;
}

.contao-cookiebar .cc-inner .cc-groups .cc-group label:before {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  top: 8px;
  left: 2px;
  border: 2px solid #c7ddec;
}

.contao-cookiebar .cc-inner .cc-groups .cc-group label:after {
  display: none;
  top: 13px;
  left: 5px;
  width: 14px;
  height: 7px;
  background: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  border-left: 2px solid black;
  transform: rotate(-45deg);
}

.contao-cookiebar .cc-inner .cc-groups .cc-group .cc-detail-btn {
  display: none;
}

.contao-cookiebar .cc-inner .cc-groups .cc-group:not(:last-of-type) {
  margin-right: 50px;
}

.contao-cookiebar .cc-inner .cc-footer {
  text-align: end;
}

.contao-cookiebar .cc-inner .cc-footer button.save,
.contao-cookiebar .cc-inner .cc-footer button.success {
  color: #0063a7;
  background: none;
  -webkit-text-fill-color: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  border: 1px solid #0063a7;
  font-weight: 600;
}

.pagination {
  grid-column: 1/3;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  .pagination {
    grid-column: 1/2;
  }
}

.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination ul li {
  margin: 0 10px;
}

.pagination ul li a {
  text-decoration: none;
}

.pagination ul li.next a,
.pagination ul li.previous a {
  margin: 0;
}

.pagination ul li.previous a {
  padding-left: 20px;
}

.pagination ul li.previous a:after,
.pagination ul li.previous a:before {
  left: 0;
  right: auto;
}

.pagination ul li.previous a:before {
  transform: translateY(-50%) rotate(135deg);
}

.pagination ul li.previous a:hover:before {
  width: 7px;
  height: 7px;
}

.pagination ul li.previous a:hover:after {
  width: 0;
}

.pagination ul li.next a {
  padding-right: 20px;
}

.pagination ul li.next a:hover:before {
  width: 7px;
  height: 7px;
}

.pagination ul li.next a:hover:after {
  width: 0;
}

.pagination ul li.last {
  display: none;
}

.pagination.news-page-pagination ul li.active a {
  font-weight: bold;
  color: #00243d;
}

.pagination.news-page-pagination ul li.hidden {
  display: none;
}

.pagination.news-page-pagination ul li:not(.active) a {
  cursor: pointer;
}

.burger {
  display: none;
  width: 70px;
  height: 70px;
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 0;
  transition: transform 0.25s ease-in-out;
  transform: translateX(0);
  z-index: 200;
}

@media (max-width: 850px) {
  body.mobilemenu .burger {
    display: block;
  }

  body.mobilemenu-active .burger {
    height: 100vh;
  }
}

.burger > .burger-inner {
  margin: 20px;
  position: relative;
}

.burger > .burger-inner > span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #1863df;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}

.burger > .burger-inner > span:first-child {
  top: 0;
  transform-origin: left center;
}

body.mobilemenu-active .burger > .burger-inner > span:first-child {
  transform: rotate(45deg);
  top: -2px;
  left: 4px;
}

.burger > .burger-inner > span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}

body.mobilemenu-active .burger > .burger-inner > span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.burger > .burger-inner > span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}

body.mobilemenu-active .burger > .burger-inner > span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}

.mod_navigation ul.level_1 {
  display: flex;
}

.mod_navigation ul.level_1 > li > a,
.mod_navigation ul.level_1 > li > strong {
  padding: 12px;
  display: flex;
}

@media only screen and (min-width: 850px) {
  .mod_navigation ul.level_1 > li > a,
  .mod_navigation ul.level_1 > li > strong {
    padding: 25px;
  }
}

body.mobilemenu-active header .burger div {
  width: 30px !important;
}

body.mobilemenu-active header .burger div:nth-child(1) {
  transform: rotate(-45deg);
}

body.mobilemenu-active header .burger div:nth-child(2) {
  opacity: 0;
}

body.mobilemenu-active header .burger div:nth-child(3) {
  transform: rotate(45deg);
}

@media (max-width: 850px) {
  header .mod_navigation {
    position: fixed;
    left: 0;
    top: 70px;
    bottom: 0;
    width: 100vw;
    background: #ffffff;
    transition: transform 0.25s ease-in-out;
    transform: translateX(-100vw);
  }

  body.mobilemenu-active header .mod_navigation {
    transform: translateX(0);
  }

  header .mod_navigation ul.level_1 {
    padding-top: 100px;
    overflow: hidden;
    overflow-y: auto;
    display: block;
  }

  header .mod_navigation ul.level_1 > li > a,
  header .mod_navigation ul.level_1 > li > strong {
    display: block;
    padding: 20px;
  }
}

.mod_article:not(.intro-hero) {
  padding: 30px 0;
}

.mod_article.info-box {
  text-align: center;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  border-radius: 5px;
  padding: 25px;
  margin: 3em auto;
}

.mod_article.info-box:after {
  display: none;
}

.mod_article.image-background {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  text-align: center;
  margin-top: 30px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 850px) {
  .mod_article.image-background {
    margin-top: 10px;
  }
}

.mod_article.image-background h1,
.mod_article.image-background .ce_text.headline.h1,
.mod_article.image-background h2,
.mod_article.image-background .ce_text.headline.h2,
.mod_article.image-background h3,
.mod_article.image-background .ce_text.headline.h3 {
  color: white;
}

.mod_article.image-background:after {
  display: none;
}

.mod_article.image-background .ce_image {
  margin: 0;
}

.mod_article.image-background .ce_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(2px) brightness(60%);
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.01);
}

.mod_article.image-background .ce_image figcaption {
  display: none;
}

.mod_article.image-background .ce_text {
  color: white;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  max-width: 1000px;
}

.mod_article.image-background .ce_text p {
  display: inline-flex;
  margin: 0 30px;
  align-items: center;
  font-weight: 600;
}

.mod_article.image-background .ce_text p img {
  margin-right: 15px;
}

@media only screen and (max-width: 850px) {
  .mod_article.image-background .ce_text p {
    margin: 0 10px;
  }

  .mod_article.image-background .ce_text p img {
    margin-right: 5px;
  }
}

.mod_article.image-background .ce_headline {
  margin: 10px 0;
}

@media only screen and (max-width: 850px) {
  .mod_article.image-background .ce_headline.mobile-small {
    font-size: 20px;
  }
}

.mod_article.image-background .ce_form,
.mod_article.image-background .mod_form {
  margin: 0 auto;
  width: 50%;
}

.mod_article.image-background .ce_form h2,
.mod_article.image-background .ce_form .ce_text.headline.h2,
.mod_article.image-background .mod_form h2,
.mod_article.image-background .mod_form .ce_text.headline.h2 {
  display: none;
}

.mod_article.image-background .ce_form .formbody,
.mod_article.image-background .mod_form .formbody {
  justify-content: center;
}

.mod_article.image-background .ce_form .formbody .widget-submit,
.mod_article.image-background .mod_form .formbody .widget-submit {
  margin-left: 20px;
}

.mod_article.image-background .ce_form .formbody .widget-text,
.mod_article.image-background .mod_form .formbody .widget-text {
  width: 330px;
}

.mod_article.image-background .ce_form .formbody .widget.editing label,
.mod_article.image-background .mod_form .formbody .widget.editing label {
  color: #fff;
}

.mod_article.image-background .newsletter {
  max-width: 550px;
}

.mod_article.image-background .newsletter .formbody {
  position: relative;
}

@media only screen and (max-width: 1010px) {
  .mod_article.image-background .newsletter .formbody .widget-text.input_email {
    width: 100%;
  }
}

.mod_article.image-background .newsletter .widget-explanation {
  width: auto;
  left: 25px;
  color: #ffffff;
}

@media only screen and (max-width: 1010px) {
  .mod_article.image-background .newsletter .widget-explanation {
    left: 0;
    top: 70px;
  }
}

.mod_article.faq-list {
  padding-top: 0;
  margin-top: -80px;
}

.mod_article.faq-list:after {
  display: none;
}

.mod_article.faq-list > .ce_accordion {
  margin-bottom: 30px;
}

.mod_article#article-59:after,
.mod_article#article-65:after,
.mod_article#article-70:after,
.mod_article#article-76:after,
.mod_article#article-80:after,
.mod_article#article-81:after,
.mod_article#article-90:after,
.mod_article#article-94:after,
.mod_article#article-99:after {
  display: none;
}

.mod_article.no-border:after {
  display: none;
}

.mod_article.half-width {
  width: 60%;
}

@media only screen and (max-width: 850px) {
  .mod_article.half-width {
    width: 90%;
  }
}

.mod_article.top-margin {
  margin-top: 30vh;
}

.mod_article#career-navigation {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 850px) {
  .mod_article#career-navigation {
    flex-direction: column;
  }
}

.mod_article#career-navigation .ce_hyperlink {
  scroll-margin-top: 120px;
}

@media only screen and (min-width: 850px) {
  .mod_article#career-navigation .ce_hyperlink:not(:first-child) {
    margin-left: 30px;
  }
}

.mod_article#career-navigation .ce_hyperlink a {
  background: none;
  color: #0063a7;
  padding: 20px;
  transition: box-shadow 0.3s ease-in-out;
}

.mod_article#career-navigation .ce_hyperlink a.active {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
}

.mod_article#career-navigation .ce_hyperlink a:hover {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
}

@media only screen and (max-width: 850px) {
  .mod_article#career-navigation .ce_hyperlink {
    margin: 10px 0;
  }
}

.mod_article#career-navigation:after {
  display: none;
}

.mod_article.hidden {
  display: none;
}

.mod_newslist .layout_latest {
  width: 100%;
  display: flex;
}

@media only screen and (max-width: 850px) {
  .mod_newslist .layout_latest {
    flex-direction: column;
  }
}

.mod_newslist .layout_latest .image_container {
  width: 55%;
  padding: 20px;
}

.mod_newslist .layout_latest .image_container img {
  border-radius: 5px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod_newslist .layout_latest .image_container figcaption {
  display: none;
}

@media only screen and (max-width: 850px) {
  .mod_newslist .layout_latest .image_container {
    width: auto;
    height: 200px;
  }

  .mod_newslist .layout_latest .image_container img {
    height: 100%;
  }
}

.mod_newslist .layout_latest .news-text {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 850px) {
  .mod_newslist .layout_latest .news-text {
    width: auto;
    padding: 0 20px 20px;
  }
}

.mod_newslist .layout_latest .news-text > * {
  margin: 0;
}

.mod_newslist .layout_latest .news-text h4 a,
.mod_newslist .layout_latest .news-text .ce_text.headline.h4 a {
  text-decoration: none;
  color: #00243d;
}

.mod_newslist .layout_latest .news-text .more {
  margin-left: auto;
  margin-top: 20px;
}

.mod_newslist .layout_latest .news-text .more a {
  color: #0063a7;
  text-decoration: none;
  padding-right: 18px;
}

.mod_newslist .layout_latest .news-text .more:hover a:before {
  width: 7px;
  height: 7px;
}

.mod_newslist .layout_latest .news-text .more:hover a:after {
  width: 0;
}

.mod_newslist .layout_latest .news-text .info {
  margin: 5px 0;
}

.mod_newslist .layout_latest .news-text .ce_text p {
  display: none;
}

.mod_newslist .layout_latest .news-text .ce_text p:first-child {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.mod_newslist .swiper-wrapper {
  margin-bottom: 25px;
}

.mod_newslist .swiper-pagination {
  bottom: 0 !important;
}

.mod_newslist .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #0063A7;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.mod_newslist .swiper-pagination .swiper-pagination-bullet-active {
  background: #0063A7;
  -webkit-animation: blob-small 0.3s forwards;
          animation: blob-small 0.3s forwards;
}

@-webkit-keyframes blob-small {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes blob-small {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.mod_changelanguage {
  padding-right: 25px;
  margin: 0 20px;
  position: relative;
  width: 50px;
  height: 25px;
}

.mod_changelanguage:after {
  content: " ";
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: -2px;
  border: 2px solid #0063a7;
  border-top-color: rgba(0, 36, 61, 0);
  border-right-color: rgba(0, 36, 61, 0);
  transition: all 0.5s ease;
}

.mod_changelanguage ul {
  position: absolute;
  top: -2px;
  left: 0;
  cursor: pointer;
}

.mod_changelanguage ul li {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.mod_changelanguage ul li.active {
  opacity: 1;
  pointer-events: all;
}

.mod_changelanguage ul li a {
  color: #00243d;
  text-decoration: none;
}

.mod_changelanguage ul li strong {
  background: #ffffff !important;
  color: #0063a7 !important;
}

.mod_changelanguage:hover ul li {
  opacity: 1;
  pointer-events: all;
}

.mod_changelanguage:hover:after {
  border-top-color: #0063a7;
  border-right-color: #0063a7;
  border-bottom-color: rgba(0, 99, 167, 0);
  border-left-color: rgba(0, 99, 167, 0);
  top: 8px;
}

.mod_form h2,
.mod_form .ce_text.headline.h2 {
  font-size: 20px;
  color: #0063a7;
  text-align: start;
}

.mod_search .formbody {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mod_search .formbody .widget-text {
  margin-right: 20px;
  position: relative;
}

.mod_search .formbody .widget-text input {
  padding: 12px;
  padding-left: 45px;
  height: 48px;
  width: 400px;
  position: relative;
  font-family: League Spartan, Verdana, sans-serif;
  color: #00243d;
  display: block;
  border: 1px solid #d8d8d9;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
}

.mod_search .formbody .widget-text input:focus {
  background-color: #eaeaeb;
}

.mod_search .formbody .widget-text:after {
  position: absolute;
  content: "";
  left: 12px;
  bottom: 7px;
  background: url(/files/dist/images/search.svg?6d3fc956153d15a7fe2c81b8588f0c13);
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  filter: saturate(0);
}

.mod_search.icon label {
  z-index: 1;
  left: 48px !important;
}

.header-search .mod_search {
  position: relative;
  cursor: pointer;
}

.header-search .mod_search .formbody {
  position: relative;
}

.header-search .mod_search .formbody .widget-text {
  width: 10px;
}

.header-search .mod_search .formbody .widget-text label {
  position: absolute;
  left: -130px;
  top: 5px;
  z-index: 200;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, top 0.3s 0.3s ease-in-out, left 0.3s 0.3s ease-in-out;
}

.header-search .mod_search .formbody .widget-text input {
  border: none;
  position: absolute;
  left: -150px;
  top: -5px;
  padding: 0 0 0 12px !important;
  overflow: hidden;
  border-radius: 0;
  width: 300px;
  height: 0;
  color: #eaeaeb;
  transition: width 0.3s ease-in-out, background-color 0.3s ease, height 0.3s ease, color 0.2s ease;
}

.header-search .mod_search .formbody .widget-text::after {
  filter: none;
}

.header-search .mod_search .formbody .widget-submit {
  position: relative;
  right: 0;
  pointer-events: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.header-search .mod_search .formbody .widget-submit button {
  background: none;
  color: #0063a7;
}

.header-search .mod_search.active .widget-text label {
  opacity: 1;
  top: -32px;
  left: -150px;
  font-size: 16px;
}

.header-search .mod_search.active .widget-text input {
  cursor: text;
  width: 300px;
  height: 48px;
  color: #00243d;
  background-color: #eaeaeb;
}

.header-search .mod_search.active .search-result {
  max-height: 80vh;
  opacity: 1;
}

.header-search .mod_search .search-result {
  position: absolute;
  width: 300px;
  top: 90px;
  left: -150px;
  background: #edf4f9;
  max-height: 0;
  opacity: 0;
  overflow: auto;
  transition: max-height 0.3s ease-in-out, opacity 0.2s ease;
}

.header-search .mod_search .search-result > div {
  padding: 15px;
  text-align: start;
}

.header-search .mod_search .search-result > div a {
  color: #00243d;
  text-decoration: none;
}

.header-search .mod_search .search-result > div a p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.header-search .mod_search .search-result > div a p:first-child {
  color: #0063a7;
}

.header-search .mod_search .search-result > div span,
.header-search .mod_search .search-result > div .url {
  display: none;
}

.header-search .mod_search .search-result > div .context {
  font-size: 17px;
  font-weight: 300;
}

.header-search .mod_search .search-result > div .context mark {
  background: #ffffff;
}

.header-search .mod_search .search-result > div.even {
  background-color: #dae8f3;
}

.header-search .mod_search .search-result.searching {
  background: linear-gradient(90deg, #ffffff, #0063a7, #edf4f9);
  background-size: 400% 400%;
  -webkit-animation: gradient 2s ease infinite;
          animation: gradient 2s ease infinite;
  min-height: 50px;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.mod_faqpage {
  display: grid;
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: -100px;
}

@media only screen and (min-width: 850px) {
  .mod_faqpage {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1000px) {
  .mod_faqpage {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mod_faqpage#mainpage {
  margin-top: auto;
}

.mod_faqpage#mainpage article {
  display: none;
}

.mod_faqpage#mainpage article:nth-child(1),
.mod_faqpage#mainpage article:nth-child(2),
.mod_faqpage#mainpage article:nth-child(3) {
  display: block;
}

.mod_faqpage#faqpage {
  display: none;
}

.mod_faqpage#faqpage.loaded {
  display: grid;
}

.mod_faqpage article {
  background: #ffffff;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  min-height: 470px;
  border-radius: 5px;
  position: relative;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}

.mod_faqpage article .question {
  min-height: 130px;
  background: #edf4f9;
  display: grid;
  place-items: center;
  padding: 20px;
}

.mod_faqpage article .question p {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.mod_faqpage article.video-thumbnail .ce_text {
  height: 280px;
}

.mod_faqpage article.video-thumbnail .ce_hyperlink {
  display: none;
}

.mod_faqpage article.video-thumbnail .image_container {
  position: relative;
  overflow: hidden;
}

.mod_faqpage article.video-thumbnail .image_container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(2px);
  transform: scale(1.1);
}

.mod_faqpage article.video-thumbnail .image_container:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.mod_faqpage article.video-thumbnail .image_container:hover {
  cursor: pointer;
}

.mod_faqpage article.video-thumbnail .image_container:hover:after {
  transform: scale(1.1);
}

.mod_faqpage article .ce_text {
  margin: 0;
  height: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.mod_faqpage article .ce_text p {
  padding: 10px 20px 0;
}

.mod_faqpage article .ce_text ol {
  list-style-type: decimal;
  padding: 0 30px;
}

.mod_faqpage article .ce_text .image_container img {
  height: 100%;
  width: 100%;
}

.mod_faqpage article .ce_text figure {
  height: 223px;
  margin: 0;
}

.mod_faqpage article .ce_text .ce_player {
  height: 100% !important;
}

.mod_faqpage article .ce_text .ce_player video {
  height: 100% !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.mod_faqpage article .ce_text .ce_player .thumbnail {
  height: 100% !important;
}

.mod_faqpage article .ce_text figcaption {
  display: none;
}

.mod_faqpage article .ce_hyperlink {
  margin: 20px 10px 20px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
}

.mod_faqpage article .ce_hyperlink:hover a:before {
  width: 7px;
  height: 7px;
}

.mod_faqpage article .ce_hyperlink:hover a:after {
  width: 0;
}

.mod_faqpage article .ce_hyperlink.contact-link a {
  display: flex;
  align-items: center;
}

.mod_faqpage article .ce_hyperlink.contact-link a:after,
.mod_faqpage article .ce_hyperlink.contact-link a:before {
  display: none;
}

.mod_faqpage article .ce_hyperlink.contact-link div {
  background: url(/files/dist/images/chat.svg?4e848a4056d04134a4732a576dcfde68);
  width: 20px;
  height: 20px;
  margin-right: -15px;
  margin-left: 10px;
  background-size: contain;
}

.mod_faqpage article.hide {
  display: none;
}

.mod_faqpage article.show-video-text .ce_text {
  height: 280px;
}

.mod_faqpage .no-results-info {
  display: none;
}

.mod_faqpage .no-results-info.active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}

#faq-search .widget-text {
  width: auto;
}

@media only screen and (max-width: 850px) {
  #faq-search .formbody {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
  }

  #faq-search .widget-text input {
    width: 100%;
  }

  #faq-search .widget-text,
  #faq-search .widget-submit {
    grid-row: 1;
  }
}

.mod_newsarchive {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

@media only screen and (max-width: 850px) {
  .mod_newsarchive {
    grid-template-columns: 1fr;
  }
}

.mod_newsarchive h2,
.mod_newsarchive .ce_text.headline.h2 {
  display: none;
}

.mod_newsarchive .layout_latest {
  width: 100%;
  display: flex;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
}

@media only screen and (max-width: 850px) {
  .mod_newsarchive .layout_latest {
    flex-direction: column-reverse;
  }
}

.mod_newsarchive .layout_latest .image_container {
  order: 2;
  width: 50%;
  padding: 0;
}

@media only screen and (max-width: 850px) {
  .mod_newsarchive .layout_latest .image_container {
    width: 100%;
    height: 200px;
  }

  .mod_newsarchive .layout_latest .image_container img {
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0 !important;
  }
}

.mod_newsarchive .layout_latest .image_container img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod_newsarchive .layout_latest .image_container figcaption {
  display: none;
}

.mod_newsarchive .layout_latest .news-text {
  order: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  padding-bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .mod_newsarchive .layout_latest .news-text {
    width: 100%;
  }
}

.mod_newsarchive .layout_latest .news-text > * {
  margin: 0;
}

.mod_newsarchive .layout_latest .news-text h4 a,
.mod_newsarchive .layout_latest .news-text .ce_text.headline.h4 a {
  text-decoration: none;
  color: #00243d;
}

.mod_newsarchive .layout_latest .news-text .more {
  position: absolute;
  bottom: 25px;
  right: 10px;
}

.mod_newsarchive .layout_latest .news-text .more a {
  color: #0063a7;
  text-decoration: none;
  padding-right: 22px;
}

.mod_newsarchive .layout_latest .news-text .more:hover a:before {
  width: 7px;
  height: 7px;
}

.mod_newsarchive .layout_latest .news-text .more:hover a:after {
  width: 0;
}

.mod_newsarchive .layout_latest .news-text .info {
  margin: 5px 0;
}

.mod_newsarchive .layout_latest .news-text .ce_text p {
  display: none;
}

.mod_newsarchive .layout_latest .news-text .ce_text p:first-child {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.mod_newsarchive .layout_latest.hidden {
  display: none;
}

.mod_newsarchive.active {
  display: grid;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}

.mod_newsmenu {
  display: none;
  margin-bottom: 40px;
}

.mod_newsmenu .widget-select,
.mod_newsmenu .ce_jobs .ce_form .formbody .widget-select,
.ce_jobs .ce_form .formbody .mod_newsmenu .widget-select,
.mod_newsmenu .ce_jobs .mod_form .formbody .widget-select,
.ce_jobs .mod_form .formbody .mod_newsmenu .widget-select {
  width: 200px;
  margin: 20px;
}

.mod_newsmenu .widget-select select,
.mod_newsmenu .ce_jobs .ce_form .formbody .widget-select select,
.ce_jobs .ce_form .formbody .mod_newsmenu .widget-select select,
.mod_newsmenu .ce_jobs .mod_form .formbody .widget-select select,
.ce_jobs .mod_form .formbody .mod_newsmenu .widget-select select {
  width: 100%;
}

.mod_newsmenu .widget-select select option,
.mod_newsmenu .ce_jobs .ce_form .formbody .widget-select select option,
.ce_jobs .ce_form .formbody .mod_newsmenu .widget-select select option,
.mod_newsmenu .ce_jobs .mod_form .formbody .widget-select select option,
.ce_jobs .mod_form .formbody .mod_newsmenu .widget-select select option {
  font-size: 16px;
}

.mod_newsmenu .widget-select:after,
.mod_newsmenu .ce_jobs .ce_form .formbody .widget-select:after,
.ce_jobs .ce_form .formbody .mod_newsmenu .widget-select:after,
.mod_newsmenu .ce_jobs .mod_form .formbody .widget-select:after,
.ce_jobs .mod_form .formbody .mod_newsmenu .widget-select:after {
  top: -5px;
}

.mod_newsmenu .widget-select.hidden,
.mod_newsmenu .ce_jobs .ce_form .formbody .hidden.widget-select,
.ce_jobs .ce_form .formbody .mod_newsmenu .hidden.widget-select,
.mod_newsmenu .ce_jobs .mod_form .formbody .hidden.widget-select,
.ce_jobs .mod_form .formbody .mod_newsmenu .hidden.widget-select {
  display: none;
}

.mod_newsmenu.loaded {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 850px) {
  .mod_newsmenu {
    flex-direction: column;
    align-items: center;
  }
}

.mod_newsreader {
  position: relative;
  margin-top: -45px;
}

.mod_newsreader p.back {
  text-align: start;
}

.mod_newsreader p.back a {
  text-decoration: none;
  padding-left: 25px;
}

.mod_newsreader p.back a:after {
  left: 0;
}

.mod_newsreader p.back a:before {
  left: 0;
  transform: translateY(-50%) rotate(135deg);
}

.mod_newsreader p.back:hover a:before {
  width: 7px;
  height: 7px;
}

.mod_newsreader p.back:hover a:after {
  width: 0;
}

.mod_newsreader .layout_full {
  display: flex;
  flex-direction: column;
}

.mod_newsreader .layout_full h1,
.mod_newsreader .layout_full .ce_text.headline.h1 {
  color: #0063a7;
  text-align: center;
  font-size: 30pt;
}

.mod_newsreader .layout_full h2,
.mod_newsreader .layout_full .ce_text.headline.h2 {
  font-weight: 300;
  font-size: 25pt;
}

.mod_newsreader .layout_full .ce_text {
  margin-bottom: 0;
}

.mod_newsreader .layout_full .ce_text .image_container img {
  width: 100%;
  border-radius: 5px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod_newsreader .layout_full .ce_text .image_container.float_left {
  margin-right: 50px !important;
}

.mod_newsreader .layout_full .ce_text .image_container figcaption {
  font-size: 16px;
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  .mod_newsreader .layout_full .ce_text .image_container {
    max-width: none;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.mod_faqreader {
  position: relative;
  margin-top: -45px;
}

.mod_faqreader p.back {
  text-align: start;
}

.mod_faqreader p.back a {
  text-decoration: none;
  padding-left: 25px;
}

.mod_faqreader p.back a:after {
  left: 0;
}

.mod_faqreader p.back a:before {
  left: 0;
  transform: translateY(-50%) rotate(135deg);
}

.mod_faqreader p.back:hover a:before {
  width: 7px;
  height: 7px;
}

.mod_faqreader p.back:hover a:after {
  width: 0;
}

.mod_faqreader h1,
.mod_faqreader .ce_text.headline.h1 {
  color: #0063a7;
  text-align: center;
  font-size: 30pt;
}

.mod_faqreader .ce_text .image_container img {
  width: 100%;
  border-radius: 5px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod_faqreader .ce_text ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.mod_faqreader .info {
  display: none;
}

.ce_brand_ambassadors {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 512px);
  gap: 16px;
  justify-items: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .ce_brand_ambassadors {
    grid-template-columns: repeat(1, 512px);
  }
}

@media (max-width: 850px) {
  .ce_brand_ambassadors {
    grid-template-columns: repeat(1, 352px);
  }
}

.ce_brand_ambassadors .ce_brand_ambassador {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 6px;
  box-shadow: 6px 6px 14px #00000017;
}

.ce_brand_ambassadors .ce_brand_ambassador .image {
  width: 468px;
  height: 271px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 850px) {
  .ce_brand_ambassadors .ce_brand_ambassador .image {
    width: 308px;
  }
}

.ce_brand_ambassadors .ce_brand_ambassador .title {
  font-weight: 600;
}

.ce_brand_ambassadors .ce_brand_ambassador .text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 120px;
  margin-bottom: 1rem;
  transition: max-height 1s ease-in-out;
}

.ce_brand_ambassadors .ce_brand_ambassador .text.expanded {
  -webkit-line-clamp: unset;
  max-height: 800px;
}

.ce_brand_ambassadors .ce_brand_ambassador .text p {
  margin-top: 0;
}

.ce_brand_ambassadors .ce_brand_ambassador button.more-details,
.ce_brand_ambassadors .ce_brand_ambassador button.less-details {
  color: #0063a7;
  text-align: center;
  border: none;
  background: none;
  font-weight: normal;
  display: block;
  margin: 0 auto;
}

.ce_brand_ambassadors .ce_brand_ambassador button.more-details:after,
.ce_brand_ambassadors .ce_brand_ambassador button.less-details:after {
  display: inline-block;
  position: relative;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #0063a7;
  border-bottom: 2px solid #0063a7;
  bottom: 5px;
  left: 15px;
  transition: bottom 0.3s ease;
  transform-origin: bottom left;
}

.ce_brand_ambassadors .ce_brand_ambassador button.more-details:focus,
.ce_brand_ambassadors .ce_brand_ambassador button.less-details:focus {
  outline: 1px solid #c7d9e6;
}

.ce_brand_ambassadors .ce_brand_ambassador button.more-details.more-details:hover:after,
.ce_brand_ambassadors .ce_brand_ambassador button.less-details.more-details:hover:after {
  bottom: 0px;
}

.ce_brand_ambassadors .ce_brand_ambassador button.more-details.more-details:after,
.ce_brand_ambassadors .ce_brand_ambassador button.less-details.more-details:after {
  transform: rotate(-45deg) translateX(-50%);
}

.ce_brand_ambassadors .ce_brand_ambassador button.more-details.less-details:hover:after,
.ce_brand_ambassadors .ce_brand_ambassador button.less-details.less-details:hover:after {
  bottom: 10px;
}

.ce_brand_ambassadors .ce_brand_ambassador button.more-details.less-details:after,
.ce_brand_ambassadors .ce_brand_ambassador button.less-details.less-details:after {
  transform: rotate(135deg) translateX(-50%);
}

.ce_text {
  margin: 3em 0;
}

.ce_text .float_left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 40%;
}

.ce_text .float_right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 40%;
}

.ce_text .float_above {
  margin-bottom: 1em;
}

.ce_text .float_below {
  margin-top: 1em;
}

.ce_text.half-width {
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 850px) {
  .ce_text.half-width {
    width: 90%;
  }
}

.ce_text.no-margin {
  margin: 0;
}

.ce_text.zitat-bild {
  display: flex;
  position: relative;
  width: 90%;
  margin: auto;
  margin-top: 50px;
}

.ce_text.zitat-bild .image_container img {
  height: 380px;
  width: 488px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.ce_text.zitat-bild > div {
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  padding: 30px;
  right: 0;
  bottom: 70px;
  max-width: 700px;
}

@media only screen and (max-width: 1300px) {
  .ce_text.zitat-bild {
    margin-bottom: 100px;
  }

  .ce_text.zitat-bild > div {
    bottom: -100px;
  }
}

@media only screen and (max-width: 900px) {
  .ce_text.zitat-bild {
    flex-direction: column;
  }

  .ce_text.zitat-bild > div {
    position: relative;
    bottom: 0;
  }

  .ce_text.zitat-bild .image_container {
    display: flex;
    justify-content: center;
  }
}

.ce_text table {
  border: 1px solid #00243d;
}

.ce_text table td,
.ce_text table th {
  border: 1px solid #00243d;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  .ce_text table {
    font-size: 16px;
  }
}

.ce_text ul {
  padding-left: 30px;
  list-style-type: disc;
}

.ce_text.headline {
  margin: 10px auto !important;
}

#article-104 ol,
#article-105 ol {
  counter-reset: item;
  padding: 0 30px;
}

@media only screen and (max-width: 850px) {
  #article-104 ol,
  #article-105 ol {
    padding: 0 0 0 20px;
    font-size: 16px;
  }
}

#article-104 li,
#article-105 li {
  display: block;
  position: relative;
}

#article-104 ol > li:before,
#article-105 ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: -40px;
  font-weight: 600;
}

#article-104 div > ol > li,
#article-105 div > ol > li {
  margin-bottom: 50px;
}

#article-104 div > ol > li ol,
#article-105 div > ol > li ol {
  margin-top: 20px;
}

#article-104 div > ol > li ol li ol li::before,
#article-105 div > ol > li ol li ol li::before {
  left: -52px;
}

#article-103 ul {
  list-style-type: disc !important;
  margin-left: 30px;
}

#article-103 ol {
  list-style-type: decimal !important;
  margin-left: 30px;
}

#article-103 ol ol {
  list-style-type: lower-latin !important;
  margin-left: 30px;
}

.ce_hyperlink {
  margin: 3em 0;
  text-align: center;
}

.ce_hyperlink.half-width {
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 850px) {
  .ce_hyperlink.half-width {
    width: 90%;
  }
}

.ce_image {
  margin: 3em 0;
}

.ce_image.screen-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 450px;
}

.ce_image.screen-width figure,
.ce_image.screen-width img {
  height: 100%;
  width: 100%;
}

.ce_image.screen-width img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 850px) {
  .ce_image.screen-width {
    height: 200px;
  }
}

.ce_gallery {
  margin: 3em 0;
}

.ce_gallery#gallery-awards {
  display: flex;
  justify-content: center;
}

.ce_gallery#gallery-awards ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.ce_gallery#gallery-awards ul li {
  width: unset;
}

.ce_gallery ul li {
  margin-bottom: 0.5em;
}

.ce_gallery ul li {
  width: 24%;
}

@media (max-width: 850px) {
  .ce_gallery ul li {
    width: 49%;
  }
}

@media (max-width: 650px) {
  .ce_gallery ul li {
    width: 100%;
  }
}

.ce_gallery ul.cols_3 li {
  width: 32.333%;
}

@media (max-width: 650px) {
  .ce_gallery ul.cols_3 li {
    width: 100%;
  }
}

.ce_gallery ul.cols_2 li {
  width: 49%;
}

@media (max-width: 650px) {
  .ce_gallery ul.cols_2 li {
    width: 100%;
  }
}

.ce_gallery ul.cols_1 li {
  width: 100%;
}

.ce_gallery ul a {
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}

.ce_gallery ul a:hover {
  transform: scale(1.05);
}

.ce_gallery#ticker-slide {
  overflow: hidden;
  position: relative;
}

.ce_gallery#ticker-slide:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0) 89%, white 100%);
  top: 0;
  pointer-events: none;
}

.ce_gallery#ticker-slide .wrapper {
  width: 500vw;
  display: flex;
}

.ce_gallery#ticker-slide:hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.ce_gallery#ticker-slide ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-animation: ticker 40s infinite linear;
          animation: ticker 40s infinite linear;
}

.ce_gallery#ticker-slide ul li {
  width: auto;
  margin: 0 40px;
  width: 130px;
}

.ce_gallery#ticker-slide ul li .image_container img {
  max-height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 850px) {
  .ce_gallery#ticker-slide ul {
    flex-shrink: 0;
  }

  .ce_gallery#ticker-slide ul li {
    width: 60px;
    margin: 0 15px;
  }
}

.ce_gallery#ticker-slide.img-lg-11 ul li:nth-child(11) {
  width: 145px;
}

.ce_gallery#ticker-slide.img-lg-11 ul li:nth-child(11) img {
  width: 100%;
}

.ce_gallery#ticker-slide.img-lg-10 ul li:nth-child(10) {
  width: 145px;
}

.ce_gallery#ticker-slide.img-lg-10 ul li:nth-child(10) img {
  width: 100%;
}

@-webkit-keyframes ticker {
  100% {
    transform: translateX(-100%);
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

@keyframes ticker {
  100% {
    transform: translateX(-100%);
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.ce_gallery#icon-text.wrap ul {
  flex-wrap: wrap;
}

.ce_gallery#icon-text.wrap ul li {
  margin: auto;
}

.ce_gallery#icon-text.wrap ul li:nth-child(6),
.ce_gallery#icon-text.wrap ul li:nth-child(7) {
  margin: 0;
}

.ce_gallery#icon-text.no-break .image_container p {
  white-space: nowrap;
}

.ce_gallery#icon-text.space-between ul {
  justify-content: space-between;
}

@media only screen and (max-width: 850px) {
  .ce_gallery#icon-text.space-between ul li:nth-last-child(1):nth-child(odd) {
    grid-column: 1/3;
  }
}

.ce_gallery#icon-text.caption li:focus {
  outline: none;
  border-top: 2px solid #c7d9e6;
}

.ce_gallery#icon-text.caption li:focus .image_container p,
.ce_gallery#icon-text.caption li:focus .image_container img {
  opacity: 0;
  pointer-events: none;
}

.ce_gallery#icon-text.caption li:focus .image_container .caption {
  opacity: 1;
  pointer-events: all;
}

.ce_gallery#icon-text.caption .image_container {
  position: relative;
}

.ce_gallery#icon-text.caption .image_container .caption {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #0063a7;
}

.ce_gallery#icon-text.caption .image_container .caption,
.ce_gallery#icon-text.caption .image_container img,
.ce_gallery#icon-text.caption .image_container p {
  transition: opacity 0.3s ease-in-out;
}

.ce_gallery#icon-text.caption .image_container:hover .caption {
  opacity: 1;
  pointer-events: all;
}

.ce_gallery#icon-text.caption .image_container:hover img {
  opacity: 0;
  pointer-events: none;
}

.ce_gallery#icon-text.caption .image_container:hover p {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 850px) {
  .ce_gallery#icon-text.caption.slider > ul {
    display: none;
  }
}

.ce_gallery#icon-text.caption.slider .swiper-container .swiper-wrapper {
  display: flex !important;
  margin-top: 0;
  margin-bottom: 0;
}

.ce_gallery#icon-text.caption.slider .swiper-container .swiper-wrapper .swiper-slide .image_container {
  display: flex;
  flex-direction: column;
}

.ce_gallery#icon-text.caption.slider .swiper-container .swiper-wrapper .swiper-slide .image_container .caption {
  position: relative;
  top: 0;
  opacity: 1;
  pointer-events: all;
  order: 1;
}

.ce_gallery#icon-text.caption.slider .swiper-container .swiper-wrapper .swiper-slide .image_container .caption,
.ce_gallery#icon-text.caption.slider .swiper-container .swiper-wrapper .swiper-slide .image_container p {
  width: 70%;
}

.ce_gallery#icon-text.caption.slider .swiper-container .swiper-wrapper .swiper-slide .image_container p {
  margin-left: auto;
  margin-right: auto;
}

.ce_gallery#icon-text.caption.slider .swiper-container .swiper-wrapper .swiper-slide .image_container:hover img,
.ce_gallery#icon-text.caption.slider .swiper-container .swiper-wrapper .swiper-slide .image_container:hover p {
  opacity: 1;
  pointer-events: all;
}

.ce_gallery#icon-text.caption.slider .swiper-container .swiper-button-prev {
  color: #0063a7;
  transform: scale(0.8);
  left: 0;
}

.ce_gallery#icon-text.caption.slider .swiper-container .swiper-button-next {
  color: #0063a7;
  transform: scale(0.8);
  right: 0;
}

@media only screen and (min-width: 850px) {
  .ce_gallery#icon-text.caption.slider .swiper-container {
    display: none;
  }
}

@media only screen and (max-width: 850px) {
  .ce_gallery#icon-text.caption.slider {
    margin: 0;
  }
}

.ce_gallery#icon-text.large-image .image_container img {
  width: 60px;
  height: 60px;
}

.ce_gallery#icon-text:not(.slider) ul li {
  flex: 0 0 17%;
}

.ce_gallery#icon-text ul {
  margin: 50px auto;
  justify-content: center;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 850px) {
  .ce_gallery#icon-text ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}

.ce_gallery#icon-text ul li {
  text-align: center;
  padding: 10px;
}

.ce_gallery#icon-text ul li:focus {
  outline: 2px solid #c7d9e6;
}

.ce_gallery#icon-text ul li .image_container img {
  width: 45px;
  height: 45px;
  margin: auto;
}

.ce_gallery#icon-text ul li .image_container p {
  font-weight: 600;
  color: #0063a7;
}

.ce_gallery#icon-text.buttons ul li {
  padding: 0 10px;
  padding-right: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
  border-radius: 5px;
  margin: 0 30px;
  transition: 0.3s box-shadow ease;
}

.ce_gallery#icon-text.buttons ul li .image_container {
  display: flex;
}

.ce_gallery#icon-text.buttons ul li .image_container img {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.ce_gallery#icon-text.buttons ul li .image_container p {
  font-size: 25px;
  color: #0063a7;
  background-image: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ce_gallery#icon-text.buttons ul li:hover {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
}

.ce_gallery#icon-text.buttons ul li.active {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
}

@media only screen and (max-width: 850px) {
  .ce_gallery#icon-text.buttons ul {
    grid-template-columns: 1fr;
  }
}

.ce_gallery#icon-text.buttons.faq-filter ul li {
  max-width: 300px;
}

@media screen and (max-width: 1200px) {
  .ce_gallery#icon-text.buttons.faq-filter ul {
    flex-wrap: wrap;
  }

  .ce_gallery#icon-text.buttons.faq-filter ul li {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 850px) {
  .ce_gallery#icon-text.buttons.faq-filter ul li {
    box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
    margin: 5px auto;
  }

  .ce_gallery#icon-text.buttons.faq-filter ul li.active {
    background: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  }

  .ce_gallery#icon-text.buttons.faq-filter ul li.active .image_container img {
    filter: brightness(0) invert(1);
  }

  .ce_gallery#icon-text.buttons.faq-filter ul li.active .image_container p {
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
  }
}

.ce_gallery#icon-text.vertical {
  margin: 0;
  width: 50%;
}

@media only screen and (max-width: 850px) {
  .ce_gallery#icon-text.vertical {
    width: 100%;
  }
}

.ce_gallery#icon-text.vertical ul {
  flex-direction: column;
  margin-top: 0;
}

.ce_gallery#icon-text.vertical ul li {
  text-align: start;
  width: 85%;
  margin: 0;
}

.ce_gallery#icon-text.vertical ul li .image_container {
  display: flex;
}

.ce_gallery#icon-text.vertical ul li .image_container img {
  margin: auto 20px;
  flex-shrink: 0;
}

@media only screen and (max-width: 850px) {
  .ce_gallery#icon-text.vertical ul {
    grid-template-columns: 1fr;
  }
}

.ce_gallery#icon-text.icon-small ul li .image_container {
  align-items: baseline;
}

.ce_gallery#icon-text.icon-small ul li .image_container img {
  width: 15px;
  height: 15px;
  margin: 0 20px 0 0;
}

.ce_gallery#icon-text.color-text ul li .image_container p {
  color: #00243d;
  font-weight: 300;
}

.ce_gallery#icon-text.full-width {
  width: 100%;
}

.ce_list {
  margin: 3em 0;
}

.ce_list ul {
  list-style: initial;
  list-style-position: outside;
  padding-left: 30px;
}

.ce_list ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 30px;
}

.ce_list li {
  margin: 0.5em 0;
}

.ce_list#archive-buttons,
.ce_list#infothek-buttons {
  margin: 0;
}

.ce_list#archive-buttons ul,
.ce_list#infothek-buttons ul {
  display: flex;
  justify-content: space-between;
  width: 360px;
  margin: auto;
  padding-left: 0;
}

.ce_list#archive-buttons ul li,
.ce_list#infothek-buttons ul li {
  list-style: none;
  padding: 20px;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
  font-weight: 600;
  background-image: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ce_list#archive-buttons ul li:not(.active),
.ce_list#infothek-buttons ul li:not(.active) {
  cursor: pointer;
}

.ce_list#archive-buttons ul li.active,
.ce_list#infothek-buttons ul li.active {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
}

.ce_list#archive-buttons ul li:hover,
.ce_list#infothek-buttons ul li:hover {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
}

.ce_list#archive-buttons.hidden,
.ce_list.hidden#infothek-buttons {
  display: none;
}

.ce_list#infothek-buttons {
  margin-bottom: 30px;
}

.ce_list#infothek-buttons ul {
  width: auto;
  justify-content: center;
}

.ce_list#infothek-buttons ul li:first-child {
  margin-right: 10px;
}

.ce_list#infothek-buttons ul li:last-child {
  margin-left: 10px;
}

.ce_table {
  margin: 3em 0;
}

.ce_table table {
  width: 100%;
  border-top: 1px solid #d8d8d9;
}

.ce_table tr {
  border-bottom: 1px solid #d8d8d9;
  transition: background-color 0.2s ease-in-out;
}

.ce_table tr th,
.ce_table tr td {
  padding: 0.5em;
}

.ce_table tr th {
  font-weight: 600;
  text-align: left;
}

.ce_table tr:hover {
  background-color: #eaeaeb;
}

.ce_download h1,
.ce_download .ce_text.headline.h1,
.ce_download h2,
.ce_download .ce_text.headline.h2,
.ce_download h3,
.ce_download .ce_text.headline.h3,
.ce_download h4,
.ce_download .ce_text.headline.h4,
.ce_download h5,
.ce_download .ce_text.headline.h5,
.ce_download h6 {
  display: none;
}

.ce_download a {
  display: flex;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  border-radius: 5px;
  color: #00243d;
  text-decoration: none;
}

.ce_download a img {
  width: 150px;
  height: 150px;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.ce_download a .download-info {
  padding: 10px 20px;
  position: relative;
  width: calc(100% - 150px);
}

.ce_download a .download-info p {
  margin: 0;
}

.ce_download a .download-info .download-headline {
  font-weight: 600;
  font-size: 25px;
}

.ce_download a .download-info .size {
  font-size: 16px;
}

.ce_download a .download-info .download {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding-right: 60px;
  color: #0063a7;
}

.ce_download a .download-info .download:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(/files/dist/images/download-bottom.svg?60dd52521c46a7d53a8a4935a31254d9);
  background-position: center;
  background-repeat: no-repeat;
}

.ce_downloads {
  margin: 3em 0;
}

.ce_downloads ul {
  display: flex;
  justify-content: center;
}

.ce_downloads ul li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  background-image: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: 22px;
  padding: 20px;
  padding-right: 60px;
  border-radius: 5px;
  transition: 0.3s box-shadow;
}

.ce_downloads ul li a:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 19px;
  width: 30px;
  height: 30px;
  background: url(/files/dist/images/download-bottom.svg?60dd52521c46a7d53a8a4935a31254d9);
  background-position: center;
  background-repeat: no-repeat;
}

.ce_downloads ul li a:hover {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
}

.ce_downloads ul li span {
  display: none;
}

@media only screen and (max-width: 850px) {
  .ce_downloads ul {
    flex-direction: column;
    align-items: center;
  }
}

.ce_player {
  margin: 3em 0;
}

.ce_player video {
  width: 100%;
  height: auto;
}

.ce_player_custom,
.ce_accordion.videos .accordion > div .ce_player,
.mod_faqpage article .ce_text .ce_player {
  margin: 0;
  height: 360px;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  border-radius: 5px;
}

.ce_player_custom .video_container,
.ce_accordion.videos .accordion > div .ce_player .video_container,
.mod_faqpage article .ce_text .ce_player .video_container {
  height: 100%;
  position: relative;
}

.ce_player_custom .video_container video,
.ce_accordion.videos .accordion > div .ce_player .video_container video,
.mod_faqpage article .ce_text .ce_player .video_container video {
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  pointer-events: none;
}

.ce_player_custom .video_container .thumbnail,
.ce_accordion.videos .accordion > div .ce_player .video_container .thumbnail,
.mod_faqpage article .ce_text .ce_player .video_container .thumbnail {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.ce_player_custom .video_container .thumbnail img,
.ce_accordion.videos .accordion > div .ce_player .video_container .thumbnail img,
.mod_faqpage article .ce_text .ce_player .video_container .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: blur(2px);
  transform: scale(1.1);
}

.ce_player_custom .video_container .thumbnail:after,
.ce_accordion.videos .accordion > div .ce_player .video_container .thumbnail:after,
.mod_faqpage article .ce_text .ce_player .video_container .thumbnail:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.ce_player_custom .video_container .caption,
.ce_accordion.videos .accordion > div .ce_player .video_container .caption,
.mod_faqpage article .ce_text .ce_player .video_container .caption {
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  margin-top: 10px;
}

.ce_player_custom .video_container:hover .thumbnail:after,
.ce_accordion.videos .accordion > div .ce_player .video_container:hover .thumbnail:after,
.mod_faqpage article .ce_text .ce_player .video_container:hover .thumbnail:after {
  transform: scale(1.1);
}

.faq-video {
  display: none;
}

#video_popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9;
}

#video_popup .video_popup_backdrop {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-animation: popupBackdrop 0.5s ease-in-out forwards;
          animation: popupBackdrop 0.5s ease-in-out forwards;
}

#video_popup video,
#video_popup iframe {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
  -webkit-animation: popupContent 0.5s ease-in-out forwards;
          animation: popupContent 0.5s ease-in-out forwards;
}

#video_popup iframe {
  height: 350px;
  max-height: 400px;
  width: 50vw;
  border: none;
}

@media only screen and (max-width: 400px) {
  #video_popup iframe {
    height: 220px;
    width: 90vw;
  }
}

@media only screen and (min-width: 400px) and (max-width: 850px) {
  #video_popup iframe {
    height: 350px;
    width: 90vw;
  }
}

#video_popup video {
  width: 50vw;
}

@media only screen and (max-width: 850px) {
  #video_popup video {
    width: 100%;
  }
}

.ce_sliderStart .slider-wrapper {
  position: relative;
}

.ce_sliderStart .slider-wrapper .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  background: none;
  background-color: #1863df;
  border-radius: 100%;
  z-index: 5;
  transform: scale(1);
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.ce_sliderStart .slider-wrapper .slick-arrow:after {
  content: none;
}

.ce_sliderStart .slider-wrapper .slick-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.ce_sliderStart .slider-wrapper .slick-arrow:hover {
  background-color: #0e3a83;
  transform: scale(1.05);
}

.ce_sliderStart .slider-wrapper .slick-arrow.slick-prev {
  left: -20px;
}

.ce_sliderStart .slider-wrapper .slick-arrow.slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14.1px' height='25.4px' viewBox='0 0 14.1 25.4' style='enable-background:new 0 0 14.1 25.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='13.4,24.7 1.4,12.7 13.4,0.7 '/%3E%3C/svg%3E%0A");
  background-position: 45% center;
}

.ce_sliderStart .slider-wrapper .slick-arrow.slick-next {
  right: -20px;
}

.ce_sliderStart .slider-wrapper .slick-arrow.slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14.1px' height='25.4px' viewBox='0 0 14.1 25.4' style='enable-background:new 0 0 14.1 25.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='0.7,0.7 12.7,12.7 0.7,24.7 '/%3E%3C/svg%3E%0A");
  background-position: 55% center;
}

.ce_sliderStart .slider-wrapper .slick-dots {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.ce_sliderStart .slider-wrapper .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.ce_sliderStart .slider-wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.ce_sliderStart .slider-wrapper .slick-dots li button:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00243d;
  border-radius: 100%;
  position: relative;
  background-image: none;
  transform: background-color 0.2s ease-in-out;
}

.ce_sliderStart .slider-wrapper .slick-dots li button:after {
  content: none;
}

.ce_sliderStart .slider-wrapper .slick-dots li.slick-active button:before {
  background-color: #1863df;
}

.ce_sliderStart .slider-control {
  display: none;
}

.ce_form input[type=text],
.mod_form input[type=text],
.ce_form input[type=password],
.mod_form input[type=password],
.ce_form input[type=number],
.mod_form input[type=number],
.ce_form input[type=date],
.mod_form input[type=date],
.ce_form input[type=email],
.mod_form input[type=email],
.ce_form input[type=tel],
.mod_form input[type=tel],
.ce_form input[type=search],
.mod_form input[type=search],
.ce_form select,
.mod_form select,
.ce_form textarea,
.mod_form textarea {
  font-family: League Spartan, Verdana, sans-serif;
  color: #00243d;
  display: block;
  width: 100%;
  border: 1px solid #d8d8d9;
  padding: 12px;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
}

.ce_form input[type=text]:focus,
.mod_form input[type=text]:focus,
.ce_form input[type=password]:focus,
.mod_form input[type=password]:focus,
.ce_form input[type=number]:focus,
.mod_form input[type=number]:focus,
.ce_form input[type=date]:focus,
.mod_form input[type=date]:focus,
.ce_form input[type=email]:focus,
.mod_form input[type=email]:focus,
.ce_form input[type=tel]:focus,
.mod_form input[type=tel]:focus,
.ce_form input[type=search]:focus,
.mod_form input[type=search]:focus,
.ce_form select:focus,
.mod_form select:focus,
.ce_form textarea:focus,
.mod_form textarea:focus {
  background-color: #eaeaeb;
}

.ce_form input::-webkit-outer-spin-button,
.mod_form input::-webkit-outer-spin-button,
.ce_form input::-webkit-inner-spin-button,
.mod_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ce_form input[type=number],
.mod_form input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.ce_form textarea,
.mod_form textarea {
  resize: vertical;
}

.ce_form .formbody,
.mod_form .formbody {
  align-items: flex-end;
  position: relative;
  gap: 15px;
}

.ce_form .formbody .widget,
.mod_form .formbody .widget {
  width: 100%;
  position: relative;
  padding-top: 24px;
  margin: 0 0 0.6em 0;
}

@media only screen and (min-width: 850px) {
  .ce_form .formbody .widget,
  .mod_form .formbody .widget {
    margin: 0 12px 0.6em 0;
  }

  .ce_form .formbody .widget:last-child,
  .mod_form .formbody .widget:last-child {
    margin-left: 0;
  }
}

.ce_form .formbody .widget label,
.mod_form .formbody .widget label {
  position: absolute;
  left: 10px;
  top: 34px;
  font-size: 17px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.ce_form .formbody .widget.editing label,
.mod_form .formbody .widget.editing label {
  font-size: 15px;
  left: 0 !important;
  top: 0;
  pointer-events: inherit;
}

.ce_form .formbody .widget-submit,
.mod_form .formbody .widget-submit {
  text-align: center;
}

@media only screen and (min-width: 850px) {
  .ce_form .formbody .widget-submit,
  .mod_form .formbody .widget-submit {
    width: auto;
    text-align: left;
    margin-right: 0;
  }
}

.ce_form .contact-form .formbody,
.mod_form .contact-form .formbody {
  margin: auto;
  display: block;
}

@media only screen and (min-width: 850px) {
  .ce_form .contact-form .formbody,
  .mod_form .contact-form .formbody {
    width: 60%;
  }
}

.ce_form .contact-form .formbody .widget-text,
.mod_form .contact-form .formbody .widget-text {
  width: 100%;
}

.ce_form .contact-form .formbody fieldset,
.mod_form .contact-form .formbody fieldset {
  display: flex;
  justify-content: space-between;
  border: none;
  margin: 0;
  padding: 0;
}

.ce_form .contact-form .formbody fieldset .widget-text,
.mod_form .contact-form .formbody fieldset .widget-text {
  width: 48%;
}

.ce_form .contact-form .formbody .widget-submit,
.mod_form .contact-form .formbody .widget-submit {
  text-align: center;
}

.ce_form .contact-form .formbody .widget-submit button.submit.disabled,
.mod_form .contact-form .formbody .widget-submit button.submit.disabled {
  opacity: 0.7;
  pointer-events: none;
}

@media only screen and (min-width: 850px) {
  .ce_form.header-form,
  .header-form.mod_form {
    max-width: 700px;
  }
}

.ce_form.header-form .formbody,
.header-form.mod_form .formbody {
  flex-wrap: nowrap;
}

.ce_form.header-form .formbody .widget-text,
.header-form.mod_form .formbody .widget-text {
  margin-left: 0;
  margin-right: 0;
  flex-shrink: 0;
}

.ce_form.header-form .formbody .widget-text:first-of-type,
.header-form.mod_form .formbody .widget-text:first-of-type {
  margin-left: 0 !important;
}

.ce_form.header-form .formbody .widget-text.input_trackingnumber,
.header-form.mod_form .formbody .widget-text.input_trackingnumber {
  width: 59%;
}

.ce_form.header-form .formbody .widget-text.input_postal,
.header-form.mod_form .formbody .widget-text.input_postal {
  width: 22%;
}

.ce_form.header-form .formbody .widget-text.input_postal label,
.header-form.mod_form .formbody .widget-text.input_postal label {
  white-space: nowrap;
}

.ce_form.header-form .formbody .widget-submit,
.header-form.mod_form .formbody .widget-submit {
  margin-left: 0 !important;
  width: 15%;
}

.ce_form.header-form .formbody .widget-submit button,
.header-form.mod_form .formbody .widget-submit button {
  width: 100%;
}

.ce_form.header-form .formbody .widget-explanation,
.header-form.mod_form .formbody .widget-explanation {
  text-align: start;
}

.ce_form.header-form form.tracking.header .formbody,
.header-form.mod_form form.tracking.header .formbody {
  position: relative;
  width: 100%;
  justify-content: space-between;
}

.ce_form.header-form form.tracking.header .formbody .widget-explanation,
.header-form.mod_form form.tracking.header .formbody .widget-explanation {
  left: 0;
  color: #ffffff;
}

@media only screen and (max-width: 850px) {
  .ce_form.header-form,
  .header-form.mod_form {
    width: 90% !important;
    max-width: 400px;
  }

  .ce_form.header-form .formbody,
  .header-form.mod_form .formbody {
    display: grid;
    grid-template-columns: 1fr;
    width: 100% !important;
    grid-column-gap: 15px;
  }

  .ce_form.header-form .formbody .widget-text,
  .header-form.mod_form .formbody .widget-text {
    margin-left: 0;
  }

  .ce_form.header-form .formbody .widget-text.input_trackingnumber,
  .header-form.mod_form .formbody .widget-text.input_trackingnumber {
    width: 100% !important;
  }

  .ce_form.header-form .formbody .widget-text.input_postal,
  .header-form.mod_form .formbody .widget-text.input_postal {
    width: 100% !important;
  }

  .ce_form.header-form .formbody .input_trackingnumber,
  .header-form.mod_form .formbody .input_trackingnumber {
    grid-row: 1;
    grid-column: 1/3;
    margin-bottom: 0;
  }

  .ce_form.header-form .formbody .input_postal,
  .header-form.mod_form .formbody .input_postal {
    grid-row: 2;
  }

  .ce_form.header-form .formbody .widget-submit,
  .header-form.mod_form .formbody .widget-submit {
    grid-row: 2;
    margin-left: 0 !important;
    width: 100%;
  }

  .ce_form.header-form .formbody .widget-explanation,
  .header-form.mod_form .formbody .widget-explanation {
    margin-left: 0 !important;
  }
}

.ce_form.maintenance .maintenance-info,
.maintenance.mod_form .maintenance-info {
  border-radius: 5px;
  background: #edf4f9;
  color: #0063a7;
  padding: 20px;
  padding-left: 40px;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
}

.ce_form.maintenance .maintenance-info:after,
.maintenance.mod_form .maintenance-info:after {
  position: absolute;
  content: "";
  background: url(/files/dist/images/information-circle.svg?4f8f9d999ced7f40989bd2e5cf70f6da);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.ce_form.maintenance .formbody .widget-text,
.maintenance.mod_form .formbody .widget-text {
  color: #d8d8d9;
}

.ce_form.maintenance .formbody .widget-text input,
.maintenance.mod_form .formbody .widget-text input {
  background-color: #ffffff;
}

.ce_form.maintenance .formbody .widget-submit button,
.maintenance.mod_form .formbody .widget-submit button {
  background: #d8d8d9;
}

.widget-explanation.mandatory-explanation {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: -15px !important;
  font-size: 16px;
  bottom: 0;
}

.widget-explanation.mandatory-explanation p {
  margin: 0 !important;
}

.widget-checkbox fieldset span {
  width: 100%;
  position: relative;
  display: flex;
}

.widget-checkbox fieldset span input {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
}

.widget-checkbox fieldset span label {
  padding-left: 25px;
  position: relative !important;
  pointer-events: all !important;
  left: 0 !important;
  top: 0 !important;
}

.widget-checkbox fieldset span label a {
  color: #0063a7;
}

.warning-message {
  font-size: 16px;
  color: #ff0f0f;
  height: 0;
  display: none;
  position: absolute;
  left: auto;
  opacity: 0;
  right: 15px;
  bottom: 4px;
  text-shadow: 0 0 5px white;
}

@media screen and (max-width: 850px) {
  .warning-message {
    right: 0;
    bottom: -30px;
  }
}

.warning-message.show {
  display: block;
  -webkit-animation: show 0.3s forwards;
          animation: show 0.3s forwards;
}

@-webkit-keyframes show {
  from {
    height: 0;
    opacity: 0;
  }

  to {
    height: auto;
    opacity: 1;
  }
}

@keyframes show {
  from {
    height: 0;
    opacity: 0;
  }

  to {
    height: auto;
    opacity: 1;
  }
}

.widget-explanation.move-down {
  margin-bottom: -25px !important;
}

::-webkit-input-placeholder {
  color: transparent;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

.ce_accordion {
  width: 100%;
}

.ce_accordion.flex-nowrap .accordion,
#header .ce_accordion.inside .accordion,
.ce_accordion.flex-nowrap .accordion > div.ce_accordion .accordion {
  width: 100%;
}

@media only screen and (max-width: 850px) {
  .ce_accordion.flex-nowrap .accordion > div,
  #header .ce_accordion.inside .accordion > div,
  .ce_accordion.flex-nowrap .accordion > div.ce_accordion .accordion > div,
  #header .ce_accordion.inside .accordion > div.ce_accordion .accordion > div {
    flex-wrap: wrap;
  }
}

.ce_accordion.columns .accordion > div {
  width: 80%;
  margin: 0 auto;
  display: flex;
}

.ce_accordion.columns .accordion > div > div {
  margin: 0;
  width: 50%;
  padding: 20px;
}

.ce_accordion.columns .accordion > div > div p {
  margin: 0;
}

@media only screen and (max-width: 850px) {
  .ce_accordion.columns .accordion > div {
    width: 100%;
    flex-direction: column;
  }

  .ce_accordion.columns .accordion > div > div {
    width: 100%;
  }
}

.ce_accordion .content-box > div {
  display: flex;
  justify-content: space-between;
}

.ce_accordion .content-box > div section {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  border-radius: 5px;
  width: calc(100% / 3 - 20px);
  position: relative;
}

.ce_accordion .content-box > div section h3,
.ce_accordion .content-box > div section .ce_text.headline.h3 {
  background-color: #edf4f9;
  margin-top: 0;
  padding: 40px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #00243d;
  font-weight: bold;
  margin-bottom: 20px;
}

.ce_accordion .content-box > div section .ce_text {
  margin: 0;
}

.ce_accordion .content-box > div section .ce_text p {
  padding: 0 20px;
}

.ce_accordion .content-box > div section .ce_text:not(:first-of-type) {
  font-weight: 600;
  margin: 22px 0;
}

.ce_accordion .content-box > div section .ce_image {
  margin-top: -20px;
  margin-bottom: 0;
}

.ce_accordion .content-box > div section .ce_hyperlink {
  margin: 20px 10px 20px 0;
}

.ce_accordion .content-box > div section .ce_hyperlink:hover a:before {
  width: 7px;
  height: 7px;
}

.ce_accordion .content-box > div section .ce_hyperlink:hover a:after {
  width: 0;
}

.ce_accordion .content-box > div section .accordion {
  height: 100%;
}

.ce_accordion .content-box > div section .accordion > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ce_accordion.image-text > .accordion > div {
  display: flex;
  width: 100%;
  padding: 0 60px;
  justify-content: space-between;
}

@media only screen and (max-width: 850px) {
  .ce_accordion.image-text > .accordion > div {
    padding: 0;
    flex-direction: column;
  }
}

.ce_accordion.image-text > .accordion > div .ce_image {
  width: 50%;
}

.ce_accordion.image-text > .accordion > div .ce_image img {
  width: 450px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

@media only screen and (max-width: 850px) {
  .ce_accordion.image-text > .accordion > div .ce_image img {
    height: 260px;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .ce_accordion.image-text > .accordion > div .ce_image {
    width: 100%;
    margin: 0;
  }
}

.ce_accordion.image-text > .accordion > div .ce_accordion {
  width: 50%;
  margin-left: 50px;
}

@media only screen and (max-width: 850px) {
  .ce_accordion.image-text > .accordion > div .ce_accordion {
    width: 100%;
    margin: 0;
  }
}

.ce_accordion.image-text > .accordion > div .ce_accordion .accordion > div .ce_hyperlink {
  margin-top: 0;
}

.ce_accordion.image-text > .accordion > div .ce_accordion .accordion > div .ce_hyperlink:hover a:before {
  width: 7px;
  height: 7px;
}

.ce_accordion.image-text > .accordion > div .ce_accordion .accordion > div .ce_hyperlink:hover a:after {
  width: 0;
}

.ce_accordion.image-text > .accordion > div .ce_accordion .accordion > div .ce_text {
  margin-bottom: 0;
}

.ce_accordion.image-text > .accordion > div .ce_accordion .accordion > div .ce_text p:first-child {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 850px) {
  .ce_accordion.image-text > .accordion > div .ce_accordion .accordion > div .ce_text {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.ce_accordion.image-text.image-right .ce_accordion {
  margin-left: 0 !important;
  margin-right: 50px;
}

.ce_accordion.image-text.image-right > .accordion > div {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 850px) {
  .ce_accordion.image-text.image-right > .accordion > div {
    flex-direction: column;
  }
}

.ce_accordion.image-text.image-right > .accordion > div .ce_image img {
  float: right;
}

.ce_accordion.column-headline:not(:first-child) {
  margin-top: 50px;
}

.ce_accordion.column-headline .toggler {
  font-size: 23pt;
  font-weight: 600;
  margin-bottom: 20px;
}

.ce_accordion.column-headline > .accordion > div {
  display: grid;
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

@media only screen and (max-width: 850px) {
  .ce_accordion.column-headline > .accordion > div {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 850px) {
  .ce_accordion.column-headline > .accordion > div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1300px) {
  .ce_accordion.column-headline > .accordion > div {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ce_accordion.videos .toggler {
  display: none;
}

.ce_accordion.videos .accordion {
  display: block !important;
}

.ce_accordion.videos .accordion > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}

.ce_accordion.videos .accordion > div .ce_player .video_container .thumbnail {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ce_accordion.videos .accordion > div .ce_vimeo {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.ce_accordion.videos .accordion > div .ce_vimeo h5,
.ce_accordion.videos .accordion > div .ce_vimeo .ce_text.headline.h5 {
  margin-left: 20px;
}

.ce_accordion.videos .accordion > div .ce_vimeo iframe {
  width: 100%;
  height: 290px;
  border: none;
  background: #242424;
}

.ce_accordion.videos .accordion > div .ce_vimeo .video_container {
  overflow: hidden;
}

.ce_accordion.videos .accordion > div .ce_vimeo .video_container .thumbnail {
  position: relative;
  overflow: hidden;
}

.ce_accordion.videos .accordion > div .ce_vimeo .video_container .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(2px);
  transform: scale(1.1);
  height: 290px;
}

.ce_accordion.videos .accordion > div .ce_vimeo .video_container .thumbnail:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
}

.ce_accordion.videos .accordion > div .ce_vimeo .video_container figcaption {
  font-size: 16px;
  font-weight: 300;
  padding: 0 20px 15px 20px;
  margin-top: 10px;
}

@media only screen and (max-width: 850px) {
  .ce_accordion.videos .accordion > div {
    grid-template-columns: 1fr;
  }
}

.ce_accordion.two-columns {
  display: none;
}

.ce_accordion.two-columns .toggler {
  display: none;
}

.ce_accordion.two-columns .accordion > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.ce_accordion.two-columns .accordion > div .ce_download a {
  height: 100%;
}

.ce_accordion.two-columns .accordion > div .ce_download a .download-info {
  width: 100%;
  padding-bottom: 40px;
}

.ce_accordion.two-columns .accordion > div .ce_download a .download-info .download {
  bottom: 20px;
}

@media only screen and (max-width: 850px) {
  .ce_accordion.two-columns .accordion > div {
    grid-template-columns: 1fr;
  }
}

.ce_accordion.two-columns.active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

.ce_accordion#slider-images,
.ce_accordion.slider-images {
  height: 390px;
}

.ce_contentbox {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
  border-radius: 5px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 30px;
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  text-align: start;
}

.ce_contentbox h2,
.ce_contentbox .ce_text.headline.h2 {
  text-align: start;
  font-size: 30px;
  color: #00243d !important;
}

.ce_contentbox .details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.5s ease;
}

.ce_contentbox .details p.box-subline {
  font-weight: 600;
  font-size: 25px;
  margin: 25px 0;
  position: relative;
}

.ce_contentbox .details .icons p {
  display: flex;
}

.ce_contentbox .details .icons p img {
  width: 15px;
  height: 15px;
  margin-top: 6px;
}

.ce_contentbox .details .icons p span {
  margin-left: 20px;
}

.ce_contentbox .details .icons:nth-of-type(2) p:last-child img {
  display: none;
}

.ce_contentbox .details .icons:nth-of-type(2) p:last-child span {
  margin: 15px 0 0 0;
}

.ce_contentbox .details a {
  color: #0063a7;
}

.ce_contentbox .less-details,
.ce_contentbox .more-details {
  text-align: center;
}

.ce_contentbox .less-details a,
.ce_contentbox .more-details a {
  color: #0063a7;
}

.ce_contentbox .more-details {
  opacity: 1;
  max-height: 20px;
  transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
  cursor: pointer;
  position: relative;
  padding-bottom: 30px;
  background: none;
  color: #0063a7;
  font-weight: normal;
  width: 100%;
}

.ce_contentbox .more-details:hover:after {
  bottom: -10px;
}

.ce_contentbox .more-details:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-left: 1px solid #0063a7;
  border-bottom: 1px solid #0063a7;
  transform: rotate(-45deg) translateX(-50%);
  bottom: -5px;
  left: 50%;
  transition: bottom 0.3s ease;
  transform-origin: bottom left;
}

.ce_contentbox .less-details {
  cursor: pointer;
  position: relative;
  padding-top: 30px;
}

.ce_contentbox .less-details:hover:after {
  top: 20px;
}

.ce_contentbox .less-details:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-left: 1px solid #0063a7;
  border-bottom: 1px solid #0063a7;
  transform: rotate(135deg) translateX(-50%);
  top: 25px;
  left: 50%;
  transition: top 0.3s ease;
  transform-origin: left top;
}

@media only screen and (max-width: 850px) {
  .ce_contentbox .less-details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
}

.ce_contentbox.open .details {
  max-height: 1200px;
  opacity: 1;
}

.ce_contentbox.open .more-details {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  padding: 0;
}

@media only screen and (max-width: 850px) {
  .ce_contentbox.open {
    padding-bottom: 100px;
    margin-bottom: 20px;
    position: relative;
  }
}

.rows .mobile {
  display: none;
  flex-direction: column;
}

@media only screen and (max-width: 850px) {
  .rows .masonry {
    display: none;
  }

  .rows .mobile {
    display: flex;
  }
}

.ce_grid .rows.col-2 {
  display: flex;
}

.ce_grid .rows.col-2 .column-1,
.ce_grid .rows.col-2 .column-2 {
  margin: 10px;
  width: 50%;
}

.ce_grid .rows.col-2 .column-1 .ce_contentbox,
.ce_grid .rows.col-2 .column-2 .ce_contentbox {
  margin-bottom: 20px;
}

@media (max-width: 850px) {
  .ce_grid .rows.col-2 {
    display: block;
  }
}

.ce_jobs .ce_form .formbody,
.ce_jobs .mod_form .formbody {
  padding: 0 20px;
}

.ce_jobs .ce_form .formbody .widget-select,
.ce_jobs .mod_form .formbody .widget-select {
  width: auto;
}

.ce_jobs .ce_form .formbody .widget-select select option,
.ce_jobs .mod_form .formbody .widget-select select option {
  font-size: 16px;
}

@media only screen and (max-width: 850px) {
  .ce_jobs .ce_form .formbody,
  .ce_jobs .mod_form .formbody {
    flex-wrap: wrap;
  }
}

.ce_jobs .ce_list {
  background-color: #edf4f9;
  border-radius: 5px;
  padding: 20px;
}

.ce_jobs .ce_list > section {
  width: 95%;
  margin: 0 auto;
}

.ce_jobs .ce_list > section .ui-accordion-header {
  position: relative;
  padding: 20px;
  padding-right: 45px;
}

.ce_jobs .ce_list > section .ui-accordion-header:not(.ui-accordion-header-active) {
  cursor: pointer;
}

.ce_jobs .ce_list > section .ui-accordion-header h3,
.ce_jobs .ce_list > section .ui-accordion-header .ce_text.headline.h3 {
  text-align: start;
  color: #00243d;
  font-weight: 600;
  margin: 0;
}

.ce_jobs .ce_list > section .ui-accordion-header span {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ce_jobs .ce_list > section .ui-accordion-header span:after,
.ce_jobs .ce_list > section .ui-accordion-header span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 2px;
  background: #00243d;
  transition: transform 0.3s ease-in-out;
}

.ce_jobs .ce_list > section .ui-accordion-header span:before {
  transform: rotate(90deg);
}

.ce_jobs .ce_list > section .ui-accordion-header span.ui-icon-triangle-1-s:before {
  transform: rotate(135deg);
}

.ce_jobs .ce_list > section .ui-accordion-header span.ui-icon-triangle-1-s:after {
  transform: rotate(45deg);
}

.ce_jobs .ce_list > section .ui-accordion-header:focus {
  outline: 1px solid #c7ddec;
}

.ce_jobs .ce_list > section .ui-accordion-content {
  padding: 0 20px 20px;
}

.ce_jobs .ce_list > section .ui-accordion-content > div .icons {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: auto;
}

@media only screen and (max-width: 850px) {
  .ce_jobs .ce_list > section .ui-accordion-content > div .icons {
    width: 75%;
    align-items: center;
  }
}

.ce_jobs .ce_list > section .ui-accordion-content > div .icons .icon {
  display: -webkit-inline-box;
  font-weight: 600;
  color: #0063a7;
  background-image: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ce_jobs .ce_list > section .ui-accordion-content > div .icons .icon i {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block;
  margin-right: 5px;
  margin-top: -2px;
}

.ce_jobs .ce_list > section .ui-accordion-content > div .icons .icon i.employment-icon {
  background: url(/files/dist/images/time-clock-circle.svg?6fa94a1a82ae9e06b8fac9d5e44e0489);
}

.ce_jobs .ce_list > section .ui-accordion-content > div .icons .icon i.city-icon {
  background: url(/files/dist/images/pin.svg?3b402c02fcb7cae8a91dc389dfc62212);
}

.ce_jobs .ce_list > section .ui-accordion-content > div .icons .icon i.start-icon {
  background: url(/files/dist/images/calendar.svg?3107097cdd4504179872583fce041852);
}

@media only screen and (max-width: 850px) {
  .ce_jobs .ce_list > section .ui-accordion-content > div .icons {
    flex-direction: column;
  }

  .ce_jobs .ce_list > section .ui-accordion-content > div .icons .icon {
    justify-content: center;
  }
}

.ce_jobs .ce_list > section .ui-accordion-content > div .more {
  text-align: center;
}

.ce_jobs .ce_list > section:not(:last-child) {
  border-bottom: 1px solid #c7ddec;
}

.ce_back,
.ce_glossarylist.detail .back,
.mod_article .back {
  text-align: start;
  margin-top: -40px;
}

.ce_back a,
.ce_glossarylist.detail .back a,
.mod_article .back a {
  text-decoration: none;
  padding-left: 25px;
}

.ce_back a:after,
.ce_glossarylist.detail .back a:after,
.mod_article .back a:after {
  left: 0;
}

.ce_back a:before,
.ce_glossarylist.detail .back a:before,
.mod_article .back a:before {
  left: 0;
  transform: translateY(-50%) rotate(135deg);
}

.ce_back:hover a:before,
.ce_glossarylist.detail .back:hover a:before,
.mod_article .back:hover a:before {
  width: 7px;
  height: 7px;
}

.ce_back:hover a:after,
.ce_glossarylist.detail .back:hover a:after,
.mod_article .back:hover a:after {
  width: 0;
}

.ce_job .job_content {
  margin-bottom: 50px;
}

.ce_job .job_content h1,
.ce_job .job_content .ce_text.headline.h1 {
  color: #0063a7;
  text-align: center;
  font-size: 30pt;
}

@media only screen and (max-width: 850px) {
  .ce_job .job_content h1,
  .ce_job .job_content .ce_text.headline.h1 {
    font-size: 25px;
  }
}

.ce_job .job_content .icons {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}

@media only screen and (max-width: 850px) {
  .ce_job .job_content .icons {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.ce_job .job_content .icons p {
  display: -webkit-inline-box;
  font-weight: 600;
  color: #0063a7;
  background-image: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ce_job .job_content .icons p i {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block;
  margin-right: 5px;
  margin-top: -2px;
}

.ce_job .job_content .icons p i.city-icon {
  background: url(/files/dist/images/pin.svg?3b402c02fcb7cae8a91dc389dfc62212);
}

.ce_job .job_content .icons p i.employment-icon {
  background: url(/files/dist/images/time-clock-circle.svg?6fa94a1a82ae9e06b8fac9d5e44e0489);
}

.ce_job .job_content .icons p i.start-icon {
  background: url(/files/dist/images/calendar.svg?3107097cdd4504179872583fce041852);
}

.ce_job .job_content .text {
  width: 60%;
  margin: 30px auto 0;
}

.ce_job .job_content .text ul {
  list-style: disc;
  margin-left: 50px;
}

.ce_job .job_content .text p {
  margin-left: 30px;
}

.ce_job .job_content .text strong {
  margin-left: -30px;
  font-size: 25px;
}

@media only screen and (max-width: 850px) {
  .ce_job .job_content .text {
    width: 100%;
  }
}

.ce_job .ce_form .formbody,
.ce_job .mod_form .formbody {
  width: 60%;
  margin: auto;
  display: block;
  padding-top: 30px;
}

@media only screen and (max-width: 850px) {
  .ce_job .ce_form .formbody,
  .ce_job .mod_form .formbody {
    width: 100%;
  }

  .ce_job .ce_form .formbody h2,
  .ce_job .mod_form .formbody h2,
  .ce_job .ce_form .formbody .ce_text.headline.h2,
  .ce_job .mod_form .formbody .ce_text.headline.h2 {
    font-size: 25pt;
  }
}

.ce_job .ce_form .formbody .widget-text,
.ce_job .mod_form .formbody .widget-text {
  width: 100%;
}

.ce_job .ce_form .formbody fieldset,
.ce_job .mod_form .formbody fieldset {
  display: flex;
  justify-content: space-between;
  border: none;
  margin: 0;
  padding: 0;
}

.ce_job .ce_form .formbody fieldset .widget-text,
.ce_job .mod_form .formbody fieldset .widget-text {
  width: 48%;
}

.ce_job .ce_form .formbody .widget-submit,
.ce_job .mod_form .formbody .widget-submit {
  text-align: center;
  padding-top: 10px;
}

.ce_glossarylist form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
}

@media only screen and (max-width: 850px) {
  .ce_glossarylist form ul {
    width: 100%;
  }
}

.ce_glossarylist form ul li {
  width: 40px;
  height: 40px;
  margin: 10px;
  text-align: center;
  display: grid;
  place-items: center;
  border-radius: 5px;
  position: relative;
}

.ce_glossarylist form ul li label {
  width: 40px;
  height: 40px;
  font-weight: 600;
  color: #0063a7;
  background: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  cursor: pointer;
}

.ce_glossarylist form ul li input {
  width: 100%;
  height: 0;
  opacity: 0;
}

.ce_glossarylist form ul li input:focus {
  outline: auto;
}

.ce_glossarylist form ul li input:focus + label {
  outline: 2px solid #c7d9e6;
  border-radius: 5px;
}

.ce_glossarylist form ul li.active {
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
}

.ce_glossarylist form .search {
  margin: 20px auto 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ce_glossarylist form .search .widget-text {
  margin-right: 20px;
  position: relative;
}

.ce_glossarylist form .search .widget-text input {
  padding: 12px;
  padding-left: 45px;
  height: 48px;
  width: 400px;
  position: relative;
  font-family: League Spartan, Verdana, sans-serif;
  color: #00243d;
  display: block;
  border: 1px solid #d8d8d9;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
}

.ce_glossarylist form .search .widget-text input:focus {
  background-color: #eaeaeb;
}

.ce_glossarylist form .search .widget-text:after {
  position: absolute;
  content: "";
  left: 12px;
  bottom: 7px;
  background: url(/files/dist/images/search.svg?6d3fc956153d15a7fe2c81b8588f0c13);
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  filter: saturate(0);
}

.ce_glossarylist form .search .widget-text label {
  position: absolute;
  left: 50px;
  top: 13px;
  font-size: 17px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.ce_glossarylist form .search .widget-text.editing label {
  font-size: 15px;
  left: 0 !important;
  top: -20px;
  pointer-events: inherit;
}

@media only screen and (max-width: 850px) {
  .ce_glossarylist form .search {
    flex-direction: column;
    align-items: center;
  }

  .ce_glossarylist form .search .widget-text {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .ce_glossarylist form .search .widget-text input {
    width: 100%;
  }
}

.ce_glossarylist .glossary_group h3,
.ce_glossarylist .glossary_group .ce_text.headline.h3 {
  font-weight: 600;
  color: #0063a7;
  background: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px !important;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
}

.ce_glossarylist .glossary_group h3:after,
.ce_glossarylist .glossary_group .ce_text.headline.h3:after {
  position: absolute;
  content: "";
  width: 250px;
  left: 0;
  right: 0;
  height: 2px;
  background: #c7d9e6;
  margin: auto;
  top: -30px;
}

.ce_glossarylist .glossary_group .glossary_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}

.ce_glossarylist .glossary_group .glossary_items > div .title a {
  color: #00243d;
  text-decoration: none;
  text-align: center;
  background-color: rgba(199, 217, 230, 0.5);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  margin: 15px 10px;
}

.ce_glossarylist .glossary_group .glossary_items > div .description {
  display: none;
}

.ce_glossarylist.detail .glossary_group {
  margin-top: 50px;
}

.ce_glossarylist.detail .glossary_group .glossary_items > div {
  margin: 0;
}

.ce_glossarylist.detail .glossary_group .glossary_items .title {
  display: flex;
  justify-self: center;
  pointer-events: none;
}

.ce_glossarylist.detail .glossary_group .glossary_items .description {
  display: block;
}

.ce_glossarylist.detail .glossary_group .glossary_items .description a {
  color: #0063a7;
}

body.index .mod_article.intro-hero {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #edf4f9;
}

@media only screen and (min-width: 850px) {
  body.index .mod_article.intro-hero {
    flex-wrap: nowrap;
    height: 80vh;
    min-height: 750px;
  }
}

body.index .mod_article.intro-hero > .ce_accordion {
  width: 100%;
  margin: auto;
  max-width: 600px;
  margin-right: 0;
  order: 2;
}

@media only screen and (min-width: 850px) {
  body.index .mod_article.intro-hero > .ce_accordion {
    width: 50%;
    order: 1;
  }
}

@media only screen and (max-width: 850px) {
  body.index .mod_article.intro-hero > .ce_accordion {
    margin: 50px auto 0;
  }
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 850px) {
  body.index .mod_article.intro-hero > .ce_accordion .accordion > div {
    display: block;
  }
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_headline,
body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_text {
  text-align: right;
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_headline {
  background: linear-gradient(-44deg, #0063a7 0%, #005fa0 65%, #00487a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 50px;
}

@media only screen and (max-width: 850px) {
  body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_headline {
    z-index: 1;
    font-size: 20pt;
    width: 100%;
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: #ffffff;
  }
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_text {
  width: 100%;
  order: 3;
}

@media only screen and (min-width: 850px) {
  body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_text {
    width: auto;
    order: 2;
  }
}

@media only screen and (max-width: 850px) {
  body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_text {
    margin: 30px 0 20px;
    text-align: start;
  }
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_form,
body.index .mod_article.intro-hero > .ce_accordion .accordion > div .mod_form {
  width: 100%;
  order: 2;
  z-index: 1;
}

@media only screen and (min-width: 850px) {
  body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_form,
  body.index .mod_article.intro-hero > .ce_accordion .accordion > div .mod_form {
    width: auto;
    order: 3;
  }
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_form h2,
body.index .mod_article.intro-hero > .ce_accordion .accordion > div .mod_form h2,
body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_form .ce_text.headline.h2,
body.index .mod_article.intro-hero > .ce_accordion .accordion > div .mod_form .ce_text.headline.h2 {
  margin: 0;
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_form .formbody,
body.index .mod_article.intro-hero > .ce_accordion .accordion > div .mod_form .formbody {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 15px;
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_form .formbody .input_trackingnumber,
body.index .mod_article.intro-hero > .ce_accordion .accordion > div .mod_form .formbody .input_trackingnumber {
  grid-row: 1;
  grid-column: 1/3;
  margin: 0;
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_form .formbody .input_postal,
body.index .mod_article.intro-hero > .ce_accordion .accordion > div .mod_form .formbody .input_postal {
  grid-row: 2;
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_form .formbody .tracking_submit,
body.index .mod_article.intro-hero > .ce_accordion .accordion > div .mod_form .formbody .tracking_submit {
  grid-row: 2;
}

body.index .mod_article.intro-hero > .ce_accordion .accordion > div .ce_form .formbody .widget-explanation,
body.index .mod_article.intro-hero > .ce_accordion .accordion > div .mod_form .formbody .widget-explanation {
  position: relative !important;
}

body.index .mod_article.intro-hero .ce_player {
  order: 1;
  margin: 0;
  height: 100%;
  background: #edf4f9;
}

@media only screen and (min-width: 850px) {
  body.index .mod_article.intro-hero .ce_player {
    width: 55%;
    order: 2;
  }
}

@media only screen and (max-width: 850px) {
  body.index .mod_article.intro-hero .ce_player {
    position: absolute;
    height: 250px;
    width: 100%;
  }
}

body.index .mod_article.intro-hero .ce_player video,
body.index .mod_article.intro-hero .ce_player .video_container {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

body.index .mod_article.intro-hero .ce_image {
  order: 1;
  width: 100%;
  height: 100%;
  background: #edf4f9;
  margin: 0;
}

@media only screen and (min-width: 850px) {
  body.index .mod_article.intro-hero .ce_image {
    width: 55%;
    order: 2;
  }
}

@media only screen and (max-width: 850px) {
  body.index .mod_article.intro-hero .ce_image {
    position: absolute;
    height: 250px;
    width: 100%;
  }
}

body.index .mod_article.intro-hero .ce_image img,
body.index .mod_article.intro-hero .ce_image .image_container {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.index .mod_article.intro-hero .ce_form,
body.index .mod_article.intro-hero .mod_form {
  width: 100%;
  position: relative;
  background: white;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 4px 4px 12px 3px rgba(0, 36, 61, 0.07);
}

@media only screen and (min-width: 850px) {
  body.index .mod_article.intro-hero .ce_form,
  body.index .mod_article.intro-hero .mod_form {
    width: auto;
    margin-right: -100px;
    left: 50px;
  }
}

body.index .mod_article.intro-hero .ce_form h2,
body.index .mod_article.intro-hero .mod_form h2,
body.index .mod_article.intro-hero .ce_form .ce_text.headline.h2,
body.index .mod_article.intro-hero .mod_form .ce_text.headline.h2 {
  text-align: left;
  font-size: 30px;
  margin-top: 0;
}

body.index .mod_article.intro-hero .ce_form .formbody .input_trackingnumber,
body.index .mod_article.intro-hero .mod_form .formbody .input_trackingnumber {
  width: 100%;
}

body.index .mod_article.intro-hero .ce_form .formbody .widget.input_postal,
body.index .mod_article.intro-hero .mod_form .formbody .widget.input_postal {
  width: 100%;
}

@media only screen and (min-width: 850px) {
  body.index .mod_article.intro-hero .ce_form .formbody .widget.input_postal,
  body.index .mod_article.intro-hero .mod_form .formbody .widget.input_postal {
    width: 80%;
  }
}

body.index .mod_article.intro-hero .ce_form .formbody .input_postal,
body.index .mod_article.intro-hero .mod_form .formbody .input_postal {
  width: 100% !important;
}

body.index .mod_article.intro-hero .ce_form .formbody .input_postal input,
body.index .mod_article.intro-hero .mod_form .formbody .input_postal input {
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #faqpage {
    display: none;
  }

  #faqpage.loaded {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
  }

  #faqpage article {
    width: 30%;
    margin: 10px;
  }

  .mod_faqpage {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
  }

  .mod_faqpage article {
    width: 30%;
    margin: 10px;
  }

  #header ul.level_1 > li > a span {
    background-image: none;
  }

  :-ms-input-placeholder:not(#tag-input) {
    color: #ffffff !important;
  }

  #archive-buttons ul li,
  .ce_list#infothek-buttons ul li {
    background-image: none !important;
    color: #0063a7;
  }

  .more-details {
    text-align: center;
    margin-top: 30px;
  }

  .more-details:hover {
    cursor: pointer;
  }

  .mod_newsarchive.active {
    display: block !important;
  }

  .mod_newsarchive .layout_latest .image_container img {
    width: 100%;
    height: 300px;
  }

  .ce_jobs .icons .icon {
    background-image: none !important;
    display: -ms-inline-flexbox;
  }

  .ce_job .icons p {
    background-image: none !important;
    display: -ms-inline-flexbox;
  }

  .partner-result-card .partner-logo img,
  .tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-logo img,
  .partner-search-app .partner-search .partner-search-body .partner-result-card .partner-logo img {
    height: auto;
  }

  .partner-result-card .partner-info .name,
  .tracking-app .tracking-status-body table tbody tr .partner-result-card .partner-info .name,
  .partner-search-app .partner-search .partner-search-body .partner-result-card .partner-info .name {
    background-image: none !important;
  }

  .ce_gallery.vertical ul {
    display: block;
  }

  .ce_gallery.vertical ul li p {
    text-align: justify;
  }

  .ce_gallery.buttons#icon-text ul li .image_container p {
    background-image: none !important;
  }

  .ce_gallery.buttons.faq-filter#icon-text ul li {
    width: 300px;
    padding-right: 10px;
  }

  .ce_gallery#icon-text ul {
    flex-wrap: wrap;
  }

  .ce_downloads ul li a {
    background-image: none !important;
  }

  .intro-hero .ce_headline {
    background-image: none !important;
    color: #0063a7;
  }

  .ce_glossarylist form ul li label {
    background: none;
  }

  .ce_glossarylist .glossary_group h3,
  .ce_glossarylist .glossary_group .ce_text.headline.h3 {
    background: none;
  }

  .image-background {
    background: black;
    z-index: 0;
  }

  .image-background .image_container img {
    z-index: 1;
    opacity: 0.7;
    height: auto !important;
  }

  .image-background .ce_text {
    display: -ms-flexbox;
    max-width: 100vw !important;
  }

  footer .mod_form h2,
  footer .mod_form .ce_text.headline.h2 {
    text-align: justify;
  }

  footer nav.first-footer ul.level_1,
  footer nav.second-footer ul.level_1 {
    display: -ms-flexbox;
    justify-content: center;
  }

  .swiper-pagination-bullets {
    width: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .intro-hero .widget-explanation p {
    padding-bottom: 20px;
  }

  .tracking-app .tracking-status-head p {
    background-image: none !important;
  }

  .widget-select:after,
  .mod_newsmenu .widget-select:after,
  .ce_jobs .ce_form .formbody .widget-select:after,
  .ce_jobs .mod_form .formbody .widget-select:after {
    display: none;
  }

  .newsletter-popup .popup-content {
    margin: auto;
  }
}

