a {
  color: #179299;
  text-decoration: none;
}
a:hover, a:active {
  color: #eff1f5;
  background-color: #7287fd;
  padding: 0.25em 0.05em;
}

img {
	margin-bottom: 1em;
	width: 50vw;
}

body {
  background-color: #eff1f5;
  color: #4c4f69;
  font-family: sans-serif;
  line-height: 1.75em;
}

hr {
  color: #ccd0da;
  background-color: #ccd0da;
  border-top: 2px solid;
  margin-bottom: 1.5em;
}

h1 {
  margin-bottom: 2em;
}

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

code {
  font-family: monospace;
}

pre {
  background-color: #dce0e8;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  overflow: scroll;
}

@media only screen and (max-width: 52em) {
	.grid{
	  /*position: absolute;
	  height: 100%;
	  column-gap: 6pt;*/
	} .one {
	  grid-auto-rows: max-content;
	  background:#e6e9ef;
	  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: 52em) {
	.grid{
	  position: relative;
	  width: 100vw;
	  height: 100vh;
	  column-gap:12pt;
	} .one {
	  position:fixed;
	  overflow:auto;
	  height: 100vh;
	  top: 0;
	  left: 0;
	  width:20vw;
	  background: #e6e9ef;
	  padding-left: 2vw;
	  padding-right: 2vw;
	  padding-bottom: 1em;
	} .two {
	  position:absolute;
	  top:0;
	  left:20vw;
	  width:67vw;
	  text-indent: 0%;
	  padding-left: 7vw;
	  padding-right: 5vw;
	}
}

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

.index {
  font-size: 1em;
}
.index-link {
}

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

.code-abschnitt {
  padding: 1em;
}

table {
  width: 100%;
  border-collapse: collapse;
}
thead {
  display: none;
}
tr {
  border-bottom: 2px solid;
  border-color: #ccd0da;
}
tr:last-child {
  border-bottom: none;
}
td {
  height: 2.25em;
  padding: 0.2em;
  width: 20%;
}

@media (prefers-color-scheme: dark) {
	a {
	  color: #8bd5ca;
	}
	a:hover, a:active {
	  color: #eff1f5;
	  background-color: #7287fd;
	}
	body {
	  background-color: #24273a;
	  color: #cad3f5;
	}
	hr {
	  color: #24273a;
	  background-color: #24273a;
	}
	pre {
	  background-color: #363a4f;
	}
	.one {
	  background: #1e2030;
	}
	.index-link {
	}
	.subindex-link {
	}
	.code-abschnitt {
	  background-color: #363a4f;
	}
	img {
		filter: invert(90%);
	}
  tr {
    border-color: #363a4f;
  }
}

