@font-face {
  font-family: 'headerfont';
  src: url('https://tegelizr.nl/fonts/AbbeyRoadNF.eot');
  src: url('https://tegelizr.nl/fonts/AbbeyRoadNF.eot?#iefix') format('embedded-opentype'), url('https://tegelizr.nl/fonts/AbbeyRoadNF.woff') format('woff'), url('https://tegelizr.nl/fonts/AbbeyRoadNF.ttf') format('truetype'), url('https://tegelizr.nl/fonts/AbbeyRoadNF.svg#toronto') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}


body.app-body.layout-multiple-columns {
  background-image: url('https://tegelizr.nl/includes/style/default/tegelwand.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat;


.display-name strong {
  font-family: 'headerfont';
}

.status-card__description,
.status-card__title {
font-size: 1rem;
line-height: 1.2;
text-overflow: unset;
white-space: unset;
overflow: visible;
}

.status-card {
flex-direction: column;
border; 2px solid red;
}

.status-card.expanded .status-card__description,
.status-card.expanded .status-card__title {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-flex;
}

.status-card__image,
.status-card__image-image,
.status-card__image-preview {
border-end-end-radius: 0;
border-end-start-radius: 0;
border-start-end-radius: 0;
border-start-start-radius: 0;
}

.media-gallery__actions {
display: none;
}

