/* LIVE Rosenau */

.gastronomy {
  --color-fill: var(--color-orange);
}
.gastronomy li a {
  text-decoration: underline;
}



/********************************************************
 DELETE
 ********************************************************/
 
 /*
 .gastronomy li {
  background: var(--color-orange);
  padding: var(--padding);
}
.gastronomy li {
  position: relative;
}
.gastronomy li {
  display: grid;
}
.gastronomy li > * {
  aspect-ratio: 3 / 1;
  grid-area: 1 / 1;
}
.gastronomy li figure {
  aspect-ratio: 3 / 1;
  height: 100%;
}
.gastronomy li figure {
  position: absolute;
  left; 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gastronomy li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gastronomy li div {
  position: relative;
}
*/