/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/**
 * project colors
 */
/**
 * project colors
 */
/**
 * base color definitions
 */
/**
 * error color
 */
/**
 * interaction color definitions
 */
/**
 * 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
 */
:root {
  --spacing-l: 30px;
  --grid-gap: 30px;
}

.cards {
  --background-color-light2: var(--greys2);
  --text-color-light2: var(--text-color-primary);
  --background-color-light3: var(--greys3);
  --text-color-light3: var(--text-color-primary);
  --background-color-light4: var(--greys4);
  --text-color-light4: var(--text-color-primary);
  --background-color-light5: var(--greys5);
  --text-color-light5: var(--text-color-primary);
  --background-color-primary0: var(--primary0);
  --text-color-primary0: var(--text-color-primary);
  --background-color-primary1: var(--primary1);
  --text-color-primary1: var(--text-color-primary);
  --background-color-primary2: var(--primary2);
  --text-color-primary2: var(--text-color-primary);
  --background-color-primary3: var(--primary3);
  --text-color-primary3: var(--text-color-primary);
  --background-color-primary4: var(--primary4);
  --text-color-primary4: var(--text-color-primary);
  --background-color-primary5: var(--primary5);
  --text-color-primary5: var(--text-color-primary);
  --background-color-secondary3: var(--secondary3);
  --text-color-secondary3: var(--text-color-primary);
  --background-color-secondary4: var(--secondary4);
  --text-color-secondary4: var(--text-color-primary);
  --background-color-secondary5: var(--secondary5);
  --text-color-secondary5: var(--text-color-primary);
  --background-color-complementary0: var(--complementary0);
  --text-color-complementary0: var(--text-color-primary);
  --background-color-complementary1: var(--complementary1);
  --text-color-complementary1: var(--text-color-primary);
  --background-color-complementary2: var(--complementary2);
  --text-color-complementary2: var(--text-color-primary);
  --background-color-complementary3: var(--complementary3);
  --text-color-complementary3: var(--text-color-primary);
  --background-color-complementary4: var(--complementary4);
  --text-color-complementary4: var(--text-color-primary);
  --background-color-complementary5: var(--complementary5);
  --text-color-complementary5: var(--text-color-primary);
}

.cards {
  --cards-background-color-primary: var(--primary-color);
  --cards-text-color-primary: var(--text-color-secondary);
  --cards-background-color-secondary: var(--secondary-color);
  --cards-text-color-secondary: var(--text-color-secondary);
  --cards-background-color-tertiary: var(--tertiary-color);
  --cards-text-color-tertiary: var(--text-color-secondary);
  --cards-background-color-light: var(--light-gray-color);
  --cards-text-color-light: var(--text-color-primary);
}

.progress {
  --bg-color: var(--group1-color5);
  --fill-color: var(--group1-color0);
}

th {
  --color: var(--text-color);
}

.text {
  --background-color-light2: var(--greys2);
  --text-color-light2: var(--text-color-primary);
  --background-color-light3: var(--greys3);
  --text-color-light3: var(--text-color-primary);
  --background-color-light4: var(--greys4);
  --text-color-light4: var(--text-color-primary);
  --background-color-light5: var(--greys5);
  --text-color-light5: var(--text-color-primary);
  --background-color-primary0: var(--primary0);
  --text-color-primary0: var(--text-color-primary);
  --background-color-primary1: var(--primary1);
  --text-color-primary1: var(--text-color-primary);
  --background-color-primary2: var(--primary2);
  --text-color-primary2: var(--text-color-primary);
  --background-color-primary3: var(--primary3);
  --text-color-primary3: var(--text-color-primary);
  --background-color-primary4: var(--primary4);
  --text-color-primary4: var(--text-color-primary);
  --background-color-primary5: var(--primary5);
  --text-color-primary5: var(--text-color-primary);
  --background-color-secondary3: var(--secondary3);
  --text-color-secondary3: var(--text-color-primary);
  --background-color-secondary4: var(--secondary4);
  --text-color-secondary4: var(--text-color-primary);
  --background-color-secondary5: var(--secondary5);
  --text-color-secondary5: var(--text-color-primary);
  --background-color-complementary0: var(--complementary0);
  --text-color-complementary0: var(--text-color-primary);
  --background-color-complementary1: var(--complementary1);
  --text-color-complementary1: var(--text-color-primary);
  --background-color-complementary2: var(--complementary2);
  --text-color-complementary2: var(--text-color-primary);
  --background-color-complementary3: var(--complementary3);
  --text-color-complementary3: var(--text-color-primary);
  --background-color-complementary4: var(--complementary4);
  --text-color-complementary4: var(--text-color-primary);
  --background-color-complementary5: var(--complementary5);
  --text-color-complementary5: var(--text-color-primary);
}

.title-area {
  --background-color: var(--greys4);
}

.action-progress-overlay {
  --content-padding: 1rem;
  --backdrop-color: rgb(from var(--black) r g b / 50%);
  --color: white;
}

.progress {
  --width: 100%;
  --outer-padding: 0;
}

td,
th {
  --padding: 10px 24px;
}

:root {
  --heading1-margin-bottom: 30px;
  --heading2-margin-bottom: 24px;
  --heading3-margin-bottom: 16px;
  --heading4-margin-bottom: 8px;
  --heading5-margin-bottom: 8px;
  --heading6-margin-bottom: 8px;
}

:root {
  --decoration-width: 1px;
  --decoration-style: underline;
  --decoration-offset: auto;
  --decoration-hover-width: var(--decoration-width);
  --decoration-hover-style: var(--decoration-style);
  --text-link-font-weight: 700;
}

.survey-list__toggle {
  --action-color: var(--primary-dark-color);
}

.accordion {
  --background-color: var(--group1-color5);
}
.accordion__item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.survey-create-user-statements-form .accordion__item:not(:last-child).toggle-item--active .accordion__item-toggle-wrapper {
  background-color: transparent;
}
.accordion--with-background {
  background-color: var(--background-color);
}
.accordion:not(.accordion--with-header-background):not(.accordion--header-background-dark):not(.accordion--with-background) {
  border-top: 1px solid #D8D8D8;
}
.accordion:not(.accordion--with-header-background):not(.accordion--header-background-dark):not(.accordion--with-background):last-child {
  border-bottom: 1px solid #D8D8D8;
}
.accordion--vertical-gap:not(:last-child) {
  margin-bottom: 0.875rem;
}
.accordion--with-header-background > * > .accordion__item-toggle-wrapper {
  background-color: #F5F6F7;
  padding: 0.875rem 1rem;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .accordion--with-header-background > * > .accordion__item-toggle-wrapper:hover {
    background-color: #ECF3F8;
  }
}
.accordion--header-background-dark > * > .accordion__item-toggle-wrapper {
  background-color: #bcc3ca;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .accordion--header-background-dark > * > .accordion__item-toggle-wrapper:hover {
    background-color: #d9dde0;
  }
}
.accordion__item-toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 1.125rem 1rem;
}
.accordion__item-head {
  display: grid;
}
.accordion__item-head-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.875rem;
}
.accordion__item-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.accordion__item-toggle.toggle-item__button--active .accordion__item-toggle-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .accordion__item-toggle:hover {
    color: var(--hover-color);
  }
}
.accordion__item-toggle-icon {
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
.accordion__item-title {
  margin: 0 0.875rem 0 0;
}
.accordion__item-checkbox {
  margin: 0 0.875rem 0 0;
}
.accordion__item-icon-button {
  margin-right: 0.5rem;
}
.accordion__item-content {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.accordion__item-content:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.accordion__item-content.toggle-item--active:not(.accordion__item-content--no-padding), .accordion__item-content.toggle-item__content--active:not(.accordion__item-content--no-padding) {
  padding-top: 0.875rem;
  padding-bottom: 1.875rem;
}
.accordion__item-content.toggle-item--active.accordion__item-content--vertical-padding, .accordion__item-content.toggle-item__content--active.accordion__item-content--vertical-padding {
  padding: 1rem;
}
.accordion__item--text-formatted .accordion__item-content {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.accordion__item-video {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.action-buttons__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.action-buttons__button:not(:first-child) {
  margin-left: var(--gutter);
}

.action-progress-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.action-progress-overlay--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: visible;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: var(--backdrop-color);
  z-index: 9999;
  -webkit-animation: 0.5s ease 0s normal forwards 1 fadeIn;
  animation: 0.5s ease 0s normal forwards 1 fadeIn;
}
.action-progress-overlay--visible .action-progress-overlay__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color);
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.action-progress-overlay__content-wrapper {
  position: relative;
  display: none;
}
.action-progress-overlay__spinner {
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
}
.action-progress-overlay__notice {
  text-shadow: 0 0 10px #555;
}

.breadcrumb {
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.breadcrumb__item:not(:last-child) {
  display: inline-block;
  margin-right: 0.5rem;
}

.card {
  background: white;
  padding: 1.3rem;
}
.card--bg-light {
  background-color: #F5F6F7;
}
.card--layout-centered {
  max-width: 550px;
  margin: 0 auto 3.125rem;
}
.card__label {
  display: inline-block;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.user-card__content {
  font-size: 1.25rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 700;
  font-weight: 700;
  word-break: break-word;
  margin-bottom: 0.8rem;
}

.cards__background-wrapper {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 4;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
.cards__background-wrapper--background-light2 {
  background-color: var(--background-color-light2);
  color: var(--text-color-light2);
}
.cards__background-wrapper--background-light3 {
  background-color: var(--background-color-light3);
  color: var(--text-color-light3);
}
.cards__background-wrapper--background-light4 {
  background-color: var(--background-color-light4);
  color: var(--text-color-light4);
}
.cards__background-wrapper--background-light5 {
  background-color: var(--background-color-light5);
  color: var(--text-color-light5);
}
.cards__background-wrapper--background-primary0 {
  background-color: var(--background-color-primary0);
  color: var(--text-color-primary0);
}
.cards__background-wrapper--background-primary1 {
  background-color: var(--background-color-primary1);
  color: var(--text-color-primary1);
}
.cards__background-wrapper--background-primary2 {
  background-color: var(--background-color-primary2);
  color: var(--text-color-primary2);
}
.cards__background-wrapper--background-primary3 {
  background-color: var(--background-color-primary3);
  color: var(--text-color-primary3);
}
.cards__background-wrapper--background-primary4 {
  background-color: var(--background-color-primary4);
  color: var(--text-color-primary4);
}
.cards__background-wrapper--background-primary5 {
  background-color: var(--background-color-primary5);
  color: var(--text-color-primary5);
}
.cards__background-wrapper--background-secondary0 {
  background-color: var(--background-color-secondary0);
  color: var(--text-color-secondary0);
}
.cards__background-wrapper--background-secondary1 {
  background-color: var(--background-color-secondary1);
  color: var(--text-color-secondary1);
}
.cards__background-wrapper--background-secondary2 {
  background-color: var(--background-color-secondary2);
  color: var(--text-color-secondary2);
}
.cards__background-wrapper--background-secondary3 {
  background-color: var(--background-color-secondary3);
  color: var(--text-color-secondary3);
}
.cards__background-wrapper--background-secondary4 {
  background-color: var(--background-color-secondary4);
  color: var(--text-color-secondary4);
}
.cards__background-wrapper--background-secondary5 {
  background-color: var(--background-color-secondary5);
  color: var(--text-color-secondary5);
}
.cards__background-wrapper--background-complementary0 {
  background-color: var(--background-color-complementary0);
  color: var(--text-color-complementary0);
}
.cards__background-wrapper--background-complementary1 {
  background-color: var(--background-color-complementary1);
  color: var(--text-color-complementary1);
}
.cards__background-wrapper--background-complementary2 {
  background-color: var(--background-color-complementary2);
  color: var(--text-color-complementary2);
}
.cards__background-wrapper--background-complementary3 {
  background-color: var(--background-color-complementary3);
  color: var(--text-color-complementary3);
}
.cards__background-wrapper--background-complementary4 {
  background-color: var(--background-color-complementary4);
  color: var(--text-color-complementary4);
}
.cards__background-wrapper--background-complementary5 {
  background-color: var(--background-color-complementary5);
  color: var(--text-color-complementary5);
}
.cards__background-wrapper--background-group1-color0 {
  background-color: var(--background-color-group1-color0);
  color: var(--text-color-group1-color0);
}
.cards__background-wrapper--background-group1-color1 {
  background-color: var(--background-color-group1-color1);
  color: var(--text-color-group1-color1);
}
.cards__background-wrapper--background-group1-color2 {
  background-color: var(--background-color-group1-color2);
  color: var(--text-color-group1-color2);
}
.cards__background-wrapper--background-group1-color3 {
  background-color: var(--background-color-group1-color3);
  color: var(--text-color-group1-color3);
}
.cards__background-wrapper--background-group1-color4 {
  background-color: var(--background-color-group1-color4);
  color: var(--text-color-group1-color4);
}
.cards__background-wrapper--background-group1-color5 {
  background-color: var(--background-color-group1-color5);
  color: var(--text-color-group1-color5);
}
.cards__background-wrapper--background-group2-color1 {
  background-color: var(--background-color-group2-color1);
  color: var(--text-color-group2-color1);
}
.cards__background-wrapper--background-group2-color2 {
  background-color: var(--background-color-group2-color2);
  color: var(--text-color-group2-color2);
}
.cards__background-wrapper--background-group2-color3 {
  background-color: var(--background-color-group2-color3);
  color: var(--text-color-group2-color3);
}
.cards__background-wrapper--background-group2-color4 {
  background-color: var(--background-color-group2-color4);
  color: var(--text-color-group2-color4);
}
.cards__background-wrapper--background-group2-color5 {
  background-color: var(--background-color-group2-color5);
  color: var(--text-color-group2-color5);
}
.cards__background-wrapper--background-group3-color0 {
  background-color: var(--background-color-group3-color0);
  color: var(--text-color-group3-color0);
}
.cards__background-wrapper--background-group3-color1 {
  background-color: var(--background-color-group3-color1);
  color: var(--text-color-group3-color1);
}
.cards__background-wrapper--background-group3-color2 {
  background-color: var(--background-color-group3-color2);
  color: var(--text-color-group3-color2);
}
.cards__background-wrapper--background-group3-color3 {
  background-color: var(--background-color-group3-color3);
  color: var(--text-color-group3-color3);
}
.cards__background-wrapper--background-group3-color4 {
  background-color: var(--background-color-group3-color4);
  color: var(--text-color-group3-color4);
}
.cards__background-wrapper--background-group3-color5 {
  background-color: var(--background-color-group3-color5);
  color: var(--text-color-group3-color5);
}
.cards__background-wrapper--background-group4-color1 {
  background-color: var(--background-color-group4-color1);
  color: var(--text-color-group4-color1);
}
.cards__background-wrapper--background-group4-color2 {
  background-color: var(--background-color-group4-color2);
  color: var(--text-color-group4-color2);
}
.cards__background-wrapper--background-group4-color3 {
  background-color: var(--background-color-group4-color3);
  color: var(--text-color-group4-color3);
}
.cards__background-wrapper--background-group4-color4 {
  background-color: var(--background-color-group4-color4);
  color: var(--text-color-group4-color4);
}
.cards__background-wrapper--background-group4-color5 {
  background-color: var(--background-color-group4-color5);
  color: var(--text-color-group4-color5);
}
.cards__background-wrapper--background-group5-color1 {
  background-color: var(--background-color-group5-color1);
  color: var(--text-color-group5-color1);
}
.cards__background-wrapper--background-group5-color2 {
  background-color: var(--background-color-group5-color2);
  color: var(--text-color-group5-color2);
}
.cards__background-wrapper--background-group5-color3 {
  background-color: var(--background-color-group5-color3);
  color: var(--text-color-group5-color3);
}
.cards__background-wrapper--background-group5-color4 {
  background-color: var(--background-color-group5-color4);
  color: var(--text-color-group5-color4);
}
.cards__background-wrapper--background-group5-color5 {
  background-color: var(--background-color-group5-color5);
  color: var(--text-color-group5-color5);
}
@media only screen and (min-width: 768px) {
  .cards__background-wrapper {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}
.cards__items {
  display: grid;
  grid-template-columns: subgrid;
  row-gap: var(--grid-row-gap);
}
@media only screen and (min-width: 768px) {
  .cards__items {
    -webkit-column-gap: var(--node-column-gap);
    -moz-column-gap: var(--node-column-gap);
    column-gap: var(--node-column-gap);
    grid-template-columns: repeat(12, 1fr);
  }
}
.cards__items--background {
  padding: 1.875rem var(--node-outer-padding-narrow);
}
@media only screen and (min-width: 768px) {
  .cards__items--background {
    padding: 1.875rem;
  }
}
.cards__items--background-light2 {
  background-color: var(--background-color-light2);
  color: var(--text-color-light2);
}
.cards__items--background-light3 {
  background-color: var(--background-color-light3);
  color: var(--text-color-light3);
}
.cards__items--background-light4 {
  background-color: var(--background-color-light4);
  color: var(--text-color-light4);
}
.cards__items--background-light5 {
  background-color: var(--background-color-light5);
  color: var(--text-color-light5);
}
.cards__items--background-primary0 {
  background-color: var(--background-color-primary0);
  color: var(--text-color-primary0);
}
.cards__items--background-primary1 {
  background-color: var(--background-color-primary1);
  color: var(--text-color-primary1);
}
.cards__items--background-primary2 {
  background-color: var(--background-color-primary2);
  color: var(--text-color-primary2);
}
.cards__items--background-primary3 {
  background-color: var(--background-color-primary3);
  color: var(--text-color-primary3);
}
.cards__items--background-primary4 {
  background-color: var(--background-color-primary4);
  color: var(--text-color-primary4);
}
.cards__items--background-primary5 {
  background-color: var(--background-color-primary5);
  color: var(--text-color-primary5);
}
.cards__items--background-secondary0 {
  background-color: var(--background-color-secondary0);
  color: var(--text-color-secondary0);
}
.cards__items--background-secondary1 {
  background-color: var(--background-color-secondary1);
  color: var(--text-color-secondary1);
}
.cards__items--background-secondary2 {
  background-color: var(--background-color-secondary2);
  color: var(--text-color-secondary2);
}
.cards__items--background-secondary3 {
  background-color: var(--background-color-secondary3);
  color: var(--text-color-secondary3);
}
.cards__items--background-secondary4 {
  background-color: var(--background-color-secondary4);
  color: var(--text-color-secondary4);
}
.cards__items--background-secondary5 {
  background-color: var(--background-color-secondary5);
  color: var(--text-color-secondary5);
}
.cards__items--background-complementary0 {
  background-color: var(--background-color-complementary0);
  color: var(--text-color-complementary0);
}
.cards__items--background-complementary1 {
  background-color: var(--background-color-complementary1);
  color: var(--text-color-complementary1);
}
.cards__items--background-complementary2 {
  background-color: var(--background-color-complementary2);
  color: var(--text-color-complementary2);
}
.cards__items--background-complementary3 {
  background-color: var(--background-color-complementary3);
  color: var(--text-color-complementary3);
}
.cards__items--background-complementary4 {
  background-color: var(--background-color-complementary4);
  color: var(--text-color-complementary4);
}
.cards__items--background-complementary5 {
  background-color: var(--background-color-complementary5);
  color: var(--text-color-complementary5);
}
.cards__items--background-group1-color0 {
  background-color: var(--background-color-group1-color0);
  color: var(--text-color-group1-color0);
}
.cards__items--background-group1-color1 {
  background-color: var(--background-color-group1-color1);
  color: var(--text-color-group1-color1);
}
.cards__items--background-group1-color2 {
  background-color: var(--background-color-group1-color2);
  color: var(--text-color-group1-color2);
}
.cards__items--background-group1-color3 {
  background-color: var(--background-color-group1-color3);
  color: var(--text-color-group1-color3);
}
.cards__items--background-group1-color4 {
  background-color: var(--background-color-group1-color4);
  color: var(--text-color-group1-color4);
}
.cards__items--background-group1-color5 {
  background-color: var(--background-color-group1-color5);
  color: var(--text-color-group1-color5);
}
.cards__items--background-group2-color1 {
  background-color: var(--background-color-group2-color1);
  color: var(--text-color-group2-color1);
}
.cards__items--background-group2-color2 {
  background-color: var(--background-color-group2-color2);
  color: var(--text-color-group2-color2);
}
.cards__items--background-group2-color3 {
  background-color: var(--background-color-group2-color3);
  color: var(--text-color-group2-color3);
}
.cards__items--background-group2-color4 {
  background-color: var(--background-color-group2-color4);
  color: var(--text-color-group2-color4);
}
.cards__items--background-group2-color5 {
  background-color: var(--background-color-group2-color5);
  color: var(--text-color-group2-color5);
}
.cards__items--background-group3-color0 {
  background-color: var(--background-color-group3-color0);
  color: var(--text-color-group3-color0);
}
.cards__items--background-group3-color1 {
  background-color: var(--background-color-group3-color1);
  color: var(--text-color-group3-color1);
}
.cards__items--background-group3-color2 {
  background-color: var(--background-color-group3-color2);
  color: var(--text-color-group3-color2);
}
.cards__items--background-group3-color3 {
  background-color: var(--background-color-group3-color3);
  color: var(--text-color-group3-color3);
}
.cards__items--background-group3-color4 {
  background-color: var(--background-color-group3-color4);
  color: var(--text-color-group3-color4);
}
.cards__items--background-group3-color5 {
  background-color: var(--background-color-group3-color5);
  color: var(--text-color-group3-color5);
}
.cards__items--background-group4-color1 {
  background-color: var(--background-color-group4-color1);
  color: var(--text-color-group4-color1);
}
.cards__items--background-group4-color2 {
  background-color: var(--background-color-group4-color2);
  color: var(--text-color-group4-color2);
}
.cards__items--background-group4-color3 {
  background-color: var(--background-color-group4-color3);
  color: var(--text-color-group4-color3);
}
.cards__items--background-group4-color4 {
  background-color: var(--background-color-group4-color4);
  color: var(--text-color-group4-color4);
}
.cards__items--background-group4-color5 {
  background-color: var(--background-color-group4-color5);
  color: var(--text-color-group4-color5);
}
.cards__items--background-group5-color1 {
  background-color: var(--background-color-group5-color1);
  color: var(--text-color-group5-color1);
}
.cards__items--background-group5-color2 {
  background-color: var(--background-color-group5-color2);
  color: var(--text-color-group5-color2);
}
.cards__items--background-group5-color3 {
  background-color: var(--background-color-group5-color3);
  color: var(--text-color-group5-color3);
}
.cards__items--background-group5-color4 {
  background-color: var(--background-color-group5-color4);
  color: var(--text-color-group5-color4);
}
.cards__items--background-group5-color5 {
  background-color: var(--background-color-group5-color5);
  color: var(--text-color-group5-color5);
}
.cards__card-1-to-2 {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .cards__card-1-to-2 {
    grid-column: span 6;
  }
}
.cards__card-1-to-3 {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .cards__card-1-to-3 {
    grid-column: span 4;
  }
}
.cards__card-1-to-4 {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .cards__card-1-to-4 {
    grid-column: span 3;
  }
}
.cards__item {
  display: block;
  height: 100%;
}
.cards__item--background {
  padding: 1.875rem;
}
.cards__item--background-light2 {
  background-color: var(--background-color-light2);
  color: var(--text-color-light2);
}
.cards__item--background-light3 {
  background-color: var(--background-color-light3);
  color: var(--text-color-light3);
}
.cards__item--background-light4 {
  background-color: var(--background-color-light4);
  color: var(--text-color-light4);
}
.cards__item--background-light5 {
  background-color: var(--background-color-light5);
  color: var(--text-color-light5);
}
.cards__item--background-primary0 {
  background-color: var(--background-color-primary0);
  color: var(--text-color-primary0);
}
.cards__item--background-primary1 {
  background-color: var(--background-color-primary1);
  color: var(--text-color-primary1);
}
.cards__item--background-primary2 {
  background-color: var(--background-color-primary2);
  color: var(--text-color-primary2);
}
.cards__item--background-primary3 {
  background-color: var(--background-color-primary3);
  color: var(--text-color-primary3);
}
.cards__item--background-primary4 {
  background-color: var(--background-color-primary4);
  color: var(--text-color-primary4);
}
.cards__item--background-primary5 {
  background-color: var(--background-color-primary5);
  color: var(--text-color-primary5);
}
.cards__item--background-secondary0 {
  background-color: var(--background-color-secondary0);
  color: var(--text-color-secondary0);
}
.cards__item--background-secondary1 {
  background-color: var(--background-color-secondary1);
  color: var(--text-color-secondary1);
}
.cards__item--background-secondary2 {
  background-color: var(--background-color-secondary2);
  color: var(--text-color-secondary2);
}
.cards__item--background-secondary3 {
  background-color: var(--background-color-secondary3);
  color: var(--text-color-secondary3);
}
.cards__item--background-secondary4 {
  background-color: var(--background-color-secondary4);
  color: var(--text-color-secondary4);
}
.cards__item--background-secondary5 {
  background-color: var(--background-color-secondary5);
  color: var(--text-color-secondary5);
}
.cards__item--background-complementary0 {
  background-color: var(--background-color-complementary0);
  color: var(--text-color-complementary0);
}
.cards__item--background-complementary1 {
  background-color: var(--background-color-complementary1);
  color: var(--text-color-complementary1);
}
.cards__item--background-complementary2 {
  background-color: var(--background-color-complementary2);
  color: var(--text-color-complementary2);
}
.cards__item--background-complementary3 {
  background-color: var(--background-color-complementary3);
  color: var(--text-color-complementary3);
}
.cards__item--background-complementary4 {
  background-color: var(--background-color-complementary4);
  color: var(--text-color-complementary4);
}
.cards__item--background-complementary5 {
  background-color: var(--background-color-complementary5);
  color: var(--text-color-complementary5);
}
.cards__item--background-group1-color0 {
  background-color: var(--background-color-group1-color0);
  color: var(--text-color-group1-color0);
}
.cards__item--background-group1-color1 {
  background-color: var(--background-color-group1-color1);
  color: var(--text-color-group1-color1);
}
.cards__item--background-group1-color2 {
  background-color: var(--background-color-group1-color2);
  color: var(--text-color-group1-color2);
}
.cards__item--background-group1-color3 {
  background-color: var(--background-color-group1-color3);
  color: var(--text-color-group1-color3);
}
.cards__item--background-group1-color4 {
  background-color: var(--background-color-group1-color4);
  color: var(--text-color-group1-color4);
}
.cards__item--background-group1-color5 {
  background-color: var(--background-color-group1-color5);
  color: var(--text-color-group1-color5);
}
.cards__item--background-group2-color1 {
  background-color: var(--background-color-group2-color1);
  color: var(--text-color-group2-color1);
}
.cards__item--background-group2-color2 {
  background-color: var(--background-color-group2-color2);
  color: var(--text-color-group2-color2);
}
.cards__item--background-group2-color3 {
  background-color: var(--background-color-group2-color3);
  color: var(--text-color-group2-color3);
}
.cards__item--background-group2-color4 {
  background-color: var(--background-color-group2-color4);
  color: var(--text-color-group2-color4);
}
.cards__item--background-group2-color5 {
  background-color: var(--background-color-group2-color5);
  color: var(--text-color-group2-color5);
}
.cards__item--background-group3-color0 {
  background-color: var(--background-color-group3-color0);
  color: var(--text-color-group3-color0);
}
.cards__item--background-group3-color1 {
  background-color: var(--background-color-group3-color1);
  color: var(--text-color-group3-color1);
}
.cards__item--background-group3-color2 {
  background-color: var(--background-color-group3-color2);
  color: var(--text-color-group3-color2);
}
.cards__item--background-group3-color3 {
  background-color: var(--background-color-group3-color3);
  color: var(--text-color-group3-color3);
}
.cards__item--background-group3-color4 {
  background-color: var(--background-color-group3-color4);
  color: var(--text-color-group3-color4);
}
.cards__item--background-group3-color5 {
  background-color: var(--background-color-group3-color5);
  color: var(--text-color-group3-color5);
}
.cards__item--background-group4-color1 {
  background-color: var(--background-color-group4-color1);
  color: var(--text-color-group4-color1);
}
.cards__item--background-group4-color2 {
  background-color: var(--background-color-group4-color2);
  color: var(--text-color-group4-color2);
}
.cards__item--background-group4-color3 {
  background-color: var(--background-color-group4-color3);
  color: var(--text-color-group4-color3);
}
.cards__item--background-group4-color4 {
  background-color: var(--background-color-group4-color4);
  color: var(--text-color-group4-color4);
}
.cards__item--background-group4-color5 {
  background-color: var(--background-color-group4-color5);
  color: var(--text-color-group4-color5);
}
.cards__item--background-group5-color1 {
  background-color: var(--background-color-group5-color1);
  color: var(--text-color-group5-color1);
}
.cards__item--background-group5-color2 {
  background-color: var(--background-color-group5-color2);
  color: var(--text-color-group5-color2);
}
.cards__item--background-group5-color3 {
  background-color: var(--background-color-group5-color3);
  color: var(--text-color-group5-color3);
}
.cards__item--background-group5-color4 {
  background-color: var(--background-color-group5-color4);
  color: var(--text-color-group5-color4);
}
.cards__item--background-group5-color5 {
  background-color: var(--background-color-group5-color5);
  color: var(--text-color-group5-color5);
}

.competence-check-result {
  padding: 1.875rem 0;
}
@media only screen and (min-width: 1024px) {
  .competence-check-result {
    display: grid;
    grid-template: "details . buttons"/3fr 1fr 2fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.competence-check-result__details {
  grid-area: details;
}
.competence-check-result__buttons {
  grid-area: buttons;
}
.competence-check-result__heading {
  margin-bottom: 0.875rem;
}
.competence-check-result__result {
  margin-top: 1.125rem;
}
.competence-check-result__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.125rem;
}
@media only screen and (max-width: 1023px) {
  .competence-check-result__buttons {
    margin-top: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .competence-check-result__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.competence-check-select {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 2.5rem;
  padding: 1.875rem 2.5rem;
  background-color: #F5F6F7;
}
.competence-check-select__expectation-label {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1.125rem;
}
.competence-check-select__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.125rem;
}

.component-domain-edit {
  background-color: #F5F6F7;
}
.component-domain-edit__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0.8rem 0.875rem;
}
.component-domain-edit__form > *:not(:last-child) {
  margin-right: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.component-domain-edit__remove-icon {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.component-domain-edit__add {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.3rem 0.875rem;
  border-top: 1px solid #D8D8D8;
}
.component-domain-edit__item {
  display: grid;
  grid-template: "defaultset title delete"/1.25rem 1fr 1.25rem;
  grid-column-gap: 0.3rem;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
}
.component-domain-edit__item--active {
  color: #333;
  background-color: #d9dde0;
}
.component-domain-edit__item:hover {
  color: #333;
  background-color: #d9dde0;
}
.component-domain-edit__default-set {
  grid-area: defaultset;
  align-self: baseline;
}
.component-domain-edit__component-title {
  grid-area: title;
  justify-self: start;
  text-align: left;
  align-self: baseline;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.component-domain-edit__action-delete {
  grid-area: delete;
  align-self: baseline;
}

.component-domain {
  -webkit-box-shadow: 0px 2px 0px 0px #e3e3e3;
  box-shadow: 0px 2px 0px 0px #e3e3e3;
}
@media only screen and (min-width: 1024px) {
  .component-domain {
    /* autoprefixer grid: autoplace */
    -ms-grid-columns: 1fr 0.8rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: repeat(1, auto);
    grid-gap: 0.8rem;
  }
  .component-domain > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .component-domain > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .component-domain--5-groups {
    grid-template-columns: 320px 1fr 1fr 1fr 1fr 1fr;
  }
}
.component-domain__checkbox {
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.component-domain__left-column {
  border-right: 2px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem;
}

.component-group-selection {
  display: grid;
  -webkit-box-shadow: 0px 2px 0px 0px #e3e3e3;
  box-shadow: 0px 2px 0px 0px #e3e3e3;
}
@media only screen and (min-width: 1024px) {
  .component-group-selection {
    /* autoprefixer grid: autoplace */
    -ms-grid-columns: 1fr 0.8rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: repeat(1, auto);
    grid-gap: 0.8rem;
  }
  .component-group-selection > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .component-group-selection > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .component-group-selection--5-groups {
    grid-template-columns: 320px 1fr 1fr 1fr 1fr 1fr;
  }
}
.component-group-selection__checkbox {
  -ms-flex-item-align: start;
  align-self: flex-start;
  justify-self: center;
  padding: 0.8rem;
}
.component-group-selection__left-column {
  border-right: 2px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem;
}
.component-group-selection__component-label {
  font-weight: 700;
  color: #287BA8;
}

.component-group-selection-header {
  -webkit-box-shadow: 0px 2px 0px 0px #e3e3e3;
  box-shadow: 0px 2px 0px 0px #e3e3e3;
  /* autoprefixer grid: autoplace */
  -ms-grid-columns: 1fr 0.8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: repeat(1, auto);
  grid-gap: 0.8rem;
  -ms-grid-columns: 320px 0.8rem 1fr;
  grid-template-columns: 320px 1fr;
}

.component-group-selection-header > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.component-group-selection-header > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.component-group-selection-header > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.component-group-selection-header > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.component-group-selection-header__column-left {
  border-right: 2px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.component-group-selection-header__heading-left {
  padding: 0.8rem;
  margin: 0;
}
.component-group-selection-header__column-right {
  display: grid;
  margin-bottom: 0.8rem;
}
.component-group-selection-header__heading-groups {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .component-group-selection-header--5-groups .component-group-selection-header__column-right {
    /* autoprefixer grid: autoplace */
    -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 0.8rem;
    -ms-grid-rows: auto 0.8rem auto;
    -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr;
    grid-template: "heading heading heading heading heading" "col1 col2 col3 col4 col5"/1fr 1fr 1fr 1fr 1fr;
  }
}
.component-group-selection-header--5-groups .component-group-selection-header__heading-groups {
  grid-area: heading;
  justify-self: center;
}
.component-group-selection-header--5-groups .component-group-selection-header__group-name {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 600;
  text-align: center;
  word-break: break-word;
  -ms-flex-item-align: end;
  align-self: end;
}
.component-group-selection-header--5-groups .component-group-selection-header__group-name:nth-of-type(1) {
  grid-area: col1;
}
.component-group-selection-header--5-groups .component-group-selection-header__group-name:nth-of-type(2) {
  grid-area: col2;
}
.component-group-selection-header--5-groups .component-group-selection-header__group-name:nth-of-type(3) {
  grid-area: col3;
}
.component-group-selection-header--5-groups .component-group-selection-header__group-name:nth-of-type(4) {
  grid-area: col4;
}
.component-group-selection-header--5-groups .component-group-selection-header__group-name:nth-of-type(5) {
  grid-area: col5;
}

.component-groups {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.component-groups__wrapper {
  display: table;
  width: 100%;
  background-color: white;
}
.component-groups__head {
  display: table-header-group;
  font-weight: 700;
}
.component-groups__head > * {
  display: table-cell;
  padding: 0.875rem 0.5rem;
  border-bottom: 2px solid #808080;
}
.component-groups__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.component-groups__preview-icon {
  margin-top: 2px;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.component-groups__items {
  display: table-row-group;
}
.component-groups__item {
  display: table-row;
}
.component-groups__item > * {
  display: table-cell;
  padding: 0.5rem;
}
.component-groups__item:not(:last-child) > * {
  border-bottom: 1px solid #808080;
}
.component-groups__component-code {
  font-style: italic;
}

.component-preview {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1px;
  margin-left: 0.5rem;
}
.component-preview__icon-close, .component-preview__icon-info {
  cursor: pointer;
}
.component-preview__icon-info:before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
  margin-left: 21px;
  top: 38px;
  border: 8px solid black;
  border-color: transparent transparent white white;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.component-preview__icon-info.toggle-item__button--active:before {
  opacity: 1;
  z-index: 2;
}
.component-preview__content-wrapper {
  position: absolute;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.component-preview__content-wrapper:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.component-preview__content-wrapper.toggle-item--active, .component-preview__content-wrapper.toggle-item__content--active {
  opacity: 1;
  z-index: 1;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  left: 0;
  top: 38px;
  background-color: white;
  -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
  padding: 0 20px 20px 20px;
  max-height: 448px;
}
.component-preview__content {
  position: relative;
  background-color: white;
  padding-bottom: 1.875rem;
  z-index: 5;
}
.component-preview__header {
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 0.875rem;
  padding-bottom: 0.5rem;
  background-color: white;
}

.component-statement-prefix {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
.component-statement-prefix--context-head {
  margin-top: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .component-statement-prefix--context-head {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .component-statement-prefix--context-statement {
    display: none;
  }
}

.component-statement-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component-statement-table-layout__prefix {
  position: relative;
}
.component-statement-table-layout__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.component-statement-table-layout__row:not(:first-child) {
  margin-top: 0.875rem;
}
.component-statement-table-layout__cell {
  border: 1px solid #808080;
  border-width: 0;
}
.component-statement-table-layout__cell:first-child {
  width: 45%;
  padding: 0;
}
.component-statement-table-layout__cell:first-child .textfield--long {
  height: 5.5rem;
}
.component-statement-table-layout__cell:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 0.8rem;
  width: 11%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-width: 0 0 0 1px;
}
.component-statement-table-layout--align-options-top .component-statement-table-layout__cell:not(:first-child) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 0.9rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 48px;
}
.component-statement-table-layout__cell:nth-child(2) {
  border-color: transparent;
}
.component-type-table-head .component-statement-table-layout__cell:nth-child(2) {
  border-color: #808080;
}
.component-statement-table-layout__single-cell {
  width: 100%;
}

.component-statement-vertical-layout__statement-prefix {
  margin-bottom: 1.875rem;
}
.component-statement-vertical-layout__button-option-add {
  margin-top: 0.8rem;
}
.component-statement-vertical-layout__checkbox-none-option {
  margin-top: 1.875rem;
}
.component-statement-vertical-layout__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(var(--gutter) / 2);
}
.component-statement-vertical-layout__answer-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: calc(var(--gutter) / 2);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.component-statement {
  display: grid;
  grid-template: "enum statement-questioner" "enum statement-respondent"/2.5rem 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  padding: 0.875rem 0.5rem;
  background-color: #F5F6F7;
}
.component-statement--no-enum {
  display: block;
}
.component-statement--no-enum.component-statement--layout-respondents-multiple {
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}
.component-statement__enum {
  grid-area: enum;
  align-self: center;
  font-size: 1.375rem;
  letter-spacing: 0em;
  line-height: 1.1818181818;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .component-statement__enum {
    font-size: 1.625rem;
    letter-spacing: 0em;
    line-height: 1.1538461538;
  }
}
.component-statement__questioner-wrapper {
  grid-area: statement-questioner;
}
.component-statement__respondent-wrapper {
  grid-area: statement-respondent;
}
.component-statement__questioner-wrapper, .component-statement__respondent-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.component-statement__questioner-wrapper > *:first-child, .component-statement__respondent-wrapper > *:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.component-statement__action-wrapper {
  margin-left: 0.3rem;
  margin-top: 0.5rem;
}
.component-statement--layout-respondents-multiple .component-statement__action-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 0.875rem;
}
.component-statement__respondent {
  position: relative;
}
.component-statement--layout-respondents-multiple .component-statement__respondent {
  display: grid;
  grid-row-gap: 0.8rem;
}
.component-statement__respondent-preview {
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: white;
  -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
  padding: 1.875rem 0.875rem;
  width: 100%;
}
.component-statement__respondent-preview:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.component-statement__respondent-preview.toggle-item--active, .component-statement__respondent-preview.toggle-item__content--active {
  opacity: 1;
  z-index: 1;
}

.component-statements-context {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #203F5A;
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 1.2222222222;
  font-weight: 700;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .component-statements-context {
    font-size: 1.375rem;
    letter-spacing: 0em;
    line-height: 1.1818181818;
  }
}
.component-statements-context > * {
  grid-column-end: span 2;
}

.component-type-choices--layout-grid {
  background-color: #fff;
  display: grid;
  grid-template-rows: 1fr;
  border: 1px solid #D8D8D8;
}
.component-type-choices--layout-grid .component-type-choices__cell {
  border: 1px solid #D8D8D8;
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.8rem;
}
.component-type-choices--layout-grid .component-type-choices__cell:not(:first-child) {
  border-width: 0 0 0 1px;
}
.component-type-choices--layout-grid .component-type-choices__cell-content {
  width: 100%;
  text-align: center;
}
.component-type-choices--1-choices {
  grid-template-columns: 1fr;
}
.component-type-choices--1-choices.component-type-choices--with-prefix {
  grid-template-columns: 1fr 1fr;
}
.component-type-choices--5-choices {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.component-type-choices--5-choices.component-type-choices--with-prefix {
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
}
.component-type-choices--borderless.component-type-choices--5-choices {
  border: 0;
}
.component-type-choices--borderless.component-type-choices--5-choices.component-type-choices--with-prefix {
  grid-template-columns: 24.375rem 1fr 1fr 1fr 1fr 1fr;
}
.component-type-choices--borderless.component-type-choices--5-choices .component-type-choices__prefix {
  padding-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  font-weight: 600;
}
.component-type-choices--borderless.component-type-choices--5-choices .component-type-choices__prefix .component-type-choices__cell-content {
  text-align: left;
  font-size: 1rem;
}
.component-type-choices--borderless.component-type-choices--5-choices .component-type-choices__cell-content {
  font-size: 0.875rem;
}
.component-type-choices--borderless.component-type-choices--1-choices {
  border: 0;
}
.component-type-choices--borderless.component-type-choices--1-choices.component-type-choices--with-prefix {
  grid-template-columns: 1fr;
}
.component-type-choices--borderless.component-type-choices--1-choices .component-type-choices__cell {
  border: 0;
  padding: 0;
}
.component-type-choices--borderless.component-type-choices--1-choices .component-type-choices__cell-content {
  text-align: left;
}

.component-type-selection-expandable {
  background: white;
  border-radius: 10px 10px 0 0;
  padding: 1.3rem;
}
.component-type-selection-expandable__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.component-type-selection-expandable__head:not(.component-type-selection-expandable__head--visible) {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.component-type-selection-expandable__head:not(.component-type-selection-expandable__head--visible):not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.component-type-selection-expandable__selection-option-list {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.component-type-selection-expandable__selection-option-list:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.component-type-selection-expandable__toggle-selection:not(.component-type-selection-expandable__toggle-selection--active) {
  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;
}

.component-type-table-head {
  margin-top: 1.5rem;
}
.component-type-table-head--pallet-foreign-component-type {
  background-color: #FFECD7;
}
.component-type-table-head__label, .component-type-table-head__question {
  margin-right: 0.8rem;
}
.component-type-table-head__label, .component-type-table-head__label label {
  color: #287BA8;
  font-weight: 700;
}
.component-type-table-head__question {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  font-weight: 800;
}
.component-type-table-head__choice {
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.contenteditable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.contenteditable__label {
  font-weight: 600;
  margin-right: 0.5rem;
}
.contenteditable--visually-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

[data-evaluation-rule-overall-score] .contenteditable {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
[data-evaluation-rule-overall-score] .contenteditable:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.cookie-consent-banner.visible {
  visibility: visible;
  opacity: 1;
}

.cookie-consent-banner {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0.875rem;
  right: 0.875rem;
  left: 0.875rem;
  z-index: 1000;
  border: 1px solid #D8D8D8;
  background-color: white;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.cookie-consent-banner__wrapper {
  display: grid;
  grid-template: "info" "choices" "actions"/1fr;
  grid-column-gap: var(--gutter);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
}
@media only screen and (min-width: 768px) {
  .cookie-consent-banner__wrapper {
    grid-template: "info choices" "info actions"/1fr 1fr;
  }
}
.cookie-consent-banner__info {
  grid-area: info;
}
.cookie-consent-banner__choices {
  grid-area: choices;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .cookie-consent-banner__choices {
    margin-top: 1.875rem;
  }
}
.cookie-consent-banner__choices > *:not(last-child) {
  margin-bottom: 0.875rem;
}
.cookie-consent-banner__actions {
  grid-area: actions;
  justify-self: start;
  align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 540px) {
  .cookie-consent-banner__actions {
    justify-self: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cookie-consent-banner__actions > *:not(last-child) {
  margin-bottom: 0.875rem;
}
@media only screen and (min-width: 540px) {
  .cookie-consent-banner__actions > *:not(last-child) {
    margin-bottom: 0;
    margin-right: 0.875rem;
  }
}
.cookie-consent-banner__choice .checkbox__label {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  color: #333;
  font-weight: 600;
}

.cookie-consent-settings__label {
  font-weight: 600;
}
.cookie-consent-settings__choices {
  grid-area: choices;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.cookie-consent-settings__choices > * {
  margin-bottom: 0.875rem;
}
.cookie-consent-settings__choice .checkbox__label {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  color: #333;
  font-weight: 600;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
@media only screen and (min-width: 768px) {
  .copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.copyright--small {
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
.copyright--closing {
  margin-top: 1.5rem;
}
.copyright__license {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.copyright__license-icon {
  width: 5rem;
  height: 0.9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.copyright__content {
  max-width: 45rem;
  color: #808080;
}

.create-survey-user-statement {
  --create-survey-user-statement-row-gap: 1.25rem;
}
.create-survey-user-statement--item-wrapper .create-survey-user-statement__item {
  background: #F5F6F7;
}
.create-survey-user-statement--item-wrapper .create-survey-user-statement__item:not(:first-child) {
  margin-top: 0.3rem;
}
.create-survey-user-statement__actions {
  background: #F5F6F7;
  padding: 0.8rem 1rem 0.5rem;
  margin-top: 0.3rem;
}
.create-survey-user-statement__description {
  padding-bottom: 3.125rem;
}
.create-survey-user-statement__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: var(--create-survey-user-statement-row-gap);
}
.create-survey-user-statement__item {
  background: white;
  padding: 1rem;
}
.create-survey-user-statement__item:not(:first-child) {
  margin-top: 0.5rem;
}
.create-survey-user-statement__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.8rem;
}
.create-survey-user-statement__item-title {
  margin-bottom: 0;
}
.create-survey-user-statement__item-remove {
  cursor: pointer;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .create-survey-user-statement__item-remove:hover {
    color: var(--hover-color);
  }
}
.create-survey-user-statement__button {
  margin-top: var(--create-survey-user-statement-row-gap);
}

.definition-list {
  grid-template-columns: auto 1fr;
  grid-row-gap: 0.5rem;
}
.definition-list__term {
  -ms-flex-item-align: center;
  align-self: center;
}
.definition-list__description {
  background: #F5F6F7;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
}

.description-list__list, .description-list__list--fixed {
  grid-gap: 0;
}
@media only screen and (min-width: 1024px) {
  .description-list__list, .description-list__list--fixed {
    grid-template-columns: 2fr 3fr;
  }
}
@media only screen and (min-width: 1024px) {
  .description-list__list--auto {
    grid-template-columns: fit-content(40%) 1fr;
  }
}
.description-list__list-term {
  border-top: 1px solid #000;
}
@media only screen and (min-width: 1024px) {
  .description-list__list-term:last-of-type {
    border-bottom: 1px solid #000;
  }
}
.description-list__list-term {
  color: #203F5A;
  font-weight: 700;
  padding: 1.25rem 0;
}
.description-list__list-description {
  padding: 0 0 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .description-list__list-description {
    border-top: 1px solid #000;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
  }
}
.description-list__list-description:last-of-type {
  border-bottom: 1px solid #000;
}

.download-section__title {
  margin-top: 0;
}
.download-section__downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: -0.5rem;
}
.download-section__downloads > * {
  margin-bottom: 0.5rem;
}

.dropbutton {
  position: relative;
}
.dropbutton__toggle-button.toggle-item__button--active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropbutton__children {
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: #fff;
  -webkit-box-shadow: 0 4px 22px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.12);
  padding: 1.125rem 1.25rem 1.375rem;
  right: 0;
}
.dropbutton__children:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.dropbutton__children.toggle-item--active, .dropbutton__children.toggle-item__content--active {
  opacity: 1;
  z-index: 1;
}
.dropbutton--children-rtl .dropbutton__children {
  left: 0;
  right: auto;
}
.dropbutton__item-button, .dropbutton__item-link {
  cursor: pointer;
}
.dropbutton__item-button.icon-button, .dropbutton__item-link.icon-button {
  width: 100%;
  white-space: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dropdown-questions-list {
  margin-bottom: 1.875rem;
}
.dropdown-questions-list__item {
  /**
   * does not work in ie
   * the gap still stays, because of autoprefixer
   * gaps in ie are handled as own column
   */
  grid-column-gap: 0;
}
.dropdown-questions-list__question-wrapper, .dropdown-questions-list__dropdown-wrapper {
  border-top: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 0;
}
.dropdown-questions-list__question-wrapper *, .dropdown-questions-list__dropdown-wrapper * {
  -ms-flex-item-align: center;
  align-self: center;
}
.dropdown-questions-list__question-wrapper {
  font-size: 1.25rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 700;
  padding-right: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .dropdown-questions-list__question-wrapper {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-questions-list__dropdown-wrapper {
    border: none;
    padding-top: 0.875rem;
  }
}
.dropdown-questions-list__dropdown-wrapper select {
  width: 100%;
  min-width: 16rem;
}

.field--label-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field--label-inline > .field__label::after {
  content: ":";
}
@media only screen and (min-width: 540px) {
  .field--label-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .field--label-inline > .field__label {
    padding-right: 0.5rem;
    width: 10em;
  }
}
.field__label {
  font-weight: 700;
}

.footnote__item:not(:last-child) {
  margin-bottom: 0.875rem;
}
.footnote__text {
  color: #808080;
}

.form-inplace__editableform {
  background-color: white;
}
.form-inplace__actions {
  position: absolute;
  z-index: 2;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border: 1px solid #D8D8D8;
  -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
  padding: 0.25rem;
}
.form-inplace__actions > *:not(:last-child) {
  margin-right: 0.25rem;
}
.form-inplace__button, .form-inplace__button {
  background-color: #F5F6F7;
  color: #333;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .form-inplace__button:hover, .form-inplace__button:hover {
    background-color: #d9dde0;
    color: #1a1a1a;
  }
}
.form-inplace__button-submit {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icons/check.svg") no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.form-inplace__button-cancel {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icons/close.svg") no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}

.form-item {
  position: relative;
}
.form-item--type-hidden {
  margin: 0;
}
.form-item--type-hidden.form-item--direction-column {
  display: none;
  visibility: hidden;
}
.form-item--direction-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.375rem;
}
.form-item--direction-column:not(:last-child):not(.form-item--type-hidden):not(.visually-hidden):not(.form-item--type-form-actions):not(.form-item--type-text-inplace):not(.form-item--without-margin) {
  margin-bottom: 0.875rem;
}
.form-item--direction-column .form-item__validation-error {
  margin-top: 0;
}
.form-item--direction-column.form-item--type-form-actions {
  margin-top: 0.625rem;
}
.form-item--direction-row {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "label field desc" "error-message field desc";
}
.form-item--direction-row.form-item--no-description {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "label field" "error-message field";
}
[data-form-selector="create survey subgroups"] .form-item--direction-row {
  grid-template-rows: 1fr;
}
.survey-invitation-mail-preview-fields .form-item--direction-row {
  grid-template-areas: "label field";
  grid-template-columns: 1fr 10fr;
  grid-template-rows: 1fr;
}
.survey-create-user-statements-form .tabbed-content-below .form-item--direction-row.form-item--type-checkbox {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "field";
}
[data-form-selector="create survey recipients"] .form-item--direction-row.form-item--type-textarea {
  grid-template-columns: 1fr 23.875rem;
  grid-template-areas: "label field" ". error-message";
}
.survey-user-statement-group-form .form-item--direction-row.form-item--type-textarea {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
  grid-template-areas: "field" "error-message" "desc";
}
[data-form-selector="create survey recipients"] .form-item--direction-row.form-item--type-text {
  grid-template-columns: 1fr 23.875rem;
  grid-template-areas: "label field" ". error-message" ". desc";
}
[data-form-selector="create survey recipients"] .form-item--type-text {
  grid-template-areas: "label field desc";
}
[data-form-selector="create survey recipients"] .form-item--type-text, [data-form-selector="create survey recipients"] .form-item--type-textarea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
[data-form-selector="create survey recipients"] .form-item--type-text .textfield--long, [data-form-selector="create survey recipients"] .form-item--type-textarea .textfield--long {
  height: 8.25rem;
}
[data-form-selector="create survey recipients"] .form-item--type-text .form-item__label, [data-form-selector="create survey recipients"] .form-item--type-textarea .form-item__label {
  grid-area: label;
  margin-bottom: 0;
  margin-right: 1.75rem;
}
[data-form-selector="create survey recipients"] .form-item--type-text .form-item__description, [data-form-selector="create survey recipients"] .form-item--type-textarea .form-item__description {
  grid-area: desc;
  margin-top: 0.5rem;
  white-space: nowrap;
}
[data-form-selector="create survey recipients"] .form-item--type-textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.survey-create-user-statements-form .form-item--type-textarea {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.survey-create-user-statements-form .form-item--type-textarea:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.survey-create-user-statements-form .form-item--type-textarea .textfield--long {
  height: 9.5rem;
}
.survey-create-user-statements-form .form-item--type-textarea .form-item__description {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.form-item--type-form-actions .form-item__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .form-item--type-form-actions .form-item__content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-item--type-form-actions .form-item__content-wrapper button:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper [type=button]:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper [type=reset]:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper [type=submit]:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper .button:not(:first-child) {
  margin-top: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .form-item--type-form-actions .form-item__content-wrapper button:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper [type=button]:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper [type=reset]:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper [type=submit]:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper .button:not(:first-child) {
    margin-top: 0;
  }
}
.form-item--type-form-actions .form-item__content-wrapper button.button--critical-operation:last-child:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper [type=button].button--critical-operation:last-child:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper [type=reset].button--critical-operation:last-child:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper [type=submit].button--critical-operation:last-child:not(:first-child), .form-item--type-form-actions .form-item__content-wrapper .button.button--critical-operation:last-child:not(:first-child) {
  margin-left: auto;
}
.form-item__label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.form-item__label {
  display: inline-block;
  font-weight: 600;
}
.form-item--direction-column .form-item__label:not(.form-item__label--wrapped) {
  margin-bottom: 0.3rem;
}
.form-item--direction-row:not(.form-item--type-textarea) .form-item__label {
  -ms-flex-item-align: center;
  align-self: center;
}
.form-item__validation-error {
  grid-area: error-message;
  display: block;
  margin-top: 0.5rem;
  color: #CA1719;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
}
.form-item--direction-column.field-group__item .form-item__validation-error {
  margin-top: 0.5rem;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.form-item__description {
  color: var(--general-grey-2);
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  margin-top: 0.5rem;
}
.form-item--direction-column.field-group__item .form-item__description {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}
.form-item__field-wrapper {
  grid-area: field;
}
.form-item__field-inplace-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-item__field-inplace-wrapper > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.form-item--type-radio {
  border: 0;
  padding: 0;
}

.checkbox-component-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding-left: 36px;
}

.choice-items__toggle {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.choice-items__head {
  width: 100%;
}
.choice-items__head .checkbox-component-preview {
  padding-left: 0;
}
.choice-items__content {
  padding-left: 74px;
}
.choice-items__content.toggle-item__content--active {
  padding-top: 0.875rem;
  padding-bottom: 0;
}
.choice-items__description {
  margin-bottom: 0.875rem;
}

.component-type-tabs {
  margin-bottom: 0.875rem;
}

.form[name^=survey_create_] .fieldset-accordion__content {
  padding-left: 1rem;
}
.fieldset-accordion__content--indented {
  padding-left: 56px;
}
.fieldset-accordion__description {
  margin-bottom: 1.125rem;
}

.fieldset-component-statement {
  background: #F5F6F7;
  padding: 1.3rem;
}
.questionnaire-edit__component-statements > .form:not(:first-child) .fieldset-component-statement {
  padding-top: 0.3rem;
}
.questionnaire-edit__component-statements > .form:not(:last-of-type) .fieldset-component-statement {
  padding-bottom: 0.3rem;
}
.fieldset-component-statement__wrapper {
  background-color: white;
  padding: 1.3rem;
}
.fieldset-component-statement__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fieldset-component-statement__delete-button {
  margin-left: 0.5rem;
}
.fieldset-component-statement__row:not(:first-child) {
  margin-top: 0.875rem;
}
.fieldset-component-statement__preview-icon {
  margin-left: 0.5rem;
}
.fieldset-component-statement__preview-content {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

.fieldset-survey-confirmation-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gutter);
  margin-bottom: 3.75rem;
}
.fieldset-survey-confirmation-preview__content {
  position: relative;
  padding: 1.875rem;
  background-color: var(--primary-background-color-light);
}
.fieldset-survey-confirmation-preview__content.toggle-item__content--active {
  padding: 1.875rem;
}
.fieldset-survey-confirmation-preview__edit-button {
  position: absolute;
  top: 24px;
  right: 10px;
}
.fieldset-survey-confirmation-preview__edit-button > button {
  border: 0;
  padding: 0.75rem;
}
.fieldset-survey-confirmation-preview__preview-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.fieldset-statements-by-component-type {
  --background-color: #F5F6F7;
  --subheading-border-color: var(--group1-color3);
  background: var(--background-color);
  padding: 1.3rem 1.3rem 0.5rem;
}
.fieldset-statements-by-component-type__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}
.fieldset-statements-by-component-type__title {
  margin: 0;
  font-weight: 800;
}
.fieldset-statements-by-component-type__subheading {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.fieldset-statements-by-component-type__subheading--with-border {
  padding-top: 1.25rem;
  border-top: 1px solid var(--subheading-border-color);
}
.fieldset-statements-by-component-type__type-selection {
  margin-bottom: 0.875rem;
}
.fieldset-statements-by-component-type__button-statement-add-wrapper {
  padding-top: 0.8rem;
}
.fieldset-statements-by-component-type__self-assessment-selection {
  margin-bottom: 0.875rem;
}
.fieldset-statements-by-component-type__self-assessment-wrapper {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fieldset-statements-by-component-type__self-assessment-wrapper:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.fieldset-survey-complete {
  position: relative;
  border-spacing: 0;
}
.fieldset-survey-complete__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .fieldset-survey-complete__body {
    row-gap: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .fieldset-survey-complete__body--button {
    row-gap: 0.875rem;
  }
}

.fieldset-user-statement-table-layout__row:not(:last-child) {
  margin-bottom: 0.875rem;
}

.filter-question__question {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .filter-question__answer-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: calc(0.5 * var(--gutter));
  }
  .filter-question__answer-options > *:not(:first-child) {
    margin-left: calc(0.5 * var(--gutter));
  }
}
.filter-question__validation-error-message {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  color: #CA1719;
  margin-bottom: 1.875rem;
}

.textfield-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: var(--gutter);
}
.textfield-link--baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.textfield-link__field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.textfield-link__link {
  margin-left: 0.8rem;
}

.form-navigation {
  margin-bottom: 3.125rem;
}
.form-navigation > * {
  margin-bottom: 0.1rem;
}
.form-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  padding: 0.8rem;
  background-color: #ECF3F8;
  color: #287BA8;
  width: calc(100% - 16px);
}
.form-navigation__item--active {
  position: relative;
  color: white;
  background-color: #203F5A;
}
.form-navigation__item--active::after {
  content: "";
  position: absolute;
  display: block;
  right: -16px;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 100%;
  background-color: #203F5A;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%, 0 0);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0 0);
}
.form-navigation__item--visited {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .form-navigation__item--visited:hover {
    color: white;
    background-color: #287BA8;
  }
}
.form-navigation__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.8rem;
  font-size: 1.625rem;
  line-height: 1.1538461538;
  color: #203F5A;
}
.form-navigation__item--active .form-navigation__number {
  color: white;
}
.form-navigation__item--visited:hover .form-navigation__number {
  color: white;
}

.form-preview {
  background-color: #ECF3F8;
  padding: 1.875rem 2.5rem;
  margin-top: 3.75rem;
}
.form-preview__content {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 600;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.form--filter-form [name^=filter_] {
  max-width: 200px;
}

[data-form-selector="create survey recipients"] [class$=__group-card-heading--standalone] {
  margin-bottom: 0;
}

.gender-selection__error-msg {
  margin-top: 0.875rem;
  color: #CA1719;
  display: none;
}
.gender-selection__error-msg--show {
  display: block;
}
.gender-selection__submit {
  margin-top: 0.875rem;
}
.gender-selection__option {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.3rem;
}

.groups-link-list--wrapped {
  margin-bottom: 0;
}

.icon-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /**
   * todo, this looks weird
   * prevent button classes to have to hover styles
   * only appears if we combine icon-button and button classes
   * necessary if we want buttons that contain icons
   */
}
.icon-button--text-above, .icon-button--text-below {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.icon-button.icon-button--active {
  color: var(--active-color);
}
.icon-button__active-icon {
  display: none;
}
.icon-button--toggle .icon-button__icon {
  display: none;
}
.icon-button--toggle .icon-button__active-icon {
  display: block;
}
.icon-button--critical-operation {
  color: #CA1719;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .icon-button--critical-operation:hover {
    color: #9c1213;
  }
}
.icon-button__icon {
  -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-button--rotate .icon-button__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-button--text-after .icon-button__text {
  margin-left: 0.5rem;
}
.icon-button--text-before .icon-button__text {
  margin-right: 0.5rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.icon-button--text-above .icon-button__text {
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.icon-button--text-below .icon-button__text {
  margin-top: 0.5rem;
}
.icon-button__text--bold {
  font-weight: 700;
}
.icon-button:not(:disabled):not(.button):not(.icon-button--critical-operation) {
  text-decoration-line: var(--decoration-style);
  text-decoration-color: var(--decoration-color);
  text-decoration-thickness: var(--decoration-width);
  text-underline-offset: var(--decoration-offset);
  word-break: break-word;
  color: var(--text-link-color);
  font-weight: var(--text-link-font-weight);
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .icon-button:not(:disabled):not(.button):not(.icon-button--critical-operation)[href]:hover {
    text-decoration-line: var(--decoration-hover-style);
    text-decoration-color: var(--decoration-hover-color);
    color: var(--text-link-hover-color);
  }
}
.icon-button:not(:disabled):not(.button):not(.icon-button--critical-operation)[href*="/download/datei"]:before {
  content: "";
  margin-right: 0.5rem;
  margin-bottom: -2px;
  display: inline-block;
  background-color: var(--action-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;
}
.icon-button:disabled:not(.button) {
  opacity: 0.5;
  cursor: not-allowed;
}
.icon-button--text-after {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.icon-button--full-width {
  width: 100%;
}

.icon-link .icon {
  margin-right: 0.3rem;
}

.icon-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-text--centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-text--flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.icon-text--text-above, .icon-text--text-below {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.icon-text__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.icon-text--text-after .icon-text__text {
  margin-left: 0.5rem;
}
.icon-text--text-before .icon-text__text {
  margin-right: 0.5rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.icon-text--text-above .icon-text__text {
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.icon-text--text-below .icon-text__text {
  margin-top: 0.5rem;
}

.legend__items {
  margin-bottom: -0.5rem;
}
.legend__items > * {
  margin-bottom: 0.5rem;
}
.legend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.legend__item-text {
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}

.local-actions {
  overflow: auto;
  margin-bottom: 0.9375rem;
  border-bottom: 2px solid #808080;
}
@media only screen and (min-width: 768px) {
  .local-actions {
    margin-bottom: 1.875rem;
  }
}

.login-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 539px) {
  .login-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .login-bar__user, .login-bar__participant, .login-bar__button {
    width: 100%;
  }
}
@media only screen and (max-width: 539px) {
  .login-bar > *:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.login-bar__content {
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.login-bar__content:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.login-bar__content.toggle-item--active, .login-bar__content.toggle-item__content--active {
  opacity: 1;
  z-index: 1;
}
@media only screen and (min-width: 540px) {
  .login-bar {
    margin-right: -0.5rem;
  }
  .login-bar > *:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.login {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: #F5F6F7;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  top: 12px;
}
.login:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 39px;
  border-style: solid;
  border-width: 0 12px 11px 11px;
  border-color: #CCCCCC transparent;
  display: block;
  width: 0;
  z-index: 0;
}
.login:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 40px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: #F5F6F7 transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.login__wrapper {
  padding: 1.875rem 1.5rem 1.125rem 1.5rem;
}
.login__forgot-password {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin-top: 1.125rem;
}
.login .form-item--type-form-actions > .form-item__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mail-body-preview {
  margin-top: 1.3rem;
}
.mail-body-preview .textfield--long {
  font-family: "Lucida Console", Monaco, monospace;
  font-weight: normal;
  font-size: 0.875rem;
  min-height: 540px;
}

.markdown-editor:not(.markdown-editor--inline-preview) .CodeMirror-line [class^=cm-] {
  all: unset !important;
}
.markdown-editor .editor-preview {
  padding: 14px !important;
  max-width: 100% !important;
}

.media__heading {
  grid-column: span 12;
}
.media__items {
  display: grid;
  grid-template-columns: subgrid;
  row-gap: var(--grid-row-gap);
}
@media only screen and (min-width: 768px) {
  .media__items {
    -webkit-column-gap: var(--node-column-gap);
    -moz-column-gap: var(--node-column-gap);
    column-gap: var(--node-column-gap);
    grid-template-columns: repeat(12, 1fr);
  }
}
.media__media-1-to-2 {
  grid-column: span 6;
}
.media__media-1-to-3 {
  grid-column: span 4;
}
.media__media-1-to-4 {
  grid-column: span 3;
}

.account-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.account-menu__item-link--lvl-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #287BA8;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .account-menu__item-link--lvl-0:hover {
    color: var(--hover-color);
  }
}
.account-menu__item-link--lvl-0:active, .account-menu__item-link--lvl-0:focus {
  color: var(--hover-color);
}
.account-menu__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.account-menu__item-divider {
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  color: #D8D8D8;
}

@media only screen and (min-width: 768px) {
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -3rem;
  }
  .footer-menu > * {
    margin-right: 3rem;
  }
}
.footer-menu__item-link {
  display: block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.4285714286;
  font-weight: 700;
  color: white;
}
@media only screen and (min-width: 768px) {
  .footer-menu__item-link {
    padding: 0;
  }
}
.footer-menu__item-icon {
  margin-right: 0.3125rem;
}

.language-switcher--site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .language-switcher--site-header {
    margin-right: 0;
  }
}
.language-switcher__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language-switcher__item:not(:first-child)::before {
  content: "|";
}
.language-switcher--site-header .language-switcher__item-link {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #287BA8;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .language-switcher--site-header .language-switcher__item-link:hover {
    color: var(--hover-color);
  }
}
.language-switcher--site-header .language-switcher__item-link:active, .language-switcher--site-header .language-switcher__item-link:focus {
  color: var(--hover-color);
}
.language-switcher__item-link.is-active {
  font-weight: 700;
}
.language-switcher__langcode {
  text-transform: uppercase;
}
.language-switcher--site-header .language-switcher__item-divider {
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  color: #D8D8D8;
}

.main-menu {
  --background-color-context-menu: var(--general-grey-6);
  --color-context-menu-active-trail: white;
  --background-color-context-menu-active-trail: #CE6D35;
  --color-context-menu-hover: white;
  --background-color-context-menu-hover: #CE6D35;
  font-family: "Nunito Sans", sans-serif;
  --text-link-color: $main-menu-color-lvl-0;
}
.main-menu__item--lvl-0 {
  font-size: 1rem;
  line-height: 1.5;
  color: white;
}
.main-menu__item--lvl-0:hover {
  background-color: #287BA8;
  color: white;
}
.main-menu__item--lvl-0:focus-visible, .main-menu__item--lvl-0.main-menu__item--active-trail {
  background-color: #CE6D35;
  color: white;
}
.main-menu__item--context-menu {
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  font-weight: 700;
}
.main-menu__item--context-menu:hover {
  background-color: var(--background-color-context-menu-hover);
  color: var(--color-context-menu-hover);
}
.main-menu__item--context-menu:focus-visible, .main-menu__item--context-menu.main-menu__item--active-trail {
  background-color: var(--background-color-context-menu-active-trail);
  color: var(--color-context-menu-active-trail);
}
.main-menu__item:not(.main-menu__item--lvl-0):first-child:not(.main-menu__item--context-menu) {
  border-top: 1px solid #D8D8D8;
}
.main-menu__item:not(.main-menu__item--expanded):not(.main-menu__item--lvl-0):not(:last-child):not(.main-menu__item--context-menu) {
  border-bottom: 1px solid #D8D8D8;
}
.main-menu__item:not(.main-menu__item--lvl-0):not(.main-menu__item--context-menu) {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #203F5A;
}
.main-menu__item--expanded .main-menu__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu__item:focus-visible {
  border: 1px solid var(--focus-border-color);
  -webkit-box-shadow: 0 0 8px 0 var(--focus-glow-color);
  box-shadow: 0 0 8px 0 var(--focus-glow-color);
}
.main-menu__item-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.main-menu__item:not(.main-menu__item--lvl-0):not(.main-menu__item--context-menu).main-menu__item--active-trail > .main-menu__item-header {
  background-color: #F5F6F7;
}
.main-menu__item:not(.main-menu__item--lvl-0):not(.main-menu__item--context-menu):hover > .main-menu__item-header {
  color: #203F5A;
  background-color: #F5F6F7;
}
.main-menu__item:not(.main-menu__item--lvl-0):not(.main-menu__item--context-menu) .main-menu__item-header {
  color: #203F5A;
  background-color: white;
}
@media only screen and (max-width: 1023px) {
  .main-menu__item-header {
    padding-right: 0;
    padding-left: 0;
  }
}
.main-menu__item-header .main-menu__item-link--lvl-1 {
  font-weight: 700;
}
.main-menu__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.main-menu__item-toggle {
  position: relative;
  right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.main-menu__item:not(.main-menu__item--lvl-0) .main-menu__item-toggle {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .main-menu {
    --nav-orientation: vertical;
  }
  .main-menu__item--lvl-0 .main-menu__item-header {
    padding-right: calc(1 * var(--outer-padding));
    padding-left: calc(1 * var(--outer-padding));
  }
  .main-menu__item--lvl-1 .main-menu__item-header {
    padding-right: calc(var(--outer-padding) + 1 * 0.875rem);
    padding-left: calc(var(--outer-padding) + 1 * 0.875rem);
  }
  .main-menu__item--lvl-2 .main-menu__item-header {
    padding-right: calc(var(--outer-padding) + 2 * 0.875rem);
    padding-left: calc(var(--outer-padding) + 2 * 0.875rem);
  }
  .main-menu__item--lvl-3 .main-menu__item-header {
    padding-right: calc(var(--outer-padding) + 3 * 0.875rem);
    padding-left: calc(var(--outer-padding) + 3 * 0.875rem);
  }
  .main-menu__item--lvl-4 .main-menu__item-header {
    padding-right: calc(var(--outer-padding) + 4 * 0.875rem);
    padding-left: calc(var(--outer-padding) + 4 * 0.875rem);
  }
  .main-menu__item--lvl-5 .main-menu__item-header {
    padding-right: calc(var(--outer-padding) + 5 * 0.875rem);
    padding-left: calc(var(--outer-padding) + 5 * 0.875rem);
  }
  .main-menu__item-link {
    width: 100%;
  }
  .main-menu__item--lvl-0:not(.main-menu__item--expanded) {
    border-bottom: 1px solid #D8D8D8;
  }
  .main-menu__item-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .main-menu {
    --nav-orientation: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .main-menu__item--expanded {
    position: relative;
  }
  .main-menu__item-link {
    white-space: nowrap;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
  .main-menu__item-link--lvl-0 {
    font-weight: 700;
  }
  .main-menu__item-link--lvl-2 {
    padding-left: 1.75rem;
  }
  .main-menu__item-link--lvl-3 {
    padding-left: 2.625rem;
  }
  .main-menu__item-link--lvl-4 {
    padding-left: 3.5rem;
  }
  .main-menu__item-link--lvl-5 {
    padding-left: 4.375rem;
  }
  .main-menu__sub-menu--lvl-1 {
    min-width: 100%;
    position: absolute;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .main-menu__sub-menu--lvl-1:not(.toggle-item__content--active):not(.toggle-item--active) {
    visibility: hidden;
    position: absolute;
    border: 0;
    height: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    white-space: nowrap;
    opacity: 0;
  }
  .main-menu__sub-menu--lvl-1.toggle-item--active, .main-menu__sub-menu--lvl-1.toggle-item__content--active {
    opacity: 1;
    z-index: 1;
    background-color: white;
    -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
    z-index: 100;
  }
  .main-menu__sub-menu--context-menu {
    background-color: var(--background-color-context-menu);
    position: absolute;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.service-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .service-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.service-menu__item-link {
  display: block;
  padding: 0.3rem var(--outer-padding);
}
@media only screen and (min-width: 1024px) {
  .service-menu__item-link {
    padding: 0 0.875rem;
  }
  .service-menu__item-link:hover, .service-menu__item-link:active {
    text-decoration: underline;
  }
}

/**************************
  Basic Modal Styles
**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
.modal__container {
  background-color: #fff;
  padding: 1.875rem;
  max-width: 740px;
  height: 100%;
  width: 50%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: initial;
  margin-bottom: 0px;
}
.modal__title {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}
.modal__close .icon {
  pointer-events: none;
}
.modal__content {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.modal--buttons-hidden .modal__content {
  margin-bottom: 0;
}
.modal__content .small {
  font-size: 0.875em;
}

@supports (display: flex) {
  .modal__container {
    height: initial;
    max-height: 80vh;
  }
  .modal__title {
    position: static;
  }
  .modal__close {
    position: static;
  }
}
/**************************
  Demo Animation Style
**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/**************************
  Mobile custom styles for individual modals
**************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .modal__container {
    width: 90%;
    min-width: 90%;
  }
}
.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.875rem;
  margin-bottom: 0.875rem;
}
.notification--layout-section {
  margin-bottom: 3.125rem;
}
.notification--error {
  background-color: #FFDCE2;
}
.notification--success {
  background-color: #DAF1DD;
}
.notification--warning {
  background-color: #FFECD7;
}
.notification--notice {
  background-color: #E5EEF3;
}
.notification__title:last-child {
  margin-bottom: 0;
}
.notification__icon {
  margin-right: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title {
  margin: 0;
}

.pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pager__item:not(:first-child) {
  margin-left: 0.3rem;
}
.pager__item-link {
  display: block;
  height: 2em;
  min-width: 2em;
  padding: 0.5em 0.25em;
  line-height: 1;
  text-align: center;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .pager__item-link:hover {
    color: var(--hover-color);
    background-color: #F5F6F7;
  }
}
.pager__item-link--page {
  border: 1px solid #D8D8D8;
}
.pager__item-link--page.is-active {
  font-weight: 700;
}
.pager__item--previous .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.preview-overlay {
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: white;
  -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
  padding: 1.875rem 0.875rem;
  width: 100%;
  height: auto;
}
.preview-overlay:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.preview-overlay.toggle-item--active, .preview-overlay.toggle-item__content--active {
  opacity: 1;
  z-index: 1;
}

.progress {
  width: var(--width);
  padding-top: var(--outer-padding);
  padding-bottom: var(--outer-padding);
}
.progress__wrapper:not(.progress__wrapper--progress-only) {
  display: grid;
  grid-template: "progress counter"/4fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
}
.progress__bar-wrapper {
  grid-area: progress;
  width: var(--width);
  background-color: var(--bg-color);
  height: var(--height);
}
.progress__label {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.progress__bar {
  /**
   * important for group tans
   * it is possible to get more participants than defined
   */
  max-width: 100% !important;
  background-color: var(--fill-color);
  height: var(--height);
}
.progress__counter {
  grid-area: counter;
  justify-self: end;
}

.questionnaire-action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
.questionnaire-action-list__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questionnaire-group__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.8rem 0 0.5rem;
}
.questionnaire-group__title {
  margin: 0;
}
.questionnaire-group__edit-icon {
  margin-left: 0.5rem;
}

.questionnaire-list:not(:last-child) {
  margin-bottom: 3.125rem;
}
.questionnaire-list__attachment {
  margin-top: 1.875rem;
}
.questionnaire-list__items > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.questionnaire-list__item-wrapper {
  display: grid;
  grid-template: "title subject version action"/3fr 1fr 0.8fr 1.2fr;
  grid-column-gap: 0.5rem;
}
.questionnaire-list__item-wrapper--with-attachment {
  grid-template: "title action" "attach attach"/3fr 1fr;
  grid-column-gap: 0;
}
.questionnaire-list__item-wrapper--active > * {
  background-color: #DAF1DD;
}
.questionnaire-list__item-wrapper--progress > * {
  background-color: #E5EEF3;
}
.questionnaire-list__item-wrapper--archive > * {
  background-color: #FFDCE2;
}
.questionnaire-list__item-wrapper > * {
  padding: 0.5rem 0.875rem;
}
.questionnaire-list__item-wrapper.toggle-item--active .questionnaire-list__toggle-link .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.questionnaire-list__questionnaire-title {
  grid-area: title;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3rem;
}
.questionnaire-list__questionnaire-subject {
  grid-area: subject;
}
.questionnaire-list__questionnaire-version {
  grid-area: version;
}
.questionnaire-list__questionnaire-action {
  grid-area: action;
  display: -ms-grid;
  display: grid;
  /* autoprefixer grid: autoplace */
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: repeat(1, auto);
  grid-gap: 0.5rem;
}
.questionnaire-list__questionnaire-action > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.questionnaire-list__questionnaire-action > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.questionnaire-list__questionnaire-action > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.questionnaire-list__questionnaire-action > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.questionnaire-list__questionnaire-action > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.questionnaire-list__questionnaire-action > * {
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.questionnaire-list__questionnaire-attachment {
  grid-area: attach;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.questionnaire-list__questionnaire-attachment:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.questionnaire-overview {
  padding-bottom: 3.75rem;
}
.questionnaire-overview__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  margin-right: -0.875rem;
}
.questionnaire-overview__actions > * {
  margin-right: 0.875rem;
}
.questionnaire-overview__sections {
  margin-bottom: -1.875rem;
}
.questionnaire-overview__sections > * {
  margin-bottom: 1.875rem;
}

.questionnaire-section-element {
  padding: 0.5rem;
}
.questionnaire-section-element--active {
  background-color: #DAF1DD;
}
.questionnaire-section-element--inactive {
  background-color: #FFDCE2;
}
.questionnaire-section-element--draft {
  background-color: #E5EEF3;
}
.questionnaire-section-element__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.questionnaire-section-element__interaction-elements {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: -0.875rem;
}
.questionnaire-section-element__interaction-elements > * {
  margin-right: 0.875rem;
}
.questionnaire-section-element__change-status {
  display: inline-block;
  width: 8rem;
}

.questionnaire-section__domains {
  margin-bottom: -0.5rem;
}
.questionnaire-section__domains > * {
  margin-bottom: 0.5rem;
}

.site-branding__logo {
  display: block;
  max-width: 20rem;
}
.site-branding__name {
  font-size: 1.1rem;
  font-weight: 700;
}

.site-footer {
  background-color: #203F5A;
}
.site-footer__wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: -2rem;
}
.site-footer__wrapper > * {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .site-footer__wrapper {
    padding-top: 3.125rem;
    padding-bottom: 7rem;
    display: grid;
    grid-column-gap: var(--gutter);
    grid-template: "logo menus"/3fr 9fr;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__logo {
    grid-area: logo;
    margin-bottom: 0;
  }
}
.site-footer__navigation {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-footer__navigation {
    grid-area: menus;
    align-self: start;
    justify-self: end;
  }
}

.site-header__wrapper {
  display: grid;
  grid-column-gap: 1rem;
  grid-template: "logo toggle" "primary primary" "secondary secondary"/1fr auto;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media only screen and (min-width: 1024px) {
  .site-header__wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.site-header__logo {
  grid-area: logo;
}
.site-header__nav-toggle {
  grid-area: toggle;
  justify-self: center;
  align-self: center;
}
.site-header__primary-nav {
  grid-area: primary;
  align-self: end;
  background-color: #203F5A;
  width: 100%;
}
.site-header__secondary-nav {
  grid-area: secondary;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  align-self: center;
}
@media only screen and (max-width: 539px) {
  .site-header__secondary-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .site-header__secondary-nav > :nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .site-header__secondary-nav > :nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .site-header__secondary-nav {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .site-header__secondary-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -0.875rem;
  }
  .site-header__secondary-nav > * {
    margin-right: 0.875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header__secondary-nav {
    justify-self: end;
  }
}
@media only screen and (max-width: 1023px) {
  .site-header__primary-nav, .site-header__secondary-nav {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .site-header__primary-nav:not(.toggle-item__content--active):not(.toggle-item--active), .site-header__secondary-nav:not(.toggle-item__content--active):not(.toggle-item--active) {
    visibility: hidden;
    position: absolute;
    border: 0;
    height: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    white-space: nowrap;
    opacity: 0;
  }
  .site-header__primary-nav {
    margin-right: calc(-1 * var(--outer-padding));
    margin-left: calc(-1 * var(--outer-padding));
    width: calc(100% + 2 * var(--outer-padding));
  }
}
@media only screen and (min-width: 1024px) {
  .site-header__wrapper {
    grid-column-gap: var(--gutter);
    grid-template: "logo secondary"/1fr 2fr;
  }
  .site-header__nav-toggle {
    display: none;
  }
  .site-header__primary-nav-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .site-header__primary-nav {
    -ms-flex-item-align: start;
    align-self: start;
    justify-self: start;
  }
}

.survey-add-subgroup:not(:last-child) {
  margin-bottom: 0.875rem;
}
.survey-add-subgroup__header {
  background-color: #F5F6F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.8rem 1.2rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .survey-add-subgroup__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.survey-add-subgroup__heading {
  margin-bottom: 0;
}
.survey-add-subgroup__button-add-first {
  margin-top: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .survey-add-subgroup__button-add-first {
    position: absolute;
    right: 1.2rem;
    margin-top: 0;
  }
}
.survey-add-subgroup__content {
  background-color: white;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .survey-add-subgroup__content {
    display: grid;
    row-gap: 0.8rem;
    grid-template-areas: "list list list" "button-add . .";
    grid-template-rows: auto;
    grid-template-columns: 30% 40% 30%;
  }
}
.survey-add-subgroup__list {
  grid-area: list;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.survey-add-subgroup__list-item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "form-item button-delete";
  row-gap: 0.8rem;
}
.survey-add-subgroup__list-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.survey-add-subgroup__list-item > * {
  -ms-flex-item-align: center;
  align-self: center;
}
.survey-add-subgroup__form-item {
  margin: 0;
  display: grid;
  grid-area: form-item;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "label field field field" ". error-message error-message error-message";
}
.survey-add-subgroup__form-item > * {
  -ms-flex-item-align: center;
  align-self: center;
}
.survey-add-subgroup__form-item > label {
  grid-area: label;
  padding-right: 0.6rem;
  margin-bottom: 0;
}
.survey-add-subgroup__button-delete {
  grid-area: button-delete;
  align-self: start;
  justify-self: end;
  margin-top: 0.5625rem;
  margin-left: 0.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.survey-add-subgroup__button-add {
  grid-area: button-add;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.survey-complete-competence-check {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.875rem;
  margin-bottom: 6.25rem;
}
.survey-complete-competence-check > * {
  grid-column-end: span 2;
}
.survey-complete-competence-check__answer-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.125rem;
}
.survey-complete-competence-check__validation-error-message {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  color: #CA1719;
}

.survey-complete-detail {
  background-color: var(--primary-dark-color);
  color: white;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.survey-complete-detail__label:not(:first-child) {
  padding-top: 0.875rem;
}
.survey-complete-detail__title {
  margin: 0 auto;
}
.survey-complete-detail--title-only .survey-complete-detail__title {
  margin-bottom: 3.75rem;
}
.survey-complete-detail__sub-title {
  font-size: 1.375rem;
  letter-spacing: 0em;
  line-height: 1.1818181818;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .survey-complete-detail__sub-title {
    font-size: 1.625rem;
    letter-spacing: 0em;
    line-height: 1.1538461538;
  }
}
.survey-complete-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .survey-complete-detail__content {
    margin-bottom: -0.5rem;
  }
  .survey-complete-detail__content > * {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .survey-complete-detail__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -3.75rem;
  }
  .survey-complete-detail__content > * {
    margin-right: 3.75rem;
  }
}

.survey-complete-media {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.875rem;
  margin-bottom: 6.25rem;
}
.survey-complete-media--1-col {
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 0;
}
.survey-complete-media > * {
  grid-column-end: span 2;
}

.survey-complete-statement-freetext:not(:first-child) {
  margin-top: 1.875rem;
}
.survey-complete-statement-freetext__heading {
  padding-bottom: 0.875rem;
  border-bottom: 2px solid #D8D8D8;
  margin-bottom: 0;
}
.survey-complete-statement-freetext__statement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.875rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .survey-complete-statement-freetext__statement {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}
.survey-complete-statement-freetext__statement label {
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.survey-complete-statement-freetext__statement label:not(:first-child) {
  margin-top: 0.8rem;
}
.survey-complete-statement-freetext__content-wrapper {
  background-color: #F5F6F7;
  padding: 1.25rem;
}
.survey-complete-statement-freetext__max-length-hint, .survey-complete-statement-freetext__validation-error-message {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin-top: 0.875rem;
}
.survey-complete-statement-freetext__validation-error-message {
  color: #CA1719;
}
.survey-complete-statement-freetext__max-length-hint {
  color: #808080;
}

.survey-complete-statement {
  display: grid;
  grid-template: "statement" "first" "second" "third" "fourth" "fifth"/1fr;
}
@media only screen and (max-width: 767px) {
  .survey-complete-statement--last-separated > td:last-child {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 2px solid #D8D8D8;
  }
}
@media only screen and (min-width: 768px) {
  .survey-complete-statement {
    grid-template: "statement first second third fourth fifth"/5fr 1fr 1fr 1fr 1fr 1fr;
  }
  .survey-complete-statement--last-separated-smiley {
    grid-column-gap: 0.875rem;
    grid-template: "statement . first second third fourth . fifth"/5fr 0 1fr 1fr 1fr 1fr 0.875rem 1fr;
  }
  .survey-complete-statement--last-separated-smiley > td:last-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    margin-left: -1.3125rem;
    border-left: 2px solid #D8D8D8;
  }
  .survey-complete-statement--last-separated-matrix > th:last-child,
  .survey-complete-statement--last-separated-matrix > td:last-child {
    border-left: 2px solid #D8D8D8;
  }
  .survey-complete-statement--button {
    grid-column-gap: 0.875rem;
    grid-template: "statement statement statement statement statement" "first second third fourth fifth"/auto;
  }
  .survey-complete-statement--button .survey-complete-statement__cell {
    position: relative;
  }
  .survey-complete-statement--last-separated-button {
    grid-column-gap: 0.875rem;
    grid-template: "statement statement statement statement statement statement" auto "first second third fourth . fifth" 1fr/auto auto auto auto 0.875rem auto;
  }
  .survey-complete-statement--last-separated-button > td:last-child:not(.survey-complete-statement__question):before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    margin-left: -1.3125rem;
    border-left: 2px solid #D8D8D8;
  }
  .survey-complete-statement--smiley > *, .survey-complete-statement--matrix > * {
    border-bottom: 2px solid #D8D8D8;
  }
  .survey-complete-statement__answer {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
.survey-complete-statement--header > * {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .survey-complete-statement--header > * {
    padding-bottom: 0.875rem;
    -ms-flex-item-align: end;
    align-self: end;
  }
}
.survey-complete-statement > *:nth-child(2) {
  grid-area: first;
}
.survey-complete-statement > *:nth-child(3) {
  grid-area: second;
}
.survey-complete-statement > *:nth-child(4) {
  grid-area: third;
}
.survey-complete-statement > *:nth-child(5) {
  grid-area: fourth;
}
.survey-complete-statement > *:nth-child(6) {
  grid-area: fifth;
}
.survey-complete-statement__cell {
  margin-bottom: 0;
}
.survey-complete-statement__question {
  grid-area: statement;
  padding-right: 0.875rem;
  font-size: 1.375rem;
  letter-spacing: 0em;
  line-height: 1.1818181818;
  font-weight: 700;
  text-align: left;
  padding-bottom: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .survey-complete-statement__question {
    font-size: 1.625rem;
    letter-spacing: 0em;
    line-height: 1.1538461538;
  }
}
.survey-complete-statement--button .survey-complete-statement__question, .survey-complete-statement--last-separated-smiley .survey-complete-statement__question {
  padding-right: 0;
}
.survey-complete-statement--small .survey-complete-statement__question {
  color: #287BA8;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.survey-complete-statement__statement {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
.survey-complete-statement__statement {
  grid-area: statement;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.875rem 0.5rem;
}
@media only screen and (min-width: 768px) {
  .survey-complete-statement__statement {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}
.survey-complete-statement__statement label {
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.survey-complete-statement__statement label:not(:first-child) {
  margin-top: 0.8rem;
}
.survey-complete-statement--small .survey-complete-statement__statement label:not(:first-child) {
  margin-top: 0.3rem;
}
.survey-complete-statement--small .survey-complete-statement__statement label {
  margin-bottom: 0;
}
.survey-complete-statement--error .survey-complete-statement__statement {
  color: #CA1719;
}
.survey-complete-statement--small .survey-complete-statement__statement {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  padding-left: 0;
  padding-right: 0;
}
.survey-complete-statement__validation-error-message {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.survey-complete-statement__statement, .survey-complete-statement__question {
  max-width: 45rem;
  -ms-hyphens: none;
  hyphens: none;
}
.survey-complete-statement__answer {
  display: none;
}
@media only screen and (min-width: 768px) {
  .survey-complete-statement__answer {
    display: initial;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0.875rem;
    -ms-flex-item-align: end;
    align-self: end;
  }
  .survey-complete-statement--button .survey-complete-statement__answer {
    display: none;
  }
  .survey-complete-statement--last-separated-smiley .survey-complete-statement__answer {
    padding-right: 0;
    padding-left: 0;
  }
}
.survey-complete-statement--small .survey-complete-statement__answer {
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
.survey-complete-statement--focus-outline:focus-within {
  -webkit-box-shadow: 0 0 8px 0 var(--focus-glow-color);
  box-shadow: 0 0 8px 0 var(--focus-glow-color);
}

.survey-complete .form-item--type-radio {
  margin: 0;
  /* needed for last option separation, with border as before element */
  position: relative;
}
@media only screen and (max-width: 767px) {
  .survey-complete .form-item--type-radio:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.survey-complete__header {
  /* needed for last option separation, with border as before element */
  position: relative;
}
.survey-complete--preview {
  position: relative;
  margin-bottom: 3.75rem;
}
.survey-complete--small {
  margin-bottom: 1.875rem;
}
.survey-complete__component-description {
  padding-bottom: 1.875rem;
}
.survey-complete--small .survey-complete__component-description {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  padding-bottom: 0.875rem;
}
.survey-complete__statement-context {
  padding-bottom: 1.875rem;
}
.survey-complete--small .survey-complete__component-title {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.survey-complete__vendor-different-content-hint {
  margin-bottom: 3.125rem;
}

.survey-detail {
  display: grid;
  grid-column-gap: var(--gutter);
  grid-template: "head ." "participants sidebar"/2fr 1fr;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.survey-detail--row {
  grid-template: "head" "participants" "sidebar"/1fr;
  -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 1.5625rem 1.5625rem 1.25rem;
}
.survey-detail--row:not(:first-child) {
  margin-top: 1.875rem;
}
.survey-detail--single-line {
  grid-template: "head sidebar"/1fr 2fr;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-top: solid 3px #D8D8D8;
}
.survey-detail--single-line:last-child {
  border-bottom: solid 3px #D8D8D8;
}
.survey-detail__title {
  margin-bottom: 0.3125rem;
}
.survey-detail--single-line .survey-detail__title {
  margin-bottom: 0.3rem;
}
.survey-detail__head {
  grid-area: head;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.survey-detail__head--row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.survey-detail__head--single-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.survey-detail__participants {
  grid-area: participants;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  padding: 0.875rem;
  background-color: #F5F6F7;
}
.survey-detail__button-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.survey-detail--single-line .survey-detail__button-groups {
  grid-area: sidebar;
}
.survey-detail__buttons {
  margin-bottom: -0.3rem;
}
.survey-detail__buttons > * {
  margin-bottom: 0.3rem;
}
.survey-detail--row .survey-detail__buttons, .survey-detail--single-line .survey-detail__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.survey-detail--single-line .survey-detail__buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #287BA8;
  font-weight: 700;
  width: 100%;
}
.survey-detail--row .survey-detail__buttons > *:not(:last-child) {
  margin-right: 0.875rem;
}

.survey-group-detail {
  display: grid;
  grid-row-gap: 3.125rem;
  grid-column-gap: var(--gutter);
}
@media only screen and (min-width: 768px) {
  .survey-group-detail {
    grid-template: "participants reminder" "tans add-participants" "preview ."/1fr 1fr;
  }
}
.survey-group-detail__label {
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #D8D8D8;
  font-weight: 600;
}
.survey-group-detail__tan-list {
  margin-bottom: 1.875rem;
}
.survey-group-detail__participants {
  grid-area: participants;
}
.survey-group-detail__tans {
  grid-area: tans;
}
.survey-group-detail__add-participants {
  grid-area: add-participants;
}
.survey-group-detail__preview {
  grid-area: preview;
}
.survey-group-detail__reminder {
  grid-area: reminder;
}
.survey-group-detail__notice {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #808080;
  padding-bottom: 1.875rem;
}
.survey-group-detail__reminder-list {
  padding-bottom: 1.875rem;
}
.survey-group-detail__group-labels {
  display: grid;
  grid-template: "parent-group-label" "group-label"/1fr;
}
.survey-group-detail__parent-group-label {
  grid-area: parent-group-label;
}
.survey-group-detail__subgroup-label, .survey-group-detail__group-label {
  grid-area: group-label;
  align-self: last baseline;
  font-weight: 600;
}
.survey-group-detail__subgroup-label {
  padding-left: 0.875rem;
}

.survey-list-item {
  background-color: white;
  border-top: none;
  border-bottom: 2px solid var(--border-color, #D8D8D8);
  padding: 1.125rem 1.5rem 1.125rem 2.5rem;
  /**
   * This is done in here for keeping css together.
   */
}
.survey-list-item.accordion__item {
  margin: 0;
}
.survey-list-item > .accordion__item-head {
  display: grid;
  -webkit-column-gap: 3.125rem;
  -moz-column-gap: 3.125rem;
  column-gap: 3.125rem;
  grid-template-columns: 1fr 22px;
}
.survey-list-item__head {
  display: grid;
  grid-template: "name participants" "information ."/2fr 1fr;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.survey-list-item__content {
  width: calc(100% - 72px);
}
.survey-list-item__content.accordion__item-content.toggle-item__content--active {
  padding: 1.125rem 0 0 0;
}
.survey-list-item__name {
  grid-area: name;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.survey-list-item__information {
  grid-area: information;
  font-weight: 600;
}
.survey-list-item__participants {
  grid-area: participants;
}
.survey-list-item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.survey-list-item__buttons-default, .survey-list-item__buttons-right, .survey-list-item__buttons-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.survey-page-confirmation-welcome-text__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
}
.survey-page-confirmation-welcome-text__tab {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--lightgray-color);
  border: 1px solid var(--lightgray-color);
  color: var(--body-font-color);
  padding: 0.5rem 0.9375rem;
}
.survey-page-confirmation-welcome-text__tab--active {
  background-color: transparent;
  border: 1px solid var(--tertiary-color);
  color: var(--tertiary-color);
}
.survey-page-confirmation-welcome-text__template {
  background: var(--lightgray-color);
  padding: 1.875rem;
}
.survey-page-confirmation-welcome-text__description {
  margin-top: 1.875rem;
}
.survey-page-confirmation-welcome-text__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
  margin-top: 2.5rem;
}

.survey-participant--with-buttons .survey-participant__group-wrapper {
  grid-template: "name progress buttons"/2fr 2fr 3fr;
}
.survey-participant__group-wrapper {
  display: grid;
  grid-column-gap: var(--gutter);
  grid-template: "name progress"/2fr 1fr;
}
.survey-participant__group-wrapper--summary {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid #D8D8D8;
}
.survey-participant__group-wrapper--without-name {
  grid-template: "progress"/1fr;
}
.survey-participant__group-name {
  grid-area: name;
  align-self: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.survey-participant__group-name--sub-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.survey-participant__group-name--sub-groups, .survey-participant__group-name--summary, .survey-participant__group-name:is(span) {
  font-weight: 700;
}
.survey-participant__group-name--sub-group {
  padding-left: 1.9rem;
}
.survey-participant__progress {
  grid-area: progress;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.125rem;
}
.survey-participant__progress--with-details {
  grid-area: progress;
  display: grid;
  grid-template: "details progressBar"/1fr 2fr;
  gap: 1.125rem;
}
.survey-participant__progress--with-details > :nth-child(1) {
  grid-area: details;
}
.survey-participant__progress--with-details > :nth-child(2) {
  grid-area: progressBar;
}
.survey-participant__progress-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.survey-participant__buttons {
  grid-area: buttons;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.survey-participant__buttons > .button:not(:first-of-type) {
  margin-left: 0.8rem;
}

.survey-participants-delivery {
  margin-bottom: 0.875rem;
  padding: 0.8rem;
}
.survey-participants-delivery__grid {
  grid-template-columns: 3fr 3fr 1fr;
}
.survey-participants-delivery__grid.grid--1-cols {
  grid-template-columns: 1fr;
}
.survey-participants-delivery--level-2 .survey-participants-delivery__grid {
  grid-template-columns: 100fr 104fr 31fr;
}
.survey-participants-delivery__group-name {
  font-weight: 700;
}
.survey-participants-delivery--has-subgroups .survey-participants-delivery__group-name {
  margin-bottom: 0.875rem;
}
.survey-participants-delivery--level-2 .survey-participants-delivery__group-name {
  margin-bottom: 0;
}
.survey-participants-delivery__icon svg {
  color: #287BA8;
}

.tabbed-content {
  --background-color-active: var(--white);
}
.tabbed-content:not(:last-of-type):not(.tabbed-content--no-margin) {
  margin-bottom: 1.875rem;
}
.tabbed-content--background-inverted .tabbed-content__content {
  background-color: white;
}
.tabbed-content--background-questionnaire .tabbed-content__content {
  background-color: #F5F6F7;
}
.tabbed-content__tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tabbed-content__tabs-prefix {
  line-height: 1;
  margin-right: 0.875rem;
}
.tabbed-content__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.tabbed-content__content-header > * {
  margin: 0;
}
.tabbed-content__content-header--align-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tabbed-content__content {
  background-color: var(--background-color-active);
  margin: 0;
  padding: 1.3rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tabbed-content__content:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border: 1px solid #D8D8D8;
}
.table__caption {
  text-align: left;
  padding: 0.75rem 0;
}
.table__cell {
  border: 1px solid #D8D8D8;
  padding: 0.75rem 1rem;
  text-align: left;
}
.table--sortable .table__cell--header {
  cursor: pointer;
}
.table__cell--header, .table__cell--centered {
  text-align: center;
}
.table__cell--right {
  text-align: right;
}

.tabs__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tabs--secondary .tabs__items {
  border-bottom: none;
}
.tabs__item {
  margin-left: 30px;
}
.local-actions .tabs__item {
  margin-left: 0.3rem;
}
.local-actions .tabs__item:first-child {
  margin-left: 0;
}
.tabs__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0.4375rem 1.875rem 0.4375rem 0.8rem;
  background-color: #d9dde0;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
.tabs__item-link--unified-height {
  min-height: 72px;
}
.tabs__item-link:not(.tabs--disabled .tabs__item-link) {
  cursor: pointer;
}
.tabbed-content--background-inverted .tabs__item-link {
  background-color: #e6e6e6;
}
.tabbed-content--background-questionnaire .tabs__item-link {
  background-color: #d9dde0;
}
.tabs__item-link:hover:not(.tabs--disabled .tabs__item-link), .tabs__item-link:focus-visible, .tabs__item.toggle-item--active .tabs__item-link {
  background-color: var(--background-color-active);
}
.tabbed-content--background-inverted .tabs__item-link:hover:not(.tabs--disabled .tabs__item-link), .tabbed-content--background-inverted .tabs__item-link:focus-visible, .tabbed-content--background-inverted .tabs__item.toggle-item--active .tabs__item-link {
  background-color: white;
}
.tabbed-content--background-questionnaire .tabs__item-link:hover:not(.tabs--disabled .tabs__item-link), .tabbed-content--background-questionnaire .tabs__item-link:focus-visible, .tabbed-content--background-questionnaire .tabs__item.toggle-item--active .tabs__item-link {
  background-color: #F5F6F7;
}
.tabs__item-link:hover:not(.tabs--disabled .tabs__item-link):before, .tabs__item-link:focus-visible:before, .tabs__item.toggle-item--active .tabs__item-link:before {
  background-color: var(--background-color-active);
}
.tabbed-content--background-inverted .tabs__item-link:hover:not(.tabs--disabled .tabs__item-link):before, .tabbed-content--background-inverted .tabs__item-link:focus-visible:before, .tabbed-content--background-inverted .tabs__item.toggle-item--active .tabs__item-link:before {
  background-color: white;
}
.tabbed-content--background-questionnaire .tabs__item-link:hover:not(.tabs--disabled .tabs__item-link):before, .tabbed-content--background-questionnaire .tabs__item-link:focus-visible:before, .tabbed-content--background-questionnaire .tabs__item.toggle-item--active .tabs__item-link:before {
  background-color: #F5F6F7;
}
.tabs__item-link:before {
  background-color: #d9dde0;
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%) rotate(360deg);
  transform: translateX(-100%) rotate(360deg);
}
.tabbed-content--background-inverted .tabs__item-link:before {
  background-color: #e6e6e6;
}
.tabbed-content--background-questionnaire .tabs__item-link:before {
  background-color: #d9dde0;
}
.tabs--secondary .tabs__item-link {
  padding: 0 0.5em;
  background-color: transparent;
  border-bottom-width: 2px;
}
.local-actions .tabs__item-link:before {
  display: none;
}
.local-actions .tabs__item-link {
  padding-left: 1.875rem;
}

.tag {
  padding: 0.25rem 0.8125rem;
  background-color: #F5F6F7;
  color: var(--group1-color0);
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-break: break-word;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .tag:hover {
    color: var(--hover-color);
  }
}

.teaser {
  background-color: white;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: color, opacity 250ms ease, -webkit-box-shadow 250ms ease;
  transition: color, opacity 250ms ease, -webkit-box-shadow 250ms ease;
  transition: color, opacity 250ms ease, box-shadow 250ms ease;
  transition: color, opacity 250ms ease, box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
  word-break: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}
.teaser--without-content {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .teaser:hover {
    -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12);
    opacity: 0.95;
  }
}
.teaser__wrapper-link {
  height: 100%;
}
.teaser__head {
  position: relative;
  width: 100%;
}
.teaser__head:not(.teaser__head--image) {
  padding-bottom: 56.6831683%;
}
.teaser__head--gradient::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.45)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.teaser__head--background-primary {
  background-color: var(--primary-dark-color);
}
.teaser__head--background-secondary {
  background-color: var(--primary-color);
}
.teaser__head--background-complementary {
  background-color: #CE6D35;
}
.teaser__head--background-tertiary {
  background-color: #CE6D35;
}
.teaser__claim-position--bottom-center {
  text-align: center;
  bottom: 0;
  padding: 0.875rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.teaser__claim-position--top-left {
  text-align: left;
  top: 0;
  padding: 1.875rem 1.875rem;
}
.teaser__claim-wrapper {
  position: absolute;
  color: white;
}
.teaser__claim-wrapper:not(.teaser__claim-wrapper--formatted) {
  font-size: 1.625rem;
  letter-spacing: 0em;
  line-height: 1.1538461538;
  font-weight: 700;
}
.teaser__head--background-primary .teaser__claim-wrapper:not(.teaser__claim-wrapper--formatted) {
  color: white;
}
.teaser__head--background-secondary .teaser__claim-wrapper:not(.teaser__claim-wrapper--formatted) {
  color: white;
}
.teaser__head--background-tertiary .teaser__claim-wrapper:not(.teaser__claim-wrapper--formatted) {
  color: white;
}
.teaser__claim-wrapper:not(.teaser__claim-wrapper--with-image) {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.teaser__claim-wrapper--with-image {
  width: 100%;
  z-index: 20;
  margin: 0;
  color: white;
}
@media only screen and (min-width: 540px) {
  .teaser__claim-wrapper--with-image {
    white-space: normal;
  }
}
.teaser__content {
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
.teaser__content:not(.teaser__content--formatted) {
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.1666666667;
  font-weight: 700;
  color: #203F5A;
}

.text-teaser {
  background-color: white;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  padding: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.3;
}
.text-teaser__title-link {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-teaser > * {
  margin-bottom: 0.875rem;
}

.technical-key-preview__suggestion, .technical-key-preview__uses-count, .technical-key-preview__uses-none, .technical-key-preview__preview-link {
  margin-top: 0.5rem;
}
.technical-key-preview__list {
  margin-top: 0.3rem;
}

.technical-key {
  font-family: monospace;
  margin-left: 0.625rem;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}

.text-formatted::after {
  clear: both;
  content: "";
  display: block;
}
.text-formatted:not(.text-formatted--without-max-width) {
  max-width: 45rem;
}
.text-formatted:has(table) {
  max-width: unset !important;
}
.text-formatted ul:not([class]), .text-formatted ol:not([class]) {
  padding-left: 1.875rem;
}
.text-formatted ol:not([class]) {
  list-style-type: decimal;
}
.text-formatted ol.text-bold {
  list-style-type: decimal;
  padding-left: 1.875rem;
}
.text-formatted ul.text-bold {
  list-style-type: disc;
  padding-left: 1.2rem;
}
.text-formatted > ol.text-bold > li, .text-formatted > ol.text-bold > li::marker,
.text-formatted > ul.text-bold > li,
.text-formatted > ul.text-bold > li::marker {
  font-weight: 700;
}
.text-formatted li {
  font-weight: normal;
}
.text-formatted > ol, .text-formatted ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
}
.text-formatted ul:not([class]) {
  list-style-type: disc;
}
.text-formatted ul.icon-check {
  padding-left: 1.875rem;
}
.text-formatted ul.icon-check > li {
  position: relative;
}
.text-formatted ul.icon-check > li:before {
  display: block;
  content: url("/themes/custom/images/icons/check-circle.svg");
  position: absolute;
  left: -1.875rem;
}
.text-formatted a[href]:not([class]) {
  text-decoration-line: var(--decoration-style);
  text-decoration-color: var(--decoration-color);
  text-decoration-thickness: var(--decoration-width);
  text-underline-offset: var(--decoration-offset);
  word-break: break-word;
  color: var(--text-link-color);
  font-weight: var(--text-link-font-weight);
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .text-formatted a[href]:not([class])[href]:hover {
    text-decoration-line: var(--decoration-hover-style);
    text-decoration-color: var(--decoration-hover-color);
    color: var(--text-link-hover-color);
  }
}
.text-formatted a[href]:not([class])[href*="/download/datei"]:before {
  content: "";
  margin-right: 0.5rem;
  margin-bottom: -2px;
  display: inline-block;
  background-color: var(--action-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;
}
.text-formatted blockquote {
  border-left: 3px solid #F5F6F7;
  color: var(--group1-color0);
  margin: 0 0 0 0.875rem;
  padding: 0.8rem 0 0.8rem 0.875rem;
}
.text-formatted small {
  font-size: 0.875em;
  color: #808080;
}
.text-formatted p.text-align-left {
  text-align: left;
}
.text-formatted p.text-align-right {
  text-align: right;
}
.text-formatted p.text-align-center {
  text-align: center;
}
.text-formatted p,
.text-formatted ul:not([class]),
.text-formatted ol:not([class]) {
  margin-bottom: 1rem;
}
.text-formatted p:has(+ h1),
.text-formatted ul:not([class]):has(+ h1),
.text-formatted ol:not([class]):has(+ h1) {
  margin-bottom: 1.875rem;
}
.text-formatted p:has(+ h2), .text-formatted p:has(+ h3),
.text-formatted ul:not([class]):has(+ h2),
.text-formatted ul:not([class]):has(+ h3),
.text-formatted ol:not([class]):has(+ h2),
.text-formatted ol:not([class]):has(+ h3) {
  margin-bottom: 1.5rem;
}
.text-formatted figure {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.text-formatted figcaption {
  font-size: 0.8em;
  margin-top: 0.5rem;
}
.text-formatted table {
  width: 100%;
  border-radius: 0px;
  border-collapse: separate;
  border-color: transparent;
  border-spacing: 0;
  overflow: hidden;
}
.text-formatted tr {
  vertical-align: top;
}
.text-formatted td {
  position: relative;
}
.text-formatted tr,
.text-formatted th,
.text-formatted td {
  word-wrap: normal;
  text-align: left;
}
.text-formatted th,
.text-formatted td {
  vertical-align: top;
  padding: var(--padding);
  width: 1%;
}
.text-formatted th {
  color: var(--color);
  text-align: center;
}
.text-formatted--format-preview-description-text-width {
  max-width: 45rem;
}
@media only screen and (max-width: 539px) {
  .text-formatted .align-left,
  .text-formatted .align-right,
  .text-formatted .align-center {
    max-width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 540px) {
  .text-formatted .align-left.align-left, .text-formatted .align-left.align-right,
  .text-formatted .align-right.align-left,
  .text-formatted .align-right.align-right,
  .text-formatted .align-center.align-left,
  .text-formatted .align-center.align-right {
    max-width: 50%;
  }
  .text-formatted .align-left.align-left,
  .text-formatted .align-right.align-left,
  .text-formatted .align-center.align-left {
    float: left;
    margin-right: 1.875rem;
    margin-left: 0;
  }
  .text-formatted .align-left.align-right,
  .text-formatted .align-right.align-right,
  .text-formatted .align-center.align-right {
    float: right;
    margin-left: 1.875rem;
    margin-right: 0;
  }
  .text-formatted .align-left.align-center,
  .text-formatted .align-right.align-center,
  .text-formatted .align-center.align-center {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}
.text-formatted pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.text-formatted .grid {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.text-formatted .flex-grid {
  margin-top: 1.875rem;
}
.text-formatted > *:first-child,
.text-formatted blockquote > *:first-child,
.text-formatted td > *:first-child,
.text-formatted .grid > * > *:first-child,
.text-formatted .flex-grid > * > *:first-child {
  margin-top: 0;
}
.text-formatted > *:last-child,
.text-formatted blockquote > *:last-child,
.text-formatted td > *:last-child,
.text-formatted .grid > * > *:last-child,
.text-formatted .flex-grid > * > *:last-child {
  margin-bottom: 0;
}

.text__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--text-paragraph-elements-gap);
}
.text__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text__image-wrapper > img {
  width: auto;
  max-width: 100%;
}
.text__text--background {
  padding: 1.875rem;
}
.text__text--background-light2 {
  background-color: var(--background-color-light2);
  color: var(--text-color-light2);
}
.text__text--background-light3 {
  background-color: var(--background-color-light3);
  color: var(--text-color-light3);
}
.text__text--background-light4 {
  background-color: var(--background-color-light4);
  color: var(--text-color-light4);
}
.text__text--background-light5 {
  background-color: var(--background-color-light5);
  color: var(--text-color-light5);
}
.text__text--background-primary0 {
  background-color: var(--background-color-primary0);
  color: var(--text-color-primary0);
}
.text__text--background-primary1 {
  background-color: var(--background-color-primary1);
  color: var(--text-color-primary1);
}
.text__text--background-primary2 {
  background-color: var(--background-color-primary2);
  color: var(--text-color-primary2);
}
.text__text--background-primary3 {
  background-color: var(--background-color-primary3);
  color: var(--text-color-primary3);
}
.text__text--background-primary4 {
  background-color: var(--background-color-primary4);
  color: var(--text-color-primary4);
}
.text__text--background-primary5 {
  background-color: var(--background-color-primary5);
  color: var(--text-color-primary5);
}
.text__text--background-secondary0 {
  background-color: var(--background-color-secondary0);
  color: var(--text-color-secondary0);
}
.text__text--background-secondary1 {
  background-color: var(--background-color-secondary1);
  color: var(--text-color-secondary1);
}
.text__text--background-secondary2 {
  background-color: var(--background-color-secondary2);
  color: var(--text-color-secondary2);
}
.text__text--background-secondary3 {
  background-color: var(--background-color-secondary3);
  color: var(--text-color-secondary3);
}
.text__text--background-secondary4 {
  background-color: var(--background-color-secondary4);
  color: var(--text-color-secondary4);
}
.text__text--background-secondary5 {
  background-color: var(--background-color-secondary5);
  color: var(--text-color-secondary5);
}
.text__text--background-complementary0 {
  background-color: var(--background-color-complementary0);
  color: var(--text-color-complementary0);
}
.text__text--background-complementary1 {
  background-color: var(--background-color-complementary1);
  color: var(--text-color-complementary1);
}
.text__text--background-complementary2 {
  background-color: var(--background-color-complementary2);
  color: var(--text-color-complementary2);
}
.text__text--background-complementary3 {
  background-color: var(--background-color-complementary3);
  color: var(--text-color-complementary3);
}
.text__text--background-complementary4 {
  background-color: var(--background-color-complementary4);
  color: var(--text-color-complementary4);
}
.text__text--background-complementary5 {
  background-color: var(--background-color-complementary5);
  color: var(--text-color-complementary5);
}
.text__text--background-group1-color0 {
  background-color: var(--background-color-group1-color0);
  color: var(--text-color-group1-color0);
}
.text__text--background-group1-color1 {
  background-color: var(--background-color-group1-color1);
  color: var(--text-color-group1-color1);
}
.text__text--background-group1-color2 {
  background-color: var(--background-color-group1-color2);
  color: var(--text-color-group1-color2);
}
.text__text--background-group1-color3 {
  background-color: var(--background-color-group1-color3);
  color: var(--text-color-group1-color3);
}
.text__text--background-group1-color4 {
  background-color: var(--background-color-group1-color4);
  color: var(--text-color-group1-color4);
}
.text__text--background-group1-color5 {
  background-color: var(--background-color-group1-color5);
  color: var(--text-color-group1-color5);
}
.text__text--background-group2-color1 {
  background-color: var(--background-color-group2-color1);
  color: var(--text-color-group2-color1);
}
.text__text--background-group2-color2 {
  background-color: var(--background-color-group2-color2);
  color: var(--text-color-group2-color2);
}
.text__text--background-group2-color3 {
  background-color: var(--background-color-group2-color3);
  color: var(--text-color-group2-color3);
}
.text__text--background-group2-color4 {
  background-color: var(--background-color-group2-color4);
  color: var(--text-color-group2-color4);
}
.text__text--background-group2-color5 {
  background-color: var(--background-color-group2-color5);
  color: var(--text-color-group2-color5);
}
.text__text--background-group3-color0 {
  background-color: var(--background-color-group3-color0);
  color: var(--text-color-group3-color0);
}
.text__text--background-group3-color1 {
  background-color: var(--background-color-group3-color1);
  color: var(--text-color-group3-color1);
}
.text__text--background-group3-color2 {
  background-color: var(--background-color-group3-color2);
  color: var(--text-color-group3-color2);
}
.text__text--background-group3-color3 {
  background-color: var(--background-color-group3-color3);
  color: var(--text-color-group3-color3);
}
.text__text--background-group3-color4 {
  background-color: var(--background-color-group3-color4);
  color: var(--text-color-group3-color4);
}
.text__text--background-group3-color5 {
  background-color: var(--background-color-group3-color5);
  color: var(--text-color-group3-color5);
}
.text__text--background-group4-color1 {
  background-color: var(--background-color-group4-color1);
  color: var(--text-color-group4-color1);
}
.text__text--background-group4-color2 {
  background-color: var(--background-color-group4-color2);
  color: var(--text-color-group4-color2);
}
.text__text--background-group4-color3 {
  background-color: var(--background-color-group4-color3);
  color: var(--text-color-group4-color3);
}
.text__text--background-group4-color4 {
  background-color: var(--background-color-group4-color4);
  color: var(--text-color-group4-color4);
}
.text__text--background-group4-color5 {
  background-color: var(--background-color-group4-color5);
  color: var(--text-color-group4-color5);
}
.text__text--background-group5-color1 {
  background-color: var(--background-color-group5-color1);
  color: var(--text-color-group5-color1);
}
.text__text--background-group5-color2 {
  background-color: var(--background-color-group5-color2);
  color: var(--text-color-group5-color2);
}
.text__text--background-group5-color3 {
  background-color: var(--background-color-group5-color3);
  color: var(--text-color-group5-color3);
}
.text__text--background-group5-color4 {
  background-color: var(--background-color-group5-color4);
  color: var(--text-color-group5-color4);
}
.text__text--background-group5-color5 {
  background-color: var(--background-color-group5-color5);
  color: var(--text-color-group5-color5);
}

.title-area--full-mood-image {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 4;
}
@media only screen and (min-width: 768px) {
  .title-area--full-mood-image {
    grid-column: span 3;
  }
}
.title-area--full-mood-image .title-area__content {
  display: grid;
  grid-column: span 4;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: var(--node-column-gap);
  -moz-column-gap: var(--node-column-gap);
  column-gap: var(--node-column-gap);
  row-gap: var(--grid-row-gap);
  padding-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .title-area--full-mood-image .title-area__content {
    grid-column: 2/3;
  }
}
.title-area--full-mood-image .title-area__content--center {
  text-align: center;
  justify-items: center;
}
.title-area--full-mood-image .title-area__content--center > * {
  grid-column: 2/12;
}
.title-area--full-mood-image .title-area__title {
  margin: 0;
}
.title-area--full-mood-image .title-area__mood-image-wrapper {
  grid-column: span 4;
}
@media only screen and (min-width: 768px) {
  .title-area--full-mood-image .title-area__mood-image-wrapper {
    grid-column: span 3;
  }
}
.title-area--full-mood-image .title-area__mood-image img {
  max-height: min(50vh, 525px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.title-area--text-left, .title-area--text-right {
  display: grid;
  grid-column: span 4;
  -webkit-column-gap: var(--node-column-gap);
  -moz-column-gap: var(--node-column-gap);
  column-gap: var(--node-column-gap);
}
@media only screen and (min-width: 768px) {
  .title-area--text-left, .title-area--text-right {
    grid-column: 2/3;
    grid-template-columns: repeat(12, 1fr);
  }
}
.title-area--text-left:not(.title-area--bg-visually), .title-area--text-right:not(.title-area--bg-visually) {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .title-area--text-left:not(.title-area--bg-visually), .title-area--text-right:not(.title-area--bg-visually) {
    padding-top: 3.75rem;
  }
}
.title-area:not(.title-area--full-mood-image) .title-area__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .title-area:not(.title-area--full-mood-image) .title-area__content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.title-area:not(.title-area--full-mood-image) .title-area__mood-image-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .title-area:not(.title-area--full-mood-image).title-area--text-right .title-area__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .title-area:not(.title-area--full-mood-image).title-area--text-right .title-area__mood-image-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.title-area--text-right .title-area__content {
  grid-column: span 4;
}
@media only screen and (min-width: 768px) {
  .title-area--text-right .title-area__content {
    grid-column: 7/span 6;
  }
}
@media only screen and (min-width: 1024px) {
  .title-area--text-right .title-area__content {
    grid-column: 8/span 5;
  }
}
.title-area--text-right .title-area__mood-image-wrapper {
  grid-column: span 4;
}
@media only screen and (min-width: 768px) {
  .title-area--text-right .title-area__mood-image-wrapper {
    grid-column: span 6;
  }
}
.title-area--text-left .title-area__content {
  grid-column: span 4;
}
@media only screen and (min-width: 768px) {
  .title-area--text-left .title-area__content {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1024px) {
  .title-area--text-left .title-area__content {
    grid-column: span 5;
  }
}
.title-area--text-left .title-area__mood-image-wrapper {
  grid-column: span 4;
}
@media only screen and (min-width: 768px) {
  .title-area--text-left .title-area__mood-image-wrapper {
    grid-column: 7/span 6;
  }
}
.title-area--bg-visually {
  background-color: var(--background-color);
}
.title-area--full-background {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media only screen and (min-width: 768px) {
  .title-area--full-background {
    grid-column: span 3;
  }
}
.title-area--full-background .title-area__grid {
  display: grid;
  grid-column: span 4;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
@media only screen and (max-width: 1023px) {
  .title-area--full-background .title-area__grid {
    -webkit-column-gap: var(--node-column-gap);
    -moz-column-gap: var(--node-column-gap);
    column-gap: var(--node-column-gap);
  }
}
@media only screen and (min-width: 768px) {
  .title-area--full-background .title-area__grid {
    grid-column: 2/3;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .title-area--full-background .title-area__title {
    padding-bottom: 3.125rem;
  }
}
.title-area--no-image {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media only screen and (min-width: 768px) {
  .title-area--no-image {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .title-area--no-image {
    grid-column: span 3;
  }
}
.title-area--no-image .title-area__grid {
  display: grid;
  grid-template-columns: subgrid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
@media only screen and (min-width: 768px) {
  .title-area--no-image .title-area__grid {
    grid-column: 2/3;
  }
}
.title-area--no-image .title-area__content {
  display: grid;
  grid-column: span 4;
}
@media only screen and (min-width: 768px) {
  .title-area--no-image .title-area__content {
    grid-column: 2/3;
  }
}
.title-area--no-image .title-area__content--center {
  text-align: center;
  justify-items: center;
}
.title-area--no-image .title-area__title {
  padding-bottom: 0;
}
.title-area--no-image.title-area--bg-visually {
  background-color: var(--background-color);
}
.title-area__mood-image-wrapper {
  position: relative;
}
.title-area__content {
  row-gap: var(--grid-row-gap);
}
@media only screen and (max-width: 767px) {
  .title-area__content {
    padding-right: var(--node-outer-padding-narrow);
    padding-left: var(--node-outer-padding-narrow);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .title-area--text-right .title-area__content, .title-area--text-left .title-area__content {
    padding-bottom: 2.5rem;
  }
}
.title-area__content--node-center > * {
  grid-column: span 12;
}
@media only screen and (min-width: 768px) {
  .title-area__content--node-center > * {
    grid-column: 2/12;
  }
}
@media only screen and (min-width: 1024px) {
  .title-area__content--node-center > * {
    grid-column: 3/11;
  }
}
.title-area__content--node-left > * {
  grid-column: span 12;
}
.title-area__claim-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}
.title-area__claim {
  color: white;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  text-align: center;
}
@media only screen and (min-width: 540px) {
  .title-area__claim {
    font-size: 2.375rem;
    letter-spacing: 0em;
    line-height: 1.0526315789;
  }
}

.user-management-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border: 1px solid #D8D8D8;
}
.user-management-table__caption {
  text-align: left;
  padding: 0.75rem 0;
}
.user-management-table__cell {
  border: 1px solid #D8D8D8;
  padding: 0.75rem 1rem;
  text-align: left;
}
.user-management-table__cell:not(.user-management-table__cell--uid):not(.user-management-table__cell--header) {
  text-align: center;
}
.user-management-table__cell--header {
  text-align: center;
}

.user-statement-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}
.user-statement-group__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--general-grey-4, #D8D8D8);
  padding-top: 1.25rem;
}
.user-statement-group__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22;
}
.user-statement-group__recipient-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}
.user-statement-group__recipient-group {
  display: grid;
  grid-template-columns: 15rem 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.user-statement-group__textarea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.user-statement-group__textarea:not(.toggle-item__content--active):not(.toggle-item--active) {
  visibility: hidden;
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  white-space: nowrap;
  opacity: 0;
}
.user-statement-group__textarea.toggle-item--active textarea.textfield--long, .user-statement-group__textarea.toggle-item__content--active textarea.textfield--long {
  height: auto;
  min-height: 1.875rem;
  border: 1px solid var(--general-grey-4);
  background: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.user-statement-group .checkbox {
  padding-block: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-statements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  background: var(--white);
  padding: 0 1.3rem 1.25rem 1.3rem;
}
.user-statements__controls {
  border-top: 1px solid var(--general-grey-4, #D8D8D8);
  padding-top: 1.25rem;
}

.vendor-different-content-hint__description {
  color: #808080;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.4375rem;
}
.footer-menu__item-link {
  color: var(--group3-color0);
  line-height: 1.5;
}

.main-menu {
  --text-link-color: var(--group3-color0);
}
.main-menu__item--lvl-0 {
  background-color: var(--white);
  color: var(--group3-color0);
  border-bottom: 4px solid var(--white);
}
.main-menu__item--lvl-0:focus-visible, .main-menu__item--lvl-0:hover, .main-menu__item--lvl-0.main-menu__item--active-trail {
  background-color: var(--white);
  color: var(--group3-color0);
  border-bottom: 4px solid var(--group3-color0);
}
.main-menu__item-link {
  width: 100%;
}
.main-menu__item-link--lvl-0 {
  padding: 0.9375rem 0.875rem 0.6875rem 0.875rem;
}
.main-menu__item-link:focus-visible {
  outline: 1px solid var(--group3-color0);
}

.site-footer {
  background-color: var(--white);
  border-top: 2px solid var(--group3-color0);
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 1024px) {
  .site-footer {
    padding-top: 3rem;
  }
}
.site-footer__wrapper {
  display: grid;
  padding: unset;
  grid-template: "primary" "description" "sponsors" "navigation" auto/1fr;
}
@media only screen and (min-width: 1024px) {
  .site-footer__wrapper {
    grid-template: "primary description sponsors" ". navigation navigation" auto/auto auto auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__wrapper {
    grid-template: "primary description sponsors navigation" auto/auto auto auto auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.site-footer__wrapper > * {
  margin-bottom: 0;
}
.site-footer__primary {
  grid-area: primary;
}
.site-footer__sponsors {
  grid-area: sponsors;
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media only screen and (min-width: 1024px) {
  .site-footer__sponsors {
    -webkit-column-gap: 3.25rem;
    -moz-column-gap: 3.25rem;
    column-gap: 3.25rem;
    justify-self: end;
    margin-top: 0;
    margin-left: 4.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__sponsors {
    -webkit-column-gap: 3.375rem;
    -moz-column-gap: 3.375rem;
    column-gap: 3.375rem;
    justify-self: unset;
    margin-left: 3.375rem;
  }
}
.site-footer__sponsor--bfb img {
  max-width: 8.8125rem;
}
.site-footer__sponsor--eu img {
  max-width: 4.875rem;
}
.site-footer__sponsor--rahmenprogramm img {
  max-width: 6rem;
}
.site-footer__description {
  grid-area: description;
  font-size: 0.75rem;
  color: var(--group1-color0);
  margin-top: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .site-footer__description {
    margin-top: 0;
    margin-left: 2.5rem;
    max-width: 18.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__description {
    margin-left: 6rem;
    max-width: 16.25rem;
  }
}
.site-footer__navigation {
  grid-area: navigation;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .site-footer__navigation {
    margin-top: 4.6875rem;
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__navigation {
    margin-top: 0;
    justify-self: end;
    padding-left: 8.5rem;
  }
}

.site-header__wrapper {
  padding-bottom: 2.125rem;
}
.site-header__primary-nav {
  background-color: var(--white);
}
.site-header__logo img {
  max-width: 11rem;
}

.survey-complete-detail {
  background-color: var(--group3-color0);
}
.survey-complete-detail__title {
  color: var(--white);
}
.survey-complete-detail__sub-title {
  color: var(--white);
}

.title-area--full-mood-image .title-area__mood-image--homepage img {
  height: 170px;
  -o-object-position: -150px;
  object-position: -150px;
}
@media only screen and (min-width: 768px) {
  .title-area--full-mood-image .title-area__mood-image--homepage img {
    height: auto;
    -o-object-position: top;
    object-position: top;
  }
}
.title-area--full-mood-image .title-area__content--center {
  text-align: left;
  justify-items: start;
}
.title-area--full-mood-image .title-area__content--center > * {
  grid-column: 3/11;
}
/*# sourceMappingURL=component.css.map */
