:root {
  --color-primary: #0098DD;
  --color-secondary: #FFE600;
  --body-color: #616161;
  --bg: #CCEAF8;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * 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.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?2pha8");
  src: url("../icomoon/fonts/icomoon.eot?2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?2pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xing:before {
  content: "\e90b";
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e901";
}

.icon-fax:before {
  content: "\e901";
}

.icon-contact:before {
  content: "\e901";
}

.icon-office:before {
  content: "\e901";
}

.icon-phone1:before {
  content: "\e902";
}

.icon-contact1:before {
  content: "\e902";
}

.icon-envelope:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e903";
}

.icon-mail:before {
  content: "\e903";
}

.icon-letter:before {
  content: "\e903";
}

.icon-contact2:before {
  content: "\e903";
}

.icon-angle-down:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-calendar:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e90a";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .bg--image .bg, .event-item.checked::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1201px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.container::after, .grid::after, nav ul::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }
}
/*  4.2 Container */
.container {
  max-width: 95.5rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 47.75rem;
}

.container--med {
  max-width: 70rem;
}

/*  4.3 Grid */
.grid {
  margin-left: -4.44444rem;
  list-style: none;
  margin-bottom: 0;
}

.grid__item {
  float: left;
  padding-left: 4.44444rem;
}

.grid--narrow {
  margin-left: -2.22222rem;
}
.grid--narrow > .grid__item {
  padding-left: 2.22222rem;
}

.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

.grid--tight {
  margin-left: 0;
}
.grid--tight > .grid__item {
  padding-left: 0;
}

.grid--wide {
  margin-left: -6.66667rem;
}
.grid--wide > .grid__item {
  padding-left: 6.66667rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2.22222rem;
}
.flexgrid--gutter > .flex__item {
  padding-left: 2.22222rem;
}

.flexgrid--narrow {
  margin-left: -1.11111rem;
}
.flexgrid--narrow > .flex__item {
  padding-left: 1.11111rem;
}

.flexgrid--tiny {
  margin-left: -0.75rem;
}
.flexgrid--tiny > .flex__item {
  padding-left: 0.75rem;
}

.flexgrid--wide {
  margin-left: -4.44444rem;
}
.flexgrid--wide > .flex__item {
  padding-left: 4.44444rem;
}

.flex--end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.flex--around {
  justify-content: space-around;
}

.flex--middle {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex--center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flex--bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex1 {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "roboto", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.33333;
  color: var(--body-color);
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body.rapid {
  font-family: "Arial", "roboto", "Arial", sans-serif;
  --color-primary: #000;
  --color-secondary: #F9A519;
  --body-color: #000;
  --bg: #FFF;
}
body.rapid svg.bg polygon {
  fill: var(--body-color);
}

body.sos {
  font-family: "PT Sans", "roboto", "Arial", sans-serif;
  --color-primary: #0060A8;
  --color-secondary: #D43620;
  --body-color: #000;
  --bg: #FFF;
}
body.sos svg.bg polygon {
  fill: var(--color-primary);
}

*::selection {
  background: var(--color-primary);
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #000000;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "roboto slab", "roboto", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.66667rem;
  color: var(--body-color);
}
body.rapid h1, body.rapid .alpha,
body.rapid h2, body.rapid .beta,
body.rapid h3, body.rapid .gamma,
body.rapid h4, body.rapid .delta,
body.rapid h5, body.rapid .epsilon,
body.rapid h6, body.rapid .zeta {
  font-family: "Arial", "roboto", "Arial", sans-serif;
}
body.sos h1, body.sos .alpha,
body.sos h2, body.sos .beta,
body.sos h3, body.sos .gamma,
body.sos h4, body.sos .delta,
body.sos h5, body.sos .epsilon,
body.sos h6, body.sos .zeta {
  font-weight: normal !important;
  font-family: "PT Sans", "roboto", "Arial", sans-serif;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

.text--bigger p {
  font-size: 1.11111rem;
}

.link--light a {
  font-weight: normal;
}

h1, .alpha {
  font-size: 1.88889rem;
  line-height: 1.32353;
  color: #FFF;
  margin-bottom: 0.83333rem;
  text-transform: uppercase;
}
body.rapid h1, body.rapid .alpha {
  font-weight: normal;
}

h2, .beta {
  font-size: 1.38889rem;
  line-height: 1.32;
  text-transform: uppercase;
  margin-bottom: 0.83333rem;
  color: var(--color-primary);
}
h2 strong, .beta strong {
  color: var(--color-secondary);
}
.h2-with-line h2, h2.with-line, .h2-with-line .beta, .beta.with-line {
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 1.11111rem;
  text-align: center;
  margin-bottom: 1.11111rem;
}
body.rapid h2.with-line, body.rapid .h2-with-line h2, body.rapid .beta.with-line, body.rapid .h2-with-line .beta {
  font-weight: normal;
}
@media only screen and (min-width: 1021px) {
  .h2--bigger h2, h2.bigger, .h2--bigger .beta, .beta.bigger {
    font-size: 2.22222rem;
  }
}

h3, .gamma {
  font-size: 1.5rem;
  line-height: 1.2963;
  font-family: 'roboto';
}

h4, .delta {
  font-size: 1.38889rem;
  line-height: 1.32;
  position: relative;
  overflow: hidden;
  font-family: 'roboto';
  font-weight: 300;
}
h4 span, .delta span {
  display: inline-block;
  padding-right: 1.66667rem;
  position: relative;
}
h4 span::before, .delta span::before {
  content: '';
  position: absolute;
  left: 100%;
  width: 99vw;
  top: 50%;
  height: 2px;
  background: var(--color-primary);
}

h5, .epsilon {
  font-size: 1.11111rem;
  line-height: 1.3;
  font-family: 'roboto';
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-primary);
}
body.rapid h5, body.rapid .epsilon {
  color: var(--color-secondary);
  font-weight: normal;
}
body.sos h5, body.sos .epsilon {
  font-weight: normal;
}

h6, .zeta {
  font-size: 1.11111rem;
  line-height: 1.3;
  font-family: 'roboto';
  font-weight: bold;
  color: #000000;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.66667rem;
}
p a, blockquote a,
pre a, dl a {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}
body.sos p a, body.sos blockquote a, body.sos
pre a, body.sos dl a {
  font-weight: normal;
}
p a:hover, blockquote a:hover,
pre a:hover, dl a:hover {
  text-decoration: none;
}

/*  5.3 Alignment */
.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.33333;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #A1A9AD;
  margin: 6.66667rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 3.33333rem;
  border: 1px solid var(--body-color);
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'roboto slab';
  src: url("../fonts/roboto-slab-v24-latin-500.woff2") format("woff2"), url("../fonts/roboto-slab-v24-latin-500.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto';
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto';
  src: url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto';
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto';
  src: url("../fonts/roboto-v30-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v30-latin-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/pt-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/pt-sans-v17-latin-700.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/pt-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/pt-sans-v17-latin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"] {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: normal;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.55rem 1.25rem 0.4rem;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  color: white;
  background-color: var(--color-primary);
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease-out;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover {
  color: white;
  opacity: 0.9;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}
.btn i, input[type="button"] i,
input[type="submit"] i {
  display: inline-block;
  margin-right: 0.5rem;
}

.btn--big {
  padding: 1rem 1.4rem 0.9rem;
}

.btn--secondary {
  background-color: var(--color-secondary);
  color: #000000;
  border: 1px solid var(--color-secondary);
}
.btn--secondary:hover {
  color: #000000;
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  opacity: 0.9;
}
body.rapid .btn--secondary {
  font-weight: bold;
}
body.sos .btn--secondary {
  color: #FFF !important;
}

.btn--ghost {
  background-color: transparent;
  color: #FFF;
  border: 1px solid var(--color-secondary);
  padding: 0.55rem 1rem 0.4rem;
  font-weight: bold;
}
.btn--ghost:hover {
  color: #000000;
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary) !important;
}
body.sos .btn--ghost {
  border-color: #FFF;
}

.btn--toggle {
  padding: 0 0.5em;
  height: 42px;
  width: 46px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-left: 1rem;
}
.btn--toggle .icon-bar {
  display: block;
  background: #FFF;
  position: relative;
  width: 28px;
  height: 2px;
  margin: 6px auto;
  transition: transform 0.2s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -8px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"],
textarea {
  font-size: 1rem;
  width: 100%;
  border: none;
  padding: 1rem 1.25rem 0.9rem;
  background: #FFF;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  color: #000000;
}

input.placeholder--gray::placeholder,
textarea.placeholder--gray::placeholder {
  font-style: italic;
  color: #999999;
}

.form--search {
  position: relative;
  margin-bottom: 2.5rem;
}
.form--search input {
  border-radius: 0;
  padding-left: 0;
  padding-right: 3rem;
  border-bottom: 2px solid var(--color-primary);
}
.form--search button {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  border: none;
  margin: 0;
  line-height: 1.4;
  padding: 0;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  color: var(--color-primary);
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

textarea {
  resize: vertical;
  height: 160px;
}

input[type="text"]::-ms-clear {
  display: none;
}

.checkbox:first-child,
.radio:first-child {
  margin-top: 1rem;
}
.checkbox input,
.radio input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.checkbox label,
.radio label {
  position: relative;
  padding-left: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.checkbox label::before,
.radio label::before {
  content: '';
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: #FFF;
  border-radius: 5px;
  text-align: center;
  color: var(--color-primary);
  font-size: 1.4rem;
}
.checkbox input:checked + label::before,
.radio input:checked + label::before {
  content: "\e908";
}

.radio label::before {
  border-radius: 50%;
}

.select {
  position: relative;
  display: block;
}
.select::before {
  content: "\e904";
  font-family: 'icomoon';
  font-size: 1.2rem;
  position: absolute;
  right: 1rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__row {
  text-align: left;
  margin-bottom: 0.75rem;
}

.filter-events {
  padding-top: 1.11111rem;
}
.filter-events .select {
  max-width: 24.25rem;
  margin: 0 auto;
}

label {
  font-weight: normal !important;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
  color: #000000;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
  color: #000000;
}

::placeholder {
  opacity: 1;
  color: #000000;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}
.header-nav li {
  float: left;
  margin-right: 1.66667rem;
}
.header-nav a {
  font-size: 1.11111rem;
  line-height: 1.3;
  color: #FFF;
  font-weight: bold;
  padding: 0.25rem 0 0.2rem;
  position: relative;
  display: inline-block;
}
.header-nav a:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 2px;
  background: #FFF;
  transition: all 0.3s ease-out;
}
.header-nav a:hover::before,
.header-nav .current-menu-item a::before {
  width: 100%;
}

.header-nav a.partner-link::after {
  content: 'PARTNER';
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 50%;
}

.footer-nav li {
  float: left;
  margin-right: 2rem;
}
.footer-nav a {
  font-size: 1.11111rem;
  line-height: 1.3;
  color: var(--color-primary);
  display: inline-block;
  padding: 0.25rem 0 0.2rem;
}

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

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
@media only screen and (min-width: 1201px) {
  .nav-mobile {
    display: none !important;
  }
}

.nav-mobile__inner {
  background: var(--color-primary);
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 10rem;
  text-align: center;
}
.nav-mobile-active--fixed .nav-mobile__inner {
  min-height: 120%;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-active--relative body {
  height: 100%;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul a {
  position: relative;
  font-size: 1.25rem;
  color: #FFF;
  display: block;
  padding: 1rem 1rem;
}

.nav-mobile__inner ul a.partner-link::after {
  content: 'PARTNER';
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  font-size: 50%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  overflow: hidden;
  position: fixed;
  background: var(--color-primary);
  opacity: 0.95;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close {
  display: none !important;
}

.mfp-content {
  position: static;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

.popup__box {
  background: #FFF;
  border-radius: 10px;
  padding: 3rem 3.33333rem 2.66667rem;
}

.popup__close {
  position: absolute;
  display: flex;
  align-items: center;
  top: 1rem;
  right: 1rem;
  padding: 1rem;
  color: #FFF;
}
.popup__close i {
  font-size: 1.8rem;
  display: inline-block;
  margin-left: 0.75rem;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  background: var(--color-primary);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 2rem;
  padding-bottom: 1.11111rem;
  transition: all 0.2s ease-out;
}
.scrolled .site-header {
  padding-top: 1.11111rem;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.16);
}

.site-branding {
}

.site-branding .logo-container {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2rem;
  width: 29rem;
}

.site-branding a {
  display: block;
  padding: 0 1rem;
}

.site-branding a.logo-1 {
  padding-left: 0;
}

.site-branding a.logo-3 {
  padding-right: 0;
}

.site-branding a img {
  width: 100%;
}

.site-branding a.logo-2 img,
.site-branding a.logo-3 img {
  width: 60%;
}

.site-branding a.logo-3 img {
  margin: 0;
}

.site-branding a.logo-2 {
  border-left: 3px solid var(--color-secondary);
  border-right: 3px solid var(--color-secondary);
}

.site-branding .logo-spacer {
  position: relative;
  display: block;
  width: 3px;
  height: 50%;
  background-color: var(--color-secondary);
}

.header_appointment {
  margin-right: 0.75rem;
}

.info-buttons {
  position: fixed;
  z-index: 999;
  top: 10rem;
  right: 0;
}
.info-buttons .open-location {
  display: block;
  width: 3.5rem;
  height: 4.33333rem;
  background: var(--bg);
  position: relative;
  z-index: 9;
}
.info-buttons .open-location img {
  position: absolute;
  width: 2rem;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.info-buttons .open-location div {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #FFF;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.info-buttons .open-location div span {
  display: inline-block;
  font-family: "roboto slab", "roboto", "Arial", sans-serif;
  color: var(--color-primary);
  text-transform: uppercase;
  writing-mode: vertical-rl;
  padding: 1.5rem 1.1rem;
}
@media only screen and (min-width: 1201px) {
  .info-buttons .open-location:hover {
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  }
  .info-buttons .open-location:hover div {
    opacity: 1;
  }
}
.info-buttons .questionmark {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  width: 3.5rem;
  height: 2.66667rem;
  line-height: 2.66667rem;
  color: var(--color-primary);
  text-align: center;
  background: var(--bg);
  position: relative;
  z-index: 8;
  margin-top: 1px;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.5rem;
}

.margin-bottom {
  margin-bottom: 3.33333rem;
}

.margin-top {
  margin-top: 3.33333rem;
}

.margin-bottom--small {
  margin-bottom: 1.66667rem;
}

.margin-bottom--big {
  margin-bottom: 6.66667rem;
}

.margin-bottom--huge {
  margin-bottom: 8.33333rem;
}

.spacing {
  padding-top: 3.33333rem;
  padding-bottom: 3.33333rem;
}

.spacing--big {
  padding-top: 6.66667rem;
  padding-bottom: 6.66667rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 3.33333rem;
}

.padding-top {
  padding-top: 3.33333rem;
}

.padding-top--tiny {
  padding-top: 1.11111rem;
}

.padding-top--small {
  padding-top: 1.66667rem;
}

.padding-bottom--small {
  padding-bottom: 1.66667rem;
}

.bg--light {
  background: #F5F5F5;
}

.bg--blue {
  background: var(--color-primary);
}
.bg--blue h1, .bg--blue h2, .bg--blue h3, .bg--blue h4, .bg--blue p {
  color: #FFF;
}

.buttons a {
  margin-left: 0.6rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.text--white p, .text--white h2, .text--white p a, .text--white .alpha, .text--white h3, .text--white h4 {
  color: #FFF;
  max-width: 50rem;
}
.text--white .text--center p {
  margin-left: auto;
  margin-right: auto;
}

.content-area {
  position: relative;
  padding-top: 11.66667rem;
  min-height: 35.5rem;
}
.content-area svg.bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 35.5rem;
  width: 100%;
}
.content-area .container {
  position: relative;
  z-index: 9;
}

.flex-listing a.block {
  display: block;
  margin-bottom: 1.66667rem;
}
.flex-listing a.block img {
  width: 100%;
}

.bg--image {
  position: relative;
  padding: 5.83333rem 0;
  min-height: 31vw;
}
.bg--image .bg {
  position: absolute;
  object-fit: cover;
}
.bg--image h2, .bg--image h3, .bg--image h4, .bg--image h5, .bg--image p a, .bg--image p {
  color: #FFF;
}
.bg--image p {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.section--intro h2 {
  position: relative;
  padding-top: 4rem;
}
.section--intro h2::before {
  content: '';
  position: absolute;
  top: 0;
  height: 2.75rem;
  width: 2px;
  left: calc(50% - 1px);
  background: var(--color-primary);
}
body.sos .section--intro h2 {
  text-transform: none;
}

.info-with-icon {
  padding: 0.75rem 0;
  border-top: 2px solid var(--color-primary);
  min-height: 100px;
}
.flex__item:first-child > .info-with-icon, .flex__item:nth-child(2) > .info-with-icon {
  border: 0;
}
.info-with-icon * {
  color: var(--color-primary);
}
.info-with-icon img {
  margin-left: 0;
  max-width: 90%;
}
.info-with-icon strong {
  font-size: 1.27778rem;
  line-height: 1.30435;
}
.info-with-icon .info__icon {
  width: 4.75rem;
  height: 4.75rem;
  background-size: 2.33rem;
  background-repeat: no-repeat;
  background-position: center;
}
.info-with-icon .info__text {
  width: calc(100% - 86px);
}
.info-text--smaller .info-with-icon strong {
  font-size: 1.16667rem;
  line-height: 1.28571;
}
body.sos .info-with-icon strong {
  font-weight: normal;
  color: var(--body-color);
}

.text-max-width p {
  max-width: 37rem;
}

.video-with-sidebar {
  background: var(--bg);
}
.video-with-sidebar .flex__iframe {
  width: calc(100% - 23rem);
}
.video-with-sidebar .flex__iframe .iframe-wrap {
  min-height: 100%;
}
.video-with-sidebar .flex__aside {
  padding: 3.33333rem 3.66667rem;
  width: 23rem;
}
.video-with-sidebar .flex__aside h5, .video-with-sidebar .flex__aside h6 {
  text-align: center;
  margin-bottom: 0.4rem;
}
.video-with-sidebar .flex__aside h6 {
  margin-bottom: 1rem;
}
.video-with-sidebar .flex__aside p {
  margin-bottom: 0;
  color: var(--body-color);
}
.video-with-sidebar .flex__aside img {
  width: 100%;
  margin-bottom: 1.66667rem;
}

.video-with-sidebar--small .flex__iframe {
  width: calc(100% - 16rem);
}
.video-with-sidebar--small .flex__aside {
  padding: 1.66667rem;
  width: 16rem;
}
.video-with-sidebar--small .flex__aside img {
  /*width: 7.4rem;*/
}

.box--white {
  background: #FFF;
  border-radius: 10px;
  padding: 3.33333rem;
}
.box--white .el-logo {
  width: 12rem;
}

.box__inner {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 2.66667rem 2.66667rem 2rem;
  text-align: center;
  margin-bottom: 1.11111rem;
}
.box__inner h2, .box__inner .beta {
  margin-bottom: 1.66667rem;
}
body.rapid .box__inner h2, body.rapid .box__inner .beta {
  color: var(--color-secondary);
}

.box__dates {
  max-width: 14.75rem;
  margin: 0 auto;
}
.box__dates a {
  display: block;
  text-align: center;
  margin-bottom: 1.11111rem;
}

.box__times {
  max-width: 18.75rem;
  margin: 0 auto;
}
.box__times a {
  display: block;
  margin-bottom: 0.75rem;
}

.chose-date {
  font-size: 1.11111rem;
  max-width: 18rem;
  margin: 0 auto 1.25rem;
}
.chose-date * {
  color: #000000;
}
.chose-date span {
  font-weight: bold;
}
.chose-date a {
  font-size: 1.5rem;
}

.box--light {
  background: #F5F5F5;
  padding: 3.33333rem;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 53rem;
}

.box--white {
  background: #FFF;
  padding: 2.5rem 2.66667rem;
  border-radius: 10px;
}

body.rapid .section--newletter h2,
body.sos .section--newletter h2 {
  font-weight: normal;
}

.sos-rapid {
  width: 11rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.popup .box--white {
  max-width: 38.5rem;
  margin: 0 auto;
}
.popup .box--white p {
  margin-bottom: 1rem;
}
.popup .conrad {
  width: 11rem;
}
.popup .map {
  position: relative;
  margin-bottom: 3.33333rem;
  padding-top: 1rem;
}
.popup .map img {
  overflow: hidden;
  border-radius: 10px;
}
.popup .map::before {
  content: '';
  position: absolute;
  top: 100%;
  width: 2px;
  left: calc(50% - 1px);
  background: #FFF;
  height: 1.66667rem;
}
.popup .container--small {
  max-width: 49rem;
}
.popup .fail-or-success svg {
  margin-bottom: 1.66667rem;
}
.popup .fail-or-success h2, .popup .fail-or-success p {
  margin-bottom: 0.5rem;
}
.popup .fail-or-success p {
  color: #000000;
}
.popup button {
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  background: #FFF;
  padding: 5rem 0;
}
.site-footer img {
  margin-left: 0;
  width: auto;
  height: 2.4rem;
}

.events {
  margin: 0 auto 3.33333rem;
  max-width: 70rem;
}
.events .flex__item {
  margin-bottom: 1.11111rem;
}

.event-item {
  height: 100%;
  position: relative;
  display: block;
  padding: 1.33333rem 1.11111rem 1.11111rem;
  background: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
}
.event-item.checked::before {
  content: '';
  position: absolute;
  background: #FFF;
  opacity: 0.6;
}
.event-item.checked .time {
  color: #000000;
}
.event-item.checked::after {
  content: "\e908";
  position: absolute;
  background: #FFF;
  z-index: 9;
  top: 1rem;
  right: 1rem;
  height: 2rem;
  width: 2rem;
  border-radius: 5px;
  text-align: center;
  font-size: 1.6rem;
  color: var(--color-primary);
  font-family: 'icomoon';
}
.event-item .time {
  font-size: 0.77778rem;
  line-height: 1.42857;
  margin-bottom: 0.25rem;
  color: var(--color-primary);
  font-weight: bold;
}
.event-item .person {
  font-weight: bold;
  color: #000000;
  min-height: 3.75rem;
  margin-bottom: 0.25rem;
  word-break: break-word;
}
.event-item .text {
  color: #616161;
  min-height: 3.5rem;
  margin-bottom: 0;
}
.event-item .tag {
  display: inline-block;
  font-size: 0.77778rem;
  line-height: 1.42857;
  border-radius: 0.6rem;
  padding: 0 1.11111rem;
}
.event-item .eprocurement {
  color: #3B65FF;
  background: #CBD6FC;
}
.event-item .project-business {
  color: #19A670;
  background: #9CF5D3;
}
.event-item .marketplace {
  color: #C03AFC;
  background: #E9BEFC;
}
.event-item .rapid {
  color: #FC3A67;
  background: #FACCD6;
}
.event-item .education {
  color: #CE740D;
  background: #F5D3AB;
}
.event-item .sos {
  color: #0D91B9;
  background: #93E1F8;
}
.event-item .sonstige {
  color: #838383;
  background: #D1CDCD;
}

.nav--fixed {
  position: fixed;
  top: 35.5rem;
  transition: all 0.3s ease-out;
}
.scrolled-sticky .nav--fixed {
  top: 11rem;
}
.nav--fixed li {
  display: block;
  margin-bottom: 0.5rem;
}
.nav--fixed a {
  display: inline-block;
  padding: 0.25rem 0;
  position: relative;
}
.nav--fixed a:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 2px;
  background: var(--color-primary);
  transition: all 0.3s ease-out;
}
.nav--fixed a:hover {
  color: var(--color-primary);
  font-weight: bold;
}
.nav--fixed a:hover::before {
  width: 100%;
}

.popup p {
  font-size: 1.11111rem;
  margin-bottom: 0.75rem;
}
.popup .when {
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.popup .name {
  font-size: 1.27778rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 1rem;
}
.popup .popup__box a:not(.btn):not(input[type="button"]) {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 0 0.25rem;
}
.popup .popup__box a:not(.btn):not(input[type="button"]) i {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  width: 1.5rem;
  margin-right: 0.25rem;
  color: var(--color-primary);
  vertical-align: -5px;
}
.popup .popup__box a:not(.btn):not(input[type="button"]):hover {
  color: var(--color-primary);
}
.popup [href^="tel"] span {
  text-decoration: none;
}
.popup [href^="mailto"] span {
  text-decoration: underline;
}
.popup .contacts {
  padding: 1.25rem 0 1.6rem;
}

.popup__box {
  max-width: 38rem;
  margin: 0 auto;
}

.cookie-overlay {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 152, 221, 0.5);
}

.cookie-overlay.hidden {
  display: none;
}

.cookie-overlay .cookie-content {
  position: relative;
  padding: 1.5rem;
  background-color: #fff;
  border: 2px solid var(--color-primary);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);

  width: 100%;
  max-width: 740px;
}
@media (max-width: 740px) {
  .cookie-overlay .cookie-content {
    max-width: 90vw;
  }
}

.cookie-overlay .cookie-content>p {
  font-size: 80%;
}

.cookie-overlay .cookie-content .cookie-buttons {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  gap: 1em;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1800px) {
  aside .box--white {
    padding: 3rem 2rem;
  }

  .site-branding .logo-container {
    width: 22rem;
  }

  .nav--fixed {
    left: 1rem;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 16px;
  }

  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .header-nav li {
    margin-right: 1.5rem;
  }

  .site-header .btn, .site-header input[type="button"],
  .site-header input[type="submit"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media only screen and (max-width: 1500px) {
  .nav--fixed {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .video-with-sidebar .flex__aside {
    padding: 2.5rem;
  }

  .header-nav a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1300px) {
  .site-branding .logo-container {
    width: 18rem;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 15px;
  }

  .video-with-sidebar .flex__iframe,
  .video-with-sidebar .flex__aside {
    width: 100%;
  }
  .video-with-sidebar .flex__iframe > img,
  .video-with-sidebar .flex__aside > img {
    width: 18rem;
  }

  .popup__close span {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .video-with-sidebar .flex__aside {
    display: flex;
    align-items: center;
  }
  .video-with-sidebar .flex__aside h5, .video-with-sidebar .flex__aside h6 {
    text-align: left;
  }
  .video-with-sidebar .flex__aside img {
    width: 20rem;
    margin-right: 2rem;
    margin-left: auto;
    margin-bottom: 0;
  }

  .box__inner {
    padding: 2rem 1.5rem 1.5rem;
  }
}
@media only screen and (max-width: 1020px) {
  .bg--image {
    position: relative;
    padding: 5.83333rem 0 4.16667rem;
  }
  .bg--image h2, .bg--image h3, .bg--image h4, .bg--image p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 800px) {
  .site-footer {
    padding: 3.33333rem 0;
  }
  .site-footer .flex {
    display: block;
    text-align: center;
  }
  .site-footer img {
    margin-left: auto;
    margin-bottom: 1.66667rem;
  }
  .site-footer .footer-nav li {
    float: none;
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1.6rem;
  }

  .popup__close {
    top: 0;
    right: 0;
  }

  .box--white {
    padding: 2.5rem 2rem 2rem;
  }
}
.show--sm {
  display: none;
}
@media only screen and (max-width: 640px) {
  .btn--big {
    padding: 0.8rem 1.25rem 0.7rem;
  }
  .hidden--sm {
    display:  none !important;
  }
  .flex__item:nth-child(2) > .info-with-icon {
    border-top: 2px solid var(--color-primary);
  }

  .popup__box {
    padding: 2rem 1.66667rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .popup__close {
    padding: 0.5rem;
  }

  .popup .box__inner {
    padding: 2rem 1.5rem 1.5rem;
  }
  .show--sm {
    display: block;
  }
}

.show--sm {
  display: block;
}

@media only screen and (max-width: 480px) {
  .hidden--xs {
    display: none !important;
  }



  .video-with-sidebar .flex__aside {
    padding: 1.5rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .site-branding .logo-container {
    width: 15rem;
  }
}

/* hide newsletter on sos and rapid sub-pages */
body.sos .section--newletter,
body.rapid .section--newletter {
  display: none;
}

.bg--image h2 {
  text-shadow: 0 0 5px rgb(0 0 0 / 40%);
}

.video-links {
  position: absolute;
  display: grid;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto 1fr;
  pointer-events: none;
}

.video-links .video-links-flex {
  position: relative;
  display: flex;
  grid-column: 1/1;
  grid-row: 2/2;
  justify-self: stretch;
  align-self: center;

  flex-flow: row nowrap;
  justify-content: space-evenly;
  pointer-events: initial;
}

.video-links .btn--video-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-primary);
  width: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-links .btn--video-link::before {
  position: relative;
  display: block;
  content: "";
  padding-bottom: 56.25%;
}