html {
  background: whitesmoke;
}

body {
  font-size: 120%;
  color: #444;
  background: #fefefe;
/*  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;*/
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,sans-serif;
  overflow-y: scroll !important;
}

main {
  /* padding: 0 15px 0 15px; */
  padding: 0 1em 0 1em;
}

.subtitle {
  display: block;
  margin-top: -22px;
  font-size: 120%;
  font-style: italic;
  font-weight: bold;

}

nav {
  padding: 0.5em;
  background: #f9f9f9;
  font-size: 150%;
  margin: 0;
}

nav a {
  text-decoration: underline;
}

video {
  height: 100%;
  width: 100%;
}

.pagination {
  text-align: left;
}

body.simplesearch_results main article ul li {
  line-height: 1.7;
}

a.search-cancel {
  background-color: white;
  text-decoration: none;
  margin-left: -37px;
  margin-right: 10px;
  vertical-align: -4px;
}

a.search-cancel img {
  width: 20px;
}

/*search results list*/
.child-level-1 {
  line-height: 1.8;
}

/* .vegetarisch {
  color: red;
} */

.vegan {
  color: green;
}

.vegan img {
  display: table-cell;
  vertical-align: middle;
  height: 15px;
  width: 15px;
}

.explainer {
  font-size: 80%;
  padding: 20px 0 0 35px;
  /* margin-bottom: -10px; */
}

/* prevent extra vertical space when ul items are parsed as paragraphs (why?)*/
ul > li > p {
  margin: 0 !important;
}

/* blockquotes */

blockquote {
  border-left: 4px solid lightgreen;
  padding: 2px 1em;
  background: var(--text-lighter);
}

/* .link-list  */

summary {
  cursor: pointer;
/*  list-style-type: '⬇ ';*/
}

summary::-webkit-details-marker {
  display: none;
}

/*.link-list details summary {
  color: var(--blue);
  text-decoration: underline;
}
*/

.link-list details summary::marker {
  color: var(--text);
}

/*.link-list details[open] > summary {
  list-style-type: '⬆ ';
}
*/
.link-list details[open] p {
  margin: 0.2em 0 0.2em 0;
}

.link-list details[open] a {
  padding-left: 18px;
}

.link-list details details summary {
  padding-left: 18px;
}

.link-list details details[open] a {
  padding-left: 36px;
}

.link-list details details details summary {
  padding-left: 36px;
}

.link-list details details details[open] a {
  padding-left: 54px;
}

