.select-box-group {
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 0.25rem;
  grid-auto-rows: 1fr;
  display: -ms-grid;
  -ms-grid-columns: 100%;
  -ms-grid-rows: 1fr;
  /* IE is implementing an older version of the standard and needs fix row and column values (adjust if necessary) */
  /* IE is implementing an older version of the standard and needs fix row and column values (adjust if necessary) */
  /* IE is implementing an older version of the standard and needs fix row and column values (adjust if necessary) */
  /* IE is implementing an older version of the standard and needs fix row and column values (adjust if necessary) */
  /* IE is implementing an older version of the standard and needs fix row and column values (adjust if necessary) */
  /* IE is implementing an older version of the standard and needs fix row and column values (adjust if necessary) */
  /* IE is implementing an older version of the standard and needs fix row and column values (adjust if necessary) */
  /* IE is implementing an older version of the standard and needs fix row and column values (adjust if necessary) */
  /* IE is implementing an older version of the standard and needs fix row and column values (adjust if necessary) */
  /* IE is implementing an older version of the standard and needs fix row and column values (adjust if necessary) */
}
.select-box-group .select-box:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.select-box-group .select-box:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.select-box-group .select-box:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.select-box-group .select-box:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.select-box-group .select-box:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.select-box-group .select-box:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.select-box-group .select-box:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.select-box-group .select-box:nth-child(8) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.select-box-group .select-box:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.select-box-group .select-box:nth-child(10) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select-box-group {
    /* affects IE only as it does not support row gap */
  }
  .select-box-group .select-box:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}

.select-box {
  cursor: pointer;
  background-color: #f5f5f5;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: color 0.2s ease-in-out, transform 0.4s ease-in-out;
  font-family: "regular" !important;
}
.select-box .icon {
  font-family: iconfont;
  margin-right: 1rem;
  font-size: 1.4rem;
  color: #c81e82;
  margin-left: auto;
}
.select-box:hover, .select-box:focus {
  transform: scale(0.99);
  color: #c81e82;
}
.select-box__icon {
  width: 4.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.select-box__icon .icon {
  text-align: center;
  font-size: 3rem;
}
.select-box__icon .icon::before {
  vertical-align: middle;
}
.select-box__header {
  padding: 0.5rem 1rem;
}
.select-box svg {
  /* obviously IE needs these values */
  height: auto;
  max-height: 100%;
  width: 150px;
  max-width: 100%;
}
.select-box svg path {
  fill: currentColor;
}
.select-box svg line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4.2px;
}

.select-box-without-hover {
  background-color: #f5f5f5;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.select-box-without-hover__header {
  padding: 0.5rem 1rem;
}
.select-box-without-hover__header p {
  font-family: "regular" !important;
}
.select-box-without-hover__icon {
  width: 4.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.select-box-without-hover__icon .icon {
  text-align: center;
  font-size: 3rem;
}
.select-box-without-hover__icon .icon::before {
  vertical-align: middle;
}
.select-box-without-hover svg {
  /* obviously IE needs these values */
  height: auto;
  max-height: 100%;
  width: 150px;
  max-width: 100%;
}
.select-box-without-hover svg path {
  fill: currentColor;
}
.select-box-without-hover svg line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4.2px;
}

.select-ablauf h2, .select-ablauf p {
  color: #3c3732;
}
.select-ablauf .select-box {
  border: none;
  padding: 0;
  text-align: left;
}
.select-ablauf .select-box:focus {
  outline: 2px solid #c81e82 !important;
}
.select-ablauf .select-box:not(:first-child) {
  margin-top: 0.25rem;
}
.select-ablauf li {
  padding-left: 0;
}
.select-ablauf .select-box-without-hover .link {
  text-decoration: underline !important;
}