@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Noto";
  src: url("/assets/fonts/NotoSerif-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto";
  src: url("/assets/fonts/NotoSerif-Bold.ttf");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "Noto";
  src: url("/assets/fonts/NotoSerif-Italic.ttf");
  font-weight: italic;
  font-style: italic;
}
@font-face {
  font-family: "Noto-Sans";
  src: url("/assets/fonts/NotoSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Sans";
  src: url("/assets/fonts/NotoSans-Bold.ttf");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "Noto-Sans";
  src: url("/assets/fonts/NotoSans-Italic.ttf");
  font-weight: italic;
  font-style: italic;
}
@font-face {
  font-family: "ComputerModern";
  src: url("/assets/fonts/CoMo-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ComputerModern";
  src: url("/assets/fonts/CoMo-Bold.ttf");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "ComputerModern";
  src: url("/assets/fonts/CoMo-Italic.ttf");
  font-weight: italic;
  font-style: italic;
}
:root {
  --minima-brand-color: #1e66f5;
  --minima-brand-color-light: rgb(180.5893617021, 202.9667194458, 247.4106382979);
  --minima-brand-color-dark: rgb(7.3617021277, 60.3659574468, 165.6382978723);
  --minima-site-title-color: #4c4f69;
  --minima-heading-color: #4c4f69;
  --minima-text-color: #5c5f77;
  --minima-background-color: #eff1f5;
  --minima-code-background-color: #e6e9ef;
  --minima-link-base-color: #1e66f5;
  --minima-link-visited-color: #7287fd;
  --minima-link-hover-color: #8839ef;
  --minima-border-color-01: #ccd0da;
  --minima-border-color-02: #acb0be;
  --minima-border-color-03: #7c7f93;
  --minima-table-text-color: #4c4f69;
  --minima-table-zebra-color: #e6e9ef;
  --minima-table-header-bg-color: #dce0e8;
  --minima-table-header-border: #acb0be;
  --minima-table-border-color: #bcc0cc;
  --button-surface-color: #eff1f5;
  --button-border-color: #1e66f5;
  --tag-background-color: rgba(136, 57, 239, 0.15);
  --tag-text-color: #8839ef;
  --article-header-background-color: #e6e9ef;
  --blockquote-background-color: #e6e9ef;
}

.highlight .err {
  color: #e3d2d2;
  background-color: #a61717;
}
.highlight .c {
  color: #9c9996;
}
.highlight .cm {
  color: #9c9996;
}
.highlight .cp {
  color: #9c9996;
}
.highlight .c1 {
  color: #9c9996;
}
.highlight .cs {
  color: #9c9996;
  font-style: italic;
}
.highlight .gd {
  color: #e25050;
}
.highlight .gd .x {
  color: #e25050;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #3f993f;
}
.highlight .gi .x {
  color: #3f993f;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .k {
  color: #cf222e;
}
.highlight .kc {
  color: #cf222e;
}
.highlight .kd {
  color: #cf222e;
}
.highlight .kp {
  color: #cf222e;
}
.highlight .kr {
  color: #cf222e;
}
.highlight .kt {
  color: #445588;
}
.highlight .n {
  color: #111111;
}
.highlight .na {
  color: #097e39;
}
.highlight .nb {
  color: #cf222e;
}
.highlight .bp {
  color: #999999;
}
.highlight .nc {
  color: #097e39;
}
.highlight .ne {
  color: #990000;
}
.highlight .nf {
  color: #2c7d74;
}
.highlight .ni {
  color: #097e39;
}
.highlight .nn {
  color: #097e39;
}
.highlight .no {
  color: #a61154;
}
.highlight .nt {
  color: #b81e63;
}
.highlight .nv {
  color: #752a75;
}
.highlight .vc {
  color: #752a75;
}
.highlight .vg {
  color: #752a75;
}
.highlight .vi {
  color: #752a75;
}
.highlight .o {
  color: #0842a0;
}
.highlight .ow {
  color: #0842a0;
}
.highlight .m {
  color: #005a99;
}
.highlight .mf {
  color: #005a99;
}
.highlight .mh {
  color: #005a99;
}
.highlight .mi {
  color: #005a99;
}
.highlight .il {
  color: #005a99;
}
.highlight .mo {
  color: #005a99;
}
.highlight .s {
  color: #914d08;
}
.highlight .s1 {
  color: #914d08;
}
.highlight .s2 {
  color: #914d08;
}
.highlight .sb {
  color: #914d08;
}
.highlight .sc {
  color: #914d08;
}
.highlight .sd {
  color: #914d08;
}
.highlight .se {
  color: #914d08;
}
.highlight .sh {
  color: #914d08;
}
.highlight .si {
  color: #914d08;
}
.highlight .sr {
  color: #009926;
}
.highlight .ss {
  color: #0842a0;
}
.highlight .sx {
  color: #914d08;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .lineno, .highlight .gl {
  color: #9c9996;
}

@media (prefers-color-scheme: dark) {
  :root {
    --minima-brand-color: #cba6f7;
    --minima-brand-color-light: #f5c2e7;
    --minima-brand-color-dark: #b4befe;
    --minima-site-title-color: #cdd6f4;
    --minima-heading-color: #cdd6f4;
    --minima-text-color: #bac2de;
    --minima-background-color: #1e1e2e;
    --minima-code-background-color: #181825;
    --minima-link-base-color: #89b4fa;
    --minima-link-visited-color: #b4befe;
    --minima-link-hover-color: #94e2d5;
    --minima-border-color-01: #313244;
    --minima-border-color-02: #45475a;
    --minima-border-color-03: #585b70;
    --minima-table-text-color: #bac2de;
    --minima-table-zebra-color: #181825;
    --minima-table-header-bg-color: #313244;
    --minima-table-header-border: #45475a;
    --minima-table-border-color: #45475a;
    --button-surface-color: #313244;
    --button-border-color: #89b4fa;
    --tag-background-color: #313244;
    --tag-text-color: #cdd6f4;
    --article-header-background-color: rgba(24, 24, 37, 0.9294117647);
    --blockquote-background-color: #313244;
  }
  .highlight .err {
    color: #e3d2d2;
    background-color: #8c2121;
  }
  .highlight .c {
    color: #8a8a8a;
  }
  .highlight .c1 {
    color: #8a8a8a;
  }
  .highlight .cm {
    color: #8a8a8a;
  }
  .highlight .cp {
    color: #8a8a8a;
  }
  .highlight .cs {
    color: #8a8a8a;
    font-style: italic;
  }
  .highlight .gd {
    color: #d85a5a;
  }
  .highlight .gd .x {
    color: #d85a5a;
  }
  .highlight .ge {
    font-style: italic;
  }
  .highlight .gh {
    color: #999999;
  }
  .highlight .gi {
    color: #4ec64e;
  }
  .highlight .gi .x {
    color: #4ec64e;
  }
  .highlight .go {
    color: #888888;
  }
  .highlight .gp {
    color: #555555;
  }
  .highlight .gr {
    color: #f07178;
  }
  .highlight .gs {
    font-weight: bold;
  }
  .highlight .gt {
    color: #f07178;
  }
  .highlight .gu {
    color: #aaaaaa;
  }
  .highlight .k {
    color: #d85a7b;
  }
  .highlight .kc {
    color: #d85a7b;
  }
  .highlight .kd {
    color: #d85a7b;
  }
  .highlight .kp {
    color: #d85a7b;
  }
  .highlight .kr {
    color: #d85a7b;
  }
  .highlight .kt {
    color: #ffcb6b;
  }
  .highlight .n {
    color: #c7d1d8;
  }
  .highlight .na {
    color: #11a69f;
  }
  .highlight .nb {
    color: #d85a7b;
  }
  .highlight .bp {
    color: #999999;
  }
  .highlight .nc {
    color: #11a69f;
  }
  .highlight .ne {
    color: #990000;
  }
  .highlight .nf {
    color: #5ab780;
  }
  .highlight .ni {
    color: #11a69f;
  }
  .highlight .nn {
    color: #11a69f;
  }
  .highlight .no {
    color: #9d99e6;
  }
  .highlight .nt {
    color: #de3581;
  }
  .highlight .nv {
    color: #9680b1;
  }
  .highlight .vc {
    color: #9680b1;
  }
  .highlight .vg {
    color: #9680b1;
  }
  .highlight .vi {
    color: #9680b1;
  }
  .highlight .o {
    color: #bcd890;
  }
  .highlight .ow {
    color: #bcd890;
  }
  .highlight .m {
    color: #9d99e6;
  }
  .highlight .mf {
    color: #9d99e6;
  }
  .highlight .mh {
    color: #9d99e6;
  }
  .highlight .mi {
    color: #9d99e6;
  }
  .highlight .il {
    color: #9d99e6;
  }
  .highlight .mo {
    color: #9d99e6;
  }
  .highlight .s {
    color: #baa94a;
  }
  .highlight .s1 {
    color: #baa94a;
  }
  .highlight .s2 {
    color: #baa94a;
  }
  .highlight .sb {
    color: #baa94a;
  }
  .highlight .sc {
    color: #baa94a;
  }
  .highlight .sd {
    color: #baa94a;
  }
  .highlight .se {
    color: #baa94a;
  }
  .highlight .sh {
    color: #baa94a;
  }
  .highlight .si {
    color: #baa94a;
  }
  .highlight .sr {
    color: #009926;
  }
  .highlight .ss {
    color: #3c90f5;
  }
  .highlight .sx {
    color: #baa94a;
  }
  .highlight .w {
    color: #eeffff;
  }
  .highlight .lineno, .highlight .gl {
    color: #8a8a8a;
  }
}
html {
  font-size: 16px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.45 "Helvetica Neue", helvetica, sans-serif;
  color: var(--minima-text-color);
  background-color: var(--minima-background-color);
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
div.highlight,
figure.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  color: var(--minima-heading-color);
  font-weight: 500;
}

/**
 * Links
 */
a {
  color: var(--minima-link-base-color);
  text-decoration: none;
}
a:visited {
  color: var(--minima-link-visited-color);
}
a:hover {
  color: var(--minima-link-hover-color);
  text-decoration: underline var(--minima-brand-color);
  text-underline-offset: 3px;
}
.social-media-list a:hover, .pagination a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username, .pagination a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  border-left: 6px solid var(--minima-brand-color);
  padding-left: 9px;
  font-size: 1rem;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  background-color: var(--minima-code-background-color);
}
@media screen and (max-width: 600px) {
  pre,
  code {
    font-family: monospace;
  }
}

pre {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--minima-heading-color);
  overflow-x: auto;
}
pre > code {
  display: inline-block;
  width: 100%;
}

div.highlight, figure.highlight {
  border: 1px solid #7d7d7d;
  border-radius: 3px;
}
div.highlight pre, figure.highlight pre {
  margin: 0;
}
div.highlight table, div.highlight tbody, div.highlight th, div.highlight tr, div.highlight td, figure.highlight table, figure.highlight tbody, figure.highlight th, figure.highlight tr, figure.highlight td {
  margin: 0;
  padding: 0;
  border: 0;
}

figure.highlight > pre {
  padding: 5px 0 0;
}
figure.highlight td.gutter {
  border-right: 1px solid #7d7d7d;
}
figure.highlight td.code {
  width: 100%;
}

code.highlighter-rouge {
  padding: 1px 5px;
  font-size: 14px;
  border: 1px solid #7d7d7d;
  border-radius: 3px;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  overflow: visible;
}

/**
 * Tables
 */
table {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: var(--minima-table-text-color);
  border-collapse: collapse;
  border: 1px solid var(--minima-table-border-color);
}
table tr:nth-child(even) {
  background-color: var(--minima-table-zebra-color);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: var(--minima-table-header-bg-color);
  border: 1px solid var(--minima-table-header-border);
}
table td {
  border: 1px solid var(--minima-table-border-color);
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  position: relative;
  width: 100%;
  min-height: 55.95px;
  line-height: 52.2px;
  background-color: var(--minima-background-color);
  border-top: 5px solid var(--minima-border-color-03);
  border-bottom: 1px solid #7d7d7d;
}

.site-title {
  font-size: 1.525rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
  font-family: "Noto-Sans";
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: var(--minima-site-title-color);
}

.site-nav {
  float: right;
  border: none;
  background-color: inherit;
}
.site-nav label[for=nav-trigger], .site-nav #nav-trigger {
  display: none;
}
.site-nav .nav-item {
  color: var(--minima-text-color);
}
.site-nav .nav-item:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 18px;
    background-color: var(--minima-background-color);
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 18px;
    text-align: center;
  }
  .site-nav .menu-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  .site-nav .menu-icon > svg path {
    fill: var(--minima-border-color-03);
  }
  .site-nav #nav-trigger ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f0c9";
    font-size: 1.25em;
  }
  .site-nav #nav-trigger ~ .nav-items {
    clear: both;
    display: none;
  }
  .site-nav #nav-trigger:checked ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f00d";
    font-size: 1.5em;
  }
  .site-nav #nav-trigger:checked ~ .nav-items {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav #nav-trigger:checked ~ .nav-items .nav-item {
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .nav-item {
    display: block;
    padding: 5px 0;
    color: var(--minima-text-color);
    line-height: 1.45;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #7d7d7d;
  padding: 30px 0;
}
.site-footer p, .site-footer ul, .site-footer ol, .site-footer a, .site-footer li {
  font-size: 0.9rem;
  margin-block-start: 0px;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list,
.pagination {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper,
.social-links {
  font-size: 0.9375rem;
}

.footer-col {
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 800px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list p {
  margin-block-start: 0px;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
}

.post-link {
  display: block;
  font-size: 1.2rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
}

.post-meta .bullet-divider {
  padding-inline: 15px;
}
.post-meta .meta-label {
  font-weight: 600;
}
.post-meta .force-inline {
  display: inline;
}
.post-meta .force-inline::before {
  content: "•";
  padding-inline: 5px;
}
.post-meta .post-authors {
  margin-top: 3px;
}

.post-title,
.post-content h1 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 800px) {
  .post-title,
  .post-content h1 {
    font-size: 1.8rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

.comments-disabled-message {
  text-align: center;
  font-weight: 300;
}

.social-media-list, .pagination {
  display: table;
  margin: 0 auto;
}
.social-media-list li, .pagination li {
  float: left;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type, .pagination li:last-of-type {
  margin-right: 0;
}
.social-media-list li a, .pagination li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #7d7d7d;
}
.social-media-list li a:hover, .pagination li a:hover {
  border-color: var(--minima-border-color-02);
}

/**
 * Pagination navbar
 */
.pagination {
  margin-bottom: 30px;
}
.pagination li a, .pagination li div {
  min-width: 41px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  display: block;
  padding: 7.5px;
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: #7d7d7d;
  border: 1px dashed;
}

/**
 * Task-lists
 */
.task-list {
  margin-left: 0;
  padding-left: 18px;
}

.task-list-item {
  list-style-type: none;
}
.task-list-item-checkbox {
  position: relative;
  margin-right: 9px;
  margin-left: -15px;
  appearance: none;
  border: 8px solid #7d7d7d;
  vertical-align: text-top;
  z-index: -1;
}
.task-list-item-checkbox::after {
  position: absolute;
  top: -8px;
  left: -3px;
  width: 4px;
  height: 10px;
  content: "";
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.task-list-item-checkbox:checked::after {
  border-color: var(--minima-border-color-03);
}

/**
 * Grid helpers
 */
@media screen and (min-width: 800px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
em {
  font-style: italic !important;
}

strong {
  font-weight: bold !important;
}

ul {
  list-style-type: circle;
}

ol {
  list-style-type: lower-roman;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto-Sans";
}

.post-content h1 {
  font-size: 1.9rem;
}

.post-content h2 {
  font-size: 1.7rem;
}

.post-content h3 {
  font-size: 1.5rem;
}

.post-content h4 {
  font-size: 1.3rem;
}

.post-content h5 {
  font-size: 1.1rem;
}

.site-footer {
  font-family: "Noto-Sans";
  font-size: 14px;
}

.site-title {
  font-family: monospace;
  font-size: 1.125rem;
}

hr {
  border: 0.5px solid var(--minima-brand-color);
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.site-header {
  border-top: 5px solid var(--minima-brand-color);
}

.post-header {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media screen and (max-width: 600px) {
  .site-nav .menu-icon {
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 18px;
    text-align: center;
    color: var(--minima-brand-color);
  }
}
pre.mermaid {
  background: var(--minima-background-color) !important;
}

.post-list {
  margin-top: 0px !important;
}

.button-container {
  display: flex;
  gap: 20px; /* Abstand zwischen den Buttons */
  flex-wrap: wrap; /* Ermöglicht Umbruch auf kleineren Bildschirmen */
  justify-content: center;
  margin-bottom: 30px;
}

/* Basis-Stil für den Social Button */
.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px; /* Material Design Standardgröße für Icons */
  height: 56px;
  border-radius: 12px; /* Leicht abgerundete Ecken */
  background-color: var(--button-surface-color);
  border: 2px solid var(--button-border-color); /* Royalblue Rahmen hinzugefügt */
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.1s ease; /* Übergang für Rahmenfarbe hinzugefügt */
  text-decoration: none; /* Für den Fall, dass es ein Link ist */
}

.fa-lg {
  font-size: 1.65em !important;
}

/* Der Haupt-Container für die Timeline */
:root {
  --primary-color: #3f51b5; /* Indigo */
  --background-color: #f5f5f5;
  --subtle-text-color: #757575;
  --line-color: #bdbdbd;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/* Die zentrale vertikale Linie der Timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--line-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}

/* Container für jeden einzelnen Timeline-Eintrag */
.timeline-item {
  margin-bottom: 20px; /* Fügt etwas Abstand zwischen den Karten hinzu */
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  box-sizing: border-box; /* Stellt sicher, dass Padding die Breite nicht beeinflusst */
}

/* Letztes Element hat keinen unteren Abstand */
.timeline-item:last-child {
  margin-bottom: 0;
}

/* Die Kreise/Punkte auf der Timeline */
.timeline-item::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--card-background);
  border: 4px solid var(--primary-color);
  top: 25px;
  border-radius: 50%;
  z-index: 1; /* Stellt sicher, dass der Punkt über der Linie liegt */
}

/* Positioniert die Container abwechselnd links und rechts */
.left {
  left: 0;
}

.right {
  left: 50%;
}

/* Positioniert die Punkte für linke und rechte Container */
.left::after {
  right: -10px;
}

.right::after {
  left: -10px;
}

/* Die Inhalts-Karte im Material Design - OHNE Schlagschatten */
.timelinecontent {
  padding: 20px 30px;
  background-color: var(--card-background);
  position: relative;
  border-radius: 8px;
  border: 1px solid #e0e0e0; /* Leichter Rand als Ersatz für den Schatten */
}

.timelinecontent .date {
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.9rem;
}

.timelinecontent h2 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-color);
}

.timelinecontent h3 {
  margin-top: -1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--subtle-text-color);
  margin-bottom: 1rem;
}

.timelinecontent p {
  margin: 0;
  line-height: 1.6;
  font-size: 1rem;
}

/* Responsive Anpassungen für mobile Geräte (Tablets und Smartphones) */
@media screen and (max-width: 800px) {
  .main-title {
    font-size: 2rem; /* Kleinere Überschrift auf Mobilgeräten */
    margin-bottom: 3rem;
  }
  /* Die zentrale Linie nach ganz links verschieben */
  .timeline::after {
    left: 20px;
  }
  /* Alle Container auf die volle Breite setzen und links von der Linie anordnen */
  .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
  }
  /* Rechten Container auf die linke Seite zwingen */
  .right {
    left: 0%;
  }
  /* Die Punkte für alle Container auf der linken Linie positionieren */
  .left::after, .right::after {
    left: 10px;
  }
}
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* Abstand zwischen den Tags */
}

.tag {
  /* Layout und Abmessungen */
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Abstand zwischen Icon und Text */
  height: 32px;
  padding: 0 16px;
  border-radius: 16px; /* Vollständig abgerundete Ecken */
  /* Farben und Rahmen */
  background-color: var(--tag-background-color); /* Helles, freundliches Blau */
  color: var(--tag-text-color) !important; /* Kräftiges Blau für Text und Icon */
  border: 1px solid #d2e3fc;
  /* Typografie */
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  /* Animationen für sanfte Übergänge */
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.tag a:link {
  color: var(--tag-text-color) !important;
}

/* visited link */
.tag a:visited {
  color: var(--tag-text-color) !important;
}

/* mouse over link */
.tag a:hover {
  color: var(--tag-text-color) !important;
}

/* selected link */
.tag a:active {
  color: var(--tag-text-color) !important;
}

.article-header {
  background-color: var(--article-header-background-color);
  border: 1px solid #eeeeee; /* Kaum sichtbarer Rand */
  border-radius: 12px; /* Weiche, abgerundete Ecken */
  padding: 32px;
  margin-bottom: 24px; /* Abstand zum nächsten Element */
}

.article-title {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.article-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #757575; /* Mittelgrau für den Subtext */
  margin: 0 0 24px 0;
  line-height: 1.5;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #9e9e9e; /* Helles Grau für Metadaten */
}

blockquote {
  background-color: var(--blockquote-background-color);
  border-left: 4px solid #1a73e8; /* Akzentfarbe als Rand */
  margin: 32px 0; /* Vertikaler Abstand */
  padding: 24px 24px 24px 28px;
  border-radius: 0 8px 8px 0; /* Abgerundete Ecken auf der rechten Seite */
}

blockquote p {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-style: italic;
  color: var(--text-color);
  line-height: 1.6;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote footer {
  margin-top: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #757575;
  text-align: right;
}

blockquote footer::before {
  content: "— ";
}

.site-header .site-title-container {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align items to the left */
}
.site-header .site-title-container img.site-logo {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 4px;
}

.header-content {
  display: flex;
  justify-content: space-between; /* Pushes children to opposite ends */
}

/*# sourceMappingURL=style.css.map */