
/* base colors */
/* ci base colors */
/* ci gradients */
/* "special" colors */
/* Rating Color */
/* Direct application colors */
/* dummy colors, that might become obsolete */
/* Form Errors */
/* general vendor files*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * * 1. Change the default font family in all browsers (opinionated).
 * * 2. Correct the line height in all browsers.
 * * 3. Prevent adjustments of font size after orientation changes in
 * *    IE on Windows Phone and in iOS. */
/* Document
 * * ========================================================================== */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
 * * ========================================================================== */
/**
 * * Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}

/**
 * * Add the correct display in IE 9-. */
article, aside, footer, header, nav, section {
  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
 * * ========================================================================== */
/**
 * * Add the correct display in IE 9-.
 * * 1. Add the correct display in IE. */
figcaption, figure, main {
  display: block;
}

/**
 * * Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

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

/**
 * * 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;
  font-size: 1em;
}

/* Text-level semantics
 * * ========================================================================== */
/**
 * * 1. Remove the gray background on active links in IE 10.
 * * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

/**
 * * Remove the outline on focused links when they are also active or hovered
 * * in all browsers (opinionated). */
/**
 * * 1. Remove the bottom border in Firefox 39-.
 * * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
  font-weight: inherit;
}

/**
 * * 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;
  font-size: 1em;
}

/**
 * * Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/**
 * * Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * * 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
 * * ========================================================================== */
/**
 * * Add the correct display in IE 9-. */
audio, video {
  display: inline-block;
}

/**
 * * Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * * Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

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

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

/**
 * * Set boxshaddow to change the autofill color. */
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #f5f5f5;
}

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

/**
 * * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 * *    controls in Android 4.
 * * 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [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;
}

/**
 * * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * * Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * * 1. Add the correct display in IE 9-.
 * * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * * Remove the default vertical scrollbar in IE. */
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;
  padding: 0;
}

/**
 * * 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;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Interactive
 * * ========================================================================== */
/* * Add the correct display in IE 9-.
 * * 1. Add the correct display in Edge, IE, and Firefox. */
details, menu {
  display: block;
}

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

/* Scripting
 * * ========================================================================== */
/**
 * * Add the correct display in IE 9-. */
canvas {
  display: inline-block;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f060";
}
[dir=rtl] .slick-prev:before {
  content: "\f061";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f061";
}
[dir=rtl] .slick-next:before {
  content: "\f060";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  content: "\f111";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x, i[class^=icon-].icon-x2 {
  font-size: 2em;
}

.fa-3x, i[class^=icon-].icon-x3 {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse, .icon-spinner-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before, .icon-search:before, .navigation-search-button__icon .icon-search-toggle:before {
  content: "\f002";
}

.fa-envelope-o:before, .icon-envelope-o:before {
  content: "\f003";
}

.fa-heart:before, .icon-heart:before {
  content: "\f004";
}

.fa-star:before, .icon-star-empty:before, .icon-star-filled:before {
  content: "\f005";
}

.fa-star-o:before, .icon-star-outlined:before {
  content: "\f006";
}

.fa-user:before, .icon-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before, .icon-checked:before, .icon-check:before, .icon-checkmark:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.icon-cross:before,
.icon-times:before,
.navigation .navigation-links-container--open .js-toggle-navigation .icon-toggle-burger:before,
.navigation-search-bar.js-navigation-search-bar--open .js-toggle-search-button .icon-search-toggle:before {
  content: "\f00d";
}

.fa-search-plus:before, .icon-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before,
.icon-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before, .icon-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before, .icon-clock:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before, .icon-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before,
.icon-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before, .icon-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before, .icon-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before, .icon-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before, .icon-pencil:before {
  content: "\f040";
}

.fa-map-marker:before, .icon-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before,
.icon-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before, .icon-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before, .icon-play:before {
  content: "\f04b";
}

.fa-pause:before, .icon-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before, .icon-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before, .icon-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before, .icon-info:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before, .icon-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before, .icon-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before, .icon-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before, .icon-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before, .icon-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before, .icon-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before, .icon-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before, .icon-folder:before, .icon-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before, .icon-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before,
.icon-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before, .icon-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before, .icon-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before, .icon-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before, .icon-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before,
.icon-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before, .icon-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before, .icon-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before,
.icon-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before,
.icon-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.icon-burger:before,
.navigation .burger-button .icon-toggle-burger:before {
  content: "\f0c9";
}

.fa-list-ul:before, .icon-unordered:before, .icon-ul:before, .icon-list:before {
  content: "\f0ca";
}

.fa-list-ol:before, .icon-ordered:before, .icon-ol:before, .icon-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before, .icon-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before, .icon-google-plus:before {
  content: "\f0d5";
}

.fa-money:before, .icon-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before, .icon-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before,
.icon-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before, .icon-envelope:before, .icon-email:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .icon-dashboard:before,
.fa-tachometer:before,
.icon-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before,
.icon-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before, .icon-lightbulb:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before, .icon-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before, .icon-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before, .icon-building:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before, .icon-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before, .icon-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before, .icon-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before, .icon-angle-down:before {
  content: "\f107";
}

.fa-desktop:before, .icon-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before, .icon-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before, .icon-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before, .icon-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before, .icon-question-mark:before {
  content: "\f128";
}

.fa-info:before, .icon-info-i:before {
  content: "\f129";
}

.fa-exclamation:before, .icon-summary:before, .icon-exclamation-mark:before, .icon-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before, .icon-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before, .icon-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before, .icon-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .icon-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before, .icon-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before, .icon-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before, .icon-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before, .icon-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before, .icon-youtube:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before, .icon-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before, .icon-female:before {
  content: "\f182";
}

.fa-male:before, .icon-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before, .icon-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before, .icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before,
.icon-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before, .icon-pdf:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before,
.icon-image:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before,
.icon-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before, .icon-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before, .icon-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before, .icon-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before, .icon-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before, .icon-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before, .icon-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before, .icon-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before, .icon-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before, .icon-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before, .icon-question-circle:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before, .icon-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* media query mixins have to be available nearly everywhere */
/* stylelint-disable unit-allowed-list*/
/* Viewport Variables */
/* stylelint-enable */
/*Grid Layout Variables*/
/* Margin (Bottom) Variables */
/* FONTS */
/* Headline Sizes */
/* Navigation */
/* Border Radius */
/* Buttons */
@font-face {
  font-family: "Arboria";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/arboria-book-ec699b287a89a1bad03964113adeadf9d77d061809a193a6ade179a6c3d39ae9.otf) format("opentype");
}
@font-face {
  font-family: "Arboria";
  font-weight: 700;
  font-style: normal;
  src: url(/assets/arboria-bold-6dd00e0353c4d6fa3100b6289fdcb55fda40b6e0084d4d66e29bf7b0b4e68f85.otf) format("opentype");
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  src: url(/assets/inter-light-ecc979428df84640b6647284807bf33d08fd0e140fa5369fbaffc2fed26a4a28.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/inter-regular-dfc4828dcbcef53ec7bf8874870b8e25d199cffd58f8bc0d96a061d4dcde4efd.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url(/assets/inter-medium-0c4eab0eec0034b077c800d08855fdd1d9d8c66345843bca313549813b3708f9.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: url(/assets/inter-semibold-326ff6c621c5d7dfc57c6e3a254d947e81d4be74f17dfa156a3b58b7a7fe2732.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url(/assets/inter-bold-35bd18fc0b92d3e62e382c35dc64eb7da2f9dbd838d8977c3ee43ae9b0b8a99d.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  src: url(/assets/inter-extrabold-57c6e5413723d7a655f2f2eb956cf6d4ef9ebd7ff2b4a48c805ac0276e8f44d6.woff2) format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url(/assets/font-awesome/fontawesome-webfont-955e5aa956b31af1c4e9fbb5a8803175b2a70ef46c457cd51176032c2b8b0473.woff2) format("woff2");
}
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

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

.t-muted {
  color: #666;
}

.t-white {
  color: #fff;
}

.t-bold {
  font-weight: 700;
}

@media only screen and (min-width: 1200px) {
  .t-md-left {
    text-align: left;
  }
}
.ab-row {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
}

.ab-col-2 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.ab-col-3 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 25%;
  max-width: 25%;
}

.ab-col-4 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.ab-col-5 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.ab-col-6 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 50%;
  max-width: 50%;
}

.ab-col-7 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.ab-col-8 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.ab-col-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 75%;
  max-width: 75%;
}

.ab-col-10 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.ab-col-11 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.ab-col-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 100%;
  max-width: 100%;
}

/* stylelint-disable at-rule-no-unknown */
.mgn-b--1 {
  margin-bottom: 1rem;
}

.mgn-b--2 {
  margin-bottom: 2rem;
}

.mgn-b--3 {
  margin-bottom: 3rem;
}

.mgn-b--4 {
  margin-bottom: 4rem;
}

.mgn-b--5 {
  margin-bottom: 5rem;
}

.mgn-b--6 {
  margin-bottom: 6rem;
}

.mgn-b--7 {
  margin-bottom: 7rem;
}

.mgn-b--8 {
  margin-bottom: 8rem;
}

.mgn-b--9 {
  margin-bottom: 9rem;
}

.mgn-b--10 {
  margin-bottom: 10rem;
}

.l-wrapper {
  margin-inline: auto;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  display: flex;
  max-width: 1800px;
  min-height: 100vh;
  flex-direction: column;
}
.l-wrapper main {
  flex-grow: 1;
}

.flash-message-wrapper {
  width: 100%;
}

.l-dashboard-wrapper {
  margin-inline: auto;
  width: 90%;
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .l-dashboard-wrapper {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .l-dashboard-wrapper {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .l-dashboard-wrapper {
    width: 114rem;
  }
}

/* shared styles */
::selection {
  background-color: #fc5f12;
  color: #fff;
}

html,
html a {
  /* stylelint-disable declaration-no-important*/
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-enable */
}

html {
  font-weight: 400;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  /* stylelint-disable unit-allowed-list*/
  font-size: 10px;
  /* stylelint-enable */
  color: #333;
}

body {
  font-size: 1.4rem;
  line-height: 150%;
  color: #171717;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 {
  font-family: "Arboria", sans-serif;
}

button,
input,
optgroup,
select,
textarea {
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

button,
[class$=-button] {
  cursor: pointer;
}

section {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 1200px) {
  section {
    margin-bottom: 6.4rem;
  }
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #5e2dc1;
}
a:hover {
  text-decoration: underline;
}

.responsive {
  max-width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-bottom: 0.3rem dotted #d4d4d4;
}

.divider {
  margin-bottom: 3.2rem;
  position: relative;
}
.divider__text {
  margin-inline: auto;
  margin-top: -1.5rem;
  width: 7rem;
  background-color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .landingpage--root section {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .landingpage--root section {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .landingpage--root .megateaser,
  .landingpage--root .page-teasers {
    margin-bottom: 12.8rem;
  }
}

i[class^=icon-] {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  font-style: normal;
}
.icon-orange {
  color: #fc5f12;
}
.icon-black {
  color: #000;
}
.icon-gainsboro {
  color: #ddd;
}
.icon-mine-shaft {
  color: #333;
}
.icon-nile-blue {
  color: #123456;
}
.icon-seashell {
  color: #f1f1f1;
}
.icon-steel {
  color: #666;
}
.icon-white, .modal__facebook-button .icon-facebook {
  color: #fff;
}
.icon-green {
  color: #2da44d;
}
.icon-grey-light {
  color: #e4e4e4;
}
.input-field .selectize-control, .input-field__textarea, .input-field__input {
  transition: border-color 0.3s ease-out;
}
.input-field .selectize-control:focus, .input-field__textarea:focus, .input-field__input:focus {
  border-color: #5e2dc1;
  outline: none;
}

@media only screen and (min-width: 768px) {
  .input-field {
    margin-bottom: 2.4rem;
  }
}
.input-field-group--inline {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  flex-direction: column;
}
.input-field__label {
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: inline-block;
  cursor: pointer;
}
.input-field__label--required:after {
  content: " *";
}
.input-field__input {
  border-radius: 2.7rem;
  width: 100%;
  height: 5.4rem;
  padding-left: 3rem;
  background-color: #f5f5f5;
  font-size: 1.2rem;
}
.input-field__textarea {
  font-weight: 400;
  resize: none;
  border: 0;
  border-radius: 2.7rem;
  width: 100%;
  min-height: 20rem;
  padding: 1.2rem 2rem;
  background-color: #f5f5f5;
  font-size: 1.4rem;
}
.input-field__textarea--hidden {
  display: none;
}
.input-field__datepicker {
  position: relative;
  display: flex;
  align-items: center;
}
.input-field__datepicker-trigger {
  position: absolute;
  right: 2rem;
  transition: color 0.1s ease-in;
  cursor: pointer;
}
.input-field__datepicker-trigger:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
}
.input-field__datepicker-trigger:hover {
  color: #fc5f12;
}
.input-field__datepicker--disabled .input-field__datepicker-trigger {
  cursor: not-allowed;
}
.input-field__datepicker--disabled .input-field__datepicker-trigger:hover {
  color: #333;
}
.input-field__datepicker .input-field__input:disabled {
  color: #333;
}
.input-field__datepicker .input-field__input:disabled + .input-field__datepicker-trigger {
  display: none;
}
.input-field .input-field__input--stubbed,
.input-field [disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}
.input-field .selectize-control {
  width: 100%;
}
.input-field .selectize-dropdown-content .optgroup:not(:last-of-type) {
  margin-bottom: 0.8rem;
  border-bottom: 0.3rem dotted #d4d4d4;
  padding-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .input-field-group--inline {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .input-field-group--inline .input-field {
    margin-right: 0;
    margin-left: 0;
  }
  .input-field.input-field--xs {
    width: 30%;
  }
  .input-field.input-field--sm {
    width: 37%;
  }
  .input-field.input-field--md {
    width: 57%;
  }
}

.navigation-search-bar__form .input-field--new-ci {
  margin-bottom: 1.6rem;
  display: flex;
  border: 0.1rem solid #ddd;
  border-radius: 1.2rem;
  height: 5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.8rem;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.navigation-search-bar__form .input-field--new-ci ::placeholder {
  font-weight: 400;
  color: #999;
}
@media only screen and (min-width: 768px) {
  .navigation-search-bar__form .input-field--new-ci {
    border: none;
  }
  .navigation-search-bar__form .input-field__label {
    margin-right: 1rem;
  }
}

.field_with_errors .input-field__input,
.field_with_errors .input-field__textarea {
  border: 0.1rem solid #ff5353;
  background-color: #fcc;
}

.error-message-hyperlink {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #ff5353;
}

.form-error-message {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  color: #ff5353;
}
.form-error-message:visited {
  color: inherit;
}

.checkbox {
  display: flex;
  flex-direction: row;
}
.checkbox--todo {
  margin-bottom: 0.8rem;
  border-radius: 0.8rem;
  padding: 1.2rem;
  background-color: #f5f5f5;
  color: #171717;
  align-items: center;
}
.checkbox--todo .checkbox__box {
  border-width: 0.2rem;
  border-color: #5e2dc1;
  border-radius: 2rem;
}
.checkbox--todo .checkbox__label {
  font-size: 1.4rem;
  line-height: 100%;
}
.checkbox--todo.checkbox--done {
  box-shadow: none;
}
.checkbox--done {
  border: 0;
  background-color: #fafafa;
  color: #a3a3a3;
}
.checkbox--done .checkbox__box {
  border-color: #2da44d;
  background-color: #2da44d;
}
.checkbox--done .checkbox__box:checked {
  background-color: #2da44d;
}
.checkbox--done .checkbox__label {
  text-decoration: line-through;
}
.checkbox__box {
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #666;
  position: relative;
  margin-right: 1rem;
  border-radius: 0.5rem;
  min-width: 2rem;
  min-height: 2rem;
  appearance: none;
}
.checkbox__box:checked {
  border: 0.1rem solid transparent;
  background-color: #5e2dc1;
}
.checkbox__box:checked:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
  content: "\f00c";
}
.checkbox__box:disabled {
  border: 0.1rem solid #919191;
  background-color: #919191;
}
.checkbox__box:focus {
  outline: 0;
}
.checkbox__label {
  display: flex;
  font-size: 1.5rem;
  line-height: 2rem;
}
.checkbox--hidden {
  display: none;
}

.togglebox {
  display: flex;
}
.togglebox__switch {
  position: relative;
  display: inline-block;
  min-width: 6rem;
  height: 3.4rem;
}
.togglebox__switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.togglebox__slider {
  position: absolute;
  inset: 0;
  transition: 0.4s;
  border-radius: 3.4rem;
  background-color: #ddd;
  cursor: pointer;
}
.togglebox__slider:before {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  transition: 0.4s;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.togglebox__label {
  margin-top: 0.6rem;
  margin-left: 1rem;
  line-height: 2rem;
}
.togglebox input:checked + .togglebox__slider {
  background-color: #fc5f12;
}
.togglebox input:checked + .togglebox__slider:before {
  transform: translateX(2.6rem);
}

.radio-buttons label + label {
  margin-top: 1.2rem;
}
.radio-buttons.radio-buttons--inline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  margin-bottom: 2rem;
}
.radio-buttons.radio-buttons--inline label + label {
  margin-top: 0;
}
.radio-buttons label {
  display: grid;
  cursor: pointer;
  grid-template-columns: 1.5rem auto;
  gap: 1rem;
  align-items: center;
}
.radio-buttons input[type=radio] {
  display: grid;
  transform: translateY(-0.075em);
  /* Not removed via appearance */
  margin: 0;
  border: 0.1rem solid;
  border-color: #333;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  color: currentColor;
  appearance: none;
  font: inherit;
  place-content: center;
}
.radio-buttons input[type=radio]::before {
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1rem 1rem #5e2dc1;
  border-radius: 50%;
  width: 0.95rem;
  height: 0.95rem;
  content: "";
}
.radio-buttons input[type=radio]:checked {
  border-color: #5e2dc1;
}
.radio-buttons input[type=radio]:checked::before {
  transform: scale(1);
}
.radio-buttons .radio-button:not(:last-of-type) {
  margin-right: 2.4rem;
}

.progress {
  position: relative;
  border-radius: 1.5rem;
  width: 20rem;
  height: 1.5rem;
  background-color: #f5f5f5;
}
.progress .bar {
  border-radius: 1.5rem;
  height: 100%;
  background-color: #fc5f12;
}

.rangeslider {
  position: relative;
  display: block;
  border-radius: 10rem;
  width: 100%;
  height: 0.5rem;
  background-color: #e5e5e5;
}
.rangeslider__fill {
  position: absolute;
  top: 0;
  display: block;
  border-radius: 10rem;
  height: 0.5rem;
  background: #5e2dc1;
}
.rangeslider__handle {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -0.8rem;
  display: inline-block;
  border: 0.1rem solid #d4d4d4;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.dropzone-widget--pseudo {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.dropzone-widget--pseudo .input-field__input--upload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
.dropzone-widget--pseudo .preview {
  max-width: 50%;
  height: auto;
}
.dropzone-widget--pseudo .clear-preview {
  position: relative;
  z-index: 1;
  display: none;
}

.dropzone-widget--small {
  border-radius: 0.5rem;
  min-height: 4rem;
}
.dropzone-widget--small .dropzone-widget__icon-with-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropzone-widget--small .droptext {
  margin-left: 0.6rem;
}

.arrow-box {
  position: relative;
  background-color: #fff;
}
.arrow-box:before {
  width: 0;
  height: 0;
  position: absolute;
  border: 1rem solid #fff;
  content: " ";
}
.arrow-box--top:before {
  bottom: 100%;
  left: 50%;
  margin-left: -1rem;
}
.arrow-box--bottom:before {
  top: 100%;
  left: 50%;
  margin-left: -1rem;
}
.arrow-box--left:before {
  top: 50%;
  right: 100%;
  margin-top: -1rem;
}
.arrow-box--right:before {
  top: 50%;
  left: 100%;
  margin-top: -1rem;
}

/*
// -- Headline Sizes
$fontsize-xxs: 1.2rem;
$fontsize-xs: 1.4rem;
$fontsize-sm: 1.6rem;
$fontsize-md: 2.4rem;
$fontsize-lg: 3.2rem;
$fontsize-xl: 4.8rem;
$fontsize-xxl: 5.6rem;
$fontsize-xxxl: 6.4rem;
$headline-landingpage-hero: 8.5rem;
*/
.help-text, .input-field .help-text {
  font-weight: 400;
  font-style: italic;
  display: block;
  font-size: 1.4rem;
}

.title {
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 100%;
  text-align: center;
}
.title--no-hyphen {
  hyphens: none;
}
.title--jp-card {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.title--subtitle {
  font-size: 1.6rem;
  line-height: 2.7rem;
  letter-spacing: -0.02em;
}
.title--page {
  margin-bottom: 2.4rem;
  font-weight: 700;
  font-family: "Arboria", sans-serif;
  font-size: 3.2rem;
  line-height: 90%;
  letter-spacing: -0.02rem;
  color: #171717;
}
@media only screen and (min-width: 768px) {
  .title--page {
    margin-bottom: 3.2rem;
  }
}
.title--eyecatcher, .title--section, .title--card {
  font-size: 2.4rem;
  line-height: 90%;
  letter-spacing: -0.02rem;
}
.title--section {
  font-weight: 700;
  font-family: "Arboria", sans-serif;
}
.title--headline {
  margin-bottom: 2.4rem;
  font-size: 5.6rem;
  line-height: 90%;
  letter-spacing: -0.02rem;
}
@media only screen and (min-width: 768px) {
  .title--headline {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .title--headline {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .title--headline {
    font-size: 7.2rem;
  }
}
.title--card {
  text-align: left;
}
.title--card-subtitle {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: left;
}
.title--blob {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (min-width: 768px) {
  .title--blob {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .title--blob {
    margin-bottom: 5.6rem;
  }
}
.title--blob .blob {
  margin-right: 1rem;
  margin-left: 1rem;
  font-weight: 700;
  display: inline-block;
}
.title--meteor {
  color: #5e2dc1;
}
.title--inter {
  font-family: "Inter", sans-serif;
}
.title--arboria {
  font-family: "Arboria", sans-serif;
}
.title.title--blob {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.title.title--blob--small {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 2rem;
}
.title--hero-title {
  margin-bottom: 1.6rem;
  font-weight: 800;
  font-size: 4.2rem;
  line-height: 4.3rem;
  color: #5e2dc1;
}
@media only screen and (min-width: 768px) {
  .title--hero-title {
    margin-bottom: 2.4rem;
  }
}
.title--hero-subtitle {
  font-size: 1.6rem;
  line-height: 130%;
}
.title--light, .carousel-card .title-group .title {
  color: #fff;
}
.title--dark {
  color: #333;
}
.title--steel {
  color: #666;
}
.title--accented {
  color: #fc5f12;
}
.title--size-xs {
  font-size: 1.4rem;
  line-height: 130%;
}
.title--size-sm {
  font-size: 1.6rem;
  line-height: 130%;
}
.title--size-sm .blob {
  font-size: 1.6rem;
}
.title--size-md {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.title--size-md .blob {
  height: auto;
  font-size: 2.4rem;
  line-height: 3.3rem;
}
.title--size-lg {
  font-size: 3.2rem;
  line-height: 4.7rem;
}
.title--size-xl {
  font-size: 4.8rem;
}
.title--size-xxl {
  font-size: 5.6rem;
  line-height: 8.2rem;
}
.title--weight-light {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.title--weight-regular {
  font-weight: 400;
}
.title--weight-heavy {
  font-weight: 700;
}
.title--weight-heavier {
  font-weight: 800;
}
.title--prefix, .title--suffix {
  color: #a3a3a3;
}
.title--left {
  text-align: left;
}
.title--indent {
  margin-left: 1.8rem;
  text-align: left;
}
.title--right {
  text-align: right;
}
.title--center {
  text-align: center;
}
.title--inline {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .title.title--blob--small {
    font-size: 3rem;
  }
  .title--page {
    font-size: 4.8rem;
  }
  .title--blob, .title--eyecatcher, .title--section {
    font-size: 4.8rem;
    line-height: 4.7rem;
  }
  .title--hero {
    color: #fff;
  }
  .title--hero-title {
    font-size: 6.4rem;
    line-height: 7.6rem;
  }
  .title--hero-subtitle {
    font-size: 2rem;
    line-height: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .title--hero-title {
    font-size: 7.2rem;
    line-height: 8rem;
  }
}

.title-group {
  margin-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .title-group {
    margin-bottom: 5.6rem;
  }
}
.title-group .title--page {
  margin-bottom: 1.6rem;
}
.title-group .title--section {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.title-group .title--subtitle {
  font-size: 1.6rem;
  line-height: 3rem;
}
.title-group .title--light, .carousel-card .title-group .title {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .title-group .title--section {
    font-size: 5.6rem;
    line-height: 6.5rem;
  }
}

.selectize-control {
  margin-inline: auto;
  margin-bottom: 1.6rem;
  position: relative;
  transition: border-color 0.3s ease-out;
  border-color: transparent;
  border-style: solid;
  border-radius: 2.5rem;
  width: 28rem;
  background-color: #f5f5f5;
  cursor: pointer;
  font-weight: 600;
  color: #171717;
  border-width: 0.2rem;
}
.selectize-control:focus, .selectize-control:focus-visible, .selectize-control:focus-within {
  border-color: #7c4eda;
  outline: none;
}
.selectize-control--full-width {
  width: 100%;
}
.selectize-control--register-form .selectize-input input {
  font-size: 1.2rem;
}
.selectize-control .selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin-top: 1.5rem;
  box-shadow: 0 2.5rem 2.5rem rgba(0, 0, 0, 0.15);
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
  width: 28rem;
  max-height: 28rem;
  padding: 0.8rem;
  background-color: #fff;
  overflow-y: auto;
}
.selectize-control .selectize-dropdown-content {
  z-index: 10;
  background-color: #fff;
}
.selectize-control .selectize-dropdown-content .option {
  position: relative;
  margin-bottom: 0.8rem;
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  line-height: 1.8rem;
  color: #171717;
  word-break: break-word;
}
.selectize-control .selectize-dropdown-content .option:last-child {
  margin-bottom: 0;
}
.selectize-control .selectize-dropdown-content .option:not([data-selectable=""]) {
  color: #ddd;
}
.selectize-control .selectize-dropdown-content .option:not([data-selectable=""]):hover {
  color: #ddd;
}
.selectize-control .selectize-dropdown-content .option:hover, .selectize-control .selectize-dropdown-content .option.selected.active {
  background-color: #ede5ff;
  color: #5e2dc1;
}
.selectize-control .selectize-dropdown-content .option:hover:hover, .selectize-control .selectize-dropdown-content .option.selected.active:hover {
  background-color: #ede5ff;
  color: #5e2dc1;
}
.selectize-control .selectize-dropdown-content .option:hover:after, .selectize-control .selectize-dropdown-content .option.selected.active:after {
  position: absolute;
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 1rem;
  right: 0.8rem;
  content: "\f00c";
}
.selectize-control .selectize-dropdown-content .optgroup {
  margin-bottom: 1.2rem;
}
.selectize-control .selectize-dropdown-content .optgroup-header {
  position: relative;
  margin-bottom: 0.4rem;
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  line-height: 1.8rem;
  color: #5e2dc1;
  word-break: break-word;
}

.field_with_errors .selectize-control {
  border: 0.1rem solid #ff5353;
  margin-bottom: 0;
  background-color: #fcc;
}

.selectize-input {
  height: 5rem;
  line-height: 5rem;
}
.selectize-input .item {
  display: inline-block;
  max-width: 100%;
  height: 5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.selectize-input input {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  display: inline-block;
  border: none;
  height: 5rem;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  color: #171717;
  outline: none;
}
.selectize-input input::placeholder {
  font-weight: 600;
  color: #a3a3a3;
}
.selectize-input.has-items {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .selectize-input.has-items {
    white-space: unset;
    overflow: visible;
  }
}
.selectize-input.has-items input {
  padding: 0;
  vertical-align: top;
}
.selectize-input:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 2rem;
  font-family: FontAwesome;
  font-size: 2rem;
  color: #a3a3a3;
  content: "\f107";
}
.selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}

.slick-dots li {
  width: 1rem;
}
.slick-dots li button:before {
  font-size: 1rem;
  color: #ddd;
}
.slick-dots li.slick-active button:before {
  color: #fc5f12;
}
@media only screen and (min-width: 768px) {
  .slick-dots li {
    width: 2rem;
  }
  .slick-dots li button:before {
    font-size: 2rem;
  }
}

.dsgvo-text {
  font-size: 1.2rem;
  line-height: 150%;
}
.dsgvo-text--left {
  text-align: left;
}
.dsgvo-text--right {
  text-align: right;
}
.dsgvo-text--center {
  text-align: center;
}

.js-collapsible:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  transition: transform 0.2s ease-in;
  margin-left: auto;
  border-radius: 10rem;
  min-width: 2.4rem;
  background-color: #fc5f12;
  text-align: center;
  color: #fff;
  content: "\f107";
}
.js-collapsible--open + .js-collapsible__target {
  display: block;
}
.js-collapsible--open:after {
  transform: rotate(180deg);
}
.js-collapsible__target {
  display: none;
}

.no-display {
  display: none !important;
}

/* mixins */
.professions-to-browse__headlines .subtitle {
  margin: -1rem 0 1.9rem;
}
@media only screen and (min-width: 768px) {
  .professions-to-browse__headlines .subtitle {
    margin: -1.7rem 0 3.2rem;
  }
}

.section-subtitle {
  font-size: 1.8rem;
  line-height: 130%;
}
@media only screen and (min-width: 768px) {
  .section-subtitle {
    font-size: 2.4rem;
  }
}

.input-field .help-text, .help-text {
  font-weight: 400;
  font-style: italic;
  display: block;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .letter-filter {
    margin-bottom: 2.4rem;
  }
}
.letter-filter__title {
  font-weight: 600;
  text-align: center;
}
.letter-filter__list {
  display: flex;
  border-radius: 1.2rem;
  padding: 0.8rem;
  background-color: #f1f1f1;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  box-decoration-break: clone;
  overflow-x: scroll;
}
.letter-filter__list-item {
  display: inline-flex;
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
}
.letter-filter__link {
  width: 100%;
  height: 100%;
  line-height: 3.2rem;
  color: #a3a3a3;
}
.letter-filter__link:hover, .letter-filter__link--active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  background-color: #fff;
  line-height: 3rem;
  color: #5e2dc1;
}

/* placeholder stylesx for "abstract" classes to inherit from */
.btn-w-sm {
  width: 21rem;
}

.btn-w-md {
  width: 28rem;
}

.btn-w-lg {
  width: 34.5rem;
}

@media only screen and (min-width: 768px) {
  .btn-w-sm-sm {
    width: 21rem;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-w-md-sm {
    width: 21rem;
  }
}

@media only screen and (min-width: 1800px) {
  .btn-w-lg-sm {
    width: 21rem;
  }
}

@media only screen and (min-width: 768px) {
  .btn-w-sm-md {
    width: 28rem;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-w-md-md {
    width: 28rem;
  }
}

@media only screen and (min-width: 1800px) {
  .btn-w-lg-md {
    width: 28rem;
  }
}

@media only screen and (min-width: 768px) {
  .btn-w-sm-lg {
    width: 34.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-w-md-lg {
    width: 34.5rem;
  }
}

@media only screen and (min-width: 1800px) {
  .btn-w-lg-lg {
    width: 34.5rem;
  }
}

.btn-filled {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  border: none;
  border-radius: 5rem;
  padding: 1.6rem;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background-color: #5e2dc1;
  font-size: 1.4rem;
  color: #fff;
}
.btn-filled:hover {
  text-decoration: none;
}
.btn-filled:focus {
  outline: none;
}
.btn-filled:hover {
  background-color: #7c4eda;
}
.btn-filled--light-grey {
  background-color: #f5f5f5;
  background-image: none;
  color: #5e2dc1;
}
.btn-filled--light-grey:hover {
  background-color: #5e2dc1;
  background-image: none;
  color: #fff;
}
.btn-filled--disabled, .btn-filled--grey {
  background-color: #f5f5f5;
  background-image: none;
  color: #5e2dc1;
}
.btn-filled--disabled:hover, .btn-filled--grey:hover {
  background-color: #fafafa;
  background-image: none;
}
.btn-filled--orange {
  background-color: #fc5f12;
  background-image: none;
}
.btn-filled--meteor {
  background-color: #5e2dc1;
  background-image: none;
}
.btn-filled--icon {
  display: inline-flex;
  justify-content: center;
}
.btn-filled--icon .fa:after,
.btn-filled--icon .icon:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}
.btn-filled--order-left {
  flex-direction: row-reverse;
}
.btn-filled--order-left .fa,
.btn-filled--order-left .icon {
  margin-right: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .btn-filled {
    border-radius: 3rem;
  }
}

.btn-filled--grey {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  border: none;
  border-radius: 5rem;
  padding: 1.6rem;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: #f5f5f5;
  font-size: 1.4rem;
  color: #5e2dc1;
}
.btn-filled--grey:hover {
  text-decoration: none;
}
.btn-filled--grey:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .btn-filled--grey {
    border-radius: 3rem;
  }
}
.btn-filled--grey--small {
  height: 4.6rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .btn-filled--grey--small {
    height: 4.6rem;
    font-size: 1.5rem;
  }
}

.btn-outline {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  border: none;
  border-radius: 5rem;
  padding: 1.6rem;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  display: inline-flex;
  border-width: 0.1rem;
  border-style: solid;
  background-color: #fff;
}
.btn-outline:hover {
  text-decoration: none;
}
.btn-outline:focus {
  outline: none;
}
.btn-outline:hover {
  border-color: #5e2dc1;
  text-decoration: none;
  color: #5e2dc1;
}
.btn-outline + .disabled {
  background-color: #919191;
  background-image: none;
}
.btn-outline + .disabled:hover {
  background-color: #919191;
  cursor: not-allowed;
}
.btn-outline--disabled {
  background-color: #919191;
  background-image: none;
}
.btn-outline--disabled:hover {
  border-color: #000;
  cursor: not-allowed;
  color: #ddd;
}
.btn-outline .btn-outline--grey {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  border: none;
  border-radius: 5rem;
  padding: 1.6rem;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
.btn-outline .btn-outline--grey:hover {
  text-decoration: none;
}
.btn-outline .btn-outline--grey:focus {
  outline: none;
}
.btn-outline.btn-outline--icon.btn-outline--orange:hover .fa:after,
.btn-outline.btn-outline--icon.btn-outline--orange:hover .icon:after {
  color: #fff;
}
.btn-outline--grey {
  border-color: #ddd;
  color: #666;
}
.btn-outline--steel {
  border-color: #666;
  color: #666;
}
.btn-outline--orange {
  border-color: #fc5f12;
  color: #fc5f12;
}
.btn-outline--orange:hover {
  border: 0.1rem solid transparent;
  background-color: #ff8337;
  color: #fff;
}
.btn-outline--meteor {
  border-color: #5e2dc1;
  color: #5e2dc1;
}
.btn-outline--meteor:hover {
  border: 0.1rem solid transparent;
  background-color: #7c4eda;
  color: #fff;
}
.btn-outline--white {
  border-color: #fff;
  background-color: #5e2dc1;
  color: #fff;
}
.btn-outline--transparent {
  background-color: transparent;
  background-image: none;
}
.btn-outline--outline-grey {
  border-color: #ddd;
}
.btn-outline--secondary {
  display: block;
  border: 1px solid #d4d4d4;
  border-radius: 100px;
  width: 100%;
  padding: 1.6rem 2.3rem;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  color: #5e2dc1;
}
.btn-outline--alert {
  border: 0.1rem solid #ff5353;
  color: #ff5353;
}
.btn-outline--icon {
  display: inline-flex;
  justify-content: center;
}
.btn-outline--icon .fa:after,
.btn-outline--icon .icon:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}
.btn-outline--order-left {
  flex-direction: row-reverse;
}
.btn-outline--order-left .fa,
.btn-outline--order-left .icon {
  margin-right: 0.8rem;
}

.btn-growing-sm {
  min-height: 4.6rem;
}
.btn-growing-md {
  min-height: 5.4rem;
}
.btn-growing-lg {
  min-height: 6rem;
}
.btn-growing-sm, .btn-growing-md, .btn-growing-lg {
  height: auto;
}

.btn--inline {
  display: inline-flex;
}
.btn--with-icon .fa {
  margin-right: 1rem;
}
.btn--disabled {
  background-color: #919191;
  background-image: none;
}
.btn--disabled:hover {
  background-color: #919191;
  background-image: none;
  cursor: not-allowed;
}

.input-field__input {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  appearance: none;
  border: 0.2rem solid;
  border-color: transparent;
}

.navigation__list, .js-autocomplete__list, .navigation__apprentice-cockpit__main-items, .navigation__apprentice-cockpit__minor-items, .list, .search-autocomplete__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2.6rem;
}

@media only screen and (min-width: 1200px) {
  .search-autocomplete__item {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .search-autocomplete__container {
    position: relative;
  }
  .search-autocomplete__container .title {
    margin: 0;
    margin-top: 1rem;
    font-size: 2rem;
    line-height: normal;
    color: #000;
  }
  .search-autocomplete__field {
    position: absolute;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .search-autocomplete__field .orientation-down,
  .search-autocomplete__field .orientation-up {
    top: 4rem;
    padding: 1rem 0 3rem;
  }
  .search-autocomplete__field .orientation-down:before,
  .search-autocomplete__field .orientation-up:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    top: -1.6rem;
    border-width: 0 1.2rem 1.4rem;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    width: 0;
    height: 0;
    content: "";
  }
  .search-autocomplete__list {
    padding: 0;
    font-size: 1.8rem;
    text-align: left;
    color: #000;
  }
  .search-autocomplete__list:last-child .search-autocomplete__item {
    border-bottom: none;
  }
  .search-autocomplete__item {
    display: block;
    padding: 0 4.5rem 0 3.5rem;
    line-height: 2.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .search-autocomplete__item:hover {
    cursor: pointer;
    color: #fc5f12;
  }
  .search-autocomplete__item:last-child {
    border-bottom: 0.3rem dotted #d4d4d4;
    padding-bottom: 1rem;
  }
}

/* components */
.list--checked .list__item, .list--arrowed .list__item {
  padding-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .list--checked .list__item, .list--arrowed .list__item {
    padding-left: 2.5rem;
  }
}

.list--checked .list__item:before, .list--arrowed .list__item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .list--checked .list__item:before, .list--arrowed .list__item:before {
    font-size: 2rem;
  }
}

.list__item {
  max-width: 100%;
}
.list__item--inline {
  display: inline;
}
.list__link {
  text-decoration: none;
  color: #333;
}
.list--orderd {
  margin-left: 1.5rem;
  list-style: decimal;
}
.list--unordered {
  margin-left: 1.5rem;
  list-style: disc;
}
.list--accented {
  color: #5e2dc1;
}
.list--accented .list__link {
  color: #5e2dc1;
}
.list--steel {
  color: #666;
}
.list--asphalt-900 {
  color: #171717;
}
.list--light {
  color: #fff;
}
.list--arrowed .list__item {
  position: relative;
  line-height: 3rem;
}
.list--arrowed .list__item:before {
  content: "\f061";
}
.list--bullet .list__item:before {
  padding-right: 1rem;
  color: #171717;
  content: "•";
}
.list--checked .list__item {
  position: relative;
}
.list--checked .list__item:before {
  content: "\f00c";
}
.list--checked.list--green .list__item:before {
  color: #2da44d;
}
.list--two-columns {
  column-count: 2;
}
.list--two-columns .list__item {
  font-weight: 700;
  position: relative;
  padding: 0;
  line-height: 3rem;
  hyphens: auto;
}
.list--row {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between;
}
.list--inline {
  display: inline;
}

.link--dotted:hover, .link--dotted, .link--underline:hover, .link--orange, .link--orange-underlined, .link--no-hover-decoration:hover, .link--no-decoration, .top-job-postings-list__favorites--link:hover, .simple-card__link:hover, .letter-filter__link {
  text-decoration: none;
}

.link {
  display: inline;
}
.link--orange, .link--orange-underlined {
  color: #fc5f12;
}
.link--accented {
  text-decoration: underline;
  color: #5e2dc1;
}
.link--orange-underlined {
  text-decoration: underline;
  color: #fc5f12;
}
.link--underline {
  text-decoration: underline;
}
.link--white {
  color: #fff;
}
.link--dotted {
  border-bottom: 0.3rem dotted #fc5f12;
  width: fit-content;
  font-weight: 600;
  color: #5e2dc1;
}
.link--dotted:hover {
  border-color: #fc5f12;
}

.blob {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-radius: 10rem;
  min-width: 3.4rem;
  height: fit-content;
  background-color: #42eed2;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  color: #171717;
}

.blob-with-text-after__blob {
  font-weight: 700;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-radius: 10rem;
  min-width: 3.4rem;
  height: fit-content;
  background-color: #42eed2;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  color: #171717;
  display: inline-block;
  margin-right: 0.8rem;
}
.blob-with-text-after__text {
  font-weight: 500;
  color: #171717;
}
.blob-with-text-after__text--nolink {
  color: #333;
}
.blob-with-text-after__text--nolink:hover {
  text-decoration: none;
}

.white-arrow-button {
  width: 7.5rem;
  height: 7.5rem;
  display: inline-block;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  font-size: 5rem;
  text-align: center;
}
.white-arrow-button--left {
  padding-right: 0.6rem;
}
.white-arrow-button--right {
  padding-left: 0.6rem;
}
.white-arrow-button .icon-angle-left,
.white-arrow-button .icon-angle-right {
  line-height: 7.5rem;
}

.badge {
  width: 9rem;
  height: 9rem;
  font-weight: 700;
  border-radius: 50%;
  padding-top: 2rem;
  background-image: linear-gradient(to right, #fc5f12, #fc7e42);
  text-align: center;
  color: #fff;
}
.badge .count {
  font-size: 2.7rem;
  line-height: 3.6rem;
}
.badge .text {
  margin-top: -0.6rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.profession-topic-badge {
  display: inline-block;
  border: 0.1rem solid #d4d4d4;
  border-radius: 100px;
  padding: 0.85rem 1.2rem;
  background: #f5f5f5;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  color: #171717;
  align-items: center;
  gap: 0.6rem;
}
.profession-topic-badge:hover {
  border: 0.1rem solid #a3a3a3;
  border-radius: 10rem;
  background: #e5e5e5;
  text-decoration: none;
}

.btn-portal {
  padding: 1.2rem 1.6rem;
  border-color: transparent;
  color: #525252;
}
.btn-portal--active {
  border-color: #d4d4d4;
  cursor: default;
}
.btn-portal:hover {
  border-color: transparent;
  background-color: #f5f5f5;
  color: #171717;
}

.corporation-carousel-controls {
  position: absolute;
  z-index: 4;
  display: none;
  width: 100%;
  height: 7.5rem;
}
.corporation-carousel-controls .white-arrow-button {
  position: absolute;
  border: 0.1rem solid #d4d4d4;
  border-radius: 10rem;
  width: 6.4rem;
  height: 6.4rem;
  background: #fff;
  font-size: 3.2rem;
  color: #5e2dc1;
}
.corporation-carousel-controls .white-arrow-button i {
  position: relative;
  top: 1.5rem;
}
.corporation-carousel-controls .white-arrow-button--left {
  left: -3rem;
}
.corporation-carousel-controls .white-arrow-button--right {
  right: -3rem;
}
.corporation-carousel-controls .white-arrow-button:hover {
  border-color: #e5e5e5;
}
@media only screen and (min-width: 768px) {
  .corporation-carousel-controls {
    display: block;
  }
}
.corporation-carousel-controls .navigation-arrow {
  position: absolute;
}
.corporation-carousel-controls .navigation-arrow--left {
  left: -3rem;
}
.corporation-carousel-controls .navigation-arrow--right {
  right: -3rem;
}
@media only screen and (min-width: 768px) {
  .corporation-carousel-controls .navigation-arrow {
    display: block;
  }
}

.facts-list--fullwidth {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.facts-list__facts {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.facts-list__fact {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .facts-list__fact {
    margin-bottom: 1.6rem;
  }
}
.facts-list__fact:last-of-type {
  padding-bottom: 0;
}
.facts-list .icon {
  margin-right: 1rem;
  width: 2rem;
  text-align: center;
}
.facts-list .label {
  font-weight: 700;
  margin-right: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .facts-list__fact {
    padding: 0;
  }
}

.simple-card {
  margin-inline: auto;
  margin-bottom: 2.4rem;
  padding: 0;
  background: #fff;
}
.simple-card--edge {
  margin-bottom: 4.8rem;
}
.simple-card--relative {
  position: relative;
}
.simple-card--dashed-border {
  border: 0.2rem dashed #ddd;
}
.simple-card--green-border {
  border: 0.1rem solid #26b207;
}
.simple-card__button {
  transform: translateY(50%);
}
.simple-card__link {
  color: #171717;
}
.simple-card__link--column {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
}
.simple-card__link__column--safari {
  position: initial !important;
}
.simple-card__image {
  position: relative;
  width: 100%;
  height: 23rem;
}
.simple-card__image--bg {
  background-position: center;
  background-size: cover;
}
.simple-card__image img:first-of-type {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-card__image img {
  border-radius: 1.2rem;
}
.simple-card__image-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1.2rem;
  width: 100%;
  height: auto;
}
.simple-card__image--relative {
  position: relative;
}
.simple-card__logo-overlay {
  margin-inline: auto;
  max-width: 15rem;
  max-height: 7rem;
  padding: 1rem;
  background-color: #fff;
  object-fit: contain;
}
.simple-card__title {
  margin-bottom: 2.4rem;
}
.simple-card__title .title {
  hyphens: auto;
}
.simple-card__title .title--prefix {
  font-weight: 500;
  color: #737373;
}
.simple-card__title .title--card {
  font-size: 1.6rem;
  line-height: 120%;
  word-break: break-word;
}
.simple-card__title .title:not(:only-child):first-child {
  margin-bottom: 0.6rem;
}
@media only screen and (min-width: 1200px) {
  .simple-card__job-name {
    max-height: 5.4rem;
    overflow: hidden;
  }
}
.simple-card .base-box {
  width: 88%;
}
.simple-card .base-box__cta {
  width: 100%;
}
.simple-card__body {
  margin-inline: auto;
  position: relative;
  display: flex;
  margin-bottom: auto;
  padding: 1.6rem;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
.simple-card__row {
  display: flex;
  align-items: center;
}
.simple-card__row--equal {
  justify-content: space-between;
}
.simple-card__spacer {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .simple-card {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .simple-card__image--topic {
    width: 36rem;
  }
}

.simple-card--similars {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
}
.simple-card--similars .simple-card__body {
  padding: 1.6rem 1.6rem 0.8rem;
}
.simple-card--similars .list {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .simple-card--similars {
    flex-basis: 55.5rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .simple-card__link--column {
    flex: 1 1 auto;
  }
}
.password-reset-link {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}

.non-eu-banner {
  position: fixed;
  z-index: 1000;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  animation: slideUpBounce 0.6s ease-in-out forwards;
  box-shadow: 0 2.5rem 5rem -1.2rem rgba(0, 0, 0, 0.25);
  border: 0.1rem solid #e5e5e5;
  border-radius: 2.4rem;
  width: calc(100% - 4rem);
  padding: 2.4rem;
  background: #fff;
  background-image: url(/assets/frontend/non_eu_banner/background-412dba4233baed26c1fae0906c3201a746ca75612c3bf7a67ccc57e73eb8b38f.png);
  background-repeat: no-repeat;
  background-position: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .non-eu-banner {
    width: 34.3rem;
  }
}
.non-eu-banner h3 {
  font-family: Inter;
  font-size: 1.8rem;
  line-height: 100%;
  font-weight: 700;
  font-style: normal;
  color: #171717;
}
.non-eu-banner div {
  display: flex;
  align-self: stretch;
  align-items: flex-end;
  gap: 2.4rem;
}
.non-eu-banner p {
  margin: 0;
  font-family: Inter;
  font-size: 1.6rem;
  line-height: 125%;
  font-weight: 400;
  font-style: normal;
  color: #404040;
}
.non-eu-banner a {
  border: none;
  border-radius: 10rem;
  height: 3.6rem;
  padding: 0.8rem 1.6rem;
  background: #5e2dc1;
  font-family: Inter;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
}
.non-eu-banner a:hover {
  text-decoration: none;
}

@keyframes slideUpBounce {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  60% {
    opacity: 1;
    transform: translateY(-10%);
  }
  80% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-5%);
  }
}
/* containers */
.sidewide-footer {
  padding: 2rem;
  padding-top: 0;
  background-color: #fff;
}
.sidewide-footer__container {
  border-top: 3px dotted #e5e5e5;
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .sidewide-footer__container {
    margin-inline: auto;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .sidewide-footer__container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .sidewide-footer__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .sidewide-footer__container {
    width: 114rem;
  }
}
.sidewide-footer__logo {
  margin-bottom: 1.6rem;
}
.sidewide-footer__logo-image {
  width: 20.5rem;
  height: 5.5rem;
}
.sidewide-footer__logo-lehre {
  width: 9rem;
  height: 2.07em;
}
.sidewide-footer__navigation {
  margin-bottom: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  justify-content: space-between;
}
.sidewide-footer .list {
  width: 48%;
}
.sidewide-footer .link {
  color: #525252;
}
.sidewide-footer .link--icon {
  font-size: 3rem;
  color: #737373;
}
.sidewide-footer__social-media {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: flex-end;
}
.sidewide-footer__social-media .list {
  width: 100%;
  justify-content: flex-end;
}
.sidewide-footer__social-media .list__item {
  display: inline-block;
}
.sidewide-footer__social-media .list__item:not(:last-of-type) {
  margin-right: 2rem;
}
.sidewide-footer__territory-platforms .title {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  color: #171717;
}
.sidewide-footer__territory-platforms .list {
  width: 100%;
  font-size: 1.2rem;
}
.sidewide-footer__territory-platforms .list__item {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .sidewide-footer {
    padding: 5rem;
    padding-top: 0;
  }
  .sidewide-footer__container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5rem;
  }
  .sidewide-footer__logo {
    order: 1;
    margin-right: 7rem;
    width: 25%;
  }
  .sidewide-footer__logo-lehre {
    margin-top: 1.6rem;
  }
  .sidewide-footer__social-media {
    flex-flow: column nowrap;
    order: 2;
    width: 50%;
  }
  .sidewide-footer__social-media .list {
    display: flex;
    align-items: center;
  }
  .sidewide-footer__navigation {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    order: 3;
  }
  .sidewide-footer__navigation .list {
    width: 23%;
  }
  .sidewide-footer__navigation .list--contact {
    width: 15%;
  }
  .sidewide-footer__territory-platforms {
    padding-top: 3rem;
    order: 4;
  }
}
@media only screen and (min-width: 1200px) {
  .sidewide-footer {
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .sidewide-footer__logo {
    order: 1;
    margin-right: 7rem;
    width: 15%;
  }
  .sidewide-footer__navigation {
    display: flex;
    width: 33%;
    padding-left: 1.5rem;
    flex-wrap: nowrap;
    order: 2;
  }
  .sidewide-footer__navigation .list {
    width: 27%;
  }
  .sidewide-footer__navigation .list--contact {
    width: 23%;
  }
  .sidewide-footer__navigation .list--impress {
    width: 20%;
  }
  .sidewide-footer__social-media {
    display: flex;
    order: 3;
    width: 33%;
  }
  .sidewide-footer__social-media .list {
    align-items: flex-start;
  }
  .sidewide-footer__territory-platforms {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 3rem;
    align-items: baseline;
    order: 4;
  }
  .sidewide-footer__territory-platforms .title {
    flex-basis: 27%;
  }
}

.pagination-button__next, .pagination-button__previous {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f1f1f1;
  font-size: 2rem;
}

.pagination {
  margin-inline: auto;
  display: flex;
  width: fit-content;
  padding-top: 4rem;
  text-align: center;
}

.pagination-button {
  border: 0.1rem solid transparent;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  border-radius: 1.4rem;
  text-align: center;
  color: #333;
}
.pagination-button a {
  display: block;
  text-decoration: none;
  color: #333;
}
.pagination-button__previous .label:after {
  content: "\f104";
}
.pagination-button__next .label:after {
  content: "\f105";
}
.pagination-button__break {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.pagination-button--active {
  font-weight: 700;
  border-color: #333;
}
.pagination-button.pagination-button__gap {
  width: fit-content;
}

.job-postings__filter {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .job-postings__filter {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .job-postings__filter {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .job-postings__filter {
    width: 114rem;
  }
}
.job-postings__filter form {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  flex-direction: column;
  align-items: stretch;
}
.job-postings__filter form > div {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 100%;
  max-width: 100%;
  margin-inline: auto;
  flex-basis: auto;
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .job-postings__filter form > div {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .job-postings__filter form > div {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.job-postings__title {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .job-postings__title {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .job-postings__title {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .job-postings__title {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .job-postings__title {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .job-postings__filter .selectize-control {
    width: 100%;
  }
  .job-postings__filter .selectize-control .selectize-dropdown-content .option {
    max-width: 33rem;
  }
  .job-postings__filter form {
    margin-right: -1rem;
    margin-left: -1rem;
    flex-direction: row;
  }
  .job-postings__filter form > div {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .job-postings__grid {
    margin-inline: auto;
    width: 90%;
    display: flex;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    box-sizing: border-box;
    flex: 0 1 auto;
    /* stylelint-disable declaration-block-no-redundant-longhand-properties */
    flex-direction: row;
    flex-wrap: wrap;
    /* stylelint-enable declaration-block-no-redundant-longhand-properties */
    margin-inline: auto;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .job-postings__grid {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .job-postings__grid {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .job-postings__grid {
    width: 114rem;
  }
}
@media only screen and (min-width: 1200px) {
  .job-postings__filter .selectize-control .selectize-dropdown-content .option {
    max-width: 26rem;
  }
}

.cards-grid--sm-container .simple-card {
  max-width: 36rem;
}
.cards-grid--center {
  justify-content: center;
}
.cards-grid--empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cards-grid--empty-state p {
  margin: 0;
}
.cards-grid--empty-state span {
  font-weight: 700;
}
.cards-grid--xs-fullsize {
  margin-left: -2rem;
}
@media only screen and (min-width: 768px) {
  .cards-grid {
    margin-inline: auto;
    display: flex;
    flex-flow: row wrap;
  }
  .cards-grid--xs-fullsize {
    margin-left: 0;
  }
  .cards-grid--two-cols .simple-card {
    width: 48%;
  }
  .cards-grid--sm-container {
    margin-inline: auto;
    width: 90%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .cards-grid--sm-container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .cards-grid--sm-container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .cards-grid--sm-container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .cards-grid--sm-container .simple-card {
    width: 48%;
  }
  .cards-grid--sm-justified {
    margin-inline: auto;
    width: 90%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .cards-grid--sm-justified {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .cards-grid--sm-justified {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .cards-grid--sm-justified {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .cards-grid--sm-justified .simple-card {
    width: 48%;
  }
  .cards-grid--space-between {
    justify-content: space-between;
  }
}
.cards-grid--dashboard {
  width: 93rem;
}
.cards-grid--dashboard .simple-card {
  width: 36rem;
}
.cards-grid--profession {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .cards-grid--sm-container {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fill, 32%);
  }
  .cards-grid--sm-container .simple-card {
    width: auto;
  }
  .cards-grid--sm-justified .simple-card {
    width: 32%;
  }
}

/* KANBASU */
/*!
 *  カンバス KANBASU
 *  Distributed under the MIT License
 *  Copyright (c) 2015-2018 Liip AG
 */
/*----------------------------------------*\
  KANBASU: GLOBAL SETTINGS
\*----------------------------------------*/
/**
 * Spacings
 */
/**
 * Responsiveness
 */
/* stylelint-disable unit-allowed-list*/
/* stylelint-enable */
/**
 * Grid
 */
/**
 * Widths
 */
/**
 * Container
 */
/*----------------------------------------*\
  FUNCTIONS
\*----------------------------------------*/
/**
 * Calculate REM value based on the default font-size
 */
/**
 * Return a value divided by a ratio
 * It uses the golden ratio by default
 *
 * Useful to create "visually equal" spacings
 * As mathematically equal spacings never "visually" look equal around text
 */
/**
 * Return a unitless value
 */
/**
 * Addition top and bottom padding
 */
/**
 * Switch the two parameters depending on the $ltr setting
 */
/*----------------------------------------*\
  MIXINS
\*----------------------------------------*/
/**
 * Output something for each spacings
 * $spacing-name and $spacing-value are available inside @content
 */
/**
 * Output something for each breakpoint
 * $breakpoint-name is available inside @content
 */
/**
 * Scope the content given into the defined media query
 * $mq    {String}  The ID of the media query your list of breakpoints ($breakpoints-default by default)
 */
/**
 * Generate fractions classes to be used as fluid widths
 * $columns   {List}    A list of numbers in reverse order for which you want to create fractions
 *                      "3,2,1" will create 1/2 1/3 2/3
 *                      Reverse order is required to keep only 1/2 instead of 2/4 for example
 * $prefix    {String}  A prefix for the generated classes
 */
/**
 * The famous self-clear technique as a mixin for quick reuse
 */
/**
 * Break words that are too long to fit in the container
 * https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
 */
/**
 * Shortcut to apply style to all headings
 */
/**
 * Magic conbination of properties to make an element accessible/visible to screen readers only.
 */
/*----------------------------------------*\
  RIGHT TO LEFT (RTL)
  Inspired by BBC GEL Sass tools
  https://github.com/bbc/gel-sass-tools/
\*----------------------------------------*/
/*
 * Interpolated Properties
 */
/**
 * If the `$rtl` variable is `true` flip the direction of the interpolated properties
 */
.ab-hidden {
  display: none;
}

.ab-invisible {
  visibility: hidden;
}

.ab-flex {
  display: flex;
  flex-wrap: wrap;
}

.ab-flex-row {
  display: flex;
  flex-flow: row wrap;
}

.ab-flex-column {
  display: flex;
  flex-flow: column wrap;
}

.ab-flex-v-align-space-between {
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.ab-flex-vh-align-center {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.ab-grid--flex-end {
  align-items: flex-end;
}
.ab-grid--space-around {
  justify-content: space-around;
}
.ab-grid--space-between {
  justify-content: space-between;
}
.ab-grid--space-evenly {
  justify-content: space-evenly;
}
.ab-grid--center {
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .ab-grid--sm-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .ab-grid--md-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1800px) {
  .ab-grid--lg-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .ab-grid--sm-row {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .ab-grid--md-row {
    flex-direction: row;
  }
}
@media (min-width: 1800px) {
  .ab-grid--lg-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .ab-grid--sm-column {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .ab-grid--md-column {
    flex-direction: column;
  }
}
@media (min-width: 1800px) {
  .ab-grid--lg-column {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .ab-sm-hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ab-md-hidden {
    display: none;
  }
}
@media (min-width: 1800px) {
  .ab-lg-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .ab-xs-hidden--down {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ab-sm-hidden--down {
    display: none;
  }
}
@media (max-width: 1799px) {
  .ab-md-hidden--down {
    display: none;
  }
}
@media (min-width: 768px) {
  .ab-sm-block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ab-md-block {
    display: block;
  }
}
@media (min-width: 1800px) {
  .ab-lg-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .ab-sm-invisible {
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .ab-md-invisible {
    visibility: hidden;
  }
}
@media (min-width: 1800px) {
  .ab-lg-invisible {
    visibility: hidden;
  }
}
.ab-relative-parent {
  position: relative;
}

.ab-absolute {
  position: absolute;
}

/*----------------------------------------*\
  GRID
  Modern grid using flexbox
\*----------------------------------------*/
.ab-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
}

.ab-grid__item {
  width: 100%;
  flex: 0 0 auto;
  padding-left: 2rem;
}

/**
 * Alignment
 */
.ab-grid--center {
  justify-content: center;
}

.ab-grid--right {
  justify-content: flex-end;
}

.ab-grid--middle {
  align-items: center;
}

.ab-grid--bottom {
  align-items: flex-end;
}

.ab-grid--even > .grid__item {
  display: flex;
  flex-direction: column;
}
.ab-grid--even > .grid__item > * {
  flex: 1 0 auto;
}

/**
 * Order
 */
.ab-grid--rev {
  flex-direction: row-reverse;
}

/**
 * Gutters size
 */
.ab-grid--tight {
  margin-left: -0;
}
.ab-grid--tight > .ab-grid__item {
  padding-left: 0;
}

.ab-grid--tiny {
  margin-left: -0rem;
}
.ab-grid--tiny > .ab-grid__item {
  padding-left: 0rem;
}

.ab-grid--small {
  margin-left: -1rem;
}
.ab-grid--small > .ab-grid__item {
  padding-left: 1rem;
}

.ab-grid--large {
  margin-left: -3rem;
}
.ab-grid--large > .ab-grid__item {
  padding-left: 3rem;
}

.ab-grid--huge {
  margin-left: -4rem;
}
.ab-grid--huge > .ab-grid__item {
  padding-left: 4rem;
}

/**
 * Add spacing between rows
 */
.ab-grid--multiline {
  margin-top: -2rem;
}
.ab-grid--multiline > .ab-grid__item {
  padding-top: 2rem;
}
.ab-grid--multiline.ab-grid--tight {
  margin-top: -0;
}
.ab-grid--multiline.ab-grid--tight > .ab-grid__item {
  padding-top: 0;
}
.ab-grid--multiline.ab-grid--tiny {
  margin-top: -0rem;
}
.ab-grid--multiline.ab-grid--tiny > .ab-grid__item {
  padding-top: 0rem;
}
.ab-grid--multiline.ab-grid--small {
  margin-top: -1rem;
}
.ab-grid--multiline.ab-grid--small > .ab-grid__item {
  padding-top: 1rem;
}
.ab-grid--multiline.ab-grid--large {
  margin-top: -3rem;
}
.ab-grid--multiline.ab-grid--large > .ab-grid__item {
  padding-top: 3rem;
}
.ab-grid--multiline.ab-grid--huge {
  margin-top: -4rem;
}
.ab-grid--multiline.ab-grid--huge > .ab-grid__item {
  padding-top: 4rem;
}

/*----------------------------------------*\
  WIDTHS
\*----------------------------------------*/
.ab-w-1\/6 {
  width: 16.6666666667% !important;
}

.ab-w-1\/3 {
  width: 33.3333333333% !important;
}

.ab-w-1\/2 {
  width: 50% !important;
}

.ab-w-2\/3 {
  width: 66.6666666667% !important;
}

.ab-w-5\/6 {
  width: 83.3333333333% !important;
}

.ab-w-1\/1 {
  width: 100% !important;
}

.ab-w-1\/5 {
  width: 20% !important;
}

.ab-w-2\/5 {
  width: 40% !important;
}

.ab-w-3\/5 {
  width: 60% !important;
}

.ab-w-4\/5 {
  width: 80% !important;
}

.ab-w-1\/4 {
  width: 25% !important;
}

.ab-w-3\/4 {
  width: 75% !important;
}

/*----------------------------------------*\
  WIDTHS RESPONSIVE
\*----------------------------------------*/
@media (min-width: 768px) {
  .ab-sm-w-1\/6 {
    width: 16.6666666667% !important;
  }
  .ab-sm-w-1\/3 {
    width: 33.3333333333% !important;
  }
  .ab-sm-w-1\/2 {
    width: 50% !important;
  }
  .ab-sm-w-2\/3 {
    width: 66.6666666667% !important;
  }
  .ab-sm-w-5\/6 {
    width: 83.3333333333% !important;
  }
  .ab-sm-w-1\/1 {
    width: 100% !important;
  }
  .ab-sm-w-1\/5 {
    width: 20% !important;
  }
  .ab-sm-w-2\/5 {
    width: 40% !important;
  }
  .ab-sm-w-3\/5 {
    width: 60% !important;
  }
  .ab-sm-w-4\/5 {
    width: 80% !important;
  }
  .ab-sm-w-1\/4 {
    width: 25% !important;
  }
  .ab-sm-w-3\/4 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .ab-md-w-1\/6 {
    width: 16.6666666667% !important;
  }
  .ab-md-w-1\/3 {
    width: 33.3333333333% !important;
  }
  .ab-md-w-1\/2 {
    width: 50% !important;
  }
  .ab-md-w-2\/3 {
    width: 66.6666666667% !important;
  }
  .ab-md-w-5\/6 {
    width: 83.3333333333% !important;
  }
  .ab-md-w-1\/1 {
    width: 100% !important;
  }
  .ab-md-w-1\/5 {
    width: 20% !important;
  }
  .ab-md-w-2\/5 {
    width: 40% !important;
  }
  .ab-md-w-3\/5 {
    width: 60% !important;
  }
  .ab-md-w-4\/5 {
    width: 80% !important;
  }
  .ab-md-w-1\/4 {
    width: 25% !important;
  }
  .ab-md-w-3\/4 {
    width: 75% !important;
  }
}
@media (min-width: 1800px) {
  .ab-lg-w-1\/6 {
    width: 16.6666666667% !important;
  }
  .ab-lg-w-1\/3 {
    width: 33.3333333333% !important;
  }
  .ab-lg-w-1\/2 {
    width: 50% !important;
  }
  .ab-lg-w-2\/3 {
    width: 66.6666666667% !important;
  }
  .ab-lg-w-5\/6 {
    width: 83.3333333333% !important;
  }
  .ab-lg-w-1\/1 {
    width: 100% !important;
  }
  .ab-lg-w-1\/5 {
    width: 20% !important;
  }
  .ab-lg-w-2\/5 {
    width: 40% !important;
  }
  .ab-lg-w-3\/5 {
    width: 60% !important;
  }
  .ab-lg-w-4\/5 {
    width: 80% !important;
  }
  .ab-lg-w-1\/4 {
    width: 25% !important;
  }
  .ab-lg-w-3\/4 {
    width: 75% !important;
  }
}
.ab-container {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .ab-container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .ab-container {
    width: 114rem;
  }
}

.js-hidden,
.js-template {
  display: none !important;
}

.pe-none {
  pointer-events: none;
}

/* layout */
.admin-bar {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  top: 0;
  left: 10%;
  display: flex;
  padding: 2rem;
  background-color: #fc5f12;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}
.admin-bar .person:before,
.admin-bar .admin:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 1rem;
}
.admin-bar .person:before {
  content: "\f071";
}
.admin-bar .admin:before {
  content: "\f2bd";
}
.admin-bar__admin {
  display: flex;
  width: 50%;
  text-align: right;
  justify-content: flex-end;
}
.admin-bar__impersonation {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 2rem;
  max-width: 50%;
}
.admin-bar__panel {
  margin-right: 2rem;
}
.admin-bar .list--nav {
  margin-left: 2rem;
}
.admin-bar .list--nav .list__item:not(:last-of-type) {
  margin-right: 1rem;
}
.admin-bar a {
  color: #fff;
}

.flash-messages {
  margin-inline: auto;
  position: fixed;
  z-index: 9999;
  top: 2.4rem;
  left: 50%;
  display: inline-flex;
  display: flex;
  transform: translateX(-50%);
  width: max-content;
  max-width: 90%;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 0.8rem;
}
.flash-messages .alert {
  position: relative;
  left: 50%;
  animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  border-radius: 2rem;
  width: fit-content;
  padding: 0.8rem 1rem;
  background: #171717;
  cursor: pointer;
  align-self: baseline;
}
.flash-messages .alert__container {
  display: flex;
  border-radius: var(--matched-radius-inner-size);
  width: fit-content;
  font-size: 1.4rem;
  line-height: 125%;
  align-items: flex-start;
  gap: 0.6rem;
}
.flash-messages .alert__icon:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  border-radius: 100%;
  font-size: 1.6rem;
  line-height: inherit;
  justify-content: center;
  align-items: center;
}
.flash-messages .alert__text {
  cursor: inherit;
  color: white;
  user-select: none;
}
.flash-messages .alert__close {
  transition: all 0.25s ease;
}
.flash-messages .alert__close:hover {
  opacity: 0.75;
}
.flash-messages .alert__close:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 125%;
  font-weight: 300;
  color: #a3a3a3;
  content: "\f00d";
}
.flash-messages .alert--success .alert__icon:before {
  color: #4ade80;
  content: "\f058";
}
.flash-messages .alert--success .alert__close {
  display: none;
}
.flash-messages .alert--alert .alert__icon:before {
  color: #f87171;
  content: "\f06a";
}
.flash-messages .alert.closing {
  animation: slideUp 0.5s ease forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-50%) translateY(-100px);
  }
  50% {
    transform: translateX(-50%) translateY(4px);
  }
  75% {
    transform: translateX(-50%) translateY(-4px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(calc(-100px - (var(--total-alerts) - 1) * 1.6rem));
  }
}
@media only screen and (min-width: 1200px) {
  .flash-messages {
    top: 3.2rem;
  }
  .flash-messages .alert {
    padding: 1.1rem 1.2rem;
  }
  .flash-messages .alert__container {
    font-size: 1.6rem;
  }
  .flash-messages .alert__icon:before {
    font-size: 1.8rem;
  }
}

.navigation__apprentice-cockpit {
  position: absolute;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  z-index: 6;
  top: 2.3rem;
  right: 0;
  display: none;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  width: 25.5rem;
  flex-direction: column;
  background-color: #fff;
}
.navigation__apprentice-cockpit a {
  text-decoration: none;
  color: #333;
}
.navigation__apprentice-cockpit i {
  color: #919191;
}
.navigation__apprentice-cockpit__main-items, .navigation__apprentice-cockpit__minor-items {
  margin-top: 0;
  margin-bottom: 0;
}
.navigation__apprentice-cockpit__main-item a, .navigation__apprentice-cockpit__minor-item a {
  font-weight: 700;
}
.navigation__apprentice-cockpit__main-items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.navigation__apprentice-cockpit__main-items .blob {
  position: absolute;
  top: 1.5rem;
  left: 53%;
}
.navigation__apprentice-cockpit__main-item {
  position: relative;
  border-bottom: 0.1rem solid #ddd;
  width: 50%;
  padding: 2rem 0.5rem;
  line-height: 2rem;
  text-align: center;
}
.navigation__apprentice-cockpit__main-item:nth-of-type(odd) {
  border-right: 0.1rem solid #ddd;
}
.navigation__apprentice-cockpit__main-item i {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 4rem;
}
.navigation__apprentice-cockpit__minor-items {
  padding-right: 2rem;
  padding-left: 2rem;
}
.navigation__apprentice-cockpit__minor-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  line-height: 2rem;
}
.navigation__apprentice-cockpit__minor-item:not(:last-of-type) {
  border-bottom: 0.1rem solid #ddd;
}
.navigation__apprentice-cockpit__minor-item i {
  width: 2.5rem;
  font-size: 1.6rem;
}
.navigation__apprentice-cockpit__minor-item .blob {
  float: right;
}
.navigation__apprentice-cockpit__logout {
  border-radius: 0.8rem 0;
  padding: 1.2rem 2rem;
  background-color: #f1f1f1;
  text-align: right;
}

.navigation-logo__wrapper {
  transition: width 500ms;
  width: 14.5rem;
  padding-top: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .navigation-logo__wrapper {
    width: 12.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-logo__wrapper {
    width: 21rem;
  }
}
.navigation-logo__logo {
  transition: transform 500ms;
  width: 100%;
  height: 100%;
  transform-origin: center left;
}
@media only screen and (min-width: 1200px) {
  .isStuck .navigation-logo__logo {
    transform: scale(0.85);
  }
}

.logo-text {
  opacity: 1;
  transition: opacity 500ms;
}

@media only screen and (min-width: 1200px) {
  .isStuck .logo-text {
    opacity: 0;
    transition: opacity 500ms;
  }
}

.input-field--what {
  display: none;
}
.input-field--what--what, .input-field--what--where .input-field__label {
  display: none;
}
@media only screen and (min-width: 768px) {
  .input-field--what {
    display: none;
  }
  .input-field--what:before {
    content: "";
  }
  .input-field--what .input-field__label {
    display: inline-flex;
  }
}
.input-field .clear-input {
  border: none;
  padding: 0;
  background-color: transparent;
  justify-self: flex-end;
}
@media only screen and (min-width: 768px) {
  .input-field .clear-input {
    right: 1rem;
  }
}
.input-field .clear-input--hidden {
  display: none;
}
.input-field .clear-input:focus {
  outline: none;
}
.input-field .clear-input__icon-background {
  display: flex;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ddd;
  justify-content: center;
  align-items: center;
}
.input-field .clear-input__icon-background i {
  font-size: 1.1rem;
  color: #737373;
}

.search-button {
  font-size: 1.4rem;
}
.search-button [class^=icon-] {
  font-size: 1.8rem;
}

.js-autocomplete {
  position: relative;
}
.js-autocomplete__container {
  position: absolute;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  z-index: 10;
  top: 110%;
  left: 0;
  border-radius: 1.2rem;
  width: 100%;
  background-color: #fff;
}
.js-autocomplete__box {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
.js-autocomplete__results {
  max-height: 30.5rem;
  overflow-y: auto;
}
.js-autocomplete__title {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: left;
  color: #999;
}
.js-autocomplete__link {
  display: flex;
  cursor: pointer;
}
.js-autocomplete__link:not(:only-child) {
  margin-bottom: 1.6rem;
}
.js-autocomplete__link-text {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #5e2dc1;
}
.js-autocomplete__link-icon .icon-location-arrow {
  margin-right: 0.6rem;
  font-size: 1.5rem;
  color: #5e2dc1;
}
.js-autocomplete__list {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: left;
}
.js-autocomplete__list:not(:last-of-type) {
  margin-bottom: 3.2rem;
}
.js-autocomplete .js-autocomplete__item a:hover, .js-autocomplete__item .js-autocomplete a:hover, .js-autocomplete .js-autocomplete__item:hover {
  color: #5e2dc1;
}
.js-autocomplete__item {
  display: block;
  padding-top: 1rem;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.js-autocomplete__item:not(:last-of-type) {
  padding-bottom: 1rem;
}
.js-autocomplete__item a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .js-autocomplete__link-icon .icon-location-arrow {
    margin-right: 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .js-autocomplete__results {
    max-height: 40.5rem;
  }
}

.navigation-search-bar {
  z-index: 12;
  transition: flex-grow 500ms, flex-shrink 500ms;
  text-align: center;
}
.navigation-search-bar--active {
  display: block;
}
.navigation-search-bar__form {
  margin-bottom: 2.4rem;
  display: none;
  flex-flow: column wrap;
  width: 32rem;
  padding: 2rem;
  flex-direction: column;
  background-color: #fff;
}
.navigation-search-bar__form:before {
  position: absolute;
  width: 0;
  height: 0;
  top: -1.2rem;
  right: 4.5rem;
  border-width: 0 1.2rem 1.4rem;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  content: "";
}
.navigation-search-bar__input[placeholder="Mein Standort"]::placeholder {
  opacity: 1;
  color: #000;
}
.navigation-search-bar .input-field {
  margin-bottom: 1.6rem;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  display: grid;
  height: 5rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
}
.navigation-search-bar .input-field__label {
  margin-bottom: 0.1rem;
  padding: 0;
  align-content: center;
}
.navigation-search-bar .input-field button.clear-input {
  right: 1rem;
}
.navigation-search-bar__input {
  width: 22rem;
}
.navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form {
  position: absolute;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  top: 5.2rem;
  left: calc(100% - 32rem);
  display: flex;
  border-radius: 1.2rem;
}
.navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form .input-field {
  display: grid;
  grid-template-columns: [first] 3rem [second] 22rem [third] 3rem;
  max-width: 100%;
}
.navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form .input-field .clear-input {
  margin-right: 1rem;
}
.navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form:before {
  display: none;
}
.navigation-search-bar.js-navigation-search-bar--open .navigation-search-button__search-button-text {
  display: none;
}
.navigation-search-bar .search-button {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  border: none;
  border-radius: 5rem;
  padding: 1.6rem;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
}
.navigation-search-bar .search-button:hover {
  text-decoration: none;
}
.navigation-search-bar .search-button:focus {
  outline: none;
}
.navigation-search-bar .search-button .icon-search, .navigation-search-bar .search-button .navigation-search-button__icon .icon-search-toggle, .navigation-search-button__icon .navigation-search-bar .search-button .icon-search-toggle {
  display: none;
}
.navigation-search-bar .search-button__label {
  padding-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .navigation-search-bar {
    flex: 0 0 auto;
    transition: flex-grow 500ms, flex-shrink 500ms;
  }
  .isStuck .navigation-search-bar {
    flex: 0 0 auto;
  }
  .navigation-search-bar .input-field {
    margin: 0;
    border-radius: 0;
    height: 4rem;
    padding: 0;
    background-color: transparent;
  }
  .navigation-search-bar .input-field--what {
    margin-right: 1rem;
    border-right: 1px solid #ddd;
  }
  .navigation-search-bar .input-field--what input {
    width: 23rem;
  }
  .navigation-search-bar .input-field input {
    margin-right: 4rem;
  }
  .navigation-search-bar i {
    font-size: 1.5rem;
  }
  .navigation-search-bar .icon-location-arrow {
    margin-right: 0.5rem;
    font-size: 1.75rem;
  }
  .navigation-search-bar .search-button__label {
    display: none;
  }
  .navigation-search-bar.js-navigation-search-bar--open {
    position: absolute;
    right: 3rem;
    display: flex;
    border-radius: 2.5rem;
    height: 4rem;
    padding: 0.4rem;
    background-color: #fff;
    line-height: 4rem;
    text-align: left;
    align-items: center;
  }
  .navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form {
    position: static;
    margin: 0;
    box-shadow: none;
    width: 100%;
    padding: 0;
    padding-left: 2rem;
    flex-flow: row nowrap;
    background-color: transparent;
    align-items: center;
  }
  .navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form:before {
    display: none;
  }
  .navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form .input-field__label {
    width: 3rem;
    grid-column: first/second;
  }
  .navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__input {
    margin-right: 0;
    grid-column: second/third;
  }
  .navigation-search-bar.js-navigation-search-bar--open .search-button {
    margin-left: 1rem;
    border-radius: 1.4rem;
    height: auto;
    padding: 0;
    background: #5e2dc1;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .navigation-search-bar.js-navigation-search-bar--open .search-button {
    border-radius: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .navigation-search-bar.js-navigation-search-bar--open .search-button {
    border-radius: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .navigation-search-bar.js-navigation-search-bar--open .search-button:hover {
    background: #5e2dc1;
  }
  .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search, .navigation-search-bar.js-navigation-search-bar--open .search-button .navigation-search-button__icon .icon-search-toggle, .navigation-search-button__icon .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search-toggle {
    display: block;
    color: #fff;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search, .navigation-search-bar.js-navigation-search-bar--open .search-button .navigation-search-button__icon .icon-search-toggle, .navigation-search-button__icon .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search-toggle {
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search, .navigation-search-bar.js-navigation-search-bar--open .search-button .navigation-search-button__icon .icon-search-toggle, .navigation-search-button__icon .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search-toggle {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .navigation-search-bar.js-navigation-search-bar--open .navigation-search-button {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-search-bar {
    order: 100;
  }
  .navigation-search-bar .input-field {
    height: 5.4rem;
  }
  .navigation-search-bar.js-navigation-search-bar--open {
    right: -0.7rem;
    border-radius: 2.7rem;
    height: 5.4rem;
    padding: 0.7rem;
    order: 1;
  }
  .isStuck .navigation-search-bar {
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1800px) {
  .navigation-search-bar {
    right: 32rem;
  }
}

.navigation-search-button {
  position: relative;
  z-index: 5;
  display: flex;
  border-radius: 1.4rem;
  padding: 0;
  background: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .navigation-search-button {
    border-radius: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-search-button {
    border-radius: 2rem;
  }
}
.navigation-search-button__icon {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .navigation-search-button__icon {
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-search-button__icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.navigation-search-button__icon .icon-search-toggle {
  font-size: 1.5rem;
  color: #5e2dc1;
}
.navigation-search-button__search-button-text {
  transition: width 500ms;
  width: 0;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  color: #5e2dc1;
  overflow: hidden;
}
.isStuck .navigation-search-button__search-button-text {
  width: 9rem;
}
@media only screen and (min-width: 768px) {
  .navigation-search-button__search-button-text {
    font-size: 1.5rem;
  }
  .isStuck .navigation-search-button__search-button-text {
    width: 11.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .isStuck .navigation-search-button__search-button-text {
    width: 11.5rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .js-navigation-search-bar.js-navigation-search-bar--open {
    top: 0.4rem;
  }
}
.navigation__item .navigation__login-text {
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1.3rem;
}
.navigation__item .list__item {
  margin-bottom: 1.6rem;
  font-weight: 300;
}
.navigation__item .list__item--teaser {
  padding-left: 2rem;
}
.navigation__item .navigation__dropdown {
  display: none;
}
.navigation__item .navigation__dropdown .list__item--link {
  padding-left: 2rem;
  font-weight: normal;
}
@media only screen and (min-width: 1200px) {
  .navigation__item .navigation__dropdown .list__item--link {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__item .navigation__dropdown {
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    top: 4rem;
    border-radius: 0.8rem;
    width: 25.5rem;
    padding: 0;
    background-color: #fff;
  }
  .navigation__item:hover .navigation__dropdown {
    display: block;
    padding-bottom: 0.8rem;
  }
  .navigation__item:hover .navigation__dropdown:before {
    display: block;
  }
  .navigation__item:hover .navigation__dropdown .list__item {
    display: block;
    margin-bottom: 0;
  }
  .navigation__item:hover .navigation__dropdown .list__item--mobile {
    display: none;
  }
  .navigation__item:hover .navigation__dropdown .list__item:last-child {
    border: 0;
  }
  .navigation__item:hover .navigation__dropdown .list__item--link {
    display: flex;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    overflow: hidden;
  }
  .navigation__item:hover .navigation__dropdown .list__item--link:not(:last-of-type) {
    position: relative;
  }
  .navigation__item:hover .navigation__dropdown .list__item--link:not(:last-of-type)::after {
    position: absolute;
    bottom: 0;
    left: 2.4rem;
    display: block;
    border-bottom: 0.3rem dotted #e5e5e5;
    width: calc(100% - 2 * 2.4rem);
    height: 0.3rem;
    content: "";
  }
  .navigation__item:hover .navigation__dropdown .list__item--teaser {
    margin-top: 1.6rem;
  }
  .navigation__item:hover .navigation__dropdown .list__item--active-sourcing {
    height: 15rem;
  }
  .navigation__item:hover .list__link {
    width: 100%;
    height: 100%;
    padding: 0.8rem 2.4rem;
    flex: 1;
    color: #171717;
  }
}

.job-posting-maintainer-bar {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 180rem;
  background-image: linear-gradient(to right, #fc5f12, #fc7e42);
}
.job-posting-maintainer-bar__container {
  margin-inline: auto;
  width: 90%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .job-posting-maintainer-bar__container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .job-posting-maintainer-bar__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .job-posting-maintainer-bar__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .job-posting-maintainer-bar__container {
    flex-direction: row;
    align-items: center;
  }
}
.job-posting-maintainer-bar__container .btn-outline {
  height: 3.2rem;
  background-color: #fc5f12;
  color: #fff;
}
.job-posting-maintainer-bar__container .btn-outline:hover {
  background-color: #fff;
  color: #fc5f12;
}
.job-posting-maintainer-bar .reference-number {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .job-posting-maintainer-bar .reference-number {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.job-posting-maintainer-bar .explanation {
  padding-right: 1rem;
}
.job-posting-maintainer-bar .buttons {
  display: flex;
  justify-content: center;
}
.job-posting-maintainer-bar .button {
  margin-left: 0.5rem;
}
.job-posting-maintainer-bar .suspend-resume-confirmation-modal {
  position: relative;
  display: none;
  text-align: center;
}
.job-posting-maintainer-bar .modal__card {
  max-width: 85rem;
}
.job-posting-maintainer-bar .modal .simple-card__header {
  font-weight: 800;
  font-size: 4rem;
}
.job-posting-maintainer-bar .modal .simple-card__body {
  font-size: 1.8rem;
  line-height: 3rem;
}
.job-posting-maintainer-bar .modal .simple-card__body .job-title {
  font-weight: 700;
}
.job-posting-maintainer-bar .modal .buttons {
  padding-top: 2rem;
}

.apprentice-link__mobile-only {
  margin-inline: auto;
  margin-bottom: 1.6rem;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .apprentice-link__mobile-only {
    display: none;
  }
}

.apprentice-link__container {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  border-bottom: 0.3rem dotted #d4d4d4;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.apprentice-link__container a {
  font-weight: 500;
  text-decoration: none;
  color: #525252;
}

.navigation {
  position: relative;
  margin-inline: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  max-width: 180rem;
  background-color: #fff;
  color: #171717;
  /* stylelint-disable declaration-no-important*/
  /* stylelint-enable declaration-no-important*/
}
.navigation.navigation--flyout {
  display: none;
}
.navigation.navigation--navless {
  margin-bottom: 0.8rem;
  padding-top: 2rem;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .navigation.navigation--navless {
    margin-bottom: 3.2rem;
  }
}
.navigation__login-link .navigation__dropdown {
  display: none;
}
.navigation__login-link .navigation__dropdown .list__item--link {
  font-weight: normal;
}
.navigation .horizontal_line {
  padding: 0.8rem;
  color: #171717;
}
.navigation .horizontal_line:after {
  content: "|";
}
.navigation .blob {
  display: inline;
  margin-left: 0.8rem;
  font-size: 1.4rem;
}
.navigation--without-background {
  background-color: #fff;
}
.navigation.navigation--navless.navigation--without-background {
  position: relative;
  margin-bottom: 0;
  height: 5rem;
  background: transparent !important;
}
.navigation.navigation--navless.navigation--without-background::before {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transition: 500ms;
  background-color: #fff;
  content: "";
}
.navigation--fixed {
  transition: height 500ms, opacity 500ms;
}
.navigation input,
.navigation button,
.navigation input[type=submit] {
  border: none;
}
.navigation input:focus,
.navigation button:focus,
.navigation input[type=submit]:focus {
  outline: none;
}
.navigation__container {
  margin-inline: auto;
  width: 90%;
  position: relative;
  display: flex;
  min-width: 32rem;
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .navigation__container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .navigation__container {
    width: 114rem;
  }
}
.navigation__row {
  display: flex;
  width: 100%;
  align-items: center;
}
.navigation__row--management {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  visibility: hidden;
  justify-content: flex-end;
}
.navigation__row--general {
  position: relative;
  transition: transform 500ms;
  justify-content: flex-end;
}
.navigation .viewable-tablet {
  display: none;
}
.navigation__branding {
  position: relative;
  z-index: 1;
  flex-basis: 10.3rem;
  transition: flex-grow 500ms, flex-shrink 500ms, margin 500ms;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .navigation__branding {
    flex: 0 1 23rem;
  }
  .isStuck .navigation__branding {
    flex: 0 1 7rem;
  }
}
.navigation__links {
  display: none;
  transition: flex-grow 500ms, flex-shrink 500ms;
  box-shadow: none;
}
@media only screen and (min-width: 1200px) {
  .navigation__links {
    display: block;
  }
}
.navigation__link-text {
  display: inline-block;
  border-radius: 0 0 1.2rem 1.2rem;
  padding: 0.8rem 1.6rem;
  background-color: #f5f5f5;
  font-weight: 600;
}
.navigation__link-text:hover {
  text-decoration: underline;
}
.navigation__list {
  padding: 0;
}
.navigation__list--tablet {
  margin-right: 1.5rem;
  order: 1;
}
.navigation__list--desktop {
  font-weight: 600;
}
.navigation__list--desktop .navigation__item {
  position: relative;
  border-bottom: 4rem solid transparent;
}
@media screen and (max-width: 1024px) {
  .navigation__list--desktop .navigation__item {
    border-bottom: none;
  }
}
.navigation__list--desktop .navigation__item .navigation__main-link {
  cursor: pointer;
}
.navigation__list--desktop .navigation__item .navigation__main-link-text {
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  align-items: center;
}
.navigation__list--desktop .navigation__item .navigation__main-link-text:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  transition: transform 0.5s ease 0s;
  margin-left: 0.5rem;
  font-size: 2rem;
  color: #171717;
  content: "\f107";
}
.navigation__list--desktop .navigation__item .navigation__main-link-text:hover {
  text-decoration: none;
  color: #404040;
}
@media only screen and (min-width: 1200px) {
  .navigation__list--desktop .navigation__item .navigation__main-link-text:hover::after {
    transform: rotate(-180deg);
  }
}
.navigation__list--desktop .navigation__item .navigation__main-link-text#azubi-cockpit {
  border-top: 0.1rem solid #ddd;
  padding-top: 1rem;
}
.navigation__list--desktop .navigation__item .navigation__main-link-text#azubi-cockpit + .navigation__dropdown .list__item--link i[class^=icon-] {
  padding-right: 0.8rem;
  color: #5e2dc1;
}
.navigation__unconfirmed_circle {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #ff4444;
}
.navigation .burger-button {
  position: relative;
  z-index: 12;
  border-radius: 1.4rem;
  padding: 0;
  background-color: #f5f5f5;
  color: #171717;
}
.navigation .burger-button .icon-toggle-burger {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
}
.navigation .apprentice-link {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navigation .apprentice-link {
    display: inline-block;
    margin-right: 2.4rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #525252;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation .apprentice-link {
    display: none;
  }
}
.navigation .navigation-links-container--open .navigation__links {
  position: absolute;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  z-index: 12;
  top: 5.2rem;
  left: calc(100% - 28rem);
  display: block;
  border-radius: 1.2rem;
  width: 28rem;
  max-height: calc(90vh - 9rem);
  padding: 1.6rem 0;
  background-color: #fff;
  overflow: hidden scroll;
}
.navigation .navigation-links-container--open .navigation__links .navigation__item {
  width: 100%;
}
.navigation .navigation-links-container--open .navigation__links .navigation__item:not(:last-of-type) {
  margin-bottom: 1.6rem;
  border-bottom: 0;
}
.navigation .navigation-links-container--open .navigation__links .navigation__item#sign-out, .navigation .navigation-links-container--open .navigation__links .navigation__item#sign-in {
  margin-top: 2rem;
}
.navigation .navigation-links-container--open .navigation__links .navigation__item#sign-in {
  border-top: 0.1rem solid #ddd;
  padding-top: 1.6rem;
}
.navigation .navigation-links-container--open .navigation__links:before {
  border: none;
}
.navigation .navigation-links-container--open .navigation__links--unauthorized {
  box-sizing: border-box;
}
.navigation .navigation-links-container--open .list__link {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
}
.navigation .navigation-links-container--open .list__link i[class^=icon-] {
  padding-right: 0.8rem;
  color: #5e2dc1;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item {
  width: 100%;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item .link {
  text-decoration: none;
  color: #171717;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item .link .list__link {
  font-size: 1.3rem;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item .link .list__link i[class^=icon-] {
  color: #5e2dc1;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item > .navigation__main-link-text {
  margin-bottom: 1.6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #171717;
  justify-content: space-between;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item > .navigation__main-link-text:after {
  font-size: 2.5rem;
  color: #5e2dc1;
  content: "\f107";
}
.navigation .navigation-links-container--open .navigation__list .navigation__item > .navigation__main-link-text--unconfirmed {
  margin-top: -2.5rem;
  min-height: 4.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #ff5353;
  color: #fff;
  justify-content: center;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item > .navigation__main-link-text--unconfirmed:after {
  content: none;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--active .navigation__dropdown {
  display: block;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--active > :after {
  transform: rotate(-180deg);
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single {
  width: 100%;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single .link {
  text-decoration: none;
  color: #171717;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single .link .list__link {
  font-size: 1.3rem;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single .link .list__link i[class^=icon-] {
  color: #5e2dc1;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single > .navigation__main-link-blog {
  margin-bottom: 1.6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #171717;
  justify-content: space-between;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single > .navigation__main-link-blog a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #171717;
}
.navigation .navigation-links-container--open .navigation__list--desktop .navigation__apprentice-cockpit {
  position: static;
  top: auto;
  right: auto;
  display: block;
  box-shadow: none;
  width: 100%;
}
.navigation .navigation-links-container--open .navigation__list--desktop .navigation__apprentice-cockpit__logout {
  display: none;
}
.navigation__unauthorized-warning {
  display: none;
}
.navigation__unauthorized-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.navigation__unauthorized-message {
  box-sizing: border-box;
  padding: 0.3rem 1rem;
  background-color: #ff4444;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.navigation .burger-button {
  margin-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .navigation .navigation-links-container--open .navigation__links {
    left: calc(100% - 32rem);
    width: 32rem;
  }
  .navigation__unauthorized {
    position: relative;
  }
  .navigation__unconfirmed_circle {
    display: none;
  }
  .navigation__unauthorized-warning {
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
    border-radius: 50%;
    width: 2.7rem;
    height: 100%;
    background-color: #ff4444;
    cursor: pointer;
    color: #fff;
    justify-content: center;
    align-items: center;
  }
  .navigation__unauthorized-container {
    z-index: 1000;
    top: inherit;
    bottom: -4.5rem;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: auto;
    padding-top: 1.5rem;
  }
  .navigation__unauthorized-container--active {
    display: flex;
  }
  .navigation__unauthorized-message {
    margin-left: 1rem;
    border-radius: 1.8rem;
    width: 21.2rem;
    padding: 0.3rem 1rem;
  }
  .navigation__unauthorized-message:after {
    position: absolute;
    top: 0.5rem;
    left: 54%;
    margin-left: -1.5rem;
    border: 1rem solid transparent;
    border-top: 0;
    border-bottom-color: #ff4444;
    width: 0;
    height: 0;
    content: "";
  }
  .navigation__display-name {
    display: inline-block;
    max-width: 16rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation {
    height: 12rem;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
  .navigation .navigation__item .navigation__main-link-text {
    margin-right: 1.5rem;
    font-size: 1.4rem;
  }
  .navigation .navigation__item .navigation__main-link-text--unconfirmed {
    display: none;
  }
  .navigation .navigation__item .navigation__main-link-text#azubi-cockpit {
    border-top: none;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .navigation .navigation__item .navigation__main-link-text#azubi-cockpit {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation .navigation__item .navigation__main-link-text#azubi-cockpit[data-is-admin=true] {
    display: flex;
  }
  .navigation .navigation__item#sign-out, .navigation .navigation__item#sign-in {
    display: none;
  }
  .navigation .navigation__item--single {
    margin-right: 0;
    height: 3.8rem;
    padding-top: 1.2rem;
  }
  .navigation .navigation__item--single .navigation__main-link-blog {
    margin-right: 1.5rem;
    font-size: 1.4rem;
  }
  .navigation .navigation__item--single .navigation__main-link-blog a {
    text-decoration: none;
    color: #171717;
  }
  .navigation .navigation__item--single .navigation__main-link-blog a:hover {
    color: #404040;
  }
  .isStuck .navigation--fixed {
    height: 7.5rem;
  }
  .isStuck .navigation--fixed .navigation__row--management {
    opacity: 0;
    pointer-events: none;
  }
  .navigation.navigation--navless {
    height: 16rem;
  }
  .navigation--without-background {
    height: 12rem;
  }
  .navigation--without-background::before, .navigation.navigation--navless.navigation--without-background::before {
    background-color: #fff;
  }
  .navigation__container {
    display: flex;
  }
  .navigation__row--management {
    display: flex;
    visibility: visible;
    transition: opacity 500ms;
  }
  .navigation__register {
    display: flex;
    justify-content: flex-end;
  }
  .navigation__display-name {
    max-width: 75rem;
  }
  .navigation__corporations {
    margin-right: 3rem;
    padding-top: 0.8rem;
  }
  .navigation__corporations a {
    color: #171717;
  }
  .navigation__login {
    position: relative;
    border-radius: 0 0 0.8rem 0.8rem;
    background-color: #fff;
  }
  .navigation__login .link {
    color: #171717;
  }
  .navigation__login:hover .navigation__apprentice-cockpit {
    display: flex;
  }
  .navigation__login-link {
    display: flex;
    flex-direction: row;
  }
  .navigation__login-link .navigation__dropdown {
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    top: 3rem;
    border-radius: 0.8rem;
    width: 25.5rem;
    background-color: #fff;
  }
  .navigation__login-link .navigation__dropdown .list__item {
    padding-left: 1.4rem;
  }
  .navigation__login-link .navigation__dropdown .list__item .list__link i {
    margin-right: 0.8rem;
    color: #5e2dc1;
  }
  .navigation__login-link .navigation__dropdown:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 101;
    top: -0.65rem;
    display: none;
    transform: rotateY(0deg) rotate(45deg);
    border: 0.1rem solid;
    border-color: #d4d4d4 transparent transparent #d4d4d4;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    content: "";
  }
  .navigation__login-text {
    box-sizing: border-box;
    cursor: pointer;
  }
  .navigation__list--tablet {
    display: none;
  }
  .navigation__list--desktop {
    display: flex;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    box-sizing: border-box;
    flex: 0 1 auto;
    /* stylelint-disable declaration-block-no-redundant-longhand-properties */
    flex-direction: row;
    flex-wrap: wrap;
    /* stylelint-enable declaration-block-no-redundant-longhand-properties */
    margin-inline: auto;
  }
  .navigation__list--desktop .navigation__item {
    margin-right: 0;
    height: 3.8rem;
    padding-top: 1.2rem;
  }
  .navigation__list--desktop .navigation__item:last-of-type {
    border-top: none;
  }
  .navigation__list--desktop .navigation__item--apprentice {
    display: none;
  }
  .navigation .burger-button {
    display: none;
  }
  .navigation__unauthorized:hover > .navigation__unauthorized-container {
    display: block;
  }
  .navigation__unauthorized-warning {
    margin-right: 0;
    margin-left: -1rem;
    border-radius: 0;
    border-bottom-right-radius: 0.8rem;
  }
  .navigation__unauthorized-message {
    margin-right: 0;
    margin-left: 0;
    padding: 0.7rem 1.8rem;
  }
  .navigation__main-link-text:hover .navigation__dropdown {
    display: block;
    padding-inline: 2rem;
  }
  .navigation__main-link-text:hover .navigation__dropdown:before {
    display: block;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item {
    display: block;
    margin-bottom: 0;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item--mobile {
    display: none;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item:last-child {
    border: 0;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item--link {
    display: flex;
    height: 4.6rem;
    padding-left: 0;
    line-height: 2.4;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    overflow: hidden;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item--link:not(:last-of-type) {
    border-bottom: 0.3rem dotted #e5e5e5;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item--teaser {
    margin-top: 1.6rem;
    padding-left: 0;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item--active-sourcing {
    height: 15rem;
  }
  .navigation__main-link-text:hover .list__link {
    color: #171717;
  }
}

.mobile-nav-backdrop {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  opacity: 0.5;
  width: 100vw;
  height: 100%;
  background-color: #171717;
}

.modal .login {
  margin-top: 1rem;
}
.modal .login__register {
  margin-bottom: 2rem;
  font-weight: 500;
  text-align: center;
  color: #737373;
}
.modal .login__register--question {
  display: inline-flex;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #171717;
}
.modal .login__register--link {
  margin-left: 0.5rem;
}
.modal .input-field__input {
  margin-bottom: 0.5rem;
  padding-left: 2.4rem;
  font-weight: 600;
}
.modal .input-field__input--inactive {
  display: none;
}
.modal .input-field__input::placeholder {
  color: #a3a3a3;
}
.modal .input-field__label {
  z-index: 2;
  margin-top: 1.7rem;
  margin-left: 1.75rem;
}
.modal .password-field__input {
  font-weight: 600;
}
.modal .password-field__input::placeholder {
  color: #a3a3a3;
}
.modal .password-field__icon {
  color: #d4d4d4;
}
.modal ::before {
  color: #d4d4d4;
}
.modal .filled::before {
  color: #737373;
}
.modal .modal-divider__text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #737373;
}
.modal .dotted-hr {
  border: none;
  border-top: 0.3rem dotted #e5e5e5;
  background-color: white;
}
.modal .meteor-dots {
  margin: 0.2rem 0;
  border: none;
  border-top: 0.3rem dotted #5e2dc1;
  background-color: white;
}
.modal .password-reset-link a {
  color: #5e2dc1;
}

.password-field {
  position: relative;
  transition: border-color 0.3s ease-out;
  border: 0.2rem solid;
  border-color: transparent;
}
.password-field:focus-within {
  border-color: #5e2dc1;
}
.password-field__input {
  border: none;
  width: 90%;
  height: 100%;
  background-color: transparent;
}
.password-field__input:focus {
  outline: none;
}
.password-field__icon {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 2rem;
  cursor: pointer;
  font-size: 2rem;
  line-height: 4.6rem;
  color: #666;
}
.password-field__icon:after {
  content: "\f06e";
}
.password-field--show-text .password-field__icon {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 2rem;
  cursor: pointer;
  font-size: 2rem;
  line-height: 4.6rem;
  color: #666;
}
.password-field--show-text .password-field__icon:after {
  content: "\f070";
}
@media only screen and (min-width: 768px) {
  .password-field i {
    right: 2rem;
  }
}

.password-validation__info {
  font-size: 1rem;
  text-align: center;
}
.password-validation__progressbar {
  margin-inline: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row nowrap;
  width: 23rem;
  height: 0.5rem;
}
.password-validation__progressbar .first-stage {
  margin-right: 0.1rem;
  border: none;
  border-radius: 10rem;
  width: 100%;
  background: #d4d4d4;
}
.password-validation__progressbar .second-stage {
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  border: none;
  border-radius: 10rem;
  width: 100%;
  background: #d4d4d4;
}
.password-validation__progressbar .third-stage {
  border: none;
  border-radius: 10rem;
  width: 100%;
  background: #d4d4d4;
}
.password-validation__info {
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .password-validation__progressbar {
    width: 40rem;
  }
}

.ajax-spinner {
  margin-inline: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 5.4rem;
  height: 6rem;
  background-image: url(/assets/widgets/ajax_spinner/ajax-spinner-ca23512c152734c24d1bca5745d667f213b03b76e4adbf57b6d5fca954c1d159.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.ajax-spinner--inactive {
  display: none;
}

.register__simple-card__body {
  margin: 0;
}
.register a {
  color: #5e2dc1;
}
.register__wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .register__wrapper {
    flex-direction: row;
  }
}
.register__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.1rem;
  text-align: left;
}
.register__title--withspan {
  display: inline-block;
  background-image: url(/assets/frontend/register/waves-b811d97b1f7f16fe5601ccb8808dcae127e82c3d0b34b831e2853ec470ecc0a5.svg);
  background-size: cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.register__content {
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .register__content {
    width: auto;
    padding: 7.2rem 7.6rem;
    flex-basis: 67%;
  }
}
@media only screen and (min-width: 1200px) {
  .register__content {
    padding: 7.2rem 9.6rem;
  }
}
.register .input-field {
  margin-bottom: 0.8rem;
}
.register .input-field__input {
  margin-bottom: 0.5rem;
  padding-left: 4.2rem;
  font-weight: 600;
}
.register .input-field__input--inactive {
  display: none;
}
.register .input-field__input::placeholder {
  color: #a3a3a3;
}
.register .input-field__label {
  position: absolute;
  z-index: 2;
  margin-top: 1.7rem;
  margin-left: 1.75rem;
}
.register__age-info {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  color: #737373;
}
.register__password-info {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
.register__privacy-info {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  color: #737373;
}
.register__login {
  text-align: center;
}
.register__login--question {
  display: inline-flex;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #171717;
}
.register__login--link {
  margin-left: 0.5rem;
}
.register .register__password-input-container {
  position: relative;
}
.register .selectize-control {
  display: flex;
  margin-bottom: 1.2rem;
}
.register .password-validation__info {
  margin-bottom: 0;
}
.register .submit-register-wrapper {
  display: flex;
  padding: 1rem 0;
  justify-content: center;
}
.register .submit-register-wrapper .icon-spinner__register {
  font-size: 3.2rem;
}
.register__benefits {
  font-weight: 700;
  background-color: #5e2dc1;
  background-image: url(/assets/frontend/register/registry-benefits-meteor-852f51e0a1eae82927d17e76989fc9984dd7b262b591a3fab0f7ec080089a449.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: white;
  background-position-y: bottom;
}
@media only screen and (min-width: 768px) {
  .register__benefits {
    flex-basis: 33%;
  }
}
.register__benefits-container {
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .register__benefits-container {
    padding: 7.2rem 3.2rem 2rem;
  }
}
.register__benefits-title-svg {
  margin-bottom: 2.4rem;
  width: 15.45rem;
  height: auto;
  padding-left: 0;
}
.register__benefits-bold-text {
  padding-left: 0.9rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
.register__benefits-description {
  margin-left: 2.5rem;
  padding-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #e4d8fd;
}
.register__benefit {
  display: flex;
}
.register__benefit--check {
  margin: auto 0;
  width: 1.6rem;
  height: 1.6rem;
}
.register .cake {
  width: 100%;
}
.register .cake.fa-birthday-cake:before, .register .cake.icon-birthday-cake:before {
  position: absolute;
  z-index: 2;
  padding-top: 2.3rem;
  padding-left: 1.8rem;
}
.register .selectize-input {
  width: 100%;
}
.register .not-full #age_modal-selectized {
  padding-left: 4.3rem;
}
.register .not-full #age_modal-selectized::placeholder {
  color: #a3a3a3;
}
.register .selectize-dropdown {
  z-index: 21;
}
.register .item {
  margin-left: 1.7rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #171717;
}
.register .password-field__input {
  height: 100%;
}
.register .password-field__input::placeholder {
  color: #a3a3a3;
}
.register .password-field__icon {
  color: #a3a3a3;
}
.register .colored-ab-logo {
  vertical-align: text-bottom;
}
.register ::before {
  color: #d4d4d4;
}
.register .filled::before {
  color: #737373;
}
.register .modal-divider__text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #737373;
}
.register .modal-divider--first {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}
.register .modal-divider--second {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.register .dotted-hr {
  border: none;
  border-top: 0.3rem dotted #e5e5e5;
  background-color: white;
}
.register .meteor-dots {
  margin: 0.2rem 0;
  border: none;
  border-top: 0.3rem dotted #5e2dc1;
  background-color: white;
}
.register .btn-filled {
  height: 4.6rem;
  font-size: 1.4rem;
}
.register .btn-growing-md {
  min-height: 4.6rem;
}

.move-to-top-button {
  z-index: 1000;
  position: fixed;
  bottom: 1rem;
  right: 0.5rem;
  display: none;
  color: #fff;
}
.move-to-top-button .btn-filled {
  width: 5rem;
  height: 5rem;
  opacity: 0.85;
  padding: 0;
  background-color: #333;
  background-image: none;
  font-size: 1.2rem;
}
.move-to-top-button .btn-filled__icon {
  display: inline-block;
  font-size: 2.1rem;
}
@media only screen and (min-width: 1200px) {
  .move-to-top-button .btn-filled {
    width: 12rem;
    height: 4.6rem;
  }
  .move-to-top-button .btn-filled__label {
    margin: 0;
  }
  .move-to-top-button .btn-filled__label:after {
    display: inline-block;
    text-align: center;
    content: "NACH OBEN";
  }
  .move-to-top-button .btn-filled__icon {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .move-to-top-button {
    margin-right: 6rem;
  }
}

.modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.68);
  justify-content: center;
  align-items: center;
}
.modal__label {
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.modal__facebook-button {
  width: 100%;
  background-color: #3b5998;
  background-image: none;
  text-decoration: none;
  color: #fff;
}
.modal__facebook-button .icon-facebook {
  margin-right: 0.5rem;
  font-size: 2.2rem;
}
.modal__facebook-button:hover {
  background-color: #3b5998;
  background-image: none;
  color: #fff;
}
.modal__input {
  display: block;
  margin-bottom: 1rem;
}
.modal .password-field {
  margin-bottom: 1rem;
}
.modal__submit {
  margin-bottom: 2rem;
  width: 100%;
}
.modal__card {
  border-radius: 1rem;
  width: 100%;
  overflow-y: auto;
}
.modal__card .simple-card {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.modal__card.vacancy-form__branch-modal-card {
  overflow-y: visible;
}
.modal__card.vacancy-form__branch-modal-card .simple-card {
  border-radius: 1rem;
}
.modal__card--register .simple-card {
  height: auto;
  padding: 0;
}
.modal__card--register .simple-card__body {
  padding: 0;
}
.modal__close {
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
.modal__close:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 50%;
  min-width: 2.4rem;
  background: #fff;
  background-color: #f5f5f5;
  text-align: center;
  color: #737373;
  content: "\f00d";
}
.modal__close:hover:before {
  color: #5e2dc1;
}
@media only screen and (min-width: 768px) {
  .modal {
    box-sizing: border-box;
    padding-top: 6rem;
    justify-content: flex-start;
  }
  .modal__card {
    width: 100%;
    max-width: 65rem;
    height: auto;
  }
  .modal__card .simple-card {
    padding-right: 6rem;
    padding-left: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: auto;
    height: auto;
  }
  .modal__card .simple-card--location-permission {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .modal__card--register {
    max-width: 96rem;
  }
  .modal__card--register .simple-card {
    height: auto;
    padding: 0;
  }
  .modal__card--register .simple-card__body {
    padding: 0;
  }
}
.modal--hidden {
  display: none;
}

.modal-divider {
  position: relative;
  margin: 4rem 0;
}
.modal-divider__text {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
  background-color: #fff;
}
.modal-divider hr {
  border: none;
  height: 0.1rem;
  background-color: #ddd;
  color: #ddd;
}
.modal-divider .form-error-message {
  font-size: 1.2rem;
}

.account-activation-modal__text {
  text-align: center;
}
.account-activation-modal__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: default;
  text-decoration: none;
  align-items: center;
}
.account-activation-modal__link.active {
  cursor: pointer;
  color: #5e2dc1;
}
.account-activation-modal__email-provider-logo {
  margin-bottom: 1.6rem;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5rem;
}
.account-activation-modal__email-provider-logo i::before {
  position: relative;
  top: 1.75rem;
  font-size: 4rem;
  color: #5e2dc1;
}

.modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.68);
  justify-content: center;
  align-items: center;
}
.modal__label {
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.modal__facebook-button {
  width: 100%;
  background-color: #3b5998;
  background-image: none;
  text-decoration: none;
  color: #fff;
}
.modal__facebook-button .icon-facebook {
  margin-right: 0.5rem;
  font-size: 2.2rem;
}
.modal__facebook-button:hover {
  background-color: #3b5998;
  background-image: none;
  color: #fff;
}
.modal__input {
  display: block;
  margin-bottom: 1rem;
}
.modal .password-field {
  margin-bottom: 1rem;
}
.modal__submit {
  margin-bottom: 2rem;
  width: 100%;
}
.modal__card {
  border-radius: 1rem;
  width: 100%;
  overflow-y: auto;
}
.modal__card .simple-card {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.modal__card.vacancy-form__branch-modal-card {
  overflow-y: visible;
}
.modal__card.vacancy-form__branch-modal-card .simple-card {
  border-radius: 1rem;
}
.modal__card--register .simple-card {
  height: auto;
  padding: 0;
}
.modal__card--register .simple-card__body {
  padding: 0;
}
.modal__close {
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
.modal__close:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 50%;
  min-width: 2.4rem;
  background: #fff;
  background-color: #f5f5f5;
  text-align: center;
  color: #737373;
  content: "\f00d";
}
.modal__close:hover:before {
  color: #5e2dc1;
}
@media only screen and (min-width: 768px) {
  .modal {
    box-sizing: border-box;
    padding-top: 6rem;
    justify-content: flex-start;
  }
  .modal__card {
    width: 100%;
    max-width: 65rem;
    height: auto;
  }
  .modal__card .simple-card {
    padding-right: 6rem;
    padding-left: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: auto;
    height: auto;
  }
  .modal__card .simple-card--location-permission {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .modal__card--register {
    max-width: 96rem;
  }
  .modal__card--register .simple-card {
    height: auto;
    padding: 0;
  }
  .modal__card--register .simple-card__body {
    padding: 0;
  }
}
.modal--hidden {
  display: none;
}

.modal-divider {
  position: relative;
  margin: 4rem 0;
}
.modal-divider__text {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
  background-color: #fff;
}
.modal-divider hr {
  border: none;
  height: 0.1rem;
  background-color: #ddd;
  color: #ddd;
}
.modal-divider .form-error-message {
  font-size: 1.2rem;
}

.email-update-modal__text {
  text-align: center;
}
.email-update-modal__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #fc5f12;
  align-items: center;
}

.page-teasers__image {
  position: relative;
}
.page-teasers__image .responsive {
  border-radius: 1.2rem;
}
.page-teasers__image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 1.2rem;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat no-repeat;
  background-position: 0% 100%;
  background-size: 100%;
}
.page-teasers__image .image-overlay--meteor {
  background-image: url("data:image/svg+xml,%3Csvg width='364' height='76' viewBox='0 0 364 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-182 92.2634L-157.733 70.6762C-133.467 49.2912 -84.9333 5.81343 -36.4 0.606209C12.1333 -4.80324 60.6667 27.5523 109.2 35.6412C157.733 43.7301 206.267 27.5523 254.8 16.784C303.333 5.81343 351.867 0.757876 400.4 8.6951C448.933 16.9357 497.467 38.169 521.733 49.1395L546 59.9079V108.441H521.733C497.467 108.441 448.933 108.441 400.4 108.441C351.867 108.441 303.333 108.441 254.8 108.441C206.267 108.441 157.733 108.441 109.2 108.441C60.6667 108.441 12.1333 108.441 -36.4 108.441C-84.9333 108.441 -133.467 108.441 -157.733 108.441H-182V92.2634Z' fill='%235E2DC1'/%3E%3C/svg%3E%0A");
}
.page-teasers__image .image-overlay--northern-lights {
  background-image: url("data:image/svg+xml,%3Csvg width='364' height='60' viewBox='0 0 364 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-182 92.2634L-157.733 70.6762C-133.467 49.2912 -84.9333 5.81343 -36.4 0.606209C12.1333 -4.80324 60.6667 27.5523 109.2 35.6412C157.733 43.7301 206.267 27.5523 254.8 16.784C303.333 5.81343 351.867 0.757876 400.4 8.6951C448.933 16.9357 497.467 38.169 521.733 49.1395L546 59.9079V108.441H521.733C497.467 108.441 448.933 108.441 400.4 108.441C351.867 108.441 303.333 108.441 254.8 108.441C206.267 108.441 157.733 108.441 109.2 108.441C60.6667 108.441 12.1333 108.441 -36.4 108.441C-84.9333 108.441 -133.467 108.441 -157.733 108.441H-182V92.2634Z' fill='%2342EED2'/%3E%3C/svg%3E%0A");
}
.page-teasers__image .image-overlay--aurange {
  background-image: url("data:image/svg+xml,%3Csvg width='364' height='65' viewBox='0 0 364 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M546 64.8568L521.733 56.7679C497.467 48.679 448.933 32.5012 400.4 19.0029C351.867 5.7068 303.333 -5.41543 254.8 2.82513C206.267 10.7624 157.733 38.0623 109.2 45.9996C60.6667 54.2401 12.1333 43.1179 -36.4 45.9996C-84.9333 48.679 -133.467 64.8568 -157.733 72.9457L-182 81.0346H-157.733C-133.467 81.0346 -84.9333 81.0346 -36.4 81.0346C12.1333 81.0346 60.6667 81.0346 109.2 81.0346C157.733 81.0346 206.267 81.0346 254.8 81.0346C303.333 81.0346 351.867 81.0346 400.4 81.0346C448.933 81.0346 497.467 81.0346 521.733 81.0346H546V64.8568Z' fill='%23FC5F12'/%3E%3C/svg%3E%0A");
}
.page-teasers .simple-card {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: -5rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
  width: 30rem;
  padding: 2.4rem;
}
.page-teasers .simple-card .title--card {
  font-size: 1.8rem;
  line-height: 130%;
}
.page-teasers .simple-card .list--accented {
  margin-bottom: 2.4rem;
  color: #171717;
}
.page-teasers .simple-card .list--accented .list__link {
  color: #171717;
}
.page-teasers .simple-card .btn-filled--grey {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-teasers .simple-card {
    width: 32rem;
  }
}

.top-profession-links {
  width: 100%;
  text-align: center;
}
.top-profession-links__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-profession-links a {
  text-decoration: none;
}
.top-profession-links__intro {
  flex: 100%;
  margin-right: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 600;
  align-self: center;
}
.top-profession-links__button {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  border-radius: 0.8rem;
  padding: 1.2rem;
  background-color: #f5f5f5;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}
.top-profession-links__button:hover {
  background-color: #fafafa;
}
@media only screen and (min-width: 1200px) {
  .top-profession-links__intro {
    flex: unset;
  }
}

.nearby-corporations-carousel {
  width: 26rem;
  height: 30rem;
  margin-top: 2rem;
}
.nearby-corporations .slick-slide {
  margin-right: 1rem;
  margin-left: 1rem;
}
.nearby-corporations .slick-prev:before {
  content: "\f060";
}
.nearby-corporations .slick-next:before {
  content: "\f061";
}
.nearby-corporations .slick-prev,
.nearby-corporations .slick-next {
  border-radius: 10rem;
  width: 6.4rem;
  height: 6.4rem;
  background: #f5f5f5;
}
.nearby-corporations .slick-prev:before,
.nearby-corporations .slick-next:before {
  font-size: 3.2rem;
  color: #5e2dc1;
}
.nearby-corporations .slick-prev:hover,
.nearby-corporations .slick-next:hover {
  background: #fafafa;
}
.nearby-corporations .slick-prev {
  left: -4rem;
}
.nearby-corporations .slick-list {
  overflow: hidden !important;
  height: 35rem;
}
.nearby-corporations .slick-dots {
  display: none;
}
.nearby-corporations .simple-card--booked-corporation {
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
  height: 30rem;
  padding: 2.4rem;
}
.nearby-corporations .simple-card--booked-corporation:hover {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
}
.nearby-corporations .simple-card__body {
  padding: 0;
}
.nearby-corporations .simple-card-header {
  border-bottom: 0.3rem dotted #d4d4d4;
  padding-bottom: 2rem;
}
.nearby-corporations .simple-card__image {
  height: 7rem;
}
.nearby-corporations .simple-card__footer {
  margin-top: 4rem;
}
.nearby-corporations .simple-card__footer a:hover {
  text-decoration: none;
}
.nearby-corporations .simple-card .title--card {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 1.6rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .nearby-corporations .slick-track {
    left: 7.5rem;
  }
  .nearby-corporations .slick-list {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .nearby-corporations .slick-slide {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .nearby-corporations {
    margin-inline: auto;
    width: 87rem;
  }
  .nearby-corporations-container {
    padding-top: 10rem;
  }
  .nearby-corporations .slick-list {
    overflow: hidden !important;
  }
  .nearby-corporations .slick-track {
    left: 0;
  }
  .nearby-corporations .slick-prev {
    left: -8rem;
  }
  .nearby-corporations .slick-next {
    right: -8rem;
  }
}
@media only screen and (min-width: 1800px) {
  .nearby-corporations {
    width: 115.5rem;
  }
  .nearby-corporations .slick-track {
    left: 1.3rem;
  }
  .nearby-corporations .slick-list {
    padding-right: 0;
    padding-left: 0;
  }
}

.nearby-corporation-card {
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
  height: 13.5rem;
  background: #fff;
}
.nearby-corporation-card__img {
  object-fit: contain;
}
.nearby-corporation-card:hover {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
}

.carousel-card {
  position: relative;
  margin-inline: auto;
  width: 32rem;
}
.carousel-card .title-group {
  margin-inline: auto;
  width: 28rem;
}
.carousel-card .title-group .title-subtle {
  display: none;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #e4d8fd;
}
@media only screen and (min-width: 768px) {
  .carousel-card .title-group .title-subtle {
    display: block;
  }
}
.carousel-card .title-group .title {
  font-weight: 600;
}
.carousel-card .title-group .title--section {
  font-weight: 700;
}
.carousel-card .title-group .title--carousel-card span {
  padding: 0;
  background-color: transparent;
}
.carousel-card .title-group .title--carousel-card {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .carousel-card .title-group .title--carousel-card {
    font-size: 1.6rem;
  }
}
.carousel-card .title-group .link--dotted {
  display: inline-block;
  border-color: #fc5f12;
  color: #fff;
}
.carousel-card .title-group .link--dotted:hover {
  border-color: #fff;
}
.carousel-card__card {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  margin-inline: auto;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
  width: 31rem;
  height: 30rem;
  padding: 1rem 1rem 0;
  background-color: #fff;
  pointer-events: auto;
}
.carousel-card__image {
  border-radius: 1.2rem;
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
.carousel-card__image-link {
  display: block;
}
.carousel-card__customer {
  position: relative;
  height: 7.4rem;
}
.carousel-card__customer__logo {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 1.5rem;
  display: inline-block;
  width: 16.8rem;
  height: 5.6rem;
}
.carousel-card__customer__profile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  top: 10rem;
  right: 3.2rem;
  border-color: #ddd;
  width: 17.8rem;
  color: #666;
}
.carousel-card .corporation-carousel-controls {
  left: 50%;
  transform: translateX(-50%);
  top: 19rem;
}
@media only screen and (min-width: 768px) {
  .carousel-card {
    width: 64rem;
  }
  .carousel-card .title-group {
    width: 64rem;
  }
  .carousel-card__card {
    z-index: 2;
    margin: auto;
    width: 58.5rem;
    height: 49rem;
    padding: 2rem 2rem 0;
  }
  .carousel-card__image {
    height: 37rem;
  }
  .carousel-card__customer {
    height: 11.2rem;
  }
  .carousel-card__customer__logo {
    width: auto;
    height: 6.5rem;
  }
  .carousel-card__customer__profile {
    top: 3.4rem;
    left: auto;
    right: 0;
    display: inline-block;
    transform: none;
    width: 13rem;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-card__card {
    width: 68.5rem;
    height: 56rem;
  }
  .carousel-card__image {
    height: 44rem;
  }
  .carousel-card .title-group {
    width: 100%;
  }
  .carousel-card .corporation-carousel-controls {
    top: 43rem;
  }
}

.megateaser {
  margin-bottom: 6.4rem;
  height: 39rem;
  padding-top: 4rem;
  background-color: #5e2dc1;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='128' viewBox='0 0 1440 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(/%23clip0_373_2089)'%3E%3Cpath d='M-145 208.499L-97 165.799C-49 123.499 47 37.4991 143 27.1991C239 16.4991 335 80.4991 431 96.4991C527 112.499 623 80.4991 719 59.1991C815 37.4991 911 27.4991 1007 43.1991C1103 59.4991 1199 101.499 1247 123.199L1295 144.499V240.499H1247C1199 240.499 1103 240.499 1007 240.499C911 240.499 815 240.499 719 240.499C623 240.499 527 240.499 431 240.499C335 240.499 239 240.499 143 240.499C47 240.499 -49 240.499 -97 240.499H-145V208.499Z' fill='%237F56CD' /%3E%3Cpath d='M1440 0L1392 21.3C1344 43 1248 85 1152 117.3C1056 149 960 171 864 181.3C768 192 672 192 576 160C480 128 384 64 288 64C192 64 96 128 48 160L0 192V256H48C96 256 192 256 288 256C384 256 480 256 576 256C672 256 768 256 864 256C960 256 1056 256 1152 256C1248 256 1344 256 1392 256H1440V0Z' fill='%2342EED2' /%3E%3Cpath d='M123.2 98.1951C-56.5 28.405 -221 110.792 -329 138L-288 138H1768V98.1951C1630.93 62.6228 1493.87 62.6228 1356.8 98.1951C1216.05 133.767 1078.98 133.767 945.6 98.1951C808.533 60.6016 671.467 60.6016 534.4 98.1951C357.064 135.789 219.998 135.789 123.2 98.1951Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: 0% 100%;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .megateaser {
    margin-bottom: 5.6rem;
  }
}
.megateaser .title--section {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  margin: 0 auto;
  margin-bottom: 0.8rem;
  max-width: 27rem;
  font-size: 3rem;
  line-height: 3.2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  hyphens: auto;
}
.megateaser .slick-list {
  margin: 0 auto;
  height: 47.5rem;
  overflow: hidden;
}
.megateaser .slick-slide {
  outline: none;
}
.megateaser__nav {
  pointer-events: auto;
}
.megateaser__nav .slick-slide {
  cursor: pointer;
}
.megateaser__nav.slick-slider {
  display: none;
}
@media only screen and (min-width: 768px) {
  .megateaser {
    height: 77.5rem;
    padding-top: 5.3rem;
  }
  .megateaser .title--section {
    max-width: 58rem;
    font-size: 6rem;
    line-height: 6.5rem;
    -webkit-line-clamp: 2;
  }
  .megateaser .corporation-carousel-controls {
    display: none;
    pointer-events: none;
  }
  .megateaser .corporation-carousel-controls .white-arrow-button {
    pointer-events: auto;
    color: #5e2dc1;
  }
  .megateaser .slick-center .corporation-carousel-controls {
    top: 46rem;
    display: block;
    width: 58.5rem;
  }
  .megateaser .slick-list {
    height: 80.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .megateaser {
    height: 71.5rem;
  }
  .megateaser .title--section {
    max-width: 100%;
    font-size: 6rem;
    line-height: 7.5rem;
    -webkit-line-clamp: 2;
  }
  .megateaser .slick-list {
    height: 82.5rem;
  }
  .megateaser .corporation-carousel-controls {
    display: block;
    width: 68.5rem;
  }
  .megateaser__nav.slick-slider {
    z-index: -1;
    display: block;
    margin-top: -14.8rem;
    height: 7.5rem;
  }
  .megateaser__nav .slick-list {
    height: 7.5rem;
  }
  .megateaser__nav .slick-slide {
    margin: 0 15rem;
  }
  .megateaser__nav .slick-slide.slick-center {
    visibility: hidden;
  }
}
@media only screen and (min-width: 1800px) {
  .megateaser__nav .slick-slide {
    margin: 0 20rem;
  }
}

.hero-teaser {
  position: relative;
  z-index: 2;
}
.hero-teaser .title-group {
  display: flex;
  margin-bottom: 0;
  flex-direction: column-reverse;
}
.hero-teaser .title-group .title--hero-title {
  font-family: "Arboria", sans-serif;
  color: #05215b;
}
.hero-teaser .title-group .title--hero-subtitle {
  padding: 3.2rem 4rem 0.8rem;
}
.hero-teaser .title-group .fancy {
  position: relative;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .hero-teaser .title-group .fancy {
    background-image: url("data:image/svg+xml,%3Csvg width='249' height='75' viewBox='0 0 249 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(/%23clip0_102_4)'%3E%3Crect width='249' height='75' fill='%235E2DC1'/%3E%3Cpath d='M0 69.1315L8.28067 66.3713C16.5613 63.611 33.1227 58.0906 49.684 53.4845C66.2453 48.9474 82.8067 45.1521 99.368 47.964C115.929 50.6725 132.491 59.9883 149.052 62.6967C165.613 65.5087 182.175 61.7134 198.736 62.6967C215.297 63.611 231.859 69.1315 240.139 71.8917L248.42 74.6519H240.139C231.859 74.6519 215.297 74.6519 198.736 74.6519C182.175 74.6519 165.613 74.6519 149.052 74.6519C132.491 74.6519 115.929 74.6519 99.368 74.6519C82.8067 74.6519 66.2453 74.6519 49.684 74.6519C33.1227 74.6519 16.5613 74.6519 8.28067 74.6519H0V69.1315Z' fill='%23FC5F12'/%3E%3Cpath d='M47 81.7617L55.2807 78.0872C63.5613 74.3436 80.1227 67.098 96.684 67.9606C113.245 68.8232 129.807 78.1389 146.368 77.1556C162.929 76.2413 179.491 65.2004 196.052 60.5943C212.613 56.0572 229.175 57.7823 245.736 63.3545C262.297 68.8232 278.859 78.1389 287.139 82.6761L295.42 87.2822V92.8026H287.139C278.859 92.8026 262.297 92.8026 245.736 92.8026C229.175 92.8026 212.613 92.8026 196.052 92.8026C179.491 92.8026 162.929 92.8026 146.368 92.8026C129.807 92.8026 113.245 92.8026 96.684 92.8026C80.1227 92.8026 63.5613 92.8026 55.2807 92.8026H47V81.7617Z' fill='%2342EED2'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
}

.main-search-bar {
  margin-inline: auto;
}
.main-search-bar .title {
  margin-bottom: 1.5rem;
}
.main-search-bar__header .title {
  margin: 6.4rem 0 3.2rem;
  font-size: 2.4rem;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  color: #5e2dc1;
}
.main-search-bar__form {
  margin-bottom: 2.4rem;
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  position: relative;
  border-radius: 2.4rem;
  width: 100%;
  padding: 1.6rem;
  flex-direction: column;
  background-color: #f5f5f5;
  background-repeat: no-repeat no-repeat;
  background-position: 0% 100%;
  background-size: 100%;
  text-align: left;
  justify-content: space-between;
}
.main-search-bar .search-button__label {
  font-size: 1.6rem;
}
.main-search-bar .icon-search + .search-button__label, .main-search-bar .navigation-search-button__icon .icon-search-toggle + .search-button__label, .navigation-search-button__icon .main-search-bar .icon-search-toggle + .search-button__label {
  margin-left: 1rem;
}
.main-search-bar .input-field {
  margin-bottom: 1.6rem;
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  border-color: #d4d4d4;
  border-style: solid;
  border-width: 0.1rem;
  border-radius: 2.7rem;
  width: 100%;
  height: 5.4rem;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #fff;
  align-items: center;
  flex-wrap: nowrap;
}
.main-search-bar .input-field__label {
  display: inline;
  margin: 0;
  margin-right: 1rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #5e2dc1;
}
.main-search-bar .input-field:focus-within {
  border-color: #999;
}
.main-search-bar .btn-filled {
  background-color: #5e2dc1 !important;
}
.main-search-bar i {
  display: flex;
  width: 1.5rem;
  font-size: 1.8rem;
  justify-content: center;
}
.main-search-bar__input {
  border: none;
  width: 100%;
  padding: 0;
  background-color: transparent;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .main-search-bar__input {
    width: 100%;
  }
}
.main-search-bar__input[placeholder="Mein Standort"]::placeholder {
  opacity: 1;
  color: #000;
}
.main-search-bar__input:focus {
  outline: none;
}
.main-search-bar__input .btn-filled {
  height: 5.4rem;
}
.main-search-bar__links {
  margin-bottom: 3rem;
}
.main-search-bar .profession-quiz {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  height: 7.6rem;
  background-image: url(/assets/speech-bubble-mobile-f7537a3c6397381d9b558cdcbb354aefa3ca813fc7d0f29c30ae3ca178d95fbe.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 1.4rem;
  justify-content: center;
  align-items: center;
}
.main-search-bar .profession-quiz__text {
  margin-bottom: 0.4rem;
  margin-left: 2.3rem;
  max-width: 33.1rem;
  padding: 0.3rem;
  font-weight: 400;
}
.main-search-bar .profession-quiz__emoji {
  display: none;
}
.main-search-bar .profession-quiz a:hover {
  text-decoration: none;
}
.main-search-bar .profession-quiz__link {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .main-search-bar__form {
    margin-inline: auto;
    width: 57.6rem;
  }
  .main-search-bar .search-button__label {
    font-size: 1.8rem;
  }
  .main-search-bar i {
    font-size: 2rem;
  }
  .main-search-bar .input-field__label, .main-search-bar__input {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .main-search-bar .profession-quiz__text {
    margin-bottom: 0.4rem;
    margin-left: 1.9rem;
    padding: 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-search-bar__form {
    margin-bottom: 4rem;
    border-radius: 6.8rem;
    width: 100%;
    padding: 3.2rem;
    text-align: left;
    justify-content: space-between;
    flex-direction: row;
  }
  .main-search-bar__links {
    margin-bottom: 6rem;
  }
  .main-search-bar .search-button {
    width: 19.8rem;
    height: 6.4rem;
  }
  .main-search-bar .input-field {
    margin-bottom: 0;
    border-radius: 3.7rem;
    width: 41.5rem;
    height: 6.4rem;
  }
  .main-search-bar .profession-quiz {
    margin-bottom: 0.4rem;
    height: 7rem;
    background-image: url(/assets/speech-bubble-desktop-3afd878024861858fee6593d20cbecb395d209f7516ec29ed4d3f1b3b49636f0.svg);
    font-size: 1.8rem;
  }
  .main-search-bar .profession-quiz__emoji {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0.4rem;
  }
  .main-search-bar .profession-quiz__text {
    margin-bottom: 0.4rem;
    margin-left: 0;
    max-width: 100%;
    padding: 0;
  }
  .main-search-bar .profession-quiz__link::after {
    width: 11.6rem;
  }
}

.accented-profession-card {
  position: relative;
  top: 0;
  display: block;
  transition: top 0.4s ease;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  width: 30rem;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: left;
  background-position-y: 3.3rem;
}
.accented-profession-card:hover {
  text-decoration: none;
}
.accented-profession-card:focus {
  outline: none;
}
.accented-profession-card .simple-card {
  position: relative;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
  top: 16rem;
  margin-bottom: 0;
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
  width: 100%;
  padding: 2.4rem;
}
.accented-profession-card .simple-card .btn-outline {
  width: 100%;
}
.accented-profession-card .title--card {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 100%;
  color: #171717;
  hyphens: auto;
}
.accented-profession-card .prefession-vacancy-count {
  margin-bottom: 0.8rem;
  font-weight: 700;
}
.accented-profession-card .list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .accented-profession-card {
    margin-right: 3.2rem;
    margin-left: 3.2rem;
    width: 35rem;
    background-position-y: 1.2rem;
  }
  .accented-profession-card .simple-card {
    position: relative;
    margin-bottom: 0;
  }
}
.accented-profession-card__a-to-z {
  background-image: url(/assets/widgets/accented_profession_card/a_to_z-4a00c96654f345fe539afb8b752a38516b7aafab75de10aea78a077d0327167c.svg);
}
.accented-profession-card__a-to-z .content {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  color: #171717;
}

.accented-profession-card--baecker {
  background-image: url(/assets/widgets/accented_profession_card/baecker-7acc6661cd9bb84a79016bc22e8a681c7a811afac6ecc488d924b0db8ec0cb9a.svg);
}

.accented-profession-card--ergotherapeut {
  background-image: url(/assets/widgets/accented_profession_card/ergotherapeut-c475de3ae95cffbf2fae0bc2e8aa41d92b3ee54052ab735ba40eb7ca0d7619aa.svg);
}

.accented-profession-card--erzieherin {
  background-image: url(/assets/widgets/accented_profession_card/erzieherin-bd18a355f3fc49a18f722fd2f457ce61c850a946e8c3891d55c17f28c432837c.svg);
}

.accented-profession-card--fachinformatiker {
  background-image: url(/assets/widgets/accented_profession_card/fachinformatiker-842a5dc8dbaa8a3c587b919b26bf1f9b8c0aaa7788812a64d9abba65df3cb7c8.svg);
}

.accented-profession-card--kauffrau-fuer-bueromanagement {
  background-image: url(/assets/widgets/accented_profession_card/kauffrau-fuer-bueromanagement-c7da0b75a455d623821e664e871ae9b2511f2efae165270da289cd8ced1b7f51.svg);
}

.accented-profession-card--krankenpflegehelfer {
  background-image: url(/assets/widgets/accented_profession_card/krankenpflegehelfer-b1cc5c8bae6ceb08fe31abdeafec0dad4df747d7b48f8be6c8b4f8018ae4ce1b.svg);
}

.accented-profession-card--industriekaufmann {
  background-image: url(/assets/widgets/accented_profession_card/industriekaufmann-8a2a78995319d6d6122e1dddd70999c2a2372bd52fabdf927772474aa4fec8fd.svg);
}

.accented-profession-card--mechatroniker {
  background-image: url(/assets/widgets/accented_profession_card/mechatroniker-49836a95ffb2fe8f9cd0026f7573026f00c30306fa858e79ac62213e2adbca11.svg);
}

.accented-profession-card--medizinischer-fachangestellter {
  background-image: url(/assets/widgets/accented_profession_card/medizinischer-fachangestellter-c22f088a996952d4789efaf6410285341cb680d1d8eb781706f6be4f9ebd5085.svg);
}

.accented-profession-card--notfallsanitaeter {
  background-image: url(/assets/widgets/accented_profession_card/notfallsanitaeter-200bc515b6281d04f7b8e70711191855e83057a033fcf315277aaad2ba406069.svg);
}

.accented-profession-card--pflegefachmann {
  background-image: url(/assets/widgets/accented_profession_card/pflegefachmann-3d1daa04f97ac24bc7d6e27c57e06ace67bc67f664bc541ab346a16113f703fa.svg);
}

.accented-profession-card--polizist {
  background-image: url(/assets/widgets/accented_profession_card/polizist-50140ddbc0b9e2c689d3d52226fdaf1144304c5e5759e98b8689ff79f284a846.svg);
}

.accented-profession-card--pta {
  background-image: url(/assets/widgets/accented_profession_card/pta-54a6881e3dfc3526c93b6e8c345e64b5dbea4813a46f05f13adb02d5f13366ba.svg);
}

.accented-profession-card--tierpfleger {
  background-image: url(/assets/widgets/accented_profession_card/tierpfleger-df4241b8451c39dcc7437b5ef594845a40194079bc1cddc204dcc493468acca7.svg);
}

.accented-profession-card--tischler {
  background-image: url(/assets/widgets/accented_profession_card/tischler-efdad7b05c719d27f4e752e0c565e92e18b2747e6623bfb39515a8d1e391130a.svg);
}

@media only screen and (min-width: 768px) {
  .slick-center .accented-profession-card,
  .slick-cloned-center .accented-profession-card {
    top: -8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slick-center .accented-profession-card,
  .slick-cloned-center .accented-profession-card {
    top: 0;
  }
  .slick-active .accented-profession-card,
  .slick-cloned-active .accented-profession-card {
    top: -8rem;
  }
}
@media only screen and (min-width: 1800px) {
  .accented-profession-card .simple-card {
    margin-left: 1.2rem;
  }
  .slick-center.slick-active .accented-profession-card,
  .slick-cloned-center.slick-cloned-active .accented-profession-card {
    top: -8rem;
  }
  .slick-active .accented-profession-card,
  .slick-cloned-active .accented-profession-card {
    top: 0;
  }
}
.profession-carousel {
  text-align: center;
}
.profession-carousel .btn-outline {
  width: 21rem;
}
.profession-carousel__favorites {
  margin: 0 1.6rem;
  color: #171717;
}
.profession-carousel__favorites-link {
  line-height: 3.2rem;
  font-weight: 700;
}
.profession-carousel__carousel {
  position: relative;
}
.profession-carousel__carousel .slick-list {
  height: 50rem;
}
.profession-carousel__carousel .slick-prev:before {
  content: "\f060";
}
.profession-carousel__carousel .slick-next:before {
  content: "\f061";
}
.profession-carousel__carousel .slick-prev,
.profession-carousel__carousel .slick-next {
  border-radius: 10rem;
  width: 6.4rem;
  height: 6.4rem;
  background: #f5f5f5;
}
.profession-carousel__carousel .slick-prev:before,
.profession-carousel__carousel .slick-next:before {
  font-size: 3.2rem;
  color: #5e2dc1;
}
.profession-carousel__carousel .slick-prev:hover,
.profession-carousel__carousel .slick-next:hover {
  background: #fafafa;
}
.profession-carousel__carousel .slick-prev {
  left: -4rem;
}
.profession-carousel__carousel .slick-current .simple-card {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 768px) {
  .profession-carousel {
    margin-inline: 5% 0;
    overflow: hidden;
  }
  .profession-carousel .btn-outline {
    width: 21rem;
  }
  .profession-carousel__carousel {
    width: 115rem;
  }
  .profession-carousel__carousel .slick-track {
    margin-top: 8rem;
    margin-left: 1.5rem;
  }
  .profession-carousel__carousel .slick-list {
    height: 56rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profession-carousel {
    margin-inline: auto;
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 768px) {
  .profession-carousel {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .profession-carousel {
    width: 114rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1800px) {
  .profession-carousel {
    width: 114rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profession-carousel__carousel {
    margin-inline: auto;
    margin-bottom: 6.4rem;
    width: 79rem;
  }
  .profession-carousel__carousel .slick-prev {
    left: -14rem;
  }
  .profession-carousel__carousel .slick-next {
    right: -12.5rem;
  }
  .profession-carousel__carousel .slick-track {
    margin-left: 38.5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .profession-carousel {
    width: 100%;
  }
  .profession-carousel__carousel {
    width: 118rem;
  }
  .profession-carousel__carousel .slick-track {
    margin-left: -1.2rem;
  }
}

.job-posting-bookmark {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 2rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 1.7rem;
  color: #5e2dc1;
}
.job-posting-bookmark:hover {
  cursor: pointer;
}
.job-posting-bookmark--saved:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.8rem 1.05rem;
  content: "\f02e";
}
.job-posting-bookmark--not-saved:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.8rem 1.05rem;
  content: "\f097";
}

@media only screen and (min-width: 768px) {
  .simple-card--top-job .job-posting-bookmark {
    border: 0.1rem solid #5e2dc1;
  }
}
.job-posting-cluster-cards {
  position: relative;
  margin-bottom: 2rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  border: 0.1rem solid #d4d4d4;
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
  box-sizing: border-box;
  padding: 1.6rem 1.6rem 0.8rem;
  background: #fff;
  text-align: left;
}
.job-posting-cluster-cards--safari {
  position: initial !important;
}
.job-posting-cluster-cards__cta-button {
  border: none;
  border-radius: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #5e2dc1;
  background-image: url(/assets/components/card_cta_btn_arrow_white-a878ad37750d5b65a4da7bb4a717fe07596597284a1c1a93c14de92d9612fada.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 1.2rem;
  right: 1.6rem;
}
.job-posting-cluster-cards__cta-button:hover {
  background-color: #7c4eda;
}
.job-posting-cluster-cards__link:hover {
  text-decoration: none;
}
.job-posting-cluster-cards__body {
  margin-bottom: 1.2rem;
  border-bottom: 0.1rem solid #acaebd;
  padding-right: 4rem;
  padding-bottom: 1.2rem;
}
.job-posting-cluster-cards__logo {
  object-fit: contain;
  object-position: left center;
  max-width: 100%;
  height: 4rem;
  max-height: 4rem;
}
.job-posting-cluster-cards__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #171717;
}
.job-posting-cluster-cards__list-item {
  margin-bottom: 0.8rem;
}
.job-posting-cluster-cards__subtitle, .job-posting-cluster-cards__company {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #737373;
}
.job-posting-cluster-cards__fact-list {
  margin: 0 0 0.8rem;
  padding: 0;
  color: #737373;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .job-posting-cluster-cards__list-item {
    display: flex;
    margin-right: 0.8rem;
    max-height: 2rem;
    align-items: baseline;
  }
  .job-posting-cluster-cards__list-item--location {
    flex: 1 3 44%;
  }
  .job-posting-cluster-cards__list-item--start-date {
    flex: 1 1 31%;
  }
  .job-posting-cluster-cards__list-item--vacancies {
    flex: 1 1 25%;
  }
  .job-posting-cluster-cards__list-item:last-child {
    margin-right: 0;
  }
}
.job-posting-cluster-cards__list-item:last-child {
  margin-bottom: 0;
}
.job-posting-cluster-cards__badge-bar {
  display: flex;
  margin-bottom: 0.8rem;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .job-posting-cluster-cards__badge-bar {
    flex-direction: row;
  }
}
.job-posting-cluster-cards .job-posting-bookmark {
  top: 1.7rem;
  right: 1.6rem;
  color: #5e2dc1;
}
.job-posting-cluster-cards__wrapper {
  display: flex;
  flex-direction: column;
}
.job-posting-cluster-cards__fact-label .icon {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2rem;
  height: 1.7rem;
  font-size: 1.5rem;
  text-align: center;
}
.job-posting-cluster-cards__fact-value {
  margin-left: 0.4rem;
  font-size: 1.2rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-posting-cluster-cards .sticker {
  display: inline-block;
  margin: 0.2rem 0.3rem 0.2rem 0;
  border-radius: 0.6rem;
  box-sizing: border-box;
  width: fit-content;
  height: 2.3rem;
  padding: 0.4rem 0.8rem;
  background-color: #fff0eb;
  font-size: 1rem;
  line-height: 1.5;
  color: #ff4a11;
}
.job-posting-cluster-cards .sticker--new {
  font-weight: bold;
}
.job-posting-cluster-cards .sticker--icon {
  padding-left: 2rem;
  background-repeat: no-repeat;
  background-position: 0.6rem center;
}
.job-posting-cluster-cards .sticker--direct-application {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.80195 1.05973C4.85218 0.53738 4.1665 0.300258 3.8833 0.742045L0.493483 6.03017C0.280158 6.36295 0.519132 6.8 0.914422 6.8H4.5L4.19805 9.94027C4.14783 10.4626 4.8335 10.6997 5.1167 10.258L8.50652 4.96983C8.71984 4.63705 8.48087 4.2 8.08558 4.2H4.5L4.80195 1.05973Z' fill='%23ff4a11'/%3E%3C/svg%3E%0A");
}
.job-posting-cluster-cards .sticker--direct-application:after {
  content: "Einfach mobil bewerben";
}
@media only screen and (min-width: 768px) {
  .job-posting-cluster-cards .sticker--direct-application:after {
    content: "Einfach bewerben";
  }
}
.job-posting-cluster-cards .sticker--oa {
  background-color: #ede5ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%232E165F' d='M7.96 2.61c-.064-.044-.106-.087-.106-.172 0-.065.042-.108.107-.15L9.25 1.75 9.766.482c.043-.064.086-.107.15-.107.086 0 .129.043.172.107l.537 1.268 1.268.537c.064.043.107.086.107.15 0 .086-.043.13-.107.172l-1.268.516-.537 1.29c-.043.064-.086.106-.15.106-.086 0-.13-.042-.172-.107L9.25 3.125l-1.29-.516Zm3.933 6.552c.064.043.107.086.107.15 0 .086-.043.13-.107.172L10.625 10l-.537 1.29c-.043.064-.086.107-.15.107-.086 0-.13-.043-.172-.108L9.25 10l-1.29-.516c-.064-.043-.106-.086-.106-.15 0-.086.042-.129.107-.172l1.289-.537.516-1.268c.043-.064.086-.107.15-.107.086 0 .129.043.172.107l.537 1.268 1.268.537ZM9.25 5.875a.337.337 0 0 1-.193.3L6.629 7.4 5.426 9.828a.343.343 0 0 1-.301.172.353.353 0 0 1-.322-.172L3.6 7.4 1.172 6.176a.337.337 0 0 1-.193-.301c0-.129.085-.258.193-.3L3.6 4.35l1.203-2.407c.129-.236.494-.236.623 0L6.629 4.35l2.428 1.224c.107.043.172.172.193.301Z'/%3E%3C/svg%3E");
  color: #2e165f;
}
.job-posting-cluster-cards .sticker--oa_02:after {
  content: "Ohne Anschreiben bewerben";
}
.job-posting-cluster-cards .sticker--oa_03:after {
  content: "Kein Anschreiben erforderlich";
}
.job-posting-cluster-cards .sticker--bf {
  background-color: #fee2e2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' fill='none'%3E%3Cpath fill='%237F1D1D' d='M7.734.375c.28 0 .516.236.516.516v.343c0 .301-.236.516-.516.516 0 1.955-1.117 3.61-2.6 4.125 1.483.537 2.6 2.191 2.6 4.125.28 0 .516.236.516.516v.343c0 .301-.236.516-.516.516H.516A.496.496 0 0 1 0 10.859v-.343c0-.28.215-.516.516-.516 0-1.934 1.095-3.588 2.578-4.125C1.61 5.359.516 3.705.516 1.75A.496.496 0 0 1 0 1.234V.891C0 .61.215.375.516.375h7.218Zm-1.632 8.25c-.366-.988-1.118-1.719-1.977-1.719-.88 0-1.633.73-1.998 1.719h3.975Zm0-5.5c.171-.408.257-.88.257-1.375H1.891c0 .494.064.967.236 1.375h3.975Z'/%3E%3C/svg%3E");
  color: #7f1d1d;
}
.job-posting-cluster-cards .sticker--bf_02:after {
  content: "Bewerbungsfrist endet bald";
}
.job-posting-cluster-cards .sticker--bf_03:after {
  content: "Nur noch wenige Tage";
}
.job-posting-cluster-cards .sticker--bf_04:after {
  content: "Letzte Gelegenheit";
}
.job-posting-cluster-cards .sticker--spotlight {
  display: inline-block;
  margin: 0.2rem 0.3rem 0.2rem 0;
  border: 1px solid #d4d4d4;
  border-radius: 0.6rem;
  box-sizing: border-box;
  width: fit-content;
  height: 2.3rem;
  padding: 0.3rem 0.8rem 0.4rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #737373;
  vertical-align: middle;
}
.job-posting-cluster-cards__footer-link {
  margin-bottom: 1rem;
}
.job-posting-cluster-cards--02-01 .job-posting-cluster-cards__logo {
  margin-bottom: 1.6rem;
}
.job-posting-cluster-cards--02-01 .job-posting-cluster-cards__badge-bar {
  order: 30;
}
.job-posting-cluster-cards--02-01 .job-posting-cluster-cards__new-badge {
  position: absolute;
  top: 1.7rem;
  right: 4rem;
}
.job-posting-cluster-cards__small {
  width: 36rem;
}
.job-posting-cluster-cards__small .job-posting-cluster-cards__link {
  flex-direction: column;
}
.job-posting-cluster-cards__small .job-posting-cluster-cards__header {
  display: flex;
  width: 100%;
  max-width: 33rem;
  padding: 0;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
}
.job-posting-cluster-cards__small .job-posting-cluster-cards__header img {
  margin: 0;
  max-width: 5.7rem;
}
.job-posting-cluster-cards__small .job-posting-cluster-cards__badge-bar {
  margin-right: 2.5rem;
}
.job-posting-cluster-cards__small .job-posting-cluster-cards__body {
  margin-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e5e5e5;
  width: 100%;
  padding-bottom: 1.6rem;
}
.job-posting-cluster-cards__small .job-posting-cluster-cards__title {
  margin-bottom: 0.4rem;
}
.job-posting-cluster-cards__small .job-posting-cluster-cards__title, .job-posting-cluster-cards__small .job-posting-cluster-cards__subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-posting-cluster-cards__small .job-posting-cluster-cards__fact-list {
  width: 100%;
  flex-direction: column;
}
.job-posting-cluster-cards__small .job-posting-cluster-cards__list-item {
  margin-bottom: 0.8rem;
}
.job-posting-cluster-cards__small .job-posting-bookmark {
  top: 1.3rem;
}
.job-posting-cluster-cards__top-job-posting {
  break-inside: avoid;
  border-radius: 1.6rem;
  padding: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .job-posting-cluster-cards__top-job-posting {
    border-radius: 2.4rem;
    padding: 2.4rem;
  }
}
.job-posting-cluster-cards__top-job-posting header {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
  padding: 0;
}
.job-posting-cluster-cards__top-job-posting header img {
  margin: 0;
  margin-right: 1.2rem;
  border: 1px solid var(--grey-300, #d4d4d4);
  border-radius: 0.8rem;
  width: 6.4rem;
  height: 4rem;
  padding: 0.4rem 0.8rem;
}
.job-posting-cluster-cards__top-job-posting header h4 {
  margin-top: 0.4rem;
  max-width: 18rem;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .job-posting-cluster-cards__top-job-posting header h4 {
    margin-top: 0.2rem;
    max-width: 19rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .job-posting-cluster-cards__top-job-posting header h4 {
    max-width: 22rem;
  }
}
.job-posting-cluster-cards__top-job-posting .job-posting-cluster-cards__body {
  margin-bottom: 1.6rem;
  border: none;
  width: 100%;
  padding: 0;
}
.job-posting-cluster-cards__top-job-posting .job-posting-cluster-cards__title {
  margin: 0;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .job-posting-cluster-cards__top-job-posting .job-posting-cluster-cards__title {
    font-size: 2rem;
  }
}
.job-posting-cluster-cards__top-job-posting .job-posting-cluster-cards__fact-value {
  font-size: 1.4rem;
  font-weight: 400;
  white-space: unset;
}
@media only screen and (min-width: 768px) {
  .job-posting-cluster-cards__top-job-posting .job-posting-cluster-cards__fact-value {
    font-weight: 500;
  }
}
.job-posting-cluster-cards__top-job-posting .job-posting-cluster-cards__fact-list {
  display: flex;
  transform: translateX(0);
  margin: 0;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.job-posting-cluster-cards__top-job-posting .job-posting-cluster-cards__list-item {
  display: block;
  margin: 0;
  margin-right: 0.8rem;
  width: max-content;
}
.job-posting-cluster-cards__top-job-posting .job-posting-cluster-cards__footer {
  width: 100%;
}
.job-posting-cluster-cards__top-job-posting .job-posting-cluster-cards__badge-bar {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0;
  width: max-content;
}
.job-posting-cluster-cards__top-job-posting .job-posting-bookmark {
  top: 0.8rem;
  right: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .job-posting-cluster-cards__top-job-posting .job-posting-bookmark {
    top: 1.4rem;
    right: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .job-posting-cluster-cards {
    margin-right: 0;
    margin-left: 0;
  }
  .job-posting-cluster-cards--02-01 {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 114rem;
    min-height: 13.8rem;
    padding: 0;
  }
  .job-posting-cluster-cards__link {
    display: flex;
  }
  .job-posting-cluster-cards__header {
    min-width: 14rem;
    padding: 1rem 0.5rem;
    align-self: center;
  }
  .job-posting-cluster-cards__body {
    border-bottom: 0;
    padding-right: 2rem;
    padding-bottom: 0;
  }
  .job-posting-cluster-cards__logo {
    display: block;
    object-position: center;
    margin: 0 auto;
    max-width: 10rem;
    height: auto;
    max-height: 10rem;
  }
  .job-posting-cluster-cards__fact-list {
    display: flex;
    flex-wrap: wrap;
    transform: translateX(-0.5rem);
  }
  .job-posting-cluster-cards__list-item {
    margin-bottom: 0;
  }
  .job-posting-cluster-cards__list-item {
    display: flex;
    margin-right: 0.8rem;
  }
  .job-posting-cluster-cards__list-item:last-child {
    margin-right: 0;
  }
  .job-posting-cluster-cards .job-posting-bookmark {
    box-shadow: none;
  }
  .job-posting-cluster-cards__wrapper {
    border-left: 1px solid #d4d4d4;
    padding: 1.6rem 3.8rem 0.8rem 1.6rem;
    justify-content: space-between;
  }
  .job-posting-cluster-cards--02-01.job-posting-cluster-cards {
    padding-bottom: 0;
  }
  .job-posting-cluster-cards--02-01 .job-posting-cluster-cards {
    padding-bottom: 1.6rem;
  }
  .job-posting-cluster-cards--02-01 .job-posting-cluster-cards__logo {
    margin-bottom: 0;
  }
  .job-posting-cluster-cards--02-01 .job-posting-cluster-cards__badge-bar {
    display: flex;
    width: 50.5rem;
    gap: 4px;
    order: 0;
  }
  .job-posting-cluster-cards--02-01 .job-posting-cluster-cards__new-badge {
    position: static;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .job-posting-cluster-cards__title {
    padding-right: 2rem;
  }
}
/* sections */
.hero-header__content {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.hero-header__search {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  position: relative;
}
.hero-header__search::after {
  position: absolute;
  z-index: -1;
  top: -18.5rem;
  right: 1.5rem;
  width: 92%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="317" height="102" viewBox="0 0 317 102" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M301.799 69.4448C301.455 77.678 307.316 84.8704 315.45 86.1956C307.216 85.8517 300.024 91.7128 298.699 99.8459C299.043 91.6127 293.182 84.4204 285.048 83.0951C293.282 83.439 300.474 77.5779 301.799 69.4448Z" fill="%23FECDAA"/><path d="M275.6 11.956C275.815 15.9936 279.011 19.2348 283.045 19.5046C279.008 19.7187 275.767 22.9155 275.497 26.9497C275.283 22.9121 272.086 19.671 268.052 19.4012C272.089 19.187 275.331 15.9903 275.6 11.956Z" fill="%23FECDAA"/><path d="M60.3139 2.21718C61.8711 8.20907 67.6591 12.0931 73.7942 11.2631C67.8023 12.8203 63.9182 18.6083 64.7482 24.7434C63.1911 18.7515 57.403 14.8674 51.268 15.6975C57.2599 14.1403 61.1439 8.35221 60.3139 2.21718Z" fill="%23FECDAA"/><path d="M9.11365 76.7472C9.86162 81.6263 14.1367 85.1775 19.0702 85.0179C14.1911 85.7659 10.6399 90.041 10.7995 94.9745C10.0515 90.0954 5.77644 86.5442 0.84292 86.7038C5.72203 85.9558 9.27325 81.6807 9.11365 76.7472Z" fill="%23FECDAA"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.hero-header__search .title {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .hero-header__search .title {
    margin-bottom: 2.4rem;
  }
}
.hero-header .hero-teaser .list {
  margin: 0 auto;
  width: 50rem;
  color: #333;
}
.hero-header .main-search-bar {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero-header__search::after {
    position: absolute;
    top: 1.25rem;
    right: 5.5rem;
    width: 9.2rem;
    height: 6.2rem;
    background-image: url('data:image/svg+xml,<svg width="96" height="62" viewBox="0 0 96 62" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M69.6461 6.48555C69.0592 20.5368 79.062 32.8115 92.9424 35.0733C78.8912 34.4863 66.6164 44.4891 64.3547 58.3695C64.9416 44.3183 54.9388 32.0435 41.0584 29.7818C55.1096 30.3688 67.3844 20.366 69.6461 6.48555Z" fill="%23FC6012"/><path d="M15.5689 1.8815C16.8454 10.2084 24.1415 16.2691 32.5613 15.9967C24.2344 17.2732 18.1737 24.5693 18.4461 32.9891C17.1695 24.6622 9.87349 18.6015 1.4537 18.8739C9.78062 17.5973 15.8413 10.3013 15.5689 1.8815Z" fill="%23FC6012"/></svg>');
    content: "";
  }
}
@media only screen and (min-width: 1200px) {
  .hero-header {
    padding-top: 5rem;
  }
  .hero-header__search::after {
    right: -2.5rem;
  }
  .hero-header__content {
    margin-inline: auto;
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 768px) {
  .hero-header__content {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .hero-header__content {
    width: 114rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1800px) {
  .hero-header__content {
    width: 114rem;
  }
}

.professions-to-browse {
  overflow: hidden;
  padding-top: 5rem;
}
.professions-to-browse__headlines {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .professions-to-browse__headlines {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .professions-to-browse__headlines {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .professions-to-browse__headlines {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .professions-to-browse__headlines {
    margin-bottom: 4.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .landingpage--root > section.megateaser {
    margin-bottom: 17.5rem;
  }
}

.page-teasers {
  margin-inline: auto;
  width: 90%;
  margin-bottom: 6.4rem;
  min-width: 32rem;
}
@media only screen and (min-width: 768px) {
  .page-teasers {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-teasers {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .page-teasers {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-teasers {
    margin-bottom: 9.6rem;
  }
}
.page-teasers__nothing-fit {
  margin-top: 2.4rem;
  text-align: center;
}
.page-teasers__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .page-teasers__content {
    flex-flow: row wrap;
  }
}
.page-teasers__headline {
  margin-bottom: 3.2rem;
  padding-top: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .page-teasers__headline {
    margin-bottom: 4.8rem;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-teasers__headline .title--section {
    font-size: 4.8rem;
  }
}

.nearby-corporations {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}
.nearby-corporations__headlines {
  margin-right: 3rem;
  margin-bottom: 2.4rem;
  margin-left: 3rem;
}
.nearby-corporations__headlines .title {
  word-break: unset;
  overflow-wrap: unset;
  hyphens: manual;
}
.nearby-corporations-slider {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .nearby-corporations__headlines {
    margin-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .nearby-corporations {
    overflow: visible;
    margin-inline: auto;
    width: 87rem;
  }
}
@media only screen and (min-width: 1800px) {
  .nearby-corporations {
    margin-bottom: 5rem;
    width: 100%;
  }
  .nearby-corporations__headlines, .nearby-corporations__content {
    margin-inline: auto;
    width: 115.75rem;
  }
  .nearby-corporations .slick-prev {
    left: -13.25rem;
  }
  .nearby-corporations .slick-next {
    right: -12.25rem;
  }
}

.landingpage--root > section.top-job-postings-list {
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg width='360' height='64' viewBox='0 0 360 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='360' height='64' fill='%23F5F5F5'/%3E%3Cpath d='M0 55.5639L12 44.9006C24 34.3372 48 12.8607 72 10.2885C96 7.61646 120 23.599 144 27.5946C168 31.5902 192 23.599 216 18.2798C240 12.8607 264 10.3635 288 14.2842C312 18.3547 336 28.8432 348 34.2623L360 39.5815V63.5552H348C336 63.5552 312 63.5552 288 63.5552C264 63.5552 240 63.5552 216 63.5552C192 63.5552 168 63.5552 144 63.5552C120 63.5552 96 63.5552 72 63.5552C48 63.5552 24 63.5552 12 63.5552H0V55.5639Z' fill='%235E2DC1'/%3E%3Cpath d='M0 52.0179L12 46.0268C24 40.0358 48 28.0537 72 18.056C96 8.20821 120 -0.0294665 144 6.07395C168 11.9526 192 32.1725 216 38.0512C240 44.1546 264 35.9169 288 38.0512C312 40.0358 336 52.0179 348 58.009L360 64H348C336 64 312 64 288 64C264 64 240 64 216 64C192 64 168 64 144 64C120 64 96 64 72 64C48 64 24 64 12 64H0V52.0179Z' fill='%2342EED2'/%3E%3Cpath d='M360 0L348 5.31917C336 10.7382 312 21.2268 288 29.2929C264 37.2092 240 42.7032 216 45.2754C192 47.9475 168 47.9475 144 39.9562C120 31.965 96 15.9825 72 15.9825C48 15.9825 24 31.965 12 39.9562L0 47.9475V63.93H12C24 63.93 48 63.93 72 63.93C96 63.93 120 63.93 144 63.93C168 63.93 192 63.93 216 63.93C240 63.93 264 63.93 288 63.93C312 63.93 336 63.93 348 63.93H360V0Z' fill='%23FC5F12'/%3E%3Cpath d='M77.6309 57.1738C46.7811 45.2057 18.5408 59.3339 0 63.9997L7.03863 63.9996H360V57.1738C336.469 51.0736 312.938 51.0736 289.408 57.1738C265.244 63.2739 241.714 63.2739 218.815 57.1738C195.285 50.7269 171.754 50.7269 148.223 57.1738C117.779 63.6205 94.2485 63.6205 77.6309 57.1738Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center 100.1%;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .landingpage--root > section.top-job-postings-list {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='128' viewBox='0 0 1440 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(/%23clip0_106_2)'%3E%3Crect width='1440' height='128' fill='%23F5F5F5'/%3E%3Cpath d='M-145 208.499L-97 165.799C-49 123.499 47 37.4991 143 27.1991C239 16.4991 335 80.4991 431 96.4991C527 112.499 623 80.4991 719 59.1991C815 37.4991 911 27.4991 1007 43.1991C1103 59.4991 1199 101.499 1247 123.199L1295 144.499V240.499H1247C1199 240.499 1103 240.499 1007 240.499C911 240.499 815 240.499 719 240.499C623 240.499 527 240.499 431 240.499C335 240.499 239 240.499 143 240.499C47 240.499 -49 240.499 -97 240.499H-145V208.499Z' fill='%235E2DC1'/%3E%3Cpath d='M0 193.288L48 177.288C96 161.288 192 129.288 288 102.588C384 76.2882 480 54.2882 576 70.5882C672 86.2882 768 140.288 864 155.988C960 172.288 1056 150.288 1152 155.988C1248 161.288 1344 193.288 1392 209.288L1440 225.288H1392C1344 225.288 1248 225.288 1152 225.288C1056 225.288 960 225.288 864 225.288C768 225.288 672 225.288 576 225.288C480 225.288 384 225.288 288 225.288C192 225.288 96 225.288 48 225.288H0V193.288Z' fill='%2342EED2'/%3E%3Cpath d='M1440 0L1392 21.3C1344 43 1248 85 1152 117.3C1056 149 960 171 864 181.3C768 192 672 192 576 160C480 128 384 64 288 64C192 64 96 128 48 160L0 192V256H48C96 256 192 256 288 256C384 256 480 256 576 256C672 256 768 256 864 256C960 256 1056 256 1152 256C1248 256 1344 256 1392 256H1440V0Z' fill='%23FC5F12'/%3E%3Cpath d='M123.2 98.1951C-56.5 28.405 -221 110.792 -329 138H-288H1768V98.1951C1630.93 62.6228 1493.87 62.6228 1356.8 98.1951C1216.05 133.767 1078.98 133.767 945.6 98.1951C808.533 60.6016 671.467 60.6016 534.4 98.1951C357.064 135.789 219.998 135.789 123.2 98.1951Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_106_2'%3E%3Crect width='1440' height='128' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}

.top-job-postings-list section {
  margin: 0;
}
.top-job-postings-list__headlines {
  margin-right: 3rem;
  margin-bottom: 3rem;
  margin-left: 3rem;
  padding-top: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .top-job-postings-list__headlines {
    margin-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .top-job-postings-list__headlines {
    padding-top: 10rem;
  }
}
.top-job-postings-list__favorites {
  position: relative;
  display: flex;
  transform: rotate(-1deg);
  border-radius: 1.6rem;
  width: 100%;
  height: 16.1rem;
  padding: 1.6rem;
  background-color: #5e2dc1;
  color: white;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  break-inside: avoid;
}
@media only screen and (min-width: 768px) {
  .top-job-postings-list__favorites {
    border-radius: 2.4rem;
    height: 22.2rem;
    padding: 2.4rem;
  }
}
.top-job-postings-list__favorites::after {
  position: absolute;
  top: 0;
  right: -2.1rem;
  width: 12.7rem;
  height: 12.7rem;
  background-image: url(/assets/frontend/root/top_job_postings_rocket-81adc4a82db26338a8326547830b5810176b316aa0823b4f5f0a5552ac23582b.svg);
  background-repeat: no-repeat;
  content: "";
}
.top-job-postings-list__favorites--link {
  color: white;
}
.top-job-postings-list__favorites--title {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .top-job-postings-list__favorites--title {
    font-size: 2rem;
  }
}
.top-job-postings-list__favorites--description {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .top-job-postings-list__favorites--description {
    font-size: 1.6rem;
  }
}
.top-job-postings-list__favorites--text {
  width: 23rem;
}
@media only screen and (min-width: 768px) {
  .top-job-postings-list__favorites--text {
    width: 20.9rem;
  }
}
.top-job-postings-list__favorites--button {
  border-radius: 10rem;
  padding: 0.5rem 1.6rem;
  background-color: white;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5e2dc1;
}
@media only screen and (min-width: 768px) {
  .top-job-postings-list__favorites--button {
    padding: 0.8rem 2rem;
    font-size: 1.6rem;
  }
}
.top-job-postings-list .url {
  text-decoration: none;
}
.top-job-postings-list__container {
  margin-inline: auto;
  width: 32rem;
  padding-bottom: 10rem;
}
.top-job-postings-list__container .title {
  hyphens: auto;
}
.top-job-postings-list .top-job-postings {
  column-count: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .top-job-postings-list .top-job-postings {
    column-count: 2;
    max-height: -webkit-fill-available;
  }
}
@media only screen and (min-width: 1200px) {
  .top-job-postings-list .top-job-postings {
    column-count: 3;
  }
}
.top-job-postings-list .top-job-postings .job-posting-bookmark {
  top: 0.8rem;
  right: 0.8rem;
  color: #5e2dc1;
}
@media only screen and (min-width: 768px) {
  .top-job-postings-list .top-job-postings .job-posting-bookmark {
    top: 1.4rem;
    right: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .top-job-postings-list__container {
    margin-inline: auto;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-job-postings-list__container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .top-job-postings-list__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .top-job-postings-list__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .top-job-postings-list .job-posting-cluster-cards {
    margin-inline: auto;
    width: 100%;
    max-width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .top-job-postings-list__container {
    padding-bottom: 14rem;
  }
}

footer .sidewide-footer__container {
  border: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
