/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.PageTransition[data-active="true"][data-v-027768ee] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: var(--viewport-width);
  height: var(--viewport-height);
  z-index: 10000;
  pointer-events: none;
  display: flex;
  overflow: hidden;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.PageTransition[data-active="false"][data-v-027768ee] {
  display: none;
}

/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.LangSwitcher[data-v-915179fa] {
  font-family: 'FontText', Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
.LangSwitcher[data-v-915179fa] {
    font-size: 1.6rem;
}
}
.LangSwitcher a[data-v-915179fa] {
  background-color: #0b4b82;
  color: #fff;
  padding: 7px 20px;
  font-weight: bold;
  transition: all 0.2s;
  border: 2px transparent solid;
}
@media only screen and (max-width: 600px) {
.LangSwitcher a[data-v-915179fa] {
    padding: 5px 10px;
}
}
.LangSwitcher a[data-v-915179fa]:hover {
  background: #fff;
  color: #0b4b82;
  border-color: #0b4b82;
}

/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.TheHeader[data-v-4d7063eb] {
  border-top: #0b4b82 8px solid;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 10;
}
.header-block[data-v-4d7063eb],
.wrapper[data-v-4d7063eb] {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
.header-block[data-v-4d7063eb],
  .wrapper[data-v-4d7063eb] {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
}
}
@media only screen and (min-width: 1025px) {
.LangSwitcher[data-v-4d7063eb] {
    margin-right: -50px;
}
}
.logo[data-v-4d7063eb] {
  width: 230px;
  height: 30px;
  fill: #f37820;
  position: relative;
}
@media only screen and (max-width: 768px) {
.logo[data-v-4d7063eb] {
    width: 180px;
    height: 30px;
}
}
.separator[data-v-4d7063eb] {
  width: 1px;
  height: 30px;
  background-color: #58595b;
  margin-right: 25px;
  margin-left: 25px;
}
@media only screen and (max-width: 600px) {
.separator[data-v-4d7063eb] {
    margin-right: 1.736111111111111vw;
}
}
@media only screen and (max-width: 600px) {
.separator[data-v-4d7063eb] {
    margin-left: 1.736111111111111vw;
}
}
@media only screen and (max-width: 768px) {
.separator[data-v-4d7063eb] {
    display: none;
}
}
ul[data-v-4d7063eb] {
  display: flex;
}
.link[data-v-4d7063eb] {
  padding: 8px;
  margin-left: 8px;
}
.spravato-logo[data-v-4d7063eb] {
  width: 185px;
  height: 70px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
.spravato-logo[data-v-4d7063eb] {
    width: 120px;
    height: 50px;
    margin: 20px 0;
}
}

/**
*
* TABLE OF CONTENT
* --------
* =LAYOUT
* =DEBUG
*/
/* ===LAYOUT=== */
[data-cover="cover"][data-v-78f32fb1],
[data-cover="contain"][data-v-78f32fb1] {
  position: relative;
}
[data-cover="cover"] .image[data-v-78f32fb1],
[data-cover="contain"] .image[data-v-78f32fb1] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-cover="cover"] .image[data-v-78f32fb1] {
  -o-object-fit: cover;
     object-fit: cover;
}
[data-cover="contain"] .image[data-v-78f32fb1] {
  -o-object-fit: contain;
     object-fit: contain;
}
[data-overlay][data-v-78f32fb1]:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.3);
}
/* ===DEBUG=== */

/**
   * TABLE OF CONTENT
   * --------
   *  - LAYOUT
   *  - DEBUG
   *  - NO_SCOPE
   */
.TheFooter[data-v-0923ebea] {
  background-color: #0b4b82;
  color: #fff;
  padding-top: 54px;
  padding-bottom: 54px;
  font-family: 'FontText', Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-size: 1.6rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
.TheFooter[data-v-0923ebea] {
    font-size: 1.6rem;
}
}
@media only screen and (max-width: 768px) {
.TheFooter[data-v-0923ebea] {
    font-size: ;
}
}
.TheFooter .row[data-v-0923ebea] {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
.TheFooter .row[data-v-0923ebea] {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
}
}
.TheFooter .copyrights[data-v-0923ebea] {
  text-align: left;
  padding-top: 33px;
  margin-top: 30px;
  border-top: #335c85 2px solid;
}
.TheFooter .copyrights[data-v-0923ebea] strong {
  font-weight: 600;
}
.TheFooter ul[data-v-0923ebea] {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 600px) {
.TheFooter ul[data-v-0923ebea] {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
}
}
.TheFooter ul .first-logo[data-v-0923ebea] {
  margin: 10px 15px 10px 0;
  border-right: 1px solid #fff;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
.TheFooter ul .first-logo[data-v-0923ebea] {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    border-right: 0;
}
}
.TheFooter ul .first-logo a[data-v-0923ebea] {
  margin-right: 0;
}
.TheFooter ul .second-logo[data-v-0923ebea] {
  margin-top: 8px;
}
.TheFooter ul a[data-v-0923ebea] {
  margin-right: 22px;
  font-family: 'FontText', Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-size: 1.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
.TheFooter ul a[data-v-0923ebea] {
    font-size: 1.6rem;
}
}
@media only screen and (max-width: 768px) {
.TheFooter ul a[data-v-0923ebea] {
    font-size: ;
}
}
.TheFooter ul a[data-v-0923ebea]:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
.TheFooter ul[data-v-0923ebea]:last-child {
    margin-top: 30px;
}
}
.TheFooter ul .logo[data-v-0923ebea] {
  padding-right: 15px;
}
.TheFooter ul .logo path[data-v-0923ebea] {
  fill: #fff;
}
.TheFooter ul .janssen-journey-logo[data-v-0923ebea] {
  width: 150px;
  height: 30px;
}
.TheFooter ul .jsn-logo[data-v-0923ebea] {
  width: 110px;
  height: 50px;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
.TheFooter ul .jsn-logo[data-v-0923ebea] {
    width: 120px;
    height: 50px;
    margin-bottom: 20px;
}
}
.TheFooter ul .spravato-logo[data-v-0923ebea] {
  width: 125px;
  height: 50px;
}
.TheFooter ul .paab-logo[data-v-0923ebea] {
  width: 125px;
  height: 50px;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
.TheFooter ul .paab-logo[data-v-0923ebea] {
    margin-bottom: 20px;
}
}
.TheFooter ul .ims-logo[data-v-0923ebea] {
  width: 190px;
  height: 20px;
}
.TheFooter ul .ims-logo path[data-v-0923ebea] {
  fill: #fff;
}
.TheFooter .second-container-logos[data-v-0923ebea] {
  padding: 30px 0 0;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.line[data-v-4d2a15a0] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #000;
}

/**
 * TABLE OF CONTENT
 * --------
 *  - LAYOUT
 *  - DEBUG
 *  - NO_SCOPE
 */
.Overlay[data-v-9ad3e71c] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: var(--viewport-height);
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 'opacity' 0.3s linear;
}
.Overlay[data-active=true][data-v-9ad3e71c] {
  pointer-events: all;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  cursor: pointer;
}

/**
 * =LAYOUT
 * =DEBUG
 */
/* ===LAYOUT=== */
#App[data-v-13078d67] {
  width: 100%;
}
/* ===DEBUG=== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  overflow: auto;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  font-size: 100%;
  background: #fff;
  color: #333135;
  font-family: 'FontText', Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    overflow: auto;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body[data-scrollable="false"] {
  overflow: hidden;
  height: var(--viewport-height);
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: inline-block;
  max-width: 100%;
  outline: none;
}
svg {
  display: block;
  width: 100%;
  height: 100%;
}
.btn {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  transition: ;
  text-decoration: none;
  padding: 12px 20px;
}
.btn:hover {
  background-color: #fff;
  color: #000;
  transition: ;
}
.icon {
  display: inline-block;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
sup {
  vertical-align: super;
  font-size: small;
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
._container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 720px) {
  ._container {
    max-width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 1024px) {
  ._container {
    max-width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 600px) {
  ._container {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1024px) {
  ._desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  ._not-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  ._mobile {
    display: none !important;
  }
}
._nl2br {
  white-space: pre-wrap;
}
.wysiwyg {
  font-family: 'FontText', Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-size: 1.6rem;
  white-space: pre-wrap;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .wysiwyg {
    font-size: 1.6rem;
  }
}
.wysiwyg > * + p,
.wysiwyg > * + ul,
.wysiwyg > * + ol {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg ul {
  list-style: inside;
}
.wysiwyg ol {
  list-style: outside decimal;
}
.wysiwyg ol li {
  margin-left: 1em;
}
.wysiwyg b,
.wysiwyg strong {
  font-family: 'FontText', Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .wysiwyg b,
  .wysiwyg strong {
    font-size: 1.6rem;
  }
}
.wysiwyg i,
.wysiwyg em {
  font-family: 'FontText', Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-size: 1.6rem;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .wysiwyg i,
  .wysiwyg em {
    font-size: 1.6rem;
  }
}
.wysiwyg b > i,
.wysiwyg b > em,
.wysiwyg strong > i,
.wysiwyg strong > em,
.wysiwyg i > b,
.wysiwyg i > strong,
.wysiwyg em > b,
.wysiwyg em > strong {
  font-family: 'FontText', Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .wysiwyg b > i,
  .wysiwyg b > em,
  .wysiwyg strong > i,
  .wysiwyg strong > em,
  .wysiwyg i > b,
  .wysiwyg i > strong,
  .wysiwyg em > b,
  .wysiwyg em > strong {
    font-size: 1.6rem;
  }
}
.wysiwyg sup {
  position: relative;
  top: 0.2em;
  font-size: 75%;
  line-height: 0;
  vertical-align: super;
}
.wysiwyg del {
  text-transform: line-through;
}
.wysiwyg h3 {
  color: #0b4b82;
  font-size: 18px;
}
.select-custom .vs__dropdown-toggle {
  border-radius: 0;
  border-color: $c-grey;
  background: #fff;
  padding: 6px;
}
.select-custom .vs__selected {
  color: #0b4b82;
  font-weight: bold;
}
.select-custom .vs__open-indicator {
  fill: #0b4b82;
  height: 10px;
  width: 15px;
}
.select-custom .vs__actions {
  padding-top: 0;
}
.select-custom .vs__actions .vs__clear {
  display: none;
}
.select-custom input::-moz-placeholder {
  color: #0b4b82;
  font-weight: bold;
}
.select-custom input::placeholder {
  color: #0b4b82;
  font-weight: bold;
}
.vs__selected-options {
  font-size: 16px;
}
.vs--unsearchable:not(.vs--disabled) .vs__search {
  font-size: 16px;
}
>>> input.vs__search {
  font-size: 16px;
}

