/* hind-regular - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/hind-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Hind Regular"), local("Hind-Regular"), url("/fonts/hind-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/hind-v8-latin-regular.woff2") format("woff2"), url("/fonts/hind-v8-latin-regular.woff") format("woff"), url("/fonts/hind-v8-latin-regular.ttf") format("truetype"), url("/fonts/hind-v8-latin-regular.svg#Hind") format("svg");
  /* Legacy iOS */ }
/* hind-600 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/hind-v8-latin-600.eot");
  src: local("Hind SemiBold"), local("Hind-SemiBold"), url("/fonts/hind-v8-latin-600.eot?#iefix") format("embedded-opentype"), url("/fonts/hind-v8-latin-600.woff2") format("woff2"), url("/fonts/hind-v8-latin-600.woff") format("woff"), url("/fonts/hind-v8-latin-600.ttf") format("truetype"), url("/fonts/hind-v8-latin-600.svg#Hind") format("svg"); }
/**
 * 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-family: "Hind", "Segoe UI", "Lucida Sans Unicode", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%; }

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

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

/**
 * Figures
 */
figure {
  text-align: center; }

figure > img {
  display: block; }

figcaption {
  font-size: 13.125px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 16px; }

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

/**
 * Tables
 */
table {
  border-collapse: collapse; }

table thead tr th {
  text-align: left;
  padding: 4px 6px;
  background-color: #eee; }

table tbody tr td strong {
  font-weight: 600; }

table tbody tr td {
  padding: 4px 6px;
  border-bottom: 1px solid #a0a0a0; }

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

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 8px;
  font-size: 14px; }
  blockquote > :last-child {
    margin-bottom: 0; }

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

code {
  padding: 1px 5px; }

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

/**
 * Wrapper
 */
.wrapper {
  max-width: 1068px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media screen and (max-width: 850px) {
    .wrapper {
      max-width: 834px;
      padding-right: 8px;
      padding-left: 8px; } }

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

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

#container {
  margin: 10px;
  border: 1px solid #D0D0D0;
  box-shadow: 0 0 8px #D0D0D0;
  padding: 12px 15px 12px 15px; }

textarea {
  width: 100%; }

/**
 * reminder: margin aussen padding innen, top right bottom left
 * Site header
 */
.site-header {
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative; }

.site-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5;
    background-color: #e8e8e8;
    padding: 0px 0.5em;
    border-radius: 0.5em; }
    .site-nav .page-link:not(:first-child) {
      margin-left: 20px; }
  @media screen and (max-width: 400px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 30px;
      background-color: #fdfdfd;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px; } }

/**
 * Site footer
 */
.site-footer {
  clear: both;
  border-top: 1px solid #e8e8e8;
  padding: 16px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 8px; }

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

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -8px; }

.footer-col {
  float: left;
  margin-bottom: 8px;
  padding-left: 8px; }

.footer-col-1 {
  width: -webkit-calc(35% - 8px);
  width: calc(35% - 8px); }

.footer-col-2 {
  width: -webkit-calc(20% - 8px);
  width: calc(20% - 8px); }

.footer-col-3 {
  width: -webkit-calc(45% - 8px);
  width: calc(45% - 8px); }

@media screen and (max-width: 850px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px); }

  .footer-col-3 {
    width: -webkit-calc(100% - 8px);
    width: calc(100% - 8px); } }
@media screen and (max-width: 400px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - 8px);
    width: calc(100% - 8px); } }
/**
 * Page content
 */
.page-content {
  padding: 16px 0; }

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

.lcol {
  float: left;
  width: 72%; }

.rcol {
  float: right;
  width: 25%; }

@media screen and (max-width: 850px) {
  .lcol {
    float: none;
    width: 100%; }

  .rcol {
    float: none;
    width: 100%; } }
.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 16px; }

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

.post-link {
  display: table;
  width: 100%;
  margin-bottom: 8px; }

.post-link a {
  display: block;
  width: 50%;
  float: left; }

.post-link .next {
  float: right;
  text-align: right; }

.post-comments {
  display: block; }

.comhead {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #828282; }

.comentry {
  border-bottom: 1px solid #828282; }

.indent {
  margin-left: 20px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 16px; }

.post-title {
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 1; }
  @media screen and (max-width: 850px) {
    .post-title {
      font-size: 32px; } }

.post-content {
  margin-bottom: 16px; }
  .post-content h2 {
    font-size: 26px; }
    @media screen and (max-width: 850px) {
      .post-content h2 {
        font-size: 22px; } }
  .post-content h3 {
    font-size: 22px; }
    @media screen and (max-width: 850px) {
      .post-content h3 {
        font-size: 20px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 850px) {
      .post-content h4 {
        font-size: 18px; } }

/* tag cloud */
.set-5 {
  font-size: 1.2em;
  font-weight: 600; }

.set-4 {
  font-size: 1.2em; }

.set-3 {
  font-weight: 600; }

.set-1 {
  font-size: 0.8em; }
