/*
Theme Name: kraeutli.com2016
Author: Florian Kräutli
Author URI: https://www.kraeutli.com
Version: 0.1
*/
html,
body {
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  background-color: #ffffff;
  color: black;
}
@media screen and (min-width: 40em) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 64em) {
  html,
  body {
    font-size: 18px;
  }
}
a,
a:visited {
  color: black;
  color: #333;
}
a:hover,
a:visited:hover {
  color: #000;
}
dl {
  line-height: 1.4rem;
}
dl dt {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  color: #999;
}
dl dd {
  margin-bottom: 1rem;
}
.site-title h1 {
  font-weight: 300;
  font-size: 1.3rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Serif Pro", serif;
}
h2 {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 5rem;
}
h2 a {
  font-weight: 400;
}
h3 {
  font-weight: 400;
  font-size: 1.4rem;
}
h5 {
  color: #999;
}
twitterwidget {
  margin: 1.6rem 0 !important;
}
#content {
  position: relative;
  background: white;
  z-index: 2;
  margin-top: 2rem;
}
#header {
  pointer-events: none;
  position: fixed;
  top: 38px;
  width: 100%;
}
#header a {
  pointer-events: all;
}
#header.collapsed {
  z-index: 10;
  width: 100%;
}
#header.collapsed #menu ul {
  display: none;
  background-color: white;
  border-bottom: 1px solid #ffffff;
}
#header.collapsed .site-title {
  display: none;
}
#menu {
  position: relative;
  background-color: white;
  font-size: 1.3rem;
  font-weight: 200;
}
@media screen and (min-width: 40em) {
  #menu {
    width: auto;
    background-color: transparent;
  }
  #menu ul {
    background-color: transparent;
  }
}
#menu ul {
  display: none;
  line-height: 1.2em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 40em) {
  #menu ul {
    display: block;
    padding: 0;
  }
}
#menu ul > li {
  margin-bottom: 0.2rem;
}
#menu ul > li > a {
  display: inline-block;
  padding: 0rem 1rem;
}
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
  font-weight: 400;
}
#next {
  width: 100vw;
  height: 100vh;
  background: #e8e8e8;
  z-index: 1;
  position: relative;
}
#next .content {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0vh;
  left: 0;
}
@media screen and (min-width: 40em) {
  #next .content {
    padding-top: 30%;
  }
}
#next .content .menu-item {
  display: inline-block;
}
#post-content {
  padding-top: 2rem;
}
@media screen and (min-width: 40em) {
  #post-content > p,
  #post-content > blockquote {
    margin-left: 8.33333%;
    width: 66.66667%;
  }
}
#wrapper {
  z-index: 2;
  background-color: #ffffff;
  position: relative;
  min-height: 100%;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.5);
}
a.button {
  background-color: #7ba3b3;
  color: white;
  font-weight: 400;
}
a.button:hover {
  color: white;
  background-color: #9bbac6;
}
.caption {
  font-size: 0.9rem;
  font-weight: 400;
}
.gap {
  margin-top: 4rem;
}
.introduction,
.emphasis {
  font-size: 1.4rem;
}
.menu-icon {
  width: 24px;
}
.pagination .current {
  background-color: #5598b8;
}
.pagination .unavailable {
  display: none;
}
.pagination .unavailable a {
  color: #999;
}
.pagination a:hover {
  background: transparent;
}
.panel {
  background-position: 50%;
  background-size: 100%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  margin: 1.6rem 0;
  height: 14rem;
}
.panel .meta {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 100%;
  background: #5c8c9f;
  color: white;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.panel .meta h3 {
  font-size: 1.9rem;
}
.panel:hover .meta {
  background: rgba(123, 163, 179, 0.95);
}
.post-title {
  margin-bottom: 4rem;
}
.screen-reader-text {
  display: none;
}
.site-title {
  margin-bottom: 2rem;
}
.title-bar {
  background-color: white;
  color: black;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
}
@media screen and (min-width: 40em) {
  .title-bar {
    display: none;
  }
}
.title-bar.collapsed {
  display: block;
  z-index: 10;
}
.h_iframe {
  position: relative;
}
.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}
/* Mixins */
