a {
	color: #8bd5ca;
  text-decoration: none;
}
a:hover, a:active {
  color: #eff1f5;
  background-color: #7287fd;
  padding: 10px 20px;
}

.invert {
	margin-bottom: 1em;
}

body {
  background-color: #24273a;
  color: #cad3f5;
  font-family: sans-serif;
  line-height: 1.75em;
}

hr {
  border: none;
  color: #24273a;
  height: 0.15em;
  background-color: #24273a;
  margin-bottom: 1em;
}

h1 {
  margin-bottom: 2em;
}

h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}

code {
  font-family: monospace;
}

pre {
  background-color: #363a4f;
  padding: 1em;
  overflow: scroll;
}

@media only screen and (max-width: 50em) {
	.grid{
	} .one {
	  grid-auto-rows: max-content;
	  background: #1e2030;
	  padding-bottom: 0.5em;
	  padding-top: 0.5em;
	  padding-left: 5%;
	  padding-right:2%;
	} .two {
	  grid-auto-rows: max-content;
	  text-indent: 0%;
	  padding-bottom: 0.5em;
	  padding-top: 0.5em;
	  padding-left: 5%;
	  padding-right: 5%;
	}
}
@media only screen and (min-width: 50em) {
	.grid{
	  position:relative;
	  width: 100%;
	  height: 100%;
	  column-gap:12pt;
	} .one {
	  position:fixed;
	  top:2%;
	  left:1%;
	  bottom:0;
	  width:20%;
	  background:#1e2030;
	  text-indent: 5%;
	  padding-right:2%;
	} .two {
	  position:absolute;
	  top:0;
	  left:20%;
	  width:70%;
	  text-indent: 0%;
	  padding-left: 5%;
	  padding-right: 5%;
	}
}

.aligncenter {
  text-indent: 0px;
  text-align: center;
}

.index {
  margin-bottom: 15pt;
}
.index-link {
}

.subindex {
}

.subindex-link {
  padding-left: 1em;
  font-size: 0.8em;
  padding: 0.5em;
}

.code-abschnitt {
  background-color: #363a4f;
  padding: 1em;
}

@media (prefers-color-scheme: light) {
	a {
	  color: #179299;
	}
	a:hover, a:active {
	  color: #eff1f5;
	  background-color: #7287fd;
	}
	body {
	  background-color: #eff1f5;
	  color: #4c4f69;
	}
	hr {
	  color: #ccd0da;
	  background-color: #ccd0da;
	}
	pre {
	  background-color: #dce0e8;
	}
	.one {
	  background: #e6e9ef;
	}
	.index-link {
	}
	.subindex-link {
	}
	.code-abschnitt {
	  background-color: #179299;
	}
	.invert {
		filter: invert(90%);
	}
}
