body {
    background-color: #262626;
    margin: 0 auto;
    padding: 0;
    font-family: monospace;
    font-size: 14px;
    line-height: 21px;
    /*line-height: unset !important;*/
    color: rgba(255,255,255,0.95);
    text-align: center;
}
.container {
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: monospace;
    padding-top: 2.5%;
    padding-bottom:1%;
    font-weight: bold;
}
h1 {
  color: rgba(255,255,255,1);
  font-size: 26px;
  font-family: monospace;
  font-weight: bold;
}
h2 { 
    color: rgba(255,255,255,0.9)!;
    font-size: 23px;
}
h3 {
    color: rgba(255,255,255,0.8)!; 
    font-size: 21px;
}
h4 {
    color: rgba(255,255,255,0.7)!; 
    font-size: 19px;
}
h5 {
    color: rgba(255,255,255,0.6)!; 
    font-size: 16px;
}
h6 {
    color: rgba(255,255,255,0.5)!;
    font-size: 13px; 
}
footer {
    color: rgb(180, 245, 250);
    text-shadow: 0px 0px 5px #2286f1;
    font-size: larger;
    font-weight: inherit;
    border-top: dashed 1px rgba(255,255,255,0.5);
    margin: 20px auto 15px;
    padding-top: 10px;
}
footer > a {
    color: rgb(180, 245, 250);
    text-shadow: 0px 0px 5px #2286f1;
    /*font-size: larger;*/
    font-weight: inherit;
}
footer > a:hover {
    padding: 2px;
    border-left: 1px dashed rgba(220,220,0,0.5);
    border-right: 1px dashed rgba(220,220,0,0.5);
}
header {
    margin-top: 25px;
    margin-bottom: 10px;
    color: rgba(220,220,0,0.9);
}
header p {
    text-align: left;
    margin: 0;
    /* color: rgba(220,220,0,0.7); */
    color: rgba(255,255,255,0.5);
}
.logo-link a:active, a:focus {
    outline: 0;
}
.menu {
    border-top: 1px dashed rgba(255,255,255,0.5);
    border-bottom: 1px dashed rgba(255,255,255,0.5);
    margin-bottom: 50px;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu ul {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 0px;
    list-style-type: none;
}
.menu ul li {
    display: inline;
    margin-left: 5px;
}
.menu ul li a {
    text-decoration: none;
    color: rgb(180, 245, 250);
    text-shadow: 0px 0px 5px #2286f1;
    font-size: larger;
    font-weight: inherit;
}
.menu ul li a:hover {
    padding: 2px;
    border-left: 1px dashed rgba(255,255,2550.5);
    border-right: 1px dashed rgba(255,255,255,0.5);
}
main {
    text-align: left;
    margin-left: 12.5%;
}

.post-content ul, ol{
    padding-bottom: 1%;
}

.post-content li {
    padding-top: 4px;
    padding-bottom: 4px;
}
/*a:hover {
		color: rgba(220,220,0,0.6);
}*/
/* Posts list (Home) */
.posts-overview li {
    margin-top: 8px;
    list-style: none;
}
.post-category-content li {
    margin-top: 8px;
    list-style: none;
}
.post a {
    text-decoration: none;
    color: rgba(255,255,255,1);
    font-size: 16px;
}
.post a:hover {
    color: rgb(245, 50, 154);
}
.post-divider {
    border-top: 1px dotted rgba(255,255,255,0.5);
    margin-top: 25px;
    margin-bottom: 25px;
    width: 11.2%;
}
/* Post styling */
.post {
    margin: auto;
    width: 90%;
}
main > .post > header {
    padding-left: 47px;
    width: 90%;
}
article > p {
    margin-bottom: 20px;
    text-align: justify;
}
.post-content .posts-overview {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
}
.post-content p a {
    color: rgb(245, 50, 154);
}
/* Images */
.figure-posts{
    display: inline-grid;
    width: 65%;
}
figcaption{
    color: rgba(255,255,255,0.5);
    display: block;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 3%;
}
/* End of Image */
/* Code blocks */
pre {
    background-color: #262626;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow:auto;
		font-family: monospace;
		font-size: 12px;
		color: rgba(255,255,255,0.4);
}
figure > pre:first-child {
    border: 0px
}
td.gutter > pre,
td.code > pre {
    border: 0px
}
img {
    width: 80%;
    margin-left: 10%;
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
iframe {
    width: 750px;
    height: 400px;
    border: 1px dashed rgba(255,255,255,0.5);
    padding: 8px;
		margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.feed-recomendation {
	border-top: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Table style */
audio {
  width: 90%;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top:2%;
}
th, td{
    width: min-content;
    min-width: 5%;
    border: 1px solid rgba(255,255,255,0.3);
    padding:0.8%

}
th:first-child, td:first-child {
    min-width: 0.2%; 
    white-space: nowrap;
  }
th{
    font-weight: bolder;
    border-bottom: double 4px rgba(255,255,255,0.3);
}

table a {
    color: white;
}
/* End Table style */

/* Syntax highlighting styles */
/* ----------------------------------------------------------*/

/* Verstärktes Farbschema von Visual Studio Code */
.highlight .c  { color: #7ABD5E; font-style: italic } /* Comment */
/**.highlight .err { color: #FF6363; background-color: #FEEEEE } /* Error (Spaces in Javascript)*/
.highlight .k  { color: #4D9EDF; font-weight: bold } /* Keyword */
.highlight .o  { color: #E7C07A; font-weight: bold } /* Operator */
.highlight .cm { color: #7ABD5E; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #6BD4FF; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #7ABD5E; font-style: italic } /* Comment.Single */
.highlight .cs { color: #6BD4FF; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #FF7B7B } /* Generic.Deleted */
.highlight .ge { font-style: italic; color: #E7C07A } /* Generic.Emph */
.highlight .gr { color: #FF6363 } /* Generic.Error */
.highlight .gh { color: #67E9C3 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #CAFFC8 } /* Generic.Inserted */
.highlight .go { color: #999999 } /* Generic.Output */
.highlight .gp { color: #D794D9 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #67E9C3 } /* Generic.Subheading */
.highlight .gt { color: #D794D9 } /* Generic.Traceback */
.highlight .kc { color: #4D9EDF; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #4D9EDF; font-weight: bold } /* Keyword.Declaration */
.highlight .kp { color: #4D9EDF; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: #4D9EDF; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #67E9C3; font-weight: bold } /* Keyword.Type */
.highlight .m  { color: #BAE7AF } /* Literal.Number */
.highlight .s  { color: #F4A48D } /* Literal.String */
.highlight .na { color: #B2DBFF } /* Name.Attribute */
.highlight .nb { color: #4D9EDF } /* Name.Builtin */
.highlight .nc { color: #67E9C3; font-weight: bold } /* Name.Class */
.highlight .no { color: #B2DBFF } /* Name.Constant */
.highlight .ni { color: #E48AFF } /* Name.Entity */
.highlight .ne { color: #E16262; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #E9E6AC } /* Name.Function */
.highlight .nn { color: #67E9C3 } /* Name.Namespace */
.highlight .nt { color: #4D9EDF } /* Name.Tag */
.highlight .nv { color: #B2DBFF } /* Name.Variable */
.highlight .ow { color: #E48AFF; font-weight: bold } /* Operator.Word */
.highlight .w  { color: #EFEFEF } /* Text.Whitespace */
.highlight .mf { color: #BAE7AF } /* Literal.Number.Float */
.highlight .mh { color: #BAE7AF } /* Literal.Number.Hex */
.highlight .mi { color: #BAE7AF } /* Literal.Number.Integer */
.highlight .mo { color: #BAE7AF } /* Literal.Number.Oct */
.highlight .sb { color: #F4A48D } /* Literal.String.Backtick */
.highlight .sc { color: #F4A48D } /* Literal.String.Char */
.highlight .sd { color: #F4A48D } /* Literal.String.Doc */
.highlight .s2 { color: #F4A48D } /* Literal.String.Double */
.highlight .se { color: #E16262 } /* Literal.String.Escape */
.highlight .sh { color: #F4A48D } /* Literal.String.Heredoc */
.highlight .si { color: #F4A48D } /* Literal.String.Interpol */
.highlight .sx { color: #F4A48D } /* Literal.String.Other */
.highlight .sr { color: #E16262 } /* Literal.String.Regex */
.highlight .s1 { color: #F4A48D } /* Literal.String.Single */
.highlight .ss { color: #E16262 } /* Literal.String.Symbol */
.highlight .bp { color: #FFB454 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #B2DBFF } /* Name.Variable.Class */
.highlight .vg { color: #B2DBFF } /* Name.Variable.Global */
.highlight .vi { color: #B2DBFF } /* Name.Variable.Instance */
.highlight .il { color: #BAE7AF } /* Literal.Number.Integer.Long */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #575757;
  border-radius: 4px;
}
/* End Syntax highlighting styles */

.comment {
    color: rgba(255,255,255,0.3);
}
.reserved {
    color: rgba(255,255,255,0.5);
    /*color: rgba(220,220,0,0.4);*/
}
.string {
    color: rgba(220,220,0,0.7);
}
.function {
    color: rgba(255,255,255,0.5);
}
.number {
    color: rgba(255,255,255,0.7);
}

blockquote {
    color: rgba(255,255,255,0.6);
  border-left: unset;
    font-size: 16px;
    font-style: italic;
}
.post-header{
    color: rgba(255,255,255,0.5)
}
.post-header a{
    color: rgba(255,255,255,0.5)
}

/* Author characteristics style */
.author-container {
    position: relative;
    display: inline-block;
    color: rgba(255,255,255,0.5)
  }
  .author-name {
    color: rgb(245, 50, 154);
  }
  .author-info {
    display: none;
    position: absolute;
    width: 400px;
    height: auto;
    padding: 10px;
    background-color: #262626;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.5);
    z-index: 10;
  }
  
  .author-text{
    display: block;
    padding-left: 5%;

  }
  .author-info img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 2%;
    object-fit: cover;
  }  

  .deactive img {
    filter: grayscale(100%);
  }  
  .author-container:hover .author-info {
    display: flex;
  }
/* END Author characteristics style */

/* Image click style */
  .lightbox {
    display: none;
    position: fixed; 
    z-index: 10; 
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  
  .lightbox span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    padding: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%; 
    height: 80%;
  }
  
  .lightbox:target {
    display: block;
    outline: none;
  }
  
  @media (max-width: 600px) {
    .lightbox span {
      width: 90%;
      height: 90%;
    }
  }
/* END Image click style */