@import "normalize.css";
body.mensa {
  --clr-primary: #ffffff;
  --clr-background: #000000;
  background-color: var(--clr-background);
}
body.mensa * {
  box-sizing: border-box;
}
body.mensa section.title {
  color: var(--clr-primary);
  font-family: PPMori, Inter, sans-serif;
}
body.mensa section.title h2 {
  text-align: center;
  font-size: 4.125rem;
}
body.mensa main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  color: var(--clr-primary);
  font-family: PPMori, Inter, sans-serif;
}
body.mensa main section[class*=sec] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body.mensa main section[class*=sec] section.title {
  grid-column: span 2;
}
body.mensa main section[class*=sec] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.mensa main section[class*=sec] .text {
  line-height: 1.5em;
}
body.mensa main section.sec-1 {
  column-gap: 12rem;
  row-gap: 6rem;
}
body.mensa main section.sec-1 > section {
  display: grid;
  place-items: center;
  position: relative;
}
body.mensa main section.sec-1 section.title {
  text-align: center;
  color: var(--clr-primary);
}
body.mensa main section.sec-1 section.title h1 {
  font-size: 4.125rem;
  margin-bottom: 0.3em;
}
body.mensa main section.sec-1 section.title span {
  font-size: 2.0625rem;
  margin: 0;
  font-weight: 300;
}
body.mensa main section.sec-1 .shade {
  position: absolute;
  z-index: -1;
  overflow: visible;
}
body.mensa main section.sec-1 .light .shade {
  transform: translateX(-5rem);
}
body.mensa main section.sec-1 .dark .shade {
  transform: translate3d(5rem, -4rem, 0rem);
}
body.mensa main section.sec-2 {
  column-gap: 6rem;
}
body.mensa main section.sec-2 ul {
  display: flex;
  place-items: center;
}
body.mensa main section.sec-2 .imgs ul {
  flex-direction: row;
  transform: translateX(23%);
}
body.mensa main section.sec-2 .imgs ul li:nth-child(2) {
  transform: translateX(-40%);
  z-index: -1;
}
body.mensa main section.sec-2 .imgs ul li:nth-child(3) {
  transform: translateX(-75%);
  z-index: -2;
}
body.mensa main section.sec-2 .text ul {
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
}
body.mensa main section.sec-3 {
  padding-top: 4rem;
  column-gap: 3rem;
}
body.mensa main section.sec-3 .text {
  padding-right: 3rem;
}
body.mensa main section.sec-3 .text ul {
  display: flex;
  flex-direction: column;
  text-align: end;
  height: 100%;
  justify-content: center;
}
body.mensa main section.sec-3 .imgs {
  position: relative;
}
body.mensa main section.sec-3 .imgs ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  position: relative;
}
body.mensa main section.sec-3 .imgs ul > img, body.mensa main section.sec-3 .imgs ul > svg {
  overflow: visible;
  position: absolute;
  z-index: -1;
  left: -82%;
  top: -72%;
}
body.mensa main section.sec-3 .imgs ul li:nth-of-type(2) {
  transform: translateY(-18%);
}
body.mensa main section.sec-4 {
  padding-top: 6rem;
  grid-template-columns: 1fr;
  place-items: center;
}
body.mensa main section.sec-4 .imgs {
  position: absolute;
  transform: translateY(8.8rem);
  z-index: -1;
}
body.mensa main section.sec-4 .text ul {
  text-align: center;
}
body.mensa main section.sec-5 .text {
  text-align: center;
  font-size: 1.6rem;
}

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