@charset "UTF-8";
:root {
  --color-palette-3-lighter: #4591c4;
  --color-brand-base: #f07d00;
  --color-primary-light: #ffab00;
  --color-primary-bright: #80a4ac;
  --color-primary-base: #f07d00;
  --color-primary-dark: #f07d00;
  --color-primary-darker: #18373f;
  --color-secondary-light: #909096;
  --color-secondary-bright: #67676f;
  --color-secondary-base: #06446c;
  --color-secondary-dark: #22222b;
  --color-links-bright: #ea8e54;
  --color-links: #e36414;
  --color-tertiary-light: #ff8f8f;
  --color-tertiary-base: #ff4141;
  --color-tertiary-dark: #962a2a;
  --color-greyscale-xlight: #fff;
  --color-greyscale-lighter: #f8f8f8;
  --color-greyscale-light: #f3f3f3;
  --color-greyscale-mid: #e5e5e5;
  --color-greyscale-mid-dark: #a5a5a5;
  --color-greyscale-base: #7e8c89;
  --color-greyscale-dark: #454d4b;
  --color-greyscale-darkest: #212529;
  --color-social-base: #fff;
  --color-social-facebook: #365899;
  --color-social-twitter: #54acee;
  --color-social-linkedin: #0077b5;
  --color-social-whatsapp: #00e676;
  --color-social-xing: #007776;
  --color-positive-light: var(--color-brand-light);
  --color-positive-base: var(--color-brand-basee);
  --color-positive-dark: var(--color-primary-dark);
  --color-negative-light: var(--color-tertiary-light);
  --color-negative-base: var(--color-tertiary-base);
  --color-negative-dark: var(--color-tertiary-dark);
  --color-warning-light: var(--color-secondary-light);
  --color-warning-base: var(--color-secondary-base);
  --color-warning-dark: var(--color-secondary-dark);
  --color-green-1: #2e7763;
  --color-green-2: #48be9d;
  --color-yellow: #f8c300;
  --color-red: #d02826;
  --color-red-2: #962a2a;
  --color-blue: #4577ce;
  --color-white: #fff;
  --color-grey: #4a4a4a;
  --color-grey-light: #ccc;
  --color-black: #000;
  --body-text-color: var(--color-grey);
  --body-background-color: var(--color-white);
  --links-color: var(--color-brand-base);
  --links-color-hover: var(--color-primary-bright);
  --color-focus: #228ae6;
  --font-main: 'Open Sans', sans-serif;
  --font-base-line-height: 1.4;
  --font-thin: 300;
  --font-normal: 400;
  --font-thick: 600;
  --font-thicker: 700;
  --typography-thin: var(--font-thin);
  --typography-bold: var(--font-thicker);
  --font-size-xs: 0.75em;
  --font-size-s: 0.875em;
  --font-size-m: 1em;
  --font-size-l: 1.125em;
  --font-size-xl: 1.313em;
  --font-size-xxl: 1.5em;
  --font-size-xxxl: 1.75em;
  --font-size-xxxxl: 3em;
  --form-focus-background: var(--color-secondary-light);
  --dashboard-sidebar-background: var(--color-greyscale-xlight);
  --dashboard-sidebar-text: var(--color-greyscale-dark);
  --dashboard-sidebar-text-light: var(--color-greyscale-base);
  --dashboard-sidebar-user-links: var(--color-greyscale-base);
  --dashboard-sidebar-user-links-hover-bg: var(--color-greyscale-mid);
  --dashboard-sidebar-user-links-hover-color: var(--color-greyscale-darkest);
  --header-background-start: #dce15f;
  --header-background-end: #297763;
  --header-links-color: var(--color-greyscale-xlight);
  --header-submenu-background: var(--color-greyscale-xlight);
  --header-submenu-links: var(--color-greyscale-base);
  --header-submenu-links-hover: var(--color-greyscale-darkest);
  --header-submenu-link-hover-background: var(--color-greyscale-mid);
  --header-submenu-divider: var(--color-greyscale-mid);
  --animation-fast: 250ms;
  --animation-mid: 500ms;
  --animation-slow: 850ms;
  --ui-border-radius: 0.25em;
  --ui-divider-color: var(--color-greyscale-mid);
  --status-notification-neutral-background: var(--color-white);
  --status-notification-neutral-border: var(--color-greyscale-dark);
  --status-notification-neutral-color: var(--color-greyscale-darkest);
  --status-notification-positive-border: var(--color-positive-base);
  --status-notification-positive-color: var(--color-greyscale-xlight);
  --status-notification-positive-background: var(--color-positive-base);
  --status-notification-negative-border: var(--color-negative-base);
  --status-notification-negative-color: var(--color-greyscale-xlight);
  --status-notification-negative-background: var(--color-negative-base);
  --status-notification-warning-border: var(--color-warning-base);
  --status-notification-warning-color: var(--color-greyscale-xlight);
  --status-notification-warning-background: var(--color-warning-base);
  --cards-background: var(--color-greyscale-xlight);
  --card-text-color: var(--color-greyscale-dark);
  --card-text-light-color: var(--color-greyscale-mid-dark);
  --cards-title-color: var(--color-brand-base);
  --cards-divider-border: var(--color-greyscale-mid);
  --cards-sidebar-title-color: var(--color-greyscale-dark);
  --cards-sidebar-subtitle-color: var(--color-greyscale-mid-dark);
  --card-sidebar-border-top-color: var(--color-brand-base);
  --tag-border-color: transparent;
  --tag-border-color-hover: transparent;
  --tag-color: var(--color-greyscale-base);
  --tag-color-hover: var(--links-color-hover);
  --breadcrumb-color: var(--color-greyscale-base);
  --button-default-background: var(--color-greyscale-xlight);
  --button-default-color: var(--links-color);
  --button-default-background-hover: var(--color-greyscale-xlight);
  --button-default-color-hover: var(--links-color-hover);
  --button-default-border: var(--color-greyscale-xlight);
  --button-default-border-hover: var(--color-greyscale-xlight);
  --button-positive-background: var(--color-primary-dark);
  --button-positive-color: var(--color-greyscale-xlight);
  --button-positive-background-hover: var(--color-greyscale-xlight);
  --button-positive-color-hover: var(--color-positive-dark);
  --button-positive-border: var(--color-positive-base);
  --button-positive-border-hover: var(--color-positive-base);
  --button-cancel-background: transparent;
  --button-cancel-color: var(--color-primary-dark);
  --button-cancel-background-hover: var(--color-greyscale-xlight);
  --button-cancel-color-hover: var(--color-primary-dark);
  --button-cancel-border: var(--color-primary-dark);
  --button-cancel-border-hover: var(--color-primary-dark);
  --button-negative-background: var(--color-negative-base);
  --button-negative-color: var(--color-greyscale-xlight);
  --button-negative-background-hover: var(--color-greyscale-xlight);
  --button-negative-color-hover: var(--color-negative-base);
  --button-negative-border: var(--color-negative-base);
  --button-negative-border-hover: var(--color-negative-base);
  --button-brand-background: red;
  --button-brand-color: var(--color-greyscale-xlight);
  --button-brand-background-hover: var(--color-greyscale-xlight);
  --button-brand-color-hover: var(--color-brand-base);
  --button-brand-border: var(--color-palette-4);
  --button-brand-border-hover: var(--color-brand-base);
  --button-pill-background: var(--color-greyscale-mid);
  --button-pill-color: var(--color-greyscale-darkest);
  --button-pill-background-hover: var(--color-greyscale-xlight);
  --button-pill-color-hover: var(--color-greyscale-darkest);
  --button-pill-border: var(--color-greyscale-mid-dark);
  --button-pill-border-hover: var(--color-greyscale-mid-dark);
  --button-fave: var(--color-yellow);
  --button-fave-hover: var(--color-yellow);
  --button-bookmark: var(--color-greyscale-mid-dark);
  --button-bookmark-hover: var(--links-color-hover);
  --button-share: var(--color-greyscale-mid-dark);
  --button-share-hover: var(--links-color-hover);
  --button-header-title-background: var(--color-white);
  --button-header-title-color: var(--color-headerTitle);
  --button-border-radius: 0;
  --searchfilter-background: transparent;
  --searchfilter-color: var(--color-greyscale-xlight);
  --searchfilter-button-color: var(--color-greyscale-dark);
  --searchfilter-button-background: var(--color-greyscale-xlight);
  --label-default-background: var(--color-green-1);
  --label-default-color: var(--color-greyscale-xlight);
  --label-category-1: var(--color-green-1);
  --label-category-2: var(--color-green-2);
  --label-category-3: var(--color-yellow);
  --label-category-4: var(--color-blue);
  --label-category-5: var(--color-red);
  --label-toggle-background-on: var(--color-greyscale-mid);
  --label-toggle-background-off: var(--color-greyscale-lightest);
  --label-toggle-color: var(--color-greyscale-dark);
  --label-toggle-border: var(--color-greyscale-base);
  --color-imageContentRows-text: var(--color-black);
  --color-SuperiorImageBlock-text: var(--color-white);
  --color-SuperiorImageBlock-button-background: var(--color-white);
  --color-SuperiorImageBlock-button-text: var(--color-black);
  --color-SuperiorImageBlock-background: #2c3e50;
  --link-HeaderButton: var(--body-text-color);
  --link-hover-HeaderButton: var(--body-text-color);
  --link-hover-background-HeaderButton: var(--color-palette-3);
  --button-text-HeaderButton: var(--color-white);
  --button-hover-text-HeaderButton: var(--color-brand-base);
  --link-hover-background-HeaderEnlarged: var(--color-greyscale-lighter);
  --text-hover-color-HeaderEnlarged: var(--color-brand-base);
  --separator-color-HeaderSmall: var(--color-grey-light);
  --text-hover-color-HeaderSmall: var(--color-brand-base);
  --backgroud-hover-color-HeaderSmall: var(--color-grey-light);
  --text-HeaderLabels: var(--color-black);
  --text-firstBackground-HeaderLabels: transparent;
  --text-secondBackground-HeaderLabels: transparent;
  --text-tittle-MainIntro: var(--color-brand-base);
  --button-primary-MainIntro: var(--color-palette-4);
  --button-secondary-MainIntro: var(--color-white);
  --icon-SidedBlock: var(--color-brand-base);
  --title-LogoCTA: var(--body-text-color);
  --links-LogoCTA: var(--links-color);
  --line-ParallaxImageBlock: var(--color-white);
  --button-primary-ParallaxImageBlock: var(--color-white);
  --button-secondary-ParallaxImageBlock: var(--links-color);
  --title-SimpleCTA: var(--links-color);
  --button-primary-SimpleCTA: var(--color-palette-4);
  --button-secondary-SimpleCTA: var(--color-white);
  --background-StandardFooter: var(--color-brand-base);
  --text-StandardFooter: var(--color-white);
  --text-BannerRight: var(--color-white);
  --button-primary-BannerRight: var(--color-brand-base);
  --button-secondary-BannerRight: var(--links-color);
  --color-primary-PlanCard: var(--color-palette-3);
  --color-secondary-PlanCard: var(--color-brand-base);
  --color-primary-bright-PlanCard: var(--color-palette-3-lighter);
  --color-secondary-bright-PlanCard: var(--color-palette-1-light);
  --icon-IconBlock: var(--links-color);
  --title-Article: var(--links-color);
  --background-HeaderSet: var(--color-palette-3);
  --background-FootLine: var(--color-palette-3); }

.HeaderTitle__button {
  background-size: 200%;
  background-color: #fc0;
  border: 0;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 20px;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out; }
  @media (min-width: 768px) {
    .HeaderTitle__button {
      padding: 0.375rem 0.75rem; } }
  .HeaderTitle__button:hover {
    background-color: #ffd633;
    background-position: 100% 100%;
    border: 0;
    color: #000; }

.btn-secondary {
  background: #fff;
  color: #fc0;
  padding-left: 3rem;
  padding-right: 3rem; }
  .btn-secondary:hover {
    background: #fff;
    color: #182d4c; }

.HeaderTitle__title, .HeaderTitle__subtitle {
  font-size: var(--font-size-xxxxl);
  line-height: var(--font-base-line-height); }

.u-strong {
  font-weight: var(--typography-bold) !important; }

.u-thin {
  font-weight: var(--typography-thin) !important; }

.showOnDebug {
  display: none; }
  .showDebug .showOnDebug {
    display: inline; }

a {
  color: var(--links-color);
  text-decoration: none; }
  a:hover {
    color: var(--links-color-hover);
    text-decoration: underline; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* and for keyboard users, override everything with
   a Big Blue Border when focused on any element */
[data-whatintent='keyboard'] *:focus {
  outline: 2px solid #7aacfe !important;
  /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color !important; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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

* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #323232;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3rem;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    color: #fc0;
    font-weight: 600;
    margin: 0 0 1rem; }
  body h1 {
    font-size: 2.4rem; }
  body h2 {
    font-size: 2rem;
    line-height: 1.5; }
  body h3 {
    color: #182d4c;
    font-size: 1.2rem; }
  body h4 {
    color: #182d4c;
    font-size: 1.5rem;
    font-weight: 600; }
  body h5,
  body h6 {
    font-size: 20px; }
  body p {
    margin: 0; }
    body p + a {
      margin-top: 0.5rem; }
  body button {
    background-color: transparent; }
  body a {
    align-items: center;
    display: flex;
    padding: 0.8rem 0;
    color: #182d4c;
    position: relative; }
    body a i {
      margin-right: 6px; }
    body a:hover {
      color: #182d4c;
      text-decoration: none; }
  body .center {
    text-align: center; }
  body .light {
    color: #fff; }
  body .text-primary {
    color: #182d4c; }
  body .bold {
    font-weight: 600; }
  body a.mail {
    text-transform: initial; }
    body a.mail:hover {
      background-color: transparent; }
  body .Cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    body .Cards .Card {
      padding: 0 20px;
      display: flex; }
      body .Cards .Card .Card__Background {
        border: 1px solid #182d4c;
        overflow: hidden;
        padding: 20px;
        position: relative; }
      body .Cards .Card .Card__Image {
        background-repeat: no-repeat;
        background-size: contain;
        margin: auto;
        padding-bottom: calc(70% * 67 / 100);
        width: 70%; }
      body .Cards .Card .Card__Button {
        margin: 0; }
  body .StandardFooter {
    color: #323232; }

.Card__Logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 0 4rem; }

.Card__Logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 160px; }

a.btn-primary {
  align-items: center;
  background: #182d4c;
  color: #fff;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px; }
  a.btn-primary i {
    color: #fff;
    margin-right: 8px; }
  a.btn-primary:hover {
    background: #244473;
    color: #fff; }

a.btn-secondary {
  align-items: center;
  background: #fc0;
  color: #182d4c;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px; }
  a.btn-secondary i {
    color: #182d4c;
    margin-right: 8px; }
  a.btn-secondary:hover {
    background: #ffd633;
    color: #182d4c; }

a.btn-header {
  color: #182d4c;
  font-weight: 500;
  position: relative; }
  a.btn-header:hover {
    text-decoration: underline; }
  a.btn-header + span {
    color: #182d4c; }

/**
   * Circular (sans)
   */
@font-face {
  font-family: 'Circular';
  src: url("../fonts/CircularStd-Medium.woff2") format("woff2");
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-thick);
  line-height: 1.2;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

h1 {
  font-size: xxxl;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: var(--font-thin); }

h2 {
  font-size: xxl;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

h3 {
  font-size: xl;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

h4 {
  font-size: l;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

h5 {
  font-size: m;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

h6 {
  font-size: s;
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

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

q {
  font-style: oblique;
  padding: 10px 20px;
  quotes: "“" "”" "‘" "’"; }

q::before {
  color: currentColor;
  content: open-quote;
  display: inline;
  left: -5px;
  position: relative; }

q::after {
  color: currentColor;
  content: close-quote;
  display: inline;
  left: 5px;
  position: relative; }

html {
  font-size: 20px;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth; }
  html *:focus {
    outline: 0; }
  html.is-unscrollable {
    overflow-y: hidden; }

.div__centered {
  align-items: center;
  display: flex;
  width: 100%; }

.div__left {
  float: left;
  padding-left: 15%;
  padding-right: 3%;
  width: 50%; }

.div__right {
  float: right;
  padding-left: 3%;
  padding-right: 10%;
  width: 50%; }

/* Create three equal columns that floats next to each other */
.column-1 {
  float: left;
  width: 100%; }

/* Create three equal columns that floats next to each other */
.column-2 {
  float: left;
  width: 50%; }

.column-3 {
  float: left;
  padding: 10px;
  width: 33.33%; }

/* Create three equal columns that floats next to each other */
.column-4 {
  float: left;
  padding: 10px;
  width: 25%; }

/* Create three equal columns that floats next to each other */
.column-5 {
  float: left;
  padding: 10px;
  width: 20%; }

/* Create three equal columns that floats next to each other */
.column-8 {
  float: left;
  padding: 0;
  width: 12.5%; }

/* Clear floats after the columns */
.row {
  padding: 5em 0; }
  .row .row {
    padding: 2em 0 0; }
  .row.Contact__map {
    padding: 0; }

@media (max-width: 768px) {
  .column-2 {
    width: 100%; }
  .column-3 {
    width: 100%; }
  .column-4 {
    width: 100%; } }

@media (max-width: 1024px) {
  .column-5 {
    width: 50%; }
  .column-8 {
    width: 25%; } }

.Dashboard {
  height: calc(100vh - 90px);
  margin-top: 90px;
  width: 100%; }

.FooterLine {
  background: #182d4c;
  color: #fff;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  line-height: 1.5rem;
  overflow: hidden;
  padding: 10px 10%; }
  .FooterLine a {
    color: #fff;
    font-size: .875rem; }
    .FooterLine a:hover {
      color: #182d4c; }
  @media (max-width: 900px) {
    .FooterLine {
      flex-direction: column;
      text-align: -webkit-center; } }

.FooterLine__leftBlock {
  align-items: center;
  align-self: center; }
  .FooterLine__leftBlock a {
    padding: 0; }

.FooterLine__RightBlock {
  align-items: center;
  align-self: center;
  display: flex;
  margin-left: auto; }
  .FooterLine__RightBlock a {
    padding: 0 1em; }
    .FooterLine__RightBlock a:last-child {
      padding-right: 0; }
  @media (max-width: 500px) {
    .FooterLine__RightBlock {
      padding-top: 1em; } }

.HeaderButton__wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.HeaderButton {
  display: flex;
  height: 90px;
  position: relative;
  margin: auto;
  width: calc(100% - 40px);
  justify-content: space-between;
  max-width: 1400px;
  padding: 0 20px; }

.HeaderMenu {
  background: #182d4c;
  height: 54px;
  width: 100%; }

div#logo_header {
  height: 100%;
  width: 180px; }

.HeaderButton__Content {
  display: flex;
  align-items: center; }
  .HeaderButton__Content *,
  .HeaderButton__Content *:hover {
    color: #fc0; }
  .HeaderButton__Content a {
    display: inline; }

.HeaderButton_dropdown-content {
  align-items: center;
  display: flex;
  margin-left: 10px; }
  .HeaderButton_dropdown-content a {
    border-right: 1px solid #fc0;
    margin: 0;
    padding: 0 10px; }
    .HeaderButton_dropdown-content a:last-child {
      border: 0; }
    .HeaderButton_dropdown-content a.en:first-of-type, .HeaderButton_dropdown-content a.de:last-of-type {
      color: rgba(255, 204, 0, 0.5); }

.HeaderSet {
  align-items: center;
  display: flex;
  height: 70vh;
  justify-content: center;
  margin-top: 90px;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .HeaderSet .HeaderImage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute; }
  .HeaderSet .HeaderSet__Content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100vw;
    z-index: 10; }
    .HeaderSet .HeaderSet__Content h1 {
      color: #fff;
      font-size: 46px;
      max-width: 1200px;
      text-align: center;
      text-shadow: 1px 1px 1px #182d4c; }

.HeaderTitle {
  width: 100%; }
  @media (min-width: 768px) {
    .HeaderTitle {
      float: inherit;
      margin: auto;
      width: 65%; } }

.HeaderTitle__background {
  background-position-x: center;
  background-size: cover; }

.HeaderTitle__title {
  color: var(--color-white);
  font-weight: 100;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }

.HeaderTitle__subtitle {
  color: var(--color-white);
  font-weight: 900;
  margin: 0;
  text-transform: uppercase; }

.HeaderTitle__text {
  color: var(--color-white);
  margin: 0;
  margin-bottom: 1.5em; }

.HeaderTitle__button {
  background: var(--button-header-title-background);
  border: 1px solid var(--button-header-title-color);
  color: var(--button-header-title-color); }
  .HeaderTitle__button:hover {
    background: var(--button-header-title-background);
    border: 1px solid var(--button-header-title-color);
    color: var(--button-header-title-color); }

.Exhibitor {
  margin: 0 20px; }
  .Exhibitor h2 {
    text-align: center; }

.hall {
  left: 20px;
  position: absolute;
  top: 20px; }

.Exhibitor__Topics {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem; }
  .Exhibitor__Topics .Exhibitor__Topic {
    align-items: center;
    border: 1px solid #182d4c;
    border-radius: 5px;
    color: #182d4c;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    padding: 20px 25px;
    text-align: center;
    width: 200px; }
    .Exhibitor__Topics .Exhibitor__Topic i {
      font-size: 2rem;
      margin-bottom: 1rem; }
    .Exhibitor__Topics .Exhibitor__Topic:last-child {
      margin: 0; }
    .Exhibitor__Topics .Exhibitor__Topic.Active {
      background: #182d4c;
      color: #fff; }

.Exhibitor__Content {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
  .Exhibitor__Content .Exhibitor__Plan {
    width: calc(200% / 3); }
  .Exhibitor__Content .Exhibitor__List {
    padding-left: 60px;
    width: calc(100% / 3); }
    .Exhibitor__Content .Exhibitor__List span {
      align-items: center;
      cursor: pointer;
      display: flex; }
      .Exhibitor__Content .Exhibitor__List span i {
        margin-right: 8px; }
      .Exhibitor__Content .Exhibitor__List span.Selected {
        color: #182d4c; }
        .Exhibitor__Content .Exhibitor__List span.Selected i:before {
          content: '\e95a'; }
  .Exhibitor__Content:not(.Active) {
    display: none; }

.Exhibitor__Plan {
  position: relative; }
  .Exhibitor__Plan .PlanBackground {
    position: absolute;
    z-index: -1; }
  .Exhibitor__Plan .Stands * {
    cursor: pointer; }
  .Exhibitor__Plan .Selected {
    fill: #182d4c; }

.ExhibitorCompany {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px; }
  .ExhibitorCompany:last-child {
    border: 0; }
  .ExhibitorCompany a {
    align-items: center;
    display: flex; }
    .ExhibitorCompany a i {
      margin-right: 8px; }

.Initiatoren__TextBlock {
  margin: auto;
  max-width: 1400px;
  padding: 0 20px; }
  .Initiatoren__TextBlock h3 {
    text-align: center; }
  .Initiatoren__TextBlock a.btn-primary.Card__Button {
    margin: 0; }

.Intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  margin: 5rem auto;
  max-width: 1400px; }
  .Intro > * {
    width: calc(50% - 25px); }
  @media (max-width: 768px) {
    .Intro > * {
      width: 100%; }
    .Intro .IntroVideo {
      margin-bottom: 2rem; } }

.IntroVideo .IntroVideo__Content {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative; }
  .IntroVideo .IntroVideo__Content iframe {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.ParallaxImageBlock {
  background-color: rgba(0, 0, 0, 0.6);
  background-position-x: center;
  background-size: cover;
  color: var(--color-SuperiorImageBlock-text);
  display: table;
  min-height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  z-index: 1; }

.ParallaxImageBlock__wrapper {
  padding: calc(7rem + 140px) 0; }

.ParallaxImageBlock__title {
  font-weight: 600; }

.ParallaxImageBlock__line {
  border-color: var(--line-ParallaxImageBlock);
  width: 50%; }

.parallax {
  background-attachment: fixed;
  background-position: 0 90px;
  background-repeat: no-repeat;
  background-size: cover; }

.ParallaxImageBlock__buttonWrapper {
  padding: 2em 0; }

.ParallaxImageBlock__row {
  padding-bottom: 0; }

svg.Parallax__Triangle {
  position: absolute;
  left: 0;
  width: 100%;
  height: 140px; }
  svg.Parallax__Triangle.Triangle__Bottom {
    bottom: 0; }

.Invitation {
  background-image: linear-gradient(-90deg, #182d4c, #000);
  color: #fff; }
  .Invitation .Invitation__Text {
    margin: 0 20px; }
    .Invitation .Invitation__Text a {
      margin: 0; }

body .Projects {
  background-color: #000;
  color: #fff; }
  body .Projects > .row {
    margin: auto;
    max-width: 1400px;
    padding: 5em 20px; }
  body .Projects .Cards .Card .Card__Background {
    padding: 0;
    z-index: 10; }
  body .Projects .Project__Content {
    padding: 0 20px; }
  body .Projects h3 {
    margin-top: 0; }
  body .Projects .ProjectCards {
    display: flex;
    flex-wrap: wrap; }
    body .Projects .ProjectCards .Card {
      padding: 0 20px 40px;
      letter-spacing: inherit;
      margin: 0;
      color: #fff; }
  body .Projects p.Project__Label {
    background-color: #182d4c;
    color: #323232;
    padding: 3px 8px;
    position: absolute;
    z-index: 10; }
  body .Projects .ProjectImage {
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    body .Projects .ProjectImage div {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 50%;
      width: 100%; }
      body .Projects .ProjectImage div.BackdropFilter {
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover;
        filter: blur(7px);
        z-index: -1; }
  body .Projects .Infoline {
    color: rgba(50, 50, 50, 0.5);
    font-size: 0.875rem;
    margin: 0; }
  body .Projects h4 {
    color: #182d4c;
    margin-top: 1rem; }
  body .Projects p.Project__Text {
    margin-bottom: 4rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  body .Projects .Project__Company {
    bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    position: absolute; }
    body .Projects .Project__Company .icon-inno_Startup:before {
      content: '\e9cd'; }
    body .Projects .Project__Company .icon-inno_Public:before {
      content: '\e9b1'; }
    body .Projects .Project__Company i {
      margin-right: 10px; }

.StandardFooter {
  border-top: 1px solid rgba(24, 45, 76, 0.5);
  color: #323232;
  overflow: hidden;
  position: relative; }
  .StandardFooter .StandardFooter__Content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 1400px;
    padding: 5rem 20px;
    position: relative;
    z-index: 10; }
    .StandardFooter .StandardFooter__Content > div {
      padding: 0;
      width: 30%; }
  .StandardFooter h4 {
    color: #182d4c; }
  .StandardFooter a {
    color: #6c757d;
    line-height: 1.5;
    padding: 0;
    color: #6c757d; }
    .StandardFooter a:hover {
      color: #323232;
      opacity: 1; }

a.Ecosystem__Logo {
  background-color: #182d4c;
  cursor: pointer;
  display: flex;
  -webkit-mask: url(https://img.innoloft.com/innoloft/logo_ecosystem.svg) no-repeat 50% 50%;
  mask: url(https://img.innoloft.com/innoloft/logo_ecosystem.svg) no-repeat 50% 50%;
  width: 150px;
  margin-left: auto;
  height: 140px;
  -webkit-mask-position: top;
          mask-position: top; }
  a.Ecosystem__Logo:hover {
    background-color: #182d4c; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.Map {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative; }
  .Map #Map {
    position: absolute;
    top: -100px; }
  .Map .map-container {
    height: 70vh; }
  .Map .Map__Panel {
    background-color: rgba(0, 0, 0, 0.1);
    margin: auto;
    padding: 0;
    width: 100%; }
  .Map .Contact__map {
    position: relative; }
  .Map .hide {
    display: none; }

body .Filter__Reset {
  text-align: center;
  width: 100%; }
  body .Filter__Reset button {
    background: transparent;
    border: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px; }
    body .Filter__Reset button:hover {
      color: #323232; }

.Panel__Filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.1);
  padding: 1rem; }
  .Panel__Filter .Filter__Labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .Panel__Filter .Filter__Labels .Filter__Label {
      padding: 1px;
      background: #182d4c;
      margin: 5px;
      border-radius: 30px; }
      .Panel__Filter .Filter__Labels .Filter__Label .Label__Content {
        background-color: #fff;
        border-radius: 50px; }
      .Panel__Filter .Filter__Labels .Filter__Label button {
        border: 0;
        border-radius: 100px;
        color: #fc0;
        cursor: pointer;
        display: flex;
        padding: 10px 20px; }
      .Panel__Filter .Filter__Labels .Filter__Label:hover button, .Panel__Filter .Filter__Labels .Filter__Label:active button, .Panel__Filter .Filter__Labels .Filter__Label.Active button {
        background-color: #fc0;
        color: #fff; }

body .leaflet-interactive {
  cursor: default; }
  body .leaflet-interactive.leaflet-marker-icon {
    cursor: pointer; }

.leaflet-pane.leaflet-shadow-pane img {
  display: none; }

body .leaflet-container .leaflet-marker-pane img {
  max-width: 30px !important;
  max-height: 30px !important; }
  body .leaflet-container .leaflet-marker-pane img:not(.Active) {
    filter: grayscale(1) brightness(1.2); }

body .leaflet-popup-content-wrapper,
body .leaflet-popup-tip {
  padding: 10px;
  padding-bottom: 0;
  max-height: 560px;
  overflow-y: auto; }

body .leaflet-popup-content-wrapper {
  padding: 0; }

.leaflet-popup.leaflet-zoom-animated {
  transform: none !important;
  left: 20px !important;
  bottom: 0 !important;
  width: 400px; }

.leaflet-popup-content {
  margin: 0 !important;
  width: 100% !important; }
  .leaflet-popup-content a {
    border: 1px solid #182d4c;
    border-radius: 12px;
    box-shadow: none;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: unset; }
    .leaflet-popup-content a:focus {
      outline-offset: 2px; }
    .leaflet-popup-content a p.Categories span {
      color: rgba(0, 0, 0, 0.3);
      display: none;
      padding: 2px 15px;
      border: 1px solid rgba(0, 0, 0, 0.3);
      border-radius: 50px;
      font-size: 0.875rem;
      margin-right: 10px;
      margin-bottom: 10px; }
      .leaflet-popup-content a p.Categories span:first-child {
        display: inline-block; }
      .leaflet-popup-content a p.Categories span:before {
        content: '#';
        font-weight: 600;
        margin-right: 1px;
        font-size: 1rem; }
  .leaflet-popup-content .Open__tileContent {
    padding: 0 20px; }
    .leaflet-popup-content .Open__tileContent h4 {
      line-height: 2rem;
      margin: 20px 0 15px; }
    .leaflet-popup-content .Open__tileContent p {
      color: #323232;
      margin: 0 0 20px; }
      .leaflet-popup-content .Open__tileContent p.Map__address {
        color: rgba(0, 0, 0, 0.3);
        display: none;
        padding-left: 20px;
        position: relative; }
        .leaflet-popup-content .Open__tileContent p.Map__address i {
          position: absolute;
          left: 0;
          margin-top: 3px; }
      .leaflet-popup-content .Open__tileContent p.Tile__description {
        display: -webkit-box;
        margin: 5px 0 20px;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }

.Tile__contentImage {
  height: 200px;
  position: relative;
  background-size: cover; }
  .Tile__contentImage .Image__backdrop,
  .Tile__contentImage .Image__contain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    position: absolute;
    width: 100%; }
  .Tile__contentImage .Image__backdrop {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 12px 12px 0 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute; }

.leaflet-popup-tip-container {
  display: none; }

a.leaflet-popup-close-button {
  align-items: center;
  background: #fc0;
  border-radius: 0 12px;
  color: #fff;
  display: flex;
  font-size: 2.6rem;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px; }

body .Contact__map {
  position: relative; }
  body .Contact__map button {
    margin: 0; }

.contact .triangle {
  display: none; }

.Contact {
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 3em auto;
  padding: 1em;
  text-align: center; }

.Contact__icon {
  color: #182d4c;
  display: table-cell;
  font-size: larger;
  -moz-text-align-last: center;
       text-align-last: center;
  vertical-align: middle; }

.Contact__iconWrapper {
  background: #182d4c;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: table;
  height: 50px;
  margin: auto;
  width: 50px; }

.map-container {
  height: 100%; }

.Contact__map .map-container {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1); }

.leaflet-bottom {
  display: none; }

.leaflet-touch .leaflet-control-container {
  height: 100%; }
  .leaflet-touch .leaflet-control-container .leaflet-left {
    height: 100%;
    position: relative;
    z-index: 800; }
    .leaflet-touch .leaflet-control-container .leaflet-left .leaflet-bar {
      position: absolute;
      right: 20px;
      bottom: 20px; }

.leaflet-touch .leaflet-control-container .leaflet-left .leaflet-bar {
  box-shadow: 0 0 142px 50px #182d4c;
  border: 0; }
  .leaflet-touch .leaflet-control-container .leaflet-left .leaflet-bar a {
    background-color: #323232;
    color: #182d4c;
    margin: 0;
    padding: 0; }

.leaflet-popup-content-wrapper {
  padding: 0; }

.contact-info {
  display: flex; }

body .marker-cluster-medium,
body .marker-cluster-small {
  background-color: #ddd; }
  body .marker-cluster-medium div,
  body .marker-cluster-small div {
    background-color: #182d4c;
    color: #fff; }
    body .marker-cluster-medium div span,
    body .marker-cluster-small div span {
      font-weight: 600;
      font-size: 0.9rem; }

body.MapProjects .map-container {
  height: 100%; }

body.MapProjects .marker-cluster-medium div,
body.MapProjects .marker-cluster-small div {
  background-color: #0057c4; }

.Dropdown.Map__Panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .Dropdown.Map__Panel .Panel__Filter {
    display: none; }
  .Dropdown.Map__Panel .DropdownBtn {
    background: #da1b1b;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    line-height: 2.5rem;
    margin: 10px auto auto;
    max-width: 350px;
    padding: 0 50px 0 20px;
    position: relative;
    width: 100%; }
    .Dropdown.Map__Panel .DropdownBtn:focus-visible {
      outline-offset: 2px; }
    .Dropdown.Map__Panel .DropdownBtn i {
      line-height: 2.5rem;
      position: absolute;
      right: 20px;
      transition: all 0.5s ease-in-out; }
  .Dropdown.Map__Panel.open .DropdownBtn {
    border-radius: 15px 15px 0 0; }
  .Dropdown.Map__Panel.open .DropdownBtn i {
    transform: scaleY(-1); }
  .Dropdown.Map__Panel.open .Filter__Reset {
    border-bottom: 1px solid rgba(50, 50, 50, 0.4);
    margin-bottom: 10px;
    text-align: left; }
    .Dropdown.Map__Panel.open .Filter__Reset button {
      margin: 0;
      padding: 10px 0; }
  .Dropdown.Map__Panel.open .Panel__Filter {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 15px 15px;
    display: flex;
    margin: auto;
    max-height: calc(100vh - 60px);
    max-width: 350px;
    overflow: auto;
    width: 100%; }
    .Dropdown.Map__Panel.open .Panel__Filter .Filter__Labels {
      display: block; }
      .Dropdown.Map__Panel.open .Panel__Filter .Filter__Labels .Filter__Label {
        background: transparent;
        margin: 0; }
        .Dropdown.Map__Panel.open .Panel__Filter .Filter__Labels .Filter__Label .Label__Content {
          background: transparent; }
          .Dropdown.Map__Panel.open .Panel__Filter .Filter__Labels .Filter__Label .Label__Content i {
            margin-right: 10px;
            width: 20px; }
          .Dropdown.Map__Panel.open .Panel__Filter .Filter__Labels .Filter__Label .Label__Content button {
            align-items: center;
            background: transparent;
            color: #323232;
            display: flex;
            line-height: 1.5rem;
            margin: 0.5rem 0;
            padding: 0;
            text-align: left;
            width: calc(100% - 30px); }
            .Dropdown.Map__Panel.open .Panel__Filter .Filter__Labels .Filter__Label .Label__Content button:hover {
              color: #da1b1b; }
        .Dropdown.Map__Panel.open .Panel__Filter .Filter__Labels .Filter__Label.Active button {
          color: #da1b1b;
          font-weight: 600; }

.Map__Legend {
  background: rgba(255, 255, 255, 0.9);
  filter: contrast(0.8);
  font-size: 0.875rem;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 10px;
  z-index: 500; }
  .Map__Legend h5 {
    font-size: 1rem;
    line-height: 0;
    margin: 0;
    padding: 20px 5px 10px; }
  .Map__Legend button {
    align-items: center;
    background: none;
    border: 0;
    color: #323232;
    display: flex;
    margin: 0.6rem 0;
    max-width: 300px;
    pointer-events: none;
    text-align: left; }
    .Map__Legend button i {
      color: #182d4c;
      margin-right: 10px; }

body .leaflet-container .leaflet-marker-pane img.leaflet-marker-icon {
  background: rgba(255, 255, 255, 0.8);
  padding: 3px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.3); }
  body .leaflet-container .leaflet-marker-pane img.leaflet-marker-icon:not(.Active):hover {
    filter: unset; }
  body .leaflet-container .leaflet-marker-pane img.leaflet-marker-icon.Active, body .leaflet-container .leaflet-marker-pane img.leaflet-marker-icon:hover {
    box-shadow: 1px 1px 1px 2px #182d4c; }

@media (max-width: 1000px) {
  .Map__Legend {
    display: none; } }

@media (max-width: 600px) {
  .Tile__contentImage,
  .leaflet-popup-content .Open__tileContent p.Categories {
    display: none; }
  .Open__tileContent h4 {
    padding-right: 30px; }
  a.leaflet-popup-close-button {
    height: 40px;
    width: 40px; }
  body .leaflet-popup-pane {
    z-index: 1000; } }

.NewsLoading {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; }
  .NewsLoading span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 5em; }
    .NewsLoading span i {
      font-size: 4rem;
      opacity: 0.4;
      -webkit-animation: rotation 2s infinite linear; }

.News {
  margin: auto;
  max-width: 1400px;
  padding: 0 20px; }
  .News .row {
    position: relative; }
  .News .NewsPosts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .News .NewsPosts .NewsPost {
      align-items: center;
      border: 1px solid #182d4c;
      color: #323232;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      margin: 0 40px 40px 0;
      position: relative;
      width: calc(100% / 3 - ((40px * (3 - 1)) / 3)); }
      .News .NewsPosts .NewsPost:nth-child(3n) {
        margin-right: 0; }
      .News .NewsPosts .NewsPost .NewsPost__Text {
        margin-top: .5rem; }
        .News .NewsPosts .NewsPost .NewsPost__Text * {
          display: contents; }
      .News .NewsPosts .NewsPost a {
        margin: 0;
        padding: 0; }
    .News .NewsPosts .NewsPost__Content {
      padding: 0 20px 20px;
      width: 100%; }
    .News .NewsPosts h4 {
      margin: 0; }
    .News .NewsPosts .NewsPost__Date {
      margin-bottom: 10px; }
    .News .NewsPosts .NewsPost__Title,
    .News .NewsPosts .NewsPost__Text {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical; }
    .News .NewsPosts .NewsPost__Title {
      -webkit-line-clamp: 2; }
  .News .NewsPost__Image {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .News .NewsPost__Image div {
      padding-bottom: 200px;
      width: 100%; }
      .News .NewsPost__Image div.ImageFilter {
        filter: blur(8px);
        opacity: 0.8;
        position: absolute;
        z-index: -1; }
  .News .NewsPost__Label {
    background: #182d4c;
    color: #fff;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0; }
  .News .btn-primary {
    margin: 0; }

.Partners {
  margin: 5rem auto;
  max-width: 1400px;
  padding: 0 20px; }
  .Partners h2 {
    text-align: center; }

.PartnerWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .PartnerWrapper a {
    display: flex;
    justify-content: center;
    margin: 20px;
    min-width: 180px;
    padding: 0;
    width: calc(20% - 40px); }
    .PartnerWrapper a img {
      max-height: 60px; }

.PlatformBackground {
  background: #182d4c; }

.Platform {
  margin: 5rem auto;
  max-width: 1400px;
  padding: 3rem 20px 4rem;
  text-align: center; }
  .Platform div {
    color: rgba(255, 255, 255, 0.7); }
  .Platform h4 {
    color: #fc0; }

.LookingFor,
.PlatformBenefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .LookingFor > *,
  .PlatformBenefits > * {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - (40px / 3));
    margin-bottom: 3rem; }
    .LookingFor > * i,
    .PlatformBenefits > * i {
      color: white;
      font-size: 2.4rem;
      margin: 1rem; }

.LookingFor {
  justify-content: center; }
  .LookingFor > * {
    color: #fff;
    margin: 20px 20px 0;
    padding: 0 20px 20px;
    position: relative;
    width: 200px; }
    .LookingFor > * .LookingFor__Lines:before, .LookingFor > * .LookingFor__Lines:after {
      border: 1px solid #ffcc00;
      border-width: 2px 0 0 2px;
      content: '';
      height: 20px;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 0.3s ease-in-out;
      width: 20px;
      right: 100%; }
    .LookingFor > * .LookingFor__Lines:after {
      bottom: 0;
      border-width: 0 2px 2px 0;
      left: auto;
      right: 0;
      top: auto; }
    .LookingFor > * .LookingFor__Lines + span:before {
      border-width: 2px 2px 0 0;
      left: auto;
      right: 0;
      top: 0; }
    .LookingFor > * .LookingFor__Lines + span:after {
      border-width: 0 0 2px 2px;
      left: 0; }
    .LookingFor > *:hover {
      color: #fff; }
      .LookingFor > *:hover .LookingFor__Lines:before, .LookingFor > *:hover .LookingFor__Lines:after {
        height: calc(50% - 2px);
        width: calc(50% - 2px); }

.CircleRow {
  background: rgba(0, 0, 0, 0.08); }
  .CircleRow .row {
    margin: auto;
    max-width: 1400px;
    padding: 0 20px; }
    .CircleRow .row p a {
      padding: 0; }

@media (max-width: 500px) {
  .CircleRow__Block {
    width: 100%; } }

.CircleRow__circleTextBlock {
  display: table;
  height: 100%;
  margin: auto; }

.CircleRow__circle {
  border: #182d4c 2px solid;
  border-radius: 50%;
  height: 170px;
  margin: auto;
  width: 170px; }

.CircleRow__circleText {
  color: #182d4c;
  display: table-cell;
  font-size: larger;
  font-weight: bolder;
  padding: 20px;
  text-align: center;
  vertical-align: middle; }

.CircleRow__text {
  text-align: center; }

.Interreg {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .Interreg > div {
    margin-bottom: 10px; }

.Events {
  margin: 0 20px; }
  .Events h2 {
    text-align: center; }
  .Events .EventsContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem; }

.EventCard {
  background: rgba(0, 0, 0, 0.1);
  margin: 0;
  width: 30%; }
  .EventCard .EventImage {
    height: 300px;
    position: relative;
    overflow: hidden; }
    .EventCard .EventImage .Cover,
    .EventCard .EventImage .Blurred {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      filter: blur(10px) opacity(0.5); }
    .EventCard .EventImage .Contain {
      height: 100%; }
  .EventCard .EventText {
    padding: 20px 160px 30px 20px;
    position: relative; }
    .EventCard .EventText .EventButton {
      display: inline-block;
      line-height: 40px;
      margin: 0;
      padding: 0 15px;
      right: 0; }

.Organizers {
  margin: 8rem 20px; }
  .Organizers h2 {
    text-align: center; }
  .Organizers__Logos {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%; }
  .Organizers__Logo {
    height: 60px;
    margin: 0 40px;
    max-width: 200px;
    -o-object-fit: contain;
       object-fit: contain; }
    .Organizers__Logo.vertical {
      height: 120px; }

.Targetgroups {
  padding: 0 20px 5rem;
  margin: auto;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .Targetgroups h2 {
    text-align: center; }
  .Targetgroups .TargetOnClick {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 2rem;
    position: relative; }
  .Targetgroups .TargetTitle {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem 1rem 1.5rem;
    text-align: center;
    width: 20%; }
    .Targetgroups .TargetTitle.Active * {
      color: #182d4c; }
    .Targetgroups .TargetTitle h3 {
      margin: 1rem 0 0; }
    .Targetgroups .TargetTitle i {
      font-size: 3rem;
      opacity: 0.4; }

.TargetText {
  display: none;
  max-width: 800px;
  margin: 2rem auto; }
  .TargetText i,
  .TargetText .More {
    color: #b3b3b3; }
  .TargetText.Active {
    display: block; }
  .TargetText .More {
    cursor: pointer; }
  .TargetText .TargetMore,
  .TargetText span,
  .TargetText .ShowMore span:last-child {
    display: inline; }
  .TargetText span:last-child {
    display: none; }

.TargetTitle.Active:nth-of-type(1) ~ .MoveBackground {
  left: calc((1 - 1) * 20%); }

.TargetTitle.Active:nth-of-type(2) ~ .MoveBackground {
  left: calc((2 - 1) * 20%); }

.TargetTitle.Active:nth-of-type(3) ~ .MoveBackground {
  left: calc((3 - 1) * 20%); }

.TargetTitle.Active:nth-of-type(4) ~ .MoveBackground {
  left: calc((4 - 1) * 20%); }

.TargetTitle.Active:nth-of-type(5) ~ .MoveBackground {
  left: calc((5 - 1) * 20%); }

.MoveBackground {
  position: absolute;
  width: 20%;
  border-radius: 10px;
  height: 100%;
  z-index: -10;
  transition: all 0.3s ease-in-out; }
  .MoveBackground, .MoveBackground:before {
    background: #e6e6e6; }
  .MoveBackground:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 2px;
    bottom: -15px;
    margin: auto;
    left: 0;
    right: 0;
    transform: rotate(45deg); }

.TargetText.Mobile {
  display: none; }

@media (max-width: 768px) {
  .Targetgroups .TargetTitle {
    width: 100%;
    cursor: default; }
  .TargetText,
  .TargetText.Active,
  .MoveBackground {
    display: none; }
    .TargetText.Mobile,
    .TargetText.Active.Mobile,
    .MoveBackground.Mobile {
      display: block;
      margin-top: 0; } }

.How {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 20px;
  background: linear-gradient(45deg, #1e385f, #182d4c);
  display: flex;
  flex-wrap: wrap; }
  .How .HowContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px 0;
    width: 75%; }
    .How .HowContent h2 {
      width: 100%; }
    .How .HowContent .HowContent__Tile {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      margin-bottom: 3rem;
      width: 30%; }
      .How .HowContent .HowContent__Tile i {
        font-size: 3rem;
        margin-bottom: 2rem;
        text-align: center;
        width: 100%; }
      .How .HowContent .HowContent__Tile p {
        margin: 0;
        text-align: center; }
  .How a.HowButton {
    align-items: center;
    background: #fc0;
    border-left: 20px solid #fff;
    display: flex;
    justify-content: center;
    margin: 0;
    transition: all 0.5s ease-in-out;
    width: 25%; }
    .How a.HowButton h2 {
      color: #182d4c; }
    .How a.HowButton:hover {
      box-shadow: inset 400px 400px 0 #ffd633;
      transition: all 0.5s ease-in-out; }

.Texts {
  display: flex;
  justify-content: space-between;
  margin: 5rem auto;
  max-width: 1400px;
  padding: 0 20px; }
  .Texts > * {
    width: calc(50% - 20px); }
  .Texts li {
    margin: 1rem 0;
    position: relative;
    padding-left: 30px; }
    .Texts li i {
      color: #fc0;
      left: 0;
      position: absolute; }

.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

.background-cover {
  background-size: cover; }

/* Align columns inside a row so they have the same height  */
.align_row_outer {
  display: flex; }

.align_row_inner {
  flex-direction: row; }

.rdw-link-modal {
  height: 15em !important; }
