/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/**
 * project colors
 */
/**
 * base color definitions
 */
/**
 * error color
 */
/**
 * interaction color definitions
 */
/**
 * accessibility
 */
/**
 * project colors
 */
/**
 * base color definitions
 */
/**
 * error color
 */
/**
 * interaction color definitions
 */
/**
 * accessibility
 */
/**
 * common colors for form elements
 * these elements are a little bit detached
 * maybe this has to be discussed
 */
/**
 * gaps, defined in styleguide
 * use in future these gaps
 */
.domain-comp-wrap {
  margin-top: 3.125rem;
}
.domain-comp-wrap h3 {
  padding: 0 0.5rem;
}
.domain-comp-wrap ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.domain-comp-wrap ul li {
  border-top: 2px solid #D8D8D8;
  padding: 0.5rem;
}
.domain-comp-wrap ul li.active {
  background-color: #F4F1ED;
}
.domain-comp-wrap ul li:last-child {
  border-bottom: 2px solid #D8D8D8;
}
.domain-comp-wrap ul li a {
  text-decoration: none;
  word-break: break-word;
  color: var(--active-color);
  font-weight: 700;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0) {
  .domain-comp-wrap ul li a[href]:hover {
    text-decoration: none;
    color: var(--hover-color);
  }
}
.domain-comp-wrap ul li a[href*="/download/datei"]:before {
  content: "";
  margin-right: 0.5rem;
  margin-bottom: -2px;
  display: inline-block;
  background-color: var(--active-color);
  width: 16px;
  height: 16px;
  -webkit-mask: url("../images/icons/download.svg") no-repeat 50% 50%;
  mask: url("../images/icons/download.svg") no-repeat 50% 50%;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
}

.admin-spss {
  padding-bottom: 3.75rem;
}
.admin-spss__export {
  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;
}
.admin-spss__export > *:not(:last-child) {
  margin-right: 0.875rem;
}
.admin-spss__export-options {
  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;
}
.admin-spss__export-options > *:not(:last-child) {
  margin-right: 0.875rem;
}
.admin-spss__lists {
  margin-top: 3.125rem;
}
.admin-spss__modul {
  background-color: #F4F1ED;
  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;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  min-height: 64px;
}
.admin-spss__modul > *:not(:last-child) {
  margin-right: 0.875rem;
}
.admin-spss__modul-download {
  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;
}
.admin-spss__modul-download > *:not(:last-child) {
  margin-right: 0.875rem;
}
.admin-spss ul.domains .export__wrap .hidden {
  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;
}
.admin-spss ul.domains .export--in-progress {
  display: inline-block;
}
.admin-spss ul.domains .export--in-progress:before {
  margin-right: 0.25em;
}

.usage-statistic__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;
}
.usage-statistic__form form > *:not(:last-child) {
  margin: 0;
  margin-right: 0.875rem;
}
.usage-statistic__evaluation {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.usage-statistic table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.usage-statistic table th,
.usage-statistic table td {
  color: #171717;
}
.usage-statistic table th {
  border-left: 2px solid #D8D8D8;
  font-weight: 600;
  height: 55px;
}
.usage-statistic table th:first-child {
  border: none;
}
.usage-statistic table th:first-child,
.usage-statistic table td.characteristics {
  width: 25%;
}
.usage-statistic table tr.first td {
  border-top: none;
}
.usage-statistic table tr.spacer th {
  border-left: none;
  height: 20px;
}
.usage-statistic table td {
  border-top: 2px solid white;
  font-weight: 400;
  height: 2.5rem;
  padding: 0 0.75em;
}
.usage-statistic table td:first-child {
  border-left: none;
}
.usage-statistic table td.zebra-even {
  background-color: #F4F1ED;
}
.usage-statistic table td.zebra-odd {
  background-color: #e1d8cd;
}
.usage-statistic table td.format-num {
  text-align: center;
}
/*# sourceMappingURL=legacy.css.map */
