.lizenzverlaengerungen .wrap-boxes {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wrap-boxes {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.wrap-boxes a.box {
  min-width: calc(25% - 12px);
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  fill: var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  background-color: #ffffff00;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: var(--e-global-color-secondary);
  border-radius: 0px 0px 0px 0px;
  padding: 6px 9px 6px 9px;
}
.wrap-boxes a.box:hover, .wrap-boxes a.box:focus, .wrap-boxes a.box:focus-within {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
/*# sourceMappingURL=https://dev.digitalwehr.de/wp-content/build/scss_library/deaa85a24580cd85a06d358abf22cac993eada3b.css.map */