@charset "UTF-8";
/**
  * dievil.la article
  * (c) 2016 3unikat - Philipp Salmutter
  */
/*
 * Susy grid settings
 */
/*
 * 3unikat mixin library
 */
/*
 * PS mixin framework
 */
/*
 * And the beauty goes here
 */
/* line 12, ../sass/article.scss */
.article {
  width: 64.67047%;
  float: left;
  margin-left: 0.9981%;
  margin-right: 0.9981%;
  max-width: 960px;
  font-weight: 200;
}
@media (max-width: 599px) and (orientation: portrait) {
  /* line 12, ../sass/article.scss */
  .article {
    width: 100%;
  }
}
/* line 19, ../sass/article.scss */
.article__headline {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 48px;
  line-height: 3rem;
  display: block;
  color: #a52b30;
  border-bottom: 1px solid rgba(165, 43, 48, 0.2);
}
/* line 30, ../sass/article.scss */
.article__intro {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
/* line 35, ../sass/article.scss */
.article__image {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: inline;
}
/* line 39, ../sass/article.scss */
.article__image img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 100%;
  height: auto;
}
/* line 46, ../sass/article.scss */
.article__image-caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #673f2c;
  text-align: right;
}
/* line 51, ../sass/article.scss */
.article__body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-size: 16px;
  font-weight: 200;
  /**
    * dievil.la article_bodytext
    * (c) 2016 3unikat - Philipp Salmutter
    */
}
/* line 12, ../sass/article_bodytext.scss */
.article__body p {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 16, ../sass/article_bodytext.scss */
.article__body a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 0 .25em;
  margin: 0 -.25em;
}
/* line 21, ../sass/article_bodytext.scss */
.article__body a:hover {
  color: #fff;
  background-color: #a52b30;
}
/* line 25, ../sass/article_bodytext.scss */
.article__body a[href*=".pdf"]:before {
  font-family: "icons-dievilla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e823';
}
/* line 44, ../sass/article_bodytext.scss */
.article__body blockquote {
  position: relative;
  display: block;
  padding: 1rem;
  margin-left: 2rem;
  border-top: 1px solid #311e15;
  border-bottom: 1px solid #311e15;
}
/* line 51, ../sass/article_bodytext.scss */
.article__body blockquote:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  content: '"';
  font-size: 4rem;
  color: #311e15;
}
/* line 60, ../sass/article_bodytext.scss */
.article__body blockquote:after {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: .8rem;
  content: '„';
  font-size: 4rem;
  color: #311e15;
}
/* line 70, ../sass/article_bodytext.scss */
.article__body ul {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 73, ../sass/article_bodytext.scss */
.article__body ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-left: 1.5em;
  display: block;
}
/* line 77, ../sass/article_bodytext.scss */
.article__body ul li li:before {
  content: '\e81a';
}
/* line 81, ../sass/article_bodytext.scss */
.article__body ul li:before {
  font-family: "icons-dievilla";
  position: absolute;
  margin-left: -1.2em;
  font-style: normal;
  font-weight: normal;
  color: #a52b30;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  content: '\e81c';
}
/* line 97, ../sass/article_bodytext.scss */
.article__body ol {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  counter-reset: my-counter;
}
/* line 101, ../sass/article_bodytext.scss */
.article__body ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-left: 1.5em;
  display: block;
}
/* line 105, ../sass/article_bodytext.scss */
.article__body ol li:before {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  position: absolute;
  margin-left: -1.5em;
  display: inline-block;
  font-weight: 600;
  color: #a52b30;
  width: 1em;
  text-align: right;
  content: counter(my-counter,decimal);
  counter-increment: my-counter;
}
/* line 119, ../sass/article_bodytext.scss */
.article__body .gallery-wrapper {
  *zoom: 1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
}
/* line 71, ../sass/_mixins.scss */
.article__body .gallery-wrapper:before, .article__body .gallery-wrapper:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.article__body .gallery-wrapper:after {
  clear: both;
}
/* line 123, ../sass/article_bodytext.scss */
.article__body .gallery-wrapper .gallery-thumbnail {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin: 0 15px 15px 0;
  text-align: center;
  width: calc(33.3333% - 15px);
}
/* line 130, ../sass/article_bodytext.scss */
.article__body .gallery-wrapper .gallery-thumbnail-image {
  max-width: 100%;
  display: block;
}
/* line 134, ../sass/article_bodytext.scss */
.article__body .gallery-wrapper a {
  vertical-align: middle;
}
/* line 136, ../sass/article_bodytext.scss */
.article__body .gallery-wrapper a:hover {
  background: none;
}
/* line 141, ../sass/article_bodytext.scss */
.article__body iframe {
  max-width: 100%;
}
/* line 58, ../sass/article.scss */
.article__footer {
  *zoom: 1;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(165, 43, 48, 0.2);
  line-height: 32px;
  line-height: 2rem;
}
/* line 71, ../sass/_mixins.scss */
.article__footer:before, .article__footer:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.article__footer:after {
  clear: both;
}
/* line 66, ../sass/article.scss */
.article__date {
  float: right;
}
/* line 70, ../sass/article.scss */
.article__aside {
  width: 31.33714%;
  float: left;
  margin-left: 0.9981%;
  margin-right: 0.9981%;
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media (max-width: 599px) and (orientation: portrait) {
  /* line 70, ../sass/article.scss */
  .article__aside {
    width: 100%;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
/* line 78, ../sass/article.scss */
.article__social {
  text-align: center;
}
/* line 80, ../sass/article.scss */
.article__social > * {
  display: inline-block;
}
