/**
 * 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 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  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;
}

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

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

/**
 * Figures
 */
figure img {
  display: block;
  margin: 0 auto;
}

figcaption {
  font-size: 14px;
  text-align: center;
}

/**
 * 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:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}

hr {
  border: solid 1px #e8e8e8;
  margin: 30px;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}

.commentsdisabled {
  font-style: italic;
  color: #999;
  text-align: center;
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

main {
  padding-top: 30px;
}

.site-header {
  display: block;
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -1px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.site-title a, .site-title a:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  display: grid;
  grid-template-columns: 1fr;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
.site-nav {
  background-color: #fdfdfd;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
}
.site-nav > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 5px;
  grid-column: 1/-1;
}
.site-nav .page-link {
  display: block;
  padding: 5px 10px;
}

.page-heading {
  font-size: 20px;
}

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

.post-meta {
  display: flex;
  font-size: 14px;
  color: #828282;
  justify-content: space-between;
  max-width: 424px;
  margin: 0 auto;
}
.post-meta li svg {
  margin-right: 4px;
}
.post-meta li {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 24px;
  margin: 5px;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}
.post-header a {
  color: #000;
}
.post-header a:visited {
  color: rgb(97, 97, 97);
}
@media screen and (max-width: 600px) {
  .post-header {
    margin-bottom: 0;
  }
}

.post-title {
  font-size: 42px;
  line-height: 1;
  margin-top: 1em;
  font-family: Tahoma, Geneva, sans-serif;
}
@media screen and (max-width: 600px) {
  .post-title {
    margin-top: 12px;
  }
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.linkonly.post-header {
  margin-bottom: 0;
}
.linkonly.post-header h2 {
  font-size: 24px;
  margin: 10px 0;
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1 {
  background-color: red;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

iframe {
  max-width: 100%;
}

.home {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  margin: 30px;
}
@media screen and (max-width: 600px) {
  .home {
    margin: 0;
  }
}
.home article {
  box-shadow: 5px 5px 10px rgba(200, 200, 200, 0.5);
  border-radius: 5px;
}
.home article:first-child {
  padding: 30px 0;
  background-color: rgb(233, 245, 255);
  grid-column: span 12;
}
.home article:nth-child(n+2):nth-child(-n+7) {
  padding: 30px;
  grid-column: span 4;
  background-color: rgb(255, 251, 230);
}
@media screen and (max-width: 1400px) {
  .home article:nth-child(n+2):nth-child(-n+7) {
    padding: 5px;
    grid-column: span 6;
  }
}
@media screen and (max-width: 900px) {
  .home article:nth-child(n+2):nth-child(-n+7) {
    padding: 5px;
    grid-column: span 12;
  }
}
.home article:nth-child(n+8) {
  padding: 15px;
  grid-column: span 3;
  background-color: rgb(233, 252, 224);
}
@media screen and (max-width: 1700px) {
  .home article:nth-child(n+8) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 1400px) {
  .home article:nth-child(n+8) {
    padding: 5px 15px 5px 15px;
    grid-column: span 6;
  }
}
@media screen and (max-width: 900px) {
  .home article:nth-child(n+8) {
    grid-column: span 12;
  }
}

article {
  display: grid;
  justify-content: center;
  align-content: start;
  grid-template-columns: [full-start] 10px [wide-start] 50px [std-start] minmax(100px, 1000px) [std-end] 50px [wide-end] 10px [full-end];
}
@media screen and (max-width: 600px) {
  article {
    grid-template-columns: [full-start] 10px [wide-start] 20px [std-start] 1fr [std-end] 20px [wide-end] 10px [full-end];
  }
}
article > * {
  grid-column: wide;
}
article p,
article ul,
article ol {
  grid-column: std;
}
article figure,
article pre,
article code,
article .highlighter-rouge {
  grid-column: full;
}

.site-footer {
  border-top: 1px solid #e8e8e8;
  margin-top: 80px;
  padding: 30px 0;
  background-color: #313131;
  background: linear-gradient(to bottom, #fdfdfd 0%, #202020 1%, #313131 15%, #313131 92%, #363131 100%);
  color: rgb(255, 255, 255);
  display: grid;
  justify-content: center;
  align-content: start;
  grid-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 225px);
}
@media screen and (max-width: 1050px) {
  .site-footer {
    padding: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .site-footer h2 {
    grid-column: 1/span 2;
    text-align: center;
  }
  .site-footer ul {
    justify-self: center;
  }
  .site-footer p {
    grid-column: 1/span 2;
    text-align: center;
  }
}
.site-footer a,
.site-footer a:visited {
  color: rgb(255, 255, 255);
}
.site-footer h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.site-footer ul {
  list-style: none;
  margin-left: 0;
}
.site-footer ul li {
  line-height: 2;
}
.site-footer .icon {
  padding-right: 5px;
}
.site-footer .icon--youtube path {
  fill: #ff4949;
}
.site-footer .icon--twitter path {
  fill: #1da1f2;
}
.site-footer .icon--rss path {
  fill: #f06e19;
}
.site-footer .icon--mail path {
  fill: #ae3020;
}
.site-footer .icon--person path {
  fill: #fff;
}
.site-footer .icon--instagram path {
  fill: #fff;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: rgba(215, 224, 240, 0.2117647059);
  border-radius: 5px;
}
.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;
}

.LocalTube {
  margin-bottom: 3.5em;
  display: block;
  background-color: rgb(85, 29, 29);
  position: relative;
  z-index: 1;
}
.LocalTube figure {
  margin: 0 auto;
  overflow: hidden;
}
.LocalTube img,
.LocalTube picture {
  width: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
}
.LocalTube a {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNCAQAAABJACE7AAAEvklEQVR4AdyYX0hbVxzHv5CH4kMZVUighTLxKXmMCBGF/MKC26Qy5x6njMEsGCgU8zBQygaDsJVC2IOCoIPhAqtjbFxmXsJl4EPgPpSGhTDSQDPXEbUNRSpGZ/6cwSHk5MaYa8498WGf39sVrt/c8/vz/R38X+mDE4PwwAsfxuEHwY9x+OCFB4Nwog9XjgMuuDEKsoxRuOGCA1fCADwg8Jic2VwyNvKJYvq4cHZULbNatXx2dFwopvMJY2NzaXKmIdGDAfSUWxgB/1cri5mtN8+ZJW+eZ7ZWFuvyRnALPeEmfCDQwmwqVjpgXVE6SMUWZrk8H25CKTfgBYEioV2dSbOrR0Jcnhc3oIgh8K+VTzDb5BP1rzcE21zHMAhkbLC2HD7Lanp0NRyaG5vqDzoC/cGxqdDcaliPZrXDZ6wtxgYXN4zrsIELftDyfDHNzvFiR4tMTIM6xcS0Fnmxw85RTC/P8x7ogiS3QaD4Q1ZrSeq95JpZlJXA5Fppj5mpxR/yv96GBIMgUCrGTJy81KMgmdCjJy+ZiVSM/2VQSlgu3voyZxAkG85g6w/NxbsXx48ynzAn/KN7ILvx6J65OPKJ7o7Vdf6L5bavBUAq4logt93my7ku1y78rTlmrINUhrF+Luf8l2klw7wqm5BMfIuiYE3wah2+ROdfnmc1eWFS4mq8zw11npUEKqZlj1L+WItp/qzDbPWaR1JuG9TLyG23jC/vxbaHFmab24X9qrSq1uZWwgf/BZbJZ+5lEn1Mos+19DhfewdLkZC5pC+KfeP+J4rEmdoU93NtnPAIaFcXs7LTSGKsWvnz1/c+VCHNGRSzdVfnNr2FAZFn1i2DccolY/3td9W2EZ5vAzDhaf60pb3OL2t2/T9/5bBdLKU9Uxp5zHslgcQyklyzliZ4neE5YiOSa+Kn8icO00BfWWQNrIwia6X29++ffSwvbWKaNVhZNA97NyizJaw1qCtpnEo5/Xjkjqw4YdMzWyC40WAUJBZeLSIhjfPvoR596x0ZaVpELNUgjIpLFZqcMR2npDT+6r+++9zekfLriD5wnKDNJTGeQHLSBK+ecifRVYiRtbkEgrOxB4ihntXkpQmqtVz8zkfdSMtqYtCLfcHTPDv1qH1pMi1Zj4pZKnqbt9mjrYZVSBN96revL+dfVsMm7+ZtOI7jAqsTmlMlTWTvt/et3xmaY3WOC8KBjIPOjlidsSnF0jj/7Fi15LEpVufsCIRxcPygapnV6Q/alybTkvuDjRIq8w2LQyCxqDgCvZFWrWU1+uDidzoCYuzxJ1f11V5nvrgLEmH91Xqfa3x8xb/hVSqRaz2rUO6Gf+EZJlGhvetr4oqP5PtaT6bBaVGLiJKSnQbKZ2i1kvlJHKP8DFXuPF49DX8Ksu88FPu106JYY+z7NWUut1L+40f3+yAVLlfpbnDwhG/0yncDmxtV6eDxlyD1G5XNPbRSTv0gjlH9Hiq9ve8bd2dB6rd3m3cepf3YA1Bv7zwkbooqp0++F75f/U2R9P1aIck965Xdr/3XrB0IAAAAMAzyt06jY3zFr2T95T4P+N8N/tryN6q67MU9tK7ITXv/xcLvPH4d85uiWmLlfq1Wf7mVfIVp4HIDzfwP/+fzW/C0yiYAAAAASUVORK5CYII=") center center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 50px;
  z-index: 2;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
  transition: background-size 0.2s ease-in-out;
}
.LocalTube a:hover {
  background-size: 60px;
  opacity: 1;
}
.LocalTube a:hover::after {
  content: "Durch Klicken wird der eigentliche YouTube-Player geladen.";
  color: #fff;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 0px 0px 5px #000000;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7333333333);
}
.LocalTube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  border: 0;
}

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