body {
  padding-top: 70px;
  color: #a6b7bf;
  background-color: #292929;
  background-image: url(./pics/triangles.png); }

.copyright {
  color: #f6f9f2; }

.footer {
  text-align: center; }

.footer a {
  color: #1098d4; }

.sidebar h1 {
  color: #f6f9f2; }

.sidebar li {
  margin-top: .7em;
  line-height: 1em; }

.well {
  background-color: #0f0f0f;
  box-shadow: 0px 0px 0px 0px, 0px 8px 16px rgba(0, 0, 0, 0.2);
  border: 0px;
  border-radius: 6px;
  max-width: 600px;
  margin: auto;
  margin-top: 10px; }

.well > main-page {
  width: 75%; }

.main-page {
  width: 75%; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1.12em; }

h5 {
  font-size: .83em; }

h6 {
  font-size: .75em; }

.author {
  color: #1098d4; }

.author a {
  color: #1098d4; }

img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

img + em {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

img.articlethumbnail {
  filter: grayscale(20%) brightness(80%);
  transition: all 1s ease; }

img.articlethumbnail:hover {
  filter: grayscale(0%) brightness(100%);
  transition: all 1s ease; }

blockquote {
  color: #bbb;
  font-size: 1em; }

.center-image {
  margin: 0 auto;
  display: block; }

a {
  color: #1098d4; }

a:hover {
  color: #1098d4;
  border-bottom: 1px solid transparent; }

ul.social-media {
  text-align: center;
  padding: 0 0 10px 0; }
  ul.social-media li {
    display: inline-block; }
  ul.social-media li > a {
    width: 45px;
    height: 45px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    display: inline-block;
    color: white; }
    ul.social-media li > a:hover {
      color: #1098d4; }

.share-bar {
  text-align: right; }

ul.share-buttons {
  list-style: none;
  padding: 0; }
  ul.share-buttons li {
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    -ms-transition: -ms-transform .4s;
    -o-transition: -o-transform .4s;
    transition: transform .4s; }
    ul.share-buttons li .fa-facebook,
    ul.share-buttons li .fa-twitter,
    ul.share-buttons li .fa-google-plus,
    ul.share-buttons li .fa-linkedin,
    ul.share-buttons li .fa-envelope-o,
    ul.share-buttons li .fa-pinterest {
      color: #ffffff; }
    ul.share-buttons li a {
      text-decoration: none; }
  ul.share-buttons li.share-facebook .fa-square-o {
    color: #3B5998; }
  ul.share-buttons li.share-twitter .fa-square-o {
    color: #55acee; }
  ul.share-buttons li.share-google-plus .fa-square-o {
    color: #dd4b39; }
  ul.share-buttons li.share-linkedin .fa-square-o {
    color: #4875B4; }
  ul.share-buttons li.share-pinterest .fa-square-o {
    color: #BD081C; }
  ul.share-buttons li.share-envelope .fa-square-o {
    color: #3B5998; }
  ul.share-buttons li:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

h2.post-title {
  padding-top: 10px;
  text-align: left; }

div.post-meta {
  border: 1px solid #666666;
  border-width: 1px 0;
  margin: 0 0 20px; }
  div.post-meta ul {
    display: inline;
    padding-left: 0px;
    float: right; }
  div.post-meta ul > li {
    display: inline;
    padding: 0 0 5px 20px; }
  div.post-meta .post-time {
    display: inline; }

.post-footer {
  height: 40px;
  display: table;
  width: 100%;
  position: relative;
  margin-top: 32px;
  text-align: center; }

.note {
  position: relative;
  border: 0;
  padding-left: 30px; }

.note:before {
  content: "\f06a";
  font-size: 2em;
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0;
  color: #87CEFA; }

.warning:before {
  content: "\f071";
  color: yellow; }

nav a {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  -webkit-transition: color 0.31s;
  -moz-transition: color 0.31s;
  -ms-transition: color 0.31s;
  -o-transition: color 0.31s;
  transition: color 0.31s;
  font-size: 17px;
  font-family: sans-serif;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }

nav.navbar {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }

nav.navbar.shrink {
  min-height: 15px; }

.navbar-brand {
  font-size: 30px;
  color: #1098d4 !important; }

nav.shrink a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 15px; }

nav.shrink .navbar-brand {
  font-size: 25px;
  height: inherit; }

.navbar .navbar-nav {
  display: inline-block;
  float: right; }

nav .navbar-toggle {
  margin: 13px 15px 13px 0; }

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0; }

@media (min-width: 1000px) {
  .twoRow .navbar-collapse {
    clear: left; }

  .footer-distributed .footer {
    text-align: center; }

  .footer-distributed .footer {
    float: none;
    margin: 0 auto 20px; }

  .footer-distributed .footer {
    line-height: 1.8; } }
a.impressum {
  font: normal 8px sans-serif !important;
  color: #777777;
  margin: 5px;
  float: right; }

.footer-distributed {
  background-color: #292c2f;
  font: normal 14px sans-serif;
  padding: 20px 25px;
  margin-top: 80px;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute; }

/*----------------------------*\
|    Table of content, toc     |
\*----------------------------*/
.toc {
  background-color: #2c2c2c;
  margin-left: -19px;
  margin-right: -19px; }

.box h3 {
  text-align: center;
  position: relative;
  top: 80px; }

.box {
  width: 70%;
  height: 200px;
  background: #FFF;
  margin: 40px auto; }

.wrapper {
  min-height: 100%;
  position: relative; }

.content {
  padding-bottom: 105px; }

.key {
  font-size: 1.0em;
  box-shadow: 1px 0 1px 0 #555, 0 1px 0 2px #888, 0 2px 0 2px #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 2px 3px;
  padding: 0px 5px; }
