@charset "UTF-8";
@use "@fortawesome/fontawesome-free/css/all.min.css";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("/assets/roboto-v30-latin-regular-d95d492a.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/assets/roboto-bold-ef71c571.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Museo-Slab-Regular";
  src: url("/assets/museo-slab-regular-93651d6d.woff") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo-Slab-Bold";
  src: url("/assets/museo-slab-bold-b4dd80d6.woff") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
}
@media only screen and (min-width: 960px) {
  body {
    min-height: calc(100vh - 44px);
  }
}
a, button {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
a:hover, button:hover {
  cursor: pointer;
  text-decoration: none;
}

input[type=button], input[type=submit], textarea {
  appearance: none;
  border-radius: 0;
}

img, svg, iframe, video {
  max-width: 100%;
}

input:focus {
  outline: none;
  box-shadow: inset 0 -1px 0 0 #66AE9B;
}
input::placeholder {
  color: #7A7A7A;
}

::-moz-selection {
  background: #66AE9B;
  color: #FFFFFF;
}

::selection {
  background: #66AE9B;
  color: #FFFFFF;
}

.medium-editor-toolbar-form-active {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 1rem;
}
.medium-editor-toolbar-form-active .medium-editor-toolbar-input {
  border-bottom: 1px solid #000000;
}

.dz-button {
  background: transparent;
  border: none;
}

.dropzone .dz-message {
  padding: 40px 0 !important;
  margin: 0 !important;
  text-align: center;
}

.dz-error-mark {
  display: none;
}

.footer {
  color: #FFFFFF;
}
.footer__proven-expert-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .footer__proven-expert-wrapper {
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.footer__container--header {
  background-color: #66AE9B;
}
.footer__header {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: flex;
  justify-content: space-around;
  padding: calc($default-padding/3);
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .footer__header {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.footer__social-media-bar {
  flex-wrap: wrap;
  display: flex;
  margin-right: auto;
  list-style-type: none;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .footer__social-media-bar {
    margin-right: 0;
    margin-left: auto;
  }
}
.footer__social-media-bar-item {
  display: flex;
  align-items: center;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .footer__social-media-bar-item {
    height: 29px;
  }
}
.footer__social-media-bar-item a {
  display: inline-block;
  padding: 0px 8px;
}
.footer__social-media-bar-item .fa {
  font-size: 24px;
  color: #FFFFFF;
}
.footer__meta-navigation {
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .footer__meta-navigation {
    margin-right: 0;
    margin-left: 0;
  }
}
.footer__meta-navigation-item {
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .footer__meta-navigation-item {
    height: 29px;
  }
}
.footer__meta-navigation-item a {
  display: inline-block;
  padding: 5px 8px;
}
.footer__container--body {
  background-color: #1F251F;
  padding: 30px 0;
}
.footer__body {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  padding: 30px calc($gutter/2);
}
@media only screen and (min-width: 768px) {
  .footer__body {
    flex-wrap: wrap;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .footer__body-wrapper {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    border: none;
    width: 50%;
  }
}
.footer__body-wrapper ~ .footer__body-wrapper:before {
  content: "";
  display: block;
  margin: 30px auto 0;
  border-top: 1px solid #66AE9B;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .footer__body-wrapper ~ .footer__body-wrapper:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer__body-wrapper ~ .footer__body-wrapper {
    border-left: 1px solid #66AE9B;
  }
}
.footer__logo {
  flex-direction: column;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    flex-direction: row;
  }
}
.footer__logo__icon {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer__logo__icon {
    margin-right: 5px;
    margin-bottom: 0;
  }
}
.footer__contact {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .footer__contact {
    display: flex;
    margin-top: 75px;
    margin-bottom: 0;
    justify-content: flex-end;
    flex-direction: column;
  }
}
.footer__contact-item {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  display: flex;
  margin-top: 10px;
  align-items: center;
  height: 20px;
}
.footer__contact-item:first-child {
  margin-top: 0;
}
.footer__contact-item a {
  text-decoration: none;
  color: #FFFFFF;
}
.footer__contact__icon {
  margin-right: 10px;
  width: 20px;
  height: auto;
  fill: #FFFFFF;
}
.footer__seals {
  display: flex;
  margin-top: 30px;
  justify-content: space-around;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .footer__seals {
    margin-top: 0;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .footer__seal:not(:first-child) {
    margin-left: 40px;
  }
}
.footer__copyright {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  display: flex;
  margin-top: 50px;
  text-align: right;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    display: flex;
    margin: 0;
  }
}
.footer__copyright-icon {
  display: flex;
  margin-left: 20px;
  height: 39px;
}

.topline {
  height: 15px;
  background: linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
  flex-shrink: 0;
}
.topline__notification-wrapper {
  position: relative;
}
.topline__notification {
  font-size: 26px;
}
.topline__notification-links:hover {
  color: #FFFFFF;
}
.topline__notification-bubble {
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: absolute;
  top: -5px;
  right: -20px;
  border-radius: 5px;
  padding: 2px 5px;
  display: flex;
  align-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  background-color: #7A0867;
  color: white;
}
.topline__notification-bubble span {
  width: 100%;
  text-align: center;
}
.topline--backend {
  height: auto;
  background: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%) !important;
  text-align: right;
}
.topline--backend .topline__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topline {
  height: auto;
  display: block;
  position: relative;
  z-index: 6500;
  background: #3E433D;
}
.topline__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
}
.topline--special {
  background: #7A0867;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.topline--special:hover .topline__notification--special {
  animation-play-state: paused;
}
.topline__list {
  display: flex;
  height: 35px;
  justify-content: flex-end;
  align-items: center;
}
.topline__list-item {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-left: 20px;
  transition: color ease 0.2s;
}
.topline__list-item:hover {
  color: #66AE9B;
  transition: color ease 0.2s;
}
.topline__notification--special {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: white;
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 30s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.topline__icon {
  color: #66AE9B;
  margin-right: 0.5px;
}

@keyframes scroll-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.sticky-navi {
  position: relative;
  z-index: 9001;
}
@media only screen and (min-width: 768px) {
  .sticky-navi {
    position: fixed;
    left: calc(100% - 6rem);
    top: 140px;
    z-index: 6000;
  }
}
@media only screen and (min-width: 1024px) {
  .sticky-navi {
    top: 160px;
  }
}
.sticky-navi__item {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  background-color: #7A0867;
  height: 6rem;
  padding: 0px;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sticky-navi__item {
    position: relative;
    transition: ease 0.75s;
    transition-property: transform, background-color;
    transform-origin: right;
    left: 0;
    width: max-content;
  }
  .sticky-navi__item:hover, .sticky-navi__item:focus-within {
    transform: translateX(calc(-100% + 6rem));
    background: #510445;
  }
}
.sticky-navi__item + .sticky-navi__item {
  margin-top: 0.8rem;
}
.sticky-navi__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-inline: 1.6rem;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.sticky-navi__icon {
  width: 3.2rem;
  flex-shrink: 0;
  height: auto;
  fill: #FFFFFF;
}

.button-light--reverse:after, .button-light:after, .button-brand:after, .button:after {
  content: "";
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 12px 18px;
  vertical-align: bottom;
  background-position: center right;
}

.button, a.button {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  display: inline-flex;
  padding: 13px 12px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  min-width: 110px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
  color: #FFFFFF;
  transition: background ease 0.2s, color ease 0.2s;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .button, a.button {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
    padding: 13px 18px;
  }
}
.button:focus, a.button:focus {
  outline: 2px dotted #7A0867;
}
.button + .button, .button + a.button, a.button + .button, a.button + a.button {
  margin: 5px 0;
}
.button + .button--email-template, .button + a.button--email-template, a.button + .button--email-template, a.button + a.button--email-template {
  margin: 0px;
  margin-left: 5px;
}
.button:after, a.button:after {
  background-image: url("/assets/shared/icons/arrow-right-light-5c1c473a.svg");
}
.button:hover, a.button:hover {
  border: 1px solid #7A0867;
  background: #FFFFFF;
  background-image: none;
  cursor: pointer;
  color: #7A0867;
  transition: background ease 0.2s, color ease 0.2s;
}
.button:hover:after, a.button:hover:after {
  background-image: url("/assets/shared/icons/arrow-right-accent-dc83409c.svg");
}
.button--no-arrow:after, a.button--no-arrow:after {
  display: none;
}
@media screen and (max-width: 720px) {
  .button--no-arrow, a.button--no-arrow {
    min-width: fit-content;
  }
}
.button--light-font, a.button--light-font {
  color: #FFFFFF;
}
.button__disabled-outline, a.button__disabled-outline {
  border: 2px solid #66AE9B;
  color: #66AE9B;
  background-color: transparent;
  cursor: not-allowed;
}
.button-brand, a.button-brand {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  display: inline-flex;
  padding: 13px 12px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  min-width: 110px;
  text-align: center;
  cursor: pointer;
  background: #66AE9B;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .button-brand, a.button-brand {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
    padding: 13px 18px;
  }
}
.button-brand:focus, a.button-brand:focus {
  outline: 2px dotted #66AE9B;
}
.button-brand:after, a.button-brand:after {
  display: none;
}
.button-brand:hover, a.button-brand:hover {
  border-color: #66AE9B;
  background: #FFFFFF;
  color: #66AE9B;
}
.button-back, a.button-back {
  border: none;
  background-color: transparent;
  font-size: 1.7rem;
  text-decoration: underline;
  color: #7A0867;
}
.button-back:focus, a.button-back:focus {
  color: #66AE9B;
}
.button--back-as-link, a.button--back-as-link {
  align-self: center;
}
.button--back-as-link:hover, a.button--back-as-link:hover {
  text-decoration: none;
}
.button-light, a.button-light {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  display: inline-flex;
  padding: 13px 12px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  min-width: 110px;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  color: #7A0867;
}
@media only screen and (min-width: 768px) {
  .button-light, a.button-light {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
    padding: 13px 18px;
  }
}
.button-light:focus, a.button-light:focus {
  outline: 2px dotted #7A0867;
}
.button-light:after, a.button-light:after {
  background-image: url("/assets/shared/icons/arrow-right-accent-dc83409c.svg");
}
.button-light:hover, a.button-light:hover {
  background: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
  color: #FFFFFF;
}
.button-light:hover:after, a.button-light:hover:after {
  background-image: url("/assets/shared/icons/arrow-right-light-5c1c473a.svg");
}
.button-light:focus, a.button-light:focus {
  outline-color: #FFFFFF;
}
.button-light--reverse, a.button-light--reverse {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  display: inline-flex;
  padding: 13px 12px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  min-width: 110px;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  color: #7A0867;
  border: 2px solid #7A0867;
  background-image: none;
}
@media only screen and (min-width: 768px) {
  .button-light--reverse, a.button-light--reverse {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
    padding: 13px 18px;
  }
}
.button-light--reverse:focus, a.button-light--reverse:focus {
  outline: 2px dotted #7A0867;
}
.button-light--reverse:hover, a.button-light--reverse:hover {
  background: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
  color: #FFFFFF;
}
@media (max-device-width: 768px) {
  .button-light--reverse, a.button-light--reverse {
    align-self: center;
  }
}
.button__search, a.button__search {
  width: 100%;
  margin-top: 15px;
}
.button-back-to-top, a.button-back-to-top {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  display: inline-flex;
  padding: 13px 12px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  min-width: 110px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #7A0867;
  width: 4rem;
  height: 4rem;
  position: sticky;
  right: 20px;
  bottom: 20px;
  min-width: auto;
  transition: all ease 0.5s;
  margin: 0 auto 20px auto;
  padding: 0;
  display: flex;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .button-back-to-top, a.button-back-to-top {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
    padding: 13px 18px;
  }
}
.button-back-to-top:focus, a.button-back-to-top:focus {
  outline: 2px dotted #7A0867;
}
@media only screen and (min-width: 768px) {
  .button-back-to-top, a.button-back-to-top {
    margin-right: 20px;
    margin-bottom: -40px;
    padding: 0;
    right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .button-back-to-top, a.button-back-to-top {
    bottom: 65px;
    right: calc(50% - (600px));
  }
}
.button-back-to-top:hover, a.button-back-to-top:hover {
  border: 1px solid #66AE9B;
  transition: all ease 0.5s;
}
.button-back-to-top:hover .button-back-to-top__icon, a.button-back-to-top:hover .button-back-to-top__icon {
  transition: all ease 0.5s;
  background-image: url("/assets/shared/icons/arrow-top-brand-af3b1875.svg");
}
.button-back-to-top__icon, a.button-back-to-top__icon {
  color: #FFFFFF;
  background-image: url("/assets/shared/icons/arrow-top-accent-6cd9e934.svg");
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all ease 0.5s;
}
.button--small, a.button--small {
  font-size: 1.7rem;
  line-height: 2.6rem;
  padding: 10px 12px;
  line-height: 1em;
}
.button--small:after, a.button--small:after {
  display: none;
}
.button--only-icon, a.button--only-icon {
  min-width: auto;
  width: 40px;
  padding: 10px 12px;
  line-height: 1em;
}
.button--only-icon:after, a.button--only-icon:after {
  display: none;
}
.button--external-link > i, a.button--external-link > i {
  margin-left: 10px;
  font-size: 0.85em;
}
.button--external-link:after, a.button--external-link:after {
  display: none;
}
.button--fullwidth, a.button--fullwidth {
  flex-grow: 1;
  display: block;
}
.button--disabled, a.button--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.button--disabled-margin, a.button--disabled-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}

.js-show-button-back-to-top {
  opacity: 1;
}

.post-button {
  background: transparent;
  border: none;
  outline: none;
  display: inline;
}

.textfield {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.textfield--normal {
  margin-bottom: 30px;
  margin-top: 0;
}
.textfield--small {
  margin-bottom: 20px;
  margin-top: 0;
}
.textfield span {
  position: absolute;
  bottom: -20px;
}
.textfield span label {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  line-height: 15px;
  color: #990B85;
}
.textfield b {
  font-weight: bold;
}
.textfield a {
  color: #66AE9B;
}
.textfield i {
  font-style: italic;
}
.textfield + .textfield {
  margin-top: 30px;
}
.textfield + .textarea {
  margin-top: 10px;
}
.textfield__label {
  font-size: 1.4rem;
  line-height: 2rem;
  line-height: 15px;
  color: #7A7A7A;
  transition: all 0.2s;
  touch-action: manipulation;
}
.textfield__input {
  font-size: 1.6rem;
  line-height: 1.9rem;
  opacity: 1;
  transition: border 0.2s;
  width: 100%;
  cursor: text;
  touch-action: manipulation;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .textfield__input {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.textfield__input:not(:last-of-type) {
  margin-bottom: 20px;
}
.textfield__input::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.textfield__input::-moz-placeholder {
  opacity: 0;
  transition: inherit;
}
.textfield__input:-ms-input-placeholder {
  opacity: 1;
}
.textfield__input::-moz-placeholder {
  opacity: 0;
  transition: inherit;
}
.textfield__input:placeholder-shown + .textfield__label, .textfield__input:placeholder-shown + span + .textfield__label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 3.125rem) scale(1.3);
}
.textfield__input:-ms-input-placeholder + .textfield__label, .textfield__input:-ms-input-placeholder + span + .textfield__label {
  opacity: 0;
  transition: inherit;
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 3.125rem) scale(1.3);
}
.textfield__input:focus {
  opacity: 1;
  border-bottom-color: #66AE9B;
  outline: none;
}
.textfield__input:not(:placeholder-shown) + .textfield__label, .textfield__input:focus + .textfield__label, .textfield__input:not(:placeholder-shown) + span + .textfield__label, .textfield__input:focus + span + .textfield__label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

.file-field {
  margin-bottom: 20px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .file-field {
    flex-grow: 1;
    margin-bottom: 30px;
  }
}
.file-field__input-wrapper {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  flex-grow: 1;
  transition: all 0.2s;
  border-radius: 0px;
  width: 100%;
  min-height: 150px;
}
.file-field__input-wrapper--small {
  min-height: 100px;
}
@media only screen and (min-width: 768px) {
  .file-field__input-wrapper {
    font-size: 1.7rem;
    line-height: 2.6rem;
    min-height: auto;
  }
}
.file-field__input-wrapper:focus {
  outline: none;
  opacity: 1;
  border-color: #66AE9B;
}
.file-field__input {
  width: 100%;
  height: 100%;
}
.file-field__uploaded-files {
  flex-grow: 1;
  flex-flow: column;
  overflow-y: scroll;
  margin-bottom: 30px;
}

.dropzone {
  background: #f5f5f5;
  border: 1px dashed rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
  overflow-y: scroll;
}
.dropzone:focus {
  outline: none;
}
.dropzone .dz-message {
  width: 100%;
  margin: auto;
  padding: 10px 0 20px 0;
}
.dropzone .dz-message span {
  color: #7A7A7A;
}
.dropzone .dz-preview, .dropzone .dz-preview.dz-file-preview {
  position: relative;
  vertical-align: top;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  min-height: auto;
  min-width: 70px;
  margin-left: 10px;
  margin-right: 10px;
}
.dropzone .dz-preview .dz-details, .dropzone .dz-preview.dz-file-preview .dz-details {
  padding: 50px 5px 20px 5px;
}
.dropzone .dz-preview .dz-details .dz-size, .dropzone .dz-preview.dz-file-preview .dz-details .dz-size {
  display: none;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview.dz-file-preview .dz-details .dz-filename span {
  padding: 0;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview.dz-file-preview .dz-success-mark, .dropzone .dz-preview.dz-file-preview .dz-error-mark {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  background-image: url("/assets/shared/icons/check-colored-52b5c044.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview.dz-file-preview .dz-success-mark svg, .dropzone .dz-preview.dz-file-preview .dz-error-mark svg {
  display: none;
}
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview.dz-file-preview .dz-error-mark {
  background-image: url("/assets/shared/icons/close-colored-ff8ef352.svg");
}
.dropzone .dz-preview .dz-image, .dropzone .dz-preview.dz-file-preview .dz-image {
  width: 100%;
  height: 90px;
  box-shadow: 1px 1px 3px rgba(128, 128, 128, 0.3);
  border-radius: 0;
}
.dropzone .dz-preview .dz-image img, .dropzone .dz-preview.dz-file-preview .dz-image img {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  background: #FFFFFF;
}
.dropzone .dz-preview .dz-remove, .dropzone .dz-preview.dz-file-preview .dz-remove {
  text-indent: -9999px;
  background: #66AE9B;
  background-image: url("/assets/shared/icons/light-close-319f0cb0.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  background-size: 17px;
  margin-top: -90px;
  margin-bottom: 50px;
  z-index: 1000;
  position: relative;
  float: right;
}

.textarea b {
  font-weight: bold;
}
.textarea a {
  color: #66AE9B;
}
.textarea i {
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .textarea {
    flex-grow: 1;
  }
}
.textarea + .checkbox {
  margin-top: 10px;
}
.textarea--normal {
  margin-bottom: 30px;
}
.textarea__label {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #7A7A7A;
}
.textarea__input {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  flex-grow: 1;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
  resize: none;
  transition: border 0.2s;
  width: 100%;
  cursor: text;
  touch-action: manipulation;
  border-radius: 0px;
  min-height: 150px;
  box-shadow: none;
  outline: none;
  background: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .textarea__input {
    font-size: 1.7rem;
    line-height: 2.6rem;
    min-height: auto;
  }
}
.textarea__input:focus {
  outline: none;
  opacity: 1;
  border-color: #66AE9B;
}

.select {
  margin-bottom: 30px;
  position: relative;
  display: grid;
}
.select::after {
  position: absolute;
  content: "";
  pointer-events: none;
  right: 10px;
  bottom: 15px;
  width: 15px;
  height: 10px;
  background-image: url("/assets/shared/icons/arrow-down-brand-511c54d7.svg");
  background-repeat: no-repeat;
  background-size: 15px;
}
.select__label {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #7A7A7A;
}
.select select {
  display: inline-block;
  appearance: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  height: 20px;
  outline: none;
  border-bottom: 1px solid grey;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .select select {
    font-size: 1.7rem;
    line-height: 2.6rem;
    min-height: 40px;
  }
}
.select select:focus {
  outline: none;
  opacity: 1;
  border-color: #66AE9B;
}
.select select option {
  color: #7A7A7A;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus::-ms-value {
  background-color: transparent;
}

.hidden-select {
  display: none;
}

.file-field {
  margin-bottom: 20px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .file-field {
    flex-grow: 1;
    margin-bottom: 30px;
  }
}
.file-field__input-wrapper {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  flex-grow: 1;
  transition: all 0.2s;
  border-radius: 0px;
  width: 100%;
  min-height: 150px;
}
.file-field__input-wrapper--small {
  min-height: 100px;
}
@media only screen and (min-width: 768px) {
  .file-field__input-wrapper {
    font-size: 1.7rem;
    line-height: 2.6rem;
    min-height: auto;
  }
}
.file-field__input-wrapper:focus {
  outline: none;
  opacity: 1;
  border-color: #66AE9B;
}
.file-field__input {
  width: 100%;
  height: 100%;
}
.file-field__uploaded-files {
  flex-grow: 1;
  flex-flow: column;
  overflow-y: scroll;
  margin-bottom: 30px;
}

.dropzone {
  background: #f5f5f5;
  border: 1px dashed rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
  overflow-y: scroll;
}
.dropzone:focus {
  outline: none;
}
.dropzone .dz-message {
  width: 100%;
  margin: auto;
  padding: 10px 0 20px 0;
}
.dropzone .dz-message span {
  color: #7A7A7A;
}
.dropzone .dz-preview, .dropzone .dz-preview.dz-file-preview {
  position: relative;
  vertical-align: top;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  min-height: auto;
  min-width: 70px;
  margin-left: 10px;
  margin-right: 10px;
}
.dropzone .dz-preview .dz-details, .dropzone .dz-preview.dz-file-preview .dz-details {
  padding: 50px 5px 20px 5px;
}
.dropzone .dz-preview .dz-details .dz-size, .dropzone .dz-preview.dz-file-preview .dz-details .dz-size {
  display: none;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview.dz-file-preview .dz-details .dz-filename span {
  padding: 0;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview.dz-file-preview .dz-success-mark, .dropzone .dz-preview.dz-file-preview .dz-error-mark {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  background-image: url("/assets/shared/icons/check-colored-52b5c044.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview.dz-file-preview .dz-success-mark svg, .dropzone .dz-preview.dz-file-preview .dz-error-mark svg {
  display: none;
}
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview.dz-file-preview .dz-error-mark {
  background-image: url("/assets/shared/icons/close-colored-ff8ef352.svg");
}
.dropzone .dz-preview .dz-image, .dropzone .dz-preview.dz-file-preview .dz-image {
  width: 100%;
  height: 90px;
  box-shadow: 1px 1px 3px rgba(128, 128, 128, 0.3);
  border-radius: 0;
}
.dropzone .dz-preview .dz-image img, .dropzone .dz-preview.dz-file-preview .dz-image img {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  background: #FFFFFF;
}
.dropzone .dz-preview .dz-remove, .dropzone .dz-preview.dz-file-preview .dz-remove {
  text-indent: -9999px;
  background: #66AE9B;
  background-image: url("/assets/shared/icons/light-close-319f0cb0.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  background-size: 17px;
  margin-top: -90px;
  margin-bottom: 50px;
  z-index: 1000;
  position: relative;
  float: right;
}

.checkbox {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}
.checkbox:first-of-type {
  margin-top: 0;
}
.checkbox--small {
  margin-bottom: 10px;
}
.checkbox--normal {
  margin-bottom: 30px;
}
.checkbox__label {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #7A7A7A;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
}
.checkbox__label:before {
  display: block;
  content: "";
  min-width: 20px;
  min-height: 20px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #7A0867;
  margin-right: 12px;
  transition: all ease 0.2s;
}
.checkbox__label:hover {
  color: #66AE9B;
  transition: all ease 0.2s;
}
.checkbox__label:hover:before {
  border-color: #66AE9B;
}
.checkbox__input {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.checkbox__input:checked + label, .checkbox__input:checked + span + label {
  color: #7A0867;
}
.checkbox__input:checked + label:hover:before, .checkbox__input:checked + span + label:hover:before {
  border-color: #7A0867;
}
.checkbox__input:checked + label:before, .checkbox__input:checked + span + label:before {
  background-image: url("/assets/shared/icons/haken-92206582.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox__nested-fields-destroy {
  display: none;
}

.radio-button:not(:first-of-type), .radio-button:not(.field-container) {
  margin-top: 15px;
  margin-right: 30px;
}
.radio-button--normal {
  margin-bottom: 30px;
}
.radio-button__title {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #7A7A7A;
  margin-bottom: 20px;
  display: block;
}
.radio-button__input {
  position: absolute;
  opacity: 0;
  margin-left: -9999px;
}
.radio-button__input:checked + .radio-button__label, .radio-button__input:checked + span + .radio-button__label {
  color: #7A0867;
}
.radio-button__input:checked + .radio-button__label:hover:before, .radio-button__input:checked + span + .radio-button__label:hover:before {
  border-color: #7A0867;
}
.radio-button__input:checked + .radio-button__label:after, .radio-button__input:checked + span + .radio-button__label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #7A0867;
}
.radio-button__label {
  font-size: 1.7rem;
  line-height: 2.6rem;
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  line-height: 22px;
  color: #7A7A7A;
  transition: color ease 0.2s;
  width: 100%;
}
.radio-button__label:hover {
  color: #66AE9B;
  transition: color ease 0.2s;
}
.radio-button__label:hover:before {
  border-color: #66AE9B;
  transition: border-color ease 0.2s;
}
.radio-button__label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  border: 1px solid #7A0867;
  border-radius: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  transition: border-color ease 0.2s;
}

.headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3.25rem;
  margin-bottom: 10px;
  word-break: normal;
}
.headline + form {
  margin-top: 30px;
}
.headline--primary {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-size: 3.2rem;
  color: #1F251F;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .headline--primary {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .headline--primary {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }
}
.headline--primary b, .headline--primary span, .headline--primary strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.headline--primary a {
  text-decoration: underline;
  transition: color 0.2s ease;
}
.headline--primary a:hover {
  color: #66AE9B;
}
.headline--secondary {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3.25rem;
  color: #1F251F;
  hyphens: auto;
}
@media only screen and (min-width: 768px) {
  .headline--secondary {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.headline--secondary b, .headline--secondary span, .headline--secondary strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.headline--secondary a {
  text-decoration: underline;
  transition: color 0.2s ease;
}
.headline--secondary a:hover {
  color: #66AE9B;
}
.headline--tertiary {
  font-size: 2rem;
  line-height: 3.3rem;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  color: #1F251F;
}
.headline--tertiary b, .headline--tertiary span, .headline--tertiary strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.headline--tertiary a {
  text-decoration: underline;
  transition: color 0.2s ease;
}
.headline--tertiary a:hover {
  color: #66AE9B;
}
.headline--quaternary {
  font-size: 2rem;
  line-height: 3.3rem;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  color: #1F251F;
}
.headline--quaternary b, .headline--quaternary span, .headline--quaternary strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.headline--quaternary a {
  text-decoration: underline;
  transition: color 0.2s ease;
}
.headline--quaternary a:hover {
  color: #66AE9B;
}
.headline--accent-subhead {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #66AE9B;
}
.headline--accent-subhead b, .headline--accent-subhead span, .headline--accent-subhead strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.headline--accent-subhead a {
  text-decoration: underline;
  transition: color 0.2s ease;
}
.headline--accent-subhead a:hover {
  color: #337F6E;
}
.headline--white {
  color: #FFFFFF;
}
.headline--white a {
  text-decoration: underline;
  transition: color 0.2s ease;
}
.headline--white a:hover {
  color: #cccccc;
}
.headline--colored {
  color: #66AE9B;
}
.headline--colored a {
  text-decoration: underline;
  transition: color 0.2s ease;
}
.headline--colored a:hover {
  color: #cccccc;
}
.headline__with-additional-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.headline__with-additional-info > .headline {
  margin-bottom: 0px;
}
.headline__accent {
  color: #66AE9B;
}
.headline__bold {
  font-weight: 500;
}
.headline__inline-block {
  display: inline-block;
}

.text {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #1F251F;
  word-break: break-word;
}
.text__mb {
  margin-bottom: 30px;
}
.text--light {
  color: #FFFFFF;
}
.text--bold {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.text--muted {
  color: #7A7A7A;
}
.text--center {
  text-align: center;
}
.text__additional-email {
  margin-top: 5px;
}
.text > b {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.text > p > b {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.text > a:not(.button) {
  color: #66AE9B;
  text-decoration: underline;
  cursor: pointer;
}
.text > a:not(.button):hover {
  color: #4e9381;
}
.text--accent {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
}
.text--accent-bold {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.text--gray {
  color: #7A7A7A;
}
.text--white {
  color: #FFFFFF;
}
.text--white > a {
  color: #FFFFFF !important;
}
.text--accent {
  font-size: 2.8rem;
  line-height: 3rem;
  line-height: 1.5;
  font-weight: 700 !important;
  text-align: center;
  color: #FFFFFF;
  padding: 3px 9px 1px 9px;
  background: #7A0867;
  border: 3px solid #7A0867;
  border-radius: 5px;
  margin-right: 15px;
  transition: all ease 0.2s;
  white-space: nowrap;
}
.text--accent-with-link .text--accent:hover {
  background: #66AE9B;
  border: 3px solid #66AE9B;
  color: #FFFFFF;
  transition: all ease 0.2s;
}
.text__link {
  color: #66AE9B;
  cursor: pointer;
}
.text__link:hover {
  color: #4e9381;
}
.text__text-link {
  color: #66AE9B;
  text-decoration: underline;
  cursor: pointer;
}
.text__text-link:hover {
  color: #4e9381;
}
.text__label {
  font-size: 1.4rem;
  line-height: 2rem;
  line-height: 15px;
  color: #7A7A7A;
}
.text--margin-small {
  margin-bottom: 20px;
}
.text--small {
  font-size: 1.4rem;
  line-height: 2rem;
}

.caption {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #7A7A7A;
  margin-top: 10px;
  position: relative;
  padding-left: 10px;
}
.caption b {
  font-weight: bold;
}
.caption a {
  color: #66AE9B;
  text-decoration: underline;
}
.caption a:hover {
  color: #4e9381;
}
.caption:before {
  content: "";
  display: block;
  background: #66AE9B;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
}

.icon {
  color: #7A7A7A;
}
.icon + .icon {
  margin-left: 10px;
}
.icon--active {
  color: #66AE9B;
}

.circle-icon {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.circle-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.circle-icon--premium-design:before {
  background-image: url("/assets/shared/icons/premium-design-colored-0e398620.svg");
}
.circle-icon--premium-design.disabled:before {
  background-image: url("/assets/shared/icons/premium-design-disabled-da610325.svg");
}
.circle-icon--expedited-request:before {
  background-image: url("/assets/shared/icons/express-colored-62adbbb7.svg");
}
.circle-icon--expedited-request.disabled:before {
  background-image: url("/assets/shared/icons/express-disabled-54b4c618.svg");
}
.circle-icon--english-requested:before {
  background-image: url("/assets/shared/icons/english-colored-fcfb13aa.svg");
}
.circle-icon--english-requested.disabled:before {
  background-image: url("/assets/shared/icons/english-disabled-e48756ce.svg");
}
.circle-icon--german-requested:before {
  background-image: url("/assets/shared/icons/german-colored-53cc471c.svg");
}
.circle-icon--german-requested.disabled:before {
  background-image: url("/assets/shared/icons/german-disabled-e403b88e.svg");
}
.circle-icon--young:before {
  background-image: url("/assets/shared/icons/young-colored-3e69e7fe.svg");
}
.circle-icon--young.disabled:before {
  background-image: url("/assets/shared/icons/young-disabled-5a16476b.svg");
}
.circle-icon--basic:before {
  background-image: url("/assets/shared/icons/basic-colored-cde18ffc.svg");
}
.circle-icon--basic.disabled:before {
  background-image: url("/assets/shared/icons/basic-disabled-8ff28696.svg");
}
.circle-icon--advanced:before {
  background-image: url("/assets/shared/icons/advanced-colored-876ac269.svg");
}
.circle-icon--advanced.disabled:before {
  background-image: url("/assets/shared/icons/advanced-disabled-c0a6c0d8.svg");
}
.circle-icon--professional:before {
  background-image: url("/assets/shared/icons/professional-colored-64e61940.svg");
}
.circle-icon--professional.disabled:before {
  background-image: url("/assets/shared/icons/professional-disabled-4aca8504.svg");
}
.circle-icon--new-message:before {
  background-image: url("/assets/shared/icons/message-colored-aa84c46a.svg");
}
.circle-icon--new-message.disabled:before {
  background-image: url("/assets/shared/icons/message-disabled-d53592ae.svg");
}
.circle-icon__container {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -5px;
}
.circle-icon__container > * {
  margin: 5px;
}

.headline-header {
  background: linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
}
.headline-header__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 60px;
  padding-bottom: 30px;
}

.error {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 8000;
  display: flex;
  width: 100%;
  height: 40px;
  background-color: red;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.error__message {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.success {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 8000;
  display: flex;
  width: 100%;
  height: 40px;
  background-color: #66AE9B;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.success__message {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.custom-pagy-nav {
  margin-bottom: 30px;
}
.custom-pagy-nav .pagy {
  display: flex !important;
  justify-content: space-between;
}
.custom-pagy-nav .current {
  font-weight: bold;
  background: #7A0867;
  color: #FFFFFF;
  padding: 2px 4px;
}

.footer {
  color: #FFFFFF;
}
.footer__proven-expert-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .footer__proven-expert-wrapper {
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.footer__container--header {
  background-color: #66AE9B;
}
.footer__header {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: flex;
  justify-content: space-around;
  padding: calc($default-padding/3);
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .footer__header {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.footer__social-media-bar {
  flex-wrap: wrap;
  display: flex;
  margin-right: auto;
  list-style-type: none;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .footer__social-media-bar {
    margin-right: 0;
    margin-left: auto;
  }
}
.footer__social-media-bar-item {
  display: flex;
  align-items: center;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .footer__social-media-bar-item {
    height: 29px;
  }
}
.footer__social-media-bar-item a {
  display: inline-block;
  padding: 0px 8px;
}
.footer__social-media-bar-item .fa {
  font-size: 24px;
  color: #FFFFFF;
}
.footer__meta-navigation {
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .footer__meta-navigation {
    margin-right: 0;
    margin-left: 0;
  }
}
.footer__meta-navigation-item {
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .footer__meta-navigation-item {
    height: 29px;
  }
}
.footer__meta-navigation-item a {
  display: inline-block;
  padding: 5px 8px;
}
.footer__container--body {
  background-color: #1F251F;
  padding: 30px 0;
}
.footer__body {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  padding: 30px calc($gutter/2);
}
@media only screen and (min-width: 768px) {
  .footer__body {
    flex-wrap: wrap;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .footer__body-wrapper {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    border: none;
    width: 50%;
  }
}
.footer__body-wrapper ~ .footer__body-wrapper:before {
  content: "";
  display: block;
  margin: 30px auto 0;
  border-top: 1px solid #66AE9B;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .footer__body-wrapper ~ .footer__body-wrapper:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer__body-wrapper ~ .footer__body-wrapper {
    border-left: 1px solid #66AE9B;
  }
}
.footer__logo {
  flex-direction: column;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    flex-direction: row;
  }
}
.footer__logo__icon {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer__logo__icon {
    margin-right: 5px;
    margin-bottom: 0;
  }
}
.footer__contact {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .footer__contact {
    display: flex;
    margin-top: 75px;
    margin-bottom: 0;
    justify-content: flex-end;
    flex-direction: column;
  }
}
.footer__contact-item {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  display: flex;
  margin-top: 10px;
  align-items: center;
  height: 20px;
}
.footer__contact-item:first-child {
  margin-top: 0;
}
.footer__contact-item a {
  text-decoration: none;
  color: #FFFFFF;
}
.footer__contact__icon {
  margin-right: 10px;
  width: 20px;
  height: auto;
  fill: #FFFFFF;
}
.footer__seals {
  display: flex;
  margin-top: 30px;
  justify-content: space-around;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .footer__seals {
    margin-top: 0;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .footer__seal:not(:first-child) {
    margin-left: 40px;
  }
}
.footer__copyright {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  display: flex;
  margin-top: 50px;
  text-align: right;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    display: flex;
    margin: 0;
  }
}
.footer__copyright-icon {
  display: flex;
  margin-left: 20px;
  height: 39px;
}

/*
Trix 1.2.2
Copyright © 2019 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}
trix-toolbar .trix-dialogs {
  position: relative;
}
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-editor {
  overflow-y: auto;
  line-height: 1.5;
}
trix-editor strong {
  font-weight: bold;
}
trix-editor em {
  font-style: italic;
}
trix-editor * {
  box-sizing: border-box;
}
trix-editor h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}
trix-editor blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}
trix-editor pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
trix-editor ul, trix-editor ol, trix-editor li {
  margin: 0;
  padding: 0;
}
trix-editor ul {
  list-style-type: disc;
}
trix-editor ol {
  list-style-type: decimal;
}
trix-editor ul li, trix-editor ol li, trix-editor li li {
  margin-left: 1em;
}
trix-editor img {
  max-width: 100%;
  height: auto;
}
trix-editor .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
trix-editor .attachment a {
  color: inherit;
  text-decoration: none;
}
trix-editor .attachment a:hover, trix-editor .attachment a:visited:hover {
  color: inherit;
}
trix-editor .attachment__caption {
  padding: 0;
  text-align: center;
}
trix-editor .attachment__caption .attachment__name + .attachment__size::before {
  content: " · ";
}
trix-editor .attachment--preview {
  width: 100%;
  text-align: center;
}
trix-editor .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}
trix-editor .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 0;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}
trix-editor .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  padding: 0;
}
trix-editor .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
trix-editor .attachment-gallery.attachment-gallery--2 .attachment, trix-editor .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
trix-editor [data-trix-mutable]::-moz-selection {
  background: none;
}
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::selection {
  background: none;
}
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}
trix-editor [data-trix-mutable] ::selection {
  background: none;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection, trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}
trix-editor .attachment {
  position: relative;
}
trix-editor .attachment:hover {
  cursor: default;
}
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}
trix-editor .trix-button-group {
  display: inline-flex;
}
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
trix-editor .trix-button--remove:hover {
  border-color: #333;
}
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}
trix-editor .attachment__metadata-container {
  position: relative;
}
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
}
.trix-content * {
  box-sizing: border-box;
}
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}
.trix-content blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
.trix-content ul, .trix-content ol, .trix-content li {
  margin: 0;
  padding: 0;
}
.trix-content ul li, .trix-content ol li, .trix-content li li {
  margin-left: 1em;
}
.trix-content img {
  max-width: 100%;
  height: auto;
}
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}
.trix-content .attachment__caption {
  padding: 0;
  text-align: center;
}
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " · ";
}
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 0;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  padding: 0;
}
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

@media screen and (max-width: 720px) {
  #cookiebanner a.c-button {
    font-family: "Roboto-Regular";
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
  }

  #c-right {
    font-size: 1.7rem;
    line-height: 2.6rem;
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700;
    display: inline-flex;
    padding: 13px 12px;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    min-width: 110px;
    text-align: center;
    cursor: pointer;
  }
}
@media only screen and (max-width: 720px) and (min-width: 768px) {
  #c-right {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
    padding: 13px 18px;
  }
}
@media screen and (max-width: 720px) {
  #c-right:focus {
    outline: 2px dotted #7A0867;
  }
}
@media screen and (max-width: 720px) {
  #c-left {
    float: none;
    font-family: "Roboto-Regular";
  }
}
@media screen and (max-width: 720px) {
  #cookiebanner p.c-message {
    margin-bottom: 20px;
    font-family: "Roboto-Regular";
  }
}
@media screen and (min-width: 720px) {
  #cookiebanner #c-left {
    float: left;
    max-width: 80%;
  }

  #cookiebanner #c-right {
    float: right;
  }
}
#cookiebanner {
  font-family: "Roboto-Regular";
  box-sizing: border-box;
  width: 100%;
  padding: 25px 40px;
  position: fixed;
  z-index: 2147483645;
  bottom: -800px;
  background: linear-gradient(54deg, #337f6e 0%, #66ae9b 100%);
}

#cookiebanner p {
  font-size: 14px;
  line-height: 1.4;
}

#cookiebanner .c-header {
  text-transform: uppercase;
  color: white !important;
  font-weight: bold;
  margin-bottom: 4px;
}

#cookiebanner p.c-message {
  font-size: 14px;
  color: white !important;
}

#cookiebanner a {
  font-weight: bold;
}

#cookiebanner a:hover {
  color: #fff;
}

#cookiebanner a.c-button {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0 0 #dddddd;
  border: 1px solid #dddddd;
  padding: 12px 60px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#cookiebanner a.c-button:hover {
  box-shadow: none;
  background-color: #f8f8f8;
}

.confirm-overlay {
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.confirm-overlay--hidden {
  display: none;
}
.confirm-overlay__overlay {
  z-index: 100;
  padding: clamp(1.5rem, 5vw, 4rem);
  background: linear-gradient(54deg, #337f6e 0%, #66ae9b 60%);
  width: max-content;
}
.confirm-overlay__text-container {
  margin-bottom: 30px;
}
.confirm-overlay__mb {
  margin-bottom: 30px;
}
.confirm-overlay__overlay-button-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.confirm-overlay__button-container {
  max-width: 100%;
  display: flex;
  justify-content: end;
}

#js-confirm-overlay-button:after {
  content: none;
}

#blocking-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000 5e;
  z-index: 10001;
  justify-content: center;
  align-content: center;
  display: none;
}

.upload-overlay__container {
  padding: 20px;
  background: white;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
}
.upload-overlay__container h1 {
  font-size: 2.4rem;
}

#upload-progress-container .dz-success-mark, #upload-progress-container .dz-error-mark {
  display: none;
}
#upload-progress-container .dz-progress {
  background: #f0f0f0;
  width: calc(min(100%, 41.3rem));
  height: 2rem;
  display: flex;
  margin-block: 10px;
  align-items: center;
  justify-content: start;
  position: relative;
}
#upload-progress-container .dz-progress:before {
  content: attr(data-value);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
  color: #7A0867;
}
#upload-progress-container .dz-size {
  display: none;
}
#upload-progress-container .dz-details {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
#upload-progress-container .dz-remove {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #7A0867;
}
#upload-progress-container .dz-upload {
  height: 100%;
  width: 100%;
  background: #7A0867;
  position: relative;
  clip-path: polygon(0 0, calc(var(--progress, 0) * 1%) 0, calc(var(--progress, 0) * 1%) 100%, 0px 100%);
}
#upload-progress-container .dz-upload:before {
  content: attr(data-value);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

@media (min-device-width: 768px) {
  .two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto minmax(10rem, auto) minmax(2rem, auto);
    grid-gap: 15px;
    align-items: start;
    justify-content: start;
    margin-bottom: 5em;
  }
  .two-column-layout__send {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .two-column-layout__note {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .two-column-layout__note__title {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .two-column-layout__message {
    grid-row: 2/2;
    grid-column: 1/2;
  }
  .two-column-layout__message__title {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.stageslider {
  position: relative;
  z-index: 5000;
  background-color: #000000;
  box-shadow: inset 0 -2px 3px 0 rgba(0, 0, 0, 0.71);
  height: 280px;
}
@media only screen and (min-width: 480px) {
  .stageslider {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .stageslider {
    min-height: 400px;
    height: 50vh;
    max-height: 500px;
  }
}
@media only screen and (min-width: 960px) {
  .stageslider {
    min-height: 450px;
    height: 55vh;
    max-height: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  .stageslider {
    min-height: 500px;
    height: 50vh;
    max-height: 600px;
  }
}
.stageslider__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding: 0 15px;
}
@media only screen and (min-width: 480px) {
  .stageslider__container {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .stageslider__container {
    flex-direction: row;
    align-items: center;
    padding: 0 30px;
    gap: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .stageslider__container {
    gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .stageslider__container {
    padding: 0 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.stageslider__image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  max-width: 180px;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .stageslider__image-wrapper {
    width: 45%;
    max-width: 250px;
    right: calc(10px + (80 * ((100vw - 480px) / (768 - 480))));
  }
}
@media only screen and (min-width: 768px) {
  .stageslider__image-wrapper {
    width: 40%;
    max-width: 280px;
    order: 2;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media only screen and (min-width: 960px) {
  .stageslider__image-wrapper {
    width: 35%;
    max-width: 280px;
    left: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .stageslider__image-wrapper {
    width: 30%;
    max-width: 350px;
  }
}
.stageslider__image {
  width: 100%;
  height: auto;
  display: block;
}
.stageslider__reviews {
  display: none;
}
@media only screen and (min-width: 960px) {
  .stageslider__reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin: 80px;
    order: 3;
    flex-basis: 25%;
    min-width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .stageslider__reviews {
    padding: 20px;
    flex-grow: 1;
    margin-right: 0px;
  }
}
.stageslider__reviews--element {
  max-width: 250px;
  height: auto;
  background-color: #F5F5F5;
  padding: 15px;
  border-radius: 8px;
}
.stageslider .scroll-arrow-container {
  display: none;
}
@media only screen and (min-width: 768px) {
  .stageslider .scroll-arrow-container {
    display: block;
    background-image: url("/assets/frontpage/stageslider/scroll-arrow-shape_green-76e64338.png");
    background-size: 104px;
    background-repeat: no-repeat;
    background-position: top center;
    height: 30px;
    margin-top: 10px;
    margin-bottom: -30px;
    width: 100%;
    position: relative;
  }
  .stageslider .scroll-arrow-container:before, .stageslider .scroll-arrow-container:after {
    content: "";
    background: white;
    width: calc(50% - 50px);
    height: 30px;
    position: absolute;
    left: 0;
    background-color: #66AE9B;
  }
  .stageslider .scroll-arrow-container:after {
    left: auto;
    right: 0;
  }
}
.stageslider .scroll-arrow-container .arrow {
  border: none;
  background: transparent;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 999px;
}
@media only screen and (min-width: 768px) {
  .stageslider .scroll-arrow-container .arrow {
    background-image: url("/assets/frontpage/stageslider/light-arrow-scroll-down-ba895bc5.svg");
    background-size: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -3.2rem;
    left: calc(50% - 2.4rem);
    animation: bounce 2s infinite;
    cursor: pointer;
    z-index: 2;
    transition: all ease 0.2s;
  }
  .stageslider .scroll-arrow-container .arrow:hover {
    opacity: 0.85;
    transition: all ease 0.2s;
  }
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 480px) {
  .text-container {
    padding: 30px 0;
    margin: 2vw 4vw;
    width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  .text-container {
    width: 50%;
    padding: 40px 0;
    order: 1;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 960px) {
  .text-container {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .text-container {
    width: 40%;
    max-width: 500px;
  }
}
.text-container__headline {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media only screen and (min-width: 480px) {
  .text-container__headline {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .text-container__headline {
    font-size: 3.8rem;
    margin-bottom: 1.6rem;
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .text-container__headline {
    font-size: 4rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .text-container__headline {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}
.text-container__text {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media only screen and (min-width: 480px) {
  .text-container__text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .text-container__text {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
    width: 60%;
  }
}
@media only screen and (min-width: 960px) {
  .text-container__text {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .text-container__text {
    font-size: 3rem;
    margin-bottom: 3.2rem;
  }
}
.text-container__text strong {
  display: block;
  font-weight: bold;
}
.text-container--button {
  align-self: flex-start;
  margin: auto 0;
}
.text-container--button.button-light {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media only screen and (min-width: 480px) {
  .text-container--button.button-light {
    padding: 1.2rem 2.4rem;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .text-container--button.button-light {
    padding: 1.4rem 2.8rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 960px) {
  .text-container--button.button-light {
    padding: 1.5rem 3rem;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .text-container--button.button-light {
    padding: 1.6rem 3.2rem;
    font-size: 1.8rem;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(5px);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(5px);
  }
}
.steps {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .steps {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .steps {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .steps {
    flex-direction: row;
  }
}
.steps__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #1F251F;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .steps__headline {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.steps__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.steps__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media only screen and (min-width: 960px) {
  .steps__container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.step {
  text-align: center;
  margin-bottom: 30px;
}
.step__count {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #66AE9B;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
  .step__count {
    display: none;
  }
}
.step__image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .step__image {
    display: block;
    margin: 0 auto 10px auto;
    width: auto;
    height: 120px;
  }
}
.step__headline {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.25rem;
  color: #1F251F;
  margin-bottom: 8px;
}
.step__text {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #7A7A7A;
}

.facts {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .facts {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .facts {
    padding-top: 120px;
  }
}
.facts__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #1F251F;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .facts__headline {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.facts__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.facts__container {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .facts__container {
    display: flex;
    flex-wrap: wrap;
  }
}
.facts__container .slick-dots {
  display: inline-flex;
}
.facts__container .slick-dots li {
  margin: 0 5px;
}
.facts__container .slick-dots li button {
  background-color: #7A7A7A;
  width: 8px;
  height: 8px;
  padding: 0px;
  text-indent: -99999px;
  border: none;
  cursor: pointer;
}
.facts__container .slick-dots li button:hover {
  background-color: #474747;
}
.facts__container .slick-dots li button:active, .facts__container .slick-dots li button:focus {
  border: none;
  outline: none;
}
.facts__container .slick-dots li.slick-active button {
  background-color: #66AE9B;
}
.facts__container.slick-initialized {
  display: block;
}
.facts__container *:focus {
  outline: none;
}

.fact {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .fact {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .fact {
    flex-basis: 33.332%;
    max-width: 33.332%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.fact__headline {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.25rem;
  color: #1F251F;
  margin-bottom: 8px;
}
.fact__text {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #7A7A7A;
}
.fact__description {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #7A7A7A;
  text-align: center;
  margin-bottom: 30px;
}
.fact__description--highlight {
  background: rgba(102, 174, 155, 0.08);
  border-right: 4px solid #66AE9B;
  border-left: 4px solid #66AE9B;
  border-radius: 6px;
  padding: 30px;
  color: #1F251F;
}
@media only screen and (min-width: 768px) {
  .fact__description--highlight {
    padding: 37.5px;
  }
}
.fact__image {
  display: block;
  margin: 0 auto 30px auto;
  height: 100px;
  width: auto;
  max-width: 100px;
}

.press {
  background-color: #66AE9B;
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .press {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .press {
    padding-top: 120px;
  }
}
.press--workship {
  background-color: #FFFFFF;
}
.press__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  overflow-x: hidden;
}
.press__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}
.press__headline--workship {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .press__headline {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.press__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.press__container {
  position: relative;
}
.press__slider {
  overflow: hidden;
  margin: 0 30px;
}
@media only screen and (min-width: 768px) {
  .press__slider {
    margin: 0 60px;
  }
}
.press__slider .slick-slide > div {
  height: 100%;
}
.press__slider *:focus {
  outline: none;
}
.press__button-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -9px;
}
@media only screen and (min-width: 768px) {
  .press__button-box {
    margin-top: -20px;
  }
}
.press__prevArrow, .press__nextArrow {
  position: relative;
  left: -20px;
  background-color: transparent;
  background-image: url("/assets/shared/icons/arrow-left-light-19c1c736.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 18px;
  width: 9px;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.press__prevArrow--workship, .press__nextArrow--workship {
  background-image: url("/assets/shared/icons/arrow-left-brand-48170cd8.svg");
}
@media only screen and (min-width: 768px) {
  .press__prevArrow, .press__nextArrow {
    height: 40px;
    width: 24px;
  }
}
.press__nextArrow {
  background-image: url("/assets/shared/icons/arrow-right-light-5c1c473a.svg");
}
.press__nextArrow--workship {
  background-image: url("/assets/shared/icons/arrow-right-brand-473a30ff.svg");
}

.press-item {
  display: inline-flex !important;
  align-items: center;
  height: 100%;
}
.press-item__image {
  align-items: center;
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .press-item__image {
    max-width: 80%;
  }
}

.table-of-contents__container {
  margin-bottom: 4rem;
}
.table-of-contents__list {
  padding: 20px;
  background: #f5f5f5;
  border: 0.1rem solid #dfdfdf;
}
.table-of-contents__list-item {
  margin-bottom: 1.5rem;
}
.table-of-contents__list-item--tertiary {
  margin-left: 2rem;
}
.table-of-contents__list-item:last-child {
  margin-bottom: 0;
}
.table-of-contents__list-item-link {
  color: #66AE9B;
  text-decoration: underline;
}

.content-video__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: auto;
}
.content-video__container iframe, .content-video__container object, .content-video__container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-page {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  min-height: 20vh;
}
@media only screen and (min-width: 768px) {
  .content-page {
    display: block;
    margin-top: 3.6rem;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-page {
    margin-bottom: 120px;
  }
}
.content-page__content-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .content-page__content-container {
    margin-bottom: 30px;
    padding-left: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-page__content-container {
    margin-bottom: 40px;
  }
}
.content-page__content-headline-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .content-page__content-headline-container {
    padding-left: 300px;
  }
}
.content-page__content {
  margin-top: 20px;
  order: 1;
}
.content-page__sticky-navi {
  display: none;
}
@media only screen and (min-width: 768px) {
  .content-page__sticky-navi {
    display: block;
    margin-bottom: 0;
  }
  .content-page__sticky-navi > .sticky-navi {
    top: 13rem;
  }
}

.sidebar {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  order: 2;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .sidebar {
    width: 26rem;
    position: sticky;
    top: 10rem;
    left: calc(50% - (56rem));
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar {
    top: 13.5rem;
  }
}
.sidebar__container {
  background: white;
  padding-bottom: 0.5rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow-y: auto;
  max-height: calc(100vh - 30rem);
}
.sidebar__headline {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #7A7A7A;
  text-transform: uppercase;
  padding: 1.5rem 15px 10px;
  background: #FFFFFF;
  position: sticky;
  top: 0;
}
.sidebar__widgets {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 1rem;
}
.sidebar__proven-expert-widget {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sidebar__proven-expert-widget {
    display: none;
  }
}
.sidebar__shopauskunft-widget {
  text-align: center;
  margin-bottom: 20px;
}
.sidebar__workship-banner-image {
  height: 24rem;
  width: auto;
}
.sidebar__google-banner {
  margin-top: 3rem;
}
.sidebar__advantage-bullets {
  margin-top: 3rem;
}

.sidebar-navi {
  display: flex;
  flex-direction: column;
}
.sidebar-navi__level-2 {
  display: none;
}
.sidebar-navi__link {
  font-size: 1.6rem;
  line-height: 1.9rem;
  line-height: 2.6rem;
  padding: 0.6rem 15px;
  border-bottom: 0.1rem solid transparent;
  display: flex;
  align-items: center;
  transition: all ease 0.2s;
  min-width: 0;
}
.sidebar-navi__link > i {
  color: #66AE9B;
  flex-shrink: 0;
  transition: all ease 0.2s;
}
.sidebar-navi__link--external {
  gap: 0.8rem;
}
.sidebar-navi__link:hover {
  color: #7A0867;
  border-bottom-color: #7A0867;
  transition: all ease 0.2s;
}
.sidebar-navi__link:hover > i {
  color: #7A0867;
  transition: all ease 0.2s;
}
.sidebar-navi__link--sub {
  padding: 1rem 30px;
}
.sidebar-navi__item--active > .sidebar__link {
  border-bottom-color: #7A0867;
}
.sidebar-navi__item--active .sidebar__link {
  color: #7A0867;
}
.sidebar-navi__item--active .sidebar__level-2 {
  display: block;
}

.js-hide-sidebar {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.sessions {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  margin-top: 40px;
  padding-right: 14px;
  padding-left: 13px;
}
@media only screen and (min-width: 768px) {
  .sessions {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sessions__wrapper {
  width: 80%;
}
.sessions__button {
  margin-top: 2rem;
}
.sessions__grid-wrapper {
  width: 100%;
  display: grid;
  grid-gap: 3rem;
}
@media only screen and (min-width: 960px) {
  .sessions__grid-wrapper {
    grid-template-columns: 4fr 1fr;
  }
}
.sessions__form-container {
  max-width: 50rem;
  display: block;
  margin: 0 auto 2rem auto;
}

.workship-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 14px;
  padding-left: 13px;
}
.workship-container__contact-form {
  margin-top: 15px;
}
.workship-container__text {
  margin-bottom: 30px;
}
.workship-container__hidden {
  display: none;
}

.search-results__no-result {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}
.search-results__no-result b {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.search-results__breadcrumb {
  display: inline-block;
  color: #66AE9B;
  text-decoration: underline;
  margin-bottom: 15px;
}
.search-results__filter-container {
  max-width: 720px;
}
.search-results__checkbox-container {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-block-end: 15px;
  row-gap: 20px;
  column-gap: 10px;
}
.search-results__industry-headline {
  font-size: 2.2rem;
  line-height: 3.25rem;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
.search-results__checkbox-button {
  position: relative;
}
.search-results__industry-checkbox {
  min-width: fit-content;
  position: absolute;
  left: 0;
  height: 0;
  widows: 0;
  user-select: none;
  opacity: 0;
}
.search-results__industry-checkbox:checked + .search-results__industry-label {
  background: #66AE9B;
}
.search-results__industry-checkbox:checked + .search-results__industry-label::before {
  display: inline-block;
  content: "";
  position: relative;
  z-index: 5;
  width: 2rem;
  height: 1rem;
  margin-left: 5px;
  background-image: url("/assets/shared/icons/haken-light-04407c38.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.search-results__industry-label {
  background: #7A0867;
  outline: 1px solid white;
  color: white;
  cursor: pointer;
  min-width: 4rem;
  border-radius: 25px;
  padding: 0.5rem 0.5rem;
  user-select: none;
}
.search-results__industry-label::before {
  display: none;
}
.search-results__headline {
  font-size: 3rem;
  line-height: 3.6rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
}
.search-results__headline--dark {
  color: #1F251F;
}
.search-results__textfield {
  padding: 15px;
}
.search-results__textfield::-webkit-input-placeholder {
  opacity: 1;
  transition: inherit;
}
.search-results__textfield::-moz-placeholder {
  opacity: 1;
  transition: inherit;
}
.search-results__textfield:-ms-input-placeholder {
  opacity: 1;
}
.search-results__textfield::-moz-placeholder {
  opacity: 1;
  transition: inherit;
}
.search-results__random-candidates {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #FFFFFF;
  display: block;
  text-decoration: underline;
  align-self: center;
  justify-self: center;
  margin-bottom: 2rem;
}
.search-results__header {
  position: relative;
  background-color: #3E433D;
  box-shadow: inset 0 -2px 3px 0 rgba(0, 0, 0, 0.71);
  background-image: url("/assets/workship/landingpage/kacheln-046ea243.png"), linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
  margin-bottom: 15px;
  padding-bottom: 30px;
}
.search-results__small-headline {
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .search-results__small-headline {
    text-align: left;
  }
}
.search-results__search-container {
  padding: 40px 40px 0 40px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  color: #FFFFFF;
}
.search-results__button-container {
  margin-bottom: 30px;
}
.search-results__button-container form {
  display: inline-block;
  margin-bottom: 15px;
}
.search-results__cards-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
}
.search-results__card {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  margin-bottom: 15px;
}
.search-results__card-button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.search-results__card-main-headline {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3rem;
  padding: 0 40px;
}
.search-results__country {
  background-color: rgba(102, 174, 155, 0.1);
  padding: 15px 0;
}
.search-results__breaker {
  border-bottom: 2px solid #66AE9B;
}
.search-results__card-headline {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  padding: 15px 45px;
}
.search-results__card-text-muted {
  color: #7A7A7A;
}
.search-results__card-info-container {
  display: block;
  margin-bottom: 15px;
}
.search-results__list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 15px 45px;
}
@media only screen and (min-width: 960px) {
  .search-results__list {
    grid-template-columns: 1fr 1fr;
  }
}
.search-results__register-button-container {
  margin: 2em 0;
  display: grid;
  justify-content: center;
}

.js-qualified-profile-overlay {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  min-height: 100px;
}

.user__job-headline {
  margin-bottom: 0;
}
.user__job-subtitle {
  font-size: 1.5rem;
}
.user__jobs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}
.user__jobs-container {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-bottom: 35px;
  border: 2px solid #7A0867;
}
.user__arrow--right {
  background-image: url("/assets/shared/icons/arrow-right-brand-473a30ff.svg");
  background-size: 40px 24px;
  width: 40px;
  height: 24px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .user__arrow--right {
    width: 55px;
  }
}
.user__arrow--down {
  background-image: url("/assets/shared/icons/arrow-down-brand-511c54d7.svg");
  background-size: 24px 40px;
  width: 24px;
  height: 40px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .user__arrow--down {
    width: 44px;
  }
}
.user__update-button {
  width: fit-content;
  margin-left: auto;
}
.user__mt {
  margin-top: 30px;
}
.user__mb {
  margin-bottom: 30px;
}
.user__label {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  color: #7A7A7A;
}
.user #user_photo {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.user #user_photo:hover {
  cursor: pointer;
}
.user__upload-button {
  position: relative;
}
.user__finished-container {
  padding: 30px;
}
.user__finished-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user__error {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  color: red;
}
.user__overlay {
  padding: 50px 50px 93px 50px;
  background: linear-gradient(54deg, #337f6e 0%, #66ae9b 60%);
  width: 100%;
  min-height: 20vh;
}
.user__overlay-button {
  position: absolute;
  z-index: 110;
  top: -20px;
  left: 10%;
}
.user__text-container {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.user__publish-button-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 15px;
}
.user__highlight-container {
  padding: 14px;
  background: linear-gradient(45deg, #7A0867 0%, #66AE9B 100%);
}
.user__highlight-content {
  background-color: #FFFFFF;
}
.user__short-info-wrapper {
  padding-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-evenly;
}
@media only screen and (min-width: 768px) {
  .user__short-info-wrapper {
    flex-direction: row;
  }
}
.user__short-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.user__short-info-box img {
  max-width: 40px;
}
.user__experience-circle {
  width: 40px;
  height: 40px;
  background: #7A0867;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
}
.user__short-last-positions {
  border: 2px solid #66AE9B;
  border-radius: 15px;
  padding: 4px;
  font-weight: bold;
  font-size: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user__short-last-positions span {
  margin-right: 40px;
  margin-left: 40px;
  font-size: 1rem;
}
.user__user-jobs-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .user__user-jobs-wrapper {
    flex-direction: row;
  }
}
.user__user-jobs-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.user__user-jobs-headline {
  font-size: 2rem;
  font-weight: bold;
}
.user__user-jobs-details {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.user__user-jobs-details-item {
  padding: 5px 10px;
  border: 3px solid #66AE9B;
  border-radius: 50px;
  margin: 5px;
}
.user__loading {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #66AE9B;
  color: #FFFFFF;
  margin-bottom: 30px;
  padding: 30px;
}
.user__loading-spinner {
  font-size: 1.7rem;
  line-height: 2.6rem;
  animation: spin 4s linear infinite;
}
.user__loading-text {
  margin-left: 15px;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.user__information--with-margin {
  margin-bottom: 15px;
}
.user__header {
  position: relative;
  padding: 10px 45px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .user__header {
    height: 200px;
    padding: 10px 0 0 45px;
  }
}
.user__header-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
}
@media only screen and (min-width: 480px) {
  .user__header-wrapper {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .user__header-wrapper {
    flex-direction: row;
  }
}
.user__headline {
  font-size: clamp(2rem, 3rem, 5.5rem);
  margin-bottom: 15px;
  line-height: 1;
  width: 55%;
}
@media only screen and (min-width: 768px) {
  .user__headline {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .user__headline {
    width: 40%;
  }
}
.user__header--contact-details {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .user__header--contact-details {
    width: 40%;
  }
}
.user__header--contact-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 0.5rem;
}
.user__contact-icon {
  width: 20px;
  height: auto;
  fill: #66AE9B;
}
@media only screen and (min-width: 480px) {
  .user__contact-icon {
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .user__contact-icon {
    width: 30px;
  }
}
.user__anchor-to-connect {
  margin-bottom: 30px;
}
.user__anchor-to-connect--white {
  color: #FFFFFF;
}
.user__list {
  list-style-type: none;
}
.user__list-item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.user__list-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #66AE9B;
  content: "•";
  font-size: 20px;
}
.user__accept-profile {
  color: #FFFFFF;
}
.user__text-bold {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.user__photo-preview {
  width: 250px;
  height: auto;
}
.user__photo--wrapper {
  display: flex;
  justify-content: space-around;
  widt: 20%;
}
.user__photo {
  display: none;
  border-radius: 15%;
  margin-left: 10px;
}
@media only screen and (min-width: 960px) {
  .user__photo {
    display: block;
    width: auto;
    height: 230px;
    margin-top: -35px;
  }
}
.user__photo-placeholder {
  display: none;
  border-radius: 15%;
}
@media only screen and (min-width: 960px) {
  .user__photo-placeholder {
    display: block;
    position: absolute;
    top: -125px;
    right: 50px;
    width: 195px;
    height: 250px;
    background-color: #F5F5F5;
  }
}
.user__headline--anonym {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.user__contact-box {
  display: grid;
  grid-template-columns: 1fr;
  width: 70%;
}
@media only screen and (min-width: 960px) {
  .user__contact-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .user__contact-box {
    width: 100%;
  }
}
.user__contact-details {
  display: grid;
  position: relative;
  padding: 40px 100px 30px 20px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .user__contact-details {
    padding: 35px 25px;
  }
}
.user__details {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 4fr;
  margin-bottom: 10px;
}
.user__container {
  padding: 10px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 960px) {
  .user__container {
    display: grid;
    grid-template-columns: 35px 5fr;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
}
.user__about_me {
  resize: none;
  outline: none;
  width: 100%;
  min-height: 15rem;
  border: 1px solid black;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1.4rem;
  padding: 1.2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.user__history-line {
  display: none;
}
@media only screen and (min-width: 960px) {
  .user__history-line {
    display: block;
    position: relative;
    height: 100%;
    top: 5px;
    margin-top: 35px;
    border-left: 2px solid #66AE9B;
  }
  .user__history-line::before {
    z-index: 2;
    content: "";
    top: 0;
    left: -10px;
    position: absolute;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    border: 2px solid #66AE9B;
    background-color: #FFFFFF;
  }
}
.user__custom-information {
  padding: 35px 25px;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.user__card {
  padding: 35px 25px;
  position: relative;
  margin-bottom: 25px;
}
.user__card--shadow {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) {
  .user__card {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
  .user__card--user {
    grid-template-columns: 1fr 3fr 1fr;
  }
}
.user__blurred-text {
  display: inline;
  color: transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.user__skills {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 35px;
  padding: 40px;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 960px) {
  .user__skills {
    grid-template-columns: 4fr 1fr;
  }
}
.user__skill {
  line-height: 2;
}
.user__edit-box {
  display: flex;
  justify-content: space-between;
}
.user__edit-box--flexend {
  justify-content: flex-end;
}
.user__language-box {
  display: grid;
  grid-gap: 10px;
  padding: 40px;
  margin-bottom: 35px;
  grid-template-columns: 1fr 2fr;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 960px) {
  .user__language-box {
    grid-template-columns: 1fr 4fr;
  }
}
.user__language-box--user {
  grid-template-columns: 1fr 2fr 1fr;
}
@media only screen and (min-width: 960px) {
  .user__language-box--user {
    grid-template-columns: 1fr 2fr 1fr;
  }
}
.user__card-header-box {
  display: flex;
  margin-bottom: 15px;
}
.user__card-header-navigation {
  margin-left: auto;
}
.user-message {
  margin-top: 0;
}
.user-message__title textarea {
  font-size: 1.4rem;
  padding: 1.4rem;
  color: #7A7A7A;
  font-family: "Roboto-Regular", sans-serif;
}
.user-message__send {
  background-color: #66AE9B;
  color: white;
  padding: 1.2rem;
  width: 100%;
  min-height: 15rem;
}
@media (max-device-width: 768px) {
  .user-message__send {
    margin-bottom: 40px;
  }
}
.user-message__send h2 {
  font-size: 2rem;
  line-height: 3.3rem;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  color: white;
}
.user-message__note {
  border: 1px solid black;
  resize: none;
  outline: none;
  min-height: 15rem;
  width: 100%;
  border: 1px solid black;
  font: inherit;
  padding: 1.2rem;
}
.user__info-tag {
  background-color: #66AE9B;
  color: #FFFFFF;
  width: 300px;
  text-align: center;
  padding: 5px 3px;
  border-radius: 10px;
  font-weight: bold;
}
.user__last-stations {
  margin-top: 20px;
  text-align: center;
  padding: 5px 3px;
  border: 2px solid #66AE9B;
  border-radius: 10px;
}
.user__education {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  gap: 1.5rem;
  width: 50%;
}
.user__experience {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.user__experience span {
  border-radius: 50%;
  padding: 3px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7A0867;
  color: #FFFFFF;
}
.user__row {
  display: flex;
  justify-content: space-around;
  height: 8rem;
  margin-top: 2rem;
}

.request__form__buttons {
  display: flex;
  justify-content: space-evenly;
  column-gap: 2rem;
}
.request__form a {
  border: 2px solid #7A0867;
  padding: 0;
  background-image: none;
}
.request__form__text {
  min-height: 15rem;
  width: 100%;
  border: 1px solid black;
  font: inherit;
  padding: 1.2rem;
  resize: none;
  outline: none;
}
.request__form textarea {
  font-size: 1.4rem;
  padding: 1rem;
  color: #7A7A7A;
  font-family: "Roboto-Regular", sans-serif;
}
.request__form__button {
  margin: 2rem 0;
  background-image: none;
  width: 26.5rem;
}
.request__form__button--without {
  margin: 2rem 0;
  border: 2px solid #7A0867;
  white-space: normal;
  max-width: 26.5rem;
  padding: 0;
  height: 47px;
}
.request__form .button-light {
  background-image: none;
}
.request__form .button-light:after {
  background-image: none;
}

@media (max-device-width: 768px) {
  .request__form__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button-light--reverse {
    height: 64px;
  }

  .request__form__button {
    align-self: center;
    height: 64px;
  }
}
.temporary-user {
  position: relative;
  padding-top: 30px;
  margin-bottom: 200px;
}
.temporary-user__send-email {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.temporary-user__send-email:hover {
  text-decoration: underline;
}
.temporary-user__mb {
  margin-bottom: 30px;
}
.temporary-user__overlay-button-container {
  margin: 0 auto;
  width: fit-content;
}
.temporary-user__overlay-button-container > .button {
  margin-right: 2rem;
}
.temporary-user__overlay-button-container > .button:last-child {
  margin-right: 0;
}
.temporary-user__edit-button {
  margin-top: 30px;
  margin-left: auto;
}
.temporary-user__not-available {
  background-color: #ff808080;
  padding: 0 10px;
  margin-right: 10px;
}
.temporary-user__overlay {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 50px 50px 93px 50px;
  background: linear-gradient(54deg, #337f6e 0%, #66ae9b 60%);
  width: 100%;
}
.temporary-user__text-container {
  margin-bottom: 30px;
}
.temporary-user__button-container {
  max-width: 80%;
  display: flex;
  justify-content: space-between;
}
.temporary-user__button-container input[type=submit] {
  margin-right: 1.5rem;
}
.temporary-user__button-container--together {
  justify-content: left;
}

.human-resource-managers__card .bottom-grid .message__container:before, .human-resource-managers__card .top-grid__request-date:before, .human-resource-managers__card .top-grid__location:before, .human-resource-managers__card .top-grid__jobs-container:before {
  display: inline-flex;
  content: "";
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 24px 16px;
  vertical-align: baseline;
  background-position: center left;
}

.human-resource-managers__filters-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.human-resource-managers__filters-container a:first-child {
  margin: 5px 0;
}
.human-resource-managers__filters-container .filters {
  border: 3px solid transparent;
}
.human-resource-managers__filters-container .filters--ghost {
  border: 3px solid #66AE9B;
  background: white;
  color: #66AE9B;
}
.human-resource-managers__filters-container .filters--ghost:hover {
  border: 3px solid #66AE9B;
  color: #66AE9B;
}
.human-resource-managers__filters-container .filters--green {
  background: #66AE9B;
}
.human-resource-managers__filters-container .filters--green:hover {
  border: 3px solid #66AE9B;
  color: #66AE9B;
}
.human-resource-managers__filters-container .filters--yellow {
  background: #F2A40D;
}
.human-resource-managers__filters-container .filters--yellow:hover {
  border: 3px solid #F2A40D;
  color: #F2A40D;
}
.human-resource-managers__filters-container .filters--red {
  background: #FF0000E5;
}
.human-resource-managers__filters-container .filters--red:hover {
  border: 3px solid #FF0000E5;
  color: #FF0000E5;
}
.human-resource-managers__cards {
  order: 2;
}
@media only screen and (min-width: 960px) {
  .human-resource-managers__cards {
    order: 1;
  }
}
.human-resource-managers__card {
  width: 100%;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 35px;
  padding: 2rem;
}
.human-resource-managers__card > * + * {
  border-top: 1px solid #EBEBEB;
  padding-top: 2rem;
  margin-top: 2rem;
}
.human-resource-managers__card .top-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5rem;
}
.human-resource-managers__card .top-grid__infogrid-container > * + * {
  margin-top: 1.2rem;
}
.human-resource-managers__card .top-grid__infogrid-container .headline-container {
  display: flex;
}
.human-resource-managers__card .top-grid__infogrid-container .headline-container > * + * {
  margin-left: 2rem;
}
.human-resource-managers__card .top-grid__infogrid-container .headline-container .statuspill {
  border: none;
  align-self: start;
  color: #53842B;
  background-color: #EEFFE0;
  border-radius: 40px;
  padding-block: 8px;
  padding-inline: 12px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  appearance: none;
  margin-inline-end: 1rem;
}
.human-resource-managers__card .top-grid__job {
  display: inline;
}
.human-resource-managers__card .top-grid__jobs-container * + * {
  margin-left: 1.5rem;
}
.human-resource-managers__card .top-grid__jobs-container:before {
  background-image: url("/assets/shared/icons/jobs-d87417f6.svg");
}
.human-resource-managers__card .top-grid__location:before {
  background-image: url("/assets/shared/icons/location-6ee91692.svg");
}
.human-resource-managers__card .top-grid__request-date:before {
  background-image: url("/assets/shared/icons/calendar-76e4a1ae.svg");
}
.human-resource-managers__card .bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 2rem;
}
.human-resource-managers__card .bottom-grid .note__container {
  width: 100%;
}
.human-resource-managers__card .bottom-grid .note__field {
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.06);
  height: 100px;
  overflow: auto;
  padding: 7px 10px;
  font-size: 1.5rem;
  font-family: inherit;
  border: 0.5px solid #DBDBDB;
  border-radius: 4px;
  resize: vertical;
}
.human-resource-managers__card .bottom-grid .note__label {
  margin: 0;
}
.human-resource-managers__card .bottom-grid .message__container {
  display: grid;
  grid-template-columns: 1.5em auto;
  margin-top: 1.2em;
}
.human-resource-managers__card .bottom-grid .message__container:before {
  background-image: url("/assets/shared/icons/request-message-44f35d4f.svg");
  margin-top: 4px;
}
.human-resource-managers__card .request-update-saved {
  color: #66AE9B;
  opacity: 0;
  transition: opacity 3.7s;
  transition-timing-function: cubic-bezier(0.77, 0.76, 0.7, -0.26);
  pointer-events: none;
}
.human-resource-managers__card .request-update-saved-show {
  opacity: 1;
  transition-duration: 0s;
}
.human-resource-managers__info-box {
  margin-bottom: 35px;
}
.human-resource-managers__text-muted {
  color: #7A7A7A;
}
.human-resource-managers__text-bold {
  font-weight: 900;
}
.human-resource-managers__icon {
  color: #FFFFFF;
}
.human-resource-managers__icon-container {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: #66AE9B;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding-left: 9px;
  padding-top: 5px;
}
.human-resource-managers__logo {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 0 auto;
  margin: 0 auto 0 auto;
}
.human-resource-managers__logo-container {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  height: 110px;
  width: 110px;
  margin: 0 auto 20px auto;
}
.human-resource-managers__logo-container--without-logo {
  background-color: #66AE9B;
  padding: 10px;
}
.human-resource-managers__upload {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.human-resource-managers__placeholder-text {
  text-align: center;
  color: white;
}

.companies__logo {
  width: 200px;
  height: auto;
}
.companies__button {
  margin-bottom: 30px;
}
.companies__header {
  background-color: #1F251F;
  min-height: 400px;
  width: 100%;
}
.companies__header-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  padding-top: 70px;
}
@media only screen and (min-width: 960px) {
  .companies__header-container {
    grid-template-columns: 1fr 4fr;
  }
}
.companies__header-logo {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .companies__header-logo {
    margin: 0;
  }
}
.companies__headline {
  font-size: 3.5rem;
  line-height: 6.6rem;
}
.companies__headline--white {
  color: #FFFFFF;
}
.companies__text-muted {
  color: #7A7A7A;
}
.companies__text-muted--form {
  margin-top: 30px;
}
@media only screen and (min-width: 960px) {
  .companies__address {
    border-right: 1px solid #7A7A7A;
  }
}
.companies__info-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .companies__info-box {
    grid-template-columns: 1fr 1fr;
  }
}
.companies__editor {
  margin-bottom: 30px;
}
.companies__editor .trix-button--icon-attach {
  display: none;
}
.companies .trix-content {
  color: #7A7A7A;
}
.companies .dz-preview {
  display: none;
}
.companies .dz-file-preview {
  display: none;
}
.companies .dz-processing {
  display: none;
}
.companies .dz-success-mark {
  display: none;
}
.companies .dz-size {
  display: none;
}
.companies .dz-error-mark {
  display: none;
}

.quotation {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2), 0 0 0.2rem rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  align-items: center;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 1024px) {
  .quotation {
    flex-direction: row;
    padding: 40px 60px;
  }
}
.quotation__image-container {
  flex: 0 0 auto;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.quotation__image-container img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .quotation__image-container {
    margin: 0;
    margin-right: 40px;
  }
}
.quotation__text-container {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .quotation__text-container {
    text-align: left;
  }
}
.quotation__text-container:before {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1em;
  content: '"';
  display: block;
  color: #66AE9B;
  font-style: italic;
  text-indent: -0.5rem;
  margin-bottom: -30px;
}
.quotation__name {
  margin-bottom: 0rem;
  margin-top: 20px;
}
.quotation__name:before {
  content: "–";
  display: inline-block;
}
.quotation__headline {
  margin-bottom: 1rem;
}

.list-container .headline {
  margin-bottom: 15px;
}

.list__item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .list__item {
    margin-bottom: 20px;
  }
}
.list__item:last-child {
  margin-bottom: 0;
}
.list.bullet_points {
  list-style: none;
  padding-left: 30px;
}
.list.bullet_points .list__item {
  position: relative;
}
.list.bullet_points .list__item:before {
  content: "";
  position: absolute;
  background-color: #66AE9B;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 1rem;
  left: -1.6rem;
  top: 1.1rem;
}
.list.numbers {
  counter-reset: numbers;
  padding-left: 1rem;
}
.list.numbers .list__item {
  display: flex;
  align-items: baseline;
}
.list.numbers .list__item:before {
  counter-increment: numbers;
  content: counters(numbers, ".") ".";
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  line-height: inherit;
  color: #66AE9B;
  margin-right: 1rem;
}
.list.correct .list__item {
  display: flex;
  justify-content: flex-start;
}
.list.correct .list__item--text-left {
  text-align: left;
}
.list.mistake .list__item {
  display: flex;
  align-items: top;
}
.list__icon {
  font-size: 2.5rem;
  padding-right: 1rem;
}
.list__icon--mistake {
  color: #7A0867;
}
.list__icon--correct {
  color: #66AE9B;
}

.contact {
  background-image: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  overflow-x: hidden;
}
.contact__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .contact__container {
    flex-direction: row;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__text-container, .contact__image-container {
    flex-basis: 50%;
  }
}
.contact__image-container {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.contact__image {
  width: 100%;
  height: auto;
  max-width: 190px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .contact__image {
    max-width: 80%;
  }
}
.contact__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .contact__headline {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.contact__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.contact__text {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .contact__text {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.contact__contact-form {
  background-image: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  padding: 60px 0;
}
.contact__contact-form-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}
.contact__contact-form-container .text, .contact__contact-form-container .headline {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .contact__contact-form-container .text, .contact__contact-form-container .headline {
    max-width: calc(83rem - 60px);
  }
}
.contact__form {
  display: flex;
  padding: 0 30px 30px 30px;
  background: #FFFFFF;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.1);
  max-width: 83rem;
  margin: 40px auto 0 auto;
}
.contact__form > form {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.contact-form {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  flex-direction: column-reverse;
  margin: 30px auto 30px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  display: flex;
}
.contact-form__muted-explanation {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #7A7A7A;
  margin-top: 15px;
}
.contact-form__recaptcha {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-form__recaptcha--without-top-space {
  margin-top: 0;
}
.contact-form__h0n3yp0t {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.contact-form__button-container {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}
.contact-form__content-catch-field {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-form {
    flex-direction: row;
  }
}
.contact-form__content-catch-field {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-form--big-space-top {
    margin-top: 130px;
  }
}
.contact-form__info-container {
  flex-basis: 50%;
  width: 100%;
  max-width: 450px;
  background: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
  height: 580px;
}
@media only screen and (min-width: 768px) {
  .contact-form__info-container {
    position: relative;
  }
}
@media only screen and (min-width: 960px) {
  .contact-form__info-container {
    height: 490px;
  }
}
.contact-form__info {
  display: none;
  padding: 30px 20px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .contact-form__info {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: 580px;
    padding: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .contact-form__info {
    height: 490px;
  }
}
.contact-form__info h2 {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-form__info h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.contact-form__info strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.contact-form__info p {
  font-size: 1.7rem;
  line-height: 2.6rem;
}
.contact-form__info p + p {
  margin-top: 15px;
}
.contact-form__info--active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .contact-form__info--active {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }
}
.contact-form__form {
  flex-basis: 50%;
  flex-direction: column;
  display: flex;
  width: 100%;
  max-width: 450px;
  padding: 30px 20px;
  justify-content: flex-start;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .contact-form__form {
    min-height: 450px;
    padding: 20px 30px 40px;
  }
}
.contact-form__form h2 {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-form__form h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.contact-form__item {
  display: flex;
}
.contact-form__suggestions {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  cursor: pointer;
  color: #990B85;
  margin-bottom: 30px;
}
.contact-form__captcha {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-form__container {
  display: flex;
  flex-direction: column;
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .contact-form__container {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.contact-form__container .textfield {
  flex: 1;
  margin: 0 10px;
  margin-bottom: 30px;
  height: 57px;
}
@media only screen and (min-width: 768px) {
  .contact-form__container .textfield {
    margin-bottom: 0;
  }
}
.contact-form__container .textfield span label {
  position: relative;
  top: 15px;
}
.contact-form__submit {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .contact-form__submit {
    margin-top: auto;
  }
}
.contact-form__submit .button {
  font-size: 1.6rem;
  line-height: 1.9rem;
  line-height: 1em;
}
@media only screen and (min-width: 768px) {
  .contact-form__submit .button {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
  }
}
.contact-form__submit .button:last-child {
  margin-left: auto;
}
.contact-form__submit .only-desktop {
  display: none;
}
@media only screen and (min-width: 960px) {
  .contact-form__submit .only-desktop {
    display: block;
  }
}
.contact-form__submit .not-desktop {
  display: block;
}
@media only screen and (min-width: 960px) {
  .contact-form__submit .not-desktop {
    display: none;
  }
}
.contact-form__privacy-note {
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  color: #7A7A7A;
}
.contact-form__privacy-note span {
  position: relative;
  top: -10px;
}
.contact-form__privacy-note span label {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  line-height: 15px;
  color: #990B85;
}
.contact-form__privacy-note .checkbox__label {
  font-size: inherit;
  line-height: inherit;
}
.contact-form__privacy-note .checkbox__label p {
  width: calc(100% - 40px);
}
.contact-form__privacy-note .checkbox__label a {
  text-decoration: underline;
}
.contact-form__privacy-note .checkbox__label a:hover {
  text-decoration: none;
  color: #7A7A7A;
}
.contact-form__text-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 90px;
  padding: 0 30px;
  max-width: 900px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-form__text-container {
    flex-direction: row;
    text-align: left;
  }
}
.contact-form__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #1F251F;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-form__headline {
    font-size: 3rem;
    line-height: 3.6rem;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    text-align: left;
  }
}
.contact-form__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.contact-form__text {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin-bottom: 15px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .contact-form__text {
    font-size: 2rem;
    line-height: 2.8rem;
    align-items: normal;
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form__text br {
  line-height: 40px;
}
.contact-form__text--bold {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.contact-form__icon-with-text-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .contact-form__icon-with-text-container {
    grid-template-columns: 1fr 2fr;
  }
}
.contact-form__text_icon {
  display: block;
  margin: 0 auto;
  width: 120px;
}
@media only screen and (min-width: 768px) {
  .contact-form__text_icon {
    margin: 0;
  }
}
.contact-form__icon {
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .contact-form__icon {
    display: inline-block;
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.contact-form__privacy-info {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .contact-form__privacy-info {
    margin-top: 30px;
    margin-bottom: 90px;
  }
}
.contact-form__language-input {
  margin-top: 10px;
  display: none;
}
.contact-form__list {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .contact-form__list {
    flex: 6;
    min-height: 400px;
  }
}
.contact-form__list .list {
  margin-bottom: 30px;
}
.contact-form .js-hide-job-ad-field {
  display: none;
}
.contact-form #lead_job_description {
  display: none;
}

.thank-you {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  margin: 70px auto 30px;
  max-width: 900px;
}
.thank-you__container {
  display: block;
  opacity: 1;
  width: 100%;
  background: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
}
@media only screen and (min-width: 768px) {
  .thank-you__container {
    position: relative;
    min-height: 100px;
  }
}
.thank-you__link {
  color: #66AE9B;
  text-decoration: underline;
  font-weight: 900;
}
.thank-you__info {
  opacity: 1;
  padding: 30px 20px;
  color: #FFFFFF;
}
.thank-you__info--dark {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .thank-you__info {
    transition: opacity 1s ease-in-out;
    padding: 30px;
  }
}
.thank-you__info h2 {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .thank-you__info h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.thank-you__info strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.thank-you__info p {
  font-size: 1.7rem;
  line-height: 2.6rem;
}
.thank-you__info p + p {
  margin-top: 15px;
}
.thank-you__info--active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .thank-you__info--active {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }
}
.thank-you__text-container {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .thank-you__text-container {
    padding: 0 30px;
  }
}
.thank-you__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #1F251F;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .thank-you__headline {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.thank-you__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}

.landingpage-header {
  position: relative;
  background-color: #3E433D;
  box-shadow: inset 0 -2px 3px 0 rgba(0, 0, 0, 0.71);
  padding-bottom: 30px;
  background-image: url("/assets/workship/landingpage/kacheln-046ea243.png"), linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
  background-repeat: no-repeat;
  background-position: center top;
}
.landingpage-header__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .landingpage-header__container {
    grid-column-gap: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .landingpage-header__container {
    min-height: 430px;
    grid-template-columns: 55% 45%;
  }
}
.landingpage-header__preview-container {
  position: relative;
  width: 100%;
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  max-height: 620px;
  overflow: hidden;
  background-image: linear-gradient(transparent, white);
}
.landingpage-header__search-term {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  background-color: #337F6E;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px;
  width: 100%;
  color: #FFFFFF;
}
.landingpage-header__searched-in {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  padding: 10px 15px;
  color: #FFFFFF;
  background-color: #66AE9B;
}
.landingpage-header__preview-card {
  z-index: 1;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  background-color: #FFFFFF;
  padding: 15px;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.landingpage-header__color-overlay {
  position: absolute;
  z-index: 2;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(transparent, white);
}
.landingpage-header__info-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.landingpage-header__info {
  margin-bottom: 10px;
}
.landingpage-header__info--bold {
  font-weight: 700;
}
.landingpage-header__cv-photo {
  max-width: 120px;
  height: auto;
  margin-left: auto;
}
.landingpage-header__teazer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFFFFF;
  padding-top: 30px;
}
.landingpage-header__headline {
  font-size: 3.8rem;
  line-height: 4.6rem;
  font-weight: 700;
}
.landingpage-header__description {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 30px;
}
.landingpage-header__search {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .landingpage-header__search {
    grid-template-columns: 30% 70%;
  }
}
.landingpage-header__form {
  font-size: 1.7rem;
  line-height: 2.6rem;
  background-color: transparent;
  border-image: none;
  border-width: 0;
  border-style: none;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0 5px 0 5px;
}
.landingpage-header__search-button {
  width: 100%;
  margin-top: 15px;
}
.landingpage-header__searching-for {
  display: inline;
}

.landingpage__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.landingpage__about-us {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  background-image: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  color: white;
}
.landingpage__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .landingpage__headline {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.landingpage__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.landingpage__headline--white {
  color: #FFFFFF;
}

.workship-brand {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 100%;
  padding-bottom: 5px;
}
.workship-brand__logo {
  min-width: 110px;
  max-width: 110px;
  height: 100%;
}
.workship-brand__logo svg {
  width: 100%;
  height: auto;
}
.workship-brand__branding-logo {
  display: none;
}
@media only screen and (min-width: 768px) {
  .workship-brand__branding-logo {
    display: block;
    position: relative;
    top: 3px;
    height: 25px;
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .workship-brand__branding-logo {
    height: 35px;
  }
}
.workship-brand__branding {
  display: none;
}
@media only screen and (min-width: 768px) {
  .workship-brand__branding {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-family: "Museo-Slab-Bold", serif;
    font-weight: 700;
    display: block;
    margin-left: 5px;
    margin-right: 10px;
    padding-top: 10px;
    color: #66AE9B;
  }
}
@media only screen and (min-width: 960px) {
  .workship-brand__branding {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.dynamic-form__tooltip[title] {
  position: relative;
}
.dynamic-form__tooltip[title]:hover::before {
  position: absolute;
  content: attr(title);
  width: fit-content;
  background: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  color: white;
  padding: 1rem;
  top: -1rem;
  left: 0;
  transform: translate(0, -100%);
}
.dynamic-form__seperator {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
  margin-top: 60px;
  width: 100%;
}
.dynamic-form__seperator::before {
  content: "";
  align-self: center;
  border-top: 2px solid #66AE9B;
}
.dynamic-form__seperator::after {
  content: "";
  align-self: center;
  border-top: 2px solid #66AE9B;
}

.jobsearch, .citysearch {
  background-color: white;
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  max-height: 500px;
  overflow: scroll;
  max-width: 320px;
}
@media only screen and (min-width: 768px) {
  .jobsearch, .citysearch {
    max-width: 495px;
  }
}
.jobsearch__seperator, .citysearch__seperator {
  margin: 30px 0;
  border-bottom: 1px solid #66AE9B;
}
.jobsearch__container, .citysearch__container {
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.jobsearch__checkbox, .citysearch__checkbox {
  margin: 15px 0;
}
.jobsearch__table-row, .citysearch__table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}
.jobsearch__table-item, .citysearch__table-item {
  padding: 7.5px;
  text-align: left;
}
.jobsearch__table-item--headline, .citysearch__table-item--headline {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.jobsearch__industry-checkbox, .citysearch__industry-checkbox {
  min-width: fit-content;
  position: absolute;
  left: 0;
  height: 0;
  widows: 0;
  user-select: none;
  opacity: 0;
}
.jobsearch__industry-checkbox:checked + .jobsearch__industry-label, .jobsearch__industry-checkbox:checked + .citysearch__industry-label, .citysearch__industry-checkbox:checked + .jobsearch__industry-label, .citysearch__industry-checkbox:checked + .citysearch__industry-label {
  background: #66AE9B;
}
.jobsearch__industry-checkbox:checked + .jobsearch__industry-label::before, .jobsearch__industry-checkbox:checked + .citysearch__industry-label::before, .citysearch__industry-checkbox:checked + .jobsearch__industry-label::before, .citysearch__industry-checkbox:checked + .citysearch__industry-label::before {
  display: inline-block;
  content: "";
  position: relative;
  z-index: 5;
  width: 2rem;
  height: 1rem;
  margin-left: 5px;
  background-image: url("/assets/shared/icons/haken-light-04407c38.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.jobsearch__checkbox-container, .citysearch__checkbox-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-block: 15px;
  row-gap: 20px;
  column-gap: 10px;
}
.jobsearch__industry-label, .citysearch__industry-label {
  background: #7A0867;
  outline: 1px solid white;
  color: white;
  cursor: pointer;
  border-radius: 25px;
  padding: 0.5rem 1rem;
  user-select: none;
}
.jobsearch__industry-label::before, .citysearch__industry-label::before {
  display: none;
}
.jobsearch .ui-menu-item, .citysearch .ui-menu-item {
  background-color: white;
  border-bottom: 1px solid #66AE9B;
  cursor: pointer;
}
.jobsearch .ui-menu-item:last-child, .citysearch .ui-menu-item:last-child {
  border-bottom: none;
}
.jobsearch .ui-menu-item:hover, .citysearch .ui-menu-item:hover {
  background-color: #66AE9B;
  color: #FFFFFF;
}
.jobsearch .ui-menu-item-wrapper, .citysearch .ui-menu-item-wrapper {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding: 15px 10px;
}
.jobsearch .ui-menu-item-wrapper, .citysearch .ui-menu-item-wrapper {
  border-bottom: 1px solid #66AE9B;
}
.jobsearch .ui-menu-item-wrapper:last-child, .citysearch .ui-menu-item-wrapper:last-child {
  border-bottom: none;
}

.ui-helper-hidden-accessible {
  display: none;
}

.categories__headline {
  font-size: 2.2rem;
  line-height: 3.25rem;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .categories__headline {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .categories__headline {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }
}
.categories__explanation {
  display: block;
  padding: 30px;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .categories__explanation {
    width: 80%;
  }
}
.categories__button {
  font-size: 1.7rem;
  line-height: 2.6rem;
  background-color: transparent;
  color: #000000;
  border: none;
  cursor: pointer;
  padding: 0;
}
.categories__navigation {
  background-color: #7A0867;
  color: #FFFFFF;
  width: 100%;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.categories__group-letter {
  background-color: #66AE9B;
  color: #FFFFFF;
  width: 100%;
  padding: 5px 10px;
}
.categories__item {
  padding: 5px 10px;
}

.candidate-alerts {
  min-height: 70vh;
}
.candidate-alerts__explanation {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  padding: 15px 30px;
  margin-bottom: 30px;
  background: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  color: #FFFFFF;
}
.candidate-alerts__search-container {
  margin-bottom: 60px;
}
.candidate-alerts__table {
  width: 100%;
}
.candidate-alerts__table-row {
  padding: 1rem 10px;
  display: grid;
  grid-template-columns: 4fr 2fr 1fr;
  border-bottom: 1px solid #F5F5F5;
}
.candidate-alerts__table-row .card__delete-button {
  display: block;
  text-align: right;
}
.candidate-alerts__table-row:nth-child(even) {
  background-color: #F5F5F5;
}

.workship-landingpage #error_explanation {
  margin-bottom: 30px;
}
.workship-landingpage__button {
  margin-top: 30px;
  margin-left: auto;
}
.workship-landingpage__error {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  padding: 15px;
  background-color: #ff808080;
  border-bottom: 1px solid #FFFFFF;
}
.workship-landingpage__error:last-child {
  border-bottom: none;
}
.workship-landingpage__dropzone {
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.workship-landingpage__file-field .file-field__input {
  padding: 30px;
  min-height: 250px;
  cursor: pointer;
}
.workship-landingpage__upload-label {
  position: relative;
  cursor: pointer;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  width: 100%;
  min-height: 250px;
  background: #f5f5f5;
  border: 1px dashed rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.workship-landingpage__upload-label:focus, .workship-landingpage__upload-label:active {
  border: 1px dashed #66AE9B;
}
.workship-landingpage__label-text {
  height: fit-content;
  display: block;
  text-align: center;
  color: #7A7A7A;
  margin-top: 5px;
  margin-bottom: 5px;
}
.workship-landingpage__header {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .workship-landingpage__header {
    margin-bottom: 30px;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .workship-landingpage__header {
    margin-bottom: 40px;
  }
}
.workship-landingpage__list-image-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .workship-landingpage__list-image-container {
    flex-direction: row;
  }
}
.workship-landingpage__header-list {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .workship-landingpage__header-list {
    flex: 6;
    min-height: 400px;
  }
}
.workship-landingpage__header-list .list {
  margin-bottom: 30px;
}
.workship-landingpage__button-box > .button {
  margin-bottom: 10px;
  margin-right: 10px;
}
.workship-landingpage__header-image-container {
  flex: 6;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .workship-landingpage__header-image-container {
    order: 0;
    padding-left: 40px;
  }
}
.workship-landingpage__header-image-item {
  width: 100%;
}
.workship-landingpage__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}
.workship-landingpage__signup {
  background: linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .workship-landingpage__signup {
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.workship-landingpage__signup .text, .workship-landingpage__signup .headline {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .workship-landingpage__signup .text, .workship-landingpage__signup .headline {
    max-width: calc(83rem - 60px);
  }
}
.workship-landingpage__form {
  position: relative;
  padding: 30px 30px 30px 30px;
  background: #FFFFFF;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.1);
  max-width: 83rem;
  margin: 40px auto 0 auto;
}
.workship-landingpage__form > form {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.workship-landingpage__info-container .sidebar {
  order: initial;
}
.workship-landingpage__info-content {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .workship-landingpage__info-content {
    margin-bottom: 30px;
    padding-left: 300px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .workship-landingpage__info-content {
    margin-bottom: 40px;
  }
}
.workship-landingpage--margin {
  margin-bottom: 40px;
}

.header {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.21), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .header {
    height: 92px;
    display: grid;
    align-items: center;
  }
}
.header__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  height: 52px;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header__container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__container {
    height: 66px;
  }
}
.header__branding {
  z-index: 6900;
  min-width: 255px;
  max-width: 255px;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .header__branding {
    min-width: 402px;
    max-width: 402px;
    margin-top: -5px;
  }
}
.header__branding svg {
  width: 100%;
  height: auto;
}
.header__wrapper {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7000;
}
.header__wrapper--no-sticky {
  position: static;
}

.menubutton {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .menubutton {
    display: none;
  }
}
.menubutton__item {
  display: block;
  width: 24px;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  background: #1F251F;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.menubutton__item--third {
  margin-bottom: 0px;
}
.menubutton--active .menubutton__item {
  opacity: 1;
  transform: rotate(45deg) translate(4px, 1px);
}
.menubutton--active .menubutton__item--second {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.menubutton--active .menubutton__item--third {
  transform: rotate(-45deg) translate(0, -1px);
}

.html-menubutton--active, .html-menubutton--active body {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.hideonmobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hideonmobile {
    display: block;
  }
}

.navigation {
  position: relative;
  z-index: 1;
  margin-left: auto;
  -webkit-user-select: none;
  user-select: none;
}
.navigation button {
  border: none;
  background: none;
}
.navigation__item {
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
.navigation__item:before, .navigation__item:after {
  content: " ";
  display: table;
}
.navigation__item:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .navigation__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.navigation__item:first-child > .navigation__link {
  border-top: none;
}
.navigation__item--has-subnavigation > a, .navigation__item--has-subnavigation > span {
  position: relative;
}
.navigation__item--has-subnavigation > a:after, .navigation__item--has-subnavigation > span:after {
  content: "";
  width: 12px;
  height: 20px;
  background-image: url("/assets/header/dark-arrow-right-4bd03500.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .navigation__item--has-subnavigation > a:after, .navigation__item--has-subnavigation > span:after {
    width: 8px;
    height: 14px;
  }
}
.navigation__item--has-subnavigation > a:hover:after, .navigation__item--has-subnavigation > span:hover:after {
  background-image: url("/assets/header/accent-arrow-right-dc83409c.svg");
}
.navigation__item--has-subnavigation.active > a:after, .navigation__item--has-subnavigation.active > span:after {
  background-image: url("/assets/header/accent-arrow-right-dc83409c.svg");
}
.navigation__link {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 15px;
  color: #1F251F;
  transition: color ease 0.25s;
}
@media only screen and (min-width: 768px) {
  .navigation__link {
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    padding: 16px 10px;
    border-top: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation__link {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation__link {
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding: 20px 15px;
  }
}
.navigation__link:hover {
  color: #7A0867;
  transition: color ease 0.25s;
}
.navigation__link--active {
  color: #7A0867;
}
.navigation__backbutton {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .navigation__backbutton {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px !important;
    height: 20px;
    background-image: url("/assets/header/dark-close-9b4c4ff2.svg");
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    transition: opacity ease 0.2s;
    overflow: visible;
  }
  .navigation__backbutton:hover {
    opacity: 0.5;
    transition: opacity ease 0.2s;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation__backbutton {
    right: 18px;
    top: 18px;
  }
}
.navigation__backbutton span {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.6rem;
  display: block;
  background: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px;
}
.navigation__backbutton span:hover {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .navigation__backbutton span {
    display: none;
  }
}
.navigation__backbutton span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  vertical-align: sub;
  margin-right: 10px;
  background-image: url("/assets/header/light-arrow-left-19c1c736.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.navigation__title {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .navigation__title:hover {
    color: #7A0867;
  }
}
.navigation__title .navigation__link {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-size: 1px;
  display: block;
  text-transform: uppercase;
  padding: 15px;
  color: #1F251F;
  border-top: none;
}
@media only screen and (min-width: 768px) {
  .navigation__title .navigation__link {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation__title .navigation__link {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation__title .navigation__link {
    padding-left: 30px;
  }
}
.navigation__title .navigation__link:hover {
  color: #7A0867;
}
@media only screen and (max-width: 768px) {
  .navigation__item-contact-link {
    margin-top: 10px;
  }
}
.navigation__dropdown-menu {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #9C8F9C;
  border-top: none;
}

.level-1 {
  position: fixed;
  z-index: 6800;
  top: 67px;
  left: 0;
  background-color: white;
  width: 100vw;
  padding-bottom: 30px;
  text-align: center;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-105%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.21), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}
.level-1::last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .level-1 {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    transform: translate(0, 0);
    padding: 0;
    box-shadow: none;
    width: 100%;
  }
}
.level-1--active {
  transform: none;
}
@media only screen and (min-width: 768px) {
  .level-1__item.navigation__item--has-subnavigation > a:after, .level-1__item.navigation__item--has-subnavigation > span:after {
    display: none;
  }
}

.level-2 {
  position: fixed;
  z-index: 6700;
  top: 67px;
  left: 0;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #FFFFFF;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translateX(-105%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), min-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.21), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 67px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .level-2 {
    position: absolute;
    top: 55px;
    left: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    min-height: 100%;
    width: 100%;
    transform: translateY(-100%) translateY(-75px);
    padding-left: 0;
    opacity: 0;
    max-height: none;
    overflow: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .level-2 {
    transform: translateY(-100%) translateY(-105px);
    top: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .level-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #7A7A7A;
  }
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .level-2.overflow-container {
    overflow: visible;
  }
}
.level-2--active {
  transform: none;
}
@media only screen and (min-width: 768px) {
  .level-2__item {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .level-2__item a, .level-2__item span {
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2.6rem;
    line-height: 2.25rem;
    justify-content: flex-start;
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .level-2__item a, .level-2__item span {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .level-2__item a, .level-2__item span {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .level-2__item:after {
    content: "";
    display: block;
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .level-2__dropdown-item a {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .level-2.navigation__item--has-subnavigation > a:after, .level-2.navigation__item--has-subnavigation > span:after {
    display: block;
    margin-left: 1rem;
    width: 1rem;
    height: 1.8rem;
  }
}

.level-3 {
  position: fixed;
  z-index: 6600;
  top: 67px;
  left: 0;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #FFFFFF;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translateX(-105%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), min-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.21), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 67px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .level-3 {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 50%;
    min-height: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    box-shadow: none;
    padding-left: 0;
    background: #1F251F;
    color: #FFFFFF;
    opacity: 0;
    transform: translate(0, -150%);
    max-height: none;
    overflow: visible;
  }
}
.level-3--active {
  transform: none;
}
@media only screen and (min-width: 768px) {
  .level-3__item {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .level-3__item a, .level-3__item span {
    color: #FFFFFF;
  }
  .level-3__item a:hover, .level-3__item span:hover {
    color: #7A7A7A;
  }
}
@media only screen and (min-width: 768px) {
  .level-3__item:after {
    border-bottom: 1px solid transparent;
  }
}
.level-3 .navigation__backbutton {
  background-image: url("/assets/header/light-close-319f0cb0.svg");
}
@media only screen and (min-width: 768px) {
  .level-3 .navigation__title .navigation__link {
    color: #FFFFFF;
  }
  .level-3 .navigation__title .navigation__link:hover {
    color: #7A7A7A;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .level-3 .navigation__title .navigation__link {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.active > a, .active > span {
  color: #7A0867;
}
.active > .level-2 {
  transform: none;
}
@media only screen and (min-width: 768px) {
  .active > .level-2 {
    transition: opacity 0.5s ease, min-height 0.25s ease;
    opacity: 1;
  }
}

.active > .level-3 {
  transform: none;
}
@media only screen and (min-width: 768px) {
  .active > .level-3 {
    transition: opacity 0.5s ease, min-height 0.25s ease 0.5s;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .level-2 > .active:after {
    content: "";
    display: block;
    border-bottom: 1px solid #7A0867;
  }
}

.header-backend__headline {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .header-backend__headline {
    padding: 0 15px;
  }
}

.continuous-text-container .bold {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.continuous-text-container .text strong {
  font-weight: 900;
}
.continuous-text-container .text em {
  font-style: italic;
}

.content-highlight {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2), 0 0 0.2rem rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: center;
}
.content-highlight__button-container {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .content-highlight {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-highlight {
    padding: 40px 60px;
  }
}
.content-highlight__headline {
  margin-bottom: 0;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .content-highlight__headline {
    line-height: 3.85rem;
  }
}
@media only screen and (min-width: 1024px) {
  .content-highlight__headline {
    line-height: 4rem;
  }
}
.content-highlight__headline + .text {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .content-highlight__headline + .text {
    margin-top: 30px;
  }
}

.content-highlight.turquoise {
  background: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
}

.content-highlight.magenta {
  background: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
}

.content-highlight.gray {
  background: linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
}

.content-highlight.white {
  background: #FFFFFF;
}

.image-with-text-container__box {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .image-with-text-container__box {
    margin: 0 -1.5rem;
  }
  .image-with-text-container__box > * {
    margin: 0 1.5rem;
  }
}
.image-with-text-container__figure {
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
  .image-with-text-container__figure {
    margin-bottom: 0;
  }
}
.image-with-text-container__figure img {
  height: auto;
  width: 100%;
}
.image-with-text-container__text {
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
  .image-with-text-container__text {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) {
  .image-with-text-container--small {
    flex-direction: row;
  }
  .image-with-text-container--small .image-with-text-container__figure {
    flex: 1;
    max-width: 25.5rem;
  }
  .image-with-text-container--small .image-with-text-container__text {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text-container--small .image-with-text-container__text {
    flex: 2;
  }
}
.image-with-text-container--small.image-with-text-container--is_right {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 480px) {
  .image-with-text-container--small.image-with-text-container--is_right {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 480px) {
  .image-with-text-container--medium {
    flex-direction: row;
  }
  .image-with-text-container--medium .image-with-text-container__figure {
    flex: 1;
    max-width: 25.5rem;
  }
  .image-with-text-container--medium .image-with-text-container__text {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text-container--medium {
    flex-direction: column;
  }
  .image-with-text-container--medium .image-with-text-container__figure {
    max-width: none;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-with-text-container--medium {
    flex-direction: row;
  }
  .image-with-text-container--medium .image-with-text-container__figure {
    max-width: 40rem;
    margin-bottom: 0;
  }
}
.image-with-text-container--medium.image-with-text-container--is_right {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 480px) {
  .image-with-text-container--medium.image-with-text-container--is_right {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .image-with-text-container--medium.image-with-text-container--is_right {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .image-with-text-container--medium.image-with-text-container--is_right {
    flex-direction: row-reverse;
  }
}
.image-with-text-container--large .image-with-text-container__figure {
  margin-bottom: 20px;
}
.image-with-text-container__link {
  display: block;
  background: #7A0867;
  transition: background ease 0.2s;
}
.image-with-text-container__link img {
  display: block;
  transition: opacity ease 0.2s;
}
.image-with-text-container__link:hover {
  background: #7A0867;
  transition: background ease 0.2s;
}
.image-with-text-container__link:hover img {
  opacity: 0.5;
  transition: opacity ease 0.2s;
}

.add-jobs {
  background: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  padding: 30px;
  margin-bottom: 30px;
}
.add-jobs__in-profile {
  margin-top: 15px;
}
.add-jobs--hidden {
  display: none;
}
.add-jobs__wrapper {
  padding-top: 30px;
  min-height: 80vh;
}
.add-jobs__listed-job {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  display: flex;
  justify-content: space-between;
  color: #3E433D;
  padding: 7.5px 10px;
  background-color: white;
  border: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 960px) {
  .add-jobs__listed-job {
    width: 66.66%;
  }
}
.add-jobs__finish-profile {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.add-jobs__form {
  margin-bottom: 10px;
  padding: 0 auto;
}
@media only screen and (min-width: 960px) {
  .add-jobs__form {
    width: 80%;
  }
}
.add-jobs__form-field {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  display: block;
  color: #3E433D;
  padding: 7.5px 10px;
  width: 100%;
  background-color: white;
  border: 0;
  margin-bottom: 15px;
}
.add-jobs__form-field--small {
  width: 66.66%;
}
.add-jobs__container {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .add-jobs__container {
    grid-template-columns: 2fr 1fr;
  }
}
.add-jobs__button {
  align-self: center;
}
@media only screen and (min-width: 960px) {
  .add-jobs__button {
    margin-left: 15px;
  }
}
.add-jobs__spacing {
  margin-bottom: 30px;
}

.multiple-select-with-search {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
}
@media only screen and (min-width: 960px) {
  .multiple-select-with-search {
    width: 100%;
  }
}

.salary-form {
  margin-top: 30px;
}
.salary-form__container {
  display: flex;
  flex-direction: column;
  align-content: center;
}
@media only screen and (min-width: 960px) {
  .salary-form__container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 0.5fr, 1.5fr;
    width: 80%;
  }
}
@media only screen and (min-width: 960px) {
  .salary-form__number_field {
    grid-area: 1/1/2/2;
  }
}
.salary-form__button {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .salary-form__button {
    grid-area: 1/2/2/3;
    margin-left: 15px;
  }
}
.salary-form__note {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 960px) {
  .salary-form__note {
    grid-area: 2/1/3/3;
  }
}

.industries {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
}
.industries__checkbox-container {
  display: flex;
  flex-wrap: wrap;
  margin-block-end: 15px;
  row-gap: 20px;
  column-gap: 10px;
}
.industries__checkbox-button {
  position: relative;
}
.industries__checkbox-button input[type=checkbox]:checked + .industries__check-label {
  background: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.industries__checkbox-button input[type=checkbox]:checked + .industries__check-label .industries__check-label--text {
  margin-left: 30px;
  padding-inline: 0;
}
.industries__checkbox-button input[type=checkbox]:checked + .industries__check-label::before {
  opacity: 1;
}
.industries__checkbox-button input[type=checkbox]:checked + .industries__check-label .industries__check-label--text {
  margin-left: 30px;
}
.industries__checkbox-button input[type=checkbox] {
  min-width: fit-content;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  height: 0;
  widows: 0;
  user-select: none;
  opacity: 0;
}
.industries__checkbox-button input[type=checkbox]:checked {
  width: 100%;
  height: 100%;
}
.industries__checkbox-button input[type=checkbox]:focus {
  box-shadow: none;
}
.industries__check-label {
  background: #7A0867;
  outline: 1px solid white;
  color: white;
  cursor: pointer;
  min-width: 4rem;
  border-radius: 25px;
  padding: 0.5rem 0.5rem;
  user-select: none;
}
.industries__check-label::before {
  content: "";
  width: 2rem;
  opacity: 0;
  transition: 0.15s ease;
  transition-property: opacity;
  display: inline-block;
  position: absolute;
  z-index: 5;
  height: 100%;
  margin-left: 5px;
  background-image: url("/assets/shared/icons/haken-light-04407c38.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.industries__check-label--text {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  padding-inline: 12.5px;
  transition: 0.15s ease;
}
.industries__button {
  margin-block-start: 1rem;
}
