@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

* {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

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

td,
th {
  padding: 0;
}

/*
*
* These are the main colors used all over the site
* (Please use this colors instead of HexColors all over the place)
* Feel free to add more variables
*
**/
/*
 * GREY
 * GREY
*/
body {
  --color: #df4e46;
}

/* NEW COLORS */
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Black.woff2") format("woff2"), url("../fonts/DIN-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Bold.woff2") format("woff2"), url("../fonts/DIN-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-BoldIt.woff2") format("woff2"), url("../fonts/ProximaNova-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-SemiboldIt.woff2") format("woff2"), url("../fonts/ProximaNova-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-LightIt.woff2") format("woff2"), url("../fonts/ProximaNova-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova-RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Circular Air";
  src: url("../fonts/CircularAir-Light.woff2") format("woff2"), url("../fonts/CircularAir-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Black.woff2") format("woff2"), url("../fonts/CircularStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/GothamRounded-Book.woff2") format("woff2"), url("../fonts/GothamRounded-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/GothamRounded-Light.woff2") format("woff2"), url("../fonts/GothamRounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/GothamRounded-Medium.woff2") format("woff2"), url("../fonts/GothamRounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*
*
* Basic styling for basic HTML elements
*
**/
html {
  overflow-x: hidden;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

*:focus {
  outline: none;
}

*::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background-color: #df4e46;
}

*::selection {
  color: #ffffff;
  background-color: #df4e46;
}

h1 {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 2rem;
  margin: 0;
}

@media only screen and (min-width: 640px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 960px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

h2 {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  color: #000000;
  letter-spacing: -1px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
}

@media only screen and (min-width: 850px) {
  h2 {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

h3 {
  font-family: "Circular Std", sans-serif;
  font-size: 1.2rem;
  color: #000000;
  letter-spacing: -0.75px;
  line-height: 1.4rem;
  margin: 0;
}

@media only screen and (min-width: 850px) {
  h3 {
    font-size: 1.75rem;
    letter-spacing: -0.75px;
    line-height: 2rem;
  }
}

p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  line-height: 20.9px;
  margin: 0 0 1rem;
}

a {
  text-decoration: none;
  font-family: "Circular Std", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20.9px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.oldHeader h1, body.newsoverview > main .news-header h1 {
  padding: 0 20px 0 10px;
  position: relative;
  width: 90%;
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #000;
  letter-spacing: 0;
}

@media only screen and (min-width: 350px) {
  .oldHeader h1, body.newsoverview > main .news-header h1 {
    line-height: 50px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 640px) {
  .oldHeader h1, body.newsoverview > main .news-header h1 {
    font-size: 3rem;
    line-height: 61px;
    padding: 0 85px 0 30px;
  }
}

@media only screen and (min-width: 960px) {
  .oldHeader h1, body.newsoverview > main .news-header h1 {
    font-size: 4rem;
    line-height: 80px;
    padding: 0 100px 1px 30px;
  }
}

.oldHeader h1 > span, body.newsoverview > main .news-header h1 > span {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  padding: 1px 0;
  color: #fff;
  background: #000000;
  -webkit-box-shadow: 30px 0 0 #000000, -30px 0 0 #000000;
          box-shadow: 30px 0 0 #000000, -30px 0 0 #000000;
  background-size: 100%;
}

@media only screen and (min-width: 350px) {
  .oldHeader h1 > span, body.newsoverview > main .news-header h1 > span {
    line-height: 50px;
  }
}

@media only screen and (min-width: 640px) {
  .oldHeader h1 > span, body.newsoverview > main .news-header h1 > span {
    line-height: 61px;
  }
}

@media only screen and (min-width: 960px) {
  .oldHeader h1 > span, body.newsoverview > main .news-header h1 > span {
    line-height: 80px;
  }
}

.oldHeader h2, body.newsoverview > main .news-header h2 {
  position: relative;
  display: table;
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 3.25rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 94px;
  background-color: #000000;
  padding: 0 100px 0 30px;
  margin: 0;
}

.oldHeader h2:after, body.newsoverview > main .news-header h2:after {
  content: "";
  height: 100%;
  width: 25px;
  position: absolute;
  right: 30px;
  top: 0;
  background-image: url("../img/symbols/arrow_white--right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.oldHeader h3, body.newsoverview > main .news-header h3 {
  display: table;
  text-transform: uppercase;
  font-family: "Circular Std", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1.1px;
  line-height: 1.5em;
  padding: 0 10px;
  margin: 4px 0 0 0;
  background: #ffffff;
}

@media only screen and (min-width: 640px) {
  .oldHeader h3, body.newsoverview > main .news-header h3 {
    margin: 2px 0 0 0;
    padding: 0 30px;
  }
}

.oldHeader h3.red, body.newsoverview > main .news-header h3.red {
  background-color: #df4e46;
  color: #ffffff;
}

.oldHeader h3 > span, body.newsoverview > main .news-header h3 > span {
  background: #ffffff;
  background-size: 100%;
  -webkit-box-shadow: 30px 0 0 #ffffff, -30px 0 0 #ffffff;
          box-shadow: 30px 0 0 #ffffff, -30px 0 0 #ffffff;
  font-family: "Circular Std", sans-serif;
  font-weight: 300;
  line-height: 1.8em;
  padding: 5px 0;
}

.oldHeader p, body.newsoverview > main .news-header p {
  font-family: "Circular Std", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  letter-spacing: -0.28px;
  line-height: 22px;
}

.btn, #homesearch .inputs-wrapper button[type="submit"], .mapboxgl-popup-content a {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20.9px;
  background-color: #000000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 1rem 30px;
}

@media only screen and (min-width: 850px) {
  .btn, #homesearch .inputs-wrapper button[type="submit"], .mapboxgl-popup-content a {
    padding: 2rem 60px;
  }
}

.btn.red, #homesearch .inputs-wrapper button.red[type="submit"], .mapboxgl-popup-content a.red {
  background-color: #df4e46;
}

.btn.red, #homesearch .inputs-wrapper button.red[type="submit"], .mapboxgl-popup-content a.red {
  opacity: 0.8;
}

.input-map-checkbox {
  display: none;
}

.input-map-checkbox:checked + .label-map-checkbox:after {
  opacity: 1;
}

.label-map-checkbox {
  position: relative;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.label-map-checkbox:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 15px 0 0;
}

.label-map-checkbox:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/symbols/check--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.label-map-checkbox:hover {
  opacity: 0.8;
}

.prevArrow,
.nextArrow {
  cursor: pointer;
}

.can-load {
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.can-load:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/oval.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.can-load.loading {
  color: rgba(1, 1, 1, 0) !important;
}

.can-load.loading:after {
  opacity: 1;
}

.basic-body-styling h1,
.basic-body-styling h2 {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  color: #1b1b1b;
  letter-spacing: -0.78px;
  line-height: 32.8px;
  margin-bottom: 1rem;
}

.basic-body-styling h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #1b1b1b;
  letter-spacing: -0.47px;
  line-height: 35.8px;
  margin-bottom: 0.3125rem;
}

.basic-body-styling h4 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #1b1b1b;
  letter-spacing: -0.47px;
  line-height: 32px;
}

.basic-body-styling span {
  font-family: "Circular Std", sans-serif !important;
  color: #868686 !important;
  font-size: 1rem !important;
}

.basic-body-styling iframe {
  width: 100%;
  min-height: 300px;
}

@media only screen and (min-width: 600px) {
  .basic-body-styling iframe {
    min-height: 500px;
  }
}

.basic-body-styling br {
  display: block;
  height: 1rem;
  content: "";
}

.basic-body-styling p,
.basic-body-styling li {
  text-align: left !important;
  font-family: "Circular Std", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  color: #868686;
  letter-spacing: 0;
  line-height: 20.9px;
  margin: 0;
}

.basic-body-styling p span,
.basic-body-styling li span {
  font-family: "Circular Std", sans-serif !important;
  font-weight: normal !important;
  color: #868686 !important;
}

.basic-body-styling p + p,
.basic-body-styling li + p {
  margin-top: 1rem;
}

.basic-body-styling p + h1,
.basic-body-styling p + h2,
.basic-body-styling p + h3,
.basic-body-styling p + h4,
.basic-body-styling p + h5,
.basic-body-styling li + h1,
.basic-body-styling li + h2,
.basic-body-styling li + h3,
.basic-body-styling li + h4,
.basic-body-styling li + h5 {
  margin-top: 4.375rem;
}

.basic-body-styling li {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  line-height: 20.9px;
}

.basic-body-styling li + li {
  margin-top: 5px;
}

.h1 {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 55px;
  line-height: 62px;
}

.h1 span {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
}

.h1--bold {
  font-family: "Circular", sans-serif;
  font-weight: 900;
}

.h2 {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 38px;
}

.h2 span {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
}

.h3 {
  font-family: "Circular Std", sans-serif;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.1px;
  font-weight: normal;
}

.h3 span {
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .h3--m {
    font-family: "Circular Std", sans-serif;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.1px;
    font-weight: normal;
  }
}

.p, .subnav-link.p, .vacancy-base-info p,
.vacancy-base-info ul,
.vacancy-base-info li, .vacancy-base-info__extras-item {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .p, .subnav-link.p, .vacancy-base-info p,
  .vacancy-base-info ul,
  .vacancy-base-info li, .vacancy-base-info__extras-item {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .p-m, .vacancy-base-info p,
  .vacancy-base-info ul,
  .vacancy-base-info li, .vacancy-base-info__extras-item {
    font-family: "Circular Air", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
  }
}

.link-btn {
  font-family: "Circular Std", sans-serif;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: normal;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .link-btn {
    font-size: 12px;
    line-height: 14px;
  }
}

.label {
  font-family: "Circular Std", sans-serif;
  font-size: 21px;
  line-height: normal;
  letter-spacing: normal;
}

.label--light {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.09px;
}

.label--small {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.dropdown-link {
  display: inline-block;
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: none;
  border-bottom: solid 1px #e4e4e4;
  padding: 0;
}

.footer-link {
  position: relative;
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}

.footer-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 0;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.footer-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.span, .vote-form__input label, .vote-form__input input, .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .label, .vacancies-mobile-filter__filter-close {
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-style: normal;
}

.span--small {
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 14px;
  font-style: normal;
}

@media only screen and (max-width: 1024px) {
  .span--small-m {
    font-family: "Circular Std", sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 14px;
    font-style: normal;
  }
}

.adress {
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.54px;
}

.lang-select--type {
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.menu-btn-text,
.menu-btn-text span {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 21px;
}

.copywrite-text {
  position: relative;
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.copywrite-text a {
  position: relative;
  display: inline-block;
}

.copywrite-text a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 0;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.copywrite-text a:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.link {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: normal;
  letter-spacing: normal;
}

.link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  background-color: #d8d8d8;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  opacity: 0;
}

.link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.link--normal {
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
}

.link--underline {
  position: relative;
  display: inline-block;
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  padding-bottom: 8px;
}

.link--underline::after {
  bottom: 4px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.link--underline:hover::after {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.link--dark::after {
  background-color: #000;
}

strong {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

.hide {
  display: none !important;
}

.gradient-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(rgba(232, 224, 205, 0.6)));
  background: linear-gradient(180deg, #fefefe 0%, rgba(232, 224, 205, 0.6) 100%);
}

.play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.play-btn svg {
  position: relative;
  z-index: 2;
  width: 25px;
  height: 25px;
}

.play-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: solid 1px #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play-btn.playing {
  opacity: 0;
}

.small-title {
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
}

@media only screen and (max-width: 640px) {
  .small-title-m {
    font-family: "Circular Std", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
  }
}

main {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

main::after {
  content: "";
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 95px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  height: calc(100% - 95px);
  width: 200vw;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

main.active::after {
  opacity: 1;
  pointer-events: all;
}

.new-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 80px;
}

@media only screen and (max-width: 820px) {
  .new-wrapper {
    padding: 0 30px;
  }
}

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

@media only screen and (min-width: 640px) {
  .mobile--show {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .small-desktop--hide {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .small-desktop--show {
    display: none;
  }
}

.contextual-edit {
  padding: 0 !important;
  display: none !important;
  cursor: pointer !important;
  height: 20px !important;
  width: 20px !important;
  background-image: url("../img/symbols/edit.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 50% !important;
  background-position: center !important;
  margin: 0 0 0 5px !important;
  vertical-align: top !important;
  position: absolute;
  top: 0;
  right: -40px;
  background-color: #f7f7f7;
  border: 1px solid #7A7A7A;
  border-radius: 50% !important;
}

.contextual-edit:hover {
  background-color: #dedddd;
}

.show-hide-contextual {
  font-weight: bold;
  margin-left: 2%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
*
* Push footer to bottom if page is not tall enough
*
**/
body {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.main-navigation.open {
  opacity: 1;
  pointer-events: all;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation .navigationwrap {
  position: relative;
  background-color: #fff;
  overflow: auto;
  max-width: 1440px;
  padding: 168px 80px 50px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-navigation .navigationwrap .column {
  margin-right: 100px;
}

.main-navigation .navigationwrap .column.no-margin {
  margin-right: 0;
}

.main-navigation .navigationwrap .column h3,
.main-navigation .navigationwrap .column ul {
  margin-bottom: 18px;
}

.main-navigation .navigationwrap .column li {
  margin-bottom: 14px;
}

.main-navigation .navigationwrap .column section {
  margin-bottom: 40px;
}

.main-navigation .navigationwrap .column section:last-of-type {
  margin-bottom: 0;
}

.main-navigation .navigationwrap .menu-dropdown h3 .icon {
  display: none;
}

@media only screen and (max-width: 1295px) {
  .main-navigation .navigationwrap .column {
    margin-right: 50px;
  }
  .main-navigation .navigationwrap .column.no-margin {
    margin-right: 0;
  }
}

@media only screen and (max-width: 820px) {
  .main-navigation {
    position: fixed;
  }
  .main-navigation .navigationwrap {
    padding: 168px 30px 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
  .main-navigation .navigationwrap .column {
    margin: 0;
    margin-bottom: 30px;
  }
  .main-navigation .navigationwrap .column section {
    margin-bottom: 30px;
  }
  .main-navigation .navigationwrap .menu-dropdown h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-navigation .navigationwrap .menu-dropdown h3 span:first-of-type {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .main-navigation .navigationwrap .menu-dropdown h3 .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }
  .main-navigation .navigationwrap .menu-dropdown ul {
    margin-bottom: 0;
  }
  .main-navigation .navigationwrap .menu-dropdown .menu-dropdown__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .main-navigation .navigationwrap .menu-dropdown.open h3 .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-navigation .navigationwrap .menu-dropdown.open .menu-dropdown__content {
    max-height: 100vh;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .main-navigation .navigationwrap__buttons .btn-wrapper {
    padding: 0 30px;
  }
}

.sub-navigation {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-navigation.open .link {
  display: none;
}

.sub-navigation.open .lang-select {
  display: none;
}

.sub-navigation .navigationwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  padding: 0 80px;
  width: 100%;
}

.sub-navigation .navigationwrap .logo {
  position: relative;
  z-index: 99999999;
  top: 52px;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.sub-navigation .navigationwrap__nav {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-rows: 1fr auto;
}

.sub-navigation .navigationwrap .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.sub-navigation .navigationwrap .links .subnav-link {
  margin: 0 25px;
}

.sub-navigation .navigationwrap .lang-select {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-navigation .navigationwrap .navigationwrap__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999999;
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.sub-navigation .navigationwrap .navigationwrap__buttons .login-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  overflow: hidden;
  pointer-events: none;
}

.sub-navigation .navigationwrap .navigationwrap__buttons .login-btn a {
  height: 100%;
  display: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sub-navigation .navigationwrap .navigationwrap__buttons .login-btn a:hover {
  background-color: #df4e46;
}

.sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn {
  position: relative;
  z-index: 2;
}

.sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn .hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  margin-left: 20px;
}

.sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn .hamburger .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn .hamburger .bar1 {
  top: 0;
}

.sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn .hamburger .bar2,
.sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn .hamburger .bar3 {
  top: 8px;
}

.sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn .hamburger .bar3 {
  right: 0;
}

.sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn .hamburger .bar4 {
  bottom: 0;
}

@media (hover: hover) and (pointer: fine) {
  .sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn:hover .bar {
    background-color: #808080;
  }
}

.sub-navigation .navigationwrap .navigationwrap__buttons.open .login-btn {
  pointer-events: all;
}

.sub-navigation .navigationwrap .navigationwrap__buttons.open .login-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: moveIn 300ms 100ms cubic-bezier(0.47, 0.23, 0.5, 0.95) forwards;
          animation: moveIn 300ms 100ms cubic-bezier(0.47, 0.23, 0.5, 0.95) forwards;
}

.sub-navigation .navigationwrap .navigationwrap__buttons.open .hamburger1 {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.sub-navigation .navigationwrap .navigationwrap__buttons.open .hamburger1 > .bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: -5%;
          transform-origin: -5%;
  width: 21px;
}

.sub-navigation .navigationwrap .navigationwrap__buttons.open .hamburger1 > .bar2 {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  background-color: transparent;
}

.sub-navigation .navigationwrap .navigationwrap__buttons.open .hamburger1 > .bar3 {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  background-color: transparent;
}

.sub-navigation .navigationwrap .navigationwrap__buttons.open .hamburger1 > .bar4 {
  -webkit-transform-origin: -5%;
          transform-origin: -5%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 21px;
}

.sub-navigation .navigationwrap .navigationwrap__buttons.close .login-btn {
  pointer-events: none;
}

.sub-navigation .navigationwrap .navigationwrap__buttons.close .login-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: moveOut 300ms cubic-bezier(0.47, 0.23, 0.5, 0.95) forwards;
          animation: moveOut 300ms cubic-bezier(0.47, 0.23, 0.5, 0.95) forwards;
}

.subnav-dropdown {
  position: absolute;
  z-index: 999999;
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  margin-left: 15px;
  width: calc(100% - 15px);
  background-color: #ffd653;
  height: 95px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.subnav-dropdown.active {
  opacity: 1;
  pointer-events: all;
}

.subnav-dropdown__list {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.subnav-dropdown__list li {
  margin-right: 80px;
}

.subnav-dropdown__list li:last-of-type {
  margin-right: 0;
}

.subnav-dropdown__list a {
  font-family: "Circular Std", sans-serif;
  font-size: 21px;
  line-height: normal;
  font-weight: normal;
}

.subnav-dropdown__list.active {
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 1295px) {
  .sub-navigation.open {
    background-color: #fff;
  }
  .sub-navigation .navigationwrap .logo {
    position: absolute;
    top: 35px;
    left: 80px;
    z-index: 99999999;
  }
}

@media only screen and (max-width: 1295px) and (max-width: 820px) {
  .sub-navigation .navigationwrap .logo {
    left: 30px;
  }
}

@media only screen and (max-width: 1295px) and (max-width: 640px) {
  .sub-navigation .navigationwrap .logo svg {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 1295px) {
  .sub-navigation .navigationwrap .links {
    display: none;
  }
  .sub-navigation .navigationwrap .lang-select {
    display: none;
  }
  .sub-navigation .navigationwrap .navigationwrap__buttons {
    position: fixed;
    top: 35px;
    right: 80px;
    z-index: 99999999;
  }
}

@media only screen and (max-width: 1295px) and (max-width: 820px) {
  .sub-navigation .navigationwrap .navigationwrap__buttons {
    right: 30px;
  }
}

@media only screen and (max-width: 1295px) {
  .sub-navigation .navigationwrap .navigationwrap__buttons .login-btn a {
    padding: 18px;
  }
  .sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn {
    width: 65px;
    height: 65px;
    padding: 0;
  }
  .sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn .hamburger1 {
    margin: 0;
  }
  .sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn svg {
    width: 26px;
    margin: 0;
  }
}

@media only screen and (max-width: 1295px) and (max-width: 640px) {
  .sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn {
    width: 55px;
    height: 55px;
  }
  .sub-navigation .navigationwrap .navigationwrap__buttons .menu-btn svg {
    width: 22px;
  }
}

@media only screen and (max-width: 1295px) {
  .subnav-dropdown {
    display: none;
  }
}

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

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

@-webkit-keyframes moveOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    display: none;
  }
}

@keyframes moveOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    display: none;
  }
}

#mobilenavplaceholder {
  display: block;
  height: 110px;
}

@media only screen and (min-width: 700px) {
  #mobilenavplaceholder {
    display: none;
  }
}

#mobilenav {
  display: block;
  padding: 1.875rem 1.3125rem;
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#mobilenav:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

@media only screen and (min-width: 700px) {
  #mobilenav {
    display: none;
  }
}

#mobilenav .navigationwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

#mobilenav .navigationwrap > .logo {
  display: block;
  width: 50px;
  height: 50px;
}

#mobilenav .navigationwrap > .logo svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#mobilenav .navigationwrap > .logo .cls-2 {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

#mobilenav .navigationwrap > .logo:hover .cls-2 {
  fill: #df4e46 !important;
}

#mobilenav .navigationwrap > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mobilenav .navigationwrap > .right .lang-select a {
  text-decoration: none;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #adadad;
  letter-spacing: 0.72px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0.875rem;
  display: inline-block;
  padding: 1rem 0;
}

#mobilenav .navigationwrap > .right .lang-select a:hover {
  color: #df4e46;
}

#mobilenav .navigationwrap > .right .lang-select a.active {
  color: #000000;
}

#mobilenav .navigationwrap > .right .lang-select a + a:before {
  content: "\2022";
  margin: 0 5px 0 0;
  color: #adadad;
}

#mobilenav .navigationwrap > .right .search {
  cursor: pointer;
  display: block;
  background-image: url(../img/symbols/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 2rem 0 1.5rem;
}

#mobilenav .navigationwrap > .right input[type="checkbox"] {
  display: none;
}

#mobilenav .navigationwrap > .right .menu-label {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3a3a3a;
  letter-spacing: 0;
  cursor: pointer;
  padding-right: 26px;
  position: relative;
}

#mobilenav .navigationwrap > .right .menu-label .hamburger {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 1px;
  margin-left: 0.625rem;
}

#mobilenav .navigationwrap > .right .menu-label .hamburger > div {
  width: 100%;
  height: 4px;
  background-color: #df4e46;
  border-radius: 0.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  border: 1px solid #ffffff;
}

#mobilenav .navigationwrap > .right .menu-label .hamburger > div.mid {
  margin: 1px 0;
  width: 80%;
}

#mobilenav .navigationwrap > .right .menu-label .hamburger > div.bot {
  border-radius: 1px;
  width: 90%;
}

#mobilenav .navigationwrap > .right .menu-label:hover .hamburger > div.top {
  width: 80%;
}

#mobilenav .navigationwrap > .right .menu-label:hover .hamburger > div.mid {
  width: 50%;
}

#mobilenav .navigationwrap > .right .menu-label:hover .hamburger > div.bot {
  width: 70%;
}

#mobilenav .searchbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #fafafa;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  border-top: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
}

#mobilenav .searchbar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#mobilenav .searchbar input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  padding: 0 2rem;
  text-decoration: none;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #717171;
  letter-spacing: 0.2px;
  height: 62px;
}

#mobilenav .searchbar input::-webkit-input-placeholder {
  color: #c2c2c2;
}

#mobilenav .searchbar input::-moz-placeholder {
  color: #c2c2c2;
}

#mobilenav .searchbar input::-ms-input-placeholder {
  color: #c2c2c2;
}

#mobilenav .searchbar input::placeholder {
  color: #c2c2c2;
}

#mobilenav .searchbar input:focus::-webkit-input-placeholder, #mobilenav .searchbar input:focus::-webkit-input-placeholder, #mobilenav .searchbar input:focus:-moz-placeholder, #mobilenav .searchbar input:focus::-moz-placeholder, #mobilenav .searchbar input:focus:-ms-input-placeholder {
  color: transparent;
}

#mobilenav .searchbar input:focus::placeholder, #mobilenav .searchbar input:focus::-webkit-input-placeholder, #mobilenav .searchbar input:focus:-moz-placeholder, #mobilenav .searchbar input:focus::-moz-placeholder, #mobilenav .searchbar input:focus:-ms-input-placeholder {
  color: transparent;
}

#mobilenav .searchbar button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  background-color: #000000;
  color: #ffffff;
  height: 62px;
  padding: 0 2rem 0 3.5rem;
  border: none;
  border-radius: 1px;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0;
  background-image: url(../img/symbols/search-icon--transparent.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 30px center;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

#mobilenav .searchbar button:hover {
  background-color: #df4e46;
}

#mobilenav .search-form {
  display: none;
}

#mobilenav .search-form:checked ~ .searchbar {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

#mobilenav .mobile-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #ffffff;
  padding: 10% 0;
  border-top: 1px solid #f7f7f7;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0s linear 0.3s;
  transition: opacity 0.3s ease, -webkit-transform 0s linear 0.3s;
  transition: opacity 0.3s ease, transform 0s linear 0.3s;
  transition: opacity 0.3s ease, transform 0s linear 0.3s, -webkit-transform 0s linear 0.3s;
}

#mobilenav .mobile-menu .links {
  width: 80%;
  margin: 0 auto;
}

#mobilenav .mobile-menu .links .link + .link {
  margin-top: 1rem;
}

#mobilenav .mobile-menu .links .link div,
#mobilenav .mobile-menu .links .link a {
  cursor: pointer;
}

#mobilenav .mobile-menu .links .link div h3,
#mobilenav .mobile-menu .links .link a h3 {
  padding: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3a3a3a;
  letter-spacing: 0;
  background-color: transparent;
  text-transform: none;
}

#mobilenav .mobile-menu .links .link div h3:after,
#mobilenav .mobile-menu .links .link a h3:after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 10px;
  background-image: url(../img/symbols/arrow_red--down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

#mobilenav .mobile-menu .links .link div p,
#mobilenav .mobile-menu .links .link a p {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #afafaf;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 0.625rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#mobilenav .mobile-menu .links .link div.open h3:after,
#mobilenav .mobile-menu .links .link a.open h3:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#mobilenav .mobile-menu .links .link div.open p,
#mobilenav .mobile-menu .links .link a.open p {
  color: #000;
}

#mobilenav .mobile-menu .links .link a h3:after {
  display: none;
}

#mobilenav .mobile-menu .links .link ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

#mobilenav .mobile-menu .links .link ul > li > a {
  display: inline-block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32.3px;
  background-color: #df4e46;
  border-bottom: 1px solid #d33b33;
  padding: 5px 30px 5px 16px;
}

#mobilenav .mobile-menu .morelinks {
  width: 80%;
  margin: 0 auto;
}

#mobilenav .mobile-menu .morelinks h3 {
  padding: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #3a3a3a;
  letter-spacing: 0;
  background-color: transparent;
  text-transform: inherit;
}

#mobilenav .mobile-menu .morelinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#mobilenav .mobile-menu .morelinks ul > li {
  margin-bottom: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 35%;
          flex: 1 0 35%;
}

#mobilenav .mobile-menu .morelinks ul > li > a {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #717171;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#mobilenav .mobile-menu .morelinks ul > li > a:hover {
  color: #df4e46;
}

#mobilenav .open-mobile-menu {
  display: none;
}

#mobilenav .open-mobile-menu:checked + .navigationwrap .menu-label .hamburger > div.top {
  width: 100%;
  -webkit-transform: rotate(45deg) translate(0, -1px);
          transform: rotate(45deg) translate(0, -1px);
}

#mobilenav .open-mobile-menu:checked + .navigationwrap .menu-label .hamburger > div.mid {
  width: 0;
}

#mobilenav .open-mobile-menu:checked + .navigationwrap .menu-label .hamburger > div.bot {
  width: 100%;
  -webkit-transform: rotate(-45deg) translate(0, 1.5px);
          transform: rotate(-45deg) translate(0, 1.5px);
}

#mobilenav .open-mobile-menu:checked ~ .mobile-menu {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0s linear;
  transition: opacity 0.3s ease, -webkit-transform 0s linear;
  transition: opacity 0.3s ease, transform 0s linear;
  transition: opacity 0.3s ease, transform 0s linear, -webkit-transform 0s linear;
  -webkit-transform: translate(0, calc(100% - 1px));
          transform: translate(0, calc(100% - 1px));
  opacity: 1;
  z-index: 20;
}

body.events header.pageheader {
  min-height: 0;
}

header.pageheader {
  background-color: #f7f7f7;
  min-height: 400px;
  position: relative;
  margin-bottom: 4.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-word;
  margin-top: 50px;
}

@media only screen and (max-width: 1295px) {
  header.pageheader {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 640px) {
  header.pageheader {
    word-break: initial;
  }
}

@media only screen and (min-width: 900px) {
  header.pageheader {
    min-height: 600px;
  }
}

header.pageheader h1 {
  color: #fff;
  padding-left: 30px;
}

header.pageheader h1 span {
  background-color: #000;
  -webkit-box-shadow: 30px 0 0 #000000, -30px 0 0 #000000;
          box-shadow: 30px 0 0 #000000, -30px 0 0 #000000;
}

header.pageheader h3 {
  padding-left: 30px;
  font-size: 16px;
}

header.pageheader h3 span {
  background-color: #fff;
  -webkit-box-shadow: 30px 0 0 #ffffff, -30px 0 0 #ffffff;
          box-shadow: 30px 0 0 #ffffff, -30px 0 0 #ffffff;
  padding: 5px 0;
}

header.pageheader .play {
  display: block;
  position: absolute;
  right: 25%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  cursor: pointer;
  z-index: 2;
}

header.pageheader .play:hover {
  -webkit-transform: scale(1.05) translate(0, -50%);
          transform: scale(1.05) translate(0, -50%);
}

header.pageheader .play svg:last-of-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

header.pageheader input#video {
  display: none;
}

header.pageheader input#video:checked + .header-content {
  opacity: 0;
}

header.pageheader input#video:checked + .play {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

header.pageheader input#video:checked + .play + .visual {
  opacity: 0;
}

header.pageheader input#video:checked + .play + .visual + .header-content {
  opacity: 0;
}

header.pageheader input#video:checked + .play svg:last-of-type {
  opacity: 1;
}

header.pageheader input#video:checked ~ video {
  opacity: 1;
}

header.pageheader .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

header.pageheader .visual:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.612482)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.612482) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

header.pageheader * {
  z-index: 1;
  position: relative;
}

header.pageheader .header-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

header.pageheader h1,
header.pageheader h3 {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

header.pageheader h3 {
  font-weight: bold;
  z-index: 2;
}

@media only screen and (min-width: 900px) {
  header.pageheader h3 {
    margin: -1px 0 0 0;
  }
}

header.pageheader .subtitles {
  width: 70%;
}

header.pageheader .teaser {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  width: 90%;
  max-width: 650px;
}

@media only screen and (min-width: 640px) {
  header.pageheader .teaser {
    padding: 10px 30px;
  }
}

@media only screen and (min-width: 900px) {
  header.pageheader .teaser {
    left: 5%;
    margin: 0 5%;
    padding: 0 0 3rem 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 60%;
  }
}

header.pageheader .teaser h2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 21px;
  background-color: transparent;
  padding: 0;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 550px) {
  header.pageheader .teaser h2 {
    font-size: 24px;
    letter-spacing: -1.6px;
    line-height: 24px;
  }
}

header.pageheader .teaser h2:after {
  display: none;
}

@media only screen and (min-width: 640px) {
  header.pageheader .teaser h2 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 850px) {
  header.pageheader .teaser h2 {
    font-size: 48px;
    line-height: 47.3px;
  }
}

header.pageheader .teaser p {
  font-family: "Circular Std", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #f1f1f1;
  letter-spacing: -0.28px;
  line-height: 22px;
  display: none;
}

@media only screen and (min-width: 640px) {
  header.pageheader .teaser p {
    display: block;
  }
}

@media only screen and (min-width: 850px) {
  header.pageheader .teaser p {
    font-size: 18px;
  }
}

header.pageheader video {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

header.pageheader .progress-wrapper {
  position: relative;
  height: 25px;
  width: 100%;
  background-color: #002835;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

header.pageheader .progress-wrapper.playing {
  opacity: 1;
  pointer-events: initial;
}

header.pageheader .progress-wrapper .timer {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.pageheader .progress-wrapper .timer > div {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1.12px;
}

header.pageheader .progress-wrapper .timer > div.divider {
  margin: 0 5px;
}

header.pageheader .progress-wrapper .progress {
  cursor: pointer;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 25px;
}

header.pageheader .progress-wrapper .progress .video-progress {
  width: auto;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df4e46;
}

header.pageheader .progress-wrapper .progress .video-progress > div {
  position: absolute;
  right: 0;
  width: 2px;
  height: 25px;
  background-color: #ab3832;
}

header.pageheader .video-yt-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}

header.pageheader .video-yt-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header.pageheader .video-yt-close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

header.pageheader .video-yt-close svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.pageheader .video-yt-close:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header.pageheader .video-yt-play {
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

header.pageheader .video-yt-play:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header.pageheader .video-yt-play svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.pageheader .video-yt-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  padding: 30px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}

@media only screen and (min-width: 900px) {
  header.pageheader .video-yt-wrapper {
    padding: 70px 140px;
  }
}

header.pageheader .video-yt-wrapper.active {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#page-footer {
  background-color: #192f6a;
  color: #fff;
  width: 100vw;
}

#page-footer a {
  color: #fff;
}

#page-footer .footer-container {
  padding: 70px 240px 25px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 1295px) {
  #page-footer .footer-container {
    padding: 70px 80px 25px;
  }
}

@media only screen and (max-width: 820px) {
  #page-footer .footer-container {
    padding: 60px 30px;
  }
}

@media only screen and (max-width: 640px) {
  #page-footer .footer-container {
    padding-bottom: 40px;
  }
}

#page-footer .footerwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

@media only screen and (max-width: 820px) {
  #page-footer .footerwrap {
    margin-bottom: 0;
  }
}

#page-footer .footerwrap .logo--mobile {
  display: none;
}

#page-footer .footerwrap .show-more {
  border: none;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#page-footer .footerwrap .show-more__btn {
  display: none;
}

#page-footer .footerwrap .show-more__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 820px) {
  #page-footer .footerwrap .show-more__content {
    max-height: 100vh;
  }
}

#page-footer .footerwrap .last-column {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

#page-footer .footerwrap .column:nth-of-type(2) {
  margin: 0 118px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#page-footer .footerwrap .h3,
#page-footer .footerwrap h4,
#page-footer .footerwrap ul {
  margin: 0;
}

#page-footer .footerwrap .h3 {
  display: block;
  margin-bottom: 10px;
}

#page-footer .footerwrap .job-link {
  display: none;
}

#page-footer .footerwrap ul {
  list-style: none;
  padding: 0;
}

#page-footer .footerwrap ul a {
  color: #d8d8d8;
}

#page-footer .footerwrap section {
  margin-bottom: 30px;
}

#page-footer .footerwrap .main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page-footer .footerwrap .main-info .adress {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  color: #d8d8d8;
  display: block;
}

#page-footer .footerwrap .main-info .adress-wrapper {
  margin-left: 16px;
}

#page-footer .footerwrap .main-info .adress-wrapper p span {
  display: block;
}

#page-footer .footerwrap .main-info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

#page-footer .footerwrap .main-info .social a {
  display: block;
  margin-right: 16px;
}

#page-footer .footerwrap .main-info .social a:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 820px) {
  #page-footer .footerwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-footer .footerwrap .show-more__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page-footer .footerwrap .show-more {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  #page-footer .footerwrap .job-link {
    display: block;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  #page-footer .footerwrap .last-column {
    margin-top: 55px;
    margin-bottom: 40px;
  }
  #page-footer .footerwrap .column:nth-of-type(2) {
    margin: 0 0 0 118px;
  }
  #page-footer .footerwrap .main-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page-footer .footerwrap .main-info .logo {
    width: 50px;
    height: 50px;
  }
  #page-footer .footerwrap .main-info .adress-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    opacity: 0.4;
  }
  #page-footer .footerwrap .main-info .adress-wrapper p {
    margin: 0;
  }
  #page-footer .footerwrap .main-info .adress-wrapper p span {
    display: inline-block;
  }
  #page-footer .footerwrap .main-info .adress-wrapper p span:first-of-type {
    margin-right: 5px;
  }
  #page-footer .footerwrap .main-info .adress-wrapper .numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page-footer .footerwrap .main-info .adress-wrapper .numbers a {
    font-weight: normal;
  }
  #page-footer .footerwrap .main-info .adress-wrapper .numbers a:first-of-type:after {
    content: "-";
    margin: 0 5px;
  }
}

@media only screen and (max-width: 640px) {
  #page-footer .footerwrap .show-more__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-footer .footerwrap .column:nth-of-type(2) {
    margin: 0;
  }
  #page-footer .footerwrap .logo {
    display: none;
  }
  #page-footer .footerwrap .logo--mobile {
    display: block;
    margin-bottom: 25px;
  }
  #page-footer .footerwrap .logo--mobile svg {
    width: 50px;
    height: 50px;
  }
  #page-footer .footerwrap .adress-wrapper {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  #page-footer .footerwrap .main-info {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

#page-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-footer .footer-bottom .copywrite {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 50px;
}

#page-footer .footer-bottom .copywrite p {
  color: #fff;
  margin: 0;
}

#page-footer .footer-bottom .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-footer .footer-bottom .partners h5,
#page-footer .footer-bottom .partners ul {
  margin: 0;
}

#page-footer .footer-bottom .partners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

#page-footer .footer-bottom .partners ul li {
  margin-left: 20px;
}

#page-footer .footer-bottom .partners ul li a {
  display: block;
  height: 18px;
}

@media only screen and (max-width: 820px) {
  #page-footer .footer-bottom .partners {
    display: none;
  }
  #page-footer .footer-bottom .copywrite {
    margin-right: 0;
    margin-top: 20px;
  }
}

.pagination {
  width: 100%;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 0;
}

.pagination > li {
  background-color: #EFEFEF;
  display: inline-table;
  margin-left: 0.25%;
  border-spacing: 0;
  cursor: pointer;
}

@media only screen and (max-width: 680px) {
  .pagination > li {
    display: none;
  }
}

.pagination > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 1;
}

.pagination > li > a span {
  display: none;
  font-weight: 500;
}

@media only screen and (min-width: 500px) {
  .pagination > li > a span {
    display: inline;
  }
}

.pagination > li:hover {
  background-color: #df4e46;
}

.pagination > li:hover > a {
  color: #FFFFFF;
}

.pagination > li:first-child, .pagination > li:last-child {
  margin-right: 2.5%;
  background-color: #000000;
  display: inline-table;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
  padding: 1rem 1.5rem;
  color: #FFFFFF;
}

@media only screen and (min-width: 500px) {
  .pagination > li:first-child > a, .pagination > li:last-child > a {
    padding: 1rem 3rem;
  }
}

.pagination > li:first-child {
  margin-left: 0;
  position: relative;
}

.pagination > li:first-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(../img/symbols/arrow_white--left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
}

@media only screen and (min-width: 500px) {
  .pagination > li:first-child::before {
    left: 15%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.pagination > li:last-child {
  position: relative;
  margin-left: 2.5%;
  margin-right: 0;
}

.pagination > li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  top: 50%;
  right: 50%;
  background: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
}

@media only screen and (min-width: 500px) {
  .pagination > li:last-child::after {
    right: 15%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.pagination > li.active {
  background-color: #df4e46;
}

.pagination > li.active > a {
  color: #FFFFFF;
}

.pagination > li.disabled {
  background-color: #EFEFEF;
}

.pagination > li.disabled a {
  cursor: default;
}

.pagination > li > * {
  color: #000000;
  height: 50px;
  line-height: 32px;
  font-weight: bold;
  font-size: 1rem;
}

body.contact ul.errors, body.register.school ul.errors, body.register.company ul.errors {
  list-style: none;
  padding: 0 2rem;
}

@media only screen and (min-width: 640px) {
  body.contact ul.errors, body.register.school ul.errors, body.register.company ul.errors {
    padding: 0 50px;
  }
}

body.contact ul.errors li, body.register.school ul.errors li, body.register.company ul.errors li {
  display: table;
  padding: 10px 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: #df4e46;
  text-transform: capitalize;
}

body.contact ul.errors li + li, body.register.school ul.errors li + li, body.register.company ul.errors li + li {
  border-top: 1px solid rgba(128, 31, 26, 0.5);
}

div.block--general-teasers-slider h3 {
  font-family: "Circular Std", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: -0.78px;
}

div.block--general-teasers-slider ul {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 30px 0 0 0;
}

div.block--general-teasers-slider ul .arrow {
  z-index: 1;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 60px);
  right: 50px;
  background-color: #000000;
  background-image: url(../img/symbols/arrow_white--left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

div.block--general-teasers-slider ul .arrow:hover {
  background-color: var(--color);
}

div.block--general-teasers-slider ul .arrow.nextArrow {
  top: calc(50%);
  background-image: url(../img/symbols/arrow_white--right.svg);
}

div.block--general-teasers-slider ul .slick-list {
  width: calc(100% - 80px);
  overflow: visible;
}

div.block--general-teasers-slider ul .slick-list .slick-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

div.block--general-teasers-slider ul .slick-list .slick-slide.slick-active {
  opacity: 1;
}

.homefooterlinks {
  margin: 50px auto 1.5rem;
  max-width: 1200px;
  width: 96%;
}

@media only screen and (min-width: 850px) {
  .homefooterlinks {
    margin: 100px auto 75px;
  }
}

.homefooterlinks .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.homefooterlinks .text h2 {
  margin-bottom: .75rem;
}

.homefooterlinks .bottom {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .homefooterlinks .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 625px;
  }
}

.homefooterlinks .bottom a:first-of-type {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.homefooterlinks .bottom a:first-of-type .textblock {
  position: absolute;
  left: 0;
  top: 0;
}

.homefooterlinks .bottom a:first-of-type .textblock:after {
  top: 0;
}

.homefooterlinks .bottom a:last-of-type {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: .625rem;
}

@media only screen and (min-width: 1200px) {
  .homefooterlinks .bottom a:last-of-type {
    margin-left: 4px;
  }
}

.homefooterlinks .bottom a:last-of-type .textblock {
  position: absolute;
  left: 0;
  bottom: 0;
}

.homefooterlinks .bottom a:last-of-type .textblock:after {
  bottom: 0;
}

.homefooterlinks a {
  position: relative;
  display: block;
  min-height: 250px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 640px) {
  .homefooterlinks a {
    min-height: 400px;
  }
}

@media only screen and (min-width: 850px) {
  .homefooterlinks a {
    min-height: 500px;
  }
}

.homefooterlinks a .visual {
  background-image: url(../img/placeholder.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.homefooterlinks a .visual:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .1;
  z-index: 1;
}

.homefooterlinks a .textblock {
  background-color: #ffffff;
  padding: 1rem;
  max-width: calc(100% - 50px);
}

@media only screen and (min-width: 850px) {
  .homefooterlinks a .textblock {
    max-width: 390px;
    padding: 2rem;
  }
}

.homefooterlinks a .textblock h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #CDCDCD;
  letter-spacing: 1.22px;
  text-transform: uppercase;
}

.homefooterlinks a .textblock h4 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #1B1B1B;
  letter-spacing: -0.89px;
  line-height: 22px;
  margin: 0;
}

@media only screen and (min-width: 850px) {
  .homefooterlinks a .textblock h4 {
    font-size: 2rem;
    line-height: 32px;
  }
}

.homefooterlinks a .textblock:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  width: 50px;
  height: 50px;
  background-color: #000000;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.homefooterlinks a:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.homefooterlinks a:hover .textblock:after {
  background-color: #df4e46;
}

.home-grid {
  max-width: 1200px;
  width: 96%;
  margin: 60px auto 50px;
}

@media only screen and (min-width: 850px) {
  .home-grid {
    margin: 130px auto 100px;
  }
}

.home-grid .intro {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.home-grid .intro h2 {
  margin-bottom: .75rem;
}

.home-grid .grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-grid .grid-wrap > aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  width: 32%;
}

@media only screen and (min-width: 1200px) {
  .home-grid .grid-wrap > aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    width: 24%;
  }
}

.home-grid .grid-wrap > aside.left {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .home-grid .grid-wrap > aside.left {
    display: block;
  }
}

.home-grid .grid-wrap > aside.right {
  display: none;
}

@media only screen and (min-width: 850px) {
  .home-grid .grid-wrap > aside.right {
    display: block;
  }
}

.home-grid .grid-wrap > main.center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.home-grid .grid-wrap > main.center > div.top {
  display: none;
}

@media only screen and (min-width: 850px) {
  .home-grid .grid-wrap > main.center {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66%;
  }
  .home-grid .grid-wrap > main.center > div.top {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .home-grid .grid-wrap > main.center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 48%;
  }
}

.home-grid .grid-wrap > main.center > div.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-grid .grid-wrap > main.center > div.bottom .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin: 0 0 4%;
  display: block;
}

@media only screen and (min-width: 350px) {
  .home-grid .grid-wrap > main.center > div.bottom .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home-grid .grid-wrap > main.center > div.bottom .left > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100% !important;
}

@media only screen and (min-width: 350px) {
  .home-grid .grid-wrap > main.center > div.bottom .left > * {
    width: 49% !important;
  }
}

@media only screen and (min-width: 850px) {
  .home-grid .grid-wrap > main.center > div.bottom .left > * {
    width: 100% !important;
  }
}

@media only screen and (min-width: 850px) {
  .home-grid .grid-wrap > main.center > div.bottom .left {
    display: block;
  }
}

.home-grid .grid-wrap > main.center > div.bottom .left a:first-child {
  margin-bottom: 4%;
}

@media only screen and (min-width: 350px) {
  .home-grid .grid-wrap > main.center > div.bottom .left a:first-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 850px) {
  .home-grid .grid-wrap > main.center > div.bottom .left {
    width: 49%;
  }
  .home-grid .grid-wrap > main.center > div.bottom .left a:first-child {
    margin-bottom: 4%;
  }
}

.home-grid .grid-wrap > main.center > div.bottom #upcommingevents, .home-grid .grid-wrap > main.center > div.bottom .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 850px) {
  .home-grid .grid-wrap > main.center > div.bottom #upcommingevents, .home-grid .grid-wrap > main.center > div.bottom .right {
    width: 49%;
  }
}

@media only screen and (max-width: 850px) {
  .home-grid .grid-wrap > main.center > div.bottom.no-events .right {
    display: none !important;
  }
}

@media only screen and (min-width: 850px) {
  .home-grid .grid-wrap > main.center > div.bottom.no-events .left #numberofcompanies, .home-grid .grid-wrap > main.center > div.bottom.no-events .left #numberofstudies {
    display: none !important;
  }
}

section.homeprofilesblock {
  width: 96%;
  margin: 0 auto;
}

section.homeprofilesblock .bottom {
  display: none;
}

@media only screen and (min-width: 1200px) {
  section.homeprofilesblock .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

section.homeprofilesblock .bottom a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 33.33%;
  height: 250px;
  margin-top: 4px;
  margin-bottom: 4px;
}

section.homeprofilesblock .bottom a + a {
  margin-left: 4px;
}

#homesearch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 120px;
  max-width: 1440px;
  height: 500px;
  padding: 0 80px;
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#homesearch::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 95px;
  left: 50%;
  bottom: -70px;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e8e0cd;
}

#homesearch .h1 {
  margin-right: 36px;
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
}

@media only screen and (max-width: 1385px) {
  #homesearch .h1 {
    display: none;
  }
}

#homesearch .zoeken-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1385px) {
  #homesearch .zoeken-menu {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

#homesearch .zoeken-menu .home-search__image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -210px;
  background-color: #e4e4e4;
  background-size: cover;
  background-repeat: no-repeat;
}

#homesearch .zoeken-menu .home-search__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#homesearch .inputs-wrapper {
  background-color: #192f6a;
  border-radius: 36px;
  padding: 70px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#homesearch .inputs-wrapper input,
#homesearch .inputs-wrapper select {
  color: #fff;
  background-color: #192f6a;
}

#homesearch .inputs-wrapper .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#homesearch .inputs-wrapper .inputs .input {
  position: relative;
  margin-left: 15px;
}

#homesearch .inputs-wrapper .inputs .input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

#homesearch .inputs-wrapper .inputs .input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#homesearch .inputs-wrapper .inputs .input input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#homesearch .inputs-wrapper .inputs .input input::placeholder {
  color: #fff;
  opacity: 1;
}

#homesearch .inputs-wrapper .inputs .input input:focus::-webkit-input-placeholder,
#homesearch .inputs-wrapper .inputs .input input:focus::-webkit-input-placeholder,
#homesearch .inputs-wrapper .inputs .input input:focus:-moz-placeholder,
#homesearch .inputs-wrapper .inputs .input input:focus::-moz-placeholder,
#homesearch .inputs-wrapper .inputs .input input:focus:-ms-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
  display: none;
}

#homesearch .inputs-wrapper .inputs .input input:focus::placeholder,
#homesearch .inputs-wrapper .inputs .input input:focus::-webkit-input-placeholder,
#homesearch .inputs-wrapper .inputs .input input:focus:-moz-placeholder,
#homesearch .inputs-wrapper .inputs .input input:focus::-moz-placeholder,
#homesearch .inputs-wrapper .inputs .input input:focus:-ms-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
  display: none;
}

#homesearch .inputs-wrapper .inputs .input:first-of-type {
  margin-left: 0;
}

#homesearch .inputs-wrapper a {
  position: relative;
  display: inline-block;
  color: #ffd653;
  margin-top: 20px;
}

#homesearch .inputs-wrapper a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #ffd653;
  opacity: 0;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

#homesearch .inputs-wrapper a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

#homesearch .inputs-wrapper button[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  background-color: #ffd653;
}

#homesearch .inputs-wrapper button[type="submit"] span {
  margin: 0 4px;
  -webkit-transition: max-width 300ms ease;
  transition: max-width 300ms ease;
  max-width: 0;
  overflow: hidden;
}

#homesearch .inputs-wrapper button[type="submit"] span.active {
  max-width: 100px;
}

@media (hover: hover) and (pointer: fine) {
  #homesearch .inputs-wrapper button[type="submit"]:hover {
    background-color: #df4e46;
    color: #fff;
  }
}

@media only screen and (max-width: 1295px) {
  #homesearch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0;
    color: #000;
    margin-bottom: 0;
  }
  #homesearch::after {
    display: none;
  }
  #homesearch .h1 {
    display: block;
    padding: 175px 75px 80px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #homesearch .zoeken-menu {
    width: 100%;
  }
  #homesearch .zoeken-menu .home-search__image {
    position: absolute;
    z-index: -1;
    top: auto;
    right: 0;
    bottom: calc(100% - 36px);
    left: 0;
    height: 485px;
    background-color: #e4e4e4;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #homesearch .inputs-wrapper {
    background-color: #ffd653;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 80px;
    padding-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #homesearch .inputs-wrapper .input {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  #homesearch .inputs-wrapper .input input::-webkit-input-placeholder {
    color: #fff;
  }
  #homesearch .inputs-wrapper .input input::-moz-placeholder {
    color: #fff;
  }
  #homesearch .inputs-wrapper .input input::-ms-input-placeholder {
    color: #fff;
  }
  #homesearch .inputs-wrapper .input input::placeholder {
    color: #fff;
  }
  #homesearch .inputs-wrapper .input input:focus::-webkit-input-placeholder,
  #homesearch .inputs-wrapper .input input:focus::-webkit-input-placeholder,
  #homesearch .inputs-wrapper .input input:focus:-moz-placeholder,
  #homesearch .inputs-wrapper .input input:focus::-moz-placeholder,
  #homesearch .inputs-wrapper .input input:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 0 !important;
  }
  #homesearch .inputs-wrapper .input input:focus::placeholder,
  #homesearch .inputs-wrapper .input input:focus::-webkit-input-placeholder,
  #homesearch .inputs-wrapper .input input:focus:-moz-placeholder,
  #homesearch .inputs-wrapper .input input:focus::-moz-placeholder,
  #homesearch .inputs-wrapper .input input:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 0 !important;
  }
  #homesearch .inputs-wrapper .input:last-of-type {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  #homesearch .inputs-wrapper input,
  #homesearch .inputs-wrapper select {
    border-color: #000;
    width: 100%;
  }
  #homesearch .inputs-wrapper svg path {
    fill: #fff;
  }
  #homesearch .inputs-wrapper a {
    display: none;
  }
  #homesearch .inputs-wrapper button[type="submit"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
    color: #fff !important;
    background-color: #192f6a !important;
    padding: 24px 45px !important;
    margin-top: 50px;
  }
  #homesearch .inputs-wrapper button[type="submit"]\--blue, #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-fill, #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-stroke, #homesearch .inputs-wrapper button[type="submit"]\--blue-svg {
    background-color: #192f6a;
    color: #fff;
  }
}

@media only screen and (max-width: 1295px) and (hover: hover) and (pointer: fine) {
  #homesearch .inputs-wrapper button[type="submit"]\--blue:hover, #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-fill:hover, #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-stroke:hover, #homesearch .inputs-wrapper button[type="submit"]\--blue-svg:hover {
    background-color: #df4e46;
    color: #fff;
  }
}

@media only screen and (max-width: 1295px) {
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-fill svg,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-fill svg path,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-fill svg g,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-fill svg polygon {
    fill: #fff !important;
  }
}

@media only screen and (max-width: 1295px) and (hover: hover) and (pointer: fine) {
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-fill:hover svg,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-fill:hover svg path,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-fill:hover svg g,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-fill:hover svg polygon {
    fill: #fff !important;
  }
}

@media only screen and (max-width: 1295px) {
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-stroke svg,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-stroke svg path,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-stroke svg g,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-stroke svg polygon {
    stroke: #fff !important;
  }
}

@media only screen and (max-width: 1295px) and (hover: hover) and (pointer: fine) {
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-stroke:hover svg,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-stroke:hover svg path,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-stroke:hover svg g,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg-stroke:hover svg polygon {
    stroke: #fff !important;
  }
}

@media only screen and (max-width: 1295px) {
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg svg,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg svg path,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg svg g,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg svg polygon {
    stroke: #fff !important;
  }
}

@media only screen and (max-width: 1295px) and (hover: hover) and (pointer: fine) {
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg:hover svg,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg:hover svg path,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg:hover svg g,
  #homesearch .inputs-wrapper button[type="submit"]\--blue-svg:hover svg polygon {
    stroke: #fff !important;
  }
}

@media only screen and (max-width: 1295px) {
  #homesearch .inputs-wrapper button[type="submit"] span {
    display: block;
    margin: 0 4px;
  }
}

@media only screen and (max-width: 1295px) and (hover: hover) and (pointer: fine) {
  #homesearch .inputs-wrapper button[type="submit"]:hover {
    background-color: #df4e46;
    color: #fff;
  }
}

@media only screen and (max-width: 640px) {
  #homesearch {
    background: #ffd653;
    padding-top: 166px;
  }
  #homesearch .h1 {
    margin: 0 0 20px;
    padding: 0 30px;
    width: 100%;
    color: #000;
    font-family: "Circular Air", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
  }
  #homesearch .zoeken-menu {
    margin-top: 0;
  }
  #homesearch .zoeken-menu .home-search__image {
    display: none;
  }
  #homesearch .inputs-wrapper {
    border-radius: 0;
    padding: 0 30px;
    margin-bottom: 50px;
  }
  #homesearch .inputs-wrapper .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  #homesearch .inputs-wrapper .inputs .input {
    position: relative;
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  #homesearch .inputs-wrapper .inputs .input label {
    display: none;
  }
  #homesearch .inputs-wrapper .inputs:last-of-type {
    margin-bottom: 0;
  }
  #homesearch .inputs-wrapper button[type="submit"] {
    margin-top: 0;
    width: 100%;
    font-size: 16px !important;
    font-weight: 500;
    border-radius: 2px;
  }
}

.input-suggestions {
  position: absolute;
  z-index: 500;
  top: 115%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 10px;
  -webkit-box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  pointer-events: none;
}

.input-suggestions.open {
  opacity: 1;
  pointer-events: all;
}

.input-suggestions button {
  border: none;
  background: none;
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  color: #a4a4a4;
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  border-bottom: solid 1px #e4e4e4;
  padding: 0;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.input-suggestions button:hover {
  color: #000;
}

div.block--image-slider-full-height h4 {
  margin: 0 0 0 50px;
  color: #000000;
  font-family: "Circular Std", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

div.block--image-slider-full-height div.items {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 30px 0 0 0;
}

@media only screen and (min-width: 550px) {
  div.block--image-slider-full-height div.items {
    height: 450px;
  }
}

@media only screen and (min-width: 900px) {
  div.block--image-slider-full-height div.items {
    height: 650px;
  }
}

div.block--image-slider-full-height div.items img {
  width: auto !important;
  height: 250px;
}

@media only screen and (min-width: 550px) {
  div.block--image-slider-full-height div.items img {
    height: 450px;
  }
}

@media only screen and (min-width: 900px) {
  div.block--image-slider-full-height div.items img {
    height: 650px;
  }
}

div.block--image-slider-full-height div.items .arrow {
  z-index: 1;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 60px;
  background-color: #000000;
  background-image: url(../img/symbols/arrow_white--left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

div.block--image-slider-full-height div.items .arrow:hover {
  background-color: var(--color);
}

div.block--image-slider-full-height div.items .arrow.nextArrow {
  right: 0;
  background-image: url(../img/symbols/arrow_white--right.svg);
}

div.block--image-slider-full-height div.items .slick-slide {
  margin: 0 2.5px;
}

section#impressions {
  padding: 20px 10px;
  background-color: #1e1e1e;
}

@media only screen and (min-width: 550px) {
  section#impressions {
    padding: 20px;
  }
}

@media only screen and (min-width: 750px) {
  section#impressions {
    padding: 50px;
  }
}

@media only screen and (min-width: 900px) {
  section#impressions {
    padding: 80px 100px;
  }
}

section#impressions h3 {
  color: #ffffff;
  font-weight: bold;
}

section#impressions div.impressions-wrapper {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 750px) {
  section#impressions div.impressions-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section#impressions div.impressions-wrapper div.impressions-container {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  margin: 10px 0 0 0;
}

@media only screen and (min-width: 750px) {
  section#impressions div.impressions-wrapper div.impressions-container {
    width: 60%;
    margin: 0;
    height: 350px;
  }
}

@media only screen and (min-width: 900px) {
  section#impressions div.impressions-wrapper div.impressions-container {
    height: 450px;
  }
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content {
  position: absolute;
  list-style: none;
  opacity: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 250px;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #525252;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 750px) {
  section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content,
  section#impressions div.impressions-wrapper div.impressions-container div.impressions-content {
    height: 350px;
  }
}

@media only screen and (min-width: 900px) {
  section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content,
  section#impressions div.impressions-wrapper div.impressions-container div.impressions-content {
    height: 450px;
  }
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content.active,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content.active {
  opacity: 1;
  z-index: 1;
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content li,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content li {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 750px) {
  section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content li,
  section#impressions div.impressions-wrapper div.impressions-container div.impressions-content li {
    height: 350px;
  }
}

@media only screen and (min-width: 900px) {
  section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content li,
  section#impressions div.impressions-wrapper div.impressions-container div.impressions-content li {
    height: 450px;
  }
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content .arrow,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content .arrow {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content .arrow:hover,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content .arrow:hover {
  background-color: var(--color);
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content .prevArrow,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content .prevArrow {
  z-index: 1;
  bottom: 0;
  right: 0;
  background-image: url(../img/symbols/arrow_white--left.svg);
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content .nextArrow,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content .nextArrow {
  bottom: 60px;
  right: 0;
  background-image: url(../img/symbols/arrow_white--right.svg);
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content div.impressions-info,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content div.impressions-info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content div.impressions-info span,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content div.impressions-info span {
  display: inline-block;
  color: #ffffff;
  padding: 15px 30px;
  font-family: "Circular Std", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 1.03px;
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content div.impressions-info span.impressions-count,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content div.impressions-info span.impressions-count {
  background-color: rgba(0, 0, 0, 0.8);
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content div.impressions-info span.impressions-title,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content div.impressions-info span.impressions-title {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content video,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content video {
  position: absolute;
  width: 100%;
  height: 450px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content div.impressions-play,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content div.impressions-play {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content div.impressions-play.active div.impressions-play-bg,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content div.impressions-play.active div.impressions-play-bg {
  opacity: 0;
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content div.impressions-play.active svg,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content div.impressions-play.active svg {
  opacity: 0;
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content div.impressions-play div.impressions-play-bg,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content div.impressions-play div.impressions-play-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

section#impressions div.impressions-wrapper div.impressions-container ul.impressions-content div.impressions-play svg,
section#impressions div.impressions-wrapper div.impressions-container div.impressions-content div.impressions-play svg {
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

section#impressions div.impressions-wrapper div.impressions-list {
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 750px) {
  section#impressions div.impressions-wrapper div.impressions-list {
    margin: 0 0 0 10px;
    width: calc(40% - 10px);
  }
}

section#impressions div.impressions-wrapper div.impressions-list div.impressions-list-item {
  cursor: pointer;
  padding: 25px 20px;
  background-color: #272727;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

section#impressions div.impressions-wrapper div.impressions-list div.impressions-list-item + div.impressions-list-item {
  border-top: 1px solid #303030;
}

section#impressions div.impressions-wrapper div.impressions-list div.impressions-list-item.active {
  background-color: #373737;
}

section#impressions div.impressions-wrapper div.impressions-list div.impressions-list-item.active svg g {
  fill: var(--color);
}

section#impressions div.impressions-wrapper div.impressions-list div.impressions-list-item:hover svg g {
  fill: var(--color);
}

section#impressions div.impressions-wrapper div.impressions-list div.impressions-list-item svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

section#impressions div.impressions-wrapper div.impressions-list div.impressions-list-item span {
  margin: 0 0 0 15px;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
}

#innumbers {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1000px) {
  #innumbers {
    margin-top: 100px;
  }
}

#innumbers .intro {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

#innumbers .intro h2 {
  margin-bottom: 0.75rem;
}

#innumbers .grid {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#innumbers .grid a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

#innumbers .grid a:nth-child(3n + 2) {
  width: 100%;
}

@media only screen and (min-width: 700px) {
  #innumbers .grid a:nth-child(3n + 2) {
    width: 49%;
  }
}

@media only screen and (min-width: 700px) {
  #innumbers .grid a {
    width: 49%;
  }
}

@media only screen and (min-width: 1280px) {
  #innumbers .grid a {
    width: 24%;
  }
}

#innumbers .grid a.center {
  background-color: #df4e46;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4em 2rem;
}

@media only screen and (min-width: 700px) {
  #innumbers .grid a.center {
    padding: 0 2em;
  }
}

@media only screen and (min-width: 1280px) {
  #innumbers .grid a.center {
    padding: 0 5em;
  }
}

#innumbers .grid a.center h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: -1.33px;
  text-align: center;
  line-height: 2rem;
}

@media only screen and (min-width: 1280px) {
  #innumbers .grid a.center h3 {
    font-size: 3rem;
    line-height: 47.8px;
  }
}

#innumbers .grid a.center h3:before {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  background-image: url(../img/symbols/voeding-in-cijfers.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 1.5rem;
}

#innumbers .grid a.center p {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 14.4px;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 2rem;
}

@media only screen and (min-width: 700px) {
  #innumbers .grid.item-count-4 a:nth-child(4) {
    width: 49%;
  }
}

@media only screen and (min-width: 1280px) {
  #innumbers .grid.item-count-6 a:nth-child(5) {
    width: 24%;
  }
}

div.block--links {
  margin: 0 0 40px 0;
}

div.block--links div.block-wrapper {
  background-color: #fafafa;
}

div.block--links div.block-wrapper span.block-title {
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  font-family: "Circular Std", sans-serif;
  font-size: 11.75px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 1.1px;
}

div.block--links div.block-wrapper ul.block-links {
  list-style: none;
  margin: 0;
  padding: 30px 50px;
}

div.block--links div.block-wrapper ul.block-links li.block-link {
  padding: 10px 0;
}

div.block--links div.block-wrapper ul.block-links li.block-link a {
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

div.block--links div.block-wrapper ul.block-links li.block-link a:hover {
  color: var(--color);
}

div.block--links div.block-wrapper ul.block-links li.block-link a:hover svg #Wedstrijd {
  fill: var(--color);
}

div.block--links div.block-wrapper ul.block-links li.block-link a svg {
  margin: 0 15px 0 0;
}

div.block--links div.block-wrapper ul.block-links li.block-link a svg #Wedstrijd {
  -webkit-transition: fill 0.1s ease;
  transition: fill 0.1s ease;
}

#map {
  height: 520px;
  width: 100%;
}

#map .mapboxgl-control-container {
  position: initial;
}

#map .mapboxgl-ctrl-top-right {
  display: none;
}

#map .mapboxgl-ctrl-bottom-left {
  display: none;
}

#map .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  display: none;
}

.mapboxgl-popup-content {
  padding: 1.5rem !important;
}

.mapboxgl-popup-content h4:first-of-type {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #1B1B1B;
  line-height: 25px;
  margin: 0;
}

.mapboxgl-popup-content p {
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  color: #404040;
  letter-spacing: 0.23px;
}

.mapboxgl-popup-content p.adres {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10.5px;
  color: #939393;
  letter-spacing: 0.98px;
}

.mapboxgl-popup-content a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem 30px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.mapboxgl-popup-content a:hover {
  opacity: 1;
  background-color: #df4e46;
}

#message {
  position: fixed;
  right: 0;
  bottom: 2rem;
  margin: 0;
  background-color: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  border-radius: 50px;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-animation-name: fade-in-out;
          animation-name: fade-in-out;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(calc(0% - 2rem), 0);
            transform: translate(calc(0% - 2rem), 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(calc(0% - 2rem), 0);
            transform: translate(calc(0% - 2rem), 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(calc(0% - 2rem), 0);
            transform: translate(calc(0% - 2rem), 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(calc(0% - 2rem), 0);
            transform: translate(calc(0% - 2rem), 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

section.newsthreelatestteasers {
  padding: 20px 10px;
}

@media only screen and (min-width: 750px) {
  section.newsthreelatestteasers {
    padding: 20px 5px;
  }
}

@media only screen and (min-width: 900px) {
  section.newsthreelatestteasers {
    padding: 100px 95px 80px;
  }
}

section.newsthreelatestteasers h3 {
  margin: 0 5px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: -0.78px;
}

section.newsthreelatestteasers div.container {
  margin: 15px 0 0 0;
}

@media only screen and (min-width: 550px) {
  section.newsthreelatestteasers div.container {
    margin: 30px 0 0 0;
  }
}

@media only screen and (min-width: 750px) {
  section.newsthreelatestteasers div.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

section.newsthreelatestteasers div.container a.general-teaser {
  width: 100%;
}

@media only screen and (min-width: 750px) {
  section.newsthreelatestteasers div.container a.general-teaser {
    width: calc((100%/3) - 10px);
    margin: 0 5px;
  }
}

#numberofcompanies {
  background-color: #000000;
  position: relative;
  text-align: center;
  padding: 4rem 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#numberofcompanies.red {
  background-color: #df4e46;
}

#numberofcompanies.red p:first-child:before {
  background-image: url(../img/symbols/company_grey_black.svg);
}

#numberofcompanies.red p.more:after {
  background-image: url(../img/symbols/arrow_white--right.svg);
}

#numberofcompanies p:first-child {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: -2.13px;
  text-align: center;
  line-height: 1em;
  margin: 0 0 1rem;
}

@media only screen and (min-width: 850px) {
  #numberofcompanies p:first-child {
    font-size: 4rem;
  }
}

#numberofcompanies p:first-child:before {
  content: '';
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../img/symbols/company_grey_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: .75rem;
}

#numberofcompanies p:first-child + p {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .675rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1.03px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: none;
}

@media only screen and (min-width: 850px) {
  #numberofcompanies p:first-child + p {
    display: block;
  }
}

#numberofcompanies p.more {
  display: inline-block;
  position: relative;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
  padding-right: 21px;
}

#numberofcompanies p.more:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: .875rem;
  position: absolute;
  right: 3px;
  bottom: 0;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

#numberofcompanies:hover p.more:after {
  right: 0;
}

#numberofschools, #numberofschoolsstem {
  background-color: #000000;
  position: relative;
  text-align: center;
  padding: 4rem 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#numberofschools.red, #numberofschoolsstem.red {
  background-color: #df4e46;
}

#numberofschools.red p:first-child:before, #numberofschoolsstem.red p:first-child:before {
  background-image: url(../img/symbols/school_grey_black.svg);
}

#numberofschools.red p.more:after, #numberofschoolsstem.red p.more:after {
  background-image: url(../img/symbols/arrow_white--right.svg);
}

#numberofschools p:first-child, #numberofschoolsstem p:first-child {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: -2.13px;
  text-align: center;
  line-height: 1em;
  margin: 0 0 1rem;
}

@media only screen and (min-width: 850px) {
  #numberofschools p:first-child, #numberofschoolsstem p:first-child {
    font-size: 4rem;
  }
}

#numberofschools p:first-child:before, #numberofschoolsstem p:first-child:before {
  content: '';
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../img/symbols/school_grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: .75rem;
}

#numberofschools p:first-child + p, #numberofschoolsstem p:first-child + p {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .675rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1.03px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: none;
}

@media only screen and (min-width: 850px) {
  #numberofschools p:first-child + p, #numberofschoolsstem p:first-child + p {
    display: block;
  }
}

#numberofschools p.more, #numberofschoolsstem p.more {
  display: inline-block;
  position: relative;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
  padding-right: 21px;
}

#numberofschools p.more:after, #numberofschoolsstem p.more:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: .875rem;
  position: absolute;
  right: 3px;
  bottom: 0;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

#numberofschools:hover p.more:after, #numberofschoolsstem:hover p.more:after {
  right: 0;
}

#numberofstudies {
  background-color: #000000;
  position: relative;
  text-align: center;
  padding: 4rem 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#numberofstudies.red {
  background-color: #df4e46;
}

#numberofstudies.red p:first-child:before {
  background-image: url(../img/symbols/briefcase_grey.svg);
}

#numberofstudies.red p.more:after {
  background-image: url(../img/symbols/arrow_white--right.svg);
}

#numberofstudies p:first-child {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: -2.13px;
  text-align: center;
  line-height: 1em;
  margin: 0 0 1rem;
}

@media only screen and (min-width: 850px) {
  #numberofstudies p:first-child {
    font-size: 4rem;
  }
}

#numberofstudies p:first-child:before {
  content: '';
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../img/symbols/briefcase_grey_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: .75rem;
}

#numberofstudies p:first-child + p {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .675rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1.03px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: none;
}

@media only screen and (min-width: 850px) {
  #numberofstudies p:first-child + p {
    display: block;
  }
}

#numberofstudies p.more {
  display: inline-block;
  position: relative;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
  padding-right: 21px;
}

#numberofstudies p.more:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: .875rem;
  position: absolute;
  right: 3px;
  bottom: 0;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

#numberofstudies:hover p.more:after {
  right: 0;
}

#numberofvacancies {
  background-color: #000000;
  position: relative;
  text-align: center;
  padding: 4rem 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#numberofvacancies.red {
  background-color: #df4e46;
}

#numberofvacancies.red p:first-child:before {
  background-image: url(../img/symbols/briefcase_grey_white.svg);
}

#numberofvacancies.red p.more:after {
  background-image: url(../img/symbols/arrow_white--right.svg);
}

#numberofvacancies p:first-child {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: -2.13px;
  text-align: center;
  line-height: 1em;
  margin: 0 0 1rem;
}

@media only screen and (min-width: 850px) {
  #numberofvacancies p:first-child {
    font-size: 4rem;
  }
}

#numberofvacancies p:first-child:before {
  content: '';
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../img/symbols/briefcase_grey_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: .75rem;
}

#numberofvacancies p:first-child + p {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .675rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1.03px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: none;
}

@media only screen and (min-width: 850px) {
  #numberofvacancies p:first-child + p {
    display: block;
  }
}

#numberofvacancies p.more {
  display: inline-block;
  position: relative;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
  padding-right: 21px;
}

#numberofvacancies p.more:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: .875rem;
  position: absolute;
  right: 3px;
  bottom: 0;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

#numberofvacancies:hover p.more:after {
  right: 0;
}

div.pictureoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height .01s linear .4s, opacity .4s ease;
  transition: height .01s linear .4s, opacity .4s ease;
}

div.pictureoverlay .close svg {
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 50px;
  height: 50px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

div.pictureoverlay .close svg:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

div.pictureoverlay .visual {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}

div.pictureoverlay.open {
  -webkit-transition: height .01s linear, opacity .4s ease;
  transition: height .01s linear, opacity .4s ease;
  opacity: 1;
  height: 100%;
}

section.practicals h3 {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: -0.78px;
}

section.practicals ul.practicals-container {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 50px;
  background-color: #ffffff;
}

section.practicals ul.practicals-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.practicals ul.practicals-container li + li {
  margin: 20px 0 0 0;
}

section.practicals ul.practicals-container li span {
  width: 100%;
  color: #1b1b1b;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: -0.44px;
}

section.practicals ul.practicals-container li a {
  width: 100%;
  margin: 5px;
  color: #222222;
  font-family: "Circular Std", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 20.9px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

section.practicals ul.practicals-container li a:hover {
  color: var(--color);
}

section.practicals ul.practicals-container li a:hover svg g {
  fill: var(--color);
}

section.practicals ul.practicals-container li a svg {
  margin: 0 15px 0 0;
}

section.products {
  margin: 20px 0 0 0;
}

@media only screen and (min-width: 900px) {
  section.products {
    margin: 0;
  }
}

section.products h3 {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: -0.78px;
}

section.products div.years {
  margin: 20px 0 0 0;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
}

section.products div.years div.year h2 {
  cursor: pointer;
  padding: 25px 40px;
  border-bottom: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.products div.years div.year h2:hover svg g {
  fill: var(--color);
}

section.products div.years div.year h2 svg {
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

section.products div.years div.year h2 svg g {
  fill: #d7d7d7;
  -webkit-transition: fill 0.1s ease;
  transition: fill 0.1s ease;
}

section.products div.years div.year.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

section.products div.years div.year.active svg g {
  fill: var(--color);
}

section.products div.years div.year ul {
  display: none;
  list-style: none;
  overflow: scroll;
  height: 100%;
  max-height: 500px;
  margin: 0;
  padding: 30px 40px;
  -webkit-transition: border-bottom-color 0.3s ease;
  transition: border-bottom-color 0.3s ease;
}

section.products div.years div.year ul.active {
  display: block;
  border-bottom: 1px solid #f2f2f2;
}

section.products div.years div.year ul li.product-item,
section.products div.years div.year ul a.product-item {
  width: 100%;
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.products div.years div.year ul li.product-item:hover span.product-title svg,
section.products div.years div.year ul a.product-item:hover span.product-title svg {
  opacity: 1;
}

section.products div.years div.year ul li.product-item.no-body,
section.products div.years div.year ul a.product-item.no-body {
  pointer-events: none !important;
}

section.products div.years div.year ul li.product-item.no-body:hover span.product-title svg,
section.products div.years div.year ul a.product-item.no-body:hover span.product-title svg {
  opacity: 0 !important;
}

section.products div.years div.year ul li.product-item span,
section.products div.years div.year ul a.product-item span {
  color: #222222;
  font-family: "Circular Std", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
}

section.products div.years div.year ul li.product-item span.product-icon,
section.products div.years div.year ul a.product-item span.product-icon {
  opacity: 0;
  margin: 1px 0 0 0;
  width: 17px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.products div.years div.year ul li.product-item span.product-icon svg g,
section.products div.years div.year ul a.product-item span.product-icon svg g {
  fill: var(--color);
}

section.products div.years div.year ul li.product-item span.product-title,
section.products div.years div.year ul a.product-item span.product-title {
  margin: 0 0 0 10px;
  width: calc((100% - 27px)/4);
  color: var(--color);
  font-weight: 800;
}

section.products div.years div.year ul li.product-item span.product-title svg,
section.products div.years div.year ul a.product-item span.product-title svg {
  opacity: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0 0 0 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

section.products div.years div.year ul li.product-item span.product-title svg g,
section.products div.years div.year ul a.product-item span.product-title svg g {
  fill: var(--color);
}

section.products div.years div.year ul li.product-item span.product-name,
section.products div.years div.year ul a.product-item span.product-name {
  margin: 0 0 0 10px;
  width: calc((100% - 27px)/4);
}

section.products div.years div.year ul li.product-item span.product-intro,
section.products div.years div.year ul a.product-item span.product-intro {
  margin: 0 0 0 10px;
  width: calc((100% - 27px)/2);
}

section.products div.years div.year ul li.product-item.product-heading span,
section.products div.years div.year ul a.product-item.product-heading span {
  color: #1b1b1b;
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: -0.44px;
}

section.products div.years div.year ul li.product-item.product-heading span.product-title,
section.products div.years div.year ul a.product-item.product-heading span.product-title {
  color: #1b1b1b;
}

section.products div.years div.year ul li.product-item.winner span.product-icon,
section.products div.years div.year ul a.product-item.winner span.product-icon {
  opacity: 1;
}

section.products div.years div.year ul li.product-item.winner span.product-icon svg,
section.products div.years div.year ul a.product-item.winner span.product-icon svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

div.block--share-with-icons {
  margin: 0 0 40px 0;
}

div.block--share-with-icons span.block-title {
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  font-family: "Circular Std", sans-serif;
  font-size: 11.75px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 1.1px;
}

div.block--share-with-icons ul.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.block--share-with-icons ul.social-links li {
  overflow: hidden;
  width: 50px;
  height: 50px;
}

div.block--share-with-icons ul.social-links li a svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

div.block--share-with-icons ul.social-links li:hover a svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

div.block--studies-slider h4 {
  margin: 0 0 0 40px;
  color: #000000;
  font-family: "Circular Std", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

div.block--studies-slider ul {
  position: relative;
  padding: 60px 0;
  margin: 35px 0 0 0;
  background-color: #f9f9f9;
}

div.block--studies-slider ul .arrow {
  z-index: 1;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 60px);
  right: 2%;
  background-color: #000000;
  background-image: url(../img/symbols/arrow_white--left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

div.block--studies-slider ul .arrow:hover {
  background-color: #df4e46;
}

div.block--studies-slider ul .arrow.nextArrow {
  top: calc(50%);
  background-image: url(../img/symbols/arrow_white--right.svg);
}

div.block--studies-slider ul .slick-list {
  overflow: visible;
  width: calc(98% - 60px);
}

div.block--studies-slider ul .slick-list .slick-slide {
  opacity: 0.5;
}

div.block--studies-slider ul .slick-list .slick-active {
  opacity: 1;
}

div.block--studies-slider ul .slick-list .slick-active a {
  border-left: 1px solid  #ebebeb;
}

div.block--studies-slider ul .slick-list .slick-current a {
  border: none;
}

div.block--studies-slider ul .slick-list ¬ a {
  min-height: 155px;
  padding: 0 40px;
}

div.block--studies-slider ul .slick-list ¬ a:hover svg {
  opacity: 1;
}

div.block--studies-slider ul .slick-list ¬ a h4 {
  margin: 0;
  color: #1b1b1b;
  text-transform: unset;
  font-family: "Circular Std", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.58px;
}

div.block--studies-slider ul .slick-list ¬ a p {
  margin: 10px 0 0 0;
  color: #000000;
  font-family: "Circular Std", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0.25px;
}

div.block--studies-slider ul .slick-list ¬ a span {
  margin: 15px 0 0 0;
  color: #df4e46;
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
}

div.block--studies-slider ul .slick-list ¬ a span svg {
  opacity: 0;
  margin: 0 0 0 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

div.block--studies-slider ul .slick-list ¬ a span svg g {
  fill: #df4e46;
}

#upcommingevents {
  background-color: #df4e46;
  width: 49%;
  position: relative;
  padding: 50px 2rem;
}

@media only screen and (min-width: 850px) {
  #upcommingevents {
    padding: 100px 2rem;
  }
}

#upcommingevents .event {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 850px) {
  #upcommingevents .event {
    display: block;
  }
}

#upcommingevents .event header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 1.5rem;
  padding-top: 38px;
  background-image: url(../img/symbols/calender_darkred.svg);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center top;
}

#upcommingevents .event header p {
  /* 21 okt.: */
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: -1.13px;
  text-align: center;
  line-height: 45px;
  margin: 0;
  display: none;
}

#upcommingevents .event header p.mobile {
  display: block;
}

@media only screen and (min-width: 800px) {
  #upcommingevents .event header p {
    display: block;
  }
  #upcommingevents .event header p.mobile {
    display: none;
  }
}

#upcommingevents .event main {
  margin-left: 30px;
}

#upcommingevents .event main p {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .625rem;
  color: #ab3832;
  letter-spacing: 1.03px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: left;
}

#upcommingevents .event main h4 {
  /* Food At Work live Hu: */
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  margin: 0;
  text-align: left;
}

@media only screen and (min-width: 850px) {
  #upcommingevents .event main {
    margin-left: 0;
  }
  #upcommingevents .event main h4, #upcommingevents .event main p {
    text-align: center;
  }
}

#upcommingevents .slick-dots {
  position: absolute;
  bottom: 1.125rem;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#upcommingevents .slick-dots li button {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #ab3832;
  outline: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  border: none;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

#upcommingevents .slick-dots li + li {
  margin-left: 10px;
}

#upcommingevents .slick-dots li.slick-active button {
  background-color: #ffffff;
}

/*.block--voteform {
  .vote {
    @include MQ-min(550px) {
      padding: 50px 0 0;
    }

    @include MQ-min(900px) {
      padding: 100px 0 0;
    }

    background-color: var(--color);
    padding: 20px 0 0;

    &-container {
      @include MQ-min(550px) {
        padding: 0 0 50px;
      }

      @include MQ-min(900px) {
        padding: 0 0 100px 0;

      }

      margin: 25px auto 0;
      padding: 0 0 40px;
      max-width: 1020px;
      width: 96%;
    }

    &-email-information {
      font-size: 11px;
      font-style: italic;
      line-height: 13px;
    }

    &-form {
      @include MQ-min(550px) {
        padding: 35px;
      }

      @include MQ-min(900px) {
        padding: 70px;
      }

      background-color: $theme-white;
      border: 1px solid rgba(#9e9e9e, 0.2);
      border-radius: 1px;
      margin: 40px 0 0 0;
      padding: 30px 20px;

      .errors {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;

        li {
          color: $theme-red;
          font-weight: 600;
        }
      }
    }

    &-form-box {
      align-items: center;
      background-color: #fafafa;
      border: 1px solid #ececec;
      border-radius: 1px;
      display: flex;
      height: 45px;
      justify-content: center;
      pointer-events: none;
      position: absolute;
      width: 45px;

      svg {
        opacity: 0;
      }
    }

    &-form-item {
      & + .vote-form-item {
        margin: 30px 0 0 0;
      }

      &.hidden {
        width: 0;
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
      }

      button {
        align-items: center;
        background-color: $theme-black;
        border: none;
        color: $theme-white;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        height: 69px;
        letter-spacing: 0;
        justify-content: center;
        outline: none;
        width: 220px;

        &:hover {
          background-color: var(--color);
          transition: background-color .3s ease-in-out;

        }
      }
    }

    &-form-radio {
      @include MQ-min(650px) {
        width: 50%;
      }

      @include MQ-min(900px) {
        width: 25%;
      }

      display: flex;
      position: relative;
      margin: 15px 0;
      width: 100%;

      label {
        margin: 0 20px;
        width: calc(100% - 85px);

      }

      label h4 {
        color: $theme-black;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 21px;
        margin: 0;
      }

      label span {
        color: #a8a8a8;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 18px;
        margin: 0;
      }

      input {
        cursor: pointer;
        height: 45px;
        min-width: 45px;
        width: 45px;
        opacity: 0;
      }

      input:hover + .vote-form-box {
        border-color: var(--color);
        transition: all .3s ease-in-out;
      }

      input:checked + .vote-form-box {
        border-color: var(--color);
        transition: all .3s ease-in-out;

        svg {
          opacity: 1;
          transition: opacity .3s ease-in-out;
        }
      }
    }

    &-form-radios {
      @include MQ-min(550px) {
        display: flex;
        flex-wrap: wrap;
      }
    }

    &-form-text {
      width: 100%;

      &:first-of-type {
        @include MQ-min(550px) {
          max-width: 345px;
        }
      }

      &:last-of-type {
        @include MQ-min(550px) {
          margin: 0 0 0 25px;
        }

        margin: 10px 0 0 0;
      }

      label {
        color: #1b1b1b;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 25px;
      }

      input {
        background-color: #f8f8f8;
        border: 1px solid #e6e6e6;
        border-radius: 1px;
        display: block;
        height: 68px;
        padding: 20px 30px;
        margin: 5px 0 0 0;
        width: 100%;
      }

      input::placeholder {
        color: #7a7a7a;
      }
    }

    &-form-texts {
      @include MQ-min(550px) {
        display: flex;
      }

      margin: 10px 0 0 0;
    }

    &-form-title {
      color: #b2b2b2;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 25px;
    }

    &-intro {
      @include MQ-min(550px) {
        padding: 0;
      }
      padding: 0 10px;
      margin: 0 auto;
      max-width: 670px;
      width: 100%;
    }

    &-intro-text {
      @include MQ-min(550px) {
        text-align: center;
      }
      color: rgba($theme-black, 0.5);
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 20.9px;
      margin: 10px 0 0;
    }

    &-intro-title {
      @include MQ-min(550px) {
        font-size: 36px;
        line-height: 43px;
        text-align: center;
      }
      color: $theme-white;
      font-size: 24px;
      font-weight: bold;
      line-height: 27px;
      letter-spacing: -1px;
    }

    &-success {
      opacity: 0;
      margin: 0 auto;
      width: 96%;

      &.show {
        opacity: 1;
        transition: opacity 1s ease-in-out 1s;
      }

      &-product {
        @include MQ-min(900px) {
          height: 350px;
          margin: 15px auto 0;
          width: 480px;
        }

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        height: 250px;
        margin: 15px 0 0 0;
      }

      &-school {
        background-color: rgba($theme-black, 0.5);
        color: #e3e3e3;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1.03px;
        line-height: 14px;
        margin: 0;
        padding: 15px 25px;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
      }

      &-subtitle {
        color: $theme-white;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 21px;
        margin: 50px 0 0 0;
        text-align: center;
      }

      &-team {
        background-color: $theme-black;
        color: #e3e3e3;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1.03px;
        line-height: 14px;
        margin: 0;
        padding: 15px 25px;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
      }

      &-text {
        color: #8c4a0e;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 20px;
        margin: 10px 0 0 0;
        text-align: center;
      }

      &-title {
        color: $theme-white;
        font-size: 36px;
        font-weight: bold;
        line-height: 40px;
        letter-spacing: -1px;
        text-align: center;
      }

      &-wrapper {
        @include MQ-min(550px) {
          max-width: 575px;
        }

        margin: 0 auto;
        width: 100%;
      }
    }

    &-stage {
      @include MQ-min(550px) {
        margin: 40px 0 0 0;

        height: 150px;
      }

      align-items: flex-end;
      display: flex;

    }

    &-first {
      @include MQ-min(550px) {
        padding: 0;
        min-width: 480px;
        max-width: 480px;
      }

      background-color: rgba(#da6a06, 0.6);
      height: 100%;
      padding: 20px;
      width: 100%;

      h3 {
        @include MQ-min(550px) {
          display: block;
        }

        color: $theme-white;
        display: none;
        font-size: 56px;
        font-weight: 900;
        line-height: 59px;
        letter-spacing: 5.25px;
        margin: -25px 0 0 0;
        text-align: center;
        text-transform: uppercase;
      }

      span {
        @include MQ-min(650px) {
          margin: 30px auto 0;
        }

        color: #874307;
        display: block;
        font-size: 11px;
        font-weight: bold;
        height: 13px;
        letter-spacing: 1.31px;
        text-align: center;
        text-transform: uppercase;
      }
    }

    &-second,
    &-third {
      @include MQ-min(550px) {
        display: flex;
      }

      align-items: center;
      display: none;
      justify-content: center;
      width: 100%;

      span {
        color: #874307;
        font-size: 14px;
        font-weight: bold;
        height: 17px;
        letter-spacing: 1.31px;
        text-transform: uppercase;
      }
    }

    &-second {
      background-color: rgba(#da6a06, 0.4);
      height: 109px;
    }

    &-third {
      background-color: rgba(#da6a06, 0.2);
      height: 85px;
    }

    &-social {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 15px auto 0;
      width: 120px;

    }
  }

  @media only screen and (max-width : 767px)     {

    #rc-imageselect, .g-recaptcha {
      transform: scale(0.77);
      -webkit-transform: scale(0.77);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; }
  }
}*/
.vote-form {
  position: relative;
  padding: 0 80px;
}

.vote-form input[type="radio"] {
  display: none;
}

.vote-form input:checked + .vote-form__checkbox {
  background-color: #df4e46;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vote-form input:checked + .vote-form__checkbox svg {
  opacity: 1;
}

@media only screen and (max-width: 820px) {
  .vote-form {
    padding: 0 30px;
  }
}

.vote-form::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e0cd), color-stop(98.15%, #fefefe));
  background: linear-gradient(180deg, #e8e0cd 0%, #fefefe 98.15%);
}

@media only screen and (max-width: 640px) {
  .vote-form::after {
    top: 0;
    background: #e8e0cd;
  }
}

.vote-form__header {
  max-width: 700px;
  margin: 40px auto 90px;
  padding-top: 90px;
}

@media only screen and (max-width: 640px) {
  .vote-form__header {
    margin-bottom: 40px;
  }
}

.vote-form__title {
  text-align: center;
  margin-bottom: 25px;
}

.vote-form__sub-title {
  text-align: center;
}

.vote-form__content {
  margin: 0 auto;
  padding-bottom: 30px;
}

.vote-form__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.vote-form__option {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  cursor: pointer;
}

.vote-form__option label {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 65px;
  padding-right: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 940px) {
  .vote-form__option {
    width: 33.33%;
  }
}

@media only screen and (max-width: 640px) {
  .vote-form__option {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vote-form__option label {
    padding-left: 45px;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.vote-form__option-title {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .vote-form__option-title {
    font-family: "Circular Std", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.vote-form__option-sub-title {
  margin: 0;
  color: #9a9a9a;
}

@media only screen and (max-width: 640px) {
  .vote-form__option-sub-title {
    color: #fff;
  }
}

.vote-form__checkbox {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vote-form__checkbox svg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.vote-form__checkbox svg polygon {
  fill: #ffd653;
}

@media only screen and (max-width: 640px) {
  .vote-form__checkbox {
    width: 30px;
    height: 30px;
  }
}

.vote-form__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 635px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .vote-form__contact-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.vote-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vote-form__input {
  min-width: 300px;
}

.vote-form__input label {
  display: block;
  margin-bottom: 12px;
  margin-left: 10px;
}

.vote-form__input input {
  padding: 20px 30px;
  background: none;
  border-radius: 100px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .vote-form__input {
    width: 100%;
  }
}

.main-header {
  position: relative;
}

.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-text__banner {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media only screen and (max-width: 820px) {
  .image-text__banner {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.image-text__banner--image {
  position: relative;
  background-color: #e4e4e4;
  height: 100%;
  width: 100%;
}

.image-text__banner--image .image {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.image-text__banner--image video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.image-text__banner--image .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 820px) {
  .image-text__banner--image {
    height: 170px;
  }
}

.image-text__banner--content {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.image-text__banner--content h4 {
  background-color: #ffd653;
  border-radius: 100px;
  border-bottom-right-radius: 0;
  padding: 18px;
  margin: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.image-text__banner--content p {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  margin-right: 18px;
  margin-left: 18px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.image-text__banner--content p p:first-letter {
  text-transform: uppercase;
}

.image-text__banner--content p::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

@media only screen and (max-width: 820px) {
  .image-text__banner--content p {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .image-text__banner--content {
    display: none;
  }
}

.image-text__content-wrapper {
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-text__content-wrapper a {
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
  margin-right: 18px;
  margin-top: 33px;
}

@media only screen and (max-width: 820px) {
  .image-text__content-wrapper {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.image-text__content {
  background-color: #fff;
  padding: 60px;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  width: 520px;
}

.image-text__content .h2 {
  margin: 0 0 15px;
}

.image-text__content blockquote::before, .image-text__content blockquote::after {
  content: '"';
}

@media only screen and (max-width: 820px) {
  .image-text__content {
    width: 100%;
    padding: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.image-text__slider {
  height: 100%;
}

.image-text__slider .flickity-page-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 80px;
  left: 40px;
  bottom: 80px;
  width: 2px;
}

.image-text__slider .flickity-page-dots .dot {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  border-radius: 0;
  background-color: #a4a4a4;
  width: 100%;
  margin: 0;
  opacity: 1;
}

.image-text__slider .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

.image-text__cell {
  height: 100%;
  width: 100%;
}

.image-text__cell img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-text--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.image-text--reverse .image-text__content-wrapper {
  padding-right: 0;
  padding-left: 80px;
}

@media only screen and (max-width: 820px) {
  .image-text--reverse .image-text__content-wrapper {
    padding-left: 0;
  }
}

.image-text--reverse .image-text__content {
  border-radius: 0;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

@media only screen and (max-width: 820px) {
  .image-text--reverse .image-text__content {
    border-radius: 0;
  }
}

@media only screen and (max-width: 820px) {
  .image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
  }
}

.image-text--green .image-text__banner--content h4 {
  background-color: #80a43b;
  color: #fff;
}

.image-text--green .image-text__content {
  background-color: #80a43b;
}

.image-text--green .image-text__content .h2,
.image-text--green .image-text__content p {
  color: #fff;
}

.image-text--green .image-text__banner {
  background-color: #80a43b;
}

.image-text--blue .image-text__banner--content h4 {
  background-color: #192f6a;
  color: #fff;
}

.image-text--blue .image-text__content {
  background-color: #192f6a;
}

.image-text--blue .image-text__content .h2,
.image-text--blue .image-text__content p {
  color: #fff;
}

.image-text--blue .image-text__banner {
  background-color: #192f6a;
}

.highlighted-jobs {
  position: relative;
  padding: 0 80px;
  margin: 0 auto;
  max-width: 1440px;
}

.highlighted-jobs__header {
  display: none;
}

.highlighted-jobs__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.highlighted-jobs__filter p {
  margin: 0 10px 0 0;
}

.highlighted-jobs__joblist {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.highlighted-jobs__link-wrapper {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.highlighted-jobs__link-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -49px;
  bottom: 0;
  display: block;
  border-top: solid 1px #e4e4e4;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

.highlighted-jobs__all-jobs-links {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  margin-bottom: 150px;
}

.highlighted-jobs__loader {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.highlighted-jobs__loader.active {
  opacity: 1;
}

.highlighted-jobs__loader::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/symbols/spinner.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: rotate infinite 1s linear;
          animation: rotate infinite 1s linear;
}

@media only screen and (max-width: 820px) {
  .highlighted-jobs {
    padding: 70px 0 0 0;
  }
  .highlighted-jobs__header {
    display: block;
    margin-left: 80px;
  }
  .highlighted-jobs__header .p, .highlighted-jobs__header .vacancy-base-info p, .vacancy-base-info .highlighted-jobs__header p,
  .highlighted-jobs__header .vacancy-base-info ul, .vacancy-base-info .highlighted-jobs__header ul,
  .highlighted-jobs__header .vacancy-base-info li, .vacancy-base-info .highlighted-jobs__header li, .highlighted-jobs__header .vacancy-base-info__extras-item {
    color: #9a9a9a;
  }
  .highlighted-jobs__filter {
    display: none;
  }
  .highlighted-jobs__joblist {
    display: block;
  }
  .highlighted-jobs__joblist .highlighted-jobs__cell {
    padding-top: 15px;
    margin-right: 30px;
    padding-bottom: 135px;
  }
  .highlighted-jobs__joblist .highlighted-jobs__cell:first-of-type {
    padding-left: 80px;
  }
  .highlighted-jobs__joblist .flickity-page-dots {
    bottom: 80px;
    padding: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .highlighted-jobs__joblist .flickity-page-dots .dot {
    border-radius: 0;
    height: 1px;
    width: auto;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin: 0;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    background-color: #e4e4e4;
    opacity: 1;
  }
  .highlighted-jobs__joblist .flickity-page-dots .dot.is-selected {
    background-color: #9a9a9a;
  }
  .highlighted-jobs__link-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 1295px) {
  .highlighted-jobs__joblist {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 640px) {
  .highlighted-jobs__header {
    margin-left: 30px;
  }
  .highlighted-jobs__joblist {
    display: block;
  }
  .highlighted-jobs__joblist .highlighted-jobs__cell:first-of-type {
    padding-left: 30px;
  }
}

.article-switch-image-content-holder {
  width: 100vw;
}

.article-switch-image-content-holder__articles-holder {
  height: 500px;
  max-width: 65%;
  width: 100%;
}

.article-switch-image-content-holder .article-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-switch-image-content-holder .article-switch__options {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 100px;
  margin-right: 80px;
  margin-top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (max-width: 820px) {
  .article-switch-image-content-holder {
    display: none;
  }
}

.article-switch-image-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.article-switch-image-content__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-top-left-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 70%;
}

.article-switch-image-content__title, .article-switch-image-content__text {
  margin-left: 60px;
  margin-right: 20px;
}

.article-switch-image-content__title {
  margin-top: 50px;
  margin-bottom: 10px;
}

.article-switch-image-content__text {
  margin-bottom: 50px;
}

.article-switch-image-content__btn {
  background-color: #ffd653;
  color: #000;
  font-weight: normal;
}

.article-switch-image-content__btn:hover {
  background-color: #ffd653;
}

.article-switch-image-content__image {
  display: block;
  background-color: #e4e4e4;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-switch-image-content__image video {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .article-switch-image-content .article-switch-image-content__content {
    background: none;
    border-radius: none;
    width: auto;
  }
  .article-switch-image-content .article-switch-image-content__title {
    display: none;
  }
  .article-switch-image-content .article-switch-image-content__text {
    display: none;
  }
}

.bedrijvenindekijker {
  position: relative;
  padding: 142px 80px 100px;
}

.bedrijvenindekijker:after {
  content: "";
  position: absolute;
  display: block;
  top: -168px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/symbols/pattern-background.png);
  background-position: top center;
}

.bedrijvenindekijker__title {
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -0.1px;
  text-align: center;
  margin-bottom: 30px;
  display: none;
}

.bedrijvenindekijker__companies {
  display: none;
}

.bedrijvenindekijker__company {
  position: relative;
  display: block;
  height: 90px;
  margin-right: 50px;
}

.bedrijvenindekijker__company img {
  display: block;
  width: 150px;
  height: 100%;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.bedrijvenindekijker__company:first-of-type {
  padding-left: 80px;
}

.bedrijvenindekijker__company:first-of-type::after {
  left: 80px;
}

.bedrijvenindekijker__company:last-of-type {
  padding-right: 80px;
}

.bedrijvenindekijker__company:last-of-type::after {
  right: 80px;
}

.bedrijvenindekijker__company:hover img {
  -webkit-filter: saturate(1);
          filter: saturate(1);
}

.bedrijvenindekijker__company:hover::after {
  opacity: 0;
}

@media only screen and (max-width: 820px) {
  .bedrijvenindekijker {
    display: none;
  }
}

.article-switch-links {
  margin: 0 auto;
  padding-left: 80px;
  max-width: 1440px;
}

.article-switch-links::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 102vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.article-switch-links--green {
  background-color: #80a43b;
}

.article-switch-links--green::after {
  background-color: #80a43b;
}

.article-switch-links--beige-gradiant::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(rgba(232, 224, 205, 0.6)));
  background: linear-gradient(180deg, #fefefe 0%, rgba(232, 224, 205, 0.6) 100%);
}

.article-switch-links__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}

.article-switch-links__articles-holder {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 50px;
  min-height: 400px;
}

.article-switch-links__header {
  display: none;
  margin-bottom: 40px;
  max-width: 360px;
}

.article-switch-links--show-title .article-switch-links__header {
  display: block;
}

.article-switch-links__extra-link {
  position: absolute;
  margin-top: 120px;
  right: 80px;
  top: 200px;
}

.article-switch-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.article-switch-link__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.article-switch-link__content li {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 30px;
}

.article-switch-link__content li:last-of-type {
  margin-right: 0;
}

.article-switch-link__link {
  position: absolute;
  z-index: 10;
  display: block;
  height: 200px;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #e4e4e4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-position: center center;
}

.article-switch-link__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0001)), color-stop(5.21%, rgba(0, 0, 0, 0.00392157)), color-stop(10.58%, rgba(0, 0, 0, 0.0196078)), color-stop(16.07%, rgba(0, 0, 0, 0.0431373)), color-stop(21.64%, rgba(0, 0, 0, 0.0745098)), color-stop(27.27%, rgba(0, 0, 0, 0.113725)), color-stop(32.92%, rgba(0, 0, 0, 0.156863)), color-stop(38.56%, rgba(0, 0, 0, 0.203922)), color-stop(44.15%, rgba(0, 0, 0, 0.258824)), color-stop(49.66%, rgba(0, 0, 0, 0.317647)), color-stop(55.05%, rgba(0, 0, 0, 0.376471)), color-stop(60.31%, rgba(0, 0, 0, 0.439216)), color-stop(65.38%, rgba(0, 0, 0, 0.501961)), color-stop(70.23%, rgba(0, 0, 0, 0.560784)), color-stop(74.84%, rgba(0, 0, 0, 0.623529)), color-stop(79.17%, rgba(0, 0, 0, 0.682353)), color-stop(83.19%, rgba(0, 0, 0, 0.741176)), color-stop(86.85%, rgba(0, 0, 0, 0.796078)), color-stop(90.14%, rgba(0, 0, 0, 0.843137)), color-stop(93.01%, rgba(0, 0, 0, 0.886275)), color-stop(95.44%, rgba(0, 0, 0, 0.92549)), color-stop(97.38%, rgba(0, 0, 0, 0.956863)), color-stop(98.82%, rgba(0, 0, 0, 0.980392)), color-stop(99.7%, rgba(0, 0, 0, 0.996078)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.00392157) 5.21%, rgba(0, 0, 0, 0.0196078) 10.58%, rgba(0, 0, 0, 0.0431373) 16.07%, rgba(0, 0, 0, 0.0745098) 21.64%, rgba(0, 0, 0, 0.113725) 27.27%, rgba(0, 0, 0, 0.156863) 32.92%, rgba(0, 0, 0, 0.203922) 38.56%, rgba(0, 0, 0, 0.258824) 44.15%, rgba(0, 0, 0, 0.317647) 49.66%, rgba(0, 0, 0, 0.376471) 55.05%, rgba(0, 0, 0, 0.439216) 60.31%, rgba(0, 0, 0, 0.501961) 65.38%, rgba(0, 0, 0, 0.560784) 70.23%, rgba(0, 0, 0, 0.623529) 74.84%, rgba(0, 0, 0, 0.682353) 79.17%, rgba(0, 0, 0, 0.741176) 83.19%, rgba(0, 0, 0, 0.796078) 86.85%, rgba(0, 0, 0, 0.843137) 90.14%, rgba(0, 0, 0, 0.886275) 93.01%, rgba(0, 0, 0, 0.92549) 95.44%, rgba(0, 0, 0, 0.956863) 97.38%, rgba(0, 0, 0, 0.980392) 98.82%, rgba(0, 0, 0, 0.996078) 99.7%, #000000 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.article-switch-link__link span {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-family: "Circular Std", sans-serif;
  font-size: 21px;
  line-height: normal;
  letter-spacing: normal;
  bottom: 20px;
  right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.article-switch-link__link span svg {
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.article-switch-link__link:hover {
  height: 380px;
  border-radius: 27px;
}

.article-switch-link__link:hover::after {
  opacity: 0;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}

.article-switch-link__link:hover span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background-color: #000;
  right: 30px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.article-switch-link__link:hover span svg {
  display: block;
  margin-left: 20px;
}

.article-switch-link .dropdown-filter {
  position: absolute;
  margin-top: 120px;
  right: 80px;
  top: 100%;
}

.article-switch-link--green .article-switch-link__link span {
  color: #fff;
}

.article-switch-link--green .article-switch-link__link:hover span {
  background-color: #253505;
}

.jobsfor {
  margin-top: 50px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 820px) {
  .jobsfor {
    display: none;
  }
}

.image-fan {
  position: relative;
  height: 50vw;
  max-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-fan::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 102vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 640px) {
  .image-fan {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.image-fan__header {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}

.image-fan__header .h1 {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .image-fan__header {
    display: none;
  }
}

.image-fan__images {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .image-fan__images {
    position: static;
  }
}

.image-fan__image {
  position: absolute;
  width: 40%;
}

.image-fan__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.40625%;
}

.image-fan__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #e4e4e4;
}

.image-fan__image:nth-of-type(1) {
  z-index: 3;
  left: 10%;
  bottom: 10%;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

.image-fan__image:nth-of-type(2) {
  z-index: 2;
  top: 35%;
  left: 30%;
  -webkit-transform: translateY(-50%) rotate(8deg);
          transform: translateY(-50%) rotate(8deg);
}

.image-fan__image:nth-of-type(3) {
  z-index: 1;
  top: -5%;
  right: 10%;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

@media only screen and (max-width: 640px) {
  .image-fan__image {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 80%;
    height: 220px;
    -webkit-transform: none;
            transform: none;
    padding-left: 30px;
  }
  .image-fan__image::before {
    display: none;
  }
  .image-fan__image img {
    position: static;
  }
  .image-fan__image:nth-of-type(1), .image-fan__image:nth-of-type(2), .image-fan__image:nth-of-type(3) {
    -webkit-transform: none;
            transform: none;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }
}

.image-fan--green {
  background-color: #80a43b;
}

.image-fan--green::after {
  background-color: #80a43b;
}

.image-fan--green .image-fan__header .h1 {
  color: #fff;
}

.text-section {
  position: relative;
  max-width: 700px;
}

.text-section::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 102vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.text-section--green-dark::after {
  background-color: #253505;
}

.text-section--green-dark .text-section__title {
  color: #fff;
}

.text-section--green-dark .text-section__text p {
  color: #a4a4a4;
}

.text-section--green::after {
  background-color: #80a43b;
}

.text-section--green .text-section__title {
  color: #253505;
}

.text-section--green .text-section__text p {
  color: #fff;
}

.text-section__title {
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
  .text-section__title {
    text-align: left;
  }
}

.text-section__text {
  margin: 0;
}

.text-section__text p {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .text-section__text p {
    text-align: left;
  }
}

.text-section__text p:last-of-type {
  margin: 0;
}

.full-width-banner {
  position: relative;
}

.full-width-banner__header {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (max-width: 640px) {
  .full-width-banner__header {
    display: none;
  }
}

.full-width-banner__title {
  display: inline-block;
  background-color: #ffd653;
  color: #000;
  padding: 18px 25px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
}

.full-width-banner__sub-title {
  color: #fff;
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  margin-left: 25px;
}

.full-width-banner__content {
  position: relative;
}

.full-width-banner__content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.08333333%;
}

.full-width-banner__content .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width-banner__content .full-width-banner__content-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.full-width-banner--blue .full-width-banner__title {
  background-color: #192f6a;
  color: #fff;
}

.text-columns {
  max-width: 1200px;
}

@media only screen and (max-width: 640px) {
  .text-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .text-columns--green .text-columns__columns {
    background-color: #80a43b;
  }
}

.text-columns__header {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .text-columns__header {
    padding: 0 30px;
    margin-bottom: 35px;
  }
}

.text-columns__title {
  margin-bottom: 35px;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .text-columns__title {
    margin-bottom: 15px;
    text-align: left;
  }
}

.text-columns__sub-title {
  color: #000;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .text-columns__sub-title {
    text-align: left;
  }
}

.text-columns__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .text-columns__columns {
    padding: 35px 0;
  }
  .text-columns__columns .flickity-viewport {
    width: 100%;
  }
}

.text-column {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}

@media only screen and (max-width: 640px) {
  .text-column {
    width: 70vw;
    padding: 0 30px;
    text-align: left;
  }
  .text-column--green .text-column__title {
    color: #fff;
  }
  .text-column--green .text-column__img svg path {
    fill: #fff;
  }
  .text-column--green .text-column__p {
    color: #fff;
  }
}

.text-column__header {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .text-column__header {
    margin-bottom: 10px;
  }
}

.text-column__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  height: 64px;
  margin-bottom: 20px;
}

.text-column__img svg {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .text-column__img {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-column__img svg {
    width: auto;
  }
}

.text-column__p {
  margin: 0;
}

.full-width-slider {
  position: relative;
}

.full-width-slider--green-dark {
  background-color: #253505;
}

.full-width-slider--green-dark .full-width-slider__slide::after {
  background-color: #253505;
}

.full-width-slider--green-dark .full-width-slider__btn svg path {
  fill: #fff;
}

.full-width-slider--green-dark .full-width-slider__progress {
  background-color: rgba(255, 255, 255, 0.5);
}

.full-width-slider--green-dark .full-width-slider__progress .bar {
  background-color: #fff;
}

.full-width-slider--green-dark .full-width-slider__current {
  color: #fff;
}

.full-width-slider--green-dark .full-width-slider__total {
  color: rgba(255, 255, 255, 0.5);
}

.full-width-slider__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1280px;
  padding: 0 20px;
}

@media only screen and (max-width: 1440px) {
  .full-width-slider__slide {
    width: calc(100% - 160px);
  }
}

@media only screen and (max-width: 640px) {
  .full-width-slider__slide {
    width: calc(100% - 40px);
    padding: 0 10px;
  }
}

.full-width-slider__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.full-width-slider__slide.is-selected::after {
  opacity: 0;
}

.full-width-slider__slide img {
  background-color: #e4e4e4;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  height: 550px;
}

@media only screen and (max-width: 640px) {
  .full-width-slider__slide img {
    height: 220px;
  }
}

.full-width-slider__content {
  position: absolute;
  top: 550px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
  width: 1280px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}

@media only screen and (max-width: 1440px) {
  .full-width-slider__content {
    width: calc(100% - 160px);
  }
}

@media only screen and (max-width: 640px) {
  .full-width-slider__content {
    top: 220px;
    width: 100%;
    padding: 0 30px;
    gap: 0;
  }
}

.full-width-slider__btns {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
  .full-width-slider__btns {
    display: none;
  }
}

.full-width-slider__btn {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.full-width-slider__btn-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.full-width-slider__progress {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  margin-top: 20px;
  height: 1px;
}

.full-width-slider__progress .bar {
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

@media only screen and (max-width: 640px) {
  .full-width-slider__progress {
    margin-top: 40px;
  }
}

.full-width-slider__counter {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .full-width-slider__counter {
    display: none;
  }
}

.full-width-slider__total::before {
  content: "/";
}

.full-width-slider-width-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.full-width-slider-width-content--green-dark {
  background-color: #253505;
}

.full-width-slider-width-content--green-dark .full-width-slider-width-content__title {
  color: #fff;
}

.full-width-slider-width-content--green-dark .full-width-slider-width-content__subtitle {
  color: #fff;
}

.full-width-slider-width-content--green-dark .full-width-slider-width-content__text {
  color: #fff;
}

.full-width-slider-width-content--green-dark .full-width-slider-width-content__link {
  color: #253505;
}

.full-width-slider-width-content--green-dark .full-width-slider-width-content__link svg path {
  fill: #253505;
}

.full-width-slider-width-content__content {
  margin-top: 107px;
  display: grid;
  grid-template-columns: 1fr 375px;
  grid-template-rows: repeat(2, auto);
  gap: 40px;
}

@media only screen and (max-width: 640px) {
  .full-width-slider-width-content__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 35px;
  }
}

.full-width-slider-width-content__header {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

@media only screen and (max-width: 640px) {
  .full-width-slider-width-content__header {
    margin-bottom: 15px;
  }
}

.full-width-slider-width-content__title {
  margin-bottom: 4px;
}

@media only screen and (max-width: 640px) {
  .full-width-slider-width-content__title {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .full-width-slider-width-content__subtitle {
    display: none;
  }
}

.full-width-slider-width-content__text {
  grid-column: 2 / 3;
  grid-row: 1 / -1;
}

@media only screen and (max-width: 640px) {
  .full-width-slider-width-content__text {
    margin-bottom: 30px;
  }
}

.full-width-slider-width-content__link {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  justify-self: flex-start;
}

@media only screen and (max-width: 640px) {
  .full-width-slider-width-content__link {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.column-article-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column-article-switcher__options-holder {
  width: 34vw;
  padding-left: 80px;
}

.column-article-switcher__articles-holder {
  width: 66vw;
}

@media only screen and (max-width: 1295px) {
  .column-article-switcher .column-article-switcher__options-holder {
    display: none;
  }
  .column-article-switcher .column-article-switcher__articles-holder {
    width: 100%;
    padding-left: 80px;
  }
}

@media only screen and (max-width: 820px) {
  .column-article-switcher .column-article-switcher__articles-holder {
    padding-left: 0;
  }
}

.column-article-switcher--green {
  background-color: #80a43b;
}

.column-article-switcher--green .article-switch__option {
  color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.column-article-switcher--green .article-switch__option.active, .column-article-switcher--green .article-switch__option:hover {
  color: #fff;
  border-color: #fff;
}

.column-article-switcher--green .article-switch__option.inactive {
  color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.column-article {
  width: 22vw;
  padding-left: 30px;
}

.column-article__header {
  position: relative;
  height: 200px;
  width: 100%;
  background-color: #e4e4e4;
}

.column-article__header .label {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.column-article__content {
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.column-article.is-selected .column-article__content {
  opacity: 1;
}

@media only screen and (max-width: 1295px) {
  .column-article {
    width: 33.33%;
  }
}

@media only screen and (max-width: 820px) {
  .column-article {
    width: 100%;
    padding: 0 30px;
  }
  .column-article .column-article__content {
    opacity: 1;
  }
}

.column-article--green .column-article__header .label {
  color: #fff;
}

.column-article--green .column-article__content p {
  color: #fff;
}

.button-black, body.companyreject.action > main > main a,
body.companyactivate > main > main a,
body.newpassword.action > main > main a,
body.passwordforgot.action > main > main a,
body.schoolactivate > main > main a,
body.schoolreject.action > main > main a,
body.userreject.action > main > main a,
body.useractivate > main > main a,
body.vacancyactivate > main > main a,
body.vacancyreject.action > main > main a {
  display: block;
  width: 100%;
  margin: 3rem 0 0 0;
  padding: 1.5rem 2rem;
  background-color: #000000;
  border: none;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 32.3px;
}

.button-black:hover, body.companyreject.action > main > main a:hover,
body.companyactivate > main > main a:hover,
body.newpassword.action > main > main a:hover,
body.passwordforgot.action > main > main a:hover,
body.schoolactivate > main > main a:hover,
body.schoolreject.action > main > main a:hover,
body.userreject.action > main > main a:hover,
body.useractivate > main > main a:hover,
body.vacancyactivate > main > main a:hover,
body.vacancyreject.action > main > main a:hover {
  background-color: #df4e46;
}

.btn-text, .btn, #homesearch .inputs-wrapper button[type="submit"], .mapboxgl-popup-content a {
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: normal;
}

.btn, #homesearch .inputs-wrapper button[type="submit"], .mapboxgl-popup-content a {
  padding: 26px 30px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  background-color: #000;
  color: #fff;
}

.btn .marginLeft, #homesearch .inputs-wrapper button[type="submit"] .marginLeft, .mapboxgl-popup-content a .marginLeft {
  margin-left: 5px;
}

.btn .marginRight, #homesearch .inputs-wrapper button[type="submit"] .marginRight, .mapboxgl-popup-content a .marginRight {
  margin-right: 5px;
}

.btn svg, #homesearch .inputs-wrapper button[type="submit"] svg, .mapboxgl-popup-content a svg,
.btn svg path,
#homesearch .inputs-wrapper button[type="submit"] svg path,
.mapboxgl-popup-content a svg path {
  -webkit-transition: fill 150ms ease, stroke 150ms ease;
  transition: fill 150ms ease, stroke 150ms ease;
}

.btn--small {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.btn--arrow svg {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  margin-left: 16px;
}

.btn--arrow:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.btn--svg-left svg {
  margin-right: 10px;
}

.btn--svg-right svg {
  margin-left: 10px;
}

.btn--red {
  background-color: #df4e46;
  color: #fff;
}

.btn--red svg,
.btn--red svg path {
  fill: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .btn--red:hover {
    color: #000;
    background-color: #df4e46;
  }
}

@media only screen and (max-width: 640px) {
  .btn--red {
    font-size: 16px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover, #homesearch .inputs-wrapper button:hover[type="submit"], .mapboxgl-popup-content a:hover {
    background-color: #000;
    color: #808080;
  }
}

.btn--black, .btn--black-svg-fill, .btn--black-svg-stroke, .btn--black-svg {
  background-color: #000;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .btn--black:hover, .btn--black-svg-fill:hover, .btn--black-svg-stroke:hover, .btn--black-svg:hover {
    background-color: #000;
    color: #808080;
  }
}

.btn--black-svg-fill svg,
.btn--black-svg-fill svg path,
.btn--black-svg-fill svg g,
.btn--black-svg-fill svg polygon {
  fill: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--black-svg-fill:hover svg,
  .btn--black-svg-fill:hover svg path,
  .btn--black-svg-fill:hover svg g,
  .btn--black-svg-fill:hover svg polygon {
    fill: #808080 !important;
  }
}

.btn--black-svg-stroke svg,
.btn--black-svg-stroke svg path,
.btn--black-svg-stroke svg g,
.btn--black-svg-stroke svg polygon {
  stroke: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--black-svg-stroke:hover svg,
  .btn--black-svg-stroke:hover svg path,
  .btn--black-svg-stroke:hover svg g,
  .btn--black-svg-stroke:hover svg polygon {
    stroke: #808080 !important;
  }
}

.btn--black-svg svg,
.btn--black-svg svg path,
.btn--black-svg svg g,
.btn--black-svg svg polygon {
  stroke: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--black-svg:hover svg,
  .btn--black-svg:hover svg path,
  .btn--black-svg:hover svg g,
  .btn--black-svg:hover svg polygon {
    stroke: #808080 !important;
  }
}

.btn--red, .btn--red-svg-fill, .btn--red-svg-stroke, .btn--red-svg {
  background-color: #df4e46;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .btn--red:hover, .btn--red-svg-fill:hover, .btn--red-svg-stroke:hover, .btn--red-svg:hover {
    background-color: #df4e46;
    color: #000;
  }
}

.btn--red-svg-fill svg,
.btn--red-svg-fill svg path,
.btn--red-svg-fill svg g,
.btn--red-svg-fill svg polygon {
  fill: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--red-svg-fill:hover svg,
  .btn--red-svg-fill:hover svg path,
  .btn--red-svg-fill:hover svg g,
  .btn--red-svg-fill:hover svg polygon {
    fill: #000 !important;
  }
}

.btn--red-svg-stroke svg,
.btn--red-svg-stroke svg path,
.btn--red-svg-stroke svg g,
.btn--red-svg-stroke svg polygon {
  stroke: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--red-svg-stroke:hover svg,
  .btn--red-svg-stroke:hover svg path,
  .btn--red-svg-stroke:hover svg g,
  .btn--red-svg-stroke:hover svg polygon {
    stroke: #000 !important;
  }
}

.btn--red-svg svg,
.btn--red-svg svg path,
.btn--red-svg svg g,
.btn--red-svg svg polygon {
  stroke: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--red-svg:hover svg,
  .btn--red-svg:hover svg path,
  .btn--red-svg:hover svg g,
  .btn--red-svg:hover svg polygon {
    stroke: #000 !important;
  }
}

.btn--blue, .btn--blue-svg-fill, .btn--blue-svg-stroke, .btn--blue-svg {
  background-color: #192f6a;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .btn--blue:hover, .btn--blue-svg-fill:hover, .btn--blue-svg-stroke:hover, .btn--blue-svg:hover {
    background-color: #df4e46;
    color: #fff;
  }
}

.btn--blue-svg-fill svg,
.btn--blue-svg-fill svg path,
.btn--blue-svg-fill svg g,
.btn--blue-svg-fill svg polygon {
  fill: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--blue-svg-fill:hover svg,
  .btn--blue-svg-fill:hover svg path,
  .btn--blue-svg-fill:hover svg g,
  .btn--blue-svg-fill:hover svg polygon {
    fill: #fff !important;
  }
}

.btn--blue-svg-stroke svg,
.btn--blue-svg-stroke svg path,
.btn--blue-svg-stroke svg g,
.btn--blue-svg-stroke svg polygon {
  stroke: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--blue-svg-stroke:hover svg,
  .btn--blue-svg-stroke:hover svg path,
  .btn--blue-svg-stroke:hover svg g,
  .btn--blue-svg-stroke:hover svg polygon {
    stroke: #fff !important;
  }
}

.btn--blue-svg svg,
.btn--blue-svg svg path,
.btn--blue-svg svg g,
.btn--blue-svg svg polygon {
  stroke: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--blue-svg:hover svg,
  .btn--blue-svg:hover svg path,
  .btn--blue-svg:hover svg g,
  .btn--blue-svg:hover svg polygon {
    stroke: #fff !important;
  }
}

.btn--yellow, #homesearch .inputs-wrapper button[type="submit"], .btn--yellow-svg-fill, .btn--yellow-svg-stroke, .btn--yellow-svg {
  background-color: #ffd653;
  color: #000;
}

@media (hover: hover) and (pointer: fine) {
  .btn--yellow:hover, #homesearch .inputs-wrapper button:hover[type="submit"], .btn--yellow-svg-fill:hover, .btn--yellow-svg-stroke:hover, .btn--yellow-svg:hover {
    background-color: #df4e46;
    color: #fff;
  }
}

.btn--yellow-svg-fill svg,
.btn--yellow-svg-fill svg path,
.btn--yellow-svg-fill svg g,
.btn--yellow-svg-fill svg polygon {
  fill: #000 !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--yellow-svg-fill:hover svg,
  .btn--yellow-svg-fill:hover svg path,
  .btn--yellow-svg-fill:hover svg g,
  .btn--yellow-svg-fill:hover svg polygon {
    fill: #fff !important;
  }
}

.btn--yellow-svg-stroke svg,
.btn--yellow-svg-stroke svg path,
.btn--yellow-svg-stroke svg g,
.btn--yellow-svg-stroke svg polygon {
  stroke: #000 !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--yellow-svg-stroke:hover svg,
  .btn--yellow-svg-stroke:hover svg path,
  .btn--yellow-svg-stroke:hover svg g,
  .btn--yellow-svg-stroke:hover svg polygon {
    stroke: #fff !important;
  }
}

.btn--yellow-svg svg,
.btn--yellow-svg svg path,
.btn--yellow-svg svg g,
.btn--yellow-svg svg polygon {
  stroke: #000 !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--yellow-svg:hover svg,
  .btn--yellow-svg:hover svg path,
  .btn--yellow-svg:hover svg g,
  .btn--yellow-svg:hover svg polygon {
    stroke: #fff !important;
  }
}

.btn--white, .btn--white-svg-fill, .btn--white-svg-stroke, .btn--white-svg {
  background-color: #fff;
  color: #000;
}

@media (hover: hover) and (pointer: fine) {
  .btn--white:hover, .btn--white-svg-fill:hover, .btn--white-svg-stroke:hover, .btn--white-svg:hover {
    background-color: #df4e46;
    color: #fff;
  }
}

.btn--white-svg-fill svg,
.btn--white-svg-fill svg path,
.btn--white-svg-fill svg g,
.btn--white-svg-fill svg polygon {
  fill: #000 !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--white-svg-fill:hover svg,
  .btn--white-svg-fill:hover svg path,
  .btn--white-svg-fill:hover svg g,
  .btn--white-svg-fill:hover svg polygon {
    fill: #fff !important;
  }
}

.btn--white-svg-stroke svg,
.btn--white-svg-stroke svg path,
.btn--white-svg-stroke svg g,
.btn--white-svg-stroke svg polygon {
  stroke: #000 !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--white-svg-stroke:hover svg,
  .btn--white-svg-stroke:hover svg path,
  .btn--white-svg-stroke:hover svg g,
  .btn--white-svg-stroke:hover svg polygon {
    stroke: #fff !important;
  }
}

.btn--white-svg svg,
.btn--white-svg svg path,
.btn--white-svg svg g,
.btn--white-svg svg polygon {
  stroke: #000 !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn--white-svg:hover svg,
  .btn--white-svg:hover svg path,
  .btn--white-svg:hover svg g,
  .btn--white-svg:hover svg polygon {
    stroke: #fff !important;
  }
}

@media only screen and (max-width: 820px) {
  .btn, #homesearch .inputs-wrapper button[type="submit"], .mapboxgl-popup-content a {
    padding: 18px;
  }
}

.subnav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Circular Air", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: normal;
  position: relative;
}

.subnav-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 0;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.subnav-link svg {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.subnav-link--down-arrow svg {
  display: block;
  margin-left: 10px;
}

.subnav-link--down-arrow::after {
  width: calc(100% - 21px);
}

.subnav-link.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.subnav-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-btn {
  padding: 34px 40px;
  background-color: #000;
  color: #fff;
}

.menu-btn .svg {
  margin-left: 20px;
  display: block;
  width: 32px;
  height: 21px;
}

.menu-btn .svg svg {
  width: 100%;
  height: 100%;
}

.menu-btn .svg svg:last-of-type {
  display: none;
}

@media only screen and (max-width: 1295px) {
  .menu-btn {
    padding: 18px;
  }
  .menu-btn span:first-of-type {
    display: none;
  }
  .menu-btn .svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}

.menu-btn.open .svg svg:first-of-type {
  display: none;
}

.menu-btn.open .svg svg:last-of-type {
  display: block;
}

.error {
  color: #df4e46;
  width: 100%;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header-black-background, body.companyreject.action > main > header,
body.companyactivate > main > header,
body.newpassword.action > main > header,
body.passwordforgot.action > main > header,
body.schoolactivate > main > header,
body.schoolreject.action > main > header,
body.userreject.action > main > header,
body.useractivate > main > header,
body.vacancyactivate > main > header,
body.vacancyreject.action > main > header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.input-form {
  display: block;
  width: 100%;
  height: 78px;
  padding: 0 2rem;
  border: 1px solid #e6e6e6;
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #c1c1c1;
  letter-spacing: 0;
  line-height: 25px;
}

.input-form.has-error {
  border-color: #df4e46;
  color: #df4e46;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.input label {
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: normal;
  margin-bottom: 10px;
}

.input input,
.input select {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.2px;
  border-radius: 100px;
  border: solid 1px #fff;
  padding: 18px 30px;
}

.input input:focus::-webkit-input-placeholder,
.input input:focus::-webkit-input-placeholder,
.input input:focus:-moz-placeholder,
.input input:focus::-moz-placeholder,
.input input:focus:-ms-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
}

.input input:focus::placeholder,
.input input:focus::-webkit-input-placeholder,
.input input:focus:-moz-placeholder,
.input input:focus::-moz-placeholder,
.input input:focus:-ms-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
}

.input select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input .has-icon {
  position: relative;
}

.input .has-icon select {
  padding-right: 50px;
}

.input svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input svg path {
  fill: #fff;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.checkbox input {
  display: none;
}

.checkbox .span, .checkbox .vote-form__input label, .vote-form__input .checkbox label, .checkbox .vote-form__input input, .vote-form__input .checkbox input, .checkbox .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .label, .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .checkbox .label, .checkbox .vacancies-mobile-filter__filter-close {
  margin-left: 15px;
}

.checkbox .checkmark {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
  border-radius: 4px;
}

.checkbox .checkmark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.checkbox input:checked ~ .checkmark::after {
  background-color: #000;
}

.label-form {
  display: block;
  width: 100%;
  margin: 1.875rem 0 1rem;
  color: #1b1b1b;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
}

.main-gray, body.companyreject.action > main,
body.companyactivate > main,
body.newpassword.action > main,
body.passwordforgot.action > main,
body.schoolactivate > main,
body.schoolreject.action > main,
body.userreject.action > main,
body.useractivate > main,
body.vacancyactivate > main,
body.vacancyreject.action > main {
  width: 96%;
  min-height: 600px;
  margin: 0 auto;
  background-color: #f7f7f7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-form {
  width: 90%;
  max-width: 510px;
  padding: 5rem 0;
}

@media only screen and (min-width: 640px) {
  .main-form {
    padding: 10rem 0;
  }
}

.main-confirmation-header, body.companyreject.action > main > main,
body.companyactivate > main > main,
body.newpassword.action > main > main,
body.passwordforgot.action > main > main,
body.schoolactivate > main > main,
body.schoolreject.action > main > main,
body.userreject.action > main > main,
body.useractivate > main > main,
body.vacancyactivate > main > main,
body.vacancyreject.action > main > main {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.main-confirmation-header h1, body.companyreject.action > main > main h1, body.companyactivate > main > main h1, body.newpassword.action > main > main h1, body.passwordforgot.action > main > main h1, body.schoolactivate > main > main h1, body.schoolreject.action > main > main h1, body.userreject.action > main > main h1, body.useractivate > main > main h1, body.vacancyactivate > main > main h1, body.vacancyreject.action > main > main h1 {
  text-align: center;
}

div.popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

div.popup.show-popup {
  opacity: 1;
  z-index: 150;
  pointer-events: initial;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

div.popup section.popup-ie {
  width: 100%;
  max-width: 500px;
}

div.popup section.popup-ie .container {
  background-color: #ffffff;
}

div.popup section.popup-ie h2 {
  padding: 0 70px 0 30px;
  background-color: #df4e46;
}

@media only screen and (min-width: 650px) {
  div.popup section.popup-ie h2 {
    padding: 0 100px 0 30px;
  }
}

div.popup section.popup-ie h2:after {
  display: none;
}

div.popup section.popup-ie h3 {
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: initial;
}

@media only screen and (min-width: 650px) {
  div.popup section.popup-ie h3 {
    font-size: 21px;
    line-height: 26px;
  }
}

div.popup section.popup-ie p.subtitle {
  display: inline-block;
  margin: 0;
  padding: 15px 25px;
  background-color: #000000;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  font-size: 10.5px;
  font-weight: bold;
  letter-spacing: 0.98px;
  line-height: 12px;
  text-transform: uppercase;
}

div.popup section.popup-ie p {
  margin: 0;
}

div.popup section.popup-ie a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
  color: #df4e46;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
}

div.popup section.popup-ie a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

div.popup section.popup-ie a:after {
  content: '';
  display: block;
  width: 11px;
  margin: 0 0 0 10px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

div.popup section.popup-ie main {
  padding: 25px;
}

@media only screen and (min-width: 650px) {
  div.popup section.popup-ie main {
    padding: 30px 50px;
  }
}

div.popup section.popup-ie .content {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #f2f2f2;
}

div.popup section.popup-ie .content p {
  color: #868686;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.15px;
}

@media only screen and (min-width: 650px) {
  div.popup section.popup-ie .content p {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
  }
}

div.popup section.popup-ie .links {
  padding: 25px 0 0 0;
}

div.popup section.popup-ie p.close {
  width: 80%;
  cursor: pointer;
  margin: 15px auto;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  text-decoration: underline;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

div.popup section.popup-ie p.close:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 650px) {
  div.popup section.popup-ie p.close {
    width: 90%;
    font-size: 16px;
  }
}

.lang-select {
  position: relative;
  margin: 0 40px 0 75px;
  text-transform: uppercase;
}

.lang-select a {
  color: #9a9a9a;
}

.lang-select__btn {
  padding: 10px;
}

.lang-select__btn svg {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.lang-select__btn.open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lang-select__selected svg {
  margin-left: 10px;
}

.lang-select__options {
  position: absolute;
  z-index: 99999;
  top: 68px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.lang-select__options a {
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
}

.lang-select__options.open {
  max-height: 100vh;
}

.lang-select__options .active {
  display: none;
}

.show-more {
  margin: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.show-more__btn {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.show-more__btn .p, .show-more__btn .vacancy-base-info p, .vacancy-base-info .show-more__btn p,
.show-more__btn .vacancy-base-info ul, .vacancy-base-info .show-more__btn ul,
.show-more__btn .vacancy-base-info li, .vacancy-base-info .show-more__btn li, .show-more__btn .vacancy-base-info__extras-item,
.show-more__btn .h3 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 0;
  color: #fff;
}

.show-more__btn .icon {
  width: 19px;
  height: 18px;
}

.show-more__btn .icon svg {
  width: 100%;
  height: 100%;
}

.show-more__btn .icon svg:last-of-type {
  display: none;
}

.show-more__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.show-more.open .show-more__btn .icon svg:first-of-type {
  display: none;
}

.show-more.open .show-more__btn .icon svg:last-of-type {
  display: block;
}

.show-more.open .show-more__content {
  max-height: 4000px;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.show-more--large .show-more__btn {
  padding: 25px 0;
}

.show-more--large .show-more__btn .icon {
  width: 26px;
  height: 25px;
}

@media only screen and (max-width: 640px) {
  .show-more--large .show-more__btn {
    padding: 12px 0;
  }
  .show-more--large .show-more__btn .icon {
    width: 13px;
    height: 12px;
  }
}

.show-more--blue {
  border-color: #e4e4e4;
}

.show-more--blue .show-more__btn .p, .show-more--blue .show-more__btn .vacancy-base-info p, .vacancy-base-info .show-more--blue .show-more__btn p,
.show-more--blue .show-more__btn .vacancy-base-info ul, .vacancy-base-info .show-more--blue .show-more__btn ul,
.show-more--blue .show-more__btn .vacancy-base-info li, .vacancy-base-info .show-more--blue .show-more__btn li, .show-more--blue .show-more__btn .vacancy-base-info__extras-item,
.show-more--blue .show-more__btn .h3 {
  color: #000;
}

.show-more--blue .show-more__btn svg path {
  stroke: #000;
}

.dropdown-filter {
  position: relative;
}

.dropdown-filter select {
  display: none;
}

.dropdown-filter__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dropdown-filter__result svg {
  margin-left: 5px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.dropdown-filter__result svg path {
  fill: #000;
}

.dropdown-filter__options {
  position: absolute;
  z-index: 5;
  margin-top: 14px;
  left: -20px;
  padding: 0 20px;
  min-width: 246px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 2px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  -webkit-box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.04);
}

.dropdown-filter__option {
  margin-bottom: 10px;
  color: #a4a4a4;
  background: none;
  text-align: left;
}

.dropdown-filter__option:first-of-type {
  margin-top: 20px;
}

.dropdown-filter__option:hover {
  color: #000;
}

.dropdown-filter__option:last-of-type {
  margin-bottom: 20px;
}

.dropdown-filter.open .dropdown-filter__result svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown-filter.open .dropdown-filter__options {
  max-height: 4000px;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.jobcard {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  display: block;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
}

.jobcard article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  height: 100%;
}

.jobcard__header {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #e4e4e4;
  width: 100%;
  overflow: hidden;
}

.jobcard__title {
  padding: 20px 20px 20px 30px;
  margin: 0;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 820px) {
  .jobcard__title {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
  }
}

.jobcard__date {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin: 0;
  padding: 20px;
  border-left: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
}

@media only screen and (max-width: 820px) {
  .jobcard__date {
    display: none;
  }
}

.jobcard__data {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 30px;
  width: 100%;
  overflow: hidden;
}

.jobcard__data p {
  margin: 0;
  margin-right: 20px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 820px) {
  .jobcard__data {
    padding-left: 18px;
  }
}

.jobcard__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jobcard__location p {
  margin-right: 0;
}

.jobcard__location svg {
  margin-right: 5px;
}

@media only screen and (max-width: 820px) {
  .jobcard__location svg {
    height: 14px;
    margin-right: 2px;
  }
}

@media only screen and (max-width: 820px) {
  .jobcard__location {
    position: relative;
  }
  .jobcard__location::before {
    position: absolute;
    content: "";
    top: 0;
    left: -9px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
  }
}

.jobcard__highlight {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background-color: #df4e46;
  border-bottom-right-radius: 22px;
}

.jobcard__highlight p {
  margin: 0;
  color: #fff;
}

@media only screen and (max-width: 820px) {
  .jobcard__highlight {
    display: none;
  }
}

@media only screen and (min-width: 820px) {
  .jobcard:hover {
    z-index: 4;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);
  }
}

.jobcard--highlight .jobcard__data {
  grid-column: 1 / 2;
}

.article-switch {
  max-width: 1440px;
  margin: 0 auto;
}

.article-switch__articles {
  position: relative;
}

.article-switch__article {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.article-switch__article.active {
  opacity: 1;
  pointer-events: all;
}

.article-switch__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 360px;
}

.article-switch__option {
  background: none;
  border: none;
  height: 60px;
  border-left: solid 1px #e4e4e4;
  color: #a4a4a4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: left;
  padding-left: 40px;
}

.article-switch__option.active, .article-switch__option:hover {
  color: #000;
  border-color: #000;
}

.article-switch__option.inactive {
  color: #a4a4a4;
  border-color: #e4e4e4;
}

.article-switch--green .article-switch__option {
  color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.article-switch--green .article-switch__option.active, .article-switch--green .article-switch__option:hover {
  color: #fff;
  border-color: #fff;
}

.article-switch--green .article-switch__option.inactive {
  color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.header-banner {
  /* main content */
  /* sub content */
  /* main btn if present */
}

.header-banner--blue .header-banner__header {
  color: #fff;
}

.header-banner--blue .header-banner__header a,
.header-banner--blue .header-banner__header p {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .header-banner--blue .header-banner__header a,
  .header-banner--blue .header-banner__header p {
    color: rgba(255, 255, 255, 0.3);
  }
  .header-banner--blue .header-banner__header a.header-banner__back-btn,
  .header-banner--blue .header-banner__header p.header-banner__back-btn {
    color: rgba(255, 255, 255, 0.3);
  }
}

.header-banner--blue .header-banner__header a svg path {
  fill: rgba(255, 255, 255, 0.3);
}

.header-banner--blue .header-banner__header::after {
  background-color: #192f6a;
}

.header-banner--blue .header-banner__title {
  color: #fff;
}

.header-banner--blue .header-banner__sub-title p::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-banner--blue .header-banner__sub-title p svg path {
  fill: #fff;
}

@media only screen and (max-width: 640px) {
  .header-banner--blue .header-banner__sub-title p svg path {
    fill: rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (max-width: 640px) {
  .header-banner--blue .header-banner__extra-info li {
    color: rgba(255, 255, 255, 0.3);
  }
}

.header-banner--blue .header-banner__extra-info li::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-banner--blue .header-banner__extra-info li svg path {
  fill: #fff;
}

@media only screen and (max-width: 640px) {
  .header-banner--blue .header-banner__extra-info li svg path {
    fill: rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (max-width: 640px) {
  .header-banner--blue .header-banner__main-btn-holder::after {
    background-color: #192f6a;
  }
}

.header-banner--green .header-banner__header {
  color: #fff;
}

.header-banner--green .header-banner__header a,
.header-banner--green .header-banner__header p {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .header-banner--green .header-banner__header a,
  .header-banner--green .header-banner__header p {
    color: rgba(255, 255, 255, 0.3);
  }
  .header-banner--green .header-banner__header a.header-banner__back-btn,
  .header-banner--green .header-banner__header p.header-banner__back-btn {
    color: rgba(255, 255, 255, 0.3);
  }
}

.header-banner--green .header-banner__header a svg path {
  fill: rgba(255, 255, 255, 0.3);
}

.header-banner--green .header-banner__header::after {
  background-color: #80a43b;
}

.header-banner--green .header-banner__title {
  color: #fff;
}

.header-banner--green .header-banner__sub-title p::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-banner--green .header-banner__sub-title p svg path {
  fill: #fff;
}

@media only screen and (max-width: 640px) {
  .header-banner--green .header-banner__sub-title p svg path {
    fill: rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (max-width: 640px) {
  .header-banner--green .header-banner__extra-info li {
    color: rgba(255, 255, 255, 0.3);
  }
}

.header-banner--green .header-banner__extra-info li::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-banner--green .header-banner__extra-info li svg path {
  fill: #fff;
}

@media only screen and (max-width: 640px) {
  .header-banner--green .header-banner__extra-info li svg path {
    fill: rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (max-width: 640px) {
  .header-banner--green .header-banner__main-btn-holder::after {
    background-color: #80a43b;
  }
}

.header-banner--red .header-banner__header {
  color: #fff;
}

.header-banner--red .header-banner__header a,
.header-banner--red .header-banner__header p {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .header-banner--red .header-banner__header a,
  .header-banner--red .header-banner__header p {
    color: rgba(255, 255, 255, 0.3);
  }
  .header-banner--red .header-banner__header a.header-banner__back-btn,
  .header-banner--red .header-banner__header p.header-banner__back-btn {
    color: rgba(255, 255, 255, 0.3);
  }
}

.header-banner--red .header-banner__header a svg path {
  fill: rgba(255, 255, 255, 0.3);
}

.header-banner--red .header-banner__header::after {
  background-color: #df4e46;
}

.header-banner--red .header-banner__title {
  color: #fff;
}

.header-banner--red .header-banner__sub-title p::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-banner--red .header-banner__sub-title p svg path {
  fill: #fff;
}

@media only screen and (max-width: 640px) {
  .header-banner--red .header-banner__sub-title p svg path {
    fill: rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (max-width: 640px) {
  .header-banner--red .header-banner__extra-info li {
    color: rgba(255, 255, 255, 0.3);
  }
}

.header-banner--red .header-banner__extra-info li::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-banner--red .header-banner__extra-info li svg path {
  fill: #fff;
}

@media only screen and (max-width: 640px) {
  .header-banner--red .header-banner__extra-info li svg path {
    fill: rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (max-width: 640px) {
  .header-banner--red .header-banner__main-btn-holder::after {
    background-color: #df4e46;
  }
}

.header-banner__header-and-btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media only screen and (max-width: 1295px) {
  .header-banner__header-and-btn {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 820px) {
  .header-banner__header-and-btn {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .header-banner__header-and-btn {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-banner__header {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  min-height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0 80px;
}

.header-banner__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  border-top-left-radius: 36px;
}

@media only screen and (max-width: 640px) {
  .header-banner__header {
    padding-left: 0;
    min-height: 142px;
    padding-bottom: 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .header-banner__header::after {
    left: -30px;
    border-radius: 0;
  }
}

.header-banner__links {
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .header-banner__links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 15px;
  }
}

.header-banner__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 640px) {
  .header-banner__breadcrumbs {
    display: none;
  }
}

.header-banner__breadcrumbs li {
  margin-right: 10px;
}

.header-banner__breadcrumbs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-banner__breadcrumbs a svg {
  margin-left: 8px;
  height: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (max-width: 640px) {
  .header-banner__back-btn {
    text-decoration: none;
    margin-top: 20px;
  }
  .header-banner__back-btn::before {
    content: "< ";
  }
}

.header-banner__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-banner__title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media only screen and (max-width: 640px) {
  .header-banner__title {
    font-family: "Circular Std", sans-serif;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.1px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .header-banner__title span {
    font-family: "Circular Std", sans-serif;
    font-weight: normal;
  }
}

.header-banner__sub-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0 50px;
}

@media only screen and (max-width: 1040px) {
  .header-banner__sub-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .header-banner__sub-content {
    margin-bottom: 0;
  }
}

.header-banner__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-banner__sub-title p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 762px;
}

.header-banner__sub-title p::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  margin: 0 12px;
}

.header-banner__sub-title p:last-of-type::after {
  display: none;
}

.header-banner__sub-title p svg {
  margin-right: 10px;
  height: 20px;
}

@media only screen and (max-width: 1040px) {
  .header-banner__sub-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5px;
  }
  .header-banner__sub-title p svg {
    height: 14px;
    margin-right: 5px;
  }
}

.header-banner__extra-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-banner__extra-info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-banner__extra-info li svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.header-banner__extra-info li::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin: 0 12px;
}

.header-banner__extra-info li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 1040px) {
  .header-banner__extra-info li::after {
    height: 14px;
  }
  .header-banner__extra-info li svg {
    height: 14px;
    width: 14px;
  }
}

.header-banner__main-btn-holder {
  width: 184px;
}

@media only screen and (max-width: 640px) {
  .header-banner__main-btn-holder {
    position: relative;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 23px;
  }
  .header-banner__main-btn-holder::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.header-banner__main-btn {
  width: 100%;
}

.header-banner__banner-img {
  margin-top: -160px;
  height: 460px;
  margin-left: 80px;
  background-size: cover;
  margin-left: 80px;
  background-color: #e4e4e4;
}

@media only screen and (max-width: 820px) {
  .header-banner__banner-img {
    height: 230px;
    margin: 0;
  }
}

.jobcard-text {
  border-radius: 22px;
  border: solid 1px #e4e4e4;
}

.jobcard-text__header {
  padding: 20px 30px;
  border-bottom: solid 1px #e4e4e4;
}

.jobcard-text__header p {
  margin: 0;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #a4a4a4;
}

.jobcard-text__title {
  margin: 0;
  margin-bottom: 10px;
}

.jobcard-text__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  margin: 0;
  list-style: none;
}

.jobcard-text__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  color: #a4a4a4;
}

.jobcard-text__info svg {
  width: 10px;
  margin-right: 10px;
}

.jobcard-text__info svg path {
  fill: #a4a4a4;
}

.home-wrapper .image-text {
  margin-bottom: 70px;
}

@media only screen and (max-width: 820px) {
  .home-wrapper .image-text {
    display: none;
  }
}

/*body.company {
  > main {
    width: 96%;
    margin: 0 auto;

    main.body {
      width: 90%;
      margin: 0 auto 6rem;
      display: flex;
      justify-content: space-between;
      flex-direction: column;

      @include MQ-min(1000px) {
        flex-direction: row;
        justify-content: space-between;
      }

      section.center {
        @include MQ-min(1000px) {
          max-width: 750px;
          margin-right: 2rem;
          flex: 1 1 auto;
        }
      }

      aside {
        width: 100%;

        @include MQ-min(1000px) {
          width: 425px;
        }

        ul.social {
          display: flex;
          list-style: none;
          margin: 1rem 0 0;
          padding: 0;

          li + li {
            margin-left: 2rem;
          }
        }

        > .container {
          background-color: #FAFAFA;
          // margin-bottom: 1.5rem;

          header {
            h3 {
              background-color: $theme-red;
              color: $theme-white;
            }
          }

          > main {
            padding: 2rem;
            display: block;

            @include MQ-min(600px) {
              display: flex;
              flex-wrap: wrap;
              .item {
                flex: 0 0 50%;
                margin-bottom: 1.5rem;
              }
            }



            @include MQ-min(1000px) {
              display: block;

              .item  {
                margin-bottom: 0;
                & + .item {
                  margin-top: 1.5rem;
                }
              }

            }

            h5 {
              text-transform: uppercase;
              margin: 0;
              font-family: $din;
              font-weight: bold;
              font-size: .625rem;
              color: #BEBEBE;
              letter-spacing: 0.98px;
            }

            p {
              margin: 0 0 1.5rem;

              font-family: $din;
              font-weight: bold;
              font-size: 18px;
              color: #1B1B1B;
              letter-spacing: -0.5px;
              line-height: 32.8px;

              &:last-child {
                margin-bottom: 0;
              }
            }
            ul{
              padding: 0rem;
              li{
                margin-bottom: 1rem;
                list-style-type: none;
                p{
                  font-size: 15px;
                  line-height: normal;
                  margin-bottom: 0rem;
                }
                small{
                  margin-top: 5px;
                  font-family: $din;
                  font-weight: bold;
                  font-size: 16px;
                  color: #BEBEBE;
                }
              }
            }
          }
        }

        > a {
          display: table;
          padding: 1.5rem 2rem;
          background-color: $theme-black;
          color: $theme-white;

          margin-bottom: 1.5rem;
          padding-left: 3.5rem;
          background-image: url(../img/symbols/external-link_white.svg);
          background-repeat: no-repeat;
          background-position: 2rem center;
          -webkit-background-size: 13px;
          background-size: 13px;

          transition: background-color .3s ease;

          &:hover {
            background-color: $theme-red;
          }
        }
      }
    }

    #map {
      height: 0;
      padding-bottom: 100%;
      @include MQ-min(540px) {
        padding-bottom: 0;
        height: 520px;
      }
    }

    input[name="relationstoggle"] {
      display: none;
    }

    section.relations {
      display: flex;

      > * {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;

        span.count {
          position: relative;
          z-index: 3;
          font-family: $din;
          font-weight: bold;
          font-size: 3rem;
          color: $theme-white;
          margin: 0;

          @include MQ-min(850px) {
            font-size: 4.5rem;
          }
        }

        p {
          position: relative;
          z-index: 3;
          font-family: $din;
          font-weight: bold;
          font-size: 1.25rem;
          color: $theme-white;
          letter-spacing: -0.8px;
          line-height: 42px;

          @include MQ-min(850px) {
            font-size: 1.5rem;
            line-height: 47.3px;
          }
        }
      }

      .vacancies {
        flex: 0 0 50%;
        cursor: pointer;
        height: 206px;
        position: relative;
        overflow: hidden;

        @include MQ-min(850px) {
          height: 406px;
        }

        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);

        transition: clip-path .3s ease;

        .visual {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-image: url(../img/vacancies_bg.jpg);
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          background-size: cover;
          background-position: center;
          z-index: 1;

          transition: transform .8s cubic-bezier(.5,0,0,1);

          background-color: $theme-red;
          filter: grayscale(1.0);


        }

        &:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: $theme-black;
          opacity: .8;
          transition: background-color .8s cubic-bezier(.5,0,0,1);
          z-index: 2;
        }

        &:hover {
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);

          .visual {
            transform: scale(1.05);
          }
        }
      }

      .profiles {
        flex: 0 0 50%;
        cursor: pointer;
        height: 206px;
        position: relative;
        overflow: hidden;

        @include MQ-min(850px) {
          height: 406px;
        }

        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);

        transition: clip-path .3s ease;

        .visual {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-image: url(../img/schools_bg.jpg);
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          background-size: cover;
          background-position: center;
          z-index: 1;

          transition: transform .8s cubic-bezier(.5,0,0,1);

          background-color: $theme-red;
          filter: grayscale(1.0);


        }

        &:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: $theme-black;
          opacity: .8;
          transition: background-color .8s cubic-bezier(.5,0,0,1);
          z-index: 2;
        }


        &:hover {
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);

          .visual {
            transform: scale(1.05);
          }
        }
      }
    }

    section.relation-content {
      padding: 3.125rem 0;

      .vacancies, .profiles{
        display: none;
        flex-wrap: wrap;

        > * {

          background-color: $theme-white !important;
          transition: background-color .3s ease;

          &:hover {
            background-color: #FDFDFD !important;
          }

          flex: 0 0 100%;
          margin-bottom: 2%;

          @include MQ-min(600px) {
            flex: 0 0 49%;
            margin-bottom: 2%;

            & + * {
              margin-left: 2%;
            }

            &:nth-child(2n + 1) {
              margin-left: 0;
            }
          }

          @include MQ-min(850px) {
            flex: 0 0 32%;
            margin-bottom: 2%;
            &:nth-child(2n + 1) {
              margin-left: 2%;
            }

            &:nth-child(3n + 1) {
              margin-left: 0;
            }
          }

          @include MQ-min(1150px) {
            flex: 0 0 23.5%;
            margin-bottom: 2%;

            &:nth-child(2n + 1) {
              margin-left: 2%;
            }

            &:nth-child(3n + 1) {
              margin-left: 2%;
            }

            &:nth-child(4n + 1) {
              margin-left: 0;
            }
          }
        }
      }
    }

    #relationstogglevacancies:checked {
      & ~ section.relations {
        .vacancies {
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);

          &:after {
            background-color: $theme-red;
          }
        }
      }

      & ~ section.relation-content {
        .vacancies {
          display: flex;
        }
      }
    }

    #relationstoggleprofiles:checked {
      & ~ section.relations {
        .profiles {
          -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);

          &:after {
            background-color: $theme-red;
          }
        }
      }

      & ~ section.relation-content {
        .profiles {
          display: flex;
        }
      }
    }
  }
}*/
.company--slide {
  display: block;
  background-color: #f9f9f9;
}

.company--slide header {
  width: 100%;
  height: calc(100vw / 2.1);
  max-height: 735px;
  position: relative;
}

.company--slide .company--slide--visual {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: calc(100vw / 2.1);
  max-height: 735px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company--slide .company--slide--visual:before {
  content: "";
  display: block;
  width: 114px;
  height: 114px;
  background-image: url("../img/symbols/play.svg");
  background-position: center;
  background-size: contain;
  position: fixed;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.company--slide .company--slide--visual:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.company--slide .company--slide--visual.active {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.company--slide .company--slide--video {
  height: 100%;
  max-height: 735px;
}

.company--slide main {
  position: relative;
  background-color: #F9F9F9;
  padding: 2.5rem;
}

.company--slide main h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #1B1B1B;
  letter-spacing: -0.58px;
  line-height: 24px;
  margin-bottom: .625rem;
}

.company--slide main > div h2 {
  display: none;
}

.company--slide main p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #181818;
  letter-spacing: 0.25px;
  line-height: 20.8px;
}

.company--slide main a {
  display: inline-block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #df4e46;
  letter-spacing: 0;
}

.company--slide main a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.company--slide main a:hover:after {
  opacity: 1;
  margin-left: 8px;
}

/*.contest-detail {
  & .header-banner {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;

    @include MQ-max($tablet-breakpoint) {
      margin-bottom: 30px;
    }
  }

  & .header-banner__sub-content {
    margin-bottom: 60px;

    @include MQ-max($tablet-breakpoint) {
      margin-bottom: 50px;
    }
  }

  @include element("banner-img") {
  }

  & .teams {
    margin-bottom: 110px;
  }
}*/
.contest-article {
  margin: 120px auto 0;
  max-width: 750px;
}

body.contest header.pageheader {
  margin: 50px auto 0;
  width: 96%;
}

body.contest .cta {
  background-color: #1d0f02;
  position: relative;
  margin: 0 auto;
  width: 96%;
}

body.contest .cta-button {
  background-color: var(--color);
  border: none;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0;
  padding: 12.5px 15px;
  margin: 20px 0 0 0;
  outline: none;
}

@media only screen and (min-width: 550px) {
  body.contest .cta-button {
    height: 69px;
    padding: 25px 30px;
    margin: 35px auto 0;
  }
}

body.contest .cta-button:hover svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.contest .cta-button svg {
  margin: 0 0 0 55px;
}

body.contest .cta-container {
  margin: 0 auto;
  max-width: 670px;
  padding: 20px 10px;
  width: 100%;
}

@media only screen and (min-width: 550px) {
  body.contest .cta-container {
    padding: 30px;
  }
}

@media only screen and (min-width: 900px) {
  body.contest .cta-container {
    width: 96%;
    padding: 70px 0;
  }
}

body.contest .cta-text {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20.9px;
  margin: 15px auto 0;
}

@media only screen and (min-width: 550px) {
  body.contest .cta-text {
    text-align: center;
    max-width: 510px;
  }
}

body.contest .cta-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
}

@media only screen and (min-width: 550px) {
  body.contest .cta-title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }
}

body.contest .information {
  margin: 25px auto 0;
  width: 96%;
}

@media only screen and (min-width: 550px) {
  body.contest .information {
    margin: 50px auto 0;
  }
}

@media only screen and (min-width: 1000px) {
  body.contest .information {
    margin: 100px auto 0;
  }
}

body.contest .information-background {
  width: 100%;
}

body.contest .information-body {
  margin: 0 0 20px 0;
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  body.contest .information-body {
    margin: 0 70px 0 0;
    max-width: 450px;
  }
}

body.contest .information-body.full {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  body.contest .information-body.full {
    max-width: 900px;
  }
}

body.contest .information-body h1,
body.contest .information-body h2,
body.contest .information-body h3,
body.contest .information-body h4 {
  color: var(--color);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 21px;
}

body.contest .information-body p {
  color: #868686;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20.9px;
  margin: 16px 0 0 0;
}

body.contest .information-close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

body.contest .information-close svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.contest .information-close:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body.contest .information-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}

@media only screen and (min-width: 1000px) {
  body.contest .information-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.contest .information-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}

body.contest .information-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.contest .information-play {
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

body.contest .information-play:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.contest .information-title {
  color: #1b1b1b;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1.33px;
  line-height: 27px;
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  body.contest .information-title {
    font-size: 48px;
    line-height: 55px;
    margin: 0 0 0 auto;
    width: calc(100% - 520px);
  }
}

body.contest .information-title.full {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

body.contest .information-title + .information-content {
  margin: 30px 0 0 0;
}

body.contest .information-video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  padding: 30px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}

@media only screen and (min-width: 900px) {
  body.contest .information-video {
    padding: 70px 140px;
  }
}

body.contest .information-video.active {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body.contest .information-visual {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

body.contest .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 0;
  max-width: 1330px;
  position: relative;
  width: calc(96% + 25px);
}

@media only screen and (min-width: 550px) {
  body.contest .products {
    margin: 100px auto 0;
  }
}

@media only screen and (min-width: 900px) {
  body.contest .products {
    margin: 140px auto 0;
    z-index: 5;
  }
}

body.contest .products-actions {
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 10px;
  position: absolute;
  z-index: 1;
}

@media only screen and (min-width: 900px) {
  body.contest .products-actions {
    bottom: 30px;
    opacity: 0;
    left: 30px;
  }
}

body.contest .products-close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

body.contest .products-close svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.contest .products-close:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body.contest .products-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}

body.contest .products-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.contest .products-like {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  margin: 0 0 0 8px;
  width: 44px;
}

body.contest .products-like:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

body.contest .products-like.active {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

body.contest .products-like.active svg path {
  fill: var(--color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.contest .products-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 250px;
  margin: 12.5px;
  position: relative;
}

@media only screen and (min-width: 550px) {
  body.contest .products-item {
    width: calc((100% / 2) - 25px);
  }
}

@media only screen and (min-width: 900px) {
  body.contest .products-item {
    height: 350px;
    width: calc((100% / 3) - 25px);
  }
}

body.contest .products-item.slider {
  background-color: var(--color);
}

body.contest .products-item.team:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
}

body.contest .products-item.team:after {
  background-color: #000000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
}

body.contest .products-item.team:hover .products-actions {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

body.contest .products-item.video {
  cursor: pointer;
}

body.contest .products-item.video:hover .products-play svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

body.contest .products-item.video:hover .products-play svg path {
  fill: #000;
}

body.contest .products-item.video:hover .products-play svg use {
  fill: #fff;
  fill-opacity: 1;
  -webkit-filter: none;
          filter: none;
}

body.contest .products-items {
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 550px) {
  body.contest .products-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0 0;
  }
}

body.contest .products-items:before {
  content: "";
  display: none;
  position: absolute;
  background-color: #fafafa;
  top: 31%;
  bottom: 31%;
  left: -20%;
  right: -20%;
}

@media only screen and (min-width: 550px) {
  body.contest .products-items:before {
    display: block;
  }
}

body.contest .products-more {
  background-color: var(--color);
  padding: 12px 25px;
}

body.contest .products-more span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}

body.contest .products-more svg {
  margin: 0 0 0 8px;
}

body.contest .products-more:hover svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.contest .products-play {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

body.contest .products-play svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.contest .products-school {
  background-color: rgba(0, 0, 0, 0.5);
  color: #e3e3e3;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.03px;
  line-height: 14px;
  margin: 0;
  padding: 15px 25px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

body.contest .products-team {
  background-color: #000000;
  color: #e3e3e3;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.03px;
  line-height: 14px;
  margin: 0;
  padding: 15px 25px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

body.contest .products-title {
  color: #1b1b1b;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.78px;
  line-height: 27px;
  margin: 0 0 0 12.5px;
}

@media only screen and (min-width: 550px) {
  body.contest .products-title {
    font-size: 28px;
    line-height: 32.8px;
  }
}

body.contest .products-video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  padding: 30px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20;
}

@media only screen and (min-width: 900px) {
  body.contest .products-video {
    padding: 70px 140px;
  }
}

body.contest .products-video.active {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body.contest .slider {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

body.contest .slider-big {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
}

@media only screen and (min-width: 900px) {
  body.contest .slider-big {
    font-size: 108px;
    line-height: 110px;
    letter-spacing: -3.6px;
  }
}

body.contest .slider-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

@media only screen and (min-width: 550px) {
  body.contest .slider-content {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 900px) {
  body.contest .slider-content {
    padding: 0 60px;
  }
}

body.contest .slider-icon {
  margin: 10px 0 0 0;
}

body.contest .slider-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 40px;
}

body.contest .slider-text {
  color: #1c0e01;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin: 10px 0 0 0;
  max-width: 280px;
  text-align: center;
}

body.contest .slider-title {
  color: #801f1a;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 1.03px;
  text-transform: uppercase;
}

body.contest .slider .slick-dots {
  position: absolute;
  bottom: 1.125rem;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.contest .slider .slick-dots li button {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #ab3832;
  outline: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  border: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

body.contest .slider .slick-dots li + li {
  margin-left: 10px;
}

body.contest .slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

@media only screen and (min-width: 900px) {
  body.contest .block--voteform {
    margin: -30px 0 0 0;
  }
}

a.contest-teaser {
  display: block;
  width: 100%;
}

a.contest-teaser header {
  width: 100%;
  height: 325px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.contest-teaser header div.logo {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

a.contest-teaser > main {
  width: 100%;
  min-height: 350px;
  padding: 40px;
  margin: 0;
  background-color: #f9f9f9;
}

a.contest-teaser > main h4 {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.58px;
}

a.contest-teaser > main p {
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.25px;
}

a.contest-teaser > main div.cta {
  display: inline-block;
  padding: 25px 30px;
  margin: 45px 0 0 0;
  background-color: #df4e46;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

a.contest-teaser > main div.cta:hover {
  background-color: #000000;
}

a.contest-teaser > main div.cta:hover svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

a.contest-teaser > main div.cta svg {
  margin: 0 0 0 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.contest-overview .header-banner {
  margin-bottom: 70px;
}

@media only screen and (max-width: 820px) {
  .contest-overview .header-banner {
    margin-bottom: 30px;
  }
}

.contest-overview .image-text {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 820px) {
  .contest-overview .image-text .image-text__content {
    background: none;
  }
  .contest-overview .image-text::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(rgba(232, 224, 205, 0.6)));
    background: linear-gradient(180deg, #fefefe 0%, rgba(232, 224, 205, 0.6) 100%);
  }
}

.contest-overview__contests-header {
  padding: 0 80px;
  max-width: 826px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 820px) {
  .contest-overview__contests-header {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

.contest-overview__contests-title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 820px) {
  .contest-overview__contests-title {
    margin-bottom: 15px;
    font-family: "Circular Std", sans-serif;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.1px;
    font-weight: normal;
  }
}

.contest-overview__contests-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin-bottom: 130px;
}

@media only screen and (max-width: 820px) {
  .contest-overview__contests-holder {
    margin-bottom: 30px;
  }
}

.contest-overview__contests-holder > * {
  width: 100%;
}

.event-teaser {
  width: 100%;
  display: block;
  background-color: #df4e46;
  margin-bottom: 2%;
}

@media only screen and (min-width: 600px) {
  .event-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1000px) {
  .event-teaser {
    width: 49%;
  }
}

.event-teaser .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem;
}

@media only screen and (min-width: 600px) {
  .event-teaser .left {
    padding: 0;
  }
}

.event-teaser .left header {
  margin-bottom: 1.5rem;
  padding-top: 38px;
  background-image: url(../img/symbols/calender_darkred.svg);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center top;
}

.event-teaser .left header p {
  /* 21 okt.: */
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: -1.13px;
  text-align: center;
  line-height: 45px;
  margin: 0;
}

.event-teaser .left main p {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .625rem;
  color: #ab3832;
  letter-spacing: 1.03px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.event-teaser .left main h4 {
  /* Food At Work live Hu: */
  font-family: "Circular Std", sans-serif;
  font-size: 1.3125rem;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  margin: 0;
  padding: 0 1rem;
}

.event-teaser .right {
  height: 285px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

.event-teaser .right .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/placeholder.jpg);
  background-color: #FFF;
}

body.event > main {
  width: 96%;
  margin: 0 auto;
}

body.event > main main.body {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 1000px) {
  body.event > main main.body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.event > main main.body section.center {
  margin-bottom: 2rem;
}

body.event > main main.body section.center img {
  width: 100%;
  height: auto;
}

body.event > main main.body section.center ul li span {
  text-align: left !important;
  font-family: "Circular Std", sans-serif !important;
  font-weight: 500;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  line-height: 20.9px;
  margin: 0;
}

body.event > main main.body section.center ul + p {
  margin-top: 1rem;
}

body.event > main main.body section.center ul + h1, body.event > main main.body section.center ul + h2, body.event > main main.body section.center ul + h3, body.event > main main.body section.center ul + h4, body.event > main main.body section.center ul + h5 {
  margin-top: 4.375rem;
}

@media only screen and (min-width: 1000px) {
  body.event > main main.body section.center {
    margin-right: 2rem;
    margin-bottom: 0;
    max-width: 750px;
  }
}

body.event > main main.body aside {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  body.event > main main.body aside {
    width: 425px;
  }
}

body.event > main main.body aside > .container {
  background-color: #FAFAFA;
}

body.event > main main.body aside > .container:last-child {
  margin-bottom: 1.5rem;
}

body.event > main main.body aside > .container + .container {
  margin-top: 1.5rem;
}

body.event > main main.body aside > .container header h3 {
  background-color: #df4e46;
  color: #ffffff;
}

body.event > main main.body aside > .container > main {
  padding: 2rem;
}

body.event > main main.body aside > .container > main h5 {
  text-transform: uppercase;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .625rem;
  color: #BEBEBE;
  letter-spacing: 0.98px;
}

body.event > main main.body aside > .container > main p {
  margin: 0 0 1.5rem;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #1B1B1B;
  letter-spacing: -0.5px;
  line-height: 32.8px;
}

body.event > main main.body aside > .container > main p:last-of-type {
  margin-bottom: 0;
}

body.event > main main.body aside > .container > main.contact > p {
  font-family: "Circular Std", sans-serif;
  font-size: 15px;
  color: #222222;
  letter-spacing: 0.2px;
  line-height: 20.9px;
  margin: 0;
}

body.event > main main.body aside > .container > main.contact > a {
  margin: 5px 0 0;
  display: block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

body.event > main main.body aside > .container > main.contact > a:hover {
  opacity: .6;
}

body.event > main main.body aside > .container > main.contact > a.tel {
  background-image: url(../img/symbols/phone_black.svg);
}

body.event > main main.body aside > .container > main.contact > a.mail {
  background-image: url(../img/symbols/mail_black.svg);
}

body.event > main main.body aside > .container.social {
  background-color: transparent;
}

body.event > main main.body aside > .container.social main {
  padding: 0;
}

body.event > main main.body aside > .container.social main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.event > main main.body aside > .container.social main a {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.event > main main.body aside > .container.social main a:hover {
  background-color: #df4e46 !important;
}

body.event > main main.body aside > .container.social main li.facebook a {
  background-color: #4460A0;
  background-image: url(../img/symbols/facebook_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}

body.event > main main.body aside > .container.social main li.linkedin a {
  background-color: #007EBB;
  background-image: url(../img/symbols/linkedin_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

body.event > main main.body aside > .container.social main li.twitter a {
  background-color: #00AAEC;
  background-image: url(../img/symbols/twitter_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

body.event > main main.body aside > a {
  display: table;
  padding: 1.5rem 2rem;
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 1.5rem;
  padding-left: 3.5rem;
  background-image: url(../img/symbols/external-link_white.svg);
  background-repeat: no-repeat;
  background-position: 2rem center;
  background-size: 13px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.event > main main.body aside > a + container {
  margin-top: 1.5rem;
}

body.event > main main.body aside > a:hover {
  background-color: #df4e46;
}

a.general-teaser {
  background-color: #FDFDFD;
  border: 1px solid #ECECEC;
  border-radius: 1px;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  word-break: break-word;
}

a.general-teaser.textual.study > h4 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10.5px;
  color: #4B4B4B;
  letter-spacing: 0.98px;
  background-color: #F9F9F9;
  padding: .925rem 1.5rem;
  margin: 0;
  display: table;
}

a.general-teaser .visual {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

a.general-teaser .visual h4 {
  margin: 0;
  display: table;
  background-color: #ffffff;
  color: #000000;
  line-height: 2.5rem;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  color: #000000;
  letter-spacing: 1.03px;
  padding: 0 1.875rem;
  -webkit-transition: color .2s ease, background .4s ease;
  transition: color .2s ease, background .4s ease;
}

a.general-teaser .visual h3 {
  background-color: rgba(0, 0, 0, 0.34);
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .75rem;
  color: #ffffff;
  letter-spacing: 1.03px;
}

a.general-teaser .body {
  padding: 2.25rem;
}

a.general-teaser .body h3 {
  margin: 0 0 .625rem;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #1B1B1B;
  letter-spacing: -0.58px;
  line-height: 24px;
}

a.general-teaser .body p {
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 20.8px;
}

a.general-teaser .body p.more {
  position: relative;
  display: table;
  color: var(--color);
  margin-top: .625rem;
  font-weight: 600;
}

a.general-teaser .body p.more:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: .875rem;
  position: absolute;
  left: calc(100% + 5px);
  bottom: 2px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: right .3s ease;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

a.general-teaser:hover .visual h4 {
  background-color: var(--color);
  color: #ffffff;
}

a.general-teaser:hover .body p.more:after {
  left: calc(100% + 8px);
}

.jobprofil--list-item header {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background-color: #F4F4F4;
  overflow: hidden;
  border-radius: 3px;
}

.jobprofil--list-item header .visual {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/placeholder.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
}

.jobprofil--list-item h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  color: #000000;
  letter-spacing: -0.67px;
  margin: 1rem 0 0;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-size: 18px;
  line-height: 21px;
}

@media only screen and (min-width: 900px) {
  .jobprofil--list-item h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.jobprofil--list-item:hover header .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.jobprofil--list-item:hover h3 {
  color: #df4e46;
}

/*
*
* This is the CSS for a story content type, I don't even know if it's called like that... I'm just doing shit
*
**/
.jobprofile {
  position: relative;
  background-image: url(../img/placeholder.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 2%;
  padding: 3.5rem 0;
  overflow: hidden;
}

.jobprofile h1 span {
  color: #fff;
}

.jobprofile.medium {
  background-image: none;
}

.jobprofile .visual {
  position: relative;
  background-image: url(../img/placeholder.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.jobprofile .visual:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.jobprofile h4 {
  color: #ffffff;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #e3e3e3;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
  width: 90%;
  max-width: 425px;
}

.jobprofile h3 {
  color: #ffffff;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 40.5px;
  margin-bottom: 30px;
  width: 90%;
  max-width: 425px;
}

.jobprofile h3.nl {
  text-transform: lowercase;
}

.jobprofile h3:first-letter {
  text-transform: uppercase;
}

.jobprofile p {
  display: inline-block;
  color: #ffffff;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0;
  width: 90%;
  max-width: 425px;
  position: relative;
}

.jobprofile p:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 0.875rem;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.jobprofile:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.jobprofile:hover .visual:after {
  opacity: 0.25;
}

.jobprofile:hover p:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.jobprofileHeader {
  margin-top: 50px;
}

.jobprofile-big {
  padding: 1.5rem;
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .jobprofile-big {
    text-align: left;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (min-width: 850px) {
  .jobprofile-big {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.jobprofile-big .visual {
  background-image: url(../img/placeholder.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.4s ease;
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), opacity 0.4s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.jobprofile-big .visual:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}

.jobprofile-big .play {
  display: none;
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 65%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (min-width: 850px) {
  .jobprofile-big .play {
    display: block;
  }
}

.jobprofile-big .play:hover {
  -webkit-transform: scale(1.05) translate(0, -50%);
          transform: scale(1.05) translate(0, -50%);
}

.jobprofile-big .play svg:last-of-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.jobprofile-big input#video {
  display: none;
}

.jobprofile-big input#video:checked + .play {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.jobprofile-big input#video:checked + .play ~ .visual {
  opacity: 0;
}

.jobprofile-big input#video:checked + .play ~ .teaser {
  opacity: 0;
}

.jobprofile-big input#video:checked + .play svg:last-of-type {
  opacity: 1;
}

.jobprofile-big video {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -2;
}

@media only screen and (min-width: 850px) {
  .jobprofile-big .right {
    position: absolute;
    left: 60%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.jobprofile-big .right:after {
  content: "";
  display: block;
  position: absolute;
  top: -5%;
  left: -5%;
  height: 110%;
  width: 110%;
  background-color: #000;
  opacity: 0.2;
  z-index: -1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 100px 100px #000;
          box-shadow: 0 0 100px 100px #000;
}

.jobprofile-big h4 {
  margin: 0 auto 10px;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #e3e3e3;
  letter-spacing: 1.1px;
  width: 90%;
  max-width: 425px;
}

@media only screen and (min-width: 640px) {
  .jobprofile-big h4 {
    margin: 0;
    margin-bottom: 10px;
  }
}

.jobprofile-big h3 {
  color: #ffffff;
  margin: 0 auto 30px;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 30px;
  max-width: 425px;
}

.jobprofile-big h3.nl {
  text-transform: lowercase;
}

.jobprofile-big h3:first-letter {
  text-transform: uppercase;
}

@media only screen and (min-width: 640px) {
  .jobprofile-big h3 {
    font-size: 2.625rem;
    line-height: 40.5px;
    margin: 0 0 30px;
    width: 90%;
  }
}

.jobprofile-big p {
  display: inline-block;
  color: #ffffff;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0;
  width: 90%;
  max-width: 425px;
  position: relative;
}

.jobprofile-big p:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 0.875rem;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.jobprofile-big:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.jobprofile-big:hover p:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.jobprofile-small {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jobprofile-small:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #000000;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.jobprofile-small .visual {
  background-image: url(../img/placeholder.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.jobprofile-small .visual:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}

.jobprofile-small h4 {
  display: table;
  text-transform: uppercase;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  color: #000000;
  letter-spacing: 1.1px;
  line-height: 43px;
  padding: 0 30px;
  background-color: #ffffff;
  margin: 0;
}

.jobprofile-small h3 {
  line-height: 43px;
  padding: 0 30px;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 1.03px;
  background-color: rgba(0, 0, 0, 0.35);
}

.jobprofile-small:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.jobprofile-small:hover:after {
  background-color: #df4e46;
}

body.profile > main {
  width: 96%;
  margin: 0 auto;
}

body.profile > main .player {
  display: none;
  position: fixed;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.profile > main .player.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.profile > main .player span.close {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 100;
}

body.profile > main .player.paused:before {
  content: "";
  display: block;
  width: 114px;
  height: 114px;
  background-image: url("../img/symbols/play.svg");
  background-position: center;
  background-size: contain;
  position: fixed;
  z-index: 10;
  cursor: pointer;
  pointer-events: none;
}

body.profile > main .player.playing:after {
  content: "";
  display: block;
  width: 114px;
  height: 114px;
  background-image: url("../img/symbols/pause.svg");
  background-position: center;
  background-size: contain;
  position: fixed;
  z-index: 10;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

body.profile > main .player.hoover:after {
  opacity: .8;
}

body.profile > main .player video {
  cursor: pointer;
  width: 100%;
}

body.profile > main .progress-wrapper {
  position: relative;
  height: 25px;
  width: 100%;
  background-color: #002835;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

body.profile > main .progress-wrapper.playing {
  opacity: 1;
  pointer-events: initial;
}

body.profile > main .progress-wrapper .timer {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.profile > main .progress-wrapper .timer > div {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1.12px;
}

body.profile > main .progress-wrapper .timer > div.divider {
  margin: 0 5px;
}

body.profile > main .progress-wrapper .progress {
  cursor: pointer;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 25px;
}

body.profile > main .progress-wrapper .progress .video-progress {
  width: auto;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df4e46;
}

body.profile > main .progress-wrapper .progress .video-progress > div {
  position: absolute;
  right: 0;
  width: 2px;
  height: 25px;
  background-color: #ab3832;
}

body.profile > main main.body {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 1000px) {
  body.profile > main main.body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.profile > main main.body section.center {
  margin-bottom: 2rem;
}

body.profile > main main.body section.center div.basic-body-styling {
  max-width: 750px;
  margin: 0 auto;
}

body.profile > main main.body section.center img {
  width: 100%;
  height: auto;
}

body.profile > main main.body section.center ul li span {
  text-align: left !important;
  font-family: "Circular Std", sans-serif !important;
  font-weight: 500;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  line-height: 20.9px;
  margin: 0;
}

body.profile > main main.body section.center ul + p {
  margin-top: 1rem;
}

body.profile > main main.body section.center ul + h1, body.profile > main main.body section.center ul + h2, body.profile > main main.body section.center ul + h3, body.profile > main main.body section.center ul + h4, body.profile > main main.body section.center ul + h5 {
  margin-top: 4.375rem;
}

@media only screen and (min-width: 1000px) {
  body.profile > main main.body section.center {
    margin-right: 2rem;
    margin-bottom: 0;
    width: 100%;
  }
  body.profile > main main.body section.center.no-side {
    margin: 0 auto;
  }
}

body.profile > main main.body aside {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  body.profile > main main.body aside {
    width: 425px;
  }
}

body.profile > main main.body aside > .container {
  background-color: #FAFAFA;
  margin-bottom: 1.5rem;
}

body.profile > main main.body aside > .container header h3 {
  background-color: #df4e46;
  color: #ffffff;
}

body.profile > main main.body aside > .container > main {
  padding: 2rem;
}

body.profile > main main.body aside > .container > main h5 {
  text-transform: uppercase;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .625rem;
  color: #BEBEBE;
  letter-spacing: 0.98px;
}

body.profile > main main.body aside > .container > main p {
  margin: 0 0 1.5rem;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #1B1B1B;
  letter-spacing: -0.5px;
  line-height: 32.8px;
}

body.profile > main main.body aside > .container > main p:last-of-type {
  margin-bottom: 0;
}

body.profile > main main.body aside > .container.social {
  background-color: transparent;
}

body.profile > main main.body aside > .container.social main {
  padding: 0;
}

body.profile > main main.body aside > .container.social main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.profile > main main.body aside > .container.social main a {
  display: block;
  width: 50px;
  height: 50px;
}

body.profile > main main.body aside > .container.social main li.facebook a {
  background-color: #4460A0;
  background-image: url(../img/symbols/facebook_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}

body.profile > main main.body aside > .container.social main li.linkedin a {
  background-color: #007EBB;
  background-image: url(../img/symbols/linkedin_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

body.profile > main main.body aside > .container.social main li.twitter a {
  background-color: #00AAEC;
  background-image: url(../img/symbols/twitter_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

body.profile section.gallery {
  width: 100%;
  margin: 100px 0 100px 0;
}

body.profile section.gallery h2 {
  width: 90%;
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  font-size: 11.75px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 1.1px;
}

body.profile section.gallery ul {
  width: 100%;
  padding: 0;
  position: relative;
}

body.profile section.gallery ul .image {
  background-color: #0f74a8;
}

body.profile section.gallery ul .slick-arrow {
  z-index: 1;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 4px;
  right: 0;
  background-color: #000;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.profile section.gallery ul .slick-arrow:hover {
  background-color: #df4e46;
}

body.profile section.gallery ul .prevArrow {
  right: 60px;
  background-image: url(../img/symbols/arrow_white--left.svg);
}

body.profile section.gallery ul .nextArrow {
  background-image: url(../img/symbols/arrow_white--right.svg);
}

body.profile section.gallery ul img {
  display: block;
  height: 300px;
  width: auto !important;
}

@media only screen and (min-width: 640px) {
  body.profile section.gallery ul img {
    height: 450px;
  }
}

@media only screen and (min-width: 850px) {
  body.profile section.gallery ul img {
    height: 650px;
  }
}

body.profile section.gallery ul .slick-slide {
  margin: 0 0 0 5px;
}

body.profile section.movies {
  width: 100%;
  margin: 135px auto 100px auto;
  max-width: 1920px;
}

body.profile section.movies h2 {
  width: 90%;
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  font-size: 11.75px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 1.1px;
}

body.profile section.movies ul {
  width: 100%;
  padding: 0;
  position: relative;
  list-style-type: none;
}

body.profile section.movies ul li {
  width: 410px !important;
  max-width: 1920px;
}

body.profile section.movies ul.movielist-1 li {
  width: 100vw !important;
}

body.profile section.movies ul.movielist-1 li header {
  height: calc(100vw * (9/16));
  max-height: calc(1920px * (9/16));
}

@media only screen and (min-width: 900px) {
  body.profile section.movies ul.movielist-2 li {
    width: 50vw !important;
  }
  body.profile section.movies ul.movielist-2 li header {
    height: calc(50vw * (9/16));
    max-height: calc(1920px * (9/16));
  }
}

body.profile section.movies ul .slick-arrow {
  z-index: 1;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 4px;
  right: 0;
  background-color: #000;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.profile section.movies ul .slick-arrow:hover {
  background-color: #df4e46;
}

body.profile section.movies ul .prevArrow {
  right: 60px;
  background-image: url(../img/symbols/arrow_white--left.svg);
}

body.profile section.movies ul .nextArrow {
  background-image: url(../img/symbols/arrow_white--right.svg);
}

body.profile section.movies ul .slick-slide {
  margin: 0 0 0 25px;
}

body.profile .footerwrap header h3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1rem;
  background-color: #df4e46;
  color: #ffffff;
}

@media only screen and (min-width: 750px) {
  body.profile .footerwrap header h3 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    color: #000000;
    line-height: 43px;
  }
}

body.profile footer.profile--linkedstudies {
  position: relative;
  width: 90%;
}

body.profile footer.profile--linkedstudies .slick-track {
  margin: 0;
}

body.profile footer.profile--linkedstudies .slick-list {
  overflow: visible;
}

body.profile footer.profile--linkedstudies .slick-list .study {
  position: relative;
  background-color: #F9F9F9;
  padding: 2.5rem;
}

body.profile footer.profile--linkedstudies .slick-list .study:hover h3 {
  color: #df4e46;
}

body.profile footer.profile--linkedstudies .slick-list .study > * {
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), color 0.4s ease;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), color 0.4s ease;
  opacity: .1;
}

body.profile footer.profile--linkedstudies .slick-list .study h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #1B1B1B;
  letter-spacing: -0.58px;
  line-height: 24px;
  margin-bottom: .625rem;
}

body.profile footer.profile--linkedstudies .slick-list .study p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #181818;
  letter-spacing: 0.25px;
  line-height: 20.8px;
}

body.profile footer.profile--linkedstudies .slick-list .study p:last-of-type {
  display: inline-block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #df4e46;
  letter-spacing: 0;
}

body.profile footer.profile--linkedstudies .slick-list .study p:last-of-type:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.profile footer.profile--linkedstudies .slick-list .study:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 30px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #EBEBEB;
}

body.profile footer.profile--linkedstudies .slick-list .slick-slide.slick-active .study > * {
  opacity: 1;
}

body.profile footer.profile--linkedstudies .arrow {
  width: 60px;
  height: 60px;
  background-color: #000000;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.profile footer.profile--linkedstudies .arrow.prevArrow {
  background-image: url(../img/symbols/arrow_white--left.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

body.profile footer.profile--linkedstudies .arrow.nextArrow {
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
}

body.profile footer.profile--linkedstudies .arrow:hover {
  background-color: #df4e46;
}

@media only screen and (min-width: 640px) {
  body.profile section.relations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.profile section.relations input[name="relationstoggle"] {
  display: none !important;
}

body.profile section.relations label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 640px) {
  body.profile section.relations label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.profile section.relations label span.count {
  position: relative;
  z-index: 3;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0 .5rem 0 0;
}

@media only screen and (min-width: 640px) {
  body.profile section.relations label span.count {
    margin: 0;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 850px) {
  body.profile section.relations label span.count {
    font-size: 4.5rem;
  }
}

body.profile section.relations label p {
  position: relative;
  z-index: 3;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: -0.8px;
  line-height: 47.3px;
  margin: 0;
}

body.profile section.relations .vacancies, body.profile section.relations .studies, body.profile section.relations .profiles, body.profile body.study > main section.relations .vacancies, body.study > main body.profile section.relations .vacancies, body.profile body.study > main section.relations .profiles, body.study > main body.profile section.relations .profiles, body.profile body.study > main section.relations .schools, body.study > main body.profile section.relations .schools, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-0, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-1, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-2, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-3, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-4, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-5, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-6, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-7, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

@media only screen and (min-width: 640px) {
  body.profile section.relations .vacancies, body.profile section.relations .studies, body.profile section.relations .profiles, body.profile body.study > main section.relations .vacancies, body.study > main body.profile section.relations .vacancies, body.profile body.study > main section.relations .profiles, body.study > main body.profile section.relations .profiles, body.profile body.study > main section.relations .schools, body.study > main body.profile section.relations .schools, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-0, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-1, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-2, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-3, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-4, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-5, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-6, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-7, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-8 {
    padding: 0;
    height: 306px;
    width: 33.3%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  }
  body.profile section.relations .vacancies:hover, body.profile section.relations .studies:hover, body.profile section.relations .profiles:hover, body.profile body.study > main section.relations .schools:hover, body.study > main body.profile section.relations .schools:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-0:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-1:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-2:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-3:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-4:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-5:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-6:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-7:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-8:hover {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  }
}

@media only screen and (min-width: 960px) {
  body.profile section.relations .vacancies, body.profile section.relations .studies, body.profile section.relations .profiles, body.profile body.study > main section.relations .vacancies, body.study > main body.profile section.relations .vacancies, body.profile body.study > main section.relations .profiles, body.study > main body.profile section.relations .profiles, body.profile body.study > main section.relations .schools, body.study > main body.profile section.relations .schools, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-0, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-1, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-2, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-3, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-4, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-5, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-6, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-7, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies-8 {
    height: 406px;
  }
}

body.profile section.relations .vacancies {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.profile section.relations .vacancies .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/vacancies_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.profile section.relations .vacancies:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.profile section.relations .vacancies:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.profile section.relations .studies {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.profile section.relations .studies .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.profile section.relations .studies:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.profile section.relations .studies:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.profile section.relations .profiles {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.profile section.relations .profiles .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/companies_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.profile section.relations .profiles:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.profile section.relations .profiles:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.profile section.relation-content {
  padding: 3.125rem 0;
}

body.profile section.relation-content input[name="relationstoggle"] {
  display: none !important;
}

body.profile section.relation-content .vacancies, body.profile section.relation-content .studies, body.profile section.relation-content .profiles {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.profile section.relation-content .vacancies > *, body.profile section.relation-content .studies > *, body.profile section.relation-content .profiles > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 2%;
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media only screen and (min-width: 550px) {
  body.profile section.relation-content .vacancies > *, body.profile section.relation-content .studies > *, body.profile section.relation-content .profiles > * {
    width: 48%;
  }
  body.profile section.relation-content .vacancies > * + *, body.profile section.relation-content .studies > * + *, body.profile section.relation-content .profiles > * + * {
    margin-left: 2%;
  }
  body.profile section.relation-content .vacancies > *:nth-of-type(2n + 3), body.profile section.relation-content .studies > *:nth-of-type(2n + 3), body.profile section.relation-content .profiles > *:nth-of-type(2n + 3) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 850px) {
  body.profile section.relation-content .vacancies > *, body.profile section.relation-content .studies > *, body.profile section.relation-content .profiles > * {
    width: 32%;
  }
  body.profile section.relation-content .vacancies > *:nth-of-type(2n + 3), body.profile section.relation-content .studies > *:nth-of-type(2n + 3), body.profile section.relation-content .profiles > *:nth-of-type(2n + 3) {
    margin-left: 2%;
  }
  body.profile section.relation-content .vacancies > *:nth-of-type(3n + 4), body.profile section.relation-content .studies > *:nth-of-type(3n + 4), body.profile section.relation-content .profiles > *:nth-of-type(3n + 4) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1000px) {
  body.profile section.relation-content .vacancies > *, body.profile section.relation-content .studies > *, body.profile section.relation-content .profiles > * {
    width: 23.5%;
  }
  body.profile section.relation-content .vacancies > *:nth-of-type(2n + 3), body.profile section.relation-content .studies > *:nth-of-type(2n + 3), body.profile section.relation-content .profiles > *:nth-of-type(2n + 3) {
    margin-left: 2%;
  }
  body.profile section.relation-content .vacancies > *:nth-of-type(3n + 4), body.profile section.relation-content .studies > *:nth-of-type(3n + 4), body.profile section.relation-content .profiles > *:nth-of-type(3n + 4) {
    margin-left: 2%;
  }
  body.profile section.relation-content .vacancies > *:nth-of-type(4n + 5), body.profile section.relation-content .studies > *:nth-of-type(4n + 5), body.profile section.relation-content .profiles > *:nth-of-type(4n + 5) {
    margin-left: 0;
  }
}

body.profile section.relation-content .vacancies > *:hover, body.profile section.relation-content .studies > *:hover, body.profile section.relation-content .profiles > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 640px) {
  body.profile #relationstogglevacancies:checked + .vacancies {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  }
}

body.profile #relationstogglevacancies:checked + .vacancies:after {
  background-color: #df4e46;
}

body.profile .relation-content .vacancies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 640px) {
  body.profile #relationstogglestudies:checked + .studies {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  }
}

body.profile #relationstogglestudies:checked + .studies:after {
  background-color: #df4e46;
}

body.profile .relation-content .studies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 640px) {
  body.profile #relationstoggleprofiles:checked + .profiles {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  }
}

body.profile #relationstoggleprofiles:checked + .profiles:after {
  background-color: #df4e46;
}

body.profile .relation-content .profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jobprofile--slide {
  display: block;
}

.jobprofile--slide header {
  width: 100%;
  height: 400px;
  position: relative;
  border-right: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}

@media only screen and (min-width: 640px) {
  .jobprofile--slide header {
    height: 500px;
  }
}

@media only screen and (min-width: 850px) {
  .jobprofile--slide header {
    height: 600px;
  }
}

.jobprofile--slide header h3 {
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.jobprofile--slide header h4 {
  position: relative;
  z-index: 2;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  color: #ffffff;
  letter-spacing: 1.1px;
  background-color: rgba(0, 0, 0, 0.34);
  margin: 0;
  line-height: 43px;
  padding: 0 30px;
}

.jobprofile--slide header .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/placeholder.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.jobprofile--slide main {
  position: relative;
  background-color: #F9F9F9;
  padding: 2.5rem;
}

.jobprofile--slide main h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #1B1B1B;
  letter-spacing: -0.58px;
  line-height: 24px;
  margin-bottom: .625rem;
}

.jobprofile--slide main p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #181818;
  letter-spacing: 0.25px;
  line-height: 20.8px;
}

.jobprofile--slide main p:last-of-type {
  display: inline-block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #df4e46;
  letter-spacing: 0;
}

.jobprofile--slide main p:last-of-type:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.jobprofile--slide main:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 30px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #EBEBEB;
}

.jobprofile--slide:hover header .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.jobprofile--slide:hover header h3 {
  background-color: #df4e46;
  color: #ffffff;
}

.jobprofile--slide:hover main p:last-of-type:after {
  opacity: 1;
  margin-left: 8px;
}

a.mini-teaser {
  background-color: #FDFDFD;
  border: 1px solid #ECECEC;
  border-radius: 1px;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  word-break: break-word;
}

a.mini-teaser h4 {
  margin: 0;
  background-color: #F7F7F7;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .75rem;
  color: #000000;
  letter-spacing: 1.03px;
  z-index: 2;
  padding: 10px 30px;
  display: table;
}

a.mini-teaser .body {
  padding: 2.25rem;
}

a.mini-teaser .body h3 {
  margin: 0 0 .625rem;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #1B1B1B;
  letter-spacing: -0.58px;
  line-height: 24px;
}

a.mini-teaser .body p {
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 20.8px;
}

a.mini-teaser .body p.more {
  position: relative;
  display: table;
  color: #df4e46;
  margin-top: .625rem;
  font-weight: 600;
}

a.mini-teaser .body p.more:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: .875rem;
  position: absolute;
  left: calc(100% + 5px);
  bottom: 2px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: right .3s ease;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

a.mini-teaser:hover .visual h4 {
  background-color: #df4e46;
  color: #ffffff;
}

a.mini-teaser:hover .body p.more:after {
  left: calc(100% + 8px);
}

.movie-teaser header {
  width: 100%;
  height: 225px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.movie-teaser header p {
  height: 43px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 3rem;
  margin: 0;
  line-height: 43px;
  color: white;
  font-size: 11px;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.03px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.movie-teaser header .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.movie-teaser h4 {
  margin-top: 10px;
  color: #1b1b1b;
  font-size: 24px;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  letter-spacing: -0.67px;
  line-height: 43.8px;
}

.movie-teaser .progress-wrapper {
  position: relative;
  height: 25px;
  width: 100%;
  background-color: #002835;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.movie-teaser .progress-wrapper.playing {
  opacity: 1;
  pointer-events: initial;
}

.movie-teaser .progress-wrapper .timer {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.movie-teaser .progress-wrapper .timer > div {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1.12px;
}

.movie-teaser .progress-wrapper .timer > div.divider {
  margin: 0 5px;
}

.movie-teaser .progress-wrapper .progress {
  cursor: pointer;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 25px;
}

.movie-teaser .progress-wrapper .progress .video-progress {
  width: auto;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df4e46;
}

.movie-teaser .progress-wrapper .progress .video-progress > div {
  position: absolute;
  right: 0;
  width: 2px;
  height: 25px;
  background-color: #ab3832;
}

body.newsdetail > main {
  width: 96%;
  margin: 0 auto;
}

body.newsdetail > main main.body {
  width: 90%;
  padding: 0 0 20px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 640px) {
  body.newsdetail > main main.body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 640px) {
  body.newsdetail > main main.body {
    padding: 0 0 30px 0;
  }
}

@media only screen and (min-width: 850px) {
  body.newsdetail > main main.body {
    padding: 0 0 50px 0;
  }
}

body.newsdetail > main main.body section.center {
  max-width: 750px;
}

body.newsdetail > main main.body .teaser {
  display: block;
  margin-bottom: 30px;
}

body.newsdetail > main main.body .teaser p {
  font-family: "Circular Std", sans-serif;
  font-weight: 600;
  font-size: 16px !important;
  color: #000;
  letter-spacing: -0.28px;
  line-height: 22px;
  display: none;
}

@media only screen and (min-width: 640px) {
  body.newsdetail > main main.body .teaser p {
    display: block;
  }
}

@media only screen and (min-width: 850px) {
  body.newsdetail > main main.body .teaser p {
    font-size: 18px !important;
  }
}

body.newsdetail > main main.body aside {
  margin-top: 4.5rem;
}

@media only screen and (min-width: 850px) {
  body.newsdetail > main main.body aside {
    width: 425px;
    margin-top: 0;
  }
}

body.newsdetail > main main.body aside > .container {
  background-color: #FAFAFA;
  margin-bottom: 1.5rem;
}

body.newsdetail > main main.body aside > .container header h3 {
  background-color: #df4e46;
  color: #ffffff;
}

body.newsdetail > main main.body aside > .container > main {
  padding: 2rem;
}

body.newsdetail > main main.body aside > .container > main h5 {
  text-transform: uppercase;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .625rem;
  color: #BEBEBE;
  letter-spacing: 0.98px;
}

body.newsdetail > main main.body aside > .container > main p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0.2px;
  line-height: 20.9px;
  margin: 0 0 .5rem;
}

body.newsdetail > main main.body aside > .container > main a {
  display: block;
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0.2px;
  line-height: 20.9px;
  margin: 0;
}

body.newsdetail > main main.body aside > .container > main a + a {
  margin-top: .25rem;
}

body.newsdetail > main main.body aside > .container > main a.mail {
  padding-left: 1.5rem;
  background-image: url(../img/symbols/mail_black.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left center;
}

body.newsdetail > main main.body aside > .container > main a.phone {
  padding-left: 1.5rem;
  background-image: url(../img/symbols/phone_black.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
}

body.newsdetail > main main.body aside > .container.social {
  background-color: transparent;
}

body.newsdetail > main main.body aside > .container.social main {
  padding: 0;
}

body.newsdetail > main main.body aside > .container.social main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.newsdetail > main main.body aside > .container.social main a {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.newsdetail > main main.body aside > .container.social main a:hover {
  background-color: #df4e46 !important;
}

body.newsdetail > main main.body aside > .container.social main li.facebook a {
  background-color: #4460A0;
  background-image: url(../img/symbols/facebook_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}

body.newsdetail > main main.body aside > .container.social main li.linkedin a {
  background-color: #007EBB;
  background-image: url(../img/symbols/linkedin_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

body.newsdetail > main main.body aside > .container.social main li.twitter a {
  background-color: #00AAEC;
  background-image: url(../img/symbols/twitter_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

body.newsdetail > main main.body aside > a {
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 20.8px;
  margin-bottom: 1.5rem;
}

body.newsdetail > main main.body aside > a.more {
  position: relative;
  display: table;
  color: var(--color);
  font-weight: 600;
}

body.newsdetail > main main.body aside > a.more:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: .875rem;
  position: absolute;
  left: calc(100% + 5px);
  bottom: 2px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: right .3s ease;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

body.newsdetail > main main.body aside > a:hover.more:after {
  left: calc(100% + 8px);
}

body.newsoverview > main {
  width: 96%;
  min-height: 600px;
  margin: 0 auto;
  background-color: #f7f7f7;
  position: relative;
}

@media only screen and (max-width: 1295px) {
  body.newsoverview > main {
    margin-top: 70px;
  }
}

body.newsoverview > main .news-header {
  margin-bottom: 4.5rem;
  margin-top: 50px;
}

body.newsoverview > main > main {
  width: 100%;
  padding: 0 10px 10px;
}

@media only screen and (min-width: 550px) {
  body.newsoverview > main > main {
    padding: 0 65px 70px;
  }
}

@media only screen and (min-width: 900px) {
  body.newsoverview > main > main {
    padding: 0 65px 125px 65px;
  }
}

body.newsoverview > main > main ul.news-items {
  list-style: none;
  padding: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (min-width: 550px) {
  body.newsoverview > main > main ul.news-items {
    padding: 0 0 35px;
  }
}

@media only screen and (min-width: 900px) {
  body.newsoverview > main > main ul.news-items {
    padding: 0 0 70px;
  }
}

body.newsoverview > main > main ul.news-items li.news-item {
  width: 100%;
  margin: 5px 0;
}

@media only screen and (min-width: 550px) {
  body.newsoverview > main > main ul.news-items li.news-item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}

@media only screen and (min-width: 900px) {
  body.newsoverview > main > main ul.news-items li.news-item {
    width: calc(33.33% - 10px);
  }
}

body.newsoverview > main > main ul.news-items li.news-item .body {
  min-height: auto;
}

@media only screen and (min-width: 500px) {
  body.newsoverview > main > main ul.news-items li.news-item .body {
    min-height: 175px;
  }
}

.news--small {
  padding: 1rem 0;
  border-bottom: 1px solid #E6E6E6;
}

.news--small:first-of-type {
  padding-top: 0;
}

.news--small:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.news--small h4 {
  margin: 0 0 .625rem;
  font-family: "Circular Std", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.125rem;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.news--small p {
  margin: 0;
}

.news--small p:first-of-type {
  font-family: "Circular Std", sans-serif !important;
  font-size: .925rem !important;
  color: #868686 !important;
  letter-spacing: 0 !important;
  line-height: 20.9px !important;
}

.news--small p:last-of-type {
  color: #df4e46 !important;
  font-weight: bold;
  font-size: .75rem !important;
  text-transform: uppercase;
}

.news--small:hover h4 {
  color: #df4e46;
}

.news--teaser {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 33.3%;
  overflow: hidden;
  min-height: 300px;
}

@media only screen and (min-width: 850px) {
  .news--teaser {
    min-height: auto;
  }
}

.news--teaser .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.news--teaser .visual:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .4;
  z-index: -1;
}

@media only screen and (min-width: 640px) {
  .news--teaser header {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.news--teaser header h3 {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.news--teaser header h3 + h3 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}

.news--teaser header p {
  background-color: rgba(0, 0, 0, 0.34);
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .75rem;
  color: #ffffff;
  letter-spacing: 1.03px;
  display: table;
  text-transform: uppercase;
  line-height: 1.5em;
  padding: 10px 30px;
}

.news--teaser .text {
  padding: 2rem;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .news--teaser .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 850px) {
  .news--teaser .text {
    padding: 1rem;
  }
}

@media only screen and (min-width: 960px) {
  .news--teaser .text {
    padding: 2.5rem;
  }
}

.news--teaser .text h4 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #ffffff;
  letter-spacing: -0.58px;
  line-height: 24px;
  margin: 0 0 .625rem;
}

.news--teaser .text p {
  font-family: "Circular Std", sans-serif;
  font-size: .875rem;
  color: #ffffff;
  letter-spacing: 0.23px;
  line-height: 17.8px;
  margin-bottom: 0;
}

.news--teaser:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news--teaser:hover header h3:first-of-type {
  background-color: #df4e46;
  color: #ffffff;
}

body.number > main {
  width: 96%;
  margin: 0 auto;
}

body.number > main main.body {
  width: 90%;
  margin: 100px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.number > main main.body section.center {
  max-width: 750px;
}

body.product main {
  width: 96%;
  margin: 0 auto;
}

body.product main header .play {
  right: calc(50% - 45px);
}

body.product main main div.content-wrapper {
  background-color: #ffffff;
  margin: 20px auto 0;
  position: relative;
  width: 96%;
}

@media only screen and (min-width: 550px) {
  body.product main main div.content-wrapper {
    margin: 40px auto 0;
    padding: 0 20px 20px;
  }
}

@media only screen and (min-width: 900px) {
  body.product main main div.content-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 100px 30px;
  }
  body.product main main div.content-wrapper.full {
    width: calc((100% / 2) + 430px);
    margin: 0;
  }
  body.product main main div.content-wrapper:not(.full) {
    padding: 50px 0 100px 0;
  }
}

body.product main main section.content {
  width: 100%;
}

body.product main main section.content.full {
  max-width: 740px;
  margin: 0 60px 0 auto;
}

@media only screen and (min-width: 900px) {
  body.product main main section.content.full {
    width: 70%;
  }
}

@media only screen and (min-width: 900px) {
  body.product main main section.content:not(.full) {
    background-color: #ffffff;
    margin: -150px 0 0 0;
    padding: 50px 60px 0 30px;
    position: relative;
    width: calc((100% / 2) + 430px);
    z-index: 1;
  }
}

@media only screen and (min-width: 1400px) {
  body.product main main section.content:not(.full) {
    padding: 50px 60px 0 calc((100% / 2) - 500px);
  }
}

body.product main main section.content h1 + *,
body.product main main section.content h2 + *,
body.product main main section.content h3 + *,
body.product main main section.content h4 + *,
body.product main main section.content h5 + *,
body.product main main section.content p + * {
  margin: 10px 0 0 0;
}

@media only screen and (min-width: 550px) {
  body.product main main section.content h1 + *,
  body.product main main section.content h2 + *,
  body.product main main section.content h3 + *,
  body.product main main section.content h4 + *,
  body.product main main section.content h5 + *,
  body.product main main section.content p + * {
    margin: 20px 0 0 0;
  }
}

body.product main main section.content p {
  margin: 10px 0 0 0;
}

@media only screen and (min-width: 550px) {
  body.product main main section.content p {
    margin: 20px 0 0 0;
  }
}

body.product main main section.content img {
  margin: 10px 0 0 0;
  width: 100%;
}

@media only screen and (min-width: 550px) {
  body.product main main section.content img {
    margin: 30px 0;
  }
}

body.product main main section.blocks {
  --color: #000;
  width: 100%;
  max-width: 425px;
  margin: 50px 0 0 0;
}

@media only screen and (min-width: 900px) {
  body.product main main section.blocks {
    margin: 0 0 0 60px;
  }
}

@media only screen and (min-width: 1200px) {
  body.product main main section.blocks {
    margin: 0 0 0 100px;
  }
}

@media only screen and (min-width: 900px) {
  body.product main main section.blocks.full {
    margin: 0;
    position: absolute;
  }
}

body.product main main .gallery {
  margin: 0 0 25px auto;
  width: 98%;
}

body.product .related {
  background-color: var(--color);
}

body.product .related-container {
  padding: 10px 0;
  margin: 0 auto;
  width: 96%;
}

@media only screen and (min-width: 550px) {
  body.product .related-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
  }
}

body.product .related-cta {
  margin: 10px 0 0 0;
}

body.product .related-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 1;
}

body.product .related-information {
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 24px;
}

body.product .related-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 0 0;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 550px) {
  body.product .related-item {
    height: 250px;
    margin: 0;
  }
}

@media only screen and (min-width: 900px) {
  body.product .related-item {
    height: 444px;
  }
}

body.product .related-item:after {
  background-color: #000000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
}

body.product .related-next .related-information {
  margin: 0 8px 0 0;
}

body.product .related-next:hover svg {
  -webkit-transform: translateX(2.5px);
          transform: translateX(2.5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.product .related-previous .related-information {
  margin: 0 0 0 8px;
}

body.product .related-previous:hover svg {
  -webkit-transform: translateX(-2.5px);
          transform: translateX(-2.5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.product .related-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
}

.vacancy-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.vacancy-detail__detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 80px;
  width: 100%;
}

.vacancy-detail__detail::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 40%;
  left: 50%;
  bottom: -190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 102vw;
  background-image: url(../img/symbols/pattern-background.png);
}

.vacancy-detail__share {
  display: none;
}

@media only screen and (max-width: 640px) {
  .vacancy-detail__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 18px;
  }
  .vacancy-detail__share a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vacancy-detail__share a svg {
    height: 14px;
    width: 14px;
    margin-right: 10px;
  }
}

.vacancy-detail .header-banner {
  width: 100%;
}

.vacancy-detail .article-switch-links {
  width: 100%;
  padding-bottom: 30px;
}

.vacancy-detail .vacancy-jobs-image {
  width: 100%;
  margin-bottom: 70px;
}

.vacancy-detail .image-text {
  width: 100%;
  margin-bottom: 80px;
}

.vacancy-detail .full-width-banner {
  width: 100%;
  margin-bottom: 70px;
}

.vacancy-detail .related-jobs {
  width: 100%;
}

@media only screen and (max-width: 820px) {
  .vacancy-detail .vacancy-detail__detail {
    gap: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .vacancy-detail .vacancy-detail__detail::after {
    display: none;
  }
  .vacancy-detail .vacancy-jobs-image {
    margin-bottom: 0;
  }
  .vacancy-detail .image-text {
    margin-bottom: 25px;
  }
  .vacancy-detail .full-width-banner {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vacancy-detail .article-switch-links {
    padding-bottom: 30px;
  }
  .vacancy-detail .vacancy-detail__mobile-info {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vacancy-detail .related-jobs {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.vacancy-detail--blue .vacancy-detail__share {
  background-color: #192f6a;
}

.vacancy-detail--blue .vacancy-detail__share a {
  color: rgba(255, 255, 255, 0.3);
}

.vacancy-detail--blue .vacancy-detail__share a svg {
  opacity: 0.3;
}

.vacancy-detail--blue .vacancy-detail__share a svg g {
  fill: #fff;
}

.vacancy--slide {
  display: block;
}

.vacancy--slide header {
  width: 100%;
  height: 450px;
  position: relative;
  border-right: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}

.vacancy--slide header h3 {
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.vacancy--slide header h4 {
  position: relative;
  z-index: 2;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  color: #ffffff;
  letter-spacing: 1.1px;
  background-color: rgba(0, 0, 0, 0.34);
  margin: 0;
  line-height: 43px;
  padding: 0 30px;
}

.vacancy--slide header .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.vacancy--slide main {
  position: relative;
  background-color: #F9F9F9;
  padding: 2.5rem;
}

.vacancy--slide main h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #1B1B1B;
  letter-spacing: -0.58px;
  line-height: 24px;
  margin-bottom: .625rem;
}

.vacancy--slide main p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #181818;
  letter-spacing: 0.25px;
  line-height: 20.8px;
}

.vacancy--slide main p:last-of-type {
  display: inline-block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #df4e46;
  letter-spacing: 0;
}

.vacancy--slide main p:last-of-type:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.vacancy--slide main:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 30px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #EBEBEB;
}

.vacancy--slide:hover header .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.vacancy--slide:hover header h3 {
  background-color: #df4e46;
  color: #ffffff;
}

.vacancy--slide:hover main p:last-of-type:after {
  opacity: 1;
  margin-left: 8px;
}

.vacancy-teaser {
  display: block;
  background-color: #FDFDFD;
  border: 1px solid #EEEEEE;
}

.vacancy-teaser > header {
  height: 225px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vacancy-teaser > header .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.vacancy-teaser > header h3 {
  z-index: 2;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.vacancy-teaser > header h4 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .675rem;
  color: #ffffff;
  letter-spacing: 1.03px;
  background-color: rgba(0, 0, 0, 0.34);
  padding: .75rem 1.925rem;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.vacancy-teaser > main {
  padding: 2.5rem;
}

.vacancy-teaser > main h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #1B1B1B;
  letter-spacing: -0.72px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: .625rem;
}

.vacancy-teaser > main .body {
  font-family: "Circular Std", sans-serif;
  font-size: .925rem;
  color: #181818;
  letter-spacing: 0.25px;
  line-height: 20.8px;
}

.vacancy-teaser > main .more {
  position: relative;
  display: table;
  color: #df4e46;
  margin-top: .625rem;
  font-weight: 600;
}

.vacancy-teaser > main .more:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: .875rem;
  position: absolute;
  left: calc(100% + 5px);
  bottom: 2px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: right .3s ease;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.vacancy-teaser:hover header .visual {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vacancy-teaser:hover header h3 {
  background-color: #df4e46;
  color: #ffffff;
}

.vacancy-teaser:hover > main .more:after {
  left: calc(100% + 8px);
}

body.school > main {
  width: 96%;
  margin: 0 auto;
}

body.school > main main.body {
  width: 90%;
  margin: 0 auto 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 1000px) {
  body.school > main main.body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.school > main main.body section.center {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1000px) {
  body.school > main main.body section.center {
    margin-right: 2rem;
    margin-bottom: 0;
    max-width: 750px;
  }
}

body.school > main main.body aside {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  body.school > main main.body aside {
    width: 425px;
  }
}

body.school > main main.body aside ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

body.school > main main.body aside ul.social li + li {
  margin-left: 2rem;
}

body.school > main main.body aside > .container {
  background-color: #FAFAFA;
}

body.school > main main.body aside > .container header h3 {
  background-color: #df4e46;
  color: #ffffff;
}

body.school > main main.body aside > .container > main {
  padding: 2rem;
}

body.school > main main.body aside > .container > main h5 {
  text-transform: uppercase;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .625rem;
  color: #BEBEBE;
  letter-spacing: 0.98px;
}

body.school > main main.body aside > .container > main p {
  margin: 0 0 1.5rem;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #1B1B1B;
  letter-spacing: -0.5px;
  line-height: 32.8px;
}

body.school > main main.body aside > .container > main p:last-child {
  margin-bottom: 0;
}

body.school > main main.body aside > a {
  display: table;
  padding: 1.5rem 2rem;
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 1.5rem;
  padding-left: 3.5rem;
  background-image: url(../img/symbols/external-link_white.svg);
  background-repeat: no-repeat;
  background-position: 2rem center;
  background-size: 13px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.school > main main.body aside > a:hover {
  background-color: #df4e46;
}

body.school > main #map {
  height: 0;
  padding-bottom: 100%;
}

@media only screen and (min-width: 540px) {
  body.school > main #map {
    padding-bottom: 0;
    height: 520px;
  }
}

body.school > main section.relations input[name="relationstoggle"] {
  display: none !important;
}

body.school > main section.relations > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.school > main section.relations > * span.count {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  color: #ffffff;
  margin: 0;
}

@media only screen and (min-width: 850px) {
  body.school > main section.relations > * span.count {
    font-size: 4.5rem;
  }
}

body.school > main section.relations > * p {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #ffffff;
  letter-spacing: -0.8px;
  line-height: 42px;
}

@media only screen and (min-width: 850px) {
  body.school > main section.relations > * p {
    font-size: 1.5rem;
    line-height: 47.3px;
  }
}

body.school > main section.relations .studies {
  cursor: pointer;
  height: 206px;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

@media only screen and (min-width: 850px) {
  body.school > main section.relations .studies {
    height: 406px;
  }
}

body.school > main section.relations .studies .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/scholen/detail--studies.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.school > main section.relations .studies:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: -1;
}

body.school > main section.relations .studies:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.school > main section.relations .studies:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.school > main section.relation-content {
  padding: 3.125rem 0;
}

body.school > main section.relation-content .studies {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.school > main section.relation-content .studies > * {
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 2%;
}

body.school > main section.relation-content .studies > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 600px) {
  body.school > main section.relation-content .studies > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-bottom: 2%;
  }
  body.school > main section.relation-content .studies > * + * {
    margin-left: 2%;
  }
  body.school > main section.relation-content .studies > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 850px) {
  body.school > main section.relation-content .studies > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-bottom: 2%;
  }
  body.school > main section.relation-content .studies > *:nth-child(2n + 1) {
    margin-left: 2%;
  }
  body.school > main section.relation-content .studies > *:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1150px) {
  body.school > main section.relation-content .studies > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    margin-bottom: 2%;
  }
  body.school > main section.relation-content .studies > *:nth-child(2n + 1) {
    margin-left: 2%;
  }
  body.school > main section.relation-content .studies > *:nth-child(3n + 1) {
    margin-left: 2%;
  }
  body.school > main section.relation-content .studies > *:nth-child(4n + 1) {
    margin-left: 0;
  }
}

body.school > main #relationstogglestudies:checked ~ section.relations .studies {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.school > main #relationstogglestudies:checked ~ section.relations .studies:after {
  background-color: #df4e46;
}

body.school > main #relationstogglestudies:checked ~ section.relation-content .studies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.school-teaser {
  display: block;
  background-color: #FDFDFD;
  border: 1px solid #EEEEEE;
}

.school-teaser > header {
  height: 225px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.school-teaser > header .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.school-teaser > header h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .675rem;
  color: #ffffff;
  letter-spacing: 1.03px;
  background-color: rgba(0, 0, 0, 0.34);
  padding: .925rem 1.925rem;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.school-teaser > main {
  padding: 2.5rem;
}

.school-teaser > main h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #1B1B1B;
  letter-spacing: -0.72px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: .625rem;
}

.school-teaser > main .body {
  font-family: "Circular Std", sans-serif;
  font-size: .925rem;
  color: #181818;
  letter-spacing: 0.25px;
  line-height: 20.8px;
}

.school-teaser > main .more {
  position: relative;
  display: table;
  color: #df4e46;
  margin-top: .625rem;
  font-weight: 600;
}

.school-teaser > main .more:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: .875rem;
  position: absolute;
  left: calc(100% + 5px);
  bottom: 2px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: right .3s ease;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.school-teaser:hover header .visual {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.school-teaser:hover header h4 {
  background-color: #df4e46;
  color: #ffffff;
}

.school-teaser:hover > main .more:after {
  left: calc(100% + 8px);
}

body.study > main {
  width: 96%;
  margin: 0 auto;
}

body.study > main main.body {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 4.5rem;
}

@media only screen and (min-width: 800px) {
  body.study > main main.body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.study > main main.body section.center {
  max-width: 750px;
}

body.study > main main.body aside {
  width: 425px;
  margin: 2rem 0 0;
}

@media only screen and (min-width: 800px) {
  body.study > main main.body aside {
    margin: 0;
    padding-left: 1rem;
  }
}

body.study > main main.body aside > .container {
  background-color: #FAFAFA;
  margin-bottom: 1.5rem;
}

body.study > main main.body aside > .container header h3 {
  background-color: #df4e46;
  color: #ffffff;
}

body.study > main main.body aside > .container > main {
  padding: 2rem;
}

body.study > main main.body aside > .container > main div {
  margin-bottom: 2rem;
}

body.study > main main.body aside > .container > main div p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0.2px;
  line-height: 20.9px;
  margin: 0 0 .125rem;
  font-weight: bold;
}

body.study > main main.body aside > .container > main div a {
  display: block;
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0.2px;
  line-height: 20.9px;
  margin: .25rem 0 .25rem 0;
}

body.study > main main.body aside > .container > main div a + a {
  margin-top: .25rem;
}

body.study > main main.body aside > .container > main div a.mail {
  padding-left: 1.5rem;
  background-image: url(../img/symbols/mail_black.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left center;
}

body.study > main main.body aside > .container > main div a.phone {
  padding-left: 1.5rem;
  background-image: url(../img/symbols/phone_black.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
}

body.study > main main.body aside > .container.social {
  background-color: transparent;
}

body.study > main main.body aside > .container.social main {
  padding: 0;
}

body.study > main main.body aside > .container.social main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.study > main main.body aside > .container.social main a {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.study > main main.body aside > .container.social main a:hover {
  background-color: #df4e46 !important;
}

body.study > main main.body aside > .container.social main li.facebook a {
  background-color: #4460A0;
  background-image: url(../img/symbols/facebook_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}

body.study > main main.body aside > .container.social main li.linkedin a {
  background-color: #007EBB;
  background-image: url(../img/symbols/linkedin_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

body.study > main main.body aside > .container.social main li.twitter a {
  background-color: #00AAEC;
  background-image: url(../img/symbols/twitter_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

body.study > main section.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

body.study > main section.gallery div.image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-bottom: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

body.study > main section.gallery div.image:nth-of-type(5n + 1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

body.study > main section.gallery div.image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../img/symbols/image_zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62px;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

body.study > main section.gallery div.image:hover:after {
  opacity: 1;
}

body.study > main #map {
  height: 350px;
}

@media only screen and (min-width: 640px) {
  body.study > main #map {
    height: 450px;
  }
}

@media only screen and (min-width: 850px) {
  body.study > main #map {
    height: 675px;
  }
}

body.study > main section.relations input[name="relationstoggle"] {
  display: none !important;
}

@media only screen and (min-width: 640px) {
  body.study > main section.relations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.study > main section.relations > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 640px) {
  body.study > main section.relations > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.study > main section.relations > * span.count {
  position: relative;
  z-index: 3;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0 .5rem 0 0;
}

@media only screen and (min-width: 640px) {
  body.study > main section.relations > * span.count {
    margin: 0;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 850px) {
  body.study > main section.relations > * span.count {
    font-size: 4.5rem;
  }
}

body.study > main section.relations > * p {
  position: relative;
  z-index: 3;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: -0.8px;
  line-height: 47.3px;
  margin: 0;
}

body.profile body.study > main section.relations .vacancies, body.study > main body.profile section.relations .studies, body.profile body.study > main section.relations .studies, body.profile body.study > main section.relations .profiles, body.study > main section.relations .vacancies, body.study > main section.relations .profiles, body.study > main section.relations .schools, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-0, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-1, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-2, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-3, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-4, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-5, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-6, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-7, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

@media only screen and (min-width: 640px) {
  body.profile body.study > main section.relations .vacancies, body.study > main body.profile section.relations .studies, body.profile body.study > main section.relations .studies, body.profile body.study > main section.relations .profiles, body.study > main section.relations .vacancies, body.study > main section.relations .profiles, body.study > main section.relations .schools, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-0, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-1, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-2, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-3, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-4, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-5, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-6, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-7, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-8 {
    padding: 0;
    height: 306px;
    width: 33.3%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  }
  body.profile body.study > main section.relations .vacancies:hover, body.study > main body.profile section.relations .studies:hover, body.profile body.study > main section.relations .studies:hover, body.profile body.study > main section.relations .profiles:hover, body.study > main section.relations .vacancies:hover, body.study > main section.relations .profiles:hover, body.study > main section.relations .schools:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-0:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-1:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-2:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-3:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-4:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-5:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-6:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-7:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-8:hover {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  }
}

@media only screen and (min-width: 960px) {
  body.profile body.study > main section.relations .vacancies, body.study > main body.profile section.relations .studies, body.profile body.study > main section.relations .studies, body.profile body.study > main section.relations .profiles, body.study > main section.relations .vacancies, body.study > main section.relations .profiles, body.study > main section.relations .schools, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-0, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-1, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-2, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-3, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-4, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-5, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-6, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-7, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .studies-8 {
    height: 406px;
  }
}

body.study > main section.relations .vacancies {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.study > main section.relations .vacancies .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/vacancies_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.study > main section.relations .vacancies:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.study > main section.relations .vacancies:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.study > main section.relations .profiles {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.study > main section.relations .profiles .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/companies_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.study > main section.relations .profiles:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.study > main section.relations .profiles:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.study > main section.relations .schools {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.study > main section.relations .schools .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.study > main section.relations .schools:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.study > main section.relations .schools:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.study > main section.relation-content {
  padding: 3.125rem 0;
}

body.study > main section.relation-content .vacancies, body.study > main section.relation-content .profiles, body.study > main section.relation-content .schools {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.study > main section.relation-content .vacancies > *, body.study > main section.relation-content .profiles > *, body.study > main section.relation-content .schools > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 2%;
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media only screen and (min-width: 550px) {
  body.study > main section.relation-content .vacancies > *, body.study > main section.relation-content .profiles > *, body.study > main section.relation-content .schools > * {
    width: 48%;
  }
  body.study > main section.relation-content .vacancies > * + *, body.study > main section.relation-content .profiles > * + *, body.study > main section.relation-content .schools > * + * {
    margin-left: 2%;
  }
  body.study > main section.relation-content .vacancies > *:nth-of-type(2n + 3), body.study > main section.relation-content .profiles > *:nth-of-type(2n + 3), body.study > main section.relation-content .schools > *:nth-of-type(2n + 3) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 850px) {
  body.study > main section.relation-content .vacancies > *, body.study > main section.relation-content .profiles > *, body.study > main section.relation-content .schools > * {
    width: 32%;
  }
  body.study > main section.relation-content .vacancies > *:nth-of-type(2n + 3), body.study > main section.relation-content .profiles > *:nth-of-type(2n + 3), body.study > main section.relation-content .schools > *:nth-of-type(2n + 3) {
    margin-left: 2%;
  }
  body.study > main section.relation-content .vacancies > *:nth-of-type(3n + 4), body.study > main section.relation-content .profiles > *:nth-of-type(3n + 4), body.study > main section.relation-content .schools > *:nth-of-type(3n + 4) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1000px) {
  body.study > main section.relation-content .vacancies > *, body.study > main section.relation-content .profiles > *, body.study > main section.relation-content .schools > * {
    width: 23.5%;
  }
  body.study > main section.relation-content .vacancies > *:nth-of-type(2n + 3), body.study > main section.relation-content .profiles > *:nth-of-type(2n + 3), body.study > main section.relation-content .schools > *:nth-of-type(2n + 3) {
    margin-left: 2%;
  }
  body.study > main section.relation-content .vacancies > *:nth-of-type(3n + 4), body.study > main section.relation-content .profiles > *:nth-of-type(3n + 4), body.study > main section.relation-content .schools > *:nth-of-type(3n + 4) {
    margin-left: 2%;
  }
  body.study > main section.relation-content .vacancies > *:nth-of-type(4n + 5), body.study > main section.relation-content .profiles > *:nth-of-type(4n + 5), body.study > main section.relation-content .schools > *:nth-of-type(4n + 5) {
    margin-left: 0;
  }
}

body.study > main section.relation-content .vacancies > *:hover, body.study > main section.relation-content .profiles > *:hover, body.study > main section.relation-content .schools > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 640px) {
  body.study > main #relationstogglevacancies:checked + .vacancies {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  }
}

body.study > main #relationstogglevacancies:checked + .vacancies:after {
  background-color: #df4e46;
}

body.study > main section.relation-content .vacancies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 640px) {
  body.study > main #relationstoggleprofiles:checked + .profiles {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  }
}

body.study > main #relationstoggleprofiles:checked + .profiles:after {
  background-color: #df4e46;
}

body.study > main .relation-content .profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 640px) {
  body.study > main #relationstoggleschools:checked + .schools {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  }
}

body.study > main #relationstoggleschools:checked + .schools:after {
  background-color: #df4e46;
}

body.study > main section.latestnews .intro h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2.375rem;
  color: #1B1B1B;
  letter-spacing: -1.05px;
  text-align: center;
  line-height: 37.8px;
  max-width: 700px;
  margin: 0 auto 1rem;
}

body.study > main section.latestnews .intro p {
  font-family: "Circular Std", sans-serif;
  font-size: 16.2px;
  color: #868686;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  max-width: 700px;
  margin: 0 auto 3rem;
}

@media only screen and (min-width: 850px) {
  body.study > main section.latestnews .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

a.study-teaser {
  background-color: #FDFDFD;
  border: 1px solid #ECECEC;
  border-radius: 1px;
  display: block;
  margin-bottom: 1rem;
  word-break: break-word;
}

a.study-teaser header {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}

a.study-teaser header .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

a.study-teaser header h3 {
  background-color: rgba(0, 0, 0, 0.34);
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .75rem;
  color: #ffffff;
  letter-spacing: 1.03px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a.study-teaser .body {
  padding: 2.25rem;
}

a.study-teaser .body h3 {
  margin: 0 0 .625rem;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #1B1B1B;
  letter-spacing: -0.58px;
  line-height: 24px;
  background-color: transparent !important;
}

a.study-teaser .body p {
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 20.8px;
}

a.study-teaser .body p.more {
  position: relative;
  display: table;
  color: #df4e46;
  margin-top: .625rem;
  font-weight: 600;
}

a.study-teaser .body p.more:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: .875rem;
  position: absolute;
  left: calc(100% + 5px);
  bottom: 2px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: right .3s ease;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

a.study-teaser:hover header .visual {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

a.study-teaser:hover header h3 {
  background-color: #df4e46 !important;
  color: #ffffff !important;
}

a.study-teaser:hover .body p.more:after {
  left: calc(100% + 8px);
}

.vacancy-content {
  position: relative;
  padding: 50px 80px 80px;
  min-height: 80vh;
}

.vacancy-content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(rgba(232, 224, 205, 0.6)));
  background: linear-gradient(180deg, #fefefe 0%, rgba(232, 224, 205, 0.6) 100%);
}

.vacancy-content__extra-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.vacancy-content__results {
  margin: 0;
}

.vacancy-content__highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.vacancy-content__highlights .highlight-job:first-of-type {
  background-color: #ffd653;
}

.vacancy-content__page-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vacancy-content__page-switch button {
  display: block;
  background: none;
  border: none;
}

.vacancy-content__page-switch svg path {
  fill: #e4e4e4;
}

.vacancy-content__previous {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vacancy-content__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vacancy-content__pages .other,
.vacancy-content__pages button {
  padding: 15px 30px;
  font-weight: bold;
  color: #a4a4a4;
}

.vacancy-content__pages .other {
  border-radius: 100px;
  border: solid 1px #e4e4e4;
  margin-right: 18px;
}

.vacancy-content__pages button {
  padding: 15px 30px;
  margin-right: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.vacancy-content__pages button.active {
  color: #333333;
}

@media (hover: hover) and (pointer: fine) {
  .vacancy-content__pages button:hover {
    color: #333333;
  }
}

.vacancy-content__pages li:last-of-type button {
  margin-right: 0;
}

@media only screen and (max-width: 1295px) {
  .vacancy-content__pages li {
    display: none;
  }
  .vacancy-content__pages .other,
  .vacancy-content__pages .active,
  .vacancy-content__pages li:last-of-type {
    display: block;
  }
}

.vacancy-content__previous, .vacancy-content__next {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.vacancy-content__previous svg path, .vacancy-content__next svg path {
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .vacancy-content__previous:hover svg path, .vacancy-content__next:hover svg path {
    fill: #333333;
  }
}

.vacancy-content__previous.active, .vacancy-content__next.active {
  opacity: 1;
  pointer-events: all;
}

.vacancy-content__pageswitch-mobile {
  display: none;
}

@media only screen and (max-width: 1295px) {
  .vacancy-content {
    padding: 16px 80px 40px;
  }
  .vacancy-content__extra-info {
    display: none;
  }
  .vacancy-content__highlights {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .vacancy-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.vacancy-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 22px;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: -webkit-box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-box-shadow 300ms ease, -webkit-transform 300ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .vacancy-card:hover {
    z-index: 4;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);
  }
}

.vacancy-card__main-info {
  margin-right: 46px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.vacancy-card__title {
  color: #192f6a;
  margin-bottom: 15px;
  word-break: break-word;
}

.vacancy-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vacancy-card__info li {
  color: #a4a4a4;
  padding-right: 10px;
  margin-left: 10px;
  border-right: solid 1px #e4e4e4;
}

.vacancy-card__info li span {
  font-size: 12px;
}

.vacancy-card__info li:first-of-type {
  margin-left: 0;
}

.vacancy-card__info li:last-of-type {
  padding-right: 0;
  border-right: none;
}

.vacancy-card__info-and-date {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vacancy-card__date {
  margin-right: 7.5px;
  padding-right: 7.5px;
  border-right: solid 1px #d8d8d8;
}

.vacancy-card__date span {
  color: #a4a4a4;
}

.vacancy-card__date svg path {
  fill: #a4a4a4;
}

.vacancy-card__location-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancy-card__location-info p {
  margin-bottom: 0;
}

.vacancy-card__company {
  color: #9a9a9a;
  padding-right: 12px;
  margin: 0;
  margin-right: 10px;
  font-weight: normal;
  min-width: 220px;
  max-width: 220px;
}

@media only screen and (max-width: 640px) {
  .vacancy-card__company {
    min-width: 0;
  }
}

.vacancy-card__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-width: 220px;
  max-width: 220px;
}

.vacancy-card__location span {
  color: #9a9a9a;
  font-weight: normal;
}

.vacancy-card__location svg {
  height: 18px;
  margin-right: 5px;
}

@media only screen and (max-width: 720px) {
  .vacancy-card__location-info {
    display: block;
  }
  .vacancy-card__location {
    min-width: 0;
  }
}

@media only screen and (max-width: 640px) {
  .vacancy-card {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .vacancy-card__info-and-date {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: solid 1px #e4e4e4;
  }
  .vacancy-card__main-info {
    margin-right: 0;
  }
  .vacancy-card__title {
    width: 100%;
    padding: 20px;
    padding-bottom: 15px;
    margin: 0;
  }
  .vacancy-card__info {
    display: none;
  }
  .vacancy-card__date {
    -webkit-box-ordinal-group: 501;
        -ms-flex-order: 500;
            order: 500;
    margin: 0;
    padding: 0 20px;
    text-align: right;
    border: none;
  }
  .vacancy-card__location-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.highlight-job {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: block;
  padding: 50px;
  border-top-right-radius: 36px;
  background-color: #fff;
}

.highlight-job__title {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 35px;
}

.highlight-job__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.highlight-job__content p {
  margin: 0;
}

.highlight-job__content p:first-of-type {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #000;
}

.highlight-job__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.highlight-job__location svg {
  height: 100%;
  margin-right: 5px;
}

.highlight-job__location svg path {
  fill: #000;
}

.filter-option {
  margin-bottom: 15px;
}

.filter-option__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 15px 0;
  cursor: pointer;
}

.filter-option__button svg {
  width: 8px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.filter-option__button svg path {
  fill: #9a9a9a;
}

.filter-option__title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.filter-option__options {
  position: relative;
  padding-left: 24px;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.filter-option__options::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 1px;
  background-color: #e4e4e4;
}

.filter-option__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #a4a4a4;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.filter-option__label-text .span, .filter-option__label-text .vote-form__input label, .vote-form__input .filter-option__label-text label, .filter-option__label-text .vote-form__input input, .vote-form__input .filter-option__label-text input, .filter-option__label-text .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .label, .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .filter-option__label-text .label, .filter-option__label-text .vacancies-mobile-filter__filter-close {
  -ms-flex-negative: 30;
      flex-shrink: 30;
}

.filter-option__label-text .span::after, .filter-option__label-text .vote-form__input label::after, .vote-form__input .filter-option__label-text label::after, .filter-option__label-text .vote-form__input input::after, .vote-form__input .filter-option__label-text input::after, .filter-option__label-text .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .label::after, .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .filter-option__label-text .label::after, .filter-option__label-text .vacancies-mobile-filter__filter-close::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #a4a4a4;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 0;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.filter-option__label-text .span:hover::after, .filter-option__label-text .vote-form__input label:hover::after, .vote-form__input .filter-option__label-text label:hover::after, .filter-option__label-text .vote-form__input input:hover::after, .vote-form__input .filter-option__label-text input:hover::after, .filter-option__label-text .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .label:hover::after, .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .filter-option__label-text .label:hover::after, .filter-option__label-text .vacancies-mobile-filter__filter-close:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.filter-option__checkbox {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: solid 1px #e4e4e4;
  border-radius: 3px;
  overflow: hidden;
}

@media only screen and (max-width: 820px) {
  .filter-option__checkbox {
    border-color: #000;
  }
}

.filter-option__checkbox svg {
  position: relative;
  top: -1px;
  left: -1px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.filter-option .filter-option__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 1px #e4e4e4;
  opacity: 0;
  margin-left: 10px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.filter-option .filter-option__close svg {
  width: 10px;
  height: 10px;
}

.filter-option .filter-option__close svg path {
  fill: #e4e4e4;
  stroke: #e4e4e4;
}

.filter-option__option {
  display: block;
  padding: 9px 0;
  cursor: pointer;
}

.filter-option__option span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.filter-option__option input {
  display: none;
}

.filter-option__option input:checked + .filter-option__label-text {
  color: #192f6a;
}

.filter-option__option input:checked + .filter-option__label-text .filter-option__checkbox svg {
  opacity: 1;
}

.filter-option__option input:checked + .filter-option__label-text .filter-option__close {
  position: relative;
  z-index: 5;
  opacity: 1;
}

.filter-option.open .filter-option__button svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-option.open .filter-option__button svg path {
  fill: #000;
}

.filter-option.open .filter-option__options {
  max-height: 4000px;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.vacancies-mobile-filter {
  position: relative;
  display: none;
  /* HEADER */
  /* FILTER */
}

.vacancies-mobile-filter__header {
  margin-top: 62.5px;
  background-color: #192f6a;
  padding: 88px 80px 25px;
}

.vacancies-mobile-filter__results {
  color: #fff;
}

.vacancies-mobile-filter__sorting-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vacancies-mobile-filter__open-filter .symbol {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../../img/symbols/filter.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.vacancies-mobile-filter__counter {
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  position: relative;
  width: 20px;
  margin-left: 8px;
}

.vacancies-mobile-filter .dropdown-filter {
  color: #fff;
}

.vacancies-mobile-filter .dropdown-filter svg {
  width: 8px;
}

.vacancies-mobile-filter .dropdown-filter svg path {
  fill: #fff;
}

.vacancies-mobile-filter__filter {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffd653;
  padding: 46px 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  pointer-events: none;
}

.vacancies-mobile-filter__filter.open {
  opacity: 1;
  pointer-events: all;
}

.vacancies-mobile-filter__filter-close {
  margin-bottom: 15px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
}

.vacancies-mobile-filter__filter-close .symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 1px #000;
  padding: 5px;
  margin-left: 6px;
}

.vacancies-mobile-filter__filter-close .symbol svg {
  width: 100%;
  height: 100%;
}

.vacancies-mobile-filter__filter-close .symbol svg path {
  stroke: #000;
}

.vacancies-mobile-filter__inputs {
  margin-bottom: 15px;
}

.vacancies-mobile-filter__inputs .input {
  margin-bottom: 24px;
}

.vacancies-mobile-filter__inputs .input label {
  display: none;
}

.vacancies-mobile-filter__inputs .input input {
  background: none;
  border-color: rgba(0, 0, 0, 0.5);
}

.vacancies-mobile-filter__inputs .input input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.vacancies-mobile-filter__inputs .input input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.vacancies-mobile-filter__inputs .input input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.vacancies-mobile-filter__inputs .input input::placeholder {
  color: #000;
  opacity: 1;
}

.vacancies-mobile-filter__inputs .input input:focus::-webkit-input-placeholder, .vacancies-mobile-filter__inputs .input input:focus::-webkit-input-placeholder, .vacancies-mobile-filter__inputs .input input:focus:-moz-placeholder, .vacancies-mobile-filter__inputs .input input:focus::-moz-placeholder, .vacancies-mobile-filter__inputs .input input:focus:-ms-input-placeholder {
  color: transparent;
}

.vacancies-mobile-filter__inputs .input input:focus::placeholder, .vacancies-mobile-filter__inputs .input input:focus::-webkit-input-placeholder, .vacancies-mobile-filter__inputs .input input:focus:-moz-placeholder, .vacancies-mobile-filter__inputs .input input:focus::-moz-placeholder, .vacancies-mobile-filter__inputs .input input:focus:-ms-input-placeholder {
  color: transparent;
}

.vacancies-mobile-filter__inputs .input:last-of-type {
  margin-bottom: 0;
}

.vacancies-mobile-filter__filter {
  margin-bottom: 15px;
}

.vacancies-mobile-filter__filter .filter-option__button svg path {
  fill: #000;
}

.vacancies-mobile-filter__filter .filter-option__options::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.vacancies-mobile-filter__filter .filter-option__label-text .span, .vacancies-mobile-filter__filter .filter-option__label-text .vote-form__input label, .vote-form__input .vacancies-mobile-filter__filter .filter-option__label-text label, .vacancies-mobile-filter__filter .filter-option__label-text .vote-form__input input, .vote-form__input .vacancies-mobile-filter__filter .filter-option__label-text input, .vacancies-mobile-filter__filter .filter-option__label-text .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .label, .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .vacancies-mobile-filter__filter .filter-option__label-text .label, .vacancies-mobile-filter__filter .filter-option__label-text .vacancies-mobile-filter__filter-close {
  color: #000;
}

.vacancies-mobile-filter__filter .filter-option__close {
  display: none;
}

.vacancies-mobile-filter__filter .filter-option__option input:checked ~ .filter-option__label-text {
  color: #000;
}

.vacancies-mobile-filter__filter .filter-option__option input:checked ~ .filter-option__label-text span {
  font-weight: bold;
}

.vacancies-mobile-filter input[type="submit"] {
  width: 100%;
}

@media only screen and (max-width: 1295px) {
  .vacancies-mobile-filter {
    display: block;
  }
}

@media only screen and (max-width: 820px) {
  .vacancies-mobile-filter__header {
    padding: 88px 30px 25px;
  }
}

@media only screen and (max-width: 640px) {
  .vacancies-mobile-filter__header {
    padding: 56px 30px 25px;
  }
}

.company-minimal {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media only screen and (max-width: 820px) {
  .company-minimal {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .company-minimal {
    padding: 0;
  }
}

.company-minimal--green p,
.company-minimal--green a {
  color: #fff;
}

.company-minimal--green svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.company-minimal--green .company-minimal__wrapper::after {
  background-color: #80a43b;
}

.company-minimal--green .company-minimal__item {
  color: #fff;
}

.company-minimal--green .company-minimal__title {
  color: rgba(0, 0, 0, 0.5);
}

.company-minimal__wrapper {
  position: relative;
  padding: 0 0 136px 80px;
  margin-left: 184px;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 20px;
}

.company-minimal__wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 0;
  bottom: 0;
  width: 100vw;
}

@media only screen and (max-width: 820px) {
  .company-minimal__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .company-minimal__wrapper {
    margin-left: 0;
    padding: 0 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company-minimal__item p {
  margin: 0;
}

.company-minimal__item--large {
  grid-column: 2 / 3;
  grid-row: 1 / -1;
}

.company-minimal__item ul {
  padding: 0;
  list-style: none;
}

.company-minimal__item ul:first-of-type {
  margin: 0;
  margin-top: 5px;
}

.company-minimal__item ul:first-of-type li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

.company-minimal__item ul:first-of-type li svg {
  margin-right: 12px;
}

.company-minimal__item li svg {
  width: 16px;
  height: 20px;
}

.company-minimal__social-links {
  margin: 0;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-minimal__social-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  width: 16px;
  height: 16px;
}

.company-minimal__social-links li:last-of-type {
  margin-right: 0;
}

.company-minimal__main-link {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .company-minimal__main-link {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}

.company-base-info {
  max-width: 1440px;
  margin: 70px auto 96px;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  /* main content */
  /* sub content wrapper */
  /* sub content */
}

@media only screen and (max-width: 1295px) {
  .company-base-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 640px) {
  .company-base-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    padding: 0 30px;
    margin-top: 32px;
    margin-bottom: 0;
  }
}

.company-base-info iframe {
  display: none;
}

.company-base-info__main-content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.company-base-info__title {
  margin-bottom: 15px;
}

.company-base-info__text {
  color: #000;
}

.company-base-info__text p:last-of-type {
  margin: 0;
}

.company-base-info__text h2 {
  font-family: "Circular Std", sans-serif;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.1px;
  font-weight: normal;
  margin-bottom: 15px;
}

.company-base-info__sub-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  gap: 80px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.company-base-info__sub-wrapper .company-minimal__item {
  margin-bottom: 20px;
}

.company-base-info__sub-wrapper .company-minimal__item p,
.company-base-info__sub-wrapper .company-minimal__item a,
.company-base-info__sub-wrapper .company-minimal__item address {
  color: #a4a4a4;
}

.company-base-info__sub-wrapper .company-minimal__item:last-of-type {
  margin-bottom: 0;
}

.company-base-info__sub-wrapper svg path {
  fill: #666;
}

@media only screen and (max-width: 640px) {
  .company-base-info__sub-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.company-base-info__main-image {
  width: 300px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #e4e4e4;
  border-radius: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .company-base-info__main-image {
    display: none;
  }
}

.company-base-info__sub-content {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.company-base-info .company-minimal__item:nth-of-type(4) .company-minimal__title {
  display: none;
}

@media only screen and (max-width: 640px) {
  .company-base-info .company-minimal__item:nth-of-type(1), .company-base-info .company-minimal__item:nth-of-type(2), .company-base-info .company-minimal__item:nth-of-type(3) {
    display: none;
  }
  .company-base-info .company-minimal__item:nth-of-type(4) {
    display: block;
    border-radius: 22px;
    border: solid 1px #e4e4e4;
    padding: 35px;
    background-color: #fff;
  }
  .company-base-info .company-minimal__item:nth-of-type(4) .company-minimal__title {
    margin-bottom: 25px;
  }
}

.company-base-info__jobs {
  width: 340px;
}

.company-base-info__jobs header {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1295px) {
  .company-base-info__jobs {
    width: auto;
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 640px) {
  .company-base-info__jobs {
    display: none;
  }
}

.company-base-info__jobs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-height: 70vh;
  overflow: auto;
}

@media only screen and (max-width: 1295px) {
  .company-base-info__jobs-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 820px) {
  .company-base-info__jobs-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.company-base-info--has-jobs .company-base-info__sub-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.company-maximal .text-section {
  padding-top: 120px;
  padding-bottom: 50px;
}

.company-maximal .text-section:nth-of-type(2) {
  padding-top: 0;
  padding-bottom: 60px;
}

.company-maximal .article-switch-links {
  padding-bottom: 140px;
}

.company-maximal .full-width-banner {
  margin-bottom: 120px;
}

.company-maximal .text-columns {
  padding-bottom: 120px;
}

.company-maximal .image-text {
  position: relative;
}

.company-maximal .image-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 102vw;
  height: 144px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.company-maximal .full-width-slider-width-content {
  padding-bottom: 195px;
}

.company-maximal .column-article-switcher {
  padding-top: 100px;
  padding-bottom: 80px;
}

.company-maximal--green-dark .image-text::after {
  background-color: #253505;
}

@media only screen and (max-width: 640px) {
  .company-maximal .image-fan {
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: -50px;
  }
  .company-maximal .text-section {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .company-maximal .text-section:nth-of-type(1) .text-section__text {
    display: none;
  }
  .company-maximal .text-section:nth-of-type(2) {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .company-maximal .text-section:nth-of-type(2)::after {
    background-color: #fff;
  }
  .company-maximal .text-section:nth-of-type(2) .text-section__title,
  .company-maximal .text-section:nth-of-type(2) .text-section__text p {
    color: #000;
  }
  .company-maximal .full-width-banner {
    margin-bottom: 35px;
  }
  .company-maximal .text-columns {
    padding-bottom: 0;
  }
  .company-maximal .full-width-slider-width-content {
    padding-bottom: 56px;
  }
}

.company-card {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(2, auto);
  background-color: #fff;
  border-radius: 22px;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: -webkit-box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-box-shadow 300ms ease, -webkit-transform 300ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .company-card:hover {
    z-index: 4;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);
  }
}

.company-card__main-info {
  margin-right: 46px;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.company-card__title {
  margin-bottom: 15px;
}

.company-card__sub-title {
  margin: 0;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.company-card__location {
  grid-column: 2 / 3;
  grid-row: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.company-card__location span {
  color: #9a9a9a;
  font-weight: 600;
}

.company-card__location svg {
  height: 18px;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  .company-card {
    row-gap: 15px;
    padding: 20px;
  }
  .company-card .company-card__main-info {
    position: relative;
    grid-column: 1 / -1;
    width: 100%;
  }
  .company-card .company-card__main-info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    display: block;
    height: 1px;
    background-color: #e4e4e4;
  }
  .company-card .company-card__sub-title {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-right: 20px;
  }
  .company-card .company-card__location {
    position: relative;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .company-card .company-card__location::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    display: block;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
  }
}

.vacancy main {
  overflow: hidden;
}

.vacancy-base-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 146px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.vacancy-base-info__header {
  margin-bottom: 15px;
}

@media only screen and (max-width: 820px) {
  .vacancy-base-info__header {
    margin-top: 24px;
  }
}

.vacancy-base-info__stats {
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  height: 80px;
  padding: 0;
}

@media only screen and (max-width: 820px) {
  .vacancy-base-info__stats {
    display: none;
  }
}

.vacancy-base-info__stats li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a4a4a4;
}

.vacancy-base-info__stats li svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.vacancy-base-info__stats li::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin: 0 12px;
  background-color: #192f6a;
}

.vacancy-base-info__stats li:last-of-type::after {
  display: none;
}

.vacancy-base-info__text {
  margin-bottom: 40px;
}

.vacancy-base-info__text:last-child {
  margin-bottom: 0;
}

.vacancy-base-info__extras {
  position: relative;
  padding: 50px 60px 90px;
  border: solid #e4e4e4 1px;
  border-radius: 8px;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .vacancy-base-info__extras {
    padding: 25px 30px 90px;
  }
}

@media only screen and (max-width: 640px) {
  .vacancy-base-info__extras {
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }
}

.vacancy-base-info__extras-item {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .vacancy-base-info__extras-item {
    margin-bottom: 25px;
  }
}

.vacancy-base-info__extras-item td {
  padding: 0.5rem;
}

.vacancy-base-info__extras-item td a {
  word-break: break-all;
}

.vacancy-base-info__btn {
  position: absolute;
  bottom: 0;
  display: inline-block;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media only screen and (max-width: 640px) {
  .vacancy-base-info__btn {
    display: none;
  }
}

.vacancy-extra-info {
  width: 264px;
  min-width: 264px;
  margin: 80px 0;
}

@media only screen and (max-width: 820px) {
  .vacancy-extra-info {
    margin: 24px 0;
  }
}

@media only screen and (max-width: 640px) {
  .vacancy-extra-info {
    width: 100%;
    padding: 0 30px;
  }
}

.vacancy-extra-info__img {
  width: 100%;
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}

.vacancy-extra-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 640px) {
  .vacancy-extra-info__img {
    display: none;
  }
}

.vacancy-extra-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 26px;
  border-radius: 8px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
}

.vacancy-extra-info__share-link {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.vacancy-extra-info__share-link::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -30px;
  left: -26px;
  width: 264px;
  height: 1px;
  background-color: #e4e4e4;
}

.vacancy-extra-info__share-link svg {
  margin-right: 15px;
}

@media only screen and (max-width: 640px) {
  .vacancy-extra-info__share-link {
    display: none;
  }
}

.vacancy-extra-info__small-info {
  margin-bottom: 35px;
}

.vacancy-extra-info__small-info p {
  color: #a4a4a4;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .vacancy-extra-info__small-info {
    display: none;
  }
}

.vacancy-extra-info__small-info-title {
  margin: 40px 0 15px;
}

.vacancy-extra-info__socials {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vacancy-extra-info__socials ul {
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .vacancy-extra-info__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .vacancy-extra-info__socials header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vacancy-extra-info__socials ul {
    margin-top: 0;
  }
}

.vacancy-extra-info__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancy-extra-info__socials-list li {
  margin-right: 16px;
}

.vacancy-extra-info__socials-list li svg path {
  fill: #192f6a;
  opacity: 1;
}

.vacancy-extra-info__contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

.vacancy-extra-info__contact-info li .span, .vacancy-extra-info__contact-info li .vote-form__input label, .vote-form__input .vacancy-extra-info__contact-info li label, .vacancy-extra-info__contact-info li .vote-form__input input, .vote-form__input .vacancy-extra-info__contact-info li input, .vacancy-extra-info__contact-info li .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .label, .vacancies-mobile-filter .dropdown-filter .dropdown-filter__result .vacancy-extra-info__contact-info li .label, .vacancy-extra-info__contact-info li .vacancies-mobile-filter__filter-close {
  color: #000;
  margin: 0;
}

.vacancy-extra-info__contact-info li svg {
  margin-right: 12px;
  width: 16px;
  height: 20px;
}

.vacancy-extra-info__contact-info li svg path {
  fill: #192f6a;
  opacity: 1;
}

.vacancy-extra-info__socials-title {
  margin: 0 0 10px;
}

.vacancy-extra-info__more-link {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (max-width: 640px) {
  .vacancy-extra-info__more-link {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .vacancy-extra-info {
    margin: 25px 0;
  }
}

.related-jobs {
  margin-bottom: 110px;
}

.related-jobs__header {
  margin-bottom: 25px;
}

.related-jobs__job-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 640px) {
  .related-jobs__job-holder {
    display: block;
  }
  .related-jobs__job-holder .flickity-viewport {
    overflow: visible;
  }
  .related-jobs__job-holder .jobcard {
    width: 80%;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 820px) {
  .related-jobs {
    margin-bottom: 0;
    padding: 35px 30px 40px;
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#fefefe), to(rgba(232, 224, 205, 0.6)));
    background: linear-gradient(0deg, #fefefe 0%, rgba(232, 224, 205, 0.6) 100%);
  }
  .related-jobs .related-jobs__header {
    margin-bottom: 16px;
  }
}

.vacancy-jobs-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding-left: 0;
}

.vacancy-jobs-image .jobs-image-header {
  height: 500px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.vacancy-jobs-image__jobs-holder {
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

@media only screen and (max-width: 820px) {
  .vacancy-jobs-image .vacancy-jobs-image__jobs-holder {
    width: 250px;
  }
}

@media only screen and (max-width: 640px) {
  .vacancy-jobs-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-right: 0;
  }
  .vacancy-jobs-image .jobs-image-header {
    height: 250px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .vacancy-jobs-image .vacancy-jobs-image__jobs-holder {
    width: auto;
    padding: 45px 80px 0;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(#fefefe), to(rgba(232, 224, 205, 0.6)));
    background: linear-gradient(0deg, #fefefe 0%, rgba(232, 224, 205, 0.6) 100%);
    padding-bottom: 70px;
  }
  .vacancy-jobs-image .vacancy-jobs-image__jobs-holder .flickity-viewport {
    overflow: visible;
  }
  .vacancy-jobs-image .vacancy-jobs-image__jobs-holder .jobcard {
    width: 80%;
    margin-left: 20px;
  }
}

.teams {
  padding: 0 80px;
}

.teams__header {
  margin-bottom: 48px;
}

.teams__teaser {
  margin: 20px auto 0;
  max-width: 750px;
  text-align: center;
}

.teams__teaser h2 {
  text-align: center;
  margin: 0 0 20px !important;
}

.teams__teaser p {
  text-align: center;
}

.teams__title {
  text-align: center;
  margin: 0;
}

.teams__info {
  max-width: 750px;
  margin: 20px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.teams__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.teams__content {
  max-width: 1290px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media only screen and (max-width: 1295px) {
  .teams .teams__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 820px) {
  .teams {
    padding: 0 30px;
  }
  .teams .teams__header {
    margin-bottom: 35px;
  }
  .teams .teams__content {
    position: relative;
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 30px;
  }
  .teams .teams__content::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left bottom, left top, from(#fefefe), to(rgba(232, 224, 205, 0.6)));
    background: linear-gradient(0deg, #fefefe 0%, rgba(232, 224, 205, 0.6) 100%);
  }
}

.team-item {
  position: relative;
  height: 300px;
  display: block;
}

.team-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0001)), color-stop(5.21%, rgba(0, 0, 0, 0.00392157)), color-stop(10.58%, rgba(0, 0, 0, 0.0196078)), color-stop(16.07%, rgba(0, 0, 0, 0.0431373)), color-stop(21.64%, rgba(0, 0, 0, 0.0745098)), color-stop(27.27%, rgba(0, 0, 0, 0.113725)), color-stop(32.92%, rgba(0, 0, 0, 0.156863)), color-stop(38.56%, rgba(0, 0, 0, 0.203922)), color-stop(44.15%, rgba(0, 0, 0, 0.258824)), color-stop(49.66%, rgba(0, 0, 0, 0.317647)), color-stop(55.05%, rgba(0, 0, 0, 0.376471)), color-stop(60.31%, rgba(0, 0, 0, 0.439216)), color-stop(65.38%, rgba(0, 0, 0, 0.501961)), color-stop(70.23%, rgba(0, 0, 0, 0.560784)), color-stop(74.84%, rgba(0, 0, 0, 0.623529)), color-stop(79.17%, rgba(0, 0, 0, 0.682353)), color-stop(83.19%, rgba(0, 0, 0, 0.741176)), color-stop(86.85%, rgba(0, 0, 0, 0.796078)), color-stop(90.14%, rgba(0, 0, 0, 0.843137)), color-stop(93.01%, rgba(0, 0, 0, 0.886275)), color-stop(95.44%, rgba(0, 0, 0, 0.92549)), color-stop(97.38%, rgba(0, 0, 0, 0.956863)), color-stop(98.82%, rgba(0, 0, 0, 0.980392)), color-stop(99.7%, rgba(0, 0, 0, 0.996078)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.00392157) 5.21%, rgba(0, 0, 0, 0.0196078) 10.58%, rgba(0, 0, 0, 0.0431373) 16.07%, rgba(0, 0, 0, 0.0745098) 21.64%, rgba(0, 0, 0, 0.113725) 27.27%, rgba(0, 0, 0, 0.156863) 32.92%, rgba(0, 0, 0, 0.203922) 38.56%, rgba(0, 0, 0, 0.258824) 44.15%, rgba(0, 0, 0, 0.317647) 49.66%, rgba(0, 0, 0, 0.376471) 55.05%, rgba(0, 0, 0, 0.439216) 60.31%, rgba(0, 0, 0, 0.501961) 65.38%, rgba(0, 0, 0, 0.560784) 70.23%, rgba(0, 0, 0, 0.623529) 74.84%, rgba(0, 0, 0, 0.682353) 79.17%, rgba(0, 0, 0, 0.741176) 83.19%, rgba(0, 0, 0, 0.796078) 86.85%, rgba(0, 0, 0, 0.843137) 90.14%, rgba(0, 0, 0, 0.886275) 93.01%, rgba(0, 0, 0, 0.92549) 95.44%, rgba(0, 0, 0, 0.956863) 97.38%, rgba(0, 0, 0, 0.980392) 98.82%, rgba(0, 0, 0, 0.996078) 99.7%, #000000 100%);
  opacity: 0.3;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.team-item__content {
  height: 100%;
}

.team-item__header {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-color: #ffd653;
  border-radius: 100px;
  border-bottom-right-radius: 0;
  padding: 18px;
  margin: 0;
}

.team-item__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #e4e4e4;
}

.team-item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-item__label {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  color: #fff;
}

@media only screen and (max-width: 820px) {
  .team-item {
    height: 150px;
  }
  .team-item::after {
    -webkit-transform: none;
            transform: none;
  }
  .team-item .team-item__label {
    font-family: "Circular Air", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    top: auto;
    left: 10px;
    bottom: 10px;
  }
  .team-item .team-item__title {
    font-family: "Circular Std", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: initial;
  }
}

.team-intro-item {
  position: relative;
  height: 300px;
}

.team-intro-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #192f6a;
  opacity: 0.8;
}

.team-intro-item__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 18px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 20px;
}

.team-intro-item__title {
  text-align: center;
  color: #fff;
  max-width: 250px;
}

.team-intro-item__sub-title {
  color: #fff;
  text-align: center;
  max-width: 250px;
}

.team-intro-item__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #192f6a;
}

@media only screen and (max-width: 820px) {
  .team-intro-item {
    display: none;
  }
}

.constest-video {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 80px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  pointer-events: none;
}

@media only screen and (max-width: 1295px) {
  .constest-video {
    padding: 30px;
  }
}

.constest-video--open {
  opacity: 1;
  pointer-events: all;
}

.constest-video__video {
  width: 100%;
  height: 100%;
}

.constest-video__exit-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
}

.constest-video__exit-btn svg {
  width: 16px;
  height: 16px;
}

.old-contests {
  padding: 0 80px 100px;
}

@media only screen and (max-width: 820px) {
  .old-contests {
    padding: 0;
  }
}

.old-contests__header {
  margin-bottom: 48px;
}

@media only screen and (max-width: 820px) {
  .old-contests__header {
    margin-bottom: 35px;
    padding: 0 30px;
  }
}

.old-contests__title {
  text-align: center;
}

@media only screen and (max-width: 820px) {
  .old-contests__title {
    font-family: "Circular Std", sans-serif;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.1px;
    font-weight: normal;
    text-align: left;
  }
}

.old-contests__carrousel {
  margin-bottom: 90px;
}

@media only screen and (max-width: 820px) {
  .old-contests__carrousel {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}

.old-contests__carrousel .carousel-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  margin-right: 30px;
}

@media only screen and (max-width: 820px) {
  .old-contests__carrousel .carousel-cell {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    row-gap: 20px;
    width: 200vw;
    margin-right: 0;
    padding-right: 30px;
    padding-bottom: 35px;
  }
  .old-contests__carrousel .carousel-cell:last-of-type {
    padding-right: 0;
  }
  .old-contests__carrousel .carousel-cell::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 117px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #192f6a;
  }
  .old-contests__carrousel .carousel-cell .contest-item:last-of-type {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  .old-contests__carrousel .carousel-cell .contest-item:first-of-type {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
}

.contest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-bottom-left-radius: 30px;
  background-color: #ffd653;
}

@media only screen and (max-width: 820px) {
  .contest-item {
    width: 100vw;
    background: none;
    padding-right: 25vw;
  }
}

.contest-item__content {
  padding: 35px 30px 60px;
}

@media only screen and (max-width: 820px) {
  .contest-item__content {
    padding-bottom: 0;
  }
}

.contest-item__img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}

.contest-item__header {
  margin-bottom: 15px;
}

@media only screen and (max-width: 820px) {
  .contest-item__title {
    color: #fff;
  }
}

.contest-item__text {
  margin-bottom: 35px;
}

@media only screen and (max-width: 820px) {
  .contest-item__text {
    color: #fff;
    margin-bottom: 15px;
  }
}

.contest-item__link::after {
  background-color: #000;
}

@media only screen and (max-width: 820px) {
  .contest-item__link {
    color: #ffd653;
    font-size: 16px;
    line-height: 24px;
  }
  .contest-item__link::after {
    background-color: #ffd653;
  }
}

@media only screen and (min-width: 820px) {
  .contest-item--large {
    position: relative;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    background-color: #192f6a;
    border-bottom-left-radius: 0;
    border-top-left-radius: 30px;
    overflow: hidden;
  }
  .contest-item--large .contest-item__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .contest-item--large .contest-item__content {
    position: relative;
    z-index: 5;
    background-color: rgba(25, 47, 106, 0.8);
    padding: 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .contest-item--large .contest-item__title {
    font-family: "Circular Air", sans-serif;
    font-weight: 300;
    font-size: 55px;
    line-height: 62px;
    color: #fff;
    text-align: center;
  }
  .contest-item--large .contest-item__text {
    display: none;
  }
  .contest-item--large .contest-item__link {
    color: #ffd653;
  }
  .contest-item--large .contest-item__link::after {
    background-color: #ffd653;
  }
}

@media only screen and (max-width: 820px) {
  .contest-item--large {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -ms-flex-item-align: center;
        align-self: center;
    padding-right: 0;
    width: 75vw;
  }
  .contest-item--large .contest-item__img {
    display: none;
  }
}

.contest-item--dummy-big {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  opacity: 0;
}

@media only screen and (max-width: 820px) {
  .contest-item--dummy-big {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
  }
}

.contest-item--dummy {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  opacity: 0;
}

@media only screen and (max-width: 820px) {
  .contest-item--dummy {
    display: none;
  }
}

.companyaddform-containers__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff;
}

.companyaddform-containers__tabs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 0.75rem;
  padding: 15px;
  height: 100%;
  text-align: center;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
}

.companyaddform-containers__tabs li a:hover {
  background-color: #000;
  color: #fff;
}

.companyaddform-containers__tabs li.active a {
  background-color: #000;
  color: #fff;
}

.companyaddform-containers .container {
  display: none;
}

.companyaddform-containers .container.active {
  display: block;
}

body.about header.pageheader {
  width: 96%;
  margin-left: 2%;
}

article.about main {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
  article.about main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

article.about main section.body {
  max-width: 725px;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
  article.about main section.body {
    margin-right: 2rem;
  }
}

article.about main section.body h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  color: #1B1B1B;
  letter-spacing: -0.78px;
  line-height: 32.8px;
  margin: 0 0 2rem;
}

article.about main section.body h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #1B1B1B;
  letter-spacing: -0.47px;
  line-height: 35.8px;
  margin-bottom: 5px;
}

article.about main section.body p + h3 {
  margin-top: 2rem;
}

article.about main aside {
  display: block;
  max-width: 725px;
  margin: 2rem auto 0;
}

@media only screen and (min-width: 750px) {
  article.about main aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media only screen and (min-width: 1000px) {
  article.about main aside {
    display: block;
    max-width: none;
    margin: 0 auto;
  }
}

article.about main aside .twitter {
  max-height: 600px;
  overflow-y: scroll;
  background-color: #FAFAFA;
  margin: 0 auto 1.5rem;
  max-width: 420px;
}

@media only screen and (min-width: 750px) {
  article.about main aside .twitter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: none;
  }
}

@media only screen and (min-width: 1000px) {
  article.about main aside .twitter {
    min-width: 420px;
    max-width: 420px;
    max-height: 600px;
    overflow-y: scroll;
  }
}

article.about main aside .twitter header h3 {
  font-weight: bold;
  color: #ffffff;
  background-color: #df4e46;
  margin-bottom: 1rem;
  background-image: url(../img/symbols/twitter_white.svg);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 14px;
  padding-left: 54px;
}

article.about main aside .twitter iframe {
  padding: 0 .625rem !important;
}

article.about main aside .partners {
  min-width: 420px;
  max-width: 420px;
  margin: 0 auto 1.5rem;
  background-color: #FAFAFA;
}

@media only screen and (min-width: 750px) {
  article.about main aside .partners {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: none;
  }
}

article.about main aside .partners header h3 {
  font-weight: bold;
  color: #ffffff;
  background-color: #df4e46;
}

article.about main aside .partners ul {
  margin: 0;
  padding: 3.125rem;
  list-style: none;
}

article.about main aside .partners ul li a {
  font-family: "Circular Std", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #222222;
  letter-spacing: 0;
  line-height: 20.9px;
  padding-left: 28px;
  background-image: url(../img/symbols/external-link_black.svg);
  background-repeat: no-repeat;
  background-size: 14px 13px;
  background-position: left center;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

article.about main aside .partners ul li a:hover {
  color: #df4e46;
}

article.about main aside .partners ul li + li {
  margin-top: 1rem;
}

body.about .footerlink a {
  display: block;
  position: relative;
  width: 96%;
  min-height: 225px;
  margin: 50px auto 0;
  overflow: hidden;
}

@media only screen and (min-width: 640px) {
  body.about .footerlink a {
    min-height: 400px;
  }
}

@media only screen and (min-width: 700px) {
  body.about .footerlink a {
    margin: 175px auto 0;
  }
}

body.about .footerlink a .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/partners/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

body.about .footerlink a header {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  body.about .footerlink a header h2 {
    font-size: 21px;
    line-height: 64px;
  }
}

body.about .footerlink a:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.companyreject.action > main > main,
body.companyactivate > main > main,
body.newpassword.action > main > main,
body.passwordforgot.action > main > main,
body.schoolactivate > main > main,
body.schoolreject.action > main > main,
body.userreject.action > main > main,
body.useractivate > main > main,
body.vacancyactivate > main > main,
body.vacancyreject.action > main > main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.companyreject.action > main > main h1,
body.companyactivate > main > main h1,
body.newpassword.action > main > main h1,
body.passwordforgot.action > main > main h1,
body.schoolactivate > main > main h1,
body.schoolreject.action > main > main h1,
body.userreject.action > main > main h1,
body.useractivate > main > main h1,
body.vacancyactivate > main > main h1,
body.vacancyreject.action > main > main h1 {
  width: 100%;
}

body.companyreject.action > main > main a,
body.companyactivate > main > main a,
body.newpassword.action > main > main a,
body.passwordforgot.action > main > main a,
body.schoolactivate > main > main a,
body.schoolreject.action > main > main a,
body.userreject.action > main > main a,
body.useractivate > main > main a,
body.vacancyactivate > main > main a,
body.vacancyreject.action > main > main a {
  width: auto;
  padding: 1.5rem 60px;
}

body.add.vacancy > main,
body.add.profile > main,
body.company.add > main,
body.company.edit > main,
body.companyreject > main,
body.edit.vacancy > main,
body.myuser.edit > main,
body.newpassword > main,
body.passwordforgot > main,
body.school.add > main,
body.school.edit > main,
body.schoolreject > main,
body.study.add > main,
body.userreject > main,
body.vacancyreject > main {
  width: 96%;
  margin: 0 auto;
  background-color: #f7f7f7;
}

body.add.vacancy > main > header,
body.add.profile > main > header,
body.company.add > main > header,
body.company.edit > main > header,
body.companyreject > main > header,
body.edit.vacancy > main > header,
body.myuser.edit > main > header,
body.newpassword > main > header,
body.passwordforgot > main > header,
body.school.add > main > header,
body.school.edit > main > header,
body.schoolreject > main > header,
body.study.add > main > header,
body.userreject > main > header,
body.vacancyreject > main > header {
  margin-bottom: 6.5rem;
}

body.add.vacancy > main > main,
body.add.profile > main > main,
body.company.add > main > main,
body.company.edit > main > main,
body.companyreject > main > main,
body.edit.vacancy > main > main,
body.myuser.edit > main > main,
body.newpassword > main > main,
body.passwordforgot > main > main,
body.school.add > main > main,
body.school.edit > main > main,
body.schoolreject > main > main,
body.study.add > main > main,
body.userreject > main > main,
body.vacancyreject > main > main {
  margin: 0 auto;
  width: 96%;
  max-width: 960px;
}

body.add.vacancy > main > main .container,
body.add.profile > main > main .container,
body.company.add > main > main .container,
body.company.edit > main > main .container,
body.companyreject > main > main .container,
body.edit.vacancy > main > main .container,
body.myuser.edit > main > main .container,
body.newpassword > main > main .container,
body.passwordforgot > main > main .container,
body.school.add > main > main .container,
body.school.edit > main > main .container,
body.schoolreject > main > main .container,
body.study.add > main > main .container,
body.userreject > main > main .container,
body.vacancyreject > main > main .container {
  background-color: #ffffff;
  margin-bottom: 3.125rem;
}

body.add.vacancy > main > main .container header h3,
body.add.profile > main > main .container header h3,
body.company.add > main > main .container header h3,
body.company.edit > main > main .container header h3,
body.companyreject > main > main .container header h3,
body.edit.vacancy > main > main .container header h3,
body.myuser.edit > main > main .container header h3,
body.newpassword > main > main .container header h3,
body.passwordforgot > main > main .container header h3,
body.school.add > main > main .container header h3,
body.school.edit > main > main .container header h3,
body.schoolreject > main > main .container header h3,
body.study.add > main > main .container header h3,
body.userreject > main > main .container header h3,
body.vacancyreject > main > main .container header h3 {
  background-color: #000000;
  color: #ffffff;
}

body.add.vacancy > main > main .container main.form,
body.add.profile > main > main .container main.form,
body.company.add > main > main .container main.form,
body.company.edit > main > main .container main.form,
body.companyreject > main > main .container main.form,
body.edit.vacancy > main > main .container main.form,
body.myuser.edit > main > main .container main.form,
body.newpassword > main > main .container main.form,
body.passwordforgot > main > main .container main.form,
body.school.add > main > main .container main.form,
body.school.edit > main > main .container main.form,
body.schoolreject > main > main .container main.form,
body.study.add > main > main .container main.form,
body.userreject > main > main .container main.form,
body.vacancyreject > main > main .container main.form {
  padding: 2rem 1.5rem 0.25rem;
}

@media only screen and (min-width: 750px) {
  body.add.vacancy > main > main .container main.form,
  body.add.profile > main > main .container main.form,
  body.company.add > main > main .container main.form,
  body.company.edit > main > main .container main.form,
  body.companyreject > main > main .container main.form,
  body.edit.vacancy > main > main .container main.form,
  body.myuser.edit > main > main .container main.form,
  body.newpassword > main > main .container main.form,
  body.passwordforgot > main > main .container main.form,
  body.school.add > main > main .container main.form,
  body.school.edit > main > main .container main.form,
  body.schoolreject > main > main .container main.form,
  body.study.add > main > main .container main.form,
  body.userreject > main > main .container main.form,
  body.vacancyreject > main > main .container main.form {
    padding: 3.25rem 3.25rem 1.25rem;
  }
}

body.add.vacancy > main > main .container main.form .fields,
body.add.profile > main > main .container main.form .fields,
body.company.add > main > main .container main.form .fields,
body.company.edit > main > main .container main.form .fields,
body.companyreject > main > main .container main.form .fields,
body.edit.vacancy > main > main .container main.form .fields,
body.myuser.edit > main > main .container main.form .fields,
body.newpassword > main > main .container main.form .fields,
body.passwordforgot > main > main .container main.form .fields,
body.school.add > main > main .container main.form .fields,
body.school.edit > main > main .container main.form .fields,
body.schoolreject > main > main .container main.form .fields,
body.study.add > main > main .container main.form .fields,
body.userreject > main > main .container main.form .fields,
body.vacancyreject > main > main .container main.form .fields {
  display: block;
}

@media only screen and (min-width: 750px) {
  body.add.vacancy > main > main .container main.form .fields,
  body.add.profile > main > main .container main.form .fields,
  body.company.add > main > main .container main.form .fields,
  body.company.edit > main > main .container main.form .fields,
  body.companyreject > main > main .container main.form .fields,
  body.edit.vacancy > main > main .container main.form .fields,
  body.myuser.edit > main > main .container main.form .fields,
  body.newpassword > main > main .container main.form .fields,
  body.passwordforgot > main > main .container main.form .fields,
  body.school.add > main > main .container main.form .fields,
  body.school.edit > main > main .container main.form .fields,
  body.schoolreject > main > main .container main.form .fields,
  body.study.add > main > main .container main.form .fields,
  body.userreject > main > main .container main.form .fields,
  body.vacancyreject > main > main .container main.form .fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.add.vacancy > main > main .container main.form .fields .field,
body.add.profile > main > main .container main.form .fields .field,
body.company.add > main > main .container main.form .fields .field,
body.company.edit > main > main .container main.form .fields .field,
body.companyreject > main > main .container main.form .fields .field,
body.edit.vacancy > main > main .container main.form .fields .field,
body.myuser.edit > main > main .container main.form .fields .field,
body.newpassword > main > main .container main.form .fields .field,
body.passwordforgot > main > main .container main.form .fields .field,
body.school.add > main > main .container main.form .fields .field,
body.school.edit > main > main .container main.form .fields .field,
body.schoolreject > main > main .container main.form .fields .field,
body.study.add > main > main .container main.form .fields .field,
body.userreject > main > main .container main.form .fields .field,
body.vacancyreject > main > main .container main.form .fields .field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
}

body.add.vacancy > main > main .container main.form .fields.person .field:first-of-type,
body.add.profile > main > main .container main.form .fields.person .field:first-of-type,
body.company.add > main > main .container main.form .fields.person .field:first-of-type,
body.company.edit > main > main .container main.form .fields.person .field:first-of-type,
body.companyreject > main > main .container main.form .fields.person .field:first-of-type,
body.edit.vacancy > main > main .container main.form .fields.person .field:first-of-type,
body.myuser.edit > main > main .container main.form .fields.person .field:first-of-type,
body.newpassword > main > main .container main.form .fields.person .field:first-of-type,
body.passwordforgot > main > main .container main.form .fields.person .field:first-of-type,
body.school.add > main > main .container main.form .fields.person .field:first-of-type,
body.school.edit > main > main .container main.form .fields.person .field:first-of-type,
body.schoolreject > main > main .container main.form .fields.person .field:first-of-type,
body.study.add > main > main .container main.form .fields.person .field:first-of-type,
body.userreject > main > main .container main.form .fields.person .field:first-of-type,
body.vacancyreject > main > main .container main.form .fields.person .field:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

body.add.vacancy > main > main .container main.form .field,
body.add.profile > main > main .container main.form .field,
body.company.add > main > main .container main.form .field,
body.company.edit > main > main .container main.form .field,
body.companyreject > main > main .container main.form .field,
body.edit.vacancy > main > main .container main.form .field,
body.myuser.edit > main > main .container main.form .field,
body.newpassword > main > main .container main.form .field,
body.passwordforgot > main > main .container main.form .field,
body.school.add > main > main .container main.form .field,
body.school.edit > main > main .container main.form .field,
body.schoolreject > main > main .container main.form .field,
body.study.add > main > main .container main.form .field,
body.userreject > main > main .container main.form .field,
body.vacancyreject > main > main .container main.form .field {
  padding-bottom: 2rem;
}

body.add.vacancy > main > main .container main.form .field.image .image-placeholder,
body.add.profile > main > main .container main.form .field.image .image-placeholder,
body.company.add > main > main .container main.form .field.image .image-placeholder,
body.company.edit > main > main .container main.form .field.image .image-placeholder,
body.companyreject > main > main .container main.form .field.image .image-placeholder,
body.edit.vacancy > main > main .container main.form .field.image .image-placeholder,
body.myuser.edit > main > main .container main.form .field.image .image-placeholder,
body.newpassword > main > main .container main.form .field.image .image-placeholder,
body.passwordforgot > main > main .container main.form .field.image .image-placeholder,
body.school.add > main > main .container main.form .field.image .image-placeholder,
body.school.edit > main > main .container main.form .field.image .image-placeholder,
body.schoolreject > main > main .container main.form .field.image .image-placeholder,
body.study.add > main > main .container main.form .field.image .image-placeholder,
body.userreject > main > main .container main.form .field.image .image-placeholder,
body.vacancyreject > main > main .container main.form .field.image .image-placeholder {
  background-color: #f7f7f7;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 40% !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body.add.vacancy > main > main .container main.form .field.image label,
body.add.profile > main > main .container main.form .field.image label,
body.company.add > main > main .container main.form .field.image label,
body.company.edit > main > main .container main.form .field.image label,
body.companyreject > main > main .container main.form .field.image label,
body.edit.vacancy > main > main .container main.form .field.image label,
body.myuser.edit > main > main .container main.form .field.image label,
body.newpassword > main > main .container main.form .field.image label,
body.passwordforgot > main > main .container main.form .field.image label,
body.school.add > main > main .container main.form .field.image label,
body.school.edit > main > main .container main.form .field.image label,
body.schoolreject > main > main .container main.form .field.image label,
body.study.add > main > main .container main.form .field.image label,
body.userreject > main > main .container main.form .field.image label,
body.vacancyreject > main > main .container main.form .field.image label {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.625rem 1.5rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

body.add.vacancy > main > main .container main.form .field.image label:hover,
body.add.profile > main > main .container main.form .field.image label:hover,
body.company.add > main > main .container main.form .field.image label:hover,
body.company.edit > main > main .container main.form .field.image label:hover,
body.companyreject > main > main .container main.form .field.image label:hover,
body.edit.vacancy > main > main .container main.form .field.image label:hover,
body.myuser.edit > main > main .container main.form .field.image label:hover,
body.newpassword > main > main .container main.form .field.image label:hover,
body.passwordforgot > main > main .container main.form .field.image label:hover,
body.school.add > main > main .container main.form .field.image label:hover,
body.school.edit > main > main .container main.form .field.image label:hover,
body.schoolreject > main > main .container main.form .field.image label:hover,
body.study.add > main > main .container main.form .field.image label:hover,
body.userreject > main > main .container main.form .field.image label:hover,
body.vacancyreject > main > main .container main.form .field.image label:hover {
  background-color: #df4e46;
}

body.add.vacancy > main > main .container main.form .field.image input,
body.add.profile > main > main .container main.form .field.image input,
body.company.add > main > main .container main.form .field.image input,
body.company.edit > main > main .container main.form .field.image input,
body.companyreject > main > main .container main.form .field.image input,
body.edit.vacancy > main > main .container main.form .field.image input,
body.myuser.edit > main > main .container main.form .field.image input,
body.newpassword > main > main .container main.form .field.image input,
body.passwordforgot > main > main .container main.form .field.image input,
body.school.add > main > main .container main.form .field.image input,
body.school.edit > main > main .container main.form .field.image input,
body.schoolreject > main > main .container main.form .field.image input,
body.study.add > main > main .container main.form .field.image input,
body.userreject > main > main .container main.form .field.image input,
body.vacancyreject > main > main .container main.form .field.image input {
  display: none;
}

body.add.vacancy > main > main .container main.form .field label,
body.add.profile > main > main .container main.form .field label,
body.company.add > main > main .container main.form .field label,
body.company.edit > main > main .container main.form .field label,
body.companyreject > main > main .container main.form .field label,
body.edit.vacancy > main > main .container main.form .field label,
body.myuser.edit > main > main .container main.form .field label,
body.newpassword > main > main .container main.form .field label,
body.passwordforgot > main > main .container main.form .field label,
body.school.add > main > main .container main.form .field label,
body.school.edit > main > main .container main.form .field label,
body.schoolreject > main > main .container main.form .field label,
body.study.add > main > main .container main.form .field label,
body.userreject > main > main .container main.form .field label,
body.vacancyreject > main > main .container main.form .field label {
  display: block;
  margin-bottom: 0.8125rem;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #1b1b1b;
  letter-spacing: 0;
  line-height: 25px;
}

body.add.vacancy > main > main .container main.form .field p,
body.add.profile > main > main .container main.form .field p,
body.company.add > main > main .container main.form .field p,
body.company.edit > main > main .container main.form .field p,
body.companyreject > main > main .container main.form .field p,
body.edit.vacancy > main > main .container main.form .field p,
body.myuser.edit > main > main .container main.form .field p,
body.newpassword > main > main .container main.form .field p,
body.passwordforgot > main > main .container main.form .field p,
body.school.add > main > main .container main.form .field p,
body.school.edit > main > main .container main.form .field p,
body.schoolreject > main > main .container main.form .field p,
body.study.add > main > main .container main.form .field p,
body.userreject > main > main .container main.form .field p,
body.vacancyreject > main > main .container main.form .field p {
  font-family: "Circular Std", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  line-height: 17.8px;
  margin: 0.625rem 0;
}

body.add.vacancy > main > main .container main.form .field textarea,
body.add.profile > main > main .container main.form .field textarea,
body.company.add > main > main .container main.form .field textarea,
body.company.edit > main > main .container main.form .field textarea,
body.companyreject > main > main .container main.form .field textarea,
body.edit.vacancy > main > main .container main.form .field textarea,
body.myuser.edit > main > main .container main.form .field textarea,
body.newpassword > main > main .container main.form .field textarea,
body.passwordforgot > main > main .container main.form .field textarea,
body.school.add > main > main .container main.form .field textarea,
body.school.edit > main > main .container main.form .field textarea,
body.schoolreject > main > main .container main.form .field textarea,
body.study.add > main > main .container main.form .field textarea,
body.userreject > main > main .container main.form .field textarea,
body.vacancyreject > main > main .container main.form .field textarea {
  padding: 2rem;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
}

body.add.vacancy > main > main .container main.form .field textarea.has-error,
body.add.profile > main > main .container main.form .field textarea.has-error,
body.company.add > main > main .container main.form .field textarea.has-error,
body.company.edit > main > main .container main.form .field textarea.has-error,
body.companyreject > main > main .container main.form .field textarea.has-error,
body.edit.vacancy > main > main .container main.form .field textarea.has-error,
body.myuser.edit > main > main .container main.form .field textarea.has-error,
body.newpassword > main > main .container main.form .field textarea.has-error,
body.passwordforgot > main > main .container main.form .field textarea.has-error,
body.school.add > main > main .container main.form .field textarea.has-error,
body.school.edit > main > main .container main.form .field textarea.has-error,
body.schoolreject > main > main .container main.form .field textarea.has-error,
body.study.add > main > main .container main.form .field textarea.has-error,
body.userreject > main > main .container main.form .field textarea.has-error,
body.vacancyreject > main > main .container main.form .field textarea.has-error {
  color: #df4e46;
  border-color: #df4e46;
}

body.add.vacancy > main > main .container main.form .field input,
body.add.vacancy > main > main .container main.form .field textarea,
body.add.vacancy > main > main .container main.form .field .cke_editor_body,
body.add.profile > main > main .container main.form .field input,
body.add.profile > main > main .container main.form .field textarea,
body.add.profile > main > main .container main.form .field .cke_editor_body,
body.company.add > main > main .container main.form .field input,
body.company.add > main > main .container main.form .field textarea,
body.company.add > main > main .container main.form .field .cke_editor_body,
body.company.edit > main > main .container main.form .field input,
body.company.edit > main > main .container main.form .field textarea,
body.company.edit > main > main .container main.form .field .cke_editor_body,
body.companyreject > main > main .container main.form .field input,
body.companyreject > main > main .container main.form .field textarea,
body.companyreject > main > main .container main.form .field .cke_editor_body,
body.edit.vacancy > main > main .container main.form .field input,
body.edit.vacancy > main > main .container main.form .field textarea,
body.edit.vacancy > main > main .container main.form .field .cke_editor_body,
body.myuser.edit > main > main .container main.form .field input,
body.myuser.edit > main > main .container main.form .field textarea,
body.myuser.edit > main > main .container main.form .field .cke_editor_body,
body.newpassword > main > main .container main.form .field input,
body.newpassword > main > main .container main.form .field textarea,
body.newpassword > main > main .container main.form .field .cke_editor_body,
body.passwordforgot > main > main .container main.form .field input,
body.passwordforgot > main > main .container main.form .field textarea,
body.passwordforgot > main > main .container main.form .field .cke_editor_body,
body.school.add > main > main .container main.form .field input,
body.school.add > main > main .container main.form .field textarea,
body.school.add > main > main .container main.form .field .cke_editor_body,
body.school.edit > main > main .container main.form .field input,
body.school.edit > main > main .container main.form .field textarea,
body.school.edit > main > main .container main.form .field .cke_editor_body,
body.schoolreject > main > main .container main.form .field input,
body.schoolreject > main > main .container main.form .field textarea,
body.schoolreject > main > main .container main.form .field .cke_editor_body,
body.study.add > main > main .container main.form .field input,
body.study.add > main > main .container main.form .field textarea,
body.study.add > main > main .container main.form .field .cke_editor_body,
body.userreject > main > main .container main.form .field input,
body.userreject > main > main .container main.form .field textarea,
body.userreject > main > main .container main.form .field .cke_editor_body,
body.vacancyreject > main > main .container main.form .field input,
body.vacancyreject > main > main .container main.form .field textarea,
body.vacancyreject > main > main .container main.form .field .cke_editor_body {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Circular Std", sans-serif;
  resize: none;
}

body.add.vacancy > main > main .container main.form .field input[type="text"], body.add.vacancy > main > main .container main.form .field input[type="email"], body.add.vacancy > main > main .container main.form .field input[type="password"],
body.add.vacancy > main > main .container main.form .field textarea[type="text"],
body.add.vacancy > main > main .container main.form .field textarea[type="email"],
body.add.vacancy > main > main .container main.form .field textarea[type="password"],
body.add.vacancy > main > main .container main.form .field .cke_editor_body[type="text"],
body.add.vacancy > main > main .container main.form .field .cke_editor_body[type="email"],
body.add.vacancy > main > main .container main.form .field .cke_editor_body[type="password"],
body.add.profile > main > main .container main.form .field input[type="text"],
body.add.profile > main > main .container main.form .field input[type="email"],
body.add.profile > main > main .container main.form .field input[type="password"],
body.add.profile > main > main .container main.form .field textarea[type="text"],
body.add.profile > main > main .container main.form .field textarea[type="email"],
body.add.profile > main > main .container main.form .field textarea[type="password"],
body.add.profile > main > main .container main.form .field .cke_editor_body[type="text"],
body.add.profile > main > main .container main.form .field .cke_editor_body[type="email"],
body.add.profile > main > main .container main.form .field .cke_editor_body[type="password"],
body.company.add > main > main .container main.form .field input[type="text"],
body.company.add > main > main .container main.form .field input[type="email"],
body.company.add > main > main .container main.form .field input[type="password"],
body.company.add > main > main .container main.form .field textarea[type="text"],
body.company.add > main > main .container main.form .field textarea[type="email"],
body.company.add > main > main .container main.form .field textarea[type="password"],
body.company.add > main > main .container main.form .field .cke_editor_body[type="text"],
body.company.add > main > main .container main.form .field .cke_editor_body[type="email"],
body.company.add > main > main .container main.form .field .cke_editor_body[type="password"],
body.company.edit > main > main .container main.form .field input[type="text"],
body.company.edit > main > main .container main.form .field input[type="email"],
body.company.edit > main > main .container main.form .field input[type="password"],
body.company.edit > main > main .container main.form .field textarea[type="text"],
body.company.edit > main > main .container main.form .field textarea[type="email"],
body.company.edit > main > main .container main.form .field textarea[type="password"],
body.company.edit > main > main .container main.form .field .cke_editor_body[type="text"],
body.company.edit > main > main .container main.form .field .cke_editor_body[type="email"],
body.company.edit > main > main .container main.form .field .cke_editor_body[type="password"],
body.companyreject > main > main .container main.form .field input[type="text"],
body.companyreject > main > main .container main.form .field input[type="email"],
body.companyreject > main > main .container main.form .field input[type="password"],
body.companyreject > main > main .container main.form .field textarea[type="text"],
body.companyreject > main > main .container main.form .field textarea[type="email"],
body.companyreject > main > main .container main.form .field textarea[type="password"],
body.companyreject > main > main .container main.form .field .cke_editor_body[type="text"],
body.companyreject > main > main .container main.form .field .cke_editor_body[type="email"],
body.companyreject > main > main .container main.form .field .cke_editor_body[type="password"],
body.edit.vacancy > main > main .container main.form .field input[type="text"],
body.edit.vacancy > main > main .container main.form .field input[type="email"],
body.edit.vacancy > main > main .container main.form .field input[type="password"],
body.edit.vacancy > main > main .container main.form .field textarea[type="text"],
body.edit.vacancy > main > main .container main.form .field textarea[type="email"],
body.edit.vacancy > main > main .container main.form .field textarea[type="password"],
body.edit.vacancy > main > main .container main.form .field .cke_editor_body[type="text"],
body.edit.vacancy > main > main .container main.form .field .cke_editor_body[type="email"],
body.edit.vacancy > main > main .container main.form .field .cke_editor_body[type="password"],
body.myuser.edit > main > main .container main.form .field input[type="text"],
body.myuser.edit > main > main .container main.form .field input[type="email"],
body.myuser.edit > main > main .container main.form .field input[type="password"],
body.myuser.edit > main > main .container main.form .field textarea[type="text"],
body.myuser.edit > main > main .container main.form .field textarea[type="email"],
body.myuser.edit > main > main .container main.form .field textarea[type="password"],
body.myuser.edit > main > main .container main.form .field .cke_editor_body[type="text"],
body.myuser.edit > main > main .container main.form .field .cke_editor_body[type="email"],
body.myuser.edit > main > main .container main.form .field .cke_editor_body[type="password"],
body.newpassword > main > main .container main.form .field input[type="text"],
body.newpassword > main > main .container main.form .field input[type="email"],
body.newpassword > main > main .container main.form .field input[type="password"],
body.newpassword > main > main .container main.form .field textarea[type="text"],
body.newpassword > main > main .container main.form .field textarea[type="email"],
body.newpassword > main > main .container main.form .field textarea[type="password"],
body.newpassword > main > main .container main.form .field .cke_editor_body[type="text"],
body.newpassword > main > main .container main.form .field .cke_editor_body[type="email"],
body.newpassword > main > main .container main.form .field .cke_editor_body[type="password"],
body.passwordforgot > main > main .container main.form .field input[type="text"],
body.passwordforgot > main > main .container main.form .field input[type="email"],
body.passwordforgot > main > main .container main.form .field input[type="password"],
body.passwordforgot > main > main .container main.form .field textarea[type="text"],
body.passwordforgot > main > main .container main.form .field textarea[type="email"],
body.passwordforgot > main > main .container main.form .field textarea[type="password"],
body.passwordforgot > main > main .container main.form .field .cke_editor_body[type="text"],
body.passwordforgot > main > main .container main.form .field .cke_editor_body[type="email"],
body.passwordforgot > main > main .container main.form .field .cke_editor_body[type="password"],
body.school.add > main > main .container main.form .field input[type="text"],
body.school.add > main > main .container main.form .field input[type="email"],
body.school.add > main > main .container main.form .field input[type="password"],
body.school.add > main > main .container main.form .field textarea[type="text"],
body.school.add > main > main .container main.form .field textarea[type="email"],
body.school.add > main > main .container main.form .field textarea[type="password"],
body.school.add > main > main .container main.form .field .cke_editor_body[type="text"],
body.school.add > main > main .container main.form .field .cke_editor_body[type="email"],
body.school.add > main > main .container main.form .field .cke_editor_body[type="password"],
body.school.edit > main > main .container main.form .field input[type="text"],
body.school.edit > main > main .container main.form .field input[type="email"],
body.school.edit > main > main .container main.form .field input[type="password"],
body.school.edit > main > main .container main.form .field textarea[type="text"],
body.school.edit > main > main .container main.form .field textarea[type="email"],
body.school.edit > main > main .container main.form .field textarea[type="password"],
body.school.edit > main > main .container main.form .field .cke_editor_body[type="text"],
body.school.edit > main > main .container main.form .field .cke_editor_body[type="email"],
body.school.edit > main > main .container main.form .field .cke_editor_body[type="password"],
body.schoolreject > main > main .container main.form .field input[type="text"],
body.schoolreject > main > main .container main.form .field input[type="email"],
body.schoolreject > main > main .container main.form .field input[type="password"],
body.schoolreject > main > main .container main.form .field textarea[type="text"],
body.schoolreject > main > main .container main.form .field textarea[type="email"],
body.schoolreject > main > main .container main.form .field textarea[type="password"],
body.schoolreject > main > main .container main.form .field .cke_editor_body[type="text"],
body.schoolreject > main > main .container main.form .field .cke_editor_body[type="email"],
body.schoolreject > main > main .container main.form .field .cke_editor_body[type="password"],
body.study.add > main > main .container main.form .field input[type="text"],
body.study.add > main > main .container main.form .field input[type="email"],
body.study.add > main > main .container main.form .field input[type="password"],
body.study.add > main > main .container main.form .field textarea[type="text"],
body.study.add > main > main .container main.form .field textarea[type="email"],
body.study.add > main > main .container main.form .field textarea[type="password"],
body.study.add > main > main .container main.form .field .cke_editor_body[type="text"],
body.study.add > main > main .container main.form .field .cke_editor_body[type="email"],
body.study.add > main > main .container main.form .field .cke_editor_body[type="password"],
body.userreject > main > main .container main.form .field input[type="text"],
body.userreject > main > main .container main.form .field input[type="email"],
body.userreject > main > main .container main.form .field input[type="password"],
body.userreject > main > main .container main.form .field textarea[type="text"],
body.userreject > main > main .container main.form .field textarea[type="email"],
body.userreject > main > main .container main.form .field textarea[type="password"],
body.userreject > main > main .container main.form .field .cke_editor_body[type="text"],
body.userreject > main > main .container main.form .field .cke_editor_body[type="email"],
body.userreject > main > main .container main.form .field .cke_editor_body[type="password"],
body.vacancyreject > main > main .container main.form .field input[type="text"],
body.vacancyreject > main > main .container main.form .field input[type="email"],
body.vacancyreject > main > main .container main.form .field input[type="password"],
body.vacancyreject > main > main .container main.form .field textarea[type="text"],
body.vacancyreject > main > main .container main.form .field textarea[type="email"],
body.vacancyreject > main > main .container main.form .field textarea[type="password"],
body.vacancyreject > main > main .container main.form .field .cke_editor_body[type="text"],
body.vacancyreject > main > main .container main.form .field .cke_editor_body[type="email"],
body.vacancyreject > main > main .container main.form .field .cke_editor_body[type="password"] {
  height: 78px;
  width: 100%;
  padding: 0 2rem;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
}

body.add.vacancy > main > main .container main.form .field input[type="text"]:focus, body.add.vacancy > main > main .container main.form .field input[type="email"]:focus, body.add.vacancy > main > main .container main.form .field input[type="password"]:focus,
body.add.vacancy > main > main .container main.form .field textarea[type="text"]:focus,
body.add.vacancy > main > main .container main.form .field textarea[type="email"]:focus,
body.add.vacancy > main > main .container main.form .field textarea[type="password"]:focus,
body.add.vacancy > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.add.vacancy > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.add.vacancy > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.add.profile > main > main .container main.form .field input[type="text"]:focus,
body.add.profile > main > main .container main.form .field input[type="email"]:focus,
body.add.profile > main > main .container main.form .field input[type="password"]:focus,
body.add.profile > main > main .container main.form .field textarea[type="text"]:focus,
body.add.profile > main > main .container main.form .field textarea[type="email"]:focus,
body.add.profile > main > main .container main.form .field textarea[type="password"]:focus,
body.add.profile > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.add.profile > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.add.profile > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.company.add > main > main .container main.form .field input[type="text"]:focus,
body.company.add > main > main .container main.form .field input[type="email"]:focus,
body.company.add > main > main .container main.form .field input[type="password"]:focus,
body.company.add > main > main .container main.form .field textarea[type="text"]:focus,
body.company.add > main > main .container main.form .field textarea[type="email"]:focus,
body.company.add > main > main .container main.form .field textarea[type="password"]:focus,
body.company.add > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.company.add > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.company.add > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.company.edit > main > main .container main.form .field input[type="text"]:focus,
body.company.edit > main > main .container main.form .field input[type="email"]:focus,
body.company.edit > main > main .container main.form .field input[type="password"]:focus,
body.company.edit > main > main .container main.form .field textarea[type="text"]:focus,
body.company.edit > main > main .container main.form .field textarea[type="email"]:focus,
body.company.edit > main > main .container main.form .field textarea[type="password"]:focus,
body.company.edit > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.company.edit > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.company.edit > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.companyreject > main > main .container main.form .field input[type="text"]:focus,
body.companyreject > main > main .container main.form .field input[type="email"]:focus,
body.companyreject > main > main .container main.form .field input[type="password"]:focus,
body.companyreject > main > main .container main.form .field textarea[type="text"]:focus,
body.companyreject > main > main .container main.form .field textarea[type="email"]:focus,
body.companyreject > main > main .container main.form .field textarea[type="password"]:focus,
body.companyreject > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.companyreject > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.companyreject > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.edit.vacancy > main > main .container main.form .field input[type="text"]:focus,
body.edit.vacancy > main > main .container main.form .field input[type="email"]:focus,
body.edit.vacancy > main > main .container main.form .field input[type="password"]:focus,
body.edit.vacancy > main > main .container main.form .field textarea[type="text"]:focus,
body.edit.vacancy > main > main .container main.form .field textarea[type="email"]:focus,
body.edit.vacancy > main > main .container main.form .field textarea[type="password"]:focus,
body.edit.vacancy > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.edit.vacancy > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.edit.vacancy > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.myuser.edit > main > main .container main.form .field input[type="text"]:focus,
body.myuser.edit > main > main .container main.form .field input[type="email"]:focus,
body.myuser.edit > main > main .container main.form .field input[type="password"]:focus,
body.myuser.edit > main > main .container main.form .field textarea[type="text"]:focus,
body.myuser.edit > main > main .container main.form .field textarea[type="email"]:focus,
body.myuser.edit > main > main .container main.form .field textarea[type="password"]:focus,
body.myuser.edit > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.myuser.edit > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.myuser.edit > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.newpassword > main > main .container main.form .field input[type="text"]:focus,
body.newpassword > main > main .container main.form .field input[type="email"]:focus,
body.newpassword > main > main .container main.form .field input[type="password"]:focus,
body.newpassword > main > main .container main.form .field textarea[type="text"]:focus,
body.newpassword > main > main .container main.form .field textarea[type="email"]:focus,
body.newpassword > main > main .container main.form .field textarea[type="password"]:focus,
body.newpassword > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.newpassword > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.newpassword > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.passwordforgot > main > main .container main.form .field input[type="text"]:focus,
body.passwordforgot > main > main .container main.form .field input[type="email"]:focus,
body.passwordforgot > main > main .container main.form .field input[type="password"]:focus,
body.passwordforgot > main > main .container main.form .field textarea[type="text"]:focus,
body.passwordforgot > main > main .container main.form .field textarea[type="email"]:focus,
body.passwordforgot > main > main .container main.form .field textarea[type="password"]:focus,
body.passwordforgot > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.passwordforgot > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.passwordforgot > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.school.add > main > main .container main.form .field input[type="text"]:focus,
body.school.add > main > main .container main.form .field input[type="email"]:focus,
body.school.add > main > main .container main.form .field input[type="password"]:focus,
body.school.add > main > main .container main.form .field textarea[type="text"]:focus,
body.school.add > main > main .container main.form .field textarea[type="email"]:focus,
body.school.add > main > main .container main.form .field textarea[type="password"]:focus,
body.school.add > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.school.add > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.school.add > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.school.edit > main > main .container main.form .field input[type="text"]:focus,
body.school.edit > main > main .container main.form .field input[type="email"]:focus,
body.school.edit > main > main .container main.form .field input[type="password"]:focus,
body.school.edit > main > main .container main.form .field textarea[type="text"]:focus,
body.school.edit > main > main .container main.form .field textarea[type="email"]:focus,
body.school.edit > main > main .container main.form .field textarea[type="password"]:focus,
body.school.edit > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.school.edit > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.school.edit > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.schoolreject > main > main .container main.form .field input[type="text"]:focus,
body.schoolreject > main > main .container main.form .field input[type="email"]:focus,
body.schoolreject > main > main .container main.form .field input[type="password"]:focus,
body.schoolreject > main > main .container main.form .field textarea[type="text"]:focus,
body.schoolreject > main > main .container main.form .field textarea[type="email"]:focus,
body.schoolreject > main > main .container main.form .field textarea[type="password"]:focus,
body.schoolreject > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.schoolreject > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.schoolreject > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.study.add > main > main .container main.form .field input[type="text"]:focus,
body.study.add > main > main .container main.form .field input[type="email"]:focus,
body.study.add > main > main .container main.form .field input[type="password"]:focus,
body.study.add > main > main .container main.form .field textarea[type="text"]:focus,
body.study.add > main > main .container main.form .field textarea[type="email"]:focus,
body.study.add > main > main .container main.form .field textarea[type="password"]:focus,
body.study.add > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.study.add > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.study.add > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.userreject > main > main .container main.form .field input[type="text"]:focus,
body.userreject > main > main .container main.form .field input[type="email"]:focus,
body.userreject > main > main .container main.form .field input[type="password"]:focus,
body.userreject > main > main .container main.form .field textarea[type="text"]:focus,
body.userreject > main > main .container main.form .field textarea[type="email"]:focus,
body.userreject > main > main .container main.form .field textarea[type="password"]:focus,
body.userreject > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.userreject > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.userreject > main > main .container main.form .field .cke_editor_body[type="password"]:focus,
body.vacancyreject > main > main .container main.form .field input[type="text"]:focus,
body.vacancyreject > main > main .container main.form .field input[type="email"]:focus,
body.vacancyreject > main > main .container main.form .field input[type="password"]:focus,
body.vacancyreject > main > main .container main.form .field textarea[type="text"]:focus,
body.vacancyreject > main > main .container main.form .field textarea[type="email"]:focus,
body.vacancyreject > main > main .container main.form .field textarea[type="password"]:focus,
body.vacancyreject > main > main .container main.form .field .cke_editor_body[type="text"]:focus,
body.vacancyreject > main > main .container main.form .field .cke_editor_body[type="email"]:focus,
body.vacancyreject > main > main .container main.form .field .cke_editor_body[type="password"]:focus {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
}

body.add.vacancy > main > main .container main.form .field input[type="text"][disabled="true"], body.add.vacancy > main > main .container main.form .field input[type="email"][disabled="true"], body.add.vacancy > main > main .container main.form .field input[type="password"][disabled="true"],
body.add.vacancy > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.add.vacancy > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.add.vacancy > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.add.vacancy > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.add.vacancy > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.add.vacancy > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.add.profile > main > main .container main.form .field input[type="text"][disabled="true"],
body.add.profile > main > main .container main.form .field input[type="email"][disabled="true"],
body.add.profile > main > main .container main.form .field input[type="password"][disabled="true"],
body.add.profile > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.add.profile > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.add.profile > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.add.profile > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.add.profile > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.add.profile > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.company.add > main > main .container main.form .field input[type="text"][disabled="true"],
body.company.add > main > main .container main.form .field input[type="email"][disabled="true"],
body.company.add > main > main .container main.form .field input[type="password"][disabled="true"],
body.company.add > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.company.add > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.company.add > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.company.add > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.company.add > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.company.add > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.company.edit > main > main .container main.form .field input[type="text"][disabled="true"],
body.company.edit > main > main .container main.form .field input[type="email"][disabled="true"],
body.company.edit > main > main .container main.form .field input[type="password"][disabled="true"],
body.company.edit > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.company.edit > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.company.edit > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.company.edit > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.company.edit > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.company.edit > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.companyreject > main > main .container main.form .field input[type="text"][disabled="true"],
body.companyreject > main > main .container main.form .field input[type="email"][disabled="true"],
body.companyreject > main > main .container main.form .field input[type="password"][disabled="true"],
body.companyreject > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.companyreject > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.companyreject > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.companyreject > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.companyreject > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.companyreject > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.edit.vacancy > main > main .container main.form .field input[type="text"][disabled="true"],
body.edit.vacancy > main > main .container main.form .field input[type="email"][disabled="true"],
body.edit.vacancy > main > main .container main.form .field input[type="password"][disabled="true"],
body.edit.vacancy > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.edit.vacancy > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.edit.vacancy > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.edit.vacancy > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.edit.vacancy > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.edit.vacancy > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.myuser.edit > main > main .container main.form .field input[type="text"][disabled="true"],
body.myuser.edit > main > main .container main.form .field input[type="email"][disabled="true"],
body.myuser.edit > main > main .container main.form .field input[type="password"][disabled="true"],
body.myuser.edit > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.myuser.edit > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.myuser.edit > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.myuser.edit > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.myuser.edit > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.myuser.edit > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.newpassword > main > main .container main.form .field input[type="text"][disabled="true"],
body.newpassword > main > main .container main.form .field input[type="email"][disabled="true"],
body.newpassword > main > main .container main.form .field input[type="password"][disabled="true"],
body.newpassword > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.newpassword > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.newpassword > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.newpassword > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.newpassword > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.newpassword > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.passwordforgot > main > main .container main.form .field input[type="text"][disabled="true"],
body.passwordforgot > main > main .container main.form .field input[type="email"][disabled="true"],
body.passwordforgot > main > main .container main.form .field input[type="password"][disabled="true"],
body.passwordforgot > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.passwordforgot > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.passwordforgot > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.passwordforgot > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.passwordforgot > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.passwordforgot > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.school.add > main > main .container main.form .field input[type="text"][disabled="true"],
body.school.add > main > main .container main.form .field input[type="email"][disabled="true"],
body.school.add > main > main .container main.form .field input[type="password"][disabled="true"],
body.school.add > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.school.add > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.school.add > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.school.add > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.school.add > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.school.add > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.school.edit > main > main .container main.form .field input[type="text"][disabled="true"],
body.school.edit > main > main .container main.form .field input[type="email"][disabled="true"],
body.school.edit > main > main .container main.form .field input[type="password"][disabled="true"],
body.school.edit > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.school.edit > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.school.edit > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.school.edit > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.school.edit > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.school.edit > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.schoolreject > main > main .container main.form .field input[type="text"][disabled="true"],
body.schoolreject > main > main .container main.form .field input[type="email"][disabled="true"],
body.schoolreject > main > main .container main.form .field input[type="password"][disabled="true"],
body.schoolreject > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.schoolreject > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.schoolreject > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.schoolreject > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.schoolreject > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.schoolreject > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.study.add > main > main .container main.form .field input[type="text"][disabled="true"],
body.study.add > main > main .container main.form .field input[type="email"][disabled="true"],
body.study.add > main > main .container main.form .field input[type="password"][disabled="true"],
body.study.add > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.study.add > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.study.add > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.study.add > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.study.add > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.study.add > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.userreject > main > main .container main.form .field input[type="text"][disabled="true"],
body.userreject > main > main .container main.form .field input[type="email"][disabled="true"],
body.userreject > main > main .container main.form .field input[type="password"][disabled="true"],
body.userreject > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.userreject > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.userreject > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.userreject > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.userreject > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.userreject > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"],
body.vacancyreject > main > main .container main.form .field input[type="text"][disabled="true"],
body.vacancyreject > main > main .container main.form .field input[type="email"][disabled="true"],
body.vacancyreject > main > main .container main.form .field input[type="password"][disabled="true"],
body.vacancyreject > main > main .container main.form .field textarea[type="text"][disabled="true"],
body.vacancyreject > main > main .container main.form .field textarea[type="email"][disabled="true"],
body.vacancyreject > main > main .container main.form .field textarea[type="password"][disabled="true"],
body.vacancyreject > main > main .container main.form .field .cke_editor_body[type="text"][disabled="true"],
body.vacancyreject > main > main .container main.form .field .cke_editor_body[type="email"][disabled="true"],
body.vacancyreject > main > main .container main.form .field .cke_editor_body[type="password"][disabled="true"] {
  color: #c6c6c6;
}

body.add.vacancy > main > main .container main.form .field select,
body.add.profile > main > main .container main.form .field select,
body.company.add > main > main .container main.form .field select,
body.company.edit > main > main .container main.form .field select,
body.companyreject > main > main .container main.form .field select,
body.edit.vacancy > main > main .container main.form .field select,
body.myuser.edit > main > main .container main.form .field select,
body.newpassword > main > main .container main.form .field select,
body.passwordforgot > main > main .container main.form .field select,
body.school.add > main > main .container main.form .field select,
body.school.edit > main > main .container main.form .field select,
body.schoolreject > main > main .container main.form .field select,
body.study.add > main > main .container main.form .field select,
body.userreject > main > main .container main.form .field select,
body.vacancyreject > main > main .container main.form .field select {
  height: 78px;
  width: 100%;
  padding: 0 2rem;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  -moz-appearance: window;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: url(../img/symbols/select-list_arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 2rem center;
}

body.add.vacancy > main > main .container main.form .field select:focus,
body.add.profile > main > main .container main.form .field select:focus,
body.company.add > main > main .container main.form .field select:focus,
body.company.edit > main > main .container main.form .field select:focus,
body.companyreject > main > main .container main.form .field select:focus,
body.edit.vacancy > main > main .container main.form .field select:focus,
body.myuser.edit > main > main .container main.form .field select:focus,
body.newpassword > main > main .container main.form .field select:focus,
body.passwordforgot > main > main .container main.form .field select:focus,
body.school.add > main > main .container main.form .field select:focus,
body.school.edit > main > main .container main.form .field select:focus,
body.schoolreject > main > main .container main.form .field select:focus,
body.study.add > main > main .container main.form .field select:focus,
body.userreject > main > main .container main.form .field select:focus,
body.vacancyreject > main > main .container main.form .field select:focus {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
}

body.add.vacancy > main > main .submit,
body.add.profile > main > main .submit,
body.company.add > main > main .submit,
body.company.edit > main > main .submit,
body.companyreject > main > main .submit,
body.edit.vacancy > main > main .submit,
body.myuser.edit > main > main .submit,
body.newpassword > main > main .submit,
body.passwordforgot > main > main .submit,
body.school.add > main > main .submit,
body.school.edit > main > main .submit,
body.schoolreject > main > main .submit,
body.study.add > main > main .submit,
body.userreject > main > main .submit,
body.vacancyreject > main > main .submit {
  text-align: center;
}

body.add.vacancy > main > main .submit button[type="submit"],
body.add.profile > main > main .submit button[type="submit"],
body.company.add > main > main .submit button[type="submit"],
body.company.edit > main > main .submit button[type="submit"],
body.companyreject > main > main .submit button[type="submit"],
body.edit.vacancy > main > main .submit button[type="submit"],
body.myuser.edit > main > main .submit button[type="submit"],
body.newpassword > main > main .submit button[type="submit"],
body.passwordforgot > main > main .submit button[type="submit"],
body.school.add > main > main .submit button[type="submit"],
body.school.edit > main > main .submit button[type="submit"],
body.schoolreject > main > main .submit button[type="submit"],
body.study.add > main > main .submit button[type="submit"],
body.userreject > main > main .submit button[type="submit"],
body.vacancyreject > main > main .submit button[type="submit"] {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  border: none;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 32.3px;
  height: 75px;
  background-color: #000000;
  color: #ffffff;
  padding: 0 4rem;
  margin-bottom: 5rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

body.add.vacancy > main > main .submit button[type="submit"]:hover,
body.add.profile > main > main .submit button[type="submit"]:hover,
body.company.add > main > main .submit button[type="submit"]:hover,
body.company.edit > main > main .submit button[type="submit"]:hover,
body.companyreject > main > main .submit button[type="submit"]:hover,
body.edit.vacancy > main > main .submit button[type="submit"]:hover,
body.myuser.edit > main > main .submit button[type="submit"]:hover,
body.newpassword > main > main .submit button[type="submit"]:hover,
body.passwordforgot > main > main .submit button[type="submit"]:hover,
body.school.add > main > main .submit button[type="submit"]:hover,
body.school.edit > main > main .submit button[type="submit"]:hover,
body.schoolreject > main > main .submit button[type="submit"]:hover,
body.study.add > main > main .submit button[type="submit"]:hover,
body.userreject > main > main .submit button[type="submit"]:hover,
body.vacancyreject > main > main .submit button[type="submit"]:hover {
  background-color: #df4e46;
}

body.events > main {
  background-color: #F7F7F7;
  width: 96%;
  margin: 0 auto;
}

body.events > main ul.eventfilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 4.6875rem auto 1.5rem;
  list-style: none;
  width: 90%;
}

body.events > main ul.eventfilter li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: .5rem;
  margin-right: .625rem;
}

body.events > main ul.eventfilter li a {
  display: block;
  padding: .925rem 1.925rem;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .6875rem;
  color: #000000;
  letter-spacing: 1.03px;
  text-transform: uppercase;
  background-color: #ffffff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.events > main ul.eventfilter li a.active {
  background-color: #000000;
  color: #ffffff;
}

body.events > main ul.eventfilter li a:hover {
  background-color: #df4e46;
  color: #ffffff;
}

body.events > main section.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto 4.6875rem;
}

body.contact > main header.pageheader {
  width: 96%;
  margin-left: 2%;
}

body.contact > main main.body {
  max-width: 1350px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 950px) {
  body.contact > main main.body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

body.contact > main main.body > .formwrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  max-width: 750px;
  width: 100%;
  background-color: #FDFDFD;
  border: 1px solid #EDEDED;
  margin: 0 auto;
}

@media only screen and (min-width: 950px) {
  body.contact > main main.body > .formwrap {
    margin: 0;
    min-width: 500px;
  }
}

body.contact > main main.body > .formwrap > header h3 {
  background-color: #000000;
  color: #ffffff;
}

body.contact > main main.body > .formwrap > main form {
  padding: 2rem;
}

@media only screen and (min-width: 640px) {
  body.contact > main main.body > .formwrap > main form {
    padding: 2rem 50px 50px;
  }
}

body.contact > main main.body > .formwrap > main form label {
  display: block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #1B1B1B;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 1.875rem;
  margin-bottom: .625rem;
}

body.contact > main main.body > .formwrap > main form label:first-of-type {
  margin-top: 0;
}

body.contact > main main.body > .formwrap > main form input {
  width: 100%;
  height: 78px;
  padding: 0 2rem;
  background-color: #F8F8F8;
  border: 1px solid #E6E6E6;
}

body.contact > main main.body > .formwrap > main form textarea {
  width: 100%;
  resize: none;
  padding: 1.5rem 2rem;
  background-color: #F8F8F8;
  border: 1px solid #E6E6E6;
}

body.contact > main main.body > .formwrap > main form button {
  margin-top: 2.25rem;
  font-family: "Circular Std", sans-serif;
  font-weight: 600;
  height: 75px;
  background-color: #000000;
  color: #ffffff;
  font-size: .9375rem;
  padding: 0 4rem;
  border: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.contact > main main.body > .formwrap > main form button:hover {
  background-color: #df4e46;
}

body.contact > main main.body > .praktisch {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  max-width: 750px;
  width: 100%;
  background-color: #FAFAFA;
  margin: 3rem auto 0;
}

@media only screen and (min-width: 950px) {
  body.contact > main main.body > .praktisch {
    margin: 0;
    max-width: 430px;
  }
}

body.contact > main main.body > .praktisch > header h3 {
  background-color: #df4e46;
  color: #ffffff;
}

body.contact > main main.body > .praktisch > main {
  padding: 50px;
}

body.contact > main main.body > .praktisch > main h4 {
  margin: 0 0 5px;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #1B1B1B;
  letter-spacing: -0.58px;
  line-height: 32.8px;
}

body.contact > main main.body > .praktisch > main p {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: .9375rem;
  color: #222222;
  letter-spacing: 0;
  line-height: 20.9px;
}

body.contact > main main.body > .praktisch > main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.contact > main main.body > .praktisch > main ul li {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: .875rem;
  color: #222222;
  letter-spacing: 0;
  line-height: 20.9px;
}

body.contact > main main.body > .praktisch > main ul li span {
  font-weight: 600;
  margin-right: .625rem;
}

body.contact > main main.body > .praktisch > main ul li a {
  display: block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: .875rem;
  color: #222222;
  letter-spacing: 0;
  line-height: 20.9px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

body.contact > main main.body > .praktisch > main ul li a:hover {
  color: #df4e46;
}

body.contact > main div#contactmap {
  width: 96%;
  margin: 5rem auto 0;
  height: 400px;
  background-color: #FAFAFA;
}

@media only screen and (min-width: 640px) {
  body.contact > main div#contactmap {
    height: 550px;
  }
}

body.contact > main div#contactmap .mapboxgl-control-container {
  display: none;
}

body.contact > main div#contactmap .marker {
  background-image: url(../img/symbols/contact-marker.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 28px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
}

body.dashboard > main {
  width: 96%;
  margin: 0 auto;
  background-color: #F7F7F7;
}

body.dashboard > main > header .visual {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body.dashboard > main > header.has-visual {
  position: relative;
}

body.dashboard > main > header.has-visual .absolutewrap {
  position: absolute;
  left: 0;
  top: 0;
}

body.dashboard > main > main.content {
  padding: 4.5rem 1rem;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 1000px) {
  body.dashboard > main > main.content {
    padding: 4.5rem 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.dashboard > main > main.content section.left {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
  body.dashboard > main > main.content section.left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: none;
  }
}

body.dashboard > main > main.content section.left > div.container {
  margin-bottom: 12.5% !important;
}

body.dashboard > main > main.content section.right {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
  body.dashboard > main > main.content section.right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: none;
  }
}

body.dashboard > main > main.content section.right > div.container {
  margin-bottom: 8.5% !important;
}

body.dashboard > main > main.content section.left > div.container, body.dashboard > main > main.content section.right > div.container {
  background-color: #ffffff;
  margin-bottom: 12.5%;
}

body.dashboard > main > main.content section.left > div.container header, body.dashboard > main > main.content section.right > div.container header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.dashboard > main > main.content section.left > div.container header h3, body.dashboard > main > main.content section.right > div.container header h3 {
  display: block;
  background-color: #000000;
  color: #ffffff;
}

body.dashboard > main > main.content section.left > div.container header a, body.dashboard > main > main.content section.right > div.container header a {
  display: block;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .875rem;
  color: #5B5B5B;
  letter-spacing: 1.1px;
  line-height: 43px;
  padding: 0 30px;
  background-color: #F0F0F0;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.dashboard > main > main.content section.left > div.container header a:hover, body.dashboard > main > main.content section.right > div.container header a:hover {
  background-color: #df4e46;
  color: #ffffff;
}

body.dashboard > main > main.content section.left > div.container main a.empty, body.dashboard > main > main.content section.right > div.container main a.empty {
  display: block;
  text-align: center;
  padding: 4.325rem 0;
}

body.dashboard > main > main.content section.left > div.container main a.empty svg #Group-8 #Shape, body.dashboard > main > main.content section.right > div.container main a.empty svg #Group-8 #Shape {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

body.dashboard > main > main.content section.left > div.container main a.empty p, body.dashboard > main > main.content section.right > div.container main a.empty p {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  color: #000000;
  letter-spacing: 1.1px;
  margin: 0;
  margin-top: .25rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

body.dashboard > main > main.content section.left > div.container main a.empty h4, body.dashboard > main > main.content section.right > div.container main a.empty h4 {
  margin: .625rem 0 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #df4e46;
  letter-spacing: -0.4px;
  line-height: 1.3125rem;
}

body.dashboard > main > main.content section.left > div.container main a.empty h4:after, body.dashboard > main > main.content section.right > div.container main a.empty h4:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/symbols/arrow_red--right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: .625rem;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

body.dashboard > main > main.content section.left > div.container main a.empty:hover svg #Group-8 #Shape, body.dashboard > main > main.content section.right > div.container main a.empty:hover svg #Group-8 #Shape {
  fill: #df4e46 !important;
}

body.dashboard > main > main.content section.left > div.container main a.empty:hover p, body.dashboard > main > main.content section.right > div.container main a.empty:hover p {
  opacity: .6;
}

body.dashboard > main > main.content section.left > div.container main a.empty:hover h4:after, body.dashboard > main > main.content section.right > div.container main a.empty:hover h4:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

body.dashboard > main > main.content section.left > div.container main ul.content-list, body.dashboard > main > main.content section.right > div.container main ul.content-list {
  padding: 2.5rem 0;
  margin: 0;
  list-style: none;
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li, body.dashboard > main > main.content section.right > div.container main ul.content-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #F3F3F3;
  padding: 0 2rem;
}

@media only screen and (min-width: 600px) {
  body.dashboard > main > main.content section.left > div.container main ul.content-list li, body.dashboard > main > main.content section.right > div.container main ul.content-list li {
    padding: 0 3.125rem;
  }
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li:last-of-type, body.dashboard > main > main.content section.right > div.container main ul.content-list li:last-of-type {
  border-bottom: none;
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li > .actions, body.dashboard > main > main.content section.right > div.container main ul.content-list li > .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li a, body.dashboard > main > main.content section.right > div.container main ul.content-list li a {
  display: block;
  padding: 1.3125rem 0;
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #505050;
  letter-spacing: 0;
  line-height: 25px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li a:hover, body.dashboard > main > main.content section.right > div.container main ul.content-list li a:hover {
  color: #df4e46;
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li a.edit, body.dashboard > main > main.content section.right > div.container main ul.content-list li a.edit {
  padding: 1.3125rem;
  width: 11px;
  height: 11px;
  background-image: url(../img/symbols/edit.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li a.edit:hover, body.dashboard > main > main.content section.right > div.container main ul.content-list li a.edit:hover {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  background-color: #FAFAFA;
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li a.delete, body.dashboard > main > main.content section.right > div.container main ul.content-list li a.delete {
  padding: 1.3125rem;
  width: 11px;
  height: 11px;
  background-image: url(../img/symbols/close_grey.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li a.delete:hover, body.dashboard > main > main.content section.right > div.container main ul.content-list li a.delete:hover {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #FAFAFA;
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li a.publish, body.dashboard > main > main.content section.left > div.container main ul.content-list li a.unpublish, body.dashboard > main > main.content section.right > div.container main ul.content-list li a.publish, body.dashboard > main > main.content section.right > div.container main ul.content-list li a.unpublish {
  padding: 1.3125rem;
  width: 11px;
  height: 11px;
  background-image: url(../img/symbols/see.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li a.publish:hover, body.dashboard > main > main.content section.left > div.container main ul.content-list li a.unpublish:hover, body.dashboard > main > main.content section.right > div.container main ul.content-list li a.publish:hover, body.dashboard > main > main.content section.right > div.container main ul.content-list li a.unpublish:hover {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.3s ease, transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #FAFAFA;
}

body.dashboard > main > main.content section.left > div.container main ul.content-list li a.publish, body.dashboard > main > main.content section.right > div.container main ul.content-list li a.publish {
  background-image: url(../img/symbols/unsee.svg);
}

body.dashboard > main > main.content section.left > div.container main.user-edit, body.dashboard > main > main.content section.right > div.container main.user-edit {
  padding: 2rem;
}

@media only screen and (min-width: 600px) {
  body.dashboard > main > main.content section.left > div.container main.user-edit, body.dashboard > main > main.content section.right > div.container main.user-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5rem 3.125rem;
  }
}

body.dashboard > main > main.content section.left > div.container main.user-edit > .block, body.dashboard > main > main.content section.right > div.container main.user-edit > .block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

body.dashboard > main > main.content section.left > div.container main.user-edit > .block + .block, body.dashboard > main > main.content section.right > div.container main.user-edit > .block + .block {
  margin-top: 1rem;
}

@media only screen and (min-width: 600px) {
  body.dashboard > main > main.content section.left > div.container main.user-edit > .block + .block, body.dashboard > main > main.content section.right > div.container main.user-edit > .block + .block {
    margin-top: 0;
  }
}

body.dashboard > main > main.content section.left > div.container main.user-edit > .block h4, body.dashboard > main > main.content section.right > div.container main.user-edit > .block h4 {
  margin: 0 0 .3125rem;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #1B1B1B;
  letter-spacing: 0;
  line-height: 25px;
}

body.dashboard > main > main.content section.left > div.container main.user-edit > .block p, body.dashboard > main > main.content section.right > div.container main.user-edit > .block p {
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #7A7A7A;
  letter-spacing: 0;
  line-height: 25px;
}

body.dashboard > main > main.content section.left > div.container main.company-edit, body.dashboard > main > main.content section.right > div.container main.company-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
}

@media only screen and (min-width: 600px) {
  body.dashboard > main > main.content section.left > div.container main.company-edit, body.dashboard > main > main.content section.right > div.container main.company-edit {
    padding: 2.5rem 3.125rem;
  }
}

body.dashboard > main > main.content section.left > div.container main.company-edit > .block, body.dashboard > main > main.content section.right > div.container main.company-edit > .block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 2.5rem;
}

body.dashboard > main > main.content section.left > div.container main.company-edit > .block h4, body.dashboard > main > main.content section.right > div.container main.company-edit > .block h4 {
  margin: 0 0 .3125rem;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #1B1B1B;
  letter-spacing: 0;
  line-height: 25px;
}

body.dashboard > main > main.content section.left > div.container main.company-edit > .block p, body.dashboard > main > main.content section.right > div.container main.company-edit > .block p {
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #7A7A7A;
  letter-spacing: 0;
  line-height: 25px;
}

body.dashboard > main > main.content section.left > div.container main.company-edit > .block.social-links a, body.dashboard > main > main.content section.right > div.container main.company-edit > .block.social-links a {
  display: block;
  margin-top: 1.25rem;
  padding-left: 2.5rem;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #565656;
  letter-spacing: 0;
  line-height: 1.5rem;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

body.dashboard > main > main.content section.left > div.container main.company-edit > .block.social-links a:hover, body.dashboard > main > main.content section.right > div.container main.company-edit > .block.social-links a:hover {
  color: #df4e46;
}

body.dashboard > main > main.content section.left > div.container main.company-edit > .block.social-links a.website, body.dashboard > main > main.content section.right > div.container main.company-edit > .block.social-links a.website {
  background-image: url(../img/symbols/website_black.svg);
  background-size: 23px;
}

body.dashboard > main > main.content section.left > div.container main.company-edit > .block.social-links a.facebook, body.dashboard > main > main.content section.right > div.container main.company-edit > .block.social-links a.facebook {
  background-image: url(../img/symbols/facebook_alt.svg);
  background-size: 19px;
}

body.dashboard > main > main.content section.left > div.container main.company-edit > .block.social-links a.linkedin, body.dashboard > main > main.content section.right > div.container main.company-edit > .block.social-links a.linkedin {
  background-image: url(../img/symbols/linkedin.svg);
  background-size: 17px;
}

body.dashboard > main > main.content section.left > div.container main.company-edit > .block.social-links a.twitter, body.dashboard > main > main.content section.right > div.container main.company-edit > .block.social-links a.twitter {
  background-image: url(../img/symbols/twitter.svg);
  background-size: 16px;
}

body.dashboard > main > main.content section.left > div.container .body, body.dashboard > main > main.content section.right > div.container .body {
  padding: 0 2rem 2rem;
}

@media only screen and (min-width: 600px) {
  body.dashboard > main > main.content section.left > div.container .body, body.dashboard > main > main.content section.right > div.container .body {
    padding: 0 3.125rem 2.5rem;
  }
}

body.dashboard > main > main.content section.left > div.container .body h1, body.dashboard > main > main.content section.left > div.container .body h2, body.dashboard > main > main.content section.left > div.container .body h3, body.dashboard > main > main.content section.left > div.container .body h4, body.dashboard > main > main.content section.left > div.container .body h5, body.dashboard > main > main.content section.right > div.container .body h1, body.dashboard > main > main.content section.right > div.container .body h2, body.dashboard > main > main.content section.right > div.container .body h3, body.dashboard > main > main.content section.right > div.container .body h4, body.dashboard > main > main.content section.right > div.container .body h5 {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #1B1B1B;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: .375rem;
}

body.dashboard > main > main.content section.left > div.container .body p, body.dashboard > main > main.content section.left > div.container .body ul, body.dashboard > main > main.content section.right > div.container .body p, body.dashboard > main > main.content section.right > div.container .body ul {
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #7A7A7A;
  letter-spacing: 0;
  line-height: 25px;
}

body.dashboard > main > main.content section.left > div.container .body p + h1, body.dashboard > main > main.content section.left > div.container .body p + h2, body.dashboard > main > main.content section.left > div.container .body p + h3, body.dashboard > main > main.content section.left > div.container .body p + h4, body.dashboard > main > main.content section.left > div.container .body p + h5, body.dashboard > main > main.content section.left > div.container .body ul + h1, body.dashboard > main > main.content section.left > div.container .body ul + h2, body.dashboard > main > main.content section.left > div.container .body ul + h3, body.dashboard > main > main.content section.left > div.container .body ul + h4, body.dashboard > main > main.content section.left > div.container .body ul + h5, body.dashboard > main > main.content section.right > div.container .body p + h1, body.dashboard > main > main.content section.right > div.container .body p + h2, body.dashboard > main > main.content section.right > div.container .body p + h3, body.dashboard > main > main.content section.right > div.container .body p + h4, body.dashboard > main > main.content section.right > div.container .body p + h5, body.dashboard > main > main.content section.right > div.container .body ul + h1, body.dashboard > main > main.content section.right > div.container .body ul + h2, body.dashboard > main > main.content section.right > div.container .body ul + h3, body.dashboard > main > main.content section.right > div.container .body ul + h4, body.dashboard > main > main.content section.right > div.container .body ul + h5 {
  margin-top: 2rem;
}

body.employers > main {
  width: 96%;
  margin: 0 auto;
}

body.employers > main .employers-grid .intro h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #1b1b1b;
  letter-spacing: -1.05px;
  text-align: center;
  line-height: 34px;
  max-width: 700px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 750px) {
  body.employers > main .employers-grid .intro h2 {
    font-size: 2.375rem;
    line-height: 37.8px;
  }
}

body.employers > main .employers-grid .intro p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.25rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}

body.employers > main .employers-grid > a {
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 2rem;
}

@media only screen and (min-width: 850px) {
  body.employers > main .employers-grid > a {
    height: 600px;
  }
}

body.employers > main .employers-grid > a .visual {
  background-image: url(../img/employers/link_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

body.employers > main .employers-grid > a .visual:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.612482)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.612482) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

body.employers > main .employers-grid > a h3 {
  display: block;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #e3e3e3;
  letter-spacing: 1.22px;
  text-align: center;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

body.employers > main .employers-grid > a h2 {
  display: block;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  background-color: transparent;
  text-align: center;
  padding: 0;
  max-width: 740px;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 600px) {
  body.employers > main .employers-grid > a h2 {
    font-size: 2rem;
    line-height: 30px;
  }
}

@media only screen and (min-width: 850px) {
  body.employers > main .employers-grid > a h2 {
    font-size: 2.5rem;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1100px) {
  body.employers > main .employers-grid > a h2 {
    font-size: 3rem;
    line-height: 45px;
  }
}

body.employers > main .employers-grid > a h2:after {
  display: none;
}

body.employers > main .employers-grid > a p {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

body.employers > main .employers-grid > a p.more:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

body.employers > main .employers-grid > a:hover .visual {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

body.employers > main .employers-grid > a:hover p:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

body.employers > main .employers-grid .bottom {
  margin-top: 2px;
  display: block;
}

@media only screen and (min-width: 850px) {
  body.employers > main .employers-grid .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body.employers > main .employers-grid .bottom > a {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 850px) {
  body.employers > main .employers-grid .bottom > a {
    height: 500px;
  }
}

body.employers > main .employers-grid .bottom > a .visual {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

body.employers > main .employers-grid .bottom > a .visual:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: #df4e46;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(223, 78, 70, 0.612482)), to(rgba(223, 78, 70, 0)));
  background: linear-gradient(0deg, rgba(223, 78, 70, 0.612482) 0%, rgba(223, 78, 70, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

body.employers > main .employers-grid .bottom > a .visual:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.612482)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.612482) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1);
}

body.employers > main .employers-grid .bottom > a:first-child .visual {
  background-image: url(../img/employers/link_2.jpg);
}

body.employers > main .employers-grid .bottom > a:last-child .visual {
  background-image: url(../img/employers/link_3.jpg);
}

body.employers > main .employers-grid .bottom > a h3 {
  position: relative;
  z-index: 3;
}

body.employers > main .employers-grid .bottom > a h2 {
  display: table;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 30px;
  padding: 1.5rem 2rem 1.5rem;
  position: relative;
  z-index: 3;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

@media only screen and (min-width: 850px) {
  body.employers > main .employers-grid .bottom > a h2 {
    font-size: 40px;
    line-height: 38px;
    max-width: 475px;
  }
}

@media only screen and (min-width: 1000px) {
  body.employers > main .employers-grid .bottom > a h2 {
    font-size: 46px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 1200px) {
  body.employers > main .employers-grid .bottom > a h2 {
    font-size: 51.2px;
    line-height: 50.84px;
  }
}

body.employers > main .employers-grid .bottom > a h2:after {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 27px;
  right: 0;
  margin-left: 10px;
}

body.employers > main .employers-grid .bottom > a:hover .visual {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

body.employers > main .employers-grid .bottom > a:hover .visual:before {
  opacity: 1;
}

body.employers > main .employers-grid .bottom > a:hover .visual:after {
  opacity: 0;
}

body.employers > main .employers-grid .bottom > a:hover h2 {
  background-color: #df4e46;
}

body.error-403 > main,
body.error-404 > main,
body.error-500 > main,
body.error-503 > main {
  width: 96%;
  margin: 50px auto 0;
  background-color: #f7f7f7;
  height: 100%;
}

@media only screen and (max-width: 1295px) {
  body.error-403 > main,
  body.error-404 > main,
  body.error-500 > main,
  body.error-503 > main {
    margin-top: 120px;
  }
}

body.error-403 > main > .pageheader,
body.error-404 > main > .pageheader,
body.error-500 > main > .pageheader,
body.error-503 > main > .pageheader {
  min-height: auto;
}

body.error-403 > main .info,
body.error-404 > main .info,
body.error-500 > main .info,
body.error-503 > main .info {
  margin-top: 6.25rem;
  display: block;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 950px) {
  body.error-403 > main .info,
  body.error-404 > main .info,
  body.error-500 > main .info,
  body.error-503 > main .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body.error-403 > main .info > *,
body.error-404 > main .info > *,
body.error-500 > main .info > *,
body.error-503 > main .info > * {
  display: block;
  max-width: 285px !important;
  max-height: 285px !important;
  margin: 0 auto;
  width: 100% !important;
}

@media only screen and (min-width: 950px) {
  body.error-403 > main .info > *,
  body.error-404 > main .info > *,
  body.error-500 > main .info > *,
  body.error-503 > main .info > * {
    margin: 0;
  }
}

body.error-403 > main .info > * + *,
body.error-404 > main .info > * + *,
body.error-500 > main .info > * + *,
body.error-503 > main .info > * + * {
  margin-top: 1rem;
}

@media only screen and (min-width: 950px) {
  body.error-403 > main .info > * + *,
  body.error-404 > main .info > * + *,
  body.error-500 > main .info > * + *,
  body.error-503 > main .info > * + * {
    margin-left: 0.625rem;
    margin-top: 0;
  }
}

body.profiles {
  overflow-x: hidden;
}

body.profiles > main {
  width: 96%;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1295px) {
  body.profiles > main {
    margin-top: 120px;
  }
}

body.profiles > main > header {
  position: absolute;
  top: 0;
  left: 0;
}

body.profiles > main section.slider {
  margin: 7.5rem auto 7.5rem;
}

body.profiles > main section.slider .slick-track {
  background-color: #f9f9f9;
}

body.profiles > main section.slider .intro h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #1b1b1b;
  letter-spacing: -1.05px;
  text-align: center;
  line-height: 34px;
  max-width: 700px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 750px) {
  body.profiles > main section.slider .intro h2 {
    font-size: 2.375rem;
    line-height: 37.8px;
  }
}

body.profiles > main section.slider .intro p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.25rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}

body.profiles > main section.slider .content {
  width: 90%;
  margin: 0 auto;
}

body.profiles > main section.slider .content .arrow {
  width: 60px;
  height: 60px;
  background-color: #000000;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

body.profiles > main section.slider .content .arrow.prevArrow {
  background-image: url(../img/symbols/arrow_white--left.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 300px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

body.profiles > main section.slider .content .arrow.nextArrow {
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 300px;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
}

body.profiles > main section.slider .content .arrow:hover {
  background-color: #df4e46;
}

body.profiles > main section.slider .content .slick-list {
  overflow: visible;
}

body.profiles > main section.slider .content .slick-list .slick-slide .jobprofile--slide header {
  opacity: 0.15;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

body.profiles > main section.slider .content .slick-list .slick-slide .jobprofile--slide main > * {
  opacity: 0.15;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

body.profiles > main section.slider .content .slick-list .slick-slide:last-of-type .jobprofile--slide main {
  border-right: 10px solid #ffffff;
}

body.profiles > main section.slider .content .slick-list .slick-slide:last-of-type .jobprofile--slide main:after {
  display: none;
}

body.profiles > main section.slider .content .slick-list .slick-slide.slick-active .jobprofile--slide header {
  opacity: 1;
}

body.profiles > main section.slider .content .slick-list .slick-slide.slick-active .jobprofile--slide main > * {
  opacity: 1;
}

body.profiles > main section.category {
  margin: 4rem auto 1rem;
  display: block;
}

@media only screen and (min-width: 940px) {
  body.profiles > main section.category {
    margin: 5rem auto 0;
  }
}

@media only screen and (min-width: 1150px) {
  body.profiles > main section.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.profiles > main section.category .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1150px) {
  body.profiles > main section.category .intro {
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 3rem 0 2rem;
    margin-bottom: 0;
  }
}

body.profiles > main section.category .intro h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #c6c6c6;
  letter-spacing: 1.08px;
}

body.profiles > main section.category .intro h2 {
  margin-bottom: 1rem;
}

body.profiles > main section.category .content {
  display: block;
}

@media only screen and (min-width: 1150px) {
  body.profiles > main section.category .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.profiles > main section.category .content > * {
  height: 275px;
  margin-bottom: 2%;
}

@media only screen and (min-width: 1150px) {
  body.profiles > main section.category .content > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.5%;
            flex: 0 0 49.5%;
    margin-bottom: 0;
  }
}

body.profiles > main footer.links {
  display: none;
}

@media only screen and (min-width: 940px) {
  body.profiles > main footer.links {
    margin-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.profiles > main footer.links a {
  height: 450px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.profiles > main footer.links a .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.55, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.55, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.55, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.55, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.55, 0, 0, 1);
}

body.profiles > main footer.links a .visual:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

body.profiles > main footer.links a:first-child .visual {
  background-image: url(../img/profiles/vacatures.jpg);
}

body.profiles > main footer.links a:last-child .visual {
  background-image: url(../img/profiles/studierichtingen.jpg);
}

body.profiles > main footer.links a h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #e3e3e3;
  letter-spacing: 1.1px;
}

body.profiles > main footer.links a h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2.75rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 2.75rem;
  max-width: 425px;
}

body.profiles > main footer.links a p {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 2rem;
}

body.profiles > main footer.links a p:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-image: url(../img/symbols/arrow_white--right.svg);
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

body.profiles > main footer.links a:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.profiles > main footer.links a:hover .visual:after {
  opacity: 0.3;
}

body.profiles > main footer.links a:hover p:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

#jobprofiles-overview .header {
  text-align: center;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#jobprofiles-overview .header h2 {
  margin: 0 1rem 0 0;
}

#jobprofiles-overview .header a {
  display: block;
  color: #df4e46;
  padding-right: 20px;
  background-image: url(../img/symbols/arrow_select-list.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#jobprofiles-overview .header a:hover {
  opacity: .6;
}

#jobprofiles-overview .content {
  padding: 30px;
  background: #FCFCFC;
  border: 1px solid #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 600px) {
  #jobprofiles-overview .content {
    padding: 50px;
  }
}

#jobprofiles-overview .content > a {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 740px) {
  #jobprofiles-overview .content > a {
    width: 48%;
  }
}

@media only screen and (min-width: 1100px) {
  #jobprofiles-overview .content > a {
    width: 32%;
  }
}

#jobprofiles-overview .content .pagination {
  margin: 50px 0 0;
}

body.login > main {
  width: 96%;
  margin: 0 auto;
  background-color: #F7F7F7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.login > main header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

body.login > main .login-main {
  width: 90%;
  max-width: 510px;
  padding: 5rem 0;
}

@media only screen and (min-width: 640px) {
  body.login > main .login-main {
    padding: 10rem 0;
  }
}

body.login > main .login-main form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body.login > main .login-main form label {
  margin-top: 1.875rem;
  margin-bottom: 1rem;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1B1B1B;
  letter-spacing: 0;
  line-height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

body.login > main .login-main form input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 78px;
  font-family: "Circular Std", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #C1C1C1;
  letter-spacing: 0;
  line-height: 25px;
  padding: 0 2rem;
  border: 1px solid #E6E6E6;
}

body.login > main .login-main form input.has-error {
  border-color: #df4e46;
  color: #df4e46;
}

body.login > main .login-main form .error {
  color: #df4e46;
  width: 100%;
}

body.login > main .login-main form a, body.login > main .login-main form button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (min-width: 515px) {
  body.login > main .login-main form a, body.login > main .login-main form button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-top: 3rem;
  }
}

body.login > main .login-main form button {
  background-color: #000000;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 32.3px;
  margin-top: 3rem;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border: none;
}

body.login > main .login-main form button:hover {
  background-color: #df4e46;
}

@media only screen and (min-width: 515px) {
  body.login > main .login-main form button {
    background-image: url(../img/symbols/login_white.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 4rem center;
    padding: 1.5rem 4rem 1.5rem 6rem;
  }
}

body.login > main .login-main form a {
  text-align: center;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #A7A7A7;
  letter-spacing: 0;
  line-height: 32.3px;
  background-color: #ECECEC;
  padding: 1.5rem 0;
}

body.login > main .login-main form a:hover {
  background-color: #C6C6C6;
  color: #F7F7F7;
}

body.partners .oldHeader, body.partners body.newsoverview > main .news-header, body.newsoverview > main body.partners .news-header {
  margin-top: 50px;
}

body.partners > main {
  background-color: #f7f7f7;
  width: 96%;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1295px) {
  body.partners > main {
    margin-top: 120px;
  }
}

body.partners > main main.partners {
  display: block;
}

@media only screen and (min-width: 750px) {
  body.partners > main main.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.partners > main main.partners > a {
  padding: 3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 50%;
          flex: 2 0 50%;
  border-bottom: 1px solid #eaeaea;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  text-align: center;
}

@media only screen and (min-width: 750px) {
  body.partners > main main.partners > a {
    height: 450px;
    padding: 1rem;
  }
}

body.partners > main main.partners > a h2 {
  text-indent: -999rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 50px;
  width: 50%;
}

body.partners > main main.partners > a h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #df4e46;
  letter-spacing: -0.35px;
  line-height: 35.8px;
  margin-bottom: 6px;
  margin-top: 2rem;
}

body.partners > main main.partners > a p {
  max-width: 450px;
  margin: 0 auto;
}

body.partners > main main.partners > a p.link {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0;
  margin-top: 1.5rem;
}

body.partners > main main.partners > a p.link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background-image: url(../img/symbols/arrow_black--right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.625rem;
}

body.partners > main main.partners > a.Alimento h2 {
  height: 27px;
}

body.partners > main main.partners > a.Alimento h3 {
  color: #ff7900;
}

body.partners > main main.partners > a.Fevia h2 {
  height: 46px;
}

body.partners > main main.partners > a.Fevia h3 {
  color: #612041;
}

body.partners > main main.partners > a.Wagralim h2 {
  height: 70px;
}

body.partners > main main.partners > a.Wagralim h3 {
  color: #00612d;
}

body.partners > main main.partners > a:nth-child(2n + 1) {
  border-right: 1px solid #eaeaea;
}

body.partners > main main.partners > a:hover {
  background-color: #f3f3f3;
}

body.register.company.succes > main section.steps .step.step1 {
  opacity: 0.4;
}

body.register.company.succes > main section.steps .step.step2 {
  opacity: 1;
}

body.register.company > main {
  width: 96%;
  margin: 50px auto 0;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 1295px) {
  body.register.company > main {
    margin-top: 120px;
  }
}

body.register.company > main section.steps {
  margin-top: 6rem;
  display: none;
}

@media only screen and (min-width: 950px) {
  body.register.company > main section.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.register.company > main section.steps .step {
  text-align: center;
  max-width: 240px;
  opacity: 0.4;
}

body.register.company > main section.steps .step p {
  display: none;
}

@media only screen and (min-width: 1150px) {
  body.register.company > main section.steps .step p {
    display: block;
  }
}

body.register.company > main section.steps .step h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #1b1b1b;
  letter-spacing: -0.58px;
  line-height: 25px;
  margin-bottom: 0.625rem;
}

body.register.company > main section.steps .step .img {
  height: 23px;
  width: 100%;
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body.register.company > main section.steps .step.step1 {
  opacity: 1;
}

body.register.company > main section.steps .step.step1 .img {
  background-image: url(../img/symbols/register_black.svg);
}

body.register.company > main section.steps .step.step2 .img {
  background-image: url(../img/symbols/verify_black.svg);
}

body.register.company > main section.steps .step.step3 .img {
  height: 22px;
  background-image: url(../img/symbols/fiche_black.svg);
}

body.register.company > main section.steps .step.step4 .img {
  background-image: url(../img/symbols/vacancies_black.svg);
}

body.register.company > main section.steps .arrow {
  background-image: url(../img/symbols/arrow_grey--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 23px;
}

body.register.company > main form {
  text-align: center;
}

body.register.company > main .topform {
  margin: 6.25rem auto 4.375rem;
  max-width: 960px;
  width: 90%;
  background-color: #ffffff;
  text-align: left;
}

body.register.company > main .topform .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 0;
}

@media only screen and (min-width: 850px) {
  body.register.company > main .topform .fields {
    padding: 5rem 0;
  }
}

body.register.company > main .topform .field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  margin-bottom: 2.5%;
}

@media only screen and (min-width: 850px) {
  body.register.company > main .topform .field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.5%;
            flex: 0 0 42.5%;
    margin-bottom: 2.5%;
  }
}

body.register.company > main .topform .field label {
  display: block;
  width: 100%;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #1b1b1b;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 1rem;
}

body.register.company > main .topform .field input {
  display: block;
  width: 100%;
  height: 78px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  padding: 0 2rem;
  font-family: "Circular Std", sans-serif;
  font-size: 1.125rem;
  color: #7a7a7a;
  letter-spacing: 0;
  line-height: 25px;
}

body.register.company > main .topform .g-recaptcha {
  width: 90%;
  margin: 0 auto;
}

body.register.company > main .topform h3 {
  background-color: #000000;
  color: #ffffff;
}

body.register.company > main .bottomform {
  max-width: 960px;
  width: 96%;
  background-color: #ffffff;
  margin: 0 auto;
  text-align: left;
}

body.register.company > main .bottomform h3 {
  background-color: #000000;
  color: #ffffff;
}

body.register.company > main button[type="submit"] {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  border: none;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 32.3px;
  height: 75px;
  background-color: #000000;
  color: #ffffff;
  padding: 0 4rem;
  margin-bottom: 5rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

body.register.company > main button[type="submit"]:hover {
  background-color: #df4e46;
}

body.register.company > main .succes-message {
  max-width: 750px;
  margin: 0 auto;
  width: 96%;
  padding: 9.375rem 0;
  text-align: center;
}

body.register.company > main .succes-message h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.825rem;
  color: #1b1b1b;
  letter-spacing: -0.78px;
  text-align: center;
  line-height: 32.8px;
  margin-bottom: 1.5rem;
}

body.register.school.succes > main section.steps .step.step1 {
  opacity: 0.4;
}

body.register.school.succes > main section.steps .step.step2 {
  opacity: 1;
}

body.register.school > main {
  width: 96%;
  margin: 50px auto 0;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 1295px) {
  body.register.school > main {
    margin-top: 120px;
  }
}

body.register.school > main section.steps {
  margin-top: 6rem;
  display: none;
}

@media only screen and (min-width: 950px) {
  body.register.school > main section.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.register.school > main section.steps .step {
  text-align: center;
  max-width: 240px;
  opacity: 0.4;
}

body.register.school > main section.steps .step p {
  display: none;
}

@media only screen and (min-width: 1150px) {
  body.register.school > main section.steps .step p {
    display: block;
  }
}

body.register.school > main section.steps .step h3 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  color: #1b1b1b;
  letter-spacing: -0.58px;
  line-height: 25px;
  margin-bottom: 0.625rem;
}

body.register.school > main section.steps .step .img {
  height: 23px;
  width: 100%;
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body.register.school > main section.steps .step.step1 {
  opacity: 1;
}

body.register.school > main section.steps .step.step1 .img {
  background-image: url(../img/symbols/register_black.svg);
}

body.register.school > main section.steps .step.step2 .img {
  background-image: url(../img/symbols/verify_black.svg);
}

body.register.school > main section.steps .step.step3 .img {
  height: 22px;
  background-image: url(../img/symbols/fiche_black.svg);
}

body.register.school > main section.steps .step.step4 .img {
  background-image: url(../img/symbols/vacancies_black.svg);
}

body.register.school > main section.steps .arrow {
  background-image: url(../img/symbols/arrow_grey--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 23px;
}

body.register.school > main form {
  text-align: center;
}

body.register.school > main .topform {
  margin: 6.25rem auto 4.375rem;
  max-width: 960px;
  width: 90%;
  background-color: #ffffff;
  text-align: left;
}

body.register.school > main .topform .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 0;
}

@media only screen and (min-width: 850px) {
  body.register.school > main .topform .fields {
    padding: 5rem 0;
  }
}

body.register.school > main .topform .field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  margin-bottom: 2.5%;
}

@media only screen and (min-width: 850px) {
  body.register.school > main .topform .field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.5%;
            flex: 0 0 42.5%;
    margin-bottom: 2.5%;
  }
}

body.register.school > main .topform .field label {
  display: block;
  width: 100%;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #1b1b1b;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 1rem;
}

body.register.school > main .topform .field input {
  display: block;
  width: 100%;
  height: 78px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  padding: 0 2rem;
  font-family: "Circular Std", sans-serif;
  font-size: 1.125rem;
  color: #7a7a7a;
  letter-spacing: 0;
  line-height: 25px;
}

body.register.school > main .topform .g-recaptcha {
  width: 90%;
  margin: 0 auto;
}

body.register.school > main .topform h3 {
  background-color: #000000;
  color: #ffffff;
}

body.register.school > main .bottomform {
  max-width: 960px;
  width: 96%;
  background-color: #ffffff;
  margin: 0 auto;
  text-align: left;
}

body.register.school > main .bottomform h3 {
  background-color: #000000;
  color: #ffffff;
}

body.register.school > main button[type="submit"] {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  border: none;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 32.3px;
  height: 75px;
  background-color: #000000;
  color: #ffffff;
  padding: 0 4rem;
  margin-bottom: 5rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

body.register.school > main button[type="submit"]:hover {
  background-color: #df4e46;
}

body.register.school > main .succes-message {
  max-width: 750px;
  margin: 0 auto;
  width: 96%;
  padding: 9.375rem 0;
  text-align: center;
}

body.register.school > main .succes-message h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.825rem;
  color: #1b1b1b;
  letter-spacing: -0.78px;
  text-align: center;
  line-height: 32.8px;
  margin-bottom: 1.5rem;
}

body.schools > main {
  width: 96%;
  margin: 0 auto;
}

body.schools > main header.pageheader {
  margin-bottom: 0;
}

body.schools > main section.filter {
  position: relative;
}

body.schools > main .mapfilter {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 10;
  -webkit-transform: translate(0, -3rem);
          transform: translate(0, -3rem);
  -webkit-box-shadow: 0px 0px 62px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 62px 1px rgba(0, 0, 0, 0.2);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 600px) {
  body.schools > main .mapfilter {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 850px) {
  body.schools > main .mapfilter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

body.schools > main .mapfilter select, body.schools > main .mapfilter input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  padding: 2rem 1rem;
  border: none;
  border-radius: 0;
}

body.schools > main .mapfilter select {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 1px;
  background-color: #FFFFFF;
  border: none;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: .875rem;
  color: #C2C2C2;
  letter-spacing: 0.2px;
  background-image: url(../img/symbols/arrow_select-list.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-right: 1px solid #F5F5F5;
}

@media only screen and (min-width: 600px) {
  body.schools > main .mapfilter select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 850px) {
  body.schools > main .mapfilter select {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 33%;
    padding: 0 50px 0 30px;
  }
}

body.schools > main .mapfilter button[type="submit"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .875rem;
  color: #ffffff;
  letter-spacing: 0;
  padding: 2rem 2.5rem;
  border-radius: 0;
  border: none;
  background-color: #000000;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media only screen and (min-width: 600px) {
  body.schools > main .mapfilter button[type="submit"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

body.schools > main .mapfilter button[type="submit"]:hover {
  background-color: #df4e46;
}

body.schools > main #map {
  height: 800px;
}

@media only screen and (min-width: 600px) {
  body.schools > main #map {
    height: 520px;
  }
}

body.schools > main .overview {
  margin: 4.625rem auto;
}

body.schools > main .overview .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.schools > main .overview .header h2 {
  font-size: 48px;
  color: #1B1B1B;
  letter-spacing: -1.33px;
  line-height: 37.8px;
  margin-bottom: 3rem;
  margin-right: 20px;
}

body.schools > main .overview .header a {
  display: block;
  color: #df4e46;
  padding-right: 20px;
  background-image: url(../img/symbols/arrow_select-list.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

body.schools > main .overview table {
  width: 100%;
  border-collapse: separate;
  display: block;
}

body.schools > main .overview table a {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #df4e46;
  letter-spacing: 0;
}

body.schools > main .overview table tbody {
  display: block;
}

@media only screen and (min-width: 700px) {
  body.schools > main .overview table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1000px) {
  body.schools > main .overview table tbody {
    display: table-row-group;
  }
}

body.schools > main .overview table tr:nth-child(even) {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

body.schools > main .overview table tr:nth-child(even) td {
  display: block;
}

@media only screen and (min-width: 1000px) {
  body.schools > main .overview table tr:nth-child(even) {
    display: table-row;
  }
  body.schools > main .overview table tr:nth-child(even) td {
    display: table-cell;
  }
}

body.schools > main .overview table tr:nth-child(odd) {
  border: 1px solid #F5F5F5;
  background-color: #ffffff;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1000px) {
  body.schools > main .overview table tr:nth-child(odd) {
    margin-bottom: 0;
    display: table-row;
  }
}

body.schools > main .overview table tr:nth-child(odd):hover {
  background-color: #FDFDFD;
}

body.schools > main .overview table tr:nth-child(odd) td:first-of-type {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #000000;
  letter-spacing: -0.58px;
  line-height: 25px;
  padding: 2rem 2rem 1rem !important;
}

@media only screen and (min-width: 1000px) {
  body.schools > main .overview table tr:nth-child(odd) td:first-of-type {
    padding: 2rem !important;
    border-left: 1px solid #F5F5F5;
  }
}

body.schools > main .overview table tr:nth-child(odd) td {
  display: block;
}

@media only screen and (min-width: 1000px) {
  body.schools > main .overview table tr:nth-child(odd) td {
    padding: 2rem;
    display: table-cell;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
  }
}

body.schools > main .overview table tr:nth-child(odd) td:nth-child(2) {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  color: #000000;
  letter-spacing: 1.08px;
  background-image: url(../img/symbols/briefcase_grey.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 2rem center;
  padding: .5rem 2rem .5rem 4rem;
}

@media only screen and (min-width: 1000px) {
  body.schools > main .overview table tr:nth-child(odd) td:nth-child(2) {
    background-position: left center;
    padding: 2rem;
  }
}

body.schools > main .overview table tr:nth-child(odd) td:nth-child(3) {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  color: #000000;
  letter-spacing: 1.08px;
  background-image: url(../img/symbols/location_grey.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 2rem center;
  padding: .5rem 2rem .5rem 4rem;
}

@media only screen and (min-width: 1000px) {
  body.schools > main .overview table tr:nth-child(odd) td:nth-child(3) {
    background-position: left center;
    padding: 2rem;
  }
}

@media only screen and (min-width: 1000px) {
  body.schools > main .overview table tr:nth-child(odd) td:last-of-type {
    border-right: 1px solid #F5F5F5;
    text-align: right;
  }
}

body.schools > main .overview table tr:nth-child(odd) td:last-of-type a, body.schools > main .overview table tr:nth-child(odd) td:last-of-type label {
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: bold;
  letter-spacing: 1.1px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  margin-top: 1rem;
}

body.schools > main .overview table tr:nth-child(odd) td:last-of-type a.active:after, body.schools > main .overview table tr:nth-child(odd) td:last-of-type label.active:after {
  -webkit-transform: translate(5px, 0) rotate(-90deg) !important;
          transform: translate(5px, 0) rotate(-90deg) !important;
}

body.schools > main .overview table tr:nth-child(odd) td:last-of-type a:hover, body.schools > main .overview table tr:nth-child(odd) td:last-of-type label:hover {
  background-color: #df4e46;
}

@media only screen and (min-width: 1000px) {
  body.schools > main .overview table tr:nth-child(odd) td:last-of-type a, body.schools > main .overview table tr:nth-child(odd) td:last-of-type label {
    margin-top: 0;
    font-weight: 500;
    font-size: 1rem;
    text-transform: inherit;
    padding: 0;
    display: inline-block;
    color: #df4e46;
    background-color: transparent;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.schools > main .overview table tr:nth-child(odd) td:last-of-type a:after, body.schools > main .overview table tr:nth-child(odd) td:last-of-type label:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../img/symbols/arrow_red--right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  body.schools > main .overview table tr:nth-child(odd) td:last-of-type a:hover, body.schools > main .overview table tr:nth-child(odd) td:last-of-type label:hover {
    background-color: transparent;
  }
  body.schools > main .overview table tr:nth-child(odd) td:last-of-type a:hover:after, body.schools > main .overview table tr:nth-child(odd) td:last-of-type label:hover:after {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

body.schools > main .overview table tr:nth-child(even) td input {
  display: none;
}

body.schools > main .overview table tr:nth-child(even) td input:checked ~ .content {
  height: initial;
  overflow: initial;
  background-color: #f7f7f7;
  border-bottom: 1rem solid #FFFFFF;
  opacity: 1;
  pointer-events: initial;
}

body.schools > main .overview table tr:nth-child(even) td .content {
  overflow: hidden;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  padding: 10px;
  -webkit-transition: opacity .6s ease, height .6s ease;
  transition: opacity .6s ease, height .6s ease;
}

body.schools > main .overview table tr:nth-child(even) td .content ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

body.schools > main .overview table tr:nth-child(even) td .content ul.social li + li {
  margin-left: 2rem;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container {
  background-color: #ffffff;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container header h3 {
  background-color: #df4e46;
  color: #ffffff;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main {
  padding: 2rem;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content > .container > main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main .wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main .wrapper .item {
  margin-bottom: 0;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main .wrapper .item + .item {
  margin-top: 1.5rem;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main .wrapper .item h5 {
  text-transform: uppercase;
  margin: 0;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .625rem;
  color: #BEBEBE;
  letter-spacing: 0.98px;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main .wrapper .item p {
  margin: 0 0 1.5rem;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #1B1B1B;
  letter-spacing: -0.5px;
  line-height: 32.8px;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main .wrapper .item p:last-child {
  margin-bottom: 0;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main .wrapper .item ul {
  padding: 0rem;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main .wrapper .item ul li {
  margin-bottom: 1rem;
  list-style-type: none;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main .wrapper .item ul li p {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 0rem;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main .wrapper .item ul li small {
  margin-top: 5px;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #BEBEBE;
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main > a {
  display: block;
  padding: 1.5rem 2rem;
  background-color: #000000;
  color: #ffffff;
  padding-left: 3.5rem;
  background-image: url(../img/symbols/external-link_white.svg);
  background-repeat: no-repeat;
  background-position: 2rem center;
  background-size: 13px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content > .container > main > a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: table;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content > .container > main > a:hover {
  background-color: #df4e46;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  margin-top: .75rem;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 640px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relations > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations > * span.count {
  position: relative;
  z-index: 3;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0 .5rem 0 0;
}

@media only screen and (min-width: 640px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relations > * span.count {
    margin: 0;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 850px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relations > * span.count {
    font-size: 4.5rem;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations > * p {
  position: relative;
  z-index: 3;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: -0.8px;
  line-height: 47.3px;
  margin: 0;
}

body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .vacancies, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .vacancies, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .profiles, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .profiles, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .vacancies, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .vacancies, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .profiles, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .profiles, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .schools, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .schools, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: auto;
  padding: 1rem 0;
}

@media only screen and (min-width: 640px) {
  body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .vacancies, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .vacancies, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .profiles, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .profiles, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .vacancies, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .vacancies, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .profiles, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .profiles, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .schools, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .schools, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8 {
    padding: 0;
    height: 200px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  }
  body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .vacancies:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .vacancies:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies:hover, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .profiles:hover, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .profiles:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .vacancies:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .vacancies:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .profiles:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .profiles:hover, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .schools:hover, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .schools:hover, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0:hover, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1:hover, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2:hover, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3:hover, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4:hover, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5:hover, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6:hover, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7:hover, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8:hover {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  }
}

@media only screen and (min-width: 960px) {
  body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .vacancies, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .vacancies, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .studies, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies, body.schools > main .overview table tr:nth-child(even) td .content body.profile section.relations .profiles, body.profile body.schools > main .overview table tr:nth-child(even) td .content section.relations .profiles, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .vacancies, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .vacancies, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .profiles, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .profiles, body.schools > main .overview table tr:nth-child(even) td .content body.study > main section.relations .schools, body.study > main body.schools > main .overview table tr:nth-child(even) td .content section.relations .schools, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7, body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8 {
    height: 250px;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0 .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-0:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1 .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-1:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2 .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-2:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3 .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-3:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4 .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-4:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5 .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-5:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6 .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-6:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7 .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-7:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 98%, 48% 98%, 0% 98%);
  -webkit-transition: -webkit-clip-path .3s ease;
  transition: -webkit-clip-path .3s ease;
  transition: clip-path .3s ease;
  transition: clip-path .3s ease, -webkit-clip-path .3s ease;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8 .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/schools_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  background-color: #df4e46;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relations .studies-8:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content {
  padding: .75rem 0 .5rem 0;
  background-color: #FFFFFF;
  max-width: 95vw;
}

@media only screen and (max-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content {
    max-width: 93vw;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-0 {
  display: none;
  overflow: scroll;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-0 > * {
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  margin-left: 2%;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-0 > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-0 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-0 > * {
    width: 33.5%;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-1 {
  display: none;
  overflow: scroll;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-1 > * {
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  margin-left: 2%;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-1 > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-1 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-1 > * {
    width: 33.5%;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-2 {
  display: none;
  overflow: scroll;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-2 > * {
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  margin-left: 2%;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-2 > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-2 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-2 > * {
    width: 33.5%;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-3 {
  display: none;
  overflow: scroll;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-3 > * {
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  margin-left: 2%;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-3 > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-3 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-3 > * {
    width: 33.5%;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-4 {
  display: none;
  overflow: scroll;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-4 > * {
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  margin-left: 2%;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-4 > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-4 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-4 > * {
    width: 33.5%;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-5 {
  display: none;
  overflow: scroll;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-5 > * {
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  margin-left: 2%;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-5 > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-5 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-5 > * {
    width: 33.5%;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-6 {
  display: none;
  overflow: scroll;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-6 > * {
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  margin-left: 2%;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-6 > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-6 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-6 > * {
    width: 33.5%;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-7 {
  display: none;
  overflow: scroll;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-7 > * {
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  margin-left: 2%;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-7 > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-7 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-7 > * {
    width: 33.5%;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-8 {
  display: none;
  overflow: scroll;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-8 > * {
  background-color: #ffffff !important;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  margin-left: 2%;
}

body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-8 > *:hover {
  background-color: #FDFDFD !important;
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-8 > * {
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  body.schools > main .overview table tr:nth-child(even) td .content section.relation-content .studies-8 > * {
    width: 33.5%;
  }
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-0:checked ~ section.relations .studies-0 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-0:checked ~ section.relations .studies-0:after {
  background-color: #df4e46;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-0:checked ~ section.relation-content .studies-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-1:checked ~ section.relations .studies-1 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-1:checked ~ section.relations .studies-1:after {
  background-color: #df4e46;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-1:checked ~ section.relation-content .studies-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-2:checked ~ section.relations .studies-2 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-2:checked ~ section.relations .studies-2:after {
  background-color: #df4e46;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-2:checked ~ section.relation-content .studies-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-3:checked ~ section.relations .studies-3 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-3:checked ~ section.relations .studies-3:after {
  background-color: #df4e46;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-3:checked ~ section.relation-content .studies-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-4:checked ~ section.relations .studies-4 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-4:checked ~ section.relations .studies-4:after {
  background-color: #df4e46;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-4:checked ~ section.relation-content .studies-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-5:checked ~ section.relations .studies-5 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-5:checked ~ section.relations .studies-5:after {
  background-color: #df4e46;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-5:checked ~ section.relation-content .studies-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-6:checked ~ section.relations .studies-6 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-6:checked ~ section.relations .studies-6:after {
  background-color: #df4e46;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-6:checked ~ section.relation-content .studies-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-7:checked ~ section.relations .studies-7 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-7:checked ~ section.relations .studies-7:after {
  background-color: #df4e46;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-7:checked ~ section.relation-content .studies-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-8:checked ~ section.relations .studies-8 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 98%, 52% 98%, 50% 100%, 48% 98%, 0% 98%);
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-8:checked ~ section.relations .studies-8:after {
  background-color: #df4e46;
}

body.schools > main .overview table tr:nth-child(even) td .content #relationstogglestudies-8:checked ~ section.relation-content .studies-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.schools > main .footerlink a {
  display: block;
  position: relative;
  width: 100%;
  min-height: 225px;
  margin: 175px auto 0;
  overflow: hidden;
}

@media only screen and (min-width: 640px) {
  body.schools > main .footerlink a {
    min-height: 400px;
  }
}

body.schools > main .footerlink a .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/scholen/footer_link.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

body.schools > main .footerlink a .visual:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.612482)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.612482) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

body.schools > main .footerlink a header {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  body.schools > main .footerlink a header h2 {
    font-size: 21px;
    line-height: 64px;
  }
}

body.schools > main .footerlink a:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.search > main {
  width: 96%;
  margin: 0 auto;
}

body.search > main > header {
  margin-bottom: 2%;
}

body.search > main > header .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.search > main > header .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.search > main > header .bottom h3 {
  color: #000000;
  background-color: #EDEDED;
}

body.search > main .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
}

body.search > main .content > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 2%;
}

@media only screen and (min-width: 600px) {
  body.search > main .content > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-bottom: 2%;
  }
  body.search > main .content > a + a {
    margin-left: 2%;
  }
  body.search > main .content > a:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 850px) {
  body.search > main .content > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-bottom: 2%;
  }
  body.search > main .content > a:nth-child(2n + 1) {
    margin-left: 2%;
  }
  body.search > main .content > a:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1150px) {
  body.search > main .content > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    margin-bottom: 2%;
  }
  body.search > main .content > a:nth-child(2n + 1) {
    margin-left: 2%;
  }
  body.search > main .content > a:nth-child(3n + 1) {
    margin-left: 2%;
  }
  body.search > main .content > a:nth-child(4n + 1) {
    margin-left: 0;
  }
}

body.search > main .content > a header {
  height: auto;
}

body.stem {
  overflow-x: hidden;
}

body.stem > main {
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

body.stem section.slider {
  margin: 100px -2% 0;
  overflow: hidden;
}

body.stem section.slider .slick-track {
  background-color: #F9F9F9;
}

body.stem section.slider .buttons {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 850px) {
  body.stem section.slider .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.stem section.slider .buttons a {
  display: table;
}

body.stem section.slider .buttons a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

body.stem section.slider .buttons a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (min-width: 850px) {
  body.stem section.slider .buttons a {
    display: block;
  }
}

body.stem section.slider .intro h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #1B1B1B;
  letter-spacing: -1.05px;
  text-align: center;
  line-height: 34px;
  max-width: 700px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 750px) {
  body.stem section.slider .intro h2 {
    font-size: 2.375rem;
    line-height: 37.8px;
  }
}

body.stem section.slider .intro p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.25rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}

body.stem section.slider .content {
  width: 90%;
  margin: 0 auto;
}

body.stem section.slider .content .arrow {
  width: 60px;
  height: 60px;
  background-color: #000000;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.stem section.slider .content .arrow.prevArrow {
  background-image: url(../img/symbols/arrow_white--left.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 300px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

body.stem section.slider .content .arrow.nextArrow {
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 300px;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
}

body.stem section.slider .content .arrow:hover {
  background-color: #df4e46;
}

body.stem section.slider .content .slick-list {
  overflow: visible;
}

body.stem section.slider .content .slick-list .slick-slide .jobprofile--slide header {
  opacity: .15;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

body.stem section.slider .content .slick-list .slick-slide .jobprofile--slide main > * {
  opacity: .15;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

body.stem section.slider .content .slick-list .slick-slide:last-of-type .jobprofile--slide main {
  border-right: 10px solid #ffffff;
}

body.stem section.slider .content .slick-list .slick-slide:last-of-type .jobprofile--slide main:after {
  display: none;
}

body.stem section.slider .content .slick-list .slick-slide.slick-active .jobprofile--slide header {
  opacity: 1;
}

body.stem section.slider .content .slick-list .slick-slide.slick-active .jobprofile--slide main > * {
  opacity: 1;
}

body.stem div.mapwrapper {
  position: relative;
  margin-top: 100px;
  display: none;
}

@media only screen and (min-width: 640px) {
  body.stem div.mapwrapper {
    display: block;
  }
}

body.stem div.mapwrapper .intro h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #1B1B1B;
  letter-spacing: -1.05px;
  text-align: center;
  line-height: 34px;
  max-width: 850px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 750px) {
  body.stem div.mapwrapper .intro h2 {
    font-size: 2.375rem;
    line-height: 37.8px;
  }
}

body.stem div.mapwrapper .intro p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.25rem;
  max-width: 1000px;
  margin: 0 auto 3rem;
}

body.stem div.mapwrapper .intro p + p {
  margin: 20px 0 0 0;
}

body.stem div.mapwrapper .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.stem div.mapwrapper .content #sectorfilter {
  color: #FFFFFF;
  width: 20%;
  position: absolute;
  top: 7%;
  height: 93%;
  padding: 3rem 2rem 3rem 2rem;
  background-color: rgba(0, 0, 0, 0.8);
}

body.stem div.mapwrapper #map {
  height: 720px;
}

body.stem div.mapwrapper #map .mapboxgl-ctrl-bottom-right {
  display: none;
}

body.stem div.mapwrapper .topleft {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.stem div.mapwrapper .topleft a {
  display: block;
  padding: 1rem 1.5rem;
  font-family: "Circular Std", sans-serif;
  display: block;
  font-size: .75rem;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #000000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.stem div.mapwrapper .topleft a.active {
  background-color: #df4e46;
}

body.stem div.mapwrapper .topleft a.active:hover {
  background-color: #df4e46;
  color: #ffffff;
  cursor: default;
}

body.stem div.mapwrapper .topleft a:hover {
  background-color: #ffffff;
  color: #000000;
}

body.stem div.mapwrapper .bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
}

body.stem div.mapwrapper .bottomright a {
  display: block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  background-color: #df4e46;
  letter-spacing: 0;
  padding: 1.425rem 2.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.stem div.mapwrapper .bottomright a:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

body.stem div.mapwrapper .bottomright a:hover {
  background-color: #000000;
  color: #ffffff;
}

body.stem div.mapwrapper .bottomright a:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

body.stem ul.skills-items {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 950px) {
  body.stem ul.skills-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

body.stem li.skills-item {
  width: calc((100% / 2) - 30px);
  margin: 10px 15px;
}

@media only screen and (min-width: 550px) {
  body.stem li.skills-item {
    width: calc((100% / 3) - 30px);
  }
}

@media only screen and (min-width: 950px) {
  body.stem li.skills-item {
    width: calc((100% / 5) - 30px);
    margin: 0 15px;
  }
}

body.stem .skills-title {
  font-size: 21px;
  line-height: 24px;
}

body.stem .skills-text {
  margin: 10px 0 0 0;
}

body.stem .grid-wrap {
  margin: 120px 0 0 0;
}

body.students {
  overflow-x: hidden;
}

body.students > main {
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

body.students section.slider {
  margin: 100px -2% 0;
  overflow: hidden;
}

body.students section.slider .slick-track {
  background-color: #F9F9F9;
}

body.students section.slider .buttons {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 850px) {
  body.students section.slider .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.students section.slider .buttons a {
  display: table;
}

@media only screen and (min-width: 850px) {
  body.students section.slider .buttons a {
    display: block;
  }
}

body.students section.slider .intro h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #1B1B1B;
  letter-spacing: -1.05px;
  text-align: center;
  line-height: 34px;
  max-width: 700px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 750px) {
  body.students section.slider .intro h2 {
    font-size: 2.375rem;
    line-height: 37.8px;
  }
}

body.students section.slider .intro p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.25rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}

body.students section.slider .content {
  width: 90%;
  margin: 0 auto;
}

body.students section.slider .content .arrow {
  width: 60px;
  height: 60px;
  background-color: #000000;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.students section.slider .content .arrow.prevArrow {
  background-image: url(../img/symbols/arrow_white--left.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 300px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

body.students section.slider .content .arrow.nextArrow {
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 300px;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
}

body.students section.slider .content .arrow:hover {
  background-color: #df4e46;
}

body.students section.slider .content .slick-list {
  overflow: visible;
}

body.students section.slider .content .slick-list .slick-slide .jobprofile--slide header {
  opacity: .15;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

body.students section.slider .content .slick-list .slick-slide .jobprofile--slide main > * {
  opacity: .15;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

body.students section.slider .content .slick-list .slick-slide:last-of-type .jobprofile--slide main {
  border-right: 10px solid #ffffff;
}

body.students section.slider .content .slick-list .slick-slide:last-of-type .jobprofile--slide main:after {
  display: none;
}

body.students section.slider .content .slick-list .slick-slide.slick-active .jobprofile--slide header {
  opacity: 1;
}

body.students section.slider .content .slick-list .slick-slide.slick-active .jobprofile--slide main > * {
  opacity: 1;
}

body.students div.mapwrapper {
  position: relative;
  margin-top: 100px;
  display: none;
}

@media only screen and (min-width: 640px) {
  body.students div.mapwrapper {
    display: block;
  }
}

body.students div.mapwrapper .intro h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #1B1B1B;
  letter-spacing: -1.05px;
  text-align: center;
  line-height: 34px;
  max-width: 700px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 750px) {
  body.students div.mapwrapper .intro h2 {
    font-size: 2.375rem;
    line-height: 37.8px;
  }
}

body.students div.mapwrapper .intro p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.25rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}

body.students div.mapwrapper .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.students div.mapwrapper .content #sectorfilter {
  color: #FFFFFF;
  width: 20%;
  position: absolute;
  top: 7%;
  height: 93%;
  padding: 3rem 2rem 3rem 2rem;
  background-color: rgba(0, 0, 0, 0.8);
}

body.students div.mapwrapper #map {
  height: 720px;
}

body.students div.mapwrapper #map .mapboxgl-ctrl-bottom-right {
  display: none;
}

body.students div.mapwrapper .topleft {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.students div.mapwrapper .topleft a {
  display: block;
  padding: 1rem 1.5rem;
  font-family: "Circular Std", sans-serif;
  display: block;
  font-size: .75rem;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #000000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.students div.mapwrapper .topleft a.active {
  background-color: #df4e46;
}

body.students div.mapwrapper .topleft a.active:hover {
  background-color: #df4e46;
  color: #ffffff;
  cursor: default;
}

body.students div.mapwrapper .topleft a:hover {
  background-color: #ffffff;
  color: #000000;
}

body.students div.mapwrapper .bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
}

body.students div.mapwrapper .bottomright a {
  display: block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  background-color: #df4e46;
  letter-spacing: 0;
  padding: 1.425rem 2.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.students div.mapwrapper .bottomright a:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

body.students div.mapwrapper .bottomright a:hover {
  background-color: #000000;
  color: #ffffff;
}

body.students div.mapwrapper .bottomright a:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

body.studies > main {
  width: 96%;
  margin: 0 auto;
}

body.studies > main header.pageheader {
  margin-bottom: 0;
}

body.studies > main section.filter {
  position: relative;
}

body.studies > main .mapfilter {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 10;
  -webkit-transform: translate(0, -3rem);
          transform: translate(0, -3rem);
  -webkit-box-shadow: 0px 0px 62px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 62px 1px rgba(0, 0, 0, 0.2);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 600px) {
  body.studies > main .mapfilter {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 850px) {
  body.studies > main .mapfilter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

body.studies > main .mapfilter select, body.studies > main .mapfilter input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  padding: 2rem 1rem;
  border: none;
  border-radius: 0;
}

body.studies > main .mapfilter select {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 1px;
  background-color: #FFFFFF;
  border: none;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: .875rem;
  color: #C2C2C2;
  letter-spacing: 0.2px;
  background-image: url(../img/symbols/arrow_select-list.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-right: 1px solid #F5F5F5;
}

@media only screen and (min-width: 600px) {
  body.studies > main .mapfilter select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 850px) {
  body.studies > main .mapfilter select {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 33%;
    padding: 0 50px 0 30px;
  }
}

body.studies > main .mapfilter button[type="submit"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .875rem;
  color: #ffffff;
  letter-spacing: 0;
  padding: 2rem 2.5rem;
  border-radius: 0;
  border: none;
  background-color: #000000;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media only screen and (min-width: 600px) {
  body.studies > main .mapfilter button[type="submit"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

body.studies > main .mapfilter button[type="submit"]:hover {
  background-color: #df4e46;
}

body.studies > main #map {
  height: 800px;
}

@media only screen and (min-width: 600px) {
  body.studies > main #map {
    height: 520px;
  }
}

body.studies > main section.highlight {
  padding: 5rem 0;
}

body.studies > main section.highlight h4 {
  text-transform: uppercase;
  text-align: center;
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: .75rem;
  color: #000000;
  letter-spacing: 1.1px;
  margin-top: 0;
  margin-bottom: 2rem;
}

body.studies > main section.highlight .content {
  display: block;
}

@media only screen and (min-width: 960px) {
  body.studies > main section.highlight .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

body.studies > main section.highlight .content > * {
  max-width: 500px;
  margin: 0 0 3%;
}

@media only screen and (min-width: 960px) {
  body.studies > main section.highlight .content > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    margin-right: 3%;
  }
  body.studies > main section.highlight .content > *:nth-child(3n + 3) {
    margin-right: 0;
  }
}

body.studies > main .overview {
  background-color: #FDFDFD;
  margin: 0 auto;
  padding: 5rem 0;
}

body.studies > main .overview .header {
  text-align: center;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.studies > main .overview .header h2 {
  margin: 0 1rem 0 0;
}

body.studies > main .overview .header a {
  display: block;
  color: #df4e46;
  padding-right: 20px;
  background-image: url(../img/symbols/arrow_select-list.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

body.studies > main .overview .header a:hover {
  opacity: .6;
}

body.studies > main .overview .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.studies > main .overview .content > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 2%;
}

@media only screen and (min-width: 600px) {
  body.studies > main .overview .content > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-bottom: 2%;
  }
  body.studies > main .overview .content > a + a {
    margin-left: 2%;
  }
  body.studies > main .overview .content > a:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 850px) {
  body.studies > main .overview .content > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-bottom: 2%;
  }
  body.studies > main .overview .content > a:nth-child(2n + 1) {
    margin-left: 2%;
  }
  body.studies > main .overview .content > a:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1150px) {
  body.studies > main .overview .content > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    margin-bottom: 2%;
  }
  body.studies > main .overview .content > a:nth-child(2n + 1) {
    margin-left: 2%;
  }
  body.studies > main .overview .content > a:nth-child(3n + 1) {
    margin-left: 2%;
  }
  body.studies > main .overview .content > a:nth-child(4n + 1) {
    margin-left: 0;
  }
}

body.studies > main .overview .content > a header {
  height: auto;
}

body.studies > main .overview .content > a .visual {
  display: none;
}

body.studies > main .overview .content > a h3 {
  position: relative;
  background-color: #F9F9F9;
  color: #000000;
}

body.studies > main .footerlink a {
  display: block;
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: 175px auto 0;
  overflow: hidden;
}

body.studies > main .footerlink a .visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/scholen/footer_link.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0, 1);
}

body.studies > main .footerlink a .visual:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.612482)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.612482) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

body.studies > main .footerlink a header {
  position: relative;
  z-index: 1;
}

body.studies > main .footerlink a:hover .visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.verkoopfiche .verkoopfiche-why {
  width: 96%;
  max-width: 950px;
  padding: 0 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 550px) {
  body.verkoopfiche .verkoopfiche-why {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 75px 0;
  }
}

body.verkoopfiche .verkoopfiche-why-item + .verkoopfiche-why-item {
  margin: 20px 0 0 0;
}

@media only screen and (min-width: 550px) {
  body.verkoopfiche .verkoopfiche-why-item {
    width: calc(50% - 30px);
  }
  body.verkoopfiche .verkoopfiche-why-item + .verkoopfiche-why-item {
    margin: 0;
  }
}

body.verkoopfiche .verkoopfiche-why-item:first-of-type {
  text-align: left;
}

@media only screen and (min-width: 550px) {
  body.verkoopfiche .verkoopfiche-why-item:first-of-type {
    text-align: right;
  }
}

@media only screen and (min-width: 550px) {
  body.verkoopfiche .verkoopfiche-why-item:first-of-type .verkoopfiche-why-title {
    padding: 0 10px 0 30px;
  }
}

body.verkoopfiche .verkoopfiche-why-item:first-of-type .verkoopfiche-why-title strong {
  padding: 0 10px 0 30px;
  margin: 0 -10px 0 0;
}

body.verkoopfiche .verkoopfiche-why-title,
body.verkoopfiche .verkoopfiche-why-title strong {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
}

@media only screen and (min-width: 850px) {
  body.verkoopfiche .verkoopfiche-why-title,
  body.verkoopfiche .verkoopfiche-why-title strong {
    line-height: 47px;
  }
}

@media only screen and (min-width: 550px) {
  body.verkoopfiche .verkoopfiche-why-title {
    padding: 0 30px 0 10px;
  }
}

body.verkoopfiche .verkoopfiche-why-title strong {
  padding: 0 5px 0 5px;
  margin: 0 0 0 -5px;
  color: #ffffff;
  background-color: #df4e46;
}

@media only screen and (min-width: 550px) {
  body.verkoopfiche .verkoopfiche-why-title strong {
    padding: 0 30px 0 10px;
    margin: 0 0 0 -10px;
  }
}

body.verkoopfiche .verkoopfiche-why-text {
  margin: 10px 0 0 0;
}

body.verkoopfiche .verkoopfiche-video {
  overflow: hidden;
  width: 98%;
}

@media only screen and (min-width: 850px) {
  body.verkoopfiche .verkoopfiche-video {
    margin: 0 0 0 2%;
  }
}

@media only screen and (min-width: 1450px) {
  body.verkoopfiche .verkoopfiche-video {
    margin: 0 0 0 calc(50% - 700px);
  }
}

body.verkoopfiche .verkoopfiche-slider {
  position: relative;
  width: 94%;
  max-width: 1425px;
}

@media only screen and (min-width: 850px) {
  body.verkoopfiche .verkoopfiche-slider {
    margin: 0 0 0 -25px;
  }
}

@media only screen and (min-width: 1240px) {
  body.verkoopfiche .verkoopfiche-slider {
    width: 94%;
  }
}

body.verkoopfiche .verkoopfiche-slider .slick-arrow {
  z-index: 1;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: calc(50% + 40px);
  right: -20px;
  background-color: #000;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.verkoopfiche .verkoopfiche-slider .slick-arrow:hover {
  background-color: #df4e46;
}

body.verkoopfiche .verkoopfiche-slider .prevArrow {
  bottom: calc(50% + 100px);
  background-image: url(../img/symbols/arrow_white--left.svg);
}

body.verkoopfiche .verkoopfiche-slider .nextArrow {
  background-image: url(../img/symbols/arrow_white--right.svg);
}

body.verkoopfiche .verkoopfiche-slider .slick-slide {
  opacity: 0.5;
  margin: 0 0 0 10px;
}

@media only screen and (min-width: 550px) {
  body.verkoopfiche .verkoopfiche-slider .slick-slide {
    margin: 0 0 0 25px;
  }
}

body.verkoopfiche .verkoopfiche-slider .slick-slide.slick-active {
  opacity: 1;
}

body.verkoopfiche .verkoopfiche-slider .slick-list {
  overflow: visible;
}

body.verkoopfiche .verkoopfiche-information {
  width: 96%;
  max-width: 1400px;
  margin: 40px auto 0;
}

@media only screen and (min-width: 1240px) {
  body.verkoopfiche .verkoopfiche-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 125px auto 0;
  }
}

body.verkoopfiche .verkoopfiche-table {
  width: 100%;
}

@media only screen and (min-width: 550px) {
  body.verkoopfiche .verkoopfiche-table h2 {
    margin: 0 0 0 45px;
  }
}

@media only screen and (min-width: 850px) {
  body.verkoopfiche .verkoopfiche-table h2 {
    width: 70%;
  }
}

body.verkoopfiche .verkoopfiche-table-row {
  display: none;
  padding: 15px 10px;
  min-height: 85px;
  border: 1px solid #f6f6f6;
  border-top: none;
}

@media only screen and (min-width: 850px) {
  body.verkoopfiche .verkoopfiche-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1240px) {
  body.verkoopfiche .verkoopfiche-table-row {
    padding: 25px 30px;
  }
}

body.verkoopfiche .verkoopfiche-table-row:first-of-type {
  margin: -50px 0 0 0;
  border: none;
}

body.verkoopfiche .verkoopfiche-table-row:nth-of-type(2) {
  border-top: 1px solid #f6f6f6;
}

body.verkoopfiche .verkoopfiche-table-row:nth-of-type(even) {
  background-color: #fafafa;
}

body.verkoopfiche .verkoopfiche-table-row:first-of-type p {
  color: #df4e46;
  text-align: center;
}

body.verkoopfiche .verkoopfiche-table-cell:nth-of-type(1) {
  width: 200px;
  min-width: 200px;
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.verkoopfiche .verkoopfiche-table-cell:nth-of-type(1) span {
  color: #df4e46;
  font-size: 12px;
}

body.verkoopfiche .verkoopfiche-table-cell:nth-of-type(2) {
  width: 100%;
}

body.verkoopfiche .verkoopfiche-table-cell:nth-of-type(3),
body.verkoopfiche .verkoopfiche-table-cell:nth-of-type(4),
body.verkoopfiche .verkoopfiche-table-cell:nth-of-type(5) {
  color: #000000;
  width: 75px;
  min-width: 75px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  @include MQ-min($large) {
      width: 100px;
      min-width: 100px;
    }*/
}

body.verkoopfiche .verkoopfiche-table-check {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 11px;
  background-image: url(../img/symbols/check--black.svg);
}

body.verkoopfiche .verkoopfiche-prices {
  width: 100%;
  margin: 20px 0 0;
}

@media only screen and (min-width: 1240px) {
  body.verkoopfiche .verkoopfiche-prices {
    margin: 74px 0 0 20px;
    width: 350px;
    min-width: 350px;
  }
}

body.verkoopfiche .verkoopfiche-prices-item {
  background-color: #df4e46;
}

body.verkoopfiche .verkoopfiche-prices-item + .verkoopfiche-prices-item {
  margin: 10px 0 0 0;
}

body.verkoopfiche .verkoopfiche-prices-title {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  background-color: #390704;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

body.verkoopfiche .verkoopfiche-prices-item ul {
  list-style: none;
  padding: 25px;
  margin: 0;
}

body.verkoopfiche .verkoopfiche-prices-item li {
  margin: 0;
  padding: 5px 0;
}

body.verkoopfiche .verkoopfiche-prices-item li + li {
  border-top: 1px dashed #ca453d;
}

body.verkoopfiche .verkoopfiche-prices-item li p {
  color: #ffffff;
  margin: 0 0 0 7px;
}

body.verkoopfiche .verkoopfiche-prices-item li span {
  display: block;
  margin: 0 0 0 10px;
  color: #801711;
  font-size: 13px;
}

body.verkoopfiche .verkoopfiche-partners {
  margin: 50px auto 0;
  width: 96%;
  max-width: 1400px;
}

@media only screen and (min-width: 1240px) {
  body.verkoopfiche .verkoopfiche-partners {
    padding: 0 320px 0 0;
  }
}

@media only screen and (min-width: 550px) {
  body.verkoopfiche .verkoopfiche-partners h2 {
    margin: 0 0 0 45px;
  }
}

body.verkoopfiche .verkoopfiche-partners-container {
  width: 100%;
  margin: 25px 0 0 0;
  background-color: #d2c1c8;
  border: 1px solid rgba(97, 32, 65, 0.2);
  border-radius: 2px;
}

body.verkoopfiche .verkoopsfiche-partners-wrapper {
  padding: 75px 50px 50px;
}

body.verkoopfiche .verkoopfiche-partners-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.verkoopfiche .verkoopfiche-partners-fevia {
  width: 110px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/partners/pink/fevia.svg);
}

body.verkoopfiche .verkoopfiche-partners-food {
  width: 200px;
  height: 45px;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  border-left: 1px solid #c3b0b8;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: contain;
  background-image: url(../img/partners/white/food.png);
}

body.verkoopfiche .verkoopfiche-partners-text {
  margin: 20px 0 0 0;
  width: 100%;
  max-width: 700px;
  color: #ffffff;
  font-size: 18px;
}

body.verkoopfiche .verkoopfiche-partners-link {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  background-color: #612041;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.1px;
  line-height: 13px;
  text-transform: uppercase;
}

body.verkoopfiche .verkoopfiche-partners-link:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 0 -2px 5px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.verkoopfiche .verkoopfiche-partners-link:hover:after {
  opacity: 1;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

body.verkoopfiche .verkoopfiche-advisor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  margin: 20px auto;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../img/verkoopsfiche_advisor.png);
}

@media only screen and (min-width: 850px) {
  body.verkoopfiche .verkoopfiche-advisor {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    margin: 100px auto 0;
  }
}

@media only screen and (min-width: 1240px) {
  body.verkoopfiche .verkoopfiche-advisor {
    margin: 200px auto 0;
  }
}

@media only screen and (min-width: 1240px) {
  body.verkoopfiche .verkoopfiche-advisor {
    max-width: 1400px;
    margin: 100px auto 20px;
  }
}

body.verkoopfiche .verkoopfiche-advisor aside:first-of-type {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 850px) {
  body.verkoopfiche .verkoopfiche-advisor aside:first-of-type {
    padding: 20px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

body.verkoopfiche .verkoopfiche-advisor aside:last-of-type {
  position: relative;
  width: 300px;
  min-width: 300px;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.verkoopfiche .verkoopfiche-advisor aside:last-of-type:after {
  content: '';
  opacity: 0.9;
  position: absolute;
  width: 100%;
  background-color: #df4e46;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body.verkoopfiche .verkoopfiche-advisor .verkoopfiche-advisor-title {
  max-width: 670px;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
}

@media only screen and (min-width: 1240px) {
  body.verkoopfiche .verkoopfiche-advisor .verkoopfiche-advisor-title {
    font-size: 51px;
    line-height: 34px;
  }
}

body.verkoopfiche .verkoopfiche-advisor .verkoopfiche-advisor-text {
  max-width: 650px;
  margin: 10px 0 0 0;
  color: #ffffff;
}

body.verkoopfiche .verkoopfiche-advisor .verkoopfiche-advisor-toptitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  margin: 0;
  background-color: #612041;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.1px;
  line-height: 13px;
  text-transform: uppercase;
}

body.verkoopfiche .verkoopfiche-advisor .verkoopfiche-advisor-name {
  z-index: 1;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

body.verkoopfiche .verkoopfiche-advisor .verkoopfiche-advisor-information {
  z-index: 1;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.verkoopfiche .verkoopfiche-advisor .verkoopfiche-advisor-information a {
  margin: 0 0 0 5px;
  color: #ffffff;
  font-weight: normal;
  font-family: "Circular Std", sans-serif;
  letter-spacing: 0.3px;
}

body.verkoopfiche .verkoopfiche-advisor .verkoopfiche-advisor-phone {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/symbols/phone_black.svg);
}

body.verkoopfiche .verkoopfiche-advisor .verkoopfiche-advisor-mail {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/symbols/mail_black.svg);
}

.overview-section {
  display: grid;
  grid-template-columns: 270px 1fr;
  grid-template-rows: repeat(2, auto);
  padding-left: 80px;
  max-width: 1440px;
  margin: 0 auto;
}

.overview-section__filter-sub {
  grid-column: 1 / 2;
  grid-row: 2 / -1;
  padding-right: 30px;
  padding-top: 125px;
  margin-bottom: 10px;
}

.overview-section__filter-and-content {
  grid-column: 2 / 3;
  grid-row: 2 / -1;
}

.overview-section__filter-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  background-color: #e8e0cd;
  padding: 60px 80px;
}

.overview-section__inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.overview-section__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.overview-section__inputs .input {
  margin-right: 15px;
}

.overview-section__inputs .input select {
  background-color: #fff;
}

.overview-section__inputs .input svg path {
  fill: #000;
}

.overview-section__submit {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #192f6a;
}

.overview-section__submit span {
  text-transform: lowercase;
}

.overview-section__submit .btn-text, .overview-section__submit .btn, .overview-section__submit #homesearch .inputs-wrapper button[type="submit"], #homesearch .inputs-wrapper .overview-section__submit button[type="submit"], .overview-section__submit .mapboxgl-popup-content a, .mapboxgl-popup-content .overview-section__submit a {
  overflow: hidden;
  max-width: 0;
  -webkit-transition: max-width 300ms ease;
  transition: max-width 300ms ease;
}

.overview-section__submit .btn-text.active, .overview-section__submit .active.btn, .overview-section__submit #homesearch .inputs-wrapper button.active[type="submit"], #homesearch .inputs-wrapper .overview-section__submit button.active[type="submit"], .overview-section__submit .mapboxgl-popup-content a.active, .mapboxgl-popup-content .overview-section__submit a.active {
  max-width: 100px;
}

.overview-section__filter-sub-btn {
  width: 100%;
  background-color: #192f6a;
  padding: 10px;
  font-size: 14px;
}

.overview-section__filter-sub-btn:disabled {
  opacity: 0.5;
}

.overview-section__spinner {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 224, 205, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overview-section__spinner::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/symbols/spinner.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: rotate infinite 1s linear;
          animation: rotate infinite 1s linear;
  margin-top: 30vh;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.overview-section--has-banner .overview-section__banner {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  height: 350px;
  grid-column: 1 / -1;
  grid-row: 1 / 2;
}

@media only screen and (max-width: 1295px) {
  .overview-section--has-banner .overview-section__banner {
    display: none;
  }
}

.overview-section--has-banner .overview-section__banner-image {
  position: absolute;
  z-index: -1;
  background-color: #e4e4e4;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-section--has-banner .overview-section__banner-image::after {
  content: "";
  position: absolute;
  display: block;
  height: 100px;
  top: -100px;
  left: 215px;
  right: 0;
  background-color: #e8e0cd;
}

.overview-section--has-banner .overview-section__filter-sub {
  padding-top: 50px;
}

@media only screen and (max-width: 1295px) {
  .overview-section {
    display: block;
    padding: 0;
  }
  .overview-section__filter-sub {
    display: none;
  }
  .overview-section__filter-main {
    display: none;
  }
}

body.work {
  overflow-x: hidden;
}

body.work > main {
  width: 96%;
  margin: 0 auto;
}

body.work > main section.slider {
  margin: 7.5rem auto 0;
  width: 90%;
}

body.work > main section.slider .intro h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #1B1B1B;
  letter-spacing: -1.05px;
  text-align: center;
  line-height: 34px;
  max-width: 700px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 750px) {
  body.work > main section.slider .intro h2 {
    font-size: 2.375rem;
    line-height: 37.8px;
  }
}

body.work > main section.slider .intro p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.25rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}

body.work > main section.slider .content {
  margin: 3rem auto 0 auto;
}

body.work > main section.slider .content .arrow {
  width: 60px;
  height: 60px;
  background-color: #000000;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

body.work > main section.slider .content .arrow.prevArrow {
  background-image: url(../img/symbols/arrow_white--left.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

body.work > main section.slider .content .arrow.nextArrow {
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
}

body.work > main section.slider .content .arrow:hover {
  background-color: #df4e46;
}

body.work > main section.slider .content .slick-list {
  overflow: visible;
}

body.work > main section.slider .content .slick-list .slick-slide .general-teaser {
  margin-bottom: 0;
  min-height: 250px;
  opacity: .15;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

body.work > main section.slider .content .slick-list .slick-slide.slick-active a {
  opacity: 1;
}

body.work > main section.slider > a {
  display: inline-block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  background-color: #df4e46;
  letter-spacing: 0;
  padding: 1.425rem 2.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.work > main section.slider > a:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

body.work > main section.slider > a:hover {
  background-color: #000000;
  color: #ffffff;
}

body.work > main section.slider > a:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

body.work > main section.slider > a:nth-of-type(2) {
  background-color: #000;
  opacity: 1;
}

body.work > main section.slider > a:nth-of-type(2):hover {
  background-color: #df4e46;
}

body.work > main div.mapwrapper {
  margin-top: 7.5rem;
}

body.work > main div.mapwrapper .intro h2 {
  font-family: "Circular Std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #1B1B1B;
  letter-spacing: -1.05px;
  text-align: center;
  line-height: 34px;
  max-width: 700px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 750px) {
  body.work > main div.mapwrapper .intro h2 {
    font-size: 2.375rem;
    line-height: 37.8px;
  }
}

body.work > main div.mapwrapper .intro p {
  font-family: "Circular Std", sans-serif;
  font-size: 1rem;
  color: #868686;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.25rem;
  max-width: 700px;
  margin: 0 auto 3rem;
}

body.work > main div.mapwrapper .content {
  position: relative;
}

body.work > main div.mapwrapper .content #sectorfilter {
  color: #FFFFFF;
  width: 20%;
  position: absolute;
  top: 7%;
  height: 93%;
  padding: 3rem 2rem 3rem 2rem;
  background-color: rgba(0, 0, 0, 0.8);
}

body.work > main div.mapwrapper #map {
  padding-bottom: 100%;
  height: 0;
}

@media only screen and (min-width: 750px) {
  body.work > main div.mapwrapper #map {
    height: 720px;
    padding-bottom: 0;
  }
}

body.work > main div.mapwrapper #map .mapboxgl-ctrl-bottom-right {
  display: none;
}

body.work > main div.mapwrapper .topleft {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.work > main div.mapwrapper .topleft a {
  display: block;
  padding: 1rem 1.5rem;
  font-family: "Circular Std", sans-serif;
  display: block;
  font-size: .75rem;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #000000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.work > main div.mapwrapper .topleft a.active {
  background-color: #df4e46;
}

body.work > main div.mapwrapper .topleft a.active:hover {
  background-color: #df4e46;
  color: #ffffff;
  cursor: default;
}

body.work > main div.mapwrapper .topleft a:hover {
  background-color: #ffffff;
  color: #000000;
}

body.work > main div.mapwrapper .bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
}

body.work > main div.mapwrapper .bottomright a {
  display: block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  background-color: #df4e46;
  letter-spacing: 0;
  padding: 1.425rem 2.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.work > main div.mapwrapper .bottomright a:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

body.work > main div.mapwrapper .bottomright a:hover {
  background-color: #000000;
  color: #ffffff;
}

body.work > main div.mapwrapper .bottomright a:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

body.work > main div.mapwrapper > a {
  display: inline-block;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  background-color: #df4e46;
  letter-spacing: 0;
  padding: 1.425rem 2.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.work > main div.mapwrapper > a:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url(../img/symbols/arrow_white--right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

body.work > main div.mapwrapper > a:hover {
  background-color: #000000;
  color: #ffffff;
}

body.work > main div.mapwrapper > a:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

.ui-autocomplete {
  border-top: 1px solid #f5f5f5;
  z-index: 10000;
  width: 33%;
  background-color: #ffffff;
  list-style-type: none;
  height: 135px;
  overflow-y: scroll;
  padding: 0px;
}

.ui-menu .ui-menu-item {
  color: #000000;
  padding: 1rem 0 1rem 1rem;
  cursor: pointer;
}

.ui-menu .ui-menu-item:hover {
  background-color: #df4e46;
  color: #ffffff;
}
