@import url(../font-awesome-4.7.0/css/font-awesome.min.css);
.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

html { font-size: 16px; width: 100%; }

/** 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.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif; color: #111111; background-color: #fdfdfd; -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; min-height: 100vh; width: 100%; overflow-wrap: break-word; display: flex; flex-wrap: nowrap; overflow-x: hidden; }

.base--container { display: grid; min-width: 100vw; grid-template-columns: 0.5fr 8fr 1.5fr; grid-template-rows: max-content auto; grid-template-areas: "header header header" "content content content"; }

@media screen and (min-width: 600px) { .base--container { grid-template-rows: max-content auto; grid-template-areas: "header header header" ". content ."; } }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, 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; }

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

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

/** Links */
a { color: #2a7ae2; text-decoration: none; }

a:hover { text-decoration: underline; text-underline-position: under; text-decoration-color: #e7af69; }

.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 { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 1.125rem; font-style: italic; }

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; font-size: 0.9375em; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eeeeff; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

.highlight { border-radius: 3px; background: #eeeeff; }

.highlighter-rouge .highlight { background: #eeeeff; }

/** Wrapper */
.wrapper { width: 80%; max-width: calc(800px - (30px)); text-align: center; }

@media screen and (min-width: 800px) { .wrapper { max-width: calc(800px - (30px * 2)); } }

.article { text-align: left; }

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

.grey { color: #828282; }

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

/** Tables */
table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; }

table tr:nth-child(even) { background-color: #f7f7f7; }

table th, table td { padding: 10px 15px; }

table th { background-color: #f0f0f0; border: 1px solid #e0e0e0; }

table td { border: 1px solid #e8e8e8; }

@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 { grid-area: header; display: grid; grid-template-columns: 0.5fr 8fr 1.5fr; grid-template-areas: "button title about"; justify-items: center; border-bottom: 1px solid #e8e8e8; padding: 6px 0; min-height: 55.95px; line-height: 54px; color: #0b2440; /* Navigation button and slid in side menue */ }

.site-header .site-nav { background-color: #fdfdfd; text-align: left; }

.site-header .site-nav .nav-trigger { display: none; }

.site-header .site-nav label[for="nav-trigger"] { display: block; width: 36px; height: 36px; text-align: center; }

.site-header .site-nav label[for="nav-trigger"]:hover { transform: translateY(-2px); cursor: pointer; }

.site-header .site-nav label[for="nav-trigger"] .menu-icon { width: 36px; height: 26px; line-height: 0; text-align: center; }

.site-header .site-nav label[for="nav-trigger"] .menu-icon > svg path { fill: #0b2440; }

.site-header .site-nav .page-link { color: #111111; line-height: 1.5; display: block; padding: 5px 10px; margin-left: 20px; }

.site-header .site-nav .page-link:not(:last-child) { margin-right: 0; }

@media screen and (min-width: 600px) { .site-header .site-nav .page-link { display: inline; padding: 0; margin-left: auto; } .site-header .site-nav .page-link:not(:last-child) { margin-right: 20px; } }

.site-header .site-title { grid-area: title; color: inherit; font-size: 2.245rem; font-weight: 700; letter-spacing: -1px; margin-bottom: 0; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }

@media screen and (max-width: 600px) { .site-header .site-title { font-size: 1.8rem; padding-right: 45px; } }

.site-header .site-nav__about.page-link { color: inherit; }

@media screen and (max-width: 600px) { .site-header .site-nav__about.page-link { display: none; } }

/** Side Bar */
.nav--sidebar { display: none; }

.nav--sidebar.nav--sidebar__active { display: block; background-color: #e7af69; transition-property: all; width: 20vw; min-width: 300px; min-height: 100vh; }

.nav--sidebar.nav--sidebar__active .sidebar--wrapper { width: 300px; height: 100vh; position: fixed; top: 0; left: 0; display: flex; flex-direction: column; align-items: center; }

.nav--sidebar.nav--sidebar__active .sidebar--image { grid-area: avatar; width: 8rem; height: 8rem; border-radius: 50%; overflow: hidden; margin: 30px 0; }

.nav--sidebar.nav--sidebar__active .sidebar--pages { display: flex; flex-direction: column; align-items: center; width: 100%; grid-area: links; margin: 30px 0; }

.nav--sidebar.nav--sidebar__active .sidebar--pages li { width: 100%; text-align: center; text-decoration: none; list-style: none; border-bottom: 1px solid rgba(0, 0, 0, 0.2); margin: 6px 0; font-weight: bold; }

.nav--sidebar.nav--sidebar__active .sidebar--pages li a { color: #0b2440; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }

.nav--sidebar.nav--sidebar__active .sidebar--pages li:hover { border-bottom: 1px solid white; }

.nav--sidebar.nav--sidebar__active .sidebar--tags { display: flex; flex-wrap: wrap; width: 80%; grid-area: tags; }

.nav--sidebar.nav--sidebar__active .sidebar--tags .post--tag { margin: 3px; background-color: rgba(0, 0, 0, 0.2); color: white; }

.nav--sidebar.nav--sidebar__active .sidebar--tags .post--tag__active { background-color: white; color: #e7af69; }

.nav--sidebar.nav--sidebar__active .social-links { font-size: 0.9375rem; color: #828282; }

.nav--sidebar.nav--sidebar__active .social-media-list, .nav--sidebar.nav--sidebar__active .pagination { list-style: none; margin: 0 auto; margin-top: auto; }

.nav--sidebar.nav--sidebar__active .social-media-list li, .nav--sidebar.nav--sidebar__active .pagination li { float: left; margin: 5px 10px 5px 0; }

.nav--sidebar.nav--sidebar__active .social-media-list li:last-of-type, .nav--sidebar.nav--sidebar__active .pagination li:last-of-type { margin-right: 0; }

.nav--sidebar.nav--sidebar__active .social-media-list li a, .nav--sidebar.nav--sidebar__active .pagination li a { display: block; padding: 10px 12px; }

.nav--sidebar.nav--sidebar__active .social-media-list li a:hover, .nav--sidebar.nav--sidebar__active .pagination li a:hover { border-color: #dbdbdb; }

/** Page content */
.page-content { padding: 30px 0; grid-area: content; display: flex; flex-direction: column; align-items: center; }

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

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

.post-list { margin-left: 0; list-style: none; text-align: left; }

.post-list > li { margin-bottom: 30px; }

.post-list > li:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 600px) { .post-list > li { box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); padding: 30px; border-radius: 1rem; } .post-list > li:not(:last-of-type) { border-bottom: none; } }

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

.post-link { display: block; font-size: 1.5rem; color: #0b2440; }

@media screen and (min-width: 600px) { .post-link { font-size: 2rem; line-height: 130%; } }

.post--tag { background-color: #eeeeff; border-radius: 0.2rem; padding: 0.25rem; font-size: 0.7rem; margin-right: 9px; color: #0b2440; }

.post--tag:hover { cursor: pointer; }

/** Posts */
.post { text-align: left; }

.post-header { margin-bottom: 30px; }

.post-title, .post-content h1 { font-size: 1.8rem; letter-spacing: -1px; line-height: 1.15; }

@media screen and (min-width: 600px) { .post-title, .post-content h1 { font-size: 2.5rem; } }

.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.5rem; }

@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; }

@media screen and (min-width: 600px) { .post-content { padding-left: 45px; } }

/** Search bar */
.searchbar { position: relative; }

.searchbar .fa-search { position: absolute; top: 37%; left: 5px; }

.searchbar #search { line-height: 24px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.2rem; padding-left: 5px; }

.searchbar #search:focus-visible { font-family: Roboto; outline: none; border: 2px solid #e7af69; }

.searchbar #search:hover { cursor: text; }

@media screen and (max-width: 600px) { .searchbar #search { display: none; } }

/** Posts page */
.posts--year { margin: 0; }

.posts--year:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.posts--year:not(:first-of-type) .posts--caption { margin-top: 15px; }

.posts--year li { text-align: left; }

.posts--year .posts--caption { font-size: 2.9rem; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-weight: 400; color: #e7af69; margin-bottom: 15px; }

.posts--year .posts--date { font-size: 1.4rem; font-weight: 700; color: rgba(0, 0, 0, 0.2); }

.posts--year .fa-angle-double-right { font-size: 1.5rem; font-weight: 700; color: #e7af69; }

.posts--year .posts--link { font-size: 1.5rem; color: #0b2440; font-weight: 200; }

/** Search page */
#searchInput { width: 100%; height: 4vh; min-height: 30px; margin-bottom: 30px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 5px; padding: 0 5px; font-family: monospace; font-size: 1rem; }

#searchInput:focus-visible { border: 2px solid #e7af69; outline: none; }

#searchResults { text-align: left; }

#searchResults li:not(:last-of-type) { margin-bottom: 12px; }

#searchResults li a { font-size: 1.5rem; color: #0b2440; }

#searchResults .foundNothing { list-style: none; color: rgba(0, 0, 0, 0.2); }

.search-highlight { background-color: #e7af69; font-weight: bold; }

/** Pertag page */
.tag--container .tag--title { font-weight: 700; color: #e7af69; font-size: 2.5rem; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; }

.tag--container .tagposts--list { text-align: left; }

.tag--container .tagposts--list li.tagposts--link { display: none; }

.tag--container .tagposts--list li.tagposts--link:not(:last-of-type) { margin-bottom: 12px; }

.tag--container .tagposts--list li.tagposts--link a { font-size: 1.5rem; color: #0b2440; }

.tag--container .tag--all { margin-bottom: 30px; }

.tag--container .tag--all .post--tag { display: inline-block; }

.tag--container .tag--all .post--tag__active { background-color: #e7af69; color: white; }

/** 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: #e8e8e8; border: 1px dashed; }

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

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