@media screen {
  .site-header-primary-section-right {
    display: none !important;
  }
  table tbody tr {
    background: #f1f1f1;
  }
}
h2.scp-yaml-error {
  color: red;
}

.scp-hidden {
  display: none !important;
}

.scp-right {
  text-align: right;
}

.scp-button {
  margin-top: 1em;
  margin-bottom: 1em;
  background: #005BAA;
}
.scp-button:hover {
  background: #e68d00;
}

.scp-label {
  font-weight: 500;
  margin-bottom: 1.3rem;
  display: inline-block;
  width: 100%;
}

.scp-text {
  margin-bottom: 1.2rem;
  line-height: 1.6rem;
}

.scp-titel {
  text-decoration: none;
  font-weight: bold;
  margin-top: 1.3em;
  margin-bottom: 0.5em;
  line-height: normal;
}
.scp-titel.gliederung_1 {
  font-weight: 700;
  margin-top: 2em;
  font-size: 2.2rem;
}
.scp-titel.gliederung_1.nummer {
  padding: 10px 10px;
  background: #274878;
  color: #fff;
  border-radius: 5px;
}
.scp-titel.gliederung_2 {
  font-size: 1.7rem;
}
.scp-titel.gliederung_2.nummer {
  padding: 5px 10px;
  background: #274878;
  color: #fff;
  border-radius: 3px;
}
.scp-titel.gliederung_3 {
  font-size: 1.4rem;
}
.scp-titel.gliederung_3.nummer {
  padding: 3px 10px;
  background: #274878;
  color: #fff;
  border-radius: 2px;
}

.scp-titel-untertitel,
.scp-nummer-untertitel {
  margin-top: -1em;
  margin-bottom: 1em;
  font-size: 0.9em;
  color: darkolivegreen;
}

.scp-radio-info {
  margin-bottom: 1em;
  font-size: 0.75em;
  color: darkolivegreen;
}

.scp-radios {
  display: flex;
}
.scp-radios.scp-radios-untereinander {
  flex-direction: column;
}
.scp-radios.scp-radios-untereinander .scp-radio {
  margin-bottom: 1.2rem;
}
.scp-radios.scp-radios-zeile {
  margin-bottom: 1.3rem;
  display: inline-block;
  margin-right: 20px;
}
.scp-radios.scp-radios-zeile .scp-radio {
  margin-right: 20px;
}
.scp-radios.scp-radios-zeile .scp-radio:last-child {
  margin-right: 0;
}

.scp-gruppe {
  margin-bottom: 50px;
}
.scp-gruppe.scp-gruppe-multi {
  border: 1px solid rgb(209, 213, 219);
  border-radius: 4px;
  padding: 10px;
}
.scp-gruppe.scp-gruppe-untereinander {
  display: flex;
  flex-direction: column;
}
.scp-gruppe.scp-gruppe-untereinander .scp-checkbox {
  margin-bottom: 1.2rem;
}
.scp-gruppe.scp-gruppe-zeile .scp-checkbox, .scp-gruppe.scp-gruppe-zeile .scp-label {
  margin-right: 20px;
}
.scp-gruppe.scp-gruppe-zeile .scp-checkbox:last-of-type, .scp-gruppe.scp-gruppe-zeile .scp-label:last-of-type {
  margin-right: 0;
}
.scp-gruppe.scp-gruppe-zeile .scp-label {
  display: inline-block;
  width: auto;
}

.scp-gruppe-zaehler {
  color: #005BAA;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.scp-upload-before {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: bold;
}

.scp-upload {
  margin-bottom: 1em;
}

.scp-upload-info {
  font-size: 0.8rem;
  font-style: italic;
}

.scp-frage {
  color: #000;
  margin: 0.5em 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.scp-gruppe-zeile input[type=text] {
  width: auto;
}

select.scp_s,
input[type=text].scp_s {
  width: 96px;
}
select.scp_m,
input[type=text].scp_m {
  width: 192px;
}
select.scp_l,
input[type=text].scp_l {
  width: 384px;
}
select.scp_xl,
input[type=text].scp_xl {
  width: 100%;
}
select.scp-required-warning,
input[type=text].scp-required-warning {
  border: solid 2px red;
}

.scp-input-info {
  font-style: italic;
  margin-bottom: 0.5em;
}

textarea.scp_s {
  width: 96px;
}
textarea.scp_m {
  width: 192px;
}
textarea.scp_l {
  width: 384px;
}
textarea.scp_xl {
  width: 100%;
}
textarea.scp-required-warning {
  border: solid 2px red;
}

label.scp-required-warning {
  color: red;
  font-weight: bold;
}

table.scp-selbstauskunft {
  width: auto;
}

#scp-form > h2, #scp-form > h3, #scp-form h4 {
  margin-top: 20px;
}

.paging {
  padding: 5px 25px;
  background: #e68d00;
  color: #fff;
  text-decoration: none !important;
  font-weight: 700;
  margin: 0 5px 5px 0;
  display: inline-block;
}
.paging:first-of-type {
  border-radius: 5px 0 0 5px;
}
.paging:last-of-type {
  border-radius: 0 5px 5px 0;
}
.paging:focus {
  background: #e68d00;
  color: #fff;
}
.paging:hover {
  background: #005BAA;
  color: #fff;
}

table.scp-kopfdaten {
  margin-top: 30px;
}
table {
  border: none;
}
table tbody tr {
  text-align: left;
}
table tbody tr:nth-child(even) {
  background: #fff;
}
table tbody tr:nth-child(odd) {
  background: #f1f1f1;
}
table tbody tr:first-child th, table tbody tr:first-child td {
  border-top: none;
}
table tbody tr th {
  width: 210px;
  border: none;
  background: #005BAA;
  color: #fff;
  border-top: 1px solid #ececec;
}
table tbody tr td {
  border: none;
  border-top: 1px solid #ececec;
}

.scp-selbstauskunft .status span {
  background: #3498db;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 15px;
}
.scp-selbstauskunft .status span.Offen {
  background: #3498db;
  color: #fff;
}
.scp-selbstauskunft .status span.Korrektur {
  background: #ffa500;
}
.scp-selbstauskunft .status span.Dringlich {
  background: #ff5858;
  color: #fff;
}
.scp-selbstauskunft .status span.Pausiert {
  background: #989898;
  color: #fff;
}
.scp-selbstauskunft .status span.Erledigt {
  background: #009800;
  color: #fff;
}
.scp-selbstauskunft .status span.Abgenommen {
  background: #1abc9c;
}

/*# sourceMappingURL=scp.css.map */
