/* roboto-regular - latin 
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/IntelOneMono-Regular.woff2') format('woff2'),
       url('/fonts/IntelOneMono-Regular.ttf') format('truetype');
}*/


body{
  background-color: rgb(15, 15, 15);
  color: lightgray;
  font-family: Consolas;
}

pre{
  font-family: Consolas;
  line-height: 22px;
  white-space: pre-line;
  word-wrap: break-word;
}

table{
  border-collapse: collapse;
}

th{
  border:  1px solid #dddddd;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
}

td{
  border:  1px solid #dddddd;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a:link {
  color: lightblue;
  text-decoration: underline;
}

a:visited { 
 text-decoration: underline; 
 color: lightblue; 
}

blockquote {
  border-left: 2px solid rgb(70, 70, 70);
  margin: 1.5em 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0.1em 10px;
}
blockquote p {
  display: inline-block;
}

.menu {
	margin-left: 2%;
	margin-right: 2%;
	padding: 0.65em;
	background: rgba(54, 54, 54, 0.9);
	text-align: center;
	border: 1px solid #6e6e6e;
}

.flex-container {
  margin-top: 0%;
  margin-right: 10%;
  margin-left: 10%;
  display: flex;
}

.sidebar {
  box-sizing: border-box;
  padding: 6px;
  background-color: rgb(15, 15, 15);
  border: 1px solid rgb(70, 70, 70);
  border-left: none;
  width: 12%;
  text-align: center;

  font-size: 15px;
}

.content {
  padding: 0.65em;
	background: rgba(54, 54, 54, 0.9);
	text-align: center;
	border: 1px solid #6e6e6e;
  border-top: none;
  flex: 1; 
}

.menu a {
	margin-right: 0.6em;
	margin-left: 0.6em;
}

.post {
  margin-left: 5%;
  text-align: left;
}

.postlet {
  margin-left: 30%;
  margin-right: 30%;
  background-color: rgb(15, 15, 15);
  border: 3px solid rgb(70, 70, 70);
  border-radius: 5px;
}

.postlet img {
  max-height: 100%;
  max-width: 100%;
}

.postlet a {
  text-decoration: none;
  color: lightgray;
}

code {
  background-color: rgb(30 , 30, 30);
  border: 1px solid rgb(70, 70, 70);
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

/* Linzlinien */

table {
    border-collapse: collapse;
    border: 2px solid rgb(140 140 140);
    font-size: 0.8rem;
    letter-spacing: 1px;
}

thead,
tfoot {
    font-weight: bold;
}

th {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
}

.linzactive {
background-color: rgba(121,0,0,.5)
}

.linzpast {
background-color: rgba(60,100,40,.5)
}

/*
.linzfuture {
background-color: rgba(150,150,30,.5)
}
*/

tbody th,
td {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
    font-weight: normal;
}

tfoot th {
    text-align: right;
}