.t_roomListItem{position:relative;z-index:0;display:grid;grid-template-columns:100%;grid-template-rows:repeat(4,auto);grid-template-areas:"image " "title " "teaser" "link  "}.t_roomListItem .t_roomListItem-pic{grid-area:image}.t_roomListItem .t_roomListItem-title{grid-area:title;padding-top:3.5rem;padding-bottom:1.5625rem}.t_roomListItem .t_roomListItem-infoBoxes{position:relative;grid-area:image;z-index:1;align-self:flex-end;padding:1.5625rem;display:flex;justify-content:flex-start;gap:1.25rem}.t_roomListItem .t_roomListItem-teaser{grid-area:teaser;width:80%}.t_roomListItem .t_roomListItem-link{grid-area:link;margin-top:2.5rem}.t_roomListItem .t_roomListItem-infoBox{background:#535659;color:#E9E8E1;padding:.5em calc(1.655em - var(--letter-spacing)) .12em 1.655em;border-radius:10em}
