@charset "UTF-8";
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;
}

@use "dropzone/dist/dropzone.css";
@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;
}

@keyframes medium-editor-image-loading {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000;
}
.medium-editor-anchor-preview a {
  color: #fff;
  display: inline-block;
  margin: 5px 5px 10px;
}

.medium-editor-anchor-preview-active {
  visibility: visible;
}

.medium-editor-dragover {
  background: #ddd;
}

.medium-editor-image-loading {
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
}

.medium-editor-placeholder {
  position: relative;
}
.medium-editor-placeholder:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

.medium-editor-placeholder-relative {
  position: relative;
}
.medium-editor-placeholder-relative:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: relative;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

.medium-toolbar-arrow-over:before, .medium-toolbar-arrow-under:after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px;
}

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px;
}

.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000;
}
.medium-editor-toolbar ul {
  margin: 0;
  padding: 0;
}
.medium-editor-toolbar li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.medium-editor-toolbar li button {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.33;
  margin: 0;
  padding: 15px;
  text-decoration: none;
}
.medium-editor-toolbar li button:focus {
  outline: none;
}
.medium-editor-toolbar li .medium-editor-action-underline {
  text-decoration: underline;
}
.medium-editor-toolbar li .medium-editor-action-pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  font-weight: 100;
  padding: 15px 0;
}

.medium-editor-toolbar-active {
  visibility: visible;
}

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px;
}

.medium-editor-relative-toolbar {
  position: relative;
}

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  animation: medium-editor-pop-upwards 160ms forwards linear;
}

.medium-editor-action-bold {
  font-weight: bolder;
}

.medium-editor-action-italic {
  font-style: italic;
}

.medium-editor-toolbar-form {
  display: none;
}
.medium-editor-toolbar-form input,
.medium-editor-toolbar-form a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
  line-height: 14px;
  margin-left: 5px;
  padding-bottom: 5px;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  width: 316px;
  display: inline-block;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0;
}
.medium-editor-toolbar-form a {
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  margin: 0 10px;
  text-decoration: none;
}

.medium-editor-toolbar-form-active {
  display: block;
}

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table;
}

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px;
}
.medium-editor-element img {
  max-width: 100%;
}
.medium-editor-element sub {
  vertical-align: sub;
}
.medium-editor-element sup {
  vertical-align: super;
}

.medium-editor-hidden {
  display: none;
}

@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;
}

[id] {
  scroll-margin-block-start: 6.6rem;
}
@media only screen and (min-width: 1024px) {
  [id] {
    scroll-margin-block-start: 10.4rem;
  }
}

.noscroll {
  overflow: hidden;
}

.header {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 -0.1rem 0.3rem 0 rgba(0, 0, 0, 0.21), 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .header {
    height: 6.6rem;
  }
}
.header__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  height: 5.2rem;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header__container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header__container {
    height: 6.6rem;
  }
}
.header__branding {
  z-index: 6900;
  min-width: 25.5rem;
  max-width: 25.5rem;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .header__branding {
    min-width: 40.2rem;
    max-width: 40.2rem;
    margin-top: -0.5rem;
  }
}
.header__branding svg {
  width: 100%;
  height: auto;
}
.header__wrapper {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.header__wrapper--no-sticky {
  position: static;
}

.menubutton {
  height: 4.8rem;
  width: 4.8rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
@media only screen and (min-width: 768px) {
  .menubutton {
    display: none;
  }
}
.menubutton__item {
  display: block;
  width: 2.4rem;
  height: 0.4rem;
  margin-bottom: 0.4rem;
  position: relative;
  background: #1F251F;
  z-index: 1;
  transform-origin: 0.4rem 0rem;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.menubutton__item--third {
  margin-bottom: 0rem;
}
.menubutton--active .menubutton__item {
  opacity: 1;
  transform: rotate(45deg) translate(0.4rem, 0.1rem);
}
.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, -0.1rem);
}

.html-menubutton--active .pe-pro-seal {
  display: none;
}

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

.skip-nav-link {
  position: absolute;
  left: 2rem;
  top: 0;
  transition-property: transform, background;
  z-index: 9999;
  transform: translateY(-100%);
}
.skip-nav-link:focus {
  transform: translateY(0);
}

.navigation {
  position: relative;
  z-index: 1;
  margin-left: auto;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.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 > .navigation__link {
  position: relative;
}
.navigation__item--has-subnavigation > a:after, .navigation__item--has-subnavigation > .navigation__link:after {
  content: "";
  width: 1.2rem;
  height: 2rem;
  background-image: url("/assets/header/dark-arrow-right-4bd03500.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .navigation__item--has-subnavigation > a:after, .navigation__item--has-subnavigation > .navigation__link:after {
    width: 0.8rem;
    height: 1.4rem;
  }
}
.navigation__item--has-subnavigation > a:hover:after, .navigation__item--has-subnavigation > .navigation__link: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;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 15px;
  color: #1F251F;
  border-top: 0.1rem solid #7A7A7A;
  transition: color ease 0.25s;
  border: none;
  background: transparent;
  white-space: nowrap;
}
@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: 1.6rem 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.7rem;
    line-height: 2.6rem;
    padding: 2rem 15px;
  }
}
.navigation__link:hover {
  color: #7A0867;
  transition: color ease 0.25s;
}
.navigation__link--active {
  color: #7A0867;
}
.navigation__backbutton {
  cursor: pointer;
  border: none;
  background: transparent;
  text-align: start;
}
.navigation__backbutton:is(button) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .navigation__backbutton {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 2rem !important;
    height: 2rem;
    background-image: url("/assets/header/dark-close-9b4c4ff2.svg");
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    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: 1.8rem;
    top: 1.8rem;
  }
}
.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: 1rem;
}
.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: 1.2rem;
  height: 2rem;
  vertical-align: sub;
  margin-right: 1rem;
  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: 1.6rem;
  line-height: 1.9rem;
  display: block;
  text-transform: uppercase;
  padding: 15px;
  color: #1F251F;
  border: none;
}
@media only screen and (min-width: 768px) {
  .navigation__title .navigation__link {
    padding-left: 2rem;
  }
}
@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 (min-width: 768px) {
  .navigation__item-contact-link {
    margin-left: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .navigation__item-contact-link {
    margin-top: 1rem;
  }
}

.level-1 {
  position: fixed;
  z-index: 6800;
  top: 6.7rem;
  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: translate(-105%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.21), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}
@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: 6.7rem;
  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 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.21), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 6.7rem);
  max-height: calc(100dvh - 6.7rem);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .level-2 {
    position: absolute;
    top: 5.5rem;
    left: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    min-height: 100%;
    width: 100%;
    transform: translateY(-100%) translateY(-7.5rem);
    padding-left: 0;
    opacity: 0;
    max-height: none;
    overflow: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .level-2 {
    transform: translateY(-100%) translateY(-10.5rem);
    top: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .level-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0.1rem;
    height: 100%;
    background-color: #7A7A7A;
  }
}
.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, .level-2__item .navigation__link {
    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, .level-2__item .navigation__link {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .level-2__item a, .level-2__item span, .level-2__item .navigation__link {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .level-2__item:after {
    content: "";
    display: block;
    border-bottom: 0.1rem solid transparent;
  }
}
@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: 6.7rem;
  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 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.21), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 6.7rem);
  max-height: calc(100dvh - 6.7rem);
  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, .level-3__item .navigation__link {
    color: #FFFFFF;
  }
  .level-3__item a:hover, .level-3__item span:hover, .level-3__item .navigation__link:hover {
    color: #7A7A7A;
  }
}
@media only screen and (min-width: 768px) {
  .level-3__item:after {
    border-bottom: 0.1rem 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: 0.1rem 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 1rem;
}
@media only screen and (min-width: 768px) {
  .header-backend__headline {
    padding: 0 1.5rem;
  }
}

.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;
}

.special-offer {
  background-image: url("/assets/frontpage/special-deal/autumn-25-e97b9a80.webp");
  background-size: cover;
  background-position: top;
  height: 220px;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 6100;
}
.special-offer__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  color: #7A0867;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.special-offer__header {
  font-size: 2rem;
  line-height: 3.3rem;
}
@media only screen and (min-width: 480px) {
  .special-offer__header {
    font-size: 2.2rem;
    line-height: 3.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .special-offer__header {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }
}
@media only screen and (min-width: 960px) {
  .special-offer__header {
    font-size: 4.6rem;
    line-height: 5.1rem;
  }
}
.special-offer__body {
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: black;
  padding: 0 40px;
}
@media only screen and (min-width: 768px) {
  .special-offer__body {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .special-offer__body {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
.special-offer__small {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000000;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .special-offer__small {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.special-offer__button {
  margin-top: 20px;
}

.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__container {
  display: none;
}
.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;
}

@media only screen and (min-width: 1024px) {
  .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__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__icon {
    color: #66AE9B;
    margin-right: 0.5px;
  }
}
.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;
}

.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;
}

.notice {
  position: fixed;
  top: 100px;
  background: rgba(102, 174, 155, 0.2);
  border-bottom: 1px solid #66AE9B;
  padding: 5px 20px;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  z-index: 6550;
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}
.notice--hidden {
  opacity: 0;
}
.notice__text {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #66AE9B;
}

.card {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.card__spacing {
  margin-top: 30px;
}
.card__form-wrapper {
  margin-bottom: 15px;
}
.card__distributor-status {
  max-width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.card__assigned-employee {
  margin-bottom: 15px;
}
.card--due-at-icon {
  margin-right: 5px;
}
.card--due-at-text {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  margin-right: 5px;
}
.card--lead-state {
  margin-right: 10px;
}
.card__arrow-down {
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .card {
    display: grid;
    grid-template-areas: "headline headline headline" "contact overview options" "checklist checklist toggle-option" "info info uploads" "buttons buttons buttons";
    grid-template-columns: 1fr 1fr 300px;
  }
  .card--customer-card {
    grid-template-columns: 1fr 1fr;
  }
}
.card__headline-container {
  grid-area: headline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse;
  border-bottom: 1px solid #66AE9B;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .card__headline-container {
    height: 43px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.card__additional-language {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  padding: 5px 0;
}
.card__headline {
  margin-bottom: 0;
  padding: 10px 10px 5px 10px;
}
@media only screen and (min-width: 768px) {
  .card__headline {
    padding: 0;
  }
}
.card__status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.card__status-box {
  background-color: #66AE9B;
  height: 43px;
  width: 43px;
  margin-left: 10px;
}
.card__contact {
  grid-area: contact;
  padding: 10px 30px;
}
.card__contact-text {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.card__contact-icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
  fill: #66AE9B;
}
.card__overview {
  grid-area: overview;
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .card__overview {
    border-right: 1px solid #66AE9B;
  }
}
.card__checklist {
  grid-area: checklist;
}
@media only screen and (min-width: 768px) {
  .card__checklist {
    padding-right: 20px;
    border-right: 1px solid #66AE9B;
  }
}
.card__checklist-headline {
  padding-left: 20px;
  margin-bottom: 20px;
}
.card__checklist-container {
  position: relative;
  background-color: rgba(102, 174, 155, 0.1);
  color: #FFFFFF;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .card__checklist-container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 20px;
  }
}
.card__checklist-container--completed {
  outline: #66AE9B 1px solid;
}
.card__info {
  grid-area: info;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .card__info {
    border-right: 1px solid #66AE9B;
  }
}
.card__info-box {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .card__info-box {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-row-gap: 10px;
    align-items: center;
    justify-content: center;
  }
}
.card__info-box-link {
  word-break: break-all;
}
.card__options {
  grid-area: options;
  padding: 10px 20px;
  order: 1;
}
.card__uploads {
  grid-area: uploads;
  padding: 10px 20px;
}
.card__file-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin-bottom: 10px;
}
.card__file {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.card__file--small {
  flex: 1 0 30%;
  margin: 10px;
}
.card__fileicon {
  flex: 0 0 26px;
  height: 30px;
}
.card__filetype {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 10px;
  text-transform: uppercase;
  font-size: 7px;
  text-align: center;
  width: 22px;
}
.card__filename {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #1F251F;
  margin-left: 5px;
  white-space: normal;
  word-break: break-all;
}
.card__buttons {
  grid-area: buttons;
  background-color: rgba(102, 174, 155, 0.1);
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  order: 2;
}
.card__buttons > * {
  flex: 0 0 100%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
  .card__buttons > * {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .card__buttons > * {
    justify-content: flex-end;
    flex: none;
    margin-left: 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .card__delete-button {
    margin-right: auto;
    margin-left: 0;
  }
}
.card__due-in-days {
  margin-bottom: 20px;
}
.card__due-in-days--label {
  font-size: 1.7rem;
  line-height: 2.6rem;
  opacity: 0.6;
  color: #222222;
  margin-bottom: 5px;
}
.card__due-in-days--days {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #66AE9B;
  font-weight: 900;
  text-transform: uppercase;
}
.card__trash-icon {
  margin-right: 5px;
}
.card__toggle-button {
  order: -1;
}
@media only screen and (min-width: 768px) {
  .card__toggle-button {
    order: initial;
  }
}
.card__divider {
  grid-area: divider;
  border: none;
  border-bottom: 1px solid #66AE9B;
  margin: 20px;
}
.card__customer-lead {
  padding: 10px 30px;
}
@media only screen and (min-width: 768px) {
  .card--content {
    grid-template-areas: "contact overview" "checklist checklist" "info info" "divider divider" "uploads uploads" "buttons buttons";
    grid-template-columns: 1fr 1fr;
  }
}
.card--content .card__contact {
  padding-top: 30px;
}
.card--content .card__overview {
  padding: 30px;
  border-right: none;
}
.card--content .card__checklist {
  border-right: none;
  padding-bottom: 20px;
}
.card--content .card__info {
  border-right: none;
}
.card__comment-text {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #222222;
  margin-bottom: 5px;
}
.card--secondary {
  opacity: 0.35;
}
.card--secondary:hover {
  opacity: 1;
}

.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;
}

.chat {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 10px 20px;
  max-width: 100%;
  display: block;
}
@media only screen and (min-width: 960px) {
  .chat {
    padding: 45px 60px;
  }
}
.chat__initials_bubble {
  display: none;
}
@media only screen and (min-width: 960px) {
  .chat__initials_bubble {
    display: block;
    width: 100px;
    height: 100px;
    box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
    display: grid;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    width: 75px;
    height: 75px;
  }
}
.chat__initials_bubble--text {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  align-self: center;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .chat__initials_bubble--customer {
    right: -20px;
  }
}
@media only screen and (min-width: 960px) {
  .chat__initials_bubble--employee {
    bottom: -10px;
    left: -20px;
  }
}
.chat__date-time-container {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
.chat__message-container {
  position: relative;
  display: flex;
  padding: 5px;
  min-height: 100px;
  margin-bottom: 35px;
}
.chat__message-container--employee {
  background-color: #F9F2F8;
  border-bottom: 1px solid #890975;
}
@media only screen and (min-width: 960px) {
  .chat__message-container--employee::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 90px solid white;
    border-right: 90px solid #F9F2F8;
    width: 0;
  }
}
.chat__message-container--customer {
  background-color: #F7FBFA;
  border-bottom: 1px solid #66AE9B;
}
@media only screen and (min-width: 960px) {
  .chat__message-container--customer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 90px solid white;
    border-left: 90px solid #F7FBFA;
    width: 0;
  }
}
.chat__message {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  color: #222222;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .chat__message--employee {
    margin-left: 100px;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .chat__message--customer {
    margin-right: 100px;
    text-align: left;
  }
}
.chat__form {
  z-index: 3;
  top: 10px;
  background-color: #FFFFFF;
  border: 1px solid #3E433D;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 45px;
}
@media only screen and (min-width: 960px) {
  .chat__form {
    grid-template-columns: 3fr 1fr 0fr;
    padding-right: 15px;
  }
}
.chat__inner-paragraph {
  margin-bottom: 5px;
  hyphens: auto;
}
.chat__form-input {
  font-size: 2rem;
  line-height: 2.8rem;
  border: none;
  min-height: 250px;
  color: #3E433D;
  padding: 15px;
}
@media only screen and (min-width: 960px) {
  .chat__form-input {
    min-height: auto;
  }
}
.chat__form-input:focus {
  outline: none;
  box-shadow: none;
}
.chat__form-button {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .chat__form-button {
    align-self: center;
  }
}
.chat__headline {
  font-size: 2.2rem;
  line-height: 3.25rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 45px;
}
.chat__link {
  text-decoration: underline;
  color: #66AE9B;
}
.chat__bubble {
  display: none;
}
@media only screen and (min-width: 960px) {
  .chat__bubble {
    display: block;
    z-index: 2;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 960px) {
  .chat__bubble--customer {
    right: -20px;
    bottom: -10px;
  }
}
@media only screen and (min-width: 960px) {
  .chat__bubble--employee {
    left: -20px;
    bottom: -10px;
  }
}
.chat__photo {
  width: auto;
  height: 100%;
}

/*
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%;
}

.email-templates {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 30px;
}
.email-templates__hint {
  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(45deg, #5A0448 0%, #990B85 100%);
  color: #FFFFFF;
}
.email-templates__card {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.email-templates__button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  width: 100%;
}
.email-templates__subject {
  width: 100%;
  background: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  padding: 15px 30px;
  color: #FFFFFF;
}
.email-templates__content {
  padding: 30px;
}
.email-templates .trix-content strong, .email-templates .table__email-context strong {
  font-weight: bold;
}
.email-templates .trix-content em, .email-templates .table__email-context em {
  font-style: italic;
}
.email-templates .trix-content *, .email-templates .table__email-context * {
  box-sizing: border-box;
}
.email-templates .trix-content h1, .email-templates .table__email-context h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}
.email-templates .trix-content blockquote, .email-templates .table__email-context blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}
.email-templates .trix-content pre, .email-templates .table__email-context 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;
}
.email-templates .trix-content ul, .email-templates .trix-content ol, .email-templates .trix-content li, .email-templates .table__email-context ul, .email-templates .table__email-context ol, .email-templates .table__email-context li {
  margin: 0;
  padding: 0;
}
.email-templates .trix-content ul li, .email-templates .trix-content ol li, .email-templates .trix-content li li, .email-templates .table__email-context ul li, .email-templates .table__email-context ol li, .email-templates .table__email-context li li {
  margin-left: 1em;
}
.email-templates .trix-content ul, .email-templates .table__email-context ul {
  list-style-type: disc;
}
.email-templates .trix-content ol, .email-templates .table__email-context ol {
  list-style-type: decimal;
}
.email-templates .trix-content img, .email-templates .table__email-context img {
  max-width: 100%;
  height: auto;
}
.email-templates .trix-content a, .email-templates .table__email-context a {
  color: #66AE9B;
}

.email-form__checkbox {
  margin-bottom: 30px;
}
.email-form__text-area {
  width: 100%;
  min-height: 20em;
  height: fit-content;
}
.email-form__text-area--hidden {
  display: none;
}
.email-form__button {
  margin-bottom: 0.25em;
}
.email-form__agb-field--hidden {
  display: none;
}
.email-form__offer-field--hidden {
  display: none;
}
.email-form__text-field--hidden {
  display: none;
}
.email-form .trix-button-group.trix-button-group--file-tools {
  display: none;
}

.invoice-templates {
  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-top: 60px;
}
.invoice-templates__button {
  margin-bottom: 30px;
}
.invoice-templates__table {
  font-size: 1.7rem;
  line-height: 2.6rem;
}

.notifications__button {
  margin-bottom: 30px;
}

@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;
}

.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;
}

#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;
}

.super-gtag-cookie-consent {
  display: block;
}
.super-gtag-cookie-consent .super-gtag-cookie-consent__blender {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.super-gtag-cookie-consent .super-gtag-cookie-consent__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 4.3rem;
  margin-bottom: 0.5em;
}
.super-gtag-cookie-consent .super-gtag-cookie-consent__popup {
  padding: 4em;
  background-color: white;
}
@media only screen and (min-width: 1024px) {
  .super-gtag-cookie-consent .super-gtag-cookie-consent__popup {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid white;
    border-radius: 2em;
    box-shadow: 4px 2px 15px 0 rgba(0, 0, 0, 0.3);
  }
}
.super-gtag-cookie-consent h6 {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 0.5em;
}
.super-gtag-cookie-consent p {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  margin-bottom: 1em;
}
.super-gtag-cookie-consent p a {
  text-decoration: underline;
}
.super-gtag-cookie-consent .super-gtag-cookie-consent__row {
  display: flex;
}
.super-gtag-cookie-consent .super-gtag-cookie-consent__col {
  flex: 1;
}
.super-gtag-cookie-consent button.super-gtag-cookie-consent__call-to-action {
  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;
}
@media only screen and (min-width: 768px) {
  .super-gtag-cookie-consent button.super-gtag-cookie-consent__call-to-action {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
    padding: 13px 18px;
  }
}
.super-gtag-cookie-consent button.super-gtag-cookie-consent__call-to-action:focus {
  outline: 2px dotted #66AE9B;
}
.super-gtag-cookie-consent 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;
}
@media only screen and (min-width: 768px) {
  .super-gtag-cookie-consent button {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
    padding: 13px 18px;
  }
}
.super-gtag-cookie-consent button:focus {
  outline: 2px dotted #7A0867;
}

.super-gtag-cookie-consent--invisible {
  display: none;
}

.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
}

.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;
}

.products {
  color: #FFFFFF;
  background: linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .products {
    padding-bottom: 0;
    padding-top: 90px;
  }
}
.products__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}
.products__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .products__headline {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 40px;
  }
}
.products__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.products__slider .slick-list {
  overflow: visible;
}
.products__tabhost {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .products__tabhost {
    margin-bottom: 0px;
  }
}
.products__tabhost ul {
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 768px) {
  .products__tabhost ul {
    display: inline-flex;
    flex-flow: row;
    background-color: #3E433D;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.28), 0 1px 0 0 rgba(255, 255, 255, 0.15);
  }
}
.products__tabhost ul li {
  background-color: #3E433D;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.28), 0 1px 0 0 rgba(255, 255, 255, 0.15);
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
  padding: 4px;
  cursor: pointer;
  transition: background ease 0.2s;
}
.products__tabhost ul li:hover {
  background-color: #323631;
  transition: background ease 0.2s;
}
@media only screen and (min-width: 768px) {
  .products__tabhost ul li {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
  }
  .products__tabhost ul li:first-child {
    border-radius: 3px 0 0 3px;
  }
  .products__tabhost ul li:last-child {
    border-radius: 0 3px 3px 0;
  }
}
.products__tabhost ul li:has(a[aria-selected=true]):hover {
  background-color: transparent;
}
.products__tabhost ul li a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  .products__tabhost ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.products__tabhost ul li a[aria-selected=true] {
  background-image: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
}
.products__tabhost ul li.slick-active:hover {
  background: transparent;
}
.products__tabhost ul li.slick-active a {
  background-image: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
}

.product-info:not(:last-child) {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .product-info {
    position: relative;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .product-info:first-child {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 960px) {
  .product-info:first-child {
    padding-top: 120px;
  }
}
.product-info:focus {
  outline: none;
}
.product-info__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3.25rem;
  margin-bottom: 30px;
}
.product-info__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.product-info__list {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .product-info__list {
    width: 45%;
  }
}
.product-info__item {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  margin-bottom: 10px;
}
.product-info__image {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .product-info__image {
    display: block !important;
    position: absolute;
    left: 47%;
    bottom: 0;
    width: auto;
    max-width: 70%;
    height: auto;
    max-height: calc(100% - 50px);
  }
}

.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;
}

.blogs {
  background-image: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  overflow-x: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .blogs {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .blogs {
    padding-top: 120px;
  }
}
.blogs__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media only screen and (min-width: 960px) {
  .blogs__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.blogs__headline-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}
.blogs__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: 45px;
}
@media only screen and (min-width: 768px) {
  .blogs__headline {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.blogs__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}

.blog {
  background-color: #FFFFFF;
}
.blog__text-container {
  min-width: auto;
  padding: 30px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .blog__text-container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 0px;
  }
}
.blog__subhead {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  display: inline-block;
  color: #66AE9B;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.blog__headline {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.25rem;
  color: #1F251F;
  margin-bottom: 8px;
}
.blog__text {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #7A7A7A;
  margin-bottom: 15px;
}
.blog__image {
  width: 100%;
  height: auto;
}

.highlight-fact {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .highlight-fact {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .highlight-fact {
    padding-top: 120px;
  }
}
.highlight-fact__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3.25rem;
  font-size: 2.2rem;
  line-height: 1.25em;
  color: #1F251F;
  margin-bottom: 7px;
}
@media screen and (min-width: 480px) {
  .highlight-fact__headline {
    font-size: calc(2.2rem + (1.6 * 10) * (100vw - 480px) / 480);
  }
}
@media screen and (min-width: 960px) {
  .highlight-fact__headline {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .highlight-fact__headline {
    margin-bottom: 14px;
  }
}
.highlight-fact__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.highlight-fact__subhead {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  font-size: 1.6rem;
  line-height: 1.25em;
  color: #7A7A7A;
}
@media screen and (min-width: 480px) {
  .highlight-fact__subhead {
    font-size: calc(1.6rem + (0.4 * 10) * (100vw - 480px) / 480);
  }
}
@media screen and (min-width: 960px) {
  .highlight-fact__subhead {
    font-size: 2rem;
  }
}

.video {
  background-size: 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='frontpage/video/video-thumbnail.png', sizingMethod='scale')";
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .video {
    text-align: left;
    background: linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
  }
}
.video__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 4100;
}
@media only screen and (min-width: 1024px) {
  .video__container {
    display: flex;
    align-items: center;
  }
}
.video__headline {
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3.3rem;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .video__headline {
    font-size: 1.8rem;
    line-height: 2.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .video__headline {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .video__headline {
    font-size: calc(2.4rem + (1.4 * 10) * (100vw - 768px) / 192);
  }
}
@media only screen and (min-width: 768px) and (min-width: 960px) {
  .video__headline {
    font-size: 3.8rem;
  }
}
.video__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .video__headline-container {
    width: calc(50% + 160px);
    flex-basis: calc(50% + 160px);
  }
}
.video__folder-container {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .video__folder-container {
    display: block;
    margin-right: -25%;
    position: relative;
  }
}
.video__folder {
  margin-bottom: -130px;
  width: 896px;
  height: auto;
}
.video__poster {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .video__poster {
    display: block;
    position: absolute;
    height: 78.2%;
    left: 24.5%;
    bottom: 9%;
    cursor: pointer;
  }
}
.video__icon {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .video__icon {
    display: block !important;
    position: absolute;
    font-size: 5rem !important;
    color: #FFFFFF;
    z-index: 4000;
    cursor: pointer;
    left: 49.9%;
    top: 45.3%;
  }
}
.video__lightbox {
  display: none;
  position: fixed;
  z-index: 8000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  flex-flow: column;
  text-align: center;
}
.video__link--close {
  margin: auto;
  margin-top: 0px;
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .video__link--close {
    text-indent: -99999px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    background: transparent;
    width: 20px !important;
    height: 20px;
    background-image: url("/assets/frontpage/video/light-close-319f0cb0.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
  }
  .video__link--close:focus {
    outline: none;
  }
}
.video__youtube-iframe, .video__video-wrapper {
  max-width: calc(90% - 40px);
  max-height: 80%;
  margin: auto;
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .video__youtube-iframe, .video__video-wrapper {
    margin-bottom: auto;
  }
}
.video__image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video__image {
  object-fit: cover;
}
.video__text-overlay {
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .video__text-overlay {
    top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .video__text-overlay {
    top: 65px;
  }
}
@media only screen and (min-width: 960px) {
  .video__text-overlay {
    top: 100px;
  }
}
.video__button {
  margin: 0 auto;
}

.whyus {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .whyus {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .whyus {
    padding-top: 120px;
  }
}
.whyus__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.whyus__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: 4.5rem;
}
@media only screen and (min-width: 768px) {
  .whyus__headline {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.whyus__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.whyus__tabhost-headline {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 30px;
  color: #FFFFFF;
}
@media only screen and (min-width: 1024px) {
  .whyus__tabhost-headline {
    display: none;
  }
}
.whyus__tabhost {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  background-color: #3E433D;
}
@media only screen and (min-width: 1024px) {
  .whyus__tabhost {
    height: auto;
  }
}
.whyus__tabhost ul {
  display: flex;
  flex-flow: column;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .whyus__tabhost ul {
    flex-flow: row;
    background-color: #3E433D;
    border-radius: 3px;
    box-shadow: inset 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.28), 0 0.1rem 0 0 rgba(255, 255, 255, 0.15);
  }
}
.whyus__tabhost ul li {
  flex-grow: 1;
  background-color: #3E433D;
  border-radius: 3px;
  box-shadow: inset 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.28), 0 0.1rem 0 0 rgba(255, 255, 255, 0.15);
  line-height: 5rem;
  text-align: center;
  cursor: pointer;
  transition: background ease 0.2s;
  padding: 0.4rem;
}
.whyus__tabhost ul li:hover {
  background-color: #323631;
  transition: background ease 0.2s;
}
@media only screen and (min-width: 1024px) {
  .whyus__tabhost ul li {
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
  }
  .whyus__tabhost ul li:first-child {
    border-radius: 3px 0 0 3px;
  }
  .whyus__tabhost ul li:last-child {
    border-radius: 0 3px 3px 0;
  }
}
.whyus__tabhost ul li:has(a[aria-selected=true]):hover {
  background-color: transparent;
}
.whyus__tabhost ul li a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0.2rem;
}
@media only screen and (min-width: 1024px) {
  .whyus__tabhost ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.whyus__tabhost ul li a[aria-selected=true] {
  background-image: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
}

.whyus-info {
  text-align: start;
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .whyus-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .whyus-info {
    flex-direction: row-reverse;
    margin-top: 8rem;
    height: 100%;
  }
}
.whyus-info__container {
  margin-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .whyus-info__container {
    width: 50%;
  }
}
.whyus-info__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: 4.5rem;
}
@media only screen and (min-width: 768px) {
  .whyus-info__headline {
    text-align: start;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.whyus-info__headline strong {
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
}
.whyus-info__subhead, .whyus-info__text {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #7A7A7A;
}
.whyus-info__text-link {
  color: #66AE9B;
  text-decoration: underline;
}
.whyus-info__subhead {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.whyus-info__image {
  width: 100%;
  max-width: 16rem;
}
@media only screen and (min-width: 1024px) {
  .whyus-info__image {
    max-width: 28rem;
  }
}
.whyus-info__image--scale {
  height: 25rem;
}
@media only screen and (min-width: 1024px) {
  .whyus-info__image {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.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;
}

.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%;
  }
}

.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 185px;
  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;
}

.processbar__container {
  display: none;
}
@media only screen and (min-width: 768px) {
  .processbar__container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1140px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    margin-top: 60px;
  }
}
.processbar__steps {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  padding: 10px 0;
  max-width: 900px;
  margin: 0 auto;
}
.processbar__step:last-child {
  border: none;
}
.processbar__step p {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0 8px;
  color: #ccc;
  text-align: center;
  transition: all ease 0.2s;
}
.processbar__step--done p {
  color: #1F251F;
}
.processbar__step--active p {
  color: #66AE9B;
  position: relative;
}

.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: 25rem;
    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;
}
.sidebar-navi__link > i {
  color: #66AE9B;
  margin-right: 1rem;
  transition: all ease 0.2s;
}
.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;
}

.nav {
  --border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
}

.nav__button {
  --size: 4rem;
  --gap: 0.4rem;
  appearance: none;
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: var(--gap);
  height: var(--size);
  width: var(--size);
  padding: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .nav__button {
    display: none;
  }
}

.nav__button-line {
  height: 0.2rem;
  background: #1F251F;
  transition: transform 0.2s ease-in-out;
}
.nav--mobile-open .nav__button-line:nth-child(1) {
  transform: translateY(0.6rem) rotate(45deg);
}
.nav__button-line:nth-child(2) {
  transition-property: opacity, transform;
}
.nav--mobile-open .nav__button-line:nth-child(2) {
  opacity: 0;
}
.nav--mobile-open .nav__button-line:nth-child(3) {
  transform: translateY(-0.6rem) rotate(-45deg);
}

.nav__items {
  display: none;
  position: fixed;
  inset: 0;
  padding: 8.8rem 2.4rem 2.4rem;
  background: white;
  overflow: auto;
  z-index: -1;
  flex-direction: column;
  gap: 0.2rem;
}
.nav--mobile-open .nav__items {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .nav__items {
    display: flex;
    flex-direction: row;
    padding: 0;
    gap: 0;
    overflow: visible;
    align-items: center;
    z-index: unset;
    position: relative;
  }
  .nav > .nav__items {
    position: static;
  }
}

@media only screen and (min-width: 768px) {
  .nav__item {
    white-space: nowrap;
    position: relative;
    pointer-events: auto;
  }
  .nav__item[data-level="2"] {
    border-inline: var(--border);
    background: white;
  }
  .nav__item[data-level="2"]:first-child {
    border-top: var(--border);
  }
  .nav__item[data-level="2"]:last-child {
    border-bottom: var(--border);
  }
}

.nav__link {
  width: 100%;
  height: 4.8rem;
  font-size: 1.6rem;
  appearance: none;
  border: none;
  text-align: left;
  padding-inline: 1.6rem;
  padding-block: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s ease-in-out;
  background: transparent;
}
.nav__link:not([aria-expanded=true]):hover {
  background: rgba(102, 174, 155, 0.1);
}

.nav__sub-button {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  gap: 0.8rem;
}
.nav__sub-button svg {
  --size: 2rem;
  width: var(--size);
  height: var(--size);
  transition: transform 0.2s ease-in-out;
  flex-shrink: 0;
  pointer-events: none;
}
.nav__sub-button[aria-expanded=true] {
  transition: 0.2s ease-in-out;
  transition-property: color, background;
  color: #7A0867;
}
.nav__sub-button[aria-expanded=true][data-level="1"] svg {
  transform: scaleY(-1);
}
@media only screen and (min-width: 768px) {
  .nav__sub-button[aria-expanded=true] {
    background: rgba(102, 174, 155, 0.2);
  }
  .nav__sub-button[data-level="2"] svg {
    transform: rotate(-90deg);
  }
}

.nav__sub-items {
  display: none;
  flex-direction: column;
  margin-inline: 1rem;
  margin-block-end: 0.8rem;
  border-radius: 0.2rem;
  background: rgba(102, 174, 155, 0.2);
}
.nav__sub-items .nav__link {
  border: none;
}
.nav__sub-button[aria-expanded=true] + .nav__sub-items {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .nav__sub-items {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 28rem;
    background: transparent;
    pointer-events: none;
  }
  .nav__sub-items[data-level="3"] {
    margin-top: 0;
    border: none;
    background: #e0efeb;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.nav__item-contact-link {
  margin-top: 0.8rem;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .nav__item-contact-link {
    margin-top: 0;
    margin-left: 0.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .noscroll {
    overflow: auto;
  }
}
.editor-element-wrapper i {
  font-style: italic;
}
.editor-element-wrapper strong {
  font-weight: 900;
}
.editor-element-wrapper b {
  font-weight: 900;
}
.editor-element-wrapper a {
  color: #66AE9B;
  text-decoration: underline;
}
.editor-element-wrapper .content-highlight__text a {
  color: #FFFFFF;
  text-decoration: underline;
}

.content-contact-form__container {
  margin-left: -15px;
  margin-right: -15px;
}
.content-contact-form__container > * {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1024px) {
  .content-contact-form__container {
    display: flex;
  }
}
.content-contact-form__text {
  font-size: 2rem;
  line-height: 2.8rem;
}
@media only screen and (min-width: 1024px) {
  .content-contact-form__text {
    flex: 1;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-contact-form__text .headline--primary {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .content-contact-form__form {
    flex: 1;
    margin-left: 15px;
  }
}
.content-contact-form__only-form-container {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .content-contact-form__only-form-container {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .content-contact-form__only-form-container .checkbox {
    margin-bottom: 0;
  }
}
.content-contact-form__only-form-container .contact-form__privacy-note span {
  position: relative;
  top: -1.5rem;
}
.content-contact-form__with-text-container {
  margin-top: 3rem;
}
.content-contact-form__only-form-container.contact-form__container span label {
  top: 0rem;
}
@media only screen and (min-width: 1024px) {
  .content-contact-form__checkbox-container {
    width: 100%;
  }
}

.content-button__container {
  text-align: center;
}

.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;
}

.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%;
}

.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;
}

.divider {
  margin: 40px 0;
}
.divider.normal {
  border: 0.05rem solid #7A7A7A;
}
.divider.dark {
  border: 0.05rem solid #1F251F;
}
.divider.light {
  border: 0.05rem solid #d8d8d8;
}

.headline-container + .headline-container {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .headline-container + .headline-container {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .headline-container + .headline-container {
    margin-top: 0;
    padding-top: 0;
  }
}

.highlight-container {
  background: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .highlight-container {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .highlight-container {
    margin-bottom: 40px;
  }
}
.highlight-container__headline {
  margin-bottom: 0;
  font-family: "Museo-Slab-Regular", serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .highlight-container__headline {
    line-height: 3.85rem;
  }
}
@media only screen and (min-width: 1024px) {
  .highlight-container__headline {
    line-height: 4rem;
  }
}
.highlight-container__headline + .text, .highlight-container__headline + .button {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .highlight-container__headline + .text, .highlight-container__headline + .button {
    margin-top: 30px;
  }
}
.highlight-container__text {
  margin-bottom: 20px;
}
.highlight-container__text a {
  color: #FFFFFF !important;
}
.highlight-container__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding: 40px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .highlight-container__container {
    padding: 60px 20px;
  }
}

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

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

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

.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;
}

.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;
}

.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;
}

.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;
}

.teaser {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 20px;
}
.teaser__item {
  text-align: center;
  margin: 0 15px 40px 15px;
  margtin-bottom: 20px;
  min-width: 25rem;
}
@media only screen and (min-width: 768px) {
  .teaser__item {
    flex: 0 1 calc(33.33% - 3rem);
    width: calc(33.33% - 3rem);
    padding-bottom: 0;
    border-bottom: 0;
    margtin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .teaser__item {
    margtin-bottom: 40px;
  }
}
.teaser__item-text {
  margin-bottom: 20px;
}
.teaser__image-container {
  margin-bottom: 20px;
  max-width: 100%;
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teaser__image-container img {
  max-width: 100%;
  height: auto;
}

.content-gallery .gallery-image-container__navigation {
  margin-bottom: 20px;
}
.content-gallery .gallery-image-container__slider {
  margin-bottom: 20px;
}
.content-gallery .gallery-image-container__navigation-item-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 20px;
}

.faq {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1F251F;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .faq {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .faq {
    padding-top: 120px;
  }
}
.faq summary {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1.6rem;
  justify-content: space-between;
  padding: 2.4rem 1.2rem;
  cursor: pointer;
}
.faq summary::marker {
  display: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq strong {
  font-weight: 900;
}
.faq em {
  font-style: italic;
}
.faq a {
  text-decoration: underline;
  color: #66AE9B;
}
.faq--content-element {
  padding: 0;
  background-color: #FFFFFF;
  color: #1F251F;
}
.faq__headline {
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.faq__element {
  position: relative;
  border-bottom: 0.1rem solid #66AE9B;
}
.faq__element:last-child {
  border-bottom: 0.1rem solid transparent;
}
.faq__arrow {
  background-image: url("/assets/shared/icons/arrow-right-light-5c1c473a.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  transition: transform 0.2s ease-in-out;
}
.faq__arrow--content-element {
  background-image: url("/assets/shared/icons/arrow-right-brand-473a30ff.svg");
}
.faq__element[open] .faq__arrow {
  transform: rotate(90deg);
}
.faq__question {
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 2.6rem;
}
@media only screen and (min-width: 960px) {
  .faq__question {
    font-size: 2.2rem;
    line-height: 3.25rem;
  }
}
.faq__answer {
  font-size: 1.7rem;
  line-height: 2.6rem;
  padding: 0 1.2rem 2.4rem;
  padding-right: 15px;
}

.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;
}

.gallery-image-container {
  margin-bottom: 80px;
}
.gallery-image-container__intro {
  background: linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
  margin-bottom: 40px;
  padding: 40px 0 0 0;
  text-align: center;
}
.gallery-image-container__intro .text > a {
  color: #66AE9B !important;
}
@media only screen and (min-width: 480px) {
  .gallery-image-container__intro {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
.gallery-image-container__intro-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 1024px) {
  .gallery-image-container__intro-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }
}
.gallery-image-container__intro-container .headline {
  hyphens: auto;
}
.gallery-image-container__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}
.gallery-image-container__headline {
  margin-bottom: 40px;
  hyphens: auto;
}
.gallery-image-container__navigation {
  position: relative;
  margin-bottom: 30px;
}
.gallery-image-container__navigation-slider {
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media only screen and (min-width: 480px) {
  .gallery-image-container__navigation-slider {
    width: calc(100% - 10rem);
    margin-left: 5rem;
  }
}
.gallery-image-container__slider {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.gallery-image-container__navigation-item {
  cursor: pointer;
}
.gallery-image-container__navigation-item > img {
  border: 0.4rem solid transparent;
  width: 100%;
  max-width: 18rem;
  height: auto;
  transition: background 0.2s ease-in-out;
}
@media only screen and (min-width: 680px) {
  .gallery-image-container__navigation-item > img {
    max-height: 31rem;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-image-container__navigation-item > img {
    max-height: 26rem;
  }
}
.gallery-image-container__navigation-item.slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-image-container__navigation-item.slick-center > img {
  border-color: #66AE9B;
}
.gallery-image-container__navigation-item.slick-center .gallery-image-container__navigation-item-title {
  color: #66AE9B;
}
.gallery-image-container__navigation-item:focus {
  box-shadow: none;
  outline: none;
}
@media only screen and (min-width: 680px) {
  .gallery-image-container__navigation-item:hover > img {
    background-color: rgba(102, 174, 155, 0.8);
    transition: background 0.2s ease-in-out;
  }
}
.gallery-image-container__navigation-item-title {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.gallery-image-container__navigation-item-link {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 680px) {
  .gallery-image-container__navigation-item-link {
    display: none;
  }
}
.gallery-image-container__button-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% + 4rem);
  height: 100%;
  top: 0;
  left: -2rem;
}
@media only screen and (min-width: 680px) {
  .gallery-image-container__button-box {
    width: calc(100%);
    left: 0;
  }
}
.gallery-image-container__button-box--single .slick-hidden {
  display: block;
}
.gallery-image-container__prevArrow, .gallery-image-container__nextArrow {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("/assets/shared/icons/arrow-left-accent-81053ff2.svg");
  background-position: 2rem calc(50% - 2.4rem);
  background-size: 2rem;
  background-repeat: no-repeat;
  height: 100%;
  width: 5rem;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: background ease 0.2s;
  z-index: 100;
}
@media only screen and (min-width: 680px) {
  .gallery-image-container__prevArrow:hover, .gallery-image-container__nextArrow:hover {
    background-image: url("/assets/shared/icons/arrow-left-brand-48170cd8.svg");
    transition: background ease 0.2s;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-image-container__prevArrow, .gallery-image-container__nextArrow {
    width: 4rem;
    background-position-x: 1rem;
    background-position-y: calc(50% - 2rem);
    background-size: 2rem auto;
  }
}
.gallery-image-container__nextArrow {
  background-image: url("/assets/shared/icons/arrow-right-accent-dc83409c.svg");
  background-position: 1rem calc(50% - 2.5rem);
}
@media only screen and (min-width: 680px) {
  .gallery-image-container__nextArrow:hover {
    background-image: url("/assets/shared/icons/arrow-right-brand-473a30ff.svg");
  }
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .gallery-image-container .scroll-arrow-container {
    background-image: url("/assets/frontpage/stageslider/scroll-arrow-shape-d6b1fe60.svg");
    background-size: 10.4rem;
    background-repeat: no-repeat;
    background-position: top center;
    height: 3rem;
    margin-top: 6rem;
    margin-bottom: 0rem;
    width: 100%;
    position: relative;
  }
  .gallery-image-container .scroll-arrow-container:before, .gallery-image-container .scroll-arrow-container:after {
    content: "";
    background: white;
    width: calc(50% - 5rem);
    height: 3rem;
    position: absolute;
    left: 0;
  }
  .gallery-image-container .scroll-arrow-container:after {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 480px), (max-height: 480px) {
  .gallery-image-container .scroll-arrow-container .arrow {
    background-image: url("/assets/frontpage/stageslider/light-arrow-scroll-down-ba895bc5.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: -2rem;
    left: calc(50% - 1rem);
    animation: bounce 2s infinite;
    cursor: pointer;
    z-index: 2;
    transition: all ease 0.2s;
  }
  .gallery-image-container .scroll-arrow-container .arrow:hover {
    opacity: 0.85;
    transition: all ease 0.2s;
  }
}

.gallery-images__slider {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gallery-images__slider {
    width: calc(100% - 10rem);
    margin-left: 5rem;
  }
}
.gallery-images__single-gallery-link {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  display: block;
  color: #66AE9B;
  text-align: center;
  text-decoration: underline;
}
.gallery-images__item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 680px) {
  .gallery-images__item {
    min-height: 40rem;
    height: 40vh;
    max-height: 80rem;
    margin-bottom: 0rem;
  }
}
.gallery-images__item.slick-slide {
  display: flex;
  align-items: center;
}
.gallery-images__item:focus {
  outline: none;
}
.gallery-images__item > img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.gallery-images__button-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 4rem;
  bottom: -2rem;
}
@media only screen and (min-width: 480px) {
  .gallery-images__button-box {
    height: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 680px) {
  .gallery-images__button-box {
    display: none;
  }
}
.gallery-images__button-box:focus {
  outline: none;
}
.gallery-images__prevArrow, .gallery-images__nextArrow {
  background-color: white;
  background-image: url("/assets/shared/icons/arrow-left-accent-81053ff2.svg");
  background-position-x: center;
  background-position-y: center;
  background-size: 2rem auto;
  background-repeat: no-repeat;
  height: 5rem;
  width: 3rem;
  padding: 0;
  border: 0;
  cursor: pointer;
  z-index: 200;
  transition: background ease 0.2s;
}
.gallery-images__prevArrow:hover, .gallery-images__nextArrow:hover {
  background-image: url("/assets/shared/icons/arrow-left-brand-48170cd8.svg");
  transition: background ease 0.2s;
}
.gallery-images__prevArrow:focus, .gallery-images__nextArrow:focus {
  outline: none;
}
@media only screen and (min-width: 480px) {
  .gallery-images__prevArrow, .gallery-images__nextArrow {
    width: 4rem;
    height: 100%;
  }
}
.gallery-images__nextArrow {
  background-image: url("/assets/shared/icons/arrow-right-accent-dc83409c.svg");
}
.gallery-images__nextArrow:hover {
  background-image: url("/assets/shared/icons/arrow-right-brand-473a30ff.svg");
}

.product-page__content-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .product-page__content-container {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-page__content-container {
    margin-bottom: 40px;
  }
}
.product-page__header {
  padding-top: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-page__header {
    padding-top: 80px;
  }
}
.product-page__header .headline {
  margin-bottom: 30px;
}
.product-page__header .list .list__item:before {
  top: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
}
.product-page__header .list .list__item .text {
  font-size: 2rem;
  line-height: 2.8rem;
}
.product-page__list-image-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .product-page__list-image-container {
    flex-direction: row;
  }
}
.product-page__header-list {
  margin-bottom: 30px;
  height: 700px;
}
@media only screen and (min-width: 768px) {
  .product-page__header-list {
    flex: 6;
    min-height: 40rem;
    height: auto;
  }
}
.product-page__header-list .list {
  margin-bottom: 30px;
}
.product-page__header-image-container {
  flex: 6;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .product-page__header-image-container {
    order: 0;
    padding-left: 40px;
  }
  .product-page__header-image-container + .product-page__header-list {
    min-height: auto;
  }
}
.product-page__header-image {
  width: 100%;
  height: auto;
}
.product-page__header-folder-image-container {
  position: relative;
  margin-bottom: calc(100vw / (1790 / 1430) * -1 + 50%);
}
@media only screen and (min-width: 768px) {
  .product-page__header-folder-image-container {
    flex: 8;
    margin-bottom: 0;
    max-height: 43rem;
  }
}
@media only screen and (min-width: 1024px) {
  .product-page__header-folder-image-container {
    margin-top: 3rem;
    max-height: 30rem;
  }
}
.product-page__header-image-folder {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .product-page__header-image-folder {
    position: absolute;
    max-width: 90rem;
    width: calc(100% + 10rem);
    margin-left: -1rem;
    margin-top: -2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .product-page__header-image-folder {
    margin-top: -4rem;
  }
}
.product-page__header-image-item {
  position: absolute;
  width: 36%;
  height: auto;
  box-shadow: 0.1rem 0rem 0.8rem rgba(0, 0, 0, 0.3);
  top: 11%;
  right: 13%;
  transform: rotateZ(0deg);
  transition: all ease-in-out 1.5s;
}
@media only screen and (min-width: 768px) {
  .product-page__header-image-item {
    width: 42%;
    top: 6%;
    right: 1%;
  }
}
.product-page__header-image-item--top {
  z-index: 50;
  transition: all ease-in-out 1s;
}
.product-page__header-image-item--top.active {
  transform: rotateZ(-10deg);
  top: 14%;
  right: 48%;
}
@media only screen and (min-width: 768px) {
  .product-page__header-image-item--top.active {
    top: 12%;
    right: 38%;
  }
}
.product-page__header-image-item--middle {
  z-index: 30;
  transition: all ease-in-out 1s;
}
.product-page__header-image-item--middle.active {
  top: 11%;
  right: 28%;
  transform: rotateZ(-5deg);
}
@media only screen and (min-width: 768px) {
  .product-page__header-image-item--middle.active {
    top: 8%;
    right: 18%;
  }
}
.product-page__header-image-item--bottom {
  z-index: 20;
  top: 12%;
}
@media only screen and (min-width: 1024px) {
  .product-page__header-image-item--bottom {
    top: 19%;
  }
}
.product-page__button-box > .button {
  margin-bottom: 10px;
  margin-right: 1rem;
}
.product-page__button-box > .button.button-portfolio-folder {
  width: 29rem;
}
.product-page__button-box > .button.button-letter-of-application {
  width: 33rem;
}
.product-page__button-box > .button.button-cv {
  width: 23rem;
}
@media only screen and (min-width: 768px) {
  .product-page__button-box > .button.button-portfolio-folder {
    width: 34rem;
  }
  .product-page__button-box > .button.button-letter-of-application {
    width: 37rem;
  }
  .product-page__button-box > .button.button-cv {
    width: 26rem;
  }
}
.product-page__contact, .product-page__contact-with-folder {
  background: linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .product-page__contact, .product-page__contact-with-folder {
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.product-page__contact .text, .product-page__contact .headline, .product-page__contact-with-folder .text, .product-page__contact-with-folder .headline {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .product-page__contact .text, .product-page__contact .headline, .product-page__contact-with-folder .text, .product-page__contact-with-folder .headline {
    max-width: calc(83rem - 6rem);
  }
}
.product-page__contact-with-folder {
  padding-top: calc(100vw / (1790 / 1430) - 50%);
}
@media only screen and (min-width: 768px) {
  .product-page__contact-with-folder {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-page__contact-with-folder {
    padding-top: 16rem;
  }
}
.product-page__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}
.product-page__form {
  display: flex;
  padding: 0 30px 30px 30px;
  background: #FFFFFF;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2), 0 0 0.2rem rgba(0, 0, 0, 0.1);
  max-width: 83rem;
  margin: 40px auto 0 auto;
}
.product-page__form > form {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-page__info-container .sidebar {
  order: initial;
}
.product-page__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) {
  .product-page__info-content {
    margin-bottom: 30px;
    padding-left: 300px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-page__info-content {
    margin-bottom: 40px;
  }
}
.product-page__sidebar-container {
  background: #f5f5f5;
}
@media only screen and (min-width: 480px) {
  .product-page__sidebar-container {
    max-height: calc(100vh - 13rem);
  }
}
@media only screen and (min-width: 768px) {
  .product-page__sidebar-container {
    outline: 0.1rem solid #dfdfdf;
    max-height: calc(100vh - 17rem);
  }
}
@media only screen and (min-width: 1024px) {
  .product-page__sidebar-container {
    max-height: calc(100vh - 22rem);
  }
}
@media only screen and (min-width: 768px) {
  .product-page__sidebar-container > .table-of-contents__list {
    margin-bottom: 30px;
    border: none;
  }
}
.product-page__sidebar-scroll-icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-page__sidebar-scroll-icon {
    display: block;
    position: absolute;
    width: 22rem;
    height: 4rem;
    background: #f5f5f5;
    bottom: 0rem;
    left: 1rem;
    padding-top: 0rem;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .product-page__sidebar-scroll-icon:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/shared/icons/arrow-down-brand-511c54d7.svg");
    background-repeat: no-repeat;
    background-position: 10.2rem 50%;
    background-size: 2.4rem;
  }
}
.product-page__content-highlight {
  margin: 40px -2rem;
}
@media only screen and (min-width: 768px) {
  .product-page__content-highlight {
    margin: 40px 0;
  }
}

.backend-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;
  position: relative;
  margin-top: 40px;
  margin-bottom: 200px;
}
.backend-container .nested-fields {
  margin-bottom: 30px;
}
.backend-container .pages-table {
  padding-bottom: 40px;
}
.backend-container__invisible-container {
  display: none;
}
.backend-container__fade-in-button {
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #66AE9B;
  color: #FFFFFF;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 11;
  left: 50px;
  bottom: 50px;
  font-size: 2rem;
}
.backend-container__add-buttons-container {
  z-index: 10;
  padding: 10px;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  width: 90%;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  max-width: 1000px;
  border-left: 4px solid #66AE9B;
}
.backend-container .js-section-is-draggable {
  cursor: move;
  cursor: grab;
}
.backend-container .js-section-is-draggable:active {
  cursor: grabbing;
  opacity: 0.5;
}
.backend-container .headline-button-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.backend-container table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  text-align: left;
  margin-top: 30px;
}
.backend-container table thead tr {
  background: #f5f5f5;
}
.backend-container table td {
  padding: 20px 0 20px 10px;
  line-height: 1.5em;
  vertical-align: top;
}
.backend-container table td:nth-child(5) {
  max-width: 200px;
}
.backend-container table td.align-right {
  text-align: right;
}
.backend-container table tr {
  border: 1px solid grey;
  background: rgba(255, 255, 255, 0.75);
}
.backend-container table th {
  font-size: 1.6rem;
  line-height: 1.9rem;
  padding: 10px;
  vertical-align: bottom;
  border-bottom: 2px solid #7A7A7A;
  font-weight: bold;
}
.backend-container table table {
  width: auto;
}
.backend-container__image {
  max-width: 25%;
  height: auto;
  margin-bottom: 30px;
}

.field-container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.field-container .trix-button--icon-attach {
  display: none;
}
.field-container .trix-button-group--file-tools {
  display: none;
}
.field-container--align-center {
  align-items: center;
}
.field-container--align-top {
  align-items: flex-start;
}
.field-container--space-between {
  justify-content: space-between;
}
.field-container--space-bottom {
  margin-bottom: 30px;
}
.field-container > img {
  margin-bottom: 0px;
}
.field-container > div {
  flex: 1;
}
.field-container .textfield {
  margin-bottom: 0;
  margin-right: 10px;
}
.field-container .textfield__label {
  margin-bottom: 5px;
}
.field-container .textfield--small {
  flex: 1;
  margin-bottom: 30px;
  margin-top: 0;
}
.field-container .textfield--small--big {
  flex: 3;
  margin-bottom: 30px;
  margin-top: 0;
}
.field-container .button {
  align-self: center;
  margin-left: 20px;
  height: 42px;
}

.input-container {
  display: flex;
  margin: 0 -10px 40px -10px;
}
.input-container > * {
  flex: 1 0 auto;
  margin: 0 10px;
}

.responsive-table-container {
  overflow-x: auto;
  max-width: 100%;
}

.backend-preview {
  max-height: 250px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .backend-preview > * {
    padding-left: 10px;
  }
}

.b-category {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  display: inline-block;
  color: #FFFFFF;
  background-color: #7A0867;
  text-transform: uppercase;
  padding: 10px;
  margin: 0;
  text-align: center;
}

.b-pages-header {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 15px;
  margin-top: 15px;
}
.b-pages-header .search-form {
  width: 50%;
  display: grid;
  -ms-flex-align: center;
  margin: 0;
  grid-template-columns: 9fr 1fr;
}
.b-pages-header .search-form .button--only-icon {
  margin-top: auto;
  margin-left: 5px;
}
.b-pages-header__button-container {
  display: flex;
}
.b-pages-header .search-form {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.b-pages-header .search-form .textfield {
  width: 100%;
}

.b-pages-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.b-pages-buttons > * {
  margin-right: 10px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.duplicates-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  border-bottom: 1px solid #66AE9B;
  margin-bottom: 15px;
  padding: 15px 0;
}
.duplicates-container__buttons {
  display: flex;
  justify-content: flex-end;
}
.duplicates-container__buttons .button-brand {
  color: #FFFFFF;
  margin-right: 5px;
}
.duplicates-container--button {
  margin-bottom: 30px;
}

.b-navigation {
  margin-left: 0px;
  list-style-position: inside;
}
.b-navigation--border {
  border-left: 1px black solid;
  padding-left: 30px;
}
.b-navigation__item {
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}
.b-navigation__item:first-child > .b-navigation__buttons > .button--sort-up {
  display: none;
}
.b-navigation__item:last-child > .b-navigation__buttons > .button--sort-down {
  display: none;
}
.b-navigation__buttons {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  height: 60px;
}
.b-navigation__buttons > a {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  margin-right: 10px !important;
  height: 40px;
}

.files__table {
  width: 100%;
  text-align: left;
}
.files__row-header {
  line-height: 30px;
}
.files__row {
  line-height: 25px;
}
.files__row:nth-child(even) {
  background-color: #f2f2f2;
}
.files__row:hover {
  background-color: #abcdea;
}
.files__header {
  width: 12%;
  text-align: left;
}
.files__list {
  border: 1px solid black;
}
.files__list-item {
  word-break: break-all;
}

.admin-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;
  padding-right: 14px;
  padding-left: 13px;
}
.admin-container__filter-buttons-wrapper {
  display: grid;
  grid-template-columns: 300px 300px;
  grid-gap: 15px;
  margin-bottom: 30px;
  justify-content: center;
}
.admin-container__search-field {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  .admin-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.admin-container__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.admin-container__paragraph {
  margin-bottom: 15px;
}
.admin-container__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;
  color: #7A0867;
}
@media only screen and (min-width: 768px) {
  .admin-container__button {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
    padding: 13px 18px;
  }
}
.admin-container__button:focus {
  outline: 2px dotted transparent;
}
.admin-container__button:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url("/assets/header/dark-arrow-right-4bd03500.svg");
  background-size: 20px 20px;
}
.admin-container__lead-container {
  margin-bottom: 30px;
}

.headline-container {
  margin-bottom: 30px;
}

.datepicker {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  max-width: 250px;
}
.datepicker input:focus {
  box-shadow: none;
}
.datepicker input[type=date] {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  color: #7A7A7A;
  border-bottom: 1px solid #7A7A7A;
  border-top: none;
  border-left: none;
  border-right: none;
}
.datepicker ::-webkit-datetime-edit-fields-wrapper {
  background: white;
}
.datepicker ::-webkit-calendar-picker-indicator {
  border: none;
}

.margin-container {
  margin-bottom: 30px;
}

.legend {
  margin-bottom: 40px;
}
.legend__container {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  padding: 15px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .legend__container {
    max-width: 80%;
    flex-wrap: nowrap;
  }
}
.legend__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .legend__item {
    margin: 0 10px;
  }
}
.legend__title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 10px;
  text-align: center;
  line-break: normal;
  word-break: break-word;
}

.dashboard__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;
  padding-right: 14px;
  padding-left: 13px;
}
@media only screen and (min-width: 1024px) {
  .dashboard__container {
    padding-right: 20px;
    padding-left: 20px;
    display: grid;
    grid-template-columns: calc(100% - 370px) 50px 320px;
    grid-template-areas: "content . sidebar";
  }
}
.dashboard__content {
  grid-area: content;
}
.dashboard__sidebar {
  grid-area: sidebar;
}
.dashboard__headline {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 3.25rem;
}
@media only screen and (min-width: 768px) {
  .dashboard__headline {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .dashboard__headline {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .dashboard__headline:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 69px;
    left: calc(100% - 24px);
    top: -27px;
    background-image: url("/assets/shared/icons/clock-multi-colored-f55efbf7.svg");
    background-size: 60px 69px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.lead-card {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lead-card {
    display: grid;
    grid-template-areas: "headline headline headline" "contact overview options" "checklist checklist toggle-option" "info info uploads" "buttons buttons buttons";
    grid-template-columns: 1fr 2fr;
  }
}
.lead-card__headline-container {
  grid-area: headline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse;
  border-bottom: 1px solid #66AE9B;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .lead-card__headline-container {
    height: 43px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.lead-card__headline {
  margin-bottom: 0;
  padding: 10px 10px 5px 10px;
}
@media only screen and (min-width: 768px) {
  .lead-card__headline {
    padding: 0;
  }
}
.lead-card__status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lead-card__status-box {
  background-color: #66AE9B;
  height: 43px;
  width: 43px;
  margin-left: 10px;
}
.lead-card__contact {
  grid-area: contact;
  padding: 10px 20px;
}
.lead-card__contact-text {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .lead-card__contact-text {
    display: flex;
    align-items: center;
  }
}
.lead-card__status-icon {
  width: 43px;
  height: 43px;
  background-size: 23px;
  background-position: center;
  background-repeat: no-repeat;
}
.lead-card__status-icon--request_received, .lead-card__status-icon--offer_available, .lead-card__status-icon--follow_up_test_phone, .lead-card__status-icon--follow_up_test_mail, .lead-card__status-icon--missing_information, .lead-card__status-icon--order_completed {
  background-image: url("/assets/shared/icons/user-7e169b44.svg");
}
.lead-card__status-icon--in_progress, .lead-card__status-icon--proofreading, .lead-card__status-icon--inspection_by_customer, .lead-card__status-icon--post_processing {
  background-image: url("/assets/shared/icons/pen-b48953ec.svg");
  background-size: 30px;
}
.lead-card__contact-icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
  fill: #66AE9B;
}
.lead-card__checklist {
  grid-area: checklist;
}
@media only screen and (min-width: 768px) {
  .lead-card__checklist {
    padding-right: 20px;
    border-right: 1px solid #66AE9B;
  }
}
.lead-card__checklist-headline {
  padding-left: 20px;
  margin-bottom: 20px;
}
.lead-card__checklist-container {
  background-color: rgba(102, 174, 155, 0.1);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lead-card__checklist-container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 20px;
  }
}
.lead-card__checklist-container--completed {
  outline: #66AE9B 1px solid;
}
.lead-card__info {
  grid-area: info;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .lead-card__info {
    border-right: 1px solid #66AE9B;
  }
}
.lead-card__info-box {
  display: flex;
  flex-direction: column;
}
.lead-card__info-box > *:nth-child(2n) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .lead-card__info-box {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-row-gap: 10px;
  }
}
.lead-card__info-box-link {
  word-break: break-all;
}
.lead-card__options {
  grid-area: options;
  padding: 10px 20px;
  order: 1;
}
.lead-card__uploads {
  grid-area: uploads;
  padding: 10px 20px;
}
.lead-card__file-container {
  display: flex;
  flex-wrap: wrap;
}
.lead-card__file {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.lead-card__file--small {
  flex: 1 0 30%;
  margin: 10px;
}
.lead-card__fileicon {
  flex: 0 0 26px;
  height: 30px;
}
.lead-card__filetype {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 10px;
  text-transform: uppercase;
  font-size: 7px;
  text-align: center;
  width: 22px;
}
.lead-card__filename {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #1F251F;
  margin-left: 5px;
  white-space: normal;
  word-break: break-all;
}
.lead-card__buttons {
  grid-area: buttons;
  background-color: rgba(102, 174, 155, 0.1);
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  order: 2;
}
.lead-card__buttons .button--small {
  margin-right: 5px;
}
.lead-card__buttons .button + .button, .lead-card__buttons .button + a.button, .lead-card__buttons a.button + .button, .lead-card__buttons a.button + a.button {
  margin: 0;
}
.lead-card__buttons > * {
  flex: 0 0 100%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
  .lead-card__buttons > * {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .lead-card__buttons > * {
    justify-content: flex-end;
    flex: none;
    margin-left: 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .lead-card__delete-button {
    margin-right: auto;
    margin-left: 0;
  }
}
.lead-card__toggle-button {
  order: -1;
}
@media only screen and (min-width: 768px) {
  .lead-card__toggle-button {
    order: initial;
  }
}
.lead-card__overview {
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .lead-card--content {
    grid-template-areas: "contact overview" "checklist checklist" "info info" "divider divider" "uploads uploads" "buttons buttons";
    grid-template-columns: 1fr 1fr;
  }
}
.lead-card--content .lead-card__contact {
  padding-top: 30px;
}
.lead-card--content .lead-card__overview {
  padding: 30px 0;
  border-right: none;
}
.lead-card--content .lead-card__checklist {
  border-right: none;
  padding-bottom: 20px;
}
.lead-card--content .lead-card__info {
  border-right: none;
}

.employees__table {
  min-width: 100%;
  margin-bottom: 60px;
}
.employees__table-data {
  padding: 10px 5px;
}
.employees__table-headline {
  font-weight: 900;
  text-align: left;
  padding-bottom: 15px;
}
.employees__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  word-break: keep-all;
}
.employees__row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(9, 1fr);
  min-height: 60px;
  min-width: 100%;
  margin-bottom: 10px;
}
.employees__row--shadow {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.employees__row--deactivated {
  background-color: rgba(242, 38, 19, 0.3);
}
.employees__data {
  display: flex;
  align-items: center;
  word-break: break-all;
  hyphens: auto;
}
.employees__data--bold {
  font-weight: 900;
}
.employees__data:not(:first-child) {
  justify-content: center;
}
.employees__data:first-child {
  padding-left: 20px;
}
.employees__button {
  display: inline-flex;
  padding: 13px 12px;
  line-height: 1em;
  align-items: center;
  min-width: 110px;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .employees__button {
    line-height: 1em;
    padding: 13px 18px;
  }
}
.employees__button:hover {
  cursor: pointer;
  text-decoration: underline;
}
.employees__button:after {
  display: none;
}
@media only screen and (min-width: 960px) {
  .employees__button:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url("/assets/header/dark-arrow-right-4bd03500.svg");
    background-size: 12px 12px;
  }
}
.employees__select-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 960px) {
  .employees__select-wrapper {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
.employees__radio-wrapper {
  margin-bottom: 10px;
}
.employees__radio-wrapper .form-radio {
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #7A0867;
  top: 7px;
  height: 20px;
  width: 20px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}
.employees__radio-wrapper .form-radio ::selection {
  background: #FFFFFF;
}
.employees__radio-wrapper .form-radio:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #7A0867;
}
.employees__radio-wrapper .form-radio:checked {
  background-color: #FFFFFF;
  border: 1px solid #7A0867;
}
.employees__radio-wrapper label {
  color: #7A7A7A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.employees__card {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  max-width: 500px;
  display: block;
  margin: 0 auto 30px auto;
  padding: 20px;
}
.employees__card--has-photo {
  margin: 125px auto 30px auto;
}
.employees__photo {
  width: 250px;
  height: auto;
  display: block;
  margin: -125px auto 25px auto;
}
.employees__card-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.employees__card-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.comment-box {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.comment-box__headline {
  line-height: 2.85rem;
  margin-bottom: 10px;
}
.comment-box__form {
  display: flex;
  flex-direction: column;
}
.comment-box__form input:focus {
  box-shadow: 0 0 0 0 transparent;
}
.comment-box__input {
  font-size: 1.4rem;
  line-height: 2rem;
  min-width: 100%;
  border: none;
  min-height: 50px;
}
.comment-box__input::placeholder {
  white-space: pre-line;
  line-break: normal;
}
.comment-box__text-field {
  padding: 0 15px 20px 15px;
  border: 1px solid #1F251F;
  color: #222222;
  min-height: 461px;
  width: 100%;
  margin-bottom: 10px;
}
.comment-box__date {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  color: #66AE9B;
  margin-bottom: 5px;
}
.comment-box__text {
  font-size: 1.7rem;
  line-height: 2.6rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #222222;
}
.comment-box__text:last-child {
  border-bottom: none;
}
.comment-box__button {
  margin-bottom: 30px;
}

.filter__wrapper {
  display: flex;
  border: 3px solid #66AE9B;
  min-width: 232px;
  margin-bottom: 30px;
  min-height: 110px;
}
.filter__form--distributor {
  word-break: break-word;
  max-width: 210px;
}
.filter__form:not(:first-child) {
  border-top: 3px solid #66AE9B;
}
@media only screen and (min-width: 768px) {
  .filter__form:not(:first-child) {
    border-top: none;
    border-left: 3px solid #66AE9B;
  }
}
.filter__item {
  overflow: visible;
  word-wrap: break-word;
  white-space: normal;
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.6rem;
  border-right: 3px solid #66AE9B;
  min-height: 45px;
  cursor: pointer;
  background-color: #FFFFFF;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  padding: 5px;
}
.filter__item:last-child {
  border-right: 0;
}
.filter__item:focus {
  color: #000000;
}
.filter__item:hover {
  background-color: #66AE9B;
  color: #FFFFFF;
  width: 100%;
}
.filter__item--active {
  background-color: #66AE9B;
  color: #FFFFFF;
  width: 100%;
}
.filter__item--active:hover {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}

.table__container {
  width: 90vw;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  margin: 40px auto 0 auto;
  padding-right: 14px;
  padding-left: 13px;
}
.table__wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.table__wrapper--border {
  border-radius: 9px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
}
.table__info {
  margin-bottom: 60px;
}
.table__row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 2fr 3fr 1fr 2fr 1fr 1fr;
  min-height: 80px;
  width: 100%;
  word-break: keep-all;
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
}
.table__row--shadow {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.table__row--email-conversation {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 10px 30px;
}
.table__row--email-template {
  grid-template-columns: 3fr;
  padding: 10px 30px;
}
.table__data {
  align-self: center;
  padding-left: 10px;
}
.table__data--headline {
  display: flex;
  justify-content: space-between;
}
.table__data--subject-line {
  width: 90%;
}
.table__form {
  display: inline;
}
.table__email-context {
  border-bottom: 1px solid #909090;
  padding: 10px 0;
}
.table__email-context:last-child {
  border-bottom: 0;
}

.employee-denies-lead {
  padding: 30px 29px 25px;
}
.employee-denies-lead__link {
  color: #222222;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: bold;
}

.invoice-form__container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
}
.invoice-form__container textarea {
  height: 10em;
}
@media only screen and (min-width: 768px) {
  .invoice-form__container {
    grid-template-columns: 1fr 1fr;
  }
}

.old-crm__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;
  margin-bottom: 30px;
}
.old-crm__list {
  display: grid;
  grid-template-columns: 4fr 1fr;
  margin-left: auto;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 30px;
}
.old-crm__comments-box {
  margin-bottom: 30px;
}
.old-crm__textbox {
  max-height: 200px;
}
.old-crm__comment {
  border-bottom: 2px solid #66AE9B;
  margin-bottom: 15px;
  padding: 10px;
}
.old-crm__button {
  margin-bottom: 30px;
}

.workship-profile-requests__container {
  margin-bottom: 30px;
}
.workship-profile-requests__has-city {
  color: #66AE9B;
  word-break: break-word;
  padding-bottom: 5px;
  padding-top: 5px;
  hyphens: auto;
}
.workship-profile-requests__has-no-city {
  color: red;
  word-break: break-word;
  padding-bottom: 5px;
  padding-top: 5px;
  hyphens: auto;
}
.workship-profile-requests__table {
  width: 100%;
  margin-bottom: 30px;
}
.workship-profile-requests__table-row {
  padding: 5px;
  width: 100%;
  display: block;
  display: grid;
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(7, 1fr);
}
.workship-profile-requests__table-row--deactivated {
  background-color: rgba(242, 38, 19, 0.3);
}
.workship-profile-requests__table-row--shadow {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.workship-profile-requests__table-head {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  text-align: left;
  padding: 10px 10px 10px 10px;
}
.workship-profile-requests__table-data {
  display: grid;
  align-items: center;
  padding: 10px 10px 10px 10px;
  word-break: keep-all;
}
.workship-profile-requests__table-data--button-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}
.workship-profile-requests__link {
  color: #7A0867;
}

.customer-header {
  background: linear-gradient(-269deg, #2E332D 19%, #1F251F 73%);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 960px) {
  .customer-header {
    padding-top: 30px;
  }
}
.customer-header__statebar-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}
.customer-header__content {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .customer-header__content {
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
  }
}
.customer-header__image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .customer-header__image {
    display: block;
    position: absolute;
    width: 388px;
    height: auto;
    right: 30px;
    bottom: -80px;
  }
}
.customer-header__headline {
  font-size: 2.2rem;
  line-height: 1.25em;
  text-align: center;
  align-self: center;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .customer-header__headline {
    font-size: calc(2.2rem + (1.6 * 10) * (100vw - 480px) / 480);
  }
}
@media screen and (min-width: 960px) {
  .customer-header__headline {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .customer-header__headline {
    text-align: left;
  }
}

.lead-accepted-offer {
  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;
}

.customers {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .customers {
    margin-top: 90px;
    grid-gap: 55px;
    grid-template-columns: 2fr 1fr;
  }
}
.customers__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;
  padding-right: 14px;
  padding-left: 13px;
}
.customers__leads {
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .customers__leads {
    order: 1;
  }
}
.customers__details {
  order: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .customers__details {
    order: 2;
  }
}
.customers__personal-details {
  padding: 25px;
  background-color: #FFFFFF;
  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: 1024px) {
  .customers__personal-details {
    position: sticky;
    top: 20px;
  }
}
.customers__contact-text {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  color: #7A7A7A;
}
.customers__card-headline {
  padding: 10px 10px 5px 0px;
}
.customers__contact-invoice-data {
  margin-bottom: 25px;
  background-color: rgba(216, 216, 216, 0.2);
  padding: 15px 12px;
}
.customers__form-button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.leads {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 30px;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .leads {
    margin-top: 45px;
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .leads__customer-container {
    grid-template-columns: 3fr 1fr;
  }
}
.leads__additional-information {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 960px) {
  .leads__additional-information {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
.leads__form-wrapper {
  margin-bottom: 30px;
}
.leads__text-area {
  margin-bottom: 30px;
}
.leads__content {
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .leads__content {
    order: 1;
  }
}
.leads__document-upload-box {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  background: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .leads__document-upload-box {
    padding: 20px;
  }
}
.leads__document-upload-box-inner-container {
  border: 1px dashed #FFFFFF;
  padding: 30px;
}
.leads__document-upload-box-inner-container--customer {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 960px) {
  .leads__document-upload-box-inner-container--customer {
    grid-template-columns: 1fr 2fr;
  }
}
.leads__checklist {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .leads__checklist {
    grid-gap: 50px;
    grid-template-columns: 240px 1fr 1fr;
  }
}
.leads__checklist-item {
  position: relative;
  color: #FFFFFF;
  padding-left: 25px;
}
.leads__checklist-item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 19px;
  height: 22px;
  background-size: 19px 22px;
  background-repeat: no-repeat;
  background-image: asset-url("/assets/shared/icons/triangle_caution-8ae1c125.svg");
}
.leads__checklist-item--done {
  color: rgba(255, 255, 255, 0.6);
}
.leads__checklist-item--done::before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 15px;
  content: "";
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-image: asset-url("/assets/shared/icons/check_green-c4f4998e.svg");
}
.leads__button-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  justify-content: center;
}
.leads__button-container--checklist {
  margin-top: 35px;
}
.leads__button-container--info {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .leads__button-container {
    padding: 0 100px;
  }
}
.leads__button-container .dz-preview {
  display: none;
}
.leads__button-container .dz-file-preview {
  display: none;
}
.leads__button-container .dz-processing {
  display: none;
}
.leads__button-container .dz-success-mark {
  display: none;
}
.leads__button-container .dz-size {
  display: none;
}
.leads__button-container .dz-error-mark {
  display: none;
}
.leads__data-wrapper {
  position: relative;
}
.leads__data-overview {
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
  padding: 30px;
  margin-bottom: 30px;
  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: 1024px) {
  .leads__data-overview {
    margin-bottom: 75px;
  }
}
.leads__clips {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .leads__clips {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: -60px;
    right: -90px;
  }
}
.leads__seperator {
  width: 100%;
  border-bottom: 1px dashed #3E433D;
  margin: 35px 0;
}
.leads__headline {
  font-weight: 500;
}
.leads__headline--section {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #222222;
  font-weight: 900;
  margin-bottom: 25px;
}
.leads__bold-text {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-family: "Museo-Slab-Bold", serif;
  font-weight: 700;
  margin-bottom: 25px;
}
.leads__file-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .leads__file-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
.leads__file {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.leads__fileicon {
  height: 50px;
  display: block;
  margin: 0 auto 10px auto;
}
.leads__filetype {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  left: 45px;
  top: 35px;
  text-transform: uppercase;
  font-size: 7px;
  text-align: center;
  width: 22px;
}
.leads__filename {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #1F251F;
  white-space: normal;
  word-break: break-all;
}
.leads__document {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leads__text {
  margin-bottom: 25px;
}
.leads__contact-box {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 77px 13px 25px 13px;
  background-color: #FFFFFF;
  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: 1024px) {
  .leads__contact-box {
    max-width: 100%;
    margin-top: -162px;
  }
}
.leads__aside {
  position: relative;
  order: 1;
}
@media only screen and (min-width: 1024px) {
  .leads__aside {
    order: 2;
  }
}
@media only screen and (min-width: 960px) {
  .leads__aside-wrapper {
    z-index: 2;
    position: sticky;
    top: 20px;
  }
}
.leads__informations {
  max-width: 300px;
  margin: 0 auto 20px auto;
  padding: 25px 13px 25px 13px;
  background-color: #FFFFFF;
  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: 1024px) {
  .leads__informations {
    max-width: 100%;
  }
}
.leads__link-to-job {
  margin-top: 30px;
}
.leads__photo-container {
  height: 218px;
  width: 218px;
  overflow: hidden;
}
.leads__employee-photo {
  max-height: 218px;
  max-width: auto;
  display: block;
  margin: -125px auto 25px auto;
}
.leads__data {
  margin-bottom: 10px;
  padding: 0 12px 12px 12px;
}
.leads__product-box {
  padding: 20px 12px;
  background-color: rgba(216, 216, 216, 0.2);
  margin-bottom: 20px;
}

.users__filename {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #7A7A7A;
}
.users__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 65px;
  margin-bottom: 90px;
}
@media only screen and (min-width: 1024px) {
  .users__container {
    grid-template-columns: 1fr 1fr;
  }
}
.users__explanation {
  margin-bottom: 20px;
  background: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  color: #FFFFFF;
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  .users__explanation {
    min-height: 690px;
    margin-bottom: 90px;
  }
}
.users__headline {
  font-size: 3rem;
  line-height: 3.6rem;
}
.users__text {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
}
.users__text--margin {
  margin-bottom: 15px;
}
.users__form {
  background-color: #FFFFFF;
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.users__form .dz-preview {
  display: none;
}
.users__form .dz-file-preview {
  display: none;
}
.users__form .dz-processing {
  display: none;
}
.users__form .dz-success-mark {
  display: none;
}
.users__form .dz-size {
  display: none;
}
.users__form .dz-error-mark {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .users__form {
    max-width: 450px;
    max-height: 690px;
  }
}
.users__input {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #7A7A7A;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  botder-bottom: 1px solid black;
  margin-bottom: 40px;
}
.users__input-wrapper {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 3fr 1fr;
}
.users__form-button {
  width: 100%;
}

.lead-feedback {
  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;
  color: #7A7A7A;
  margin-top: 40px;
  padding-right: 14px;
  padding-left: 13px;
}
.lead-feedback .textfield {
  height: 100%;
  padding-right: 30px;
  border-right: 1px solid #7A7A7A;
}
.lead-feedback__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 960px) {
  .lead-feedback__container {
    grid-template-columns: 1fr 1fr;
  }
}
.lead-feedback__explanation {
  margin-bottom: 30px;
}
.lead-feedback__headline-container {
  display: flex;
  margin-bottom: 30px;
  color: #3E433D;
}
.lead-feedback__headline {
  margin-left: 10px;
  color: #3E433D;
}
.lead-feedback__headline-center {
  text-align: center;
  color: #3E433D;
  margin-bottom: 30px;
}
.lead-feedback__files-container {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.lead-feedback__files {
  list-style-type: circle;
  padding-left: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.lead-feedback__text-area {
  height: 100%;
}
.lead-feedback__form {
  margin-bottom: 30px;
}
.lead-feedback__form--textfield {
  margin-bottom: 30px;
}
.lead-feedback__button {
  margin-bottom: 30px;
  display: block;
  margin: 0 auto;
}

.dashboard-sidebar {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.dashboard-sidebar__form-box {
  margin-bottom: 15px;
  margin-top: 15px;
}
.dashboard-sidebar__box {
  margin-bottom: 20px;
}
.dashboard-sidebar__contact-text {
  display: flex;
  align-items: center;
  word-break: break-all;
  line-height: 1.25;
  margin-bottom: 5px;
}
.dashboard-sidebar__contact-icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
  fill: #66AE9B;
}
.dashboard-sidebar__headline {
  line-height: 2.85rem;
  margin-bottom: 15px;
}
.dashboard-sidebar__text {
  margin-bottom: 10px;
}
.dashboard-sidebar__button {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.dashboard-sidebar #js-textkernel-container .dz-preview {
  display: none;
}

.file-field-product-documents {
  background-image: linear-gradient(45deg, #5A0448 0%, #990B85 100%);
  padding: 20px;
  margin-bottom: 30px;
  background-color: transparent;
}
.file-field-product-documents__text {
  margin-bottom: 30px;
  margin-top: 30px;
}
.file-field-product-documents__link {
  background-color: transparent;
  border: none;
  outline: none;
  text-decoration: underline;
  margin-bottom: 60px;
  margin-right: 5px;
}
.file-field-product-documents__link::last-child {
  margin-right: 0;
}
.file-field-product-documents__link:hover {
  text-decoration: underline;
}
.file-field-product-documents__file-link {
  margin-bottom: 15px;
  display: block;
}
.file-field-product-documents__preview-image {
  width: 196px;
  heigth: auto;
  display: block;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 960px) {
  .file-field-product-documents__preview-image {
    margin: 0;
  }
}
.file-field-product-documents__headline {
  margin-bottom: 10px;
  font-weight: 900;
}
.file-field-product-documents__input {
  background: transparent;
  border: 1px dashed #FFFFFF;
}
.file-field-product-documents__input .dz-message {
  padding: 10px 0;
}
.file-field-product-documents__input .dz-message span {
  color: #FFFFFF;
}
.file-field-product-documents__data-container {
  max-width: 335px;
  min-width: 320px;
  display: block;
  margin: 0 auto;
}
.file-field-product-documents__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-color: white;
  color: #7A0867;
  display: block;
  margin: 0 auto 15px auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .file-field-product-documents__button {
    font-size: 2rem;
    line-height: 2.8rem;
    line-height: 1em;
    padding: 13px 18px;
  }
}
.file-field-product-documents__button:focus {
  outline: 2px dotted #FFFFFF;
}
.file-field-product-documents__button--disabled {
  filter: grayscale(100%);
  background-color: #7A7A7A;
}
.file-field-product-documents__button .dz-preview {
  text-transform: none;
  color: #000000;
}
.file-field-product-documents__button .dz-preview .dz-size {
  display: none;
}
.file-field-product-documents__button .dz-preview .dz-details {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.file-field-product-documents__button .dz-preview .dz-remove {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #7A0867;
}
.file-field-product-documents__file-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.file-field-product-documents__files {
  display: block;
  color: #FFFFFF;
  font-size: 1.7rem;
  line-height: 1.1;
}
.file-field-product-documents__files--customer {
  word-break: break-word;
  font-weight: 400;
  position: relative;
  padding-right: 25px;
}
.file-field-product-documents__files--customer::after {
  position: absolute;
  right: 0;
  content: "";
  background-image: url("/assets/shared/icons/white-arrow-down-8df33d53.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.file-field-product-documents__request-reason {
  display: block;
  color: #FFFFFF;
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-weight: 900;
}
@media only screen and (min-width: 960px) {
  .file-field-product-documents__request-reason--customer {
    margin-left: 40px;
  }
}
.file-field-product-documents__delete {
  display: none;
  width: 10px;
  height: auto;
  margin-left: 2%;
}
.file-field-product-documents__delete--active {
  display: inline-block;
}
.file-field-product-documents .dz-success-mark, .file-field-product-documents .dz-error-mark {
  display: none;
}
.file-field-product-documents .dz-progress {
  background: #f0f0f0;
  width: 295px;
  height: 2rem;
  margin-block: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.file-field-product-documents .dz-progress:before {
  content: attr(data-value);
  position: absolute;
  left: calc(295px / 2);
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
  color: #7A0867;
}
.file-field-product-documents .dz-upload {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
  display: block;
  background: #7A0867;
  height: 2rem;
  width: 0%;
}
.file-field-product-documents .dz-upload:before {
  content: attr(data-value);
  position: absolute;
  left: calc(295px / 2);
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.file-field-product-documents__toggle-button {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: #FFFFFF;
  display: block;
  margin: 0 auto 15px auto;
}
.file-field-product-documents__toggle-button:hover {
  text-decoration: underline;
}
.file-field-product-documents__button-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-weight: 400;
  grid-gap: 15px;
  margin-top: 15px;
}
.file-field-product-documents__accept-button {
  width: 100%;
  margin-bottom: 15px;
}

.statebar {
  display: none;
}
@media only screen and (min-width: 960px) {
  .statebar {
    display: flex;
    flex-wrap: nowrap;
  }
}
.statebar__state-text {
  margin-bottom: 30px;
}
.statebar__customer {
  max-width: 60%;
}
.statebar__icon {
  display: block;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.statebar__icon--user {
  background-image: url("/assets/shared/icons/user-7e169b44.svg");
  opacity: 0.5;
}
.statebar__icon--active {
  background-image: url("/assets/shared/icons/user-colored-5043766e.svg");
}
.statebar__icon--user-visited {
  opacity: 1;
}
.statebar__icon--editor {
  background-image: url("/assets/shared/icons/pen-b48953ec.svg");
  background-size: 30px;
}
.statebar__checkbox {
  width: 12px;
  height: 12px;
  border: 2px solid #909290;
  border-radius: 50%;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.statebar__text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
  hyphens: auto;
}
.statebar__text--active {
  color: #FFFFFF;
}
.statebar__form {
  width: 100%;
  display: block;
}
.statebar__update-state-link {
  font-size: 1.2rem;
  line-height: 1.4rem;
  background: #66AE9B;
  border: 1px solid #66AE9B;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -7px;
  padding: 2px 4px;
  opacity: 0;
  transition: all ease 0.2s;
  cursor: pointer;
}
.statebar__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-basis: 33.332%;
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 10px 5px 20px 5px;
  transition: all ease 0.2s;
}
@media only screen and (min-width: 768px) {
  .statebar__item {
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .statebar__item {
    flex-basis: none;
    margin-bottom: 0;
  }
}
.statebar__item:after {
  content: "";
  height: 2px;
  background-color: #909290;
  position: absolute;
  top: 50px;
  z-index: 2;
}
.statebar__item:first-child:after {
  display: none;
}
.statebar__item:before {
  content: "";
  width: calc(100% - 10px);
  height: 2px;
  background-color: #909290;
  position: absolute;
  left: calc(50% + 6px);
  top: 50px;
  z-index: 2;
}
.statebar__item:last-child:before {
  display: none;
}
.statebar__item:hover {
  border: 1px solid #66AE9B;
  background: rgba(255, 255, 255, 0.05);
  transition: all ease 0.2s;
}
.statebar__item:hover .statebar__update-state-link {
  opacity: 1;
  transition: all ease 0.2s;
}
.statebar__item--active:after {
  background-color: #66AE9B;
  position: absolute;
  left: calc(-50% + 6px);
  top: 50px;
  z-index: 0;
}
.statebar__item--active:before {
  background-color: #66AE9B;
  position: absolute;
  left: calc(50% + 6px);
  top: 50px;
  z-index: 0;
}
.statebar__item--active .statebar__checkbox {
  border-color: #66AE9B;
}
.statebar__item--active .statebar__checkbox:before {
  content: "";
  display: block;
  background-image: url("/assets/shared/icons/haken-light-04407c38.svg");
  width: 11px;
  height: 9px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  position: absolute;
  left: 1;
  top: -2;
}
.statebar__item--active .statebar__icon {
  opacity: 1;
}

.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;
}

.job-table__wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.job-table__row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 3fr 1fr 3fr 2fr;
  min-height: 80px;
  width: 100%;
  word-break: keep-all;
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
}
.job-table__row--shadow {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.job-table__data {
  align-self: center;
  padding-left: 10px;
}
.job-table__data--headline {
  text-align: left;
  font-weight: bold;
}
.job-table__icon-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  grid-gap: 10px;
}

.backyard__header {
  height: 75px;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.21), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.backyard__navigation-link {
  white-space: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 20px 15px;
}
.backyard__headline-button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.backyard__invisible-container {
  display: none;
}
.backyard__container {
  margin-bottom: 30px;
}
.backyard__container--explanation {
  background: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  padding: 30px;
  color: #FFFFFF;
}
.backyard__container--explanation .text {
  color: #FFFFFF;
  margin-bottom: 15px;
}

.cities__table {
  width: 100%;
  margin-bottom: 30px;
}
.cities__table-head {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  text-align: left;
  padding: 10px 10px;
}
.cities__table-row:nth-child(even) {
  background-color: #F5F5F5;
}
.cities__table-data {
  padding: 10px 10px;
}

.recruiter-content__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.recruiter-content__col1 {
  width: 45%;
}
.recruiter-content__col2 {
  width: 45%;
}

.dashboard-filter {
  background: #F5F5F5;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #7A7A7A;
}

.filter-form {
  display: flex;
  align-items: end;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filter-form__label {
  font-weight: 600;
  color: #1F251F;
  font-size: 14px;
}

.filter-form__select {
  padding: 8px 12px;
  border: 1px solid #7A7A7A;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 14px;
  min-width: 180px;
}
.filter-form__select:focus {
  outline: none;
  border-color: #7A0867;
  box-shadow: 0 0 0 2px rgba(122, 8, 103, 0.25);
}

.filter-form__submit {
  background: #66AE9B;
  color: #FFFFFF;
  border: 1px solid #66AE9B;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 110px;
}
.filter-form__submit:hover {
  background: #FFFFFF;
  color: #66AE9B;
  border-color: #66AE9B;
}
.filter-form__submit:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(102, 174, 155, 0.25);
}

.dashboard-stats {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.dashboard-stats__main,
.stats-table-wrapper {
  grid-column: 1/-1;
}

.dashboard-stats__main {
  background: linear-gradient(54deg, #337F6E 0%, #66AE9B 100%);
  color: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.dashboard-stats__title {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
}

.dashboard-stats__count {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.dashboard-stats__comparison {
  background: #FFFFFF;
  border: 1px solid #7A7A7A;
  border-radius: 8px;
  padding: 20px;
}

.dashboard-stats__subtitle {
  margin: 0 0 20px 0;
  color: #1F251F;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid rgba(216, 216, 216, 0.2);
  padding-bottom: 10px;
}

.dashboard-stats__comparison p {
  margin: 8px 0;
  padding: 8px 12px;
  background: #F5F5F5;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-stats__comparison p:hover {
  background: #7A7A7A;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .filter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-form__select {
    min-width: auto;
  }

  .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .dashboard-stats__main {
    padding: 20px;
  }

  .dashboard-stats__count {
    font-size: 36px;
  }
}
.dashboard-actions {
  margin-top: 40px;
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #7A7A7A;
  border-radius: 8px;
}

.dashboard-actions__title {
  margin: 0 0 20px 0;
  color: #1F251F;
  font-size: 18px;
  font-weight: 600;
}

.dashboard-actions__buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.dashboard-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 140px;
  text-align: center;
}
.dashboard-download-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.dashboard-download-btn:active {
  transform: translateY(0);
}

.dashboard-download-btn--all {
  background: #66AE9B;
  color: #FFFFFF;
  border: 2px solid #66AE9B;
}
.dashboard-download-btn--all:hover {
  background: #FFFFFF;
  color: #66AE9B;
}

.dashboard-download-btn--google {
  background: #7A0867;
  color: #FFFFFF;
  border: 2px solid #7A0867;
}
.dashboard-download-btn--google:hover {
  background: #FFFFFF;
  color: #7A0867;
}

@media (max-width: 768px) {
  .dashboard-actions {
    padding: 20px;
  }

  .dashboard-actions__buttons {
    flex-direction: column;
  }

  .dashboard-download-btn {
    width: 100%;
    min-width: auto;
  }
}
.stats-table {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  font-size: 1.6rem;
}
.stats-table__header, .stats-table__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  align-items: center;
}
.stats-table__header {
  font-weight: bold;
  color: #333;
}
.stats-table__row:nth-child(odd) {
  background-color: #f9f9f9;
}
.stats-table__cell {
  text-align: right;
}
.stats-table__cell--name {
  text-align: left;
}

.pool__table {
  min-width: 100%;
  margin-bottom: 60px;
  margin-top: 60px;
}
.pool__headline {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 3fr 1fr 2fr 2fr 2fr 1fr;
  font-weight: 900;
  word-break: keep-all;
}
.pool__row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 3fr 1fr 2fr 2fr 2fr 1fr;
  min-height: 60px;
  min-width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
}
.pool__row--headline {
  min-height: 0;
}
.pool__row--shadow {
  box-shadow: 0 15px 40px -20px rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.pool__data {
  display: flex;
  align-items: center;
  word-break: break-all;
  hyphens: auto;
}
.pool__button {
  align-self: center;
}
