.row-start-1.col-start-3.row-end-2.col-end-4,
.row-start-2.col-start-3.row-end-4.col-end-4 {
  min-width: 22rem;
}

.statreportgrid > div:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
  margin-right: 2rem;
  display: none;
}

.statreportgrid > div:nth-of-type(1).col-start-3.row-end-2.col-end-4 {
  min-width: 22rem;
}


.row-start-2.col-start-3.statreportgrid > div:nth-of-type(1).col-end-4 {
  min-width: 22rem;
}

@media (min-width: 600px) {
  .statreportgrid > div:nth-of-type(1) {
    display: block;
  }
}

.statreportgrid > div:nth-of-type(2) {
  /* Dateityp*/
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  padding-top: 0px;
  padding-bottom: 1rem;
  font-family: BentonSans-Regular, Helvetica, Arial, sans-serif;
}

.statreportgrid > div:nth-of-type(2).col-start-3.row-end-4.col-end-4 {
  min-width: 22rem;
}

.statreportgrid > div:nth-of-type(3) {
  /* Berichtszeitraum*/
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-left: 2rem;
  padding-bottom: 1rem;
}

.statreportgrid > div:nth-of-type(3).col-start-3.row-end-2.col-end-4 {
  min-width: 22rem;
}

.row-start-1.statreportgrid > div:nth-of-type(3).row-end-2.col-end-4,
.row-start-2.statreportgrid > div:nth-of-type(3).row-end-4.col-end-4 {
  min-width: 22rem;
}

.row-start-1.col-start-3.statreportgrid > div:nth-of-type(3).col-end-4 {
  min-width: 22rem;
}

.row-start-1.col-start-3.row-end-2.statreportgrid > div:nth-of-type(3),
.row-start-2.col-start-3.row-end-4.statreportgrid > div:nth-of-type(3) {
  min-width: 22rem;
}

.statreportgrid > div:nth-of-type(4) {
  /* Datei */
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 4;
}

.statreportgrid > div:nth-of-type(4).col-start-3.row-end-4.col-end-4 {
  min-width: 22rem;
}

.row-start-1.statreportgrid > div:nth-of-type(4).row-end-2.col-end-4,
.row-start-2.statreportgrid > div:nth-of-type(4).row-end-4.col-end-4 {
  min-width: 22rem;
}


.row-start-2.col-start-3.statreportgrid > div:nth-of-type(4).col-end-4 {
  min-width: 22rem;
}

.row-start-1.col-start-3.row-end-2.statreportgrid > div:nth-of-type(4),
.row-start-2.col-start-3.row-end-4.statreportgrid > div:nth-of-type(4) {
  min-width: 22rem;
}

/* Newsletter */

.stanrw-newsletter-page #edit-privacy-policy-wrapper  .form-checkbox {
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.stanrw-newsletter-page fieldset.required legend::after,
#edit-mail-wrapper label::after,
.stanrw-newsletter-page #edit-privacy-policy-wrapper label::after {
  font-family: BentonSans-Bold, Helvetica, Arial, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(235 20 20 / var(--tw-text-opacity, 1));
  content: " *";
}

.stanrw-newsletter-page {
  margin-bottom: 5rem;
}

.newsletter-signup__actions #edit-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.newsletter-signup__lists .form-checkboxes {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.75rem;
  padding: 0px;
}

.newsletter-signup__lists .form-type-checkbox {
  position: relative;
  margin: 0px;
}

.newsletter-signup__lists .form-type-checkbox input[type="checkbox"] {
  pointer-events: none;
  position: absolute;
  height: '1px';
  width: '1px';
  opacity: 0;
}

.newsletter-signup__lists .form-type-checkbox label {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.newsletter-signup__actions #edit-submit:hover{
  cursor: pointer;
}

.newsletter-signup__lists .form-type-checkbox label:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.newsletter-signup__lists .form-type-checkbox input[type="checkbox"]:checked + label {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 156 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 156 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.newsletter-signup__lists .form-type-checkbox input[type="checkbox"]:focus-visible + label {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
