/* ----- Colors ----- */
/* ----- Colors by application ----- */
/* ----- Fonts ----- */
/* ----- Box Shadows ----- */
/* ----- Animations ----- */
/* ----- Images ----- */
/* ----- Breakpoints ----- */
#mixins .btn {
  font-weight: 700;
  letter-spacing: .25px;
  display: inline-block;
  padding: 0 1rem;
  line-height: 2.75rem;
  color: #ffffff;
  background: #af0d21;
  cursor: pointer;
}
#mixins .btn i {
  display: inline-block;
  width: 2rem;
  text-align: center;
}
#mixins .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mixins .fontawesome {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/* */
/* nunito-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('Vendor/nunito-sans-v15-latin/nunito-sans-v15-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('Vendor/nunito-sans-v15-latin/nunito-sans-v15-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('Vendor/nunito-sans-v15-latin/nunito-sans-v15-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url('Vendor/nunito-sans-v15-latin/nunito-sans-v15-latin-900.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
:not(:defined) {
  visibility: hidden;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  height: -webkit-fill-available;
  background-color: #af0d21;
}
body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #000000;
  overflow-y: scroll;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media only screen and (max-width: 1599px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
.hidden {
  display: none !important;
}
@media only screen and (min-width: 1600px) {
  .hidden-l-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1599px) {
  .hidden-l-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-m-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hidden-m-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/* Typography */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.8;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  right: 0;
  top: 0;
  z-index: 10060;
  color: #000000;
  font-size: 2rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  top: 0;
  left: 0;
  z-index: 1060;
  color: #000000;
  text-align: center;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  transform: translateY(-50%);
  display: block;
  z-index: 10060;
  color: #000000;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 0;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 0;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
}
.sl-wrapper .sl-image iframe {
  background: #000;
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: .5rem;
  color: #000000;
  position: absolute;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-caption span.gallery-caption-copyright {
  font-size: 12px;
  margin-bottom: 5px;
  opacity: .75;
}
.sl-wrapper .sl-image .sl-caption span.gallery-caption-copyright,
.sl-wrapper .sl-image .sl-caption span.gallery-caption-text {
  width: 100%;
  display: block;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 1007;
}
.sl-spinner div:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  /* sync */
  content: "\f021";
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 2rem;
  color: #000000;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: transform ease 200ms;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 125%;
  max-width: 50rem;
}
h1,
.h1 {
  color: #af0d21;
  font-size: 2.5rem;
}
h2,
.h2 {
  color: #af0d21;
  font-size: 1.5rem;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1599px) {
  h1,
  .h1 {
    font-size: 2.2rem;
  }
  h2,
  .h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.8rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}
p {
  margin-bottom: 1rem;
  line-height: 150%;
}
p.nomargin {
  margin-bottom: 0;
}
p a:focus,
p a:hover {
  text-decoration: underline;
}
a {
  color: #af0d21;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}
a wa-icon {
  transform: translateY(3px);
  margin-right: 10px;
}
b,
strong {
  font-weight: 700;
}
.important {
  color: #cc0000;
}
/* Lists */
ul {
  list-style: none;
  margin-bottom: 1rem;
  line-height: 200%;
}
ul > li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
ul.nomargin {
  margin-bottom: 0;
}
ul.unstyled {
  list-style-type: none;
  padding-left: 0;
}
ul.unstyled > li {
  padding-left: 0;
}
ul.unstyled > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ul.inline {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.inline > li {
  display: inline;
  padding-left: 0;
}
ul.inline > li:not(:first-child) {
  padding-left: 1rem;
}
ul.inline > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ul.spaced > li:not(:first-child) {
  margin-top: 1rem;
}
ul.narrow {
  line-height: 150%;
}
ol {
  margin-bottom: 1rem;
  line-height: 200%;
  list-style-type: decimal;
  counter-reset: orderedlist;
}
ol > li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  counter-increment: orderedlist;
}
ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(orderedlist) ".";
}
ol ol {
  list-style-type: lower-alpha;
}
ol.nomargin {
  margin-bottom: 0;
}
ol.unstyled {
  list-style-type: none;
  padding-left: 0;
}
ol.unstyled > li {
  padding-left: 0;
}
ol.unstyled > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ol.inline {
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
ol.inline > li {
  display: inline;
  padding-left: 0;
}
ol.inline > li:not(:first-child) {
  padding-left: 1rem;
}
ol.inline > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ol.spaced {
  margin-top: 1rem;
}
dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 200%;
  margin-bottom: 1rem;
}
dl dt {
  width: 15rem;
  font-weight: 700;
  padding-right: 1rem;
}
dl dd {
  width: calc(85%);
}
/* Tables */
.table-scroll {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  text-align: left;
  margin: 0;
  padding: 1rem 0;
  vertical-align: top;
}
table td:not(:last-child),
table th:not(:last-child) {
  padding-right: 1rem;
}
table td.no-padding,
table th.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead td,
table thead th {
  color: #af0d21;
  font-weight: 700;
}
table tbody tr:not(:first-child) {
  border-top: 1px solid #d8d8d8;
}
table tbody tr.borderless {
  border-top: none;
}
table.condensed td,
table.condensed th {
  padding-top: .25rem;
  padding-bottom: .25rem;
}
table.full {
  width: 100%;
}
table.unstyled tbody tr {
  border-top: none;
}
table.alternating td:first-child,
table.alternating th:first-child {
  padding-left: 1rem;
}
table.alternating td:last-child,
table.alternating th:last-child {
  padding-right: 1rem;
}
table.alternating tbody tr:nth-child(even) {
  background: #d8d8d8;
}
/* Misc */
code {
  background: rgba(255, 255, 0, 0.5);
  font-size: 70%;
  vertical-align: super;
  border-radius: 4px;
  padding: 2px 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.header-container {
  container: header / inline-size;
  /* kind of hack to allow sub menu overflow the container */
  position: relative;
  z-index: 1;
}
.header {
  background-color: #af0d21;
  min-height: 230px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.header .box {
  width: 100%;
  max-width: 110rem;
  padding: 0 5rem;
  display: flex;
  align-items: center;
}
.header .box.box-session {
  justify-content: flex-end;
}
.header .logo {
  /*width: 150px;*/
  padding: 20px;
}
.header .logo img {
  width: auto;
  height: 100px;
}
.header .slogan {
  color: #ffffff;
  text-align: right;
  margin-left: auto;
}
.header .slogan h5,
.header .slogan h6 {
  font-size: 2rem;
  margin-bottom: 0;
}
.header .slogan h6 {
  font-weight: 400;
}
.header .language a {
  color: #ffffff;
  font-weight: 900;
}
.header .loggedin {
  margin-left: 40px;
  color: #ffffff;
}
.header .header-nav {
  margin-left: 40px;
}
.header .header-nav wa-icon {
  transform: translateY(3px);
  margin-right: 10px;
}
.header .header-nav a {
  display: inline-block;
  color: #ffffff;
}
.header .header-nav a.trigger {
  padding: .5rem 1rem;
  background: #de112a;
  border-radius: .5rem;
}
.header .header-nav ul > li {
  position: relative;
}
.header .header-nav ul ul {
  position: absolute;
  top: 0;
  left: -320px;
  width: 300px;
  background: #de112a;
  border-radius: .5rem;
  margin-bottom: 0;
}
.header .header-nav ul ul a {
  display: block;
  padding: .5rem 1rem;
}
.header .header-nav ul ul a:hover,
.header .header-nav ul ul a:focus {
  background: #f0324a;
}
.header .header-nav ul ul li:first-child a {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
.header .header-nav ul ul li:last-child a {
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}
.header .header-nav:not(.active) ul ul {
  display: none;
}
.title-container {
  container: title / inline-size;
}
section.title {
  background-color: #f4f4f4;
  color: #af0d21;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
}
section.title .box {
  width: 100%;
  max-width: 110rem;
  padding: 0 5rem;
}
section.title h1 {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 2rem;
}
section.title h1 wa-icon {
  transform: translate(-100%, 3px);
  position: absolute;
  padding-right: 1rem;
}
.content-container {
  container: content / inline-size;
}
.content section {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content section h3:not(:first-child) {
  margin-top: 40px;
}
.content section .box {
  width: 100%;
  max-width: 110rem;
  padding: 0 5rem;
}
.content section .box.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
}
.content section .centered {
  width: 50%;
}
.content section .info h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 1rem;
}
.content section .info h4 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}
.content section .info .boxed {
  padding: 1rem 1.5rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.content section .info .boxed span {
  font-weight: 400;
  font-size: 0.8rem;
  opacity: 0.75;
  color: #707070;
  background: #d8d8d8;
  border-radius: 9px;
  padding: 4px;
}
.content wa-callout {
  margin-bottom: 40px;
}
.content wa-input,
.content wa-textarea,
.content wa-select,
.content wa-checkbox,
.content wa-radio-group,
.content wa-button,
.content mpc-upload,
.content mpc-rte,
.content .mpc-headline,
.content .mpc-info,
.content .mpc-html {
  margin-top: 20px;
}
.content wa-input::part(form-control-label),
.content wa-textarea::part(form-control-label),
.content wa-select::part(form-control-label),
.content wa-checkbox::part(form-control-label),
.content wa-radio-group::part(form-control-label),
.content wa-button::part(form-control-label),
.content mpc-upload::part(form-control-label),
.content mpc-rte::part(form-control-label),
.content .mpc-headline::part(form-control-label),
.content .mpc-info::part(form-control-label),
.content .mpc-html::part(form-control-label) {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #000000;
}
.content wa-input::part(base),
.content wa-textarea::part(base),
.content wa-select::part(base),
.content wa-checkbox::part(base),
.content wa-radio-group::part(base),
.content wa-button::part(base),
.content mpc-upload::part(base),
.content mpc-rte::part(base),
.content .mpc-headline::part(base),
.content .mpc-info::part(base),
.content .mpc-html::part(base) {
  border: 0;
}
.content wa-input::part(combobox),
.content wa-textarea::part(combobox),
.content wa-select::part(combobox),
.content wa-checkbox::part(combobox),
.content wa-radio-group::part(combobox),
.content wa-button::part(combobox),
.content mpc-upload::part(combobox),
.content mpc-rte::part(combobox),
.content .mpc-headline::part(combobox),
.content .mpc-info::part(combobox),
.content .mpc-html::part(combobox) {
  background-color: #f4f4f4;
  border: 0;
}
.content wa-input::part(input),
.content wa-textarea::part(input),
.content wa-select::part(input),
.content wa-checkbox::part(input),
.content wa-radio-group::part(input),
.content wa-button::part(input),
.content mpc-upload::part(input),
.content mpc-rte::part(input),
.content .mpc-headline::part(input),
.content .mpc-info::part(input),
.content .mpc-html::part(input),
.content wa-input::part(textarea),
.content wa-textarea::part(textarea),
.content wa-select::part(textarea),
.content wa-checkbox::part(textarea),
.content wa-radio-group::part(textarea),
.content wa-button::part(textarea),
.content mpc-upload::part(textarea),
.content mpc-rte::part(textarea),
.content .mpc-headline::part(textarea),
.content .mpc-info::part(textarea),
.content .mpc-html::part(textarea) {
  background-color: #f4f4f4;
}
.content wa-select.approval-select-account wa-divider,
.content wa-select.approval-select-account small {
  color: #707070;
  background-color: #eaeaea;
  display: block;
  visibility: visible;
}
.content wa-select.approval-select-account wa-divider {
  padding: 0.2rem 0.5rem 0.2rem 1.5rem;
}
.content wa-select.approval-select-account small {
  padding: 0 0.5rem 0.2rem 1.5rem;
}
.content wa-select.approval-select-account wa-option::part(base) {
  padding-left: 0;
}
.content mpc-rte .quilleditor.ql-disabled {
  opacity: 0.5;
}
.content wa-button::part(base) {
  background-color: #af0d21;
}
.content wa-button[appearance="outlined"]::part(base) {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #d8d8d8;
}
.content .multistep-skip,
.content .multistep-back {
  margin-left: 1rem;
}
.content form.form-phase-superuser wa-input::part(input),
.content form.form-phase-superuser wa-textarea::part(input),
.content form.form-phase-superuser wa-checkbox::part(input),
.content form.form-phase-superuser wa-radio-group::part(input),
.content form.form-phase-superuser wa-button::part(input),
.content form.form-phase-superuser mpc-upload::part(input),
.content form.form-phase-superuser mpc-rte::part(input) {
  opacity: 0.5;
}
.content form.form-phase-superuser wa-select::part(combobox) {
  /*background-color: #f9f9f9;*/
  opacity: 0.5;
}
.content form > div:first-child + wa-input,
.content form > div:first-child + wa-textarea,
.content form > div:first-child + wa-select,
.content form > div:first-child + wa-checkbox,
.content form > div:first-child + wa-radio-group,
.content form > div:first-child + wa-button,
.content form > div:first-child + mpc-upload,
.content form > div:first-child + mpc-rte,
.content form > div:first-child + .mpc-headline,
.content form > div:first-child + .mpc-info,
.content form > div:first-child + .mpc-html {
  margin-top: 0;
}
.content wa-checkbox {
  display: block;
}
.content wa-radio {
  display: block;
}
.content wa-radio + wa-radio {
  margin-top: 5px;
}
.content wa-select wa-input.multiselectsearch {
  margin-top: 0;
}
.content wa-select wa-input.multiselectsearch::part(form-control) {
  padding-left: var(--wa-space-2xs);
  padding-right: var(--wa-space-m);
  background: #f4f4f4;
}
.content wa-select wa-input.multiselectsearch::part(base) {
  border-style: none;
  outline: none;
  background: transparent;
}
.content wa-select wa-input.multiselectsearch::part(input) {
  padding-left: var(--wa-space-xl);
}
.content mpc-upload,
.content mpc-rte {
  display: block;
}
.content mpc-upload label,
.content mpc-rte label {
  color: var(--wa-form-control-label-color);
  font-weight: var(--wa-form-control-label-font-weight);
  line-height: var(--wa-form-control-label-line-height);
  margin-bottom: var(--wa-space-3xs);
}
.content mpc-upload label.required:after,
.content mpc-rte label.required:after {
  margin-left: .125rem;
  content: var(--wa-form-control-required-content);
  color: var(--wa-form-control-required-content-color);
}
.content mpc-upload .help-text,
.content mpc-rte .help-text {
  color: var(--wa-color-text-quiet);
  margin-top: var(--wa-space-3xs);
  font-size: var(--wa-font-size-s);
}
.content mpc-upload .existing {
  background: #f4f4f4;
  padding: .75rem 1.5rem;
  border-radius: var(--wa-form-control-border-radius);
  margin-bottom: .5rem;
  align-items: center;
}
.content mpc-upload .existing .table {
  display: grid;
  grid-template-columns: fit-content(25%) fit-content(25%) 1fr;
  column-gap: .5rem;
  row-gap: .5rem;
}
.content mpc-upload .existing .table .row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / 4;
}
.content mpc-upload .existing p {
  margin-bottom: 0;
}
.content mpc-upload .dropzone {
  border-radius: var(--wa-form-control-border-radius);
  opacity: 0.5;
}
.content mpc-upload .dropzone.dz-clickable {
  opacity: 1;
}
.content mpc-rte textarea,
.content mpc-rte .quilleditor {
  display: block;
  width: 100%;
  height: 300px;
}
.content mpc-rte .ql-container {
  font-family: 'Nunito Sans', sans-serif;
}
.content mpc-rte .quilleditor {
  background-color: var(--wa-form-control-background-color);
}
.content mpc-rte .ql-editor {
  color: var(--wa-form-control-value-color);
}
.content mpc-rte .ql-editor ol > li:before {
  content: none;
}
.content .validation-errors {
  color: #cc0000;
  font-weight: 700;
}
/*@container content (width < 1280px) {*/
@media (max-width: 1279px) {
  .content section .box.split {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.breadcrumb-container {
  container: content / inline-size;
}
section.breadcrumb {
  padding: 2rem 0;
}
section.breadcrumb wa-breadcrumb-item:not([href])::part(label) {
  cursor: default;
  color: var(--wa-color-neutral-on-quiet);
}
section.breadcrumb .breadcrumb-back::part(prefix) {
  margin-right: var(--wa-space-s);
}
section.event .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
section.event .card {
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
section.event .card.event-hidden,
section.event .card.event-visible,
section.event .card.event-invisible {
  opacity: 0.25;
}
section.event .card.event-active {
  opacity: 1;
}
section.event .card.card-superuser {
  position: relative;
  opacity: 1;
}
section.event .card.card-superuser.event-hidden a,
section.event .card.card-superuser.event-visible a,
section.event .card.card-superuser.event-invisible a {
  opacity: 0.25;
}
section.event .card.card-superuser.event-hidden a wa-icon,
section.event .card.card-superuser.event-visible a wa-icon,
section.event .card.card-superuser.event-invisible a wa-icon {
  color: white;
  width: 3rem;
  height: 3rem;
  background-color: black;
  left: 50%;
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  border-radius: 3rem;
}
section.event .card img {
  width: 100%;
  height: auto;
  max-height: 200px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
section.event .card .text {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #000000;
}
section.event .card .text h5 {
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}
section.event .card .text h2 {
  font-weight: 900;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}
section.event .card .text p {
  margin-bottom: 0;
  hyphens: auto;
}
section.event .card .text p.event-status {
  color: #af0d21;
  font-weight: bold;
}
section.event .card .text .info {
  /*margin-top: auto;*/
  padding-top: 1rem;
  font-size: 14px;
}
section.event a.card {
  transition: transform 0.25s;
}
section.event a.card:focus,
section.event a.card:hover {
  transform: scale(1.05);
}
section.participant .info h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 1rem;
}
section.participant .info h4 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}
section.participant .cards {
  display: grid;
  grid-template-columns: fit-content(25%) 1fr fit-content(25%);
  column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 2rem;
}
section.participant .card {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / 4;
  background: #eaeaea;
  padding: 1.5rem 2rem;
  border-radius: .5rem;
  align-items: center;
}
section.participant .card .name {
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.participant .card .name span {
  font-weight: 400;
  font-size: 0.8rem;
  opacity: 0.75;
  color: #707070;
  background: #d8d8d8;
  border-radius: 9px;
  padding: 4px;
}
section.participant .card .name .type {
  font-size: 0.8rem;
  font-weight: normal;
}
section.participant .card .name .type span {
  opacity: 0.75;
  color: #707070;
  background: #d8d8d8;
  border-radius: 9px;
  padding: 4px;
}
section.participant .card .status {
  text-align: right;
  font-size: 0.875rem;
}
section.participant .card .superuser {
  grid-column: 0.25;
  font-size: .9rem;
  margin-top: 1rem;
  opacity: 0.5;
}
section.participant .card .superuser .contact {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #ccc;
}
section.participant .card .superuser .participant-mainparticipant {
  padding-top: .5rem;
  margin-top: .5rem;
  border-top: 1px solid #ccc;
}
section.participant .card .superuser .participant-mainparticipant span {
  opacity: 0.75;
  font-size: 0.8rem;
  color: #707070;
  background: #d8d8d8;
  border-radius: 9px;
  padding: 4px;
}
section.participantconfirm .participantconfirm-block {
  /* hide order overview in registration process for now */
  display: none !important;
  background: #eaeaea;
  padding: 1.5rem 2rem;
  border-radius: .5rem;
  margin-bottom: 3rem;
}
section.dashboard h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 1rem;
}
section.dashboard h4 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}
section.dashboard .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
section.dashboard .card {
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
section.dashboard .card.phase-invisible {
  opacity: 0.25;
}
section.dashboard .card.phase-readonly,
section.dashboard .card.phase-write {
  opacity: 1;
}
section.dashboard .card.card-superuser.phase-invisible:after {
  display: none;
  content: "\f502";
}
section.dashboard .card img {
  width: 100%;
  aspect-ratio: 1.75;
  max-height: 200px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
section.dashboard .card .text {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #000000;
}
section.dashboard .card .text h5 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
section.dashboard .card .text h2 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0;
}
section.dashboard a.card {
  transition: transform 0.25s;
}
section.dashboard a.card:focus,
section.dashboard a.card:hover {
  transform: scale(1.05);
}
section.order .info h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
section.order .info p {
  margin-top: 1rem;
}
section.order .products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
section.order .products .product + .product {
  margin-top: 2.5rem;
}
section.order .products .product.product-content {
  display: flex;
  border-bottom: 1px solid #ddd;
}
section.order .products .product.product-content .title {
  flex: 1;
}
section.order .products .product.product-content .title h2 {
  color: unset;
}
section.order .products .product.product-content .description {
  flex: 1;
}
section.order .products .product.product-content .description .images {
  display: none;
}
section.order .products .product .head {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
section.order .products .product .head .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #000000;
  margin-right: 4rem;
}
section.order .products .product .head .text h5 {
  font-size: 0.9rem;
  margin-bottom: 0;
}
section.order .products .product .head .text h2 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 1rem;
}
section.order .products .product .head .text p:last-child {
  margin-bottom: 0;
}
section.order .products .product .head .images {
  display: flex;
  flex-direction: row;
}
section.order .products .product .head .images .image + .image {
  margin-left: 0.5rem;
}
section.order .products .product .head img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.5rem;
}
section.order .products .product .data {
  width: 100%;
}
section.order .products .product .data .field wa-input {
  margin-top: 0;
}
section.order .products .product .data + .attributes {
  margin-top: 1rem;
}
section.order .products .product .data .attribute {
  border-bottom: 1px solid #d8d8d8;
  padding: 0.5rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.order .products .product .data .attribute.attribute-error {
  /*display: flex;
					    justify-content: space-between;
					    border-bottom: 1px solid #dddddd;
					    padding: .5rem 0;*/
  padding-bottom: 40px;
}
section.order .products .product .data .attribute.attribute-error wa-input {
  display: none;
}
section.order .products .product .data .attribute.attribute-price {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: .5rem 0;
}
section.order .products .product .data .attribute.attribute-quantity {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: .5rem 0;
}
section.order .products .product .data .attribute .attribute-value {
  font-weight: 800;
}
section.order .products .cart-item .attribute .attribute-error wa-input {
  display: none;
}
section.order .products .cart-summary table {
  width: 100%;
}
section.order .products .cart-summary table th:last-child,
section.order .products .cart-summary table td:last-child {
  text-align: right;
}
section.orderintro .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
section.orderintro .card {
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
section.orderintro .card img {
  width: 100%;
  aspect-ratio: 1.75;
  max-height: 450px;
  object-fit: cover;
  border-radius: 1rem;
}
section.orderintro .card .text {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
}
section.groupindexedelement .cards {
  display: grid;
  grid-template-columns: 1fr fit-content(25%) fit-content(25%) fit-content(15%) fit-content(15%);
  column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
section.groupindexedelement .card {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / 6;
  background: #eaeaea;
  padding: 1.5rem 2rem;
  border-radius: .5rem;
}
section.groupindexedelement .card .status {
  text-align: right;
}
section.catalogentry form .mpc-headline h4 {
  margin-bottom: 0;
}
section.catalogentry form .mpc-info p {
  margin-top: 1rem;
}
section.catalogentry form wa-input + .mpc-headline h4,
section.catalogentry form wa-textarea + .mpc-headline h4,
section.catalogentry form wa-select + .mpc-headline h4,
section.catalogentry form wa-checkbox + .mpc-headline h4,
section.catalogentry form wa-radio-group + .mpc-headline h4,
section.catalogentry form wa-button + .mpc-headline h4,
section.catalogentry form mpc-upload + .mpc-headline h4,
section.catalogentry form mpc-rte + .mpc-headline h4 {
  margin-top: 3rem;
}
section.catalogentry form wa-input + .mpc-info p,
section.catalogentry form wa-textarea + .mpc-info p,
section.catalogentry form wa-select + .mpc-info p,
section.catalogentry form wa-checkbox + .mpc-info p,
section.catalogentry form wa-radio-group + .mpc-info p,
section.catalogentry form wa-button + .mpc-info p,
section.catalogentry form mpc-upload + .mpc-info p,
section.catalogentry form mpc-rte + .mpc-info p {
  margin-top: 2rem;
}
section.jury #jury-list .data .filter .jury-filters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 0 3rem;
  border-bottom: 1px solid #707070;
}
section.jury #jury-list .data .filter .jury-filters .jury-filters-fields {
  grid-column: span 12;
  grid-template-columns: subgrid;
  display: grid;
  align-items: flex-end;
  line-height: 1.25rem;
  font-weight: 700;
  min-height: auto;
  background: #FFFFFF;
  color: #bcd235;
  padding: 1rem 0 0 0;
}
section.jury #jury-list .data .filter .jury-filters .jury-filters-submit {
  padding: 0 0 1rem 0;
}
section.jury #jury-list .data .filter .jury-filters .jury-filters-submit p {
  margin-top: 1rem;
}
section.jury #jury-list .data .lists {
  display: grid;
  grid-template-columns: 1fr 2fr repeat(10, 1fr);
  gap: 0 1rem;
}
section.jury #jury-list .data .lists .list {
  grid-column: span 12;
  grid-template-columns: subgrid;
  display: grid;
}
section.jury #jury-list .data .lists .list .finish {
  white-space: nowrap;
}
section.jury #jury-list .data .lists .list.header {
  align-items: flex-start;
  line-height: 1.25rem;
  font-weight: 700;
  min-height: auto;
  background: #ffffff;
  color: #af0d21;
}
section.jury #jury-list .data .lists .list.header .finish {
  white-space: normal;
}
section.jury #jury-list .data .lists .list .name {
  width: 2fr;
}
section.jury #jury-list .data .lists .list.item {
  padding: 1rem;
  border-bottom: 1px solid #707070;
}
section.jury #jury-list .data .lists .list.item.content-approved {
  background-color: #f4f4f4;
  opacity: 0.5;
}
section.jury #jury-list .data .lists .list.item > div {
  opacity: 1;
}
section.jury #jury-list .data .lists .list.item .options {
  display: flex;
}
section.jury #jury-list .data .lists .list.item .options > div {
  min-width: 50px;
  text-align: center;
  margin: 0 0.1rem;
}
section.jury #jury-list .data .lists .list.item .options > div.approval {
  color: #af0d21;
}
section.jury #jury-list .data .lists .list.item .options > div a wa-icon {
  margin-right: 0;
}
section.jury #jury-details .fieldset {
  border-bottom: 1px solid #707070;
  padding: 2em 0;
  background-color: #ffffff;
}
section.jury #jury-details .fieldset.header {
  font-weight: 700;
  min-height: auto;
  background: #ffffff;
  color: #af0d21;
  display: block;
  padding-top: 0;
}
section.jury #jury-details .fieldset.content .datas {
  padding: 0.5em 0;
}
section.jury #jury-details .fieldset.content .datas h3 {
  margin-top: 0;
}
section.jury #jury-details .fieldset.content .datas .label {
  font-weight: 700;
  color: #af0d21;
}
section.jury #jury-details .fieldset.content .datas .value {
  display: inline-block;
}
section.approval #approval-list .data .approval-form-container h4.approval-fielset-headline {
  margin-top: 2rem;
}
section.approval #approval-list .data .approval-form-container wa-checkbox:not([data-wa-checked]) + wa-input::part(input) {
  opacity: 0.25;
}
section.approval #approval-list .data .approval-form-container wa-checkbox[data-wa-checked] + wa-input::part(input) {
  opacity: 1.0;
}
section.approval #approval-list .data .approval-form-container .approval-overwrite-container {
  position: relative;
  margin-bottom: 2rem;
}
section.approval #approval-list .data .approval-form-container .approval-overwrite-container wa-checkbox {
  position: absolute;
  z-index: 10;
  margin: 0;
  top: -2px;
  right: 0;
}
section.approval #approval-list .data .approval-form-container .approval-overwrite-container .approval-overwrite-value {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.8rem;
}
section.approval #approval-list .data .approval-form-container .approval-overwrite-container .approval-overwrite-value span {
  font-weight: bold;
}
.footer-container {
  margin-top: auto;
  container: footer / inline-size;
}
.footer {
  background-color: #af0d21;
  border-top: 10px solid #de112a;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .box {
  width: 100%;
  max-width: 110rem;
  padding: 40px 5rem;
  display: grid;
  grid-template-columns: 1fr fit-content(50%);
  align-items: center;
  gap: 2rem;
}
.footer .slogan {
  color: #ffffff;
}
.footer .slogan p {
  margin-bottom: 0;
}
.footer .footer-nav a {
  color: #ffffff;
}
.footer .footer-nav ul > li:not(:first-child) {
  padding-left: 0;
}
.footer .footer-nav ul > li:not(:first-child):before {
  color: #ffffff;
  content: "–";
  margin: 0 15px;
}
.footer .footer-nav wa-icon {
  margin-left: 5px;
  transform: translateY(3px);
}
/*@container footer (width < 1000px) {*/
@media (max-width: 999px) {
  .footer .box {
    grid-template-columns: 1fr;
  }
  .footer .slogan {
    text-align: center;
  }
  .footer .footer-nav ul {
    justify-content: center;
  }
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page .main {
  background-color: #ffffff;
  padding-bottom: 5rem;
}
