@charset "UTF-8";
/**
  * gra.at article
  * (c) 2016 3unikat - Philipp Salmutter
  */
/*
 * Susy grid settings
 */
/*
 * 3unikat mixin library
 */
/*
 * PS mixin framework
 */
/*
 * And the beauty goes here
 */
/*
 * silent classes collection
 */
/* line 111, ../sass/_silent.scss */
.article__headline {
  position: relative;
  display: block;
}
/* line 114, ../sass/_silent.scss */
.article__headline:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: 3px;
  background-color: #69ae26;
}

/* line 13, ../sass/article.scss */
.article {
  width: 98.0038%;
  float: left;
  margin-left: 0.9981%;
  margin-right: 0.9981%;
  max-width: 960px;
  font-weight: 200;
}
@media (max-width: 599px) and (orientation: portrait) {
  /* line 13, ../sass/article.scss */
  .article {
    width: 100%;
  }
}
/* line 20, ../sass/article.scss */
.article--product {
  width: 64.67047%;
  float: left;
  margin-left: 0.9981%;
  margin-right: 0.9981%;
  float: right;
}
/* line 24, ../sass/article.scss */
.article__category {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: block;
  margin-bottom: -1.5em;
  font-family: "gra-text", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}
/* line 33, ../sass/article.scss */
.article__headline {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 39, ../sass/article.scss */
.article__image {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline;
}
/* line 44, ../sass/article.scss */
.article__image img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 49, ../sass/article.scss */
.article__image:hover .article__image-open {
  background-color: #3c2917;
  color: #fff;
}
/* line 54, ../sass/article.scss */
.article__image-open {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
/* line 65, ../sass/article.scss */
.article__image-caption {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #734f2c;
  text-align: right;
}
/* line 10, ../sass/_bodytext.scss */
.article__text h2,
.article__text h3,
.article__text h4,
.article__text h5,
.article__text h6 {
  font-weight: 400;
}
/* line 17, ../sass/_bodytext.scss */
.article__text h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 20, ../sass/_bodytext.scss */
.article__text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 23, ../sass/_bodytext.scss */
.article__text h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 27, ../sass/_bodytext.scss */
.article__text p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 30, ../sass/_bodytext.scss */
.article__text a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  color: #69ae26;
}
/* line 34, ../sass/_bodytext.scss */
.article__text a:hover {
  color: #1d1f40;
}
/* line 37, ../sass/_bodytext.scss */
.article__text a[href*=".pdf"]:before {
  font-family: "icons-gra";
  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 56, ../sass/_bodytext.scss */
.article__text blockquote {
  position: relative;
  display: block;
  padding: 1rem;
  margin-left: 2rem;
  border-top: 1px solid #3c2917;
  border-bottom: 1px solid #3c2917;
}
/* line 63, ../sass/_bodytext.scss */
.article__text blockquote:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  content: '"';
  font-size: 4rem;
  color: #3c2917;
}
/* line 72, ../sass/_bodytext.scss */
.article__text blockquote:after {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: .8rem;
  content: '„';
  font-size: 4rem;
  color: #3c2917;
}
/* line 82, ../sass/_bodytext.scss */
.article__text ul {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 85, ../sass/_bodytext.scss */
.article__text ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-left: 1.5em;
  display: block;
}
/* line 89, ../sass/_bodytext.scss */
.article__text ul li li:before {
  content: '\e81f';
}
/* line 93, ../sass/_bodytext.scss */
.article__text ul li:before {
  font-family: "icons-gra";
  position: absolute;
  margin-left: -1.2em;
  font-style: normal;
  font-weight: normal;
  color: #69ae26;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  content: '\e826';
}
/* line 109, ../sass/_bodytext.scss */
.article__text ol {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  counter-reset: my-counter;
}
/* line 113, ../sass/_bodytext.scss */
.article__text ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-left: 1.5em;
  display: block;
}
/* line 117, ../sass/_bodytext.scss */
.article__text 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: #952415;
  width: 1em;
  text-align: right;
  content: counter(my-counter,decimal);
  counter-increment: my-counter;
}
/* line 131, ../sass/_bodytext.scss */
.article__text .gallery-wrapper {
  *zoom: 1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
}
/* line 71, ../sass/_mixins.scss */
.article__text .gallery-wrapper:before, .article__text .gallery-wrapper:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.article__text .gallery-wrapper:after {
  clear: both;
}
/* line 135, ../sass/_bodytext.scss */
.article__text .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(25% - 15px);
}
/* line 142, ../sass/_bodytext.scss */
.article__text .gallery-wrapper .gallery-thumbnail-image {
  max-width: 100%;
  display: block;
}
/* line 146, ../sass/_bodytext.scss */
.article__text .gallery-wrapper a {
  vertical-align: middle;
}
/* line 148, ../sass/_bodytext.scss */
.article__text .gallery-wrapper a:hover {
  background: none;
}
/* line 153, ../sass/_bodytext.scss */
.article__text iframe {
  max-width: 100%;
}
/* line 74, ../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: 600;
}
/* line 79, ../sass/article.scss */
.article__body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-size: 16px;
  font-weight: 200;
}
/* line 84, ../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 #f3e8df;
  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 92, ../sass/article.scss */
.article__date {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}
/* line 96, ../sass/article.scss */
.article__date span {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #f3e8df;
  padding: 3px 10px;
}
/* line 102, ../sass/article.scss */
.article__social {
  text-align: right;
}
/* line 104, ../sass/article.scss */
.article__social > * {
  display: inline-block;
}
/* line 109, ../sass/article.scss */
.article__aside {
  width: 31.33714%;
  float: left;
  margin-left: 0.9981%;
  margin-right: 0.9981%;
  float: left;
}
/* line 113, ../sass/article.scss */
.article__aside .article__image {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: block;
}
/* line 116, ../sass/article.scss */
.article__aside .article__image a {
  display: block;
  width: 100%;
}
/* line 120, ../sass/article.scss */
.article__aside .article__image img {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  display: block;
  width: 100%;
  border: 1px solid #f3e8df;
}
/* line 125, ../sass/article.scss */
.article__aside .article__image img:hover {
  border-color: #69ae26;
}
