@import url("../fonts/font.css");

body {
  /* font-family: "stix-two-text", serif;
  font-style: normal;
  line-height: 1.3; */
  margin: 0;
}

.site {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-x: none;
  overflow-y: scroll;
}

iframe {
  width: 100vw;
  height: 100vh;
  border: 0;
  overflow: hidden;
}

footer {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  font-size: 3rem;
}

a {
  color: blue;
}

.werke {
  word-break: break-all;
}

.text {
  margin: 0rem 1rem 5rem 1rem;
  max-width: 110ex;
  line-height: 1.4;
}

li {
  list-style-type: none;
}

ol {
  margin-bottom: 3rem;
  padding-inline-start: 0px;
}

.publications {
  width: calc(100vw - 2rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: baseline; */
}

.publication, .riedel {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 400px) {
  .publication {
    width: calc(95% / 2);
  }
}

@media (min-width: 800px) {
  .publication {
    width: calc(95% / 4);
  }
}

@media (min-width: 1200px) {
  .publication {
    width: calc(95% / 6);
  }
}

.publication a {
  color: black;
  text-decoration: none;
}

.publication a.order {
  color: blue;
  text-decoration: underline;
  display: block;
}

.publication p {
  margin: 0;
}

.publication img {
  max-width: 100%;
}

#play {
  cursor: pointer;
  text-decoration: underline;
}

/* RIEDELS*/

.riedel {
  text-align: center;
}

.riedel-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.riedel img {
  width: 100%;
  max-width: 1080px;
}

.riedel .legende {
  text-align: left;
}
