/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/**
 * project colors
 */
/**
 * base color definitions
 */
/**
 * error color
 */
/**
 * interaction color definitions
 */
/**
 * accessibility
 */
/**
 * project colors
 */
/**
 * base color definitions
 */
/**
 * error color
 */
/**
 * interaction color definitions
 */
/**
 * accessibility
 */
/**
 * common colors for form elements
 * these elements are a little bit detached
 * maybe this has to be discussed
 */
/**
 * gaps, defined in styleguide
 * use in future these gaps
 */
/* latin 400 */
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin 600 */
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin 700 */
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin 800 */
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Extrabold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
}

/**
 * this is used to grow the main content
 * footer will always on bottom
 */
.page {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

:root {
  --active-color: #388D4F;
  --hover-color: rgba(56, 141, 79, 0.85);
  --disabled-color: #D8D8D8;
}

:root {
  --gutter: 1.875rem;
  --outer-padding: 1.875rem;
  --max-width: 79.75rem;
}
@media only screen and (max-width: 767px) {
  :root {
    --gutter: 0.875rem;
    --outer-padding: 0.875rem;
  }
}

:focus {
  outline: 2px dotted #388D4F;
}

::-moz-focus-inner {
  border: none;
}

/* latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/NunitoSans-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/NunitoSans-Semibold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/NunitoSans-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/NunitoSans-Extrabold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #171717;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.375;
  font-weight: 600;
  margin: 0;
  padding: 0.5rem 0.875rem;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  [type=color]:hover:not(:disabled), [type=date]:hover:not(:disabled), [type=datetime]:hover:not(:disabled), [type=datetime-local]:hover:not(:disabled), [type=email]:hover:not(:disabled), [type=month]:hover:not(:disabled), [type=number]:hover:not(:disabled), [type=password]:hover:not(:disabled), [type=search]:hover:not(:disabled), [type=tel]:hover:not(:disabled), [type=text]:hover:not(:disabled), [type=time]:hover:not(:disabled), [type=url]:hover:not(:disabled), [type=week]:hover:not(:disabled), input:not([type]):hover:not(:disabled), textarea:hover:not(:disabled) {
    border-color: #adadad;
  }
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #171717;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 5px rgba(23, 23, 23, 0.7);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 5px rgba(23, 23, 23, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #cdcdcd;
  cursor: not-allowed;
}
[type=color]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=datetime]::-webkit-input-placeholder, [type=datetime-local]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=text]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=week]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #D8D8D8;
}
[type=color]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=email]::-moz-placeholder, [type=month]::-moz-placeholder, [type=number]::-moz-placeholder, [type=password]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=text]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=week]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #D8D8D8;
}
[type=color]:-ms-input-placeholder, [type=date]:-ms-input-placeholder, [type=datetime]:-ms-input-placeholder, [type=datetime-local]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=month]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=search]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=text]:-ms-input-placeholder, [type=time]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=week]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #D8D8D8;
}
[type=color]::-ms-input-placeholder, [type=date]::-ms-input-placeholder, [type=datetime]::-ms-input-placeholder, [type=datetime-local]::-ms-input-placeholder, [type=email]::-ms-input-placeholder, [type=month]::-ms-input-placeholder, [type=number]::-ms-input-placeholder, [type=password]::-ms-input-placeholder, [type=search]::-ms-input-placeholder, [type=tel]::-ms-input-placeholder, [type=text]::-ms-input-placeholder, [type=time]::-ms-input-placeholder, [type=url]::-ms-input-placeholder, [type=week]::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #D8D8D8;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #D8D8D8;
}

textarea {
  /**
   * allow only vertical resizing
   * for minimal stabilization of the layout
   */
  resize: vertical;
}

input[type=color] {
  min-height: 40px;
  padding: 0.25rem 0.35rem;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

img,
picture,
video,
figure {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: white;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  color: #171717;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.375;
  font-weight: 600;
}
select::-ms-expand {
  display: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #171717;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  margin: 2rem 0 1rem;
}
@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 3rem 0 1.38rem;
  }
}

h1 {
  font-size: 1.75rem;
  letter-spacing: 0em;
  line-height: 1.1428571429;
  font-weight: 700;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.125;
  }
}

h2 {
  font-size: 1.375rem;
  letter-spacing: 0em;
  line-height: 1.1818181818;
  font-weight: 700;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.625rem;
    letter-spacing: 0em;
    line-height: 1.1538461538;
  }
}

h3 {
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 1.2222222222;
  font-weight: 700;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.375rem;
    letter-spacing: 0em;
    line-height: 1.1818181818;
  }
}

h4 {
  font-size: 1.25rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 700;
  color: inherit;
}

h5 {
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 1.2222222222;
  font-weight: 700;
  color: inherit;
}

h6 {
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 700;
  color: inherit;
}

/* do not style anchor here, but in text-formatted class */
a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

.button {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.2857142857;
  padding: 0.5714285714em 1.1428571429em;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .button:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .button {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.25;
  }
}
.button--primary {
  background-color: #388D4F;
  color: white;
  border-color: #388D4F;
}
.button--primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .button--primary:disabled:hover {
    opacity: 0.5;
    cursor: not-allowed;
    color: white;
    background-color: #388D4F;
  }
}
.button--secondary {
  background-color: transparent;
  color: #388D4F;
  border-color: #388D4F;
}
.button--secondary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .button--secondary:disabled:hover {
    opacity: 0.5;
    cursor: not-allowed;
    color: #388D4F;
    background-color: transparent;
  }
}
.button--primary.button--without-border {
  padding: 0;
  border: none;
  background-color: transparent;
  color: white;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .button--primary.button--without-border:hover {
    background-color: transparent;
    color: white;
  }
}
.button--primary.button--without-border:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .button--primary.button--without-border:disabled:hover {
    opacity: 0.5;
    cursor: not-allowed;
    color: white;
  }
}
.button--secondary.button--without-border {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #388D4F;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .button--secondary.button--without-border:hover {
    background-color: transparent;
    color: #388D4F;
  }
}
.button--secondary.button--without-border:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .button--secondary.button--without-border:disabled:hover {
    opacity: 0.5;
    cursor: not-allowed;
    color: #388D4F;
  }
}
.button--critical-operation {
  background-color: transparent;
  border-color: #CA1719;
  color: #CA1719;
}
.button--critical-operation:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .button--critical-operation:disabled:hover {
    opacity: 0.5;
    cursor: not-allowed;
    color: #CA1719;
    background-color: transparent;
  }
}
.button--critical-operation.button--without-border {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #CA1719;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .button--critical-operation.button--without-border:hover {
    background-color: transparent;
    color: #CA1719;
  }
}
.button--critical-operation.button--without-border:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .button--critical-operation.button--without-border:disabled:hover {
    opacity: 0.5;
    cursor: not-allowed;
    color: #CA1719;
  }
}
.button__tooltip-wrapper {
  position: relative;
  display: inline-block;
}
.button__tooltip-wrapper:hover .button__tooltip-text {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  visibility: visible;
  opacity: 1;
}
.button__tooltip-text {
  position: absolute;
  top: -20%;
  left: 50%;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-transform: translate(-50%, -115%);
  transform: translate(-50%, -115%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(218, 241, 221, 0.95);
  border-radius: 3px;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.2857142857;
  color: #171717;
  padding: 0.3rem 1.125rem;
  text-align: center;
}
.button__tooltip-text--wide {
  max-width: 17.5rem;
}
.button__tooltip-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(218, 241, 221, 0.95) transparent transparent transparent;
}

.checkbox-slider__wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.checkbox-slider__input {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.checkbox-slider__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D8D8D8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: calc(calc(1.25rem * 2) / 2);
  width: calc(1.25rem * 2);
  height: 1.5rem;
}
.checkbox-slider__slider:before {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  left: 0.125rem;
  bottom: 0.125rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.checkbox-slider__label {
  position: relative;
  left: calc(calc(1.25rem * 2) + 0.625rem);
}
.checkbox-slider input:checked + .checkbox-slider__wrapper > .checkbox-slider__slider {
  background-color: #171717;
}
.checkbox-slider input:checked + .checkbox-slider__wrapper > .checkbox-slider__slider:before {
  -webkit-transform: translateX(calc(1.25rem - 2 * 0.125rem));
  transform: translateX(calc(1.25rem - 2 * 0.125rem));
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.component-group-selection__left-column .checkbox {
  width: 100%;
}
.checkbox__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 1.875rem;
  width: 1.875rem;
  color: var(--active-color);
  background: white;
  border: 1px solid #D8D8D8;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.checkbox__input:focus + .checkbox .checkbox__icon-wrapper {
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 5px rgba(23, 23, 23, 0.7);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 5px rgba(23, 23, 23, 0.7);
}
.checkbox--disabled .checkbox__icon-wrapper {
  color: #808080;
  background: #D8D8D8;
}
.checkbox--small .checkbox__icon-wrapper {
  height: 1.375rem;
  width: 1.375rem;
}
.checkbox__label {
  color: #171717;
  font-weight: 400;
}
.checkbox__label:not(.visually-hidden) {
  margin-left: 0.5rem;
}
.component-group-selection__left-column .checkbox__label {
  font-weight: 700;
  color: #171717;
  margin-right: 0.8rem;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.checkbox--error .checkbox__label {
  color: #CA1719;
}
.checkbox__label a {
  text-decoration: none;
  word-break: break-word;
  color: var(--active-color);
  font-weight: 700;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .checkbox__label a[href]:hover {
    text-decoration: none;
    color: var(--hover-color);
  }
}
.checkbox__label a[href*="/download/datei"]:before {
  content: "";
  margin-right: 0.5rem;
  margin-bottom: -2px;
  display: inline-block;
  background-color: var(--active-color);
  width: 16px;
  height: 16px;
  -webkit-mask: url("../images/icons/download.svg") no-repeat 50% 50%;
  mask: url("../images/icons/download.svg") no-repeat 50% 50%;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
}
.checkbox__input:not(:disabled) + .checkbox {
  cursor: pointer;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .checkbox__input:not(:disabled) + .checkbox:hover {
    color: var(--hover-color);
    border-color: var(--hover-color);
  }
}
.checkbox__input:disabled + .checkbox {
  color: rgba(23, 23, 23, 0.5);
}
.checkbox__check {
  position: absolute;
}
.checkbox__input:not(:checked) + .checkbox .checkbox__check {
  visibility: hidden;
}
.checkbox__input:not(:checked) + .checkbox--indeterminate .checkbox__check--indeterminate {
  visibility: visible;
}
.checkbox__input:checked + .checkbox .checkbox__check--indeterminate {
  visibility: hidden;
}
.checkbox--small .checkbox__check--checked {
  margin-left: 8px;
  margin-top: -4px;
}
.checkbox--small .checkbox__check--indeterminate {
  width: 18px;
}
.checkbox__input {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.checkbox__wrapper {
  display: inline-block;
  max-width: 45rem;
}
.component-group-selection__left-column .checkbox__wrapper {
  width: 100%;
}

.divider {
  display: inline-block;
  margin-right: 0.875rem;
  margin-left: 0.875rem;
  background-color: #808080;
  width: 1px;
  height: 24px;
}

.heading {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 2rem 0 1rem;
}
@media only screen and (min-width: 768px) {
  .heading {
    margin: 3rem 0 1.38rem;
  }
}
.heading:first-child {
  margin-top: 0;
}
.heading--1 {
  margin-top: 0;
  font-size: 1.75rem;
  letter-spacing: 0em;
  line-height: 1.1428571429;
  font-weight: 700;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .heading--1 {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.125;
  }
}
.heading--2 {
  font-size: 1.375rem;
  letter-spacing: 0em;
  line-height: 1.1818181818;
  font-weight: 700;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .heading--2 {
    font-size: 1.625rem;
    letter-spacing: 0em;
    line-height: 1.1538461538;
  }
}
.heading--3 {
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 1.2222222222;
  font-weight: 700;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .heading--3 {
    font-size: 1.375rem;
    letter-spacing: 0em;
    line-height: 1.1818181818;
  }
}
.heading--4 {
  font-size: 1.25rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 700;
  color: inherit;
}
.heading--5 {
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 1.2222222222;
  font-weight: 700;
  color: inherit;
}
.heading--6 {
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 700;
  color: inherit;
}

.icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.icon-wrapper--icon-colored {
  color: #388D4F;
}
.icon-wrapper--center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon {
  fill: currentColor;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
.icon--rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon--bg {
  display: inline-block;
  background: url("../images/icons-css.svg?486078e1") no-repeat;
}
.icon--accordion {
  width: 22px;
  height: 22px;
}
.icon--accordion.icon--bg {
  background-position: 0 0;
}
.icon--archive {
  width: 20px;
  height: 18px;
}
.icon--archive.icon--bg {
  background-position: 1.4588859416% 1.4276443868%;
}
.icon--arrow {
  width: 8px;
  height: 12px;
}
.icon--arrow.icon--bg {
  background-position: 2.7631578947% 2.5856496445%;
}
.icon--arrow--shaft {
  width: 20px;
  height: 20px;
}
.icon--arrow--shaft.icon--bg {
  background-position: 3.3156498674% 3.3788174139%;
}
.icon--asterisk {
  width: 15px;
  height: 14px;
}
.icon--asterisk.icon--bg {
  background-position: 4.626569729% 4.6601941748%;
}
.icon--check {
  width: 24px;
  height: 18px;
}
.icon--check.icon--bg {
  background-position: 5.6515957447% 5.5807916937%;
}
.icon--check--indeterminate {
  width: 24px;
  height: 18px;
}
.icon--check--indeterminate.icon--bg {
  background-position: 7.2473404255% 6.7488643738%;
}
.icon--check-circle {
  width: 20px;
  height: 20px;
}
.icon--check-circle.icon--bg {
  background-position: 8.8196286472% 7.9272254711%;
}
.icon--clone {
  width: 20px;
  height: 20px;
}
.icon--clone.icon--bg {
  background-position: 10.1458885942% 9.2267706303%;
}
.icon--close {
  width: 24px;
  height: 24px;
}
.icon--close.icon--bg {
  background-position: 11.5026595745% 10.5537459283%;
}
.icon--close--big {
  width: 28px;
  height: 28px;
}
.icon--close--big.icon--bg {
  background-position: 13.1333333333% 12.148922273%;
}
.icon--compare {
  width: 22px;
  height: 26px;
}
.icon--compare.icon--bg {
  background-position: 14.9402390438% 13.9595564253%;
}
.icon--copy {
  width: 20px;
  height: 20px;
}
.icon--copy.icon--bg {
  background-position: 16.3793103448% 15.5945419103%;
}
.icon--data {
  width: 20px;
  height: 20px;
}
.icon--data.icon--bg {
  background-position: 17.7055702918% 16.8940870695%;
}
.icon--down {
  width: 22px;
  height: 22px;
}
.icon--down.icon--bg {
  background-position: 19.0571049137% 18.2173064411%;
}
.icon--download {
  width: 20px;
  height: 20px;
}
.icon--download.icon--bg {
  background-position: 20.4907161804% 19.6231319038%;
}
.icon--export {
  width: 22px;
  height: 18px;
}
.icon--export.icon--bg {
  background-position: 21.8459495352% 20.8955223881%;
}
.icon--eye {
  width: 20px;
  height: 20px;
}
.icon--eye.icon--bg {
  background-position: 23.275862069% 22.0922677063%;
}
.icon--folder {
  width: 22px;
  height: 26px;
}
.icon--folder.icon--bg {
  background-position: 24.6347941567% 23.4833659491%;
}
.icon--forward {
  width: 22px;
  height: 26px;
}
.icon--forward.icon--bg {
  background-position: 26.0956175299% 25.1793868232%;
}
.icon--gear {
  width: 20px;
  height: 20px;
}
.icon--gear.icon--bg {
  background-position: 27.5198938992% 26.7706302794%;
}
.icon--generate {
  width: 20px;
  height: 20px;
}
.icon--generate.icon--bg {
  background-position: 28.8461538462% 28.0701754386%;
}
.icon--graphic {
  width: 22px;
  height: 26px;
}
.icon--graphic.icon--bg {
  background-position: 30.2124833997% 29.4846705806%;
}
.icon--group {
  width: 22px;
  height: 26px;
}
.icon--group.icon--bg {
  background-position: 31.6733067729% 31.1806914547%;
}
.icon--import {
  width: 26px;
  height: 26px;
}
.icon--import.icon--bg {
  background-position: 33.2223701731% 32.8767123288%;
}
.icon--info {
  width: 20px;
  height: 20px;
}
.icon--info.icon--bg {
  background-position: 34.8143236074% 34.4379467186%;
}
.icon--link-external {
  width: 20px;
  height: 20px;
}
.icon--link-external.icon--bg {
  background-position: 36.1405835544% 35.7374918778%;
}
.icon--list {
  width: 22px;
  height: 26px;
}
.icon--list.icon--bg {
  background-position: 37.5166002656% 37.1819960861%;
}
.icon--lists {
  width: 22px;
  height: 26px;
}
.icon--lists.icon--bg {
  background-position: 38.9774236388% 38.8780169602%;
}
.icon--mail {
  width: 22px;
  height: 15px;
}
.icon--mail.icon--bg {
  background-position: 40.438247012% 40.2849740933%;
}
.icon--menu {
  width: 40px;
  height: 40px;
}
.icon--menu.icon--bg {
  background-position: 42.4059139785% 41.935483871%;
}
.icon--menu-close {
  width: 40px;
  height: 40px;
}
.icon--menu-close.icon--bg {
  background-position: 45.0940860215% 44.56879526%;
}
.icon--notification--error {
  width: 25px;
  height: 25px;
}
.icon--notification--error.icon--bg {
  background-position: 47.3053892216% 46.740547588%;
}
.icon--notification--notice {
  width: 25px;
  height: 25px;
}
.icon--notification--notice.icon--bg {
  background-position: 48.9687292083% 48.370273794%;
}
.icon--notification--success {
  width: 25px;
  height: 25px;
}
.icon--notification--success.icon--bg {
  background-position: 50.6320691949% 50%;
}
.icon--notification--warning {
  width: 25px;
  height: 25px;
}
.icon--notification--warning.icon--bg {
  background-position: 52.2954091816% 51.629726206%;
}
.icon--pdf {
  width: 22px;
  height: 26px;
}
.icon--pdf.icon--bg {
  background-position: 53.8512616202% 53.2941943901%;
}
.icon--pencil {
  width: 20px;
  height: 20px;
}
.icon--pencil.icon--bg {
  background-position: 55.2387267905% 54.77582846%;
}
.icon--plus {
  width: 20px;
  height: 20px;
}
.icon--plus.icon--bg {
  background-position: 56.5649867374% 56.0753736192%;
}
.icon--quote {
  width: 26px;
  height: 22px;
}
.icon--quote.icon--bg {
  background-position: 58.1225033289% 57.4495770982%;
}
.icon--radio {
  width: 12px;
  height: 12px;
}
.icon--radio.icon--bg {
  background-position: 59.3007915567% 58.5003232062%;
}
.icon--radio--smiley-off-1 {
  width: 48px;
  height: 48px;
}
.icon--radio--smiley-off-1.icon--bg {
  background-position: 61.5540540541% 60.6882859034%;
}
.icon--radio--smiley-off-2 {
  width: 48px;
  height: 48px;
}
.icon--radio--smiley-off-2.icon--bg {
  background-position: 64.7972972973% 63.8649900728%;
}
.icon--radio--smiley-off-3 {
  width: 48px;
  height: 48px;
}
.icon--radio--smiley-off-3.icon--bg {
  background-position: 68.0405405405% 67.0416942422%;
}
.icon--radio--smiley-off-4 {
  width: 48px;
  height: 48px;
}
.icon--radio--smiley-off-4.icon--bg {
  background-position: 71.2837837838% 70.2183984116%;
}
.icon--radio--smiley-off-5 {
  width: 48px;
  height: 48px;
}
.icon--radio--smiley-off-5.icon--bg {
  background-position: 74.527027027% 73.3951025811%;
}
.icon--radio--smiley-on-1 {
  width: 48px;
  height: 48px;
}
.icon--radio--smiley-on-1.icon--bg {
  background-position: 77.7702702703% 76.5718067505%;
}
.icon--radio--smiley-on-2 {
  width: 48px;
  height: 48px;
}
.icon--radio--smiley-on-2.icon--bg {
  background-position: 81.0135135135% 79.7485109199%;
}
.icon--radio--smiley-on-3 {
  width: 48px;
  height: 48px;
}
.icon--radio--smiley-on-3.icon--bg {
  background-position: 84.2567567568% 82.9252150893%;
}
.icon--radio--smiley-on-4 {
  width: 48px;
  height: 48px;
}
.icon--radio--smiley-on-4.icon--bg {
  background-position: 87.5% 86.1019192588%;
}
.icon--radio--smiley-on-5 {
  width: 48px;
  height: 48px;
}
.icon--radio--smiley-on-5.icon--bg {
  background-position: 90.7432432432% 89.2786234282%;
}
.icon--select {
  width: 12px;
  height: 6px;
}
.icon--select.icon--bg {
  background-position: 91.7546174142% 89.9549259498%;
}
.icon--share {
  width: 20px;
  height: 20px;
}
.icon--share.icon--bg {
  background-position: 93.0371352785% 91.1630929175%;
}
.icon--submenu {
  width: 18px;
  height: 18px;
}
.icon--submenu.icon--bg {
  background-position: 94.238410596% 92.3426346528%;
}
.icon--tan {
  width: 22px;
  height: 26px;
}
.icon--tan.icon--bg {
  background-position: 95.6839309429% 93.9986953686%;
}
.icon--trash {
  width: 20px;
  height: 20px;
}
.icon--trash.icon--bg {
  background-position: 97.0159151194% 95.3216374269%;
}
.icon--up {
  width: 22px;
  height: 22px;
}
.icon--up.icon--bg {
  background-position: 98.4727755644% 96.7469095641%;
}
.icon--vertical-divider {
  width: 1px;
  height: 24px;
}
.icon--vertical-divider.icon--bg {
  background-position: 98.5592665357% 98.3061889251%;
}
.icon--xls {
  width: 22px;
  height: 26px;
}
.icon--xls.icon--bg {
  background-position: 100% 100%;
}

.input--number:invalid:focus, .input--number.error {
  border-color: #CA1719;
  color: #CA1719;
}

.list--disc, .list--decimal {
  padding-left: 1.875rem;
}
.list--disc {
  list-style: disc;
}
.list--decimal {
  list-style: decimal;
}
.list--icon-links {
  list-style: none;
  margin-top: 0.8rem;
  margin-bottom: 1.875rem;
}
.list--comma > .list__item {
  display: inline;
}
.list--comma > .list__item:not(:last-child)::after {
  content: ", ";
}
.list--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list--row > .list__item:not(:last-child) {
  margin-right: 0.5rem;
}
.list--zebra > .list__item {
  padding: 0.8rem;
}
.list--zebra > .list__item:nth-child(2n+1) {
  background: #F4F1ED;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #171717;
}
.radio--image-preview {
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .radio--image-preview {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto 1fr;
    grid-template: "icon label" "preview preview"/auto 1fr;
  }
  .radio--image-preview > *:nth-child(1) {
    grid-area: icon;
  }
  .radio--image-preview > *:nth-child(2) {
    grid-area: label;
  }
  .radio--image-preview > *:nth-child(3) {
    grid-area: preview;
  }
}
.radio__icon-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
  grid-template: "icon"/1fr;
  height: 1.125rem;
  width: 1.125rem;
  color: #171717;
  background: white;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.radio__icon-wrapper--matrix {
  height: 1.875rem;
  width: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .radio__icon-wrapper--smiley, .radio__icon-wrapper--button, .radio__icon-wrapper--matrix {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .radio__icon-wrapper--matrix {
    border-radius: 0;
  }
  .radio__icon-wrapper--smiley {
    color: transparent;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    width: 100%;
  }
}
.radio__icon-wrapper--small {
  height: 0.875rem;
  width: 0.875rem;
}
.radio__input:focus + .radio .radio {
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 5px rgba(23, 23, 23, 0.7);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 5px rgba(23, 23, 23, 0.7);
}
.radio__label {
  display: inline-block;
}
.radio:not(.radio--matrix .radio__label), .radio:not(.radio--button .radio__label), .radio:not(.radio--smiley .radio__label) {
  color: #171717;
  font-weight: 700;
}
.radio:not(.radio--button) .radio__label:not(.visually-hidden) {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .radio--matrix .radio__label, .radio--smiley .radio__label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
.radio__input:not(:disabled) + .radio {
  cursor: pointer;
}
.radio__input:disabled + .radio {
  color: rgba(23, 23, 23, 0.5);
}
.radio__check {
  grid-area: icon;
  pointer-events: none;
}
.radio__icon-wrapper > .radio__check {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.radio__input:not(:checked) + .radio:not(.radio--button) .radio__check {
  visibility: hidden;
}
.radio__check--radio--smiley-on {
  height: 3rem;
  width: 3rem;
}
.radio__unchecked {
  grid-area: icon;
  pointer-events: none;
}
.radio__icon-wrapper > .radio__unchecked {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media only screen and (min-width: 768px) {
  .radio--image-preview > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .radio--image-preview > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .radio--image-preview > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .radio__check {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .radio__unchecked {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.radio__unchecked--radio--smiley-off {
  height: 3rem;
  width: 3rem;
}
.radio__unchecked, .radio__check {
  /*
  * center answer items
  * use this approach for IE compatibility
  */
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}
.radio__input {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.radio__input:checked + .radio--button {
  background-color: #A81815;
  color: white;
}
@media only screen and (max-width: 767px) {
  .radio__input:checked + .radio--smiley, .radio__input:checked + .radio--matrix {
    background-color: #A81815;
    color: white;
  }
}
.radio__image-preview {
  margin-top: 0.5rem;
}
.radio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .radio__wrapper--smiley, .radio__wrapper--matrix {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .radio--smiley, .radio--matrix {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .radio--smiley, .radio--matrix {
    padding: 0.5rem 0.875rem;
    background-color: #F4F1ED;
    font-weight: 600;
    font-size: 0.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.radio--button {
  padding: 0.5rem 0.875rem;
  background-color: #F4F1ED;
  font-weight: 600;
  font-size: 0.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select {
  background: url("../images/icons/select.svg") no-repeat;
  background-color: white;
  background-position: calc(100% - 0.875rem) calc(20px - 6px / 2);
  padding: 0.5rem 0.875rem;
  padding-right: calc(1.75rem + 0.75rem);
  border: 1px solid #D8D8D8;
  color: #171717;
  max-width: 100%;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .select:hover:not(:disabled) {
    border-color: #adadad;
  }
}
.select:focus {
  border-color: #171717;
  outline: none;
}
.select--error {
  border-color: #CA1719;
}
.select--inplace-editable {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #171717;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.375;
  font-weight: 600;
  margin: 0;
  padding: 0.5rem 0.875rem;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  min-height: 40px;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .select--inplace-editable:hover:not(:disabled) {
    border-color: #adadad;
  }
}
.select--inplace-editable:focus {
  border-color: #171717;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 5px rgba(23, 23, 23, 0.7);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 5px rgba(23, 23, 23, 0.7);
  outline: none;
}
.select--inplace-editable:disabled {
  background-color: #cdcdcd;
  cursor: not-allowed;
}
.select--inplace-editable::-webkit-input-placeholder {
  color: #D8D8D8;
}
.select--inplace-editable::-moz-placeholder {
  color: #D8D8D8;
}
.select--inplace-editable:-ms-input-placeholder {
  color: #D8D8D8;
}
.select--inplace-editable::-ms-input-placeholder {
  color: #D8D8D8;
}
.select--inplace-editable::placeholder {
  color: #D8D8D8;
}

.text-link {
  text-decoration: none;
  word-break: break-word;
  color: var(--active-color);
  font-weight: 700;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .text-link[href]:hover {
    text-decoration: none;
    color: var(--hover-color);
  }
}
.text-link[href*="/download/datei"]:before {
  content: "";
  margin-right: 0.5rem;
  margin-bottom: -2px;
  display: inline-block;
  background-color: var(--active-color);
  width: 16px;
  height: 16px;
  -webkit-mask: url("../images/icons/download.svg") no-repeat 50% 50%;
  mask: url("../images/icons/download.svg") no-repeat 50% 50%;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
}

.textfield--error {
  border-color: #CA1719;
}
.textfield--inplace-editable {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #171717;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.375;
  font-weight: 600;
  margin: 0;
  padding: 0.5rem 0.875rem;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  min-height: 40px;
  cursor: text;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .textfield--inplace-editable:hover:not(:disabled) {
    border-color: #adadad;
  }
}
.textfield--inplace-editable:focus {
  border-color: #171717;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 5px rgba(23, 23, 23, 0.7);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 5px rgba(23, 23, 23, 0.7);
  outline: none;
}
.textfield--inplace-editable:disabled {
  background-color: #cdcdcd;
  cursor: not-allowed;
}
.textfield--inplace-editable::-webkit-input-placeholder {
  color: #D8D8D8;
}
.textfield--inplace-editable::-moz-placeholder {
  color: #D8D8D8;
}
.textfield--inplace-editable:-ms-input-placeholder {
  color: #D8D8D8;
}
.textfield--inplace-editable::-ms-input-placeholder {
  color: #D8D8D8;
}
.textfield--inplace-editable::placeholder {
  color: #D8D8D8;
}
.textfield:-moz-read-only {
  background-color: #D8D8D8;
}
.textfield:read-only, .textfield:disabled {
  background-color: #D8D8D8;
}
.textfield--long {
  display: block;
  height: 11.5rem;
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  overflow: auto;
  resize: vertical;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.textfield--long:disabled {
  background-color: #fcfcfc;
  resize: none;
  height: 100px;
}

.wrapper-link {
  display: block;
  cursor: pointer;
}
/*# sourceMappingURL=base.css.map */
