.speisen-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.speisen-block .blocks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.speisen-block .blocks .speise-block {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  aspect-ratio: auto 12/6;
}
.speisen-block .blocks .speise-block .bgimage {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: auto 12/6;
}
.speisen-block .blocks .speise-block .titles {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1rem;
}
.speisen-block .blocks .speise-block .titles h3, .speisen-block .blocks .speise-block .titles h4 {
  margin: 0;
  padding: 0;
  padding-right: 1rem;
}
.speisen-block .blocks .speise-block .titles h3 {
  color: #D8A544;
  font-size: 1.3rem;
}
.speisen-block .blocks .speise-block .titles h4 {
  color: #ECC879;
  font-size: 1.1rem !important;
}
.speisen-block .blocks .speise-block:hover .titles {
  margin-left: 1.2rem;
  transition: all 0.5s ease;
}
.speisen-block .blocks .speise-block:hover .bgimage img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.speisen-block .blocks .speise-block:hover h3 {
  color: #EEC370 !important;
  transition: all 0.5s ease;
}
.speisen-block .blocks .speise-block:hover h4 {
  color: #fefcf8 !important;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1024px) {
  .speisen-block {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .speisen-block .blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .speisen-block .blocks .speise-block {
    width: calc(33.3333333333% - 2rem);
    margin-bottom: 1rem;
  }
  .speisen-block .blocks .speise-block .bgimage {
    max-width: calc(33.3333333333vw - 2rem);
    height: auto;
    aspect-ratio: auto 12/6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .speisen-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .speisen-block .blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .speisen-block .blocks .speise-block {
    width: calc(33.3333333333vw - 2rem);
    margin-bottom: 0.5rem;
  }
  .speisen-block .blocks .speise-block .bgimage {
    max-width: calc(33.3333333333vw - 2rem);
    height: auto;
    aspect-ratio: auto 12/6;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .speisen-block .blocks {
    width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .speisen-block .blocks .speise-block {
    width: 100%;
  }
  .speisen-block .blocks .speise-block .bgimage {
    width: 480px;
  }
  .speisen-block .blocks .speise-block .bgimage img {
    width: 480px;
  }
}
@media screen and (max-width: 479px) {
  .speisen-block .blocks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  .speisen-block .blocks .speise-block .bgimage img {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .speisen-block .blocks {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*# sourceMappingURL=block.css.map */
