.einsatzarchiv-page-title{
  margin:0 0 28px;
  font-size:44px !important;
  line-height:1.1;
}
.einsatzarchiv-filter{
  margin:0 0 18px;
  padding:20px 0 28px;
  background:transparent;
  border-top:1px solid rgba(127,127,127,.18);
  border-bottom:1px solid rgba(127,127,127,.18);
}
.einsatzarchiv-filter.is-sticky{
  position:sticky;
  top:10px;
  z-index:20;
  padding:18px;
  background:rgba(25,28,30,.94);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.einsatzarchiv-filter .uk-form-label{
  color:inherit;
  opacity:.72;
}
.einsatzarchiv-filter .uk-input,
.einsatzarchiv-filter .uk-select{
  background:rgba(255,255,255,.035);
  color:inherit;
  border-color:rgba(127,127,127,.28);
}
.einsatzarchiv-filter .uk-input::placeholder{
  color:inherit;
  opacity:.45;
}
.einsatzarchiv-filter .uk-input:focus,
.einsatzarchiv-filter .uk-select:focus{
  background:rgba(255,255,255,.055);
  border-color:rgba(127,127,127,.55);
}
.einsatzarchiv-result-count{margin:0 0 28px}
.einsatzarchiv-month{margin:58px 0 42px}
.einsatzarchiv-month:first-of-type{margin-top:38px}
.einsatzarchiv-month-title{margin:0 0 28px;padding:8px 0}
.einsatzarchiv-items{display:flex;flex-direction:column}
.einsatzarchiv-item{border-bottom:1px solid rgba(127,127,127,.22)}
.einsatzarchiv-item:first-child{border-top:1px solid rgba(127,127,127,.22)}
.einsatzarchiv-item-link{
  display:grid;
  grid-template-columns:42px 240px 380px minmax(240px,500px) minmax(24px,1fr) 90px;
  align-items:start;
  column-gap:18px;
  min-height:68px;
  padding:10px 14px;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  transition:background-color .18s ease
}
.einsatzarchiv-item-link:hover{background:rgba(127,127,127,.08);color:inherit;text-decoration:none}
.einsatzarchiv-icon{width:28px;height:28px;display:flex;align-items:flex-start;justify-content:center}
.einsatzarchiv-icon img{display:block;width:28px;height:28px;max-width:28px;max-height:28px;object-fit:contain}
.einsatzarchiv-date{font-size:.92rem;white-space:nowrap}
.einsatzarchiv-type{display:grid;grid-template-columns:10px minmax(0,1fr);align-items:start;gap:12px;font-weight:600;min-width:0;white-space:nowrap}
.einsatzarchiv-type>span:last-child{overflow:hidden;text-overflow:ellipsis}
.einsatzarchiv-color{display:block;width:10px;height:24px;border-radius:2px;background:#aaa}
.einsatzarchiv-color.is-empty{background:transparent;border:1px solid rgba(127,127,127,.35)}
.einsatzarchiv-main{grid-column:4;display:flex;flex-direction:column;min-width:0;line-height:1.3}
.einsatzarchiv-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.einsatzarchiv-location{margin-top:3px;color:#777;font-size:.86rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.einsatzarchiv-hits{grid-column:6;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;white-space:nowrap;line-height:1.15}
.einsatzarchiv-hits-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#888}
.einsatzarchiv-hits-value{font-weight:600;font-size:.95rem}
@media(max-width:1199px){
  .einsatzarchiv-item-link{grid-template-columns:34px 205px 250px minmax(230px,1fr) 72px;column-gap:14px;padding-left:10px;padding-right:10px}
  .einsatzarchiv-main{grid-column:4}
  .einsatzarchiv-hits{grid-column:5}
  .einsatzarchiv-type{white-space:normal}
}
@media(max-width:959px){
  .einsatzarchiv-item-link{grid-template-columns:28px 180px minmax(170px,210px) minmax(180px,1fr) 64px;column-gap:12px;padding-left:8px;padding-right:8px}
  .einsatzarchiv-icon,.einsatzarchiv-icon img{width:23px;height:23px;max-width:23px;max-height:23px}
}
@media(max-width:767px){
  .einsatzarchiv-page-title{margin-bottom:22px}
  .einsatzarchiv-filter.is-sticky{position:static;padding-left:0;padding-right:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}
  .einsatzarchiv-item-link{grid-template-columns:26px 1fr auto;grid-template-areas:"icon date hits" "icon type hits" "icon main main";row-gap:4px;column-gap:10px;padding:12px 8px}
  .einsatzarchiv-icon{grid-area:icon;align-self:start;margin-top:2px}
  .einsatzarchiv-date{grid-area:date}
  .einsatzarchiv-type{grid-area:type;white-space:normal}
  .einsatzarchiv-main{grid-area:main;margin-top:3px}
  .einsatzarchiv-hits{grid-area:hits}
  .einsatzarchiv-title,.einsatzarchiv-location{white-space:normal}
  .einsatzarchiv-color{height:16px}
}
@media(max-width:479px){
  .einsatzarchiv-month{margin:46px 0 32px}
  .einsatzarchiv-month-title{margin-bottom:22px;padding:5px 0}
  .einsatzarchiv-item-link{grid-template-columns:24px 1fr auto}
  .einsatzarchiv-icon,.einsatzarchiv-icon img{width:21px;height:21px;max-width:21px;max-height:21px}
}
