@charset "UTF-8";
/**
  * gra.at category
  * (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 */
.category__headline {
  position: relative;
  display: block;
}
/* line 114, ../sass/_silent.scss */
.category__headline:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: 3px;
  background-color: #69ae26;
}

/* line 13, ../sass/category.scss */
.category {
  float: left;
  width: 100%;
  max-width: 960px;
  font-weight: 200;
}
/* line 18, ../sass/category.scss */
.category.no-headline {
  padding-top: 32px;
  padding-top: 2rem;
}
/* line 22, ../sass/category.scss */
.category__top {
  *zoom: 1;
  width: 98.0038%;
  float: left;
  margin-left: 0.9981%;
  margin-right: 0.9981%;
  float: left;
}
/* line 71, ../sass/_mixins.scss */
.category__top:before, .category__top:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.category__top:after {
  clear: both;
}
/* line 27, ../sass/category.scss */
.category__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;
  display: block;
}
/* line 34, ../sass/category.scss */
.category__body {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-size: 16px;
  font-weight: 200;
}
/* line 10, ../sass/_bodytext.scss */
.category__body h2,
.category__body h3,
.category__body h4,
.category__body h5,
.category__body h6 {
  font-weight: 400;
}
/* line 17, ../sass/_bodytext.scss */
.category__body h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 20, ../sass/_bodytext.scss */
.category__body h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 23, ../sass/_bodytext.scss */
.category__body h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 27, ../sass/_bodytext.scss */
.category__body p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 30, ../sass/_bodytext.scss */
.category__body a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  color: #69ae26;
}
/* line 34, ../sass/_bodytext.scss */
.category__body a:hover {
  color: #1d1f40;
}
/* line 37, ../sass/_bodytext.scss */
.category__body 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 */
.category__body 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 */
.category__body blockquote:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  content: '"';
  font-size: 4rem;
  color: #3c2917;
}
/* line 72, ../sass/_bodytext.scss */
.category__body blockquote:after {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: .8rem;
  content: '„';
  font-size: 4rem;
  color: #3c2917;
}
/* line 82, ../sass/_bodytext.scss */
.category__body ul {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 85, ../sass/_bodytext.scss */
.category__body 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 */
.category__body ul li li:before {
  content: '\e81f';
}
/* line 93, ../sass/_bodytext.scss */
.category__body 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 */
.category__body ol {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  counter-reset: my-counter;
}
/* line 113, ../sass/_bodytext.scss */
.category__body 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 */
.category__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: #952415;
  width: 1em;
  text-align: right;
  content: counter(my-counter,decimal);
  counter-increment: my-counter;
}
/* line 131, ../sass/_bodytext.scss */
.category__body .gallery-wrapper {
  *zoom: 1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
}
/* line 71, ../sass/_mixins.scss */
.category__body .gallery-wrapper:before, .category__body .gallery-wrapper:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.category__body .gallery-wrapper:after {
  clear: both;
}
/* line 135, ../sass/_bodytext.scss */
.category__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(25% - 15px);
}
/* line 142, ../sass/_bodytext.scss */
.category__body .gallery-wrapper .gallery-thumbnail-image {
  max-width: 100%;
  display: block;
}
/* line 146, ../sass/_bodytext.scss */
.category__body .gallery-wrapper a {
  vertical-align: middle;
}
/* line 148, ../sass/_bodytext.scss */
.category__body .gallery-wrapper a:hover {
  background: none;
}
/* line 153, ../sass/_bodytext.scss */
.category__body iframe {
  max-width: 100%;
}
/* line 41, ../sass/category.scss */
.category__teasers {
  *zoom: 1;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  width: 100%;
  float: left;
}
/* line 71, ../sass/_mixins.scss */
.category__teasers:before, .category__teasers:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.category__teasers:after {
  clear: both;
}
/* line 48, ../sass/category.scss */
.category__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 */
.category__footer:before, .category__footer:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.category__footer:after {
  clear: both;
}
/* line 56, ../sass/category.scss */
.category__date {
  float: right;
}
/* line 60, ../sass/category.scss */
.category__social {
  text-align: right;
}
/* line 62, ../sass/category.scss */
.category__social > * {
  display: inline-block;
}

/* line 70, ../sass/category.scss */
.article-teaser {
  *zoom: 1;
  width: 31.33714%;
  float: left;
  margin-left: 0.9981%;
  margin-right: 0.9981%;
  position: relative;
  height: 360px;
  overflow: hidden;
  border: 1px solid #f3e8df;
}
/* line 71, ../sass/_mixins.scss */
.article-teaser:before, .article-teaser:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.article-teaser:after {
  clear: both;
}
/* line 77, ../sass/category.scss */
.article-teaser:hover {
  border-color: #69ae26;
}
/* line 79, ../sass/category.scss */
.article-teaser:hover a {
  color: #69ae26;
}
/* line 83, ../sass/category.scss */
.article-teaser:after {
  -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;
  content: '';
  display: block;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
/* line 93, ../sass/category.scss */
.article-teaser__image {
  width: 100%;
  border-bottom: 1px solid #f3e8df;
}
/* line 96, ../sass/category.scss */
.article-teaser__image img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 103, ../sass/category.scss */
.article-teaser__category {
  -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;
  display: block;
  margin-top: 10px;
  padding: 0 15px;
  font-size: .7em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(60, 41, 23, 0.5);
}
/* line 115, ../sass/category.scss */
.article-teaser__headline {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 48px;
  line-height: 3rem;
  line-height: 1.15em;
  margin: 0 0 .15em;
  padding: 0 15px;
}
/* line 120, ../sass/category.scss */
.article-teaser__headline a {
  color: #3c2917;
}
/* line 124, ../sass/category.scss */
.article-teaser__text {
  padding: 0 15px 15px 15px;
  font-size: .85rem;
  line-height: 1.5em;
}

/* line 131, ../sass/category.scss */
.category-teaser {
  *zoom: 1;
  width: 23.0038%;
  float: left;
  margin-left: 0.9981%;
  margin-right: 0.9981%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f3e8df;
}
/* line 71, ../sass/_mixins.scss */
.category-teaser:before, .category-teaser:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.category-teaser:after {
  clear: both;
}
/* line 137, ../sass/category.scss */
.category-teaser__header {
  background-color: #fff;
  border-bottom: 3px solid #69ae26;
  display: block;
}
/* line 142, ../sass/category.scss */
.category-teaser__headline {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
  padding: 0 15px;
}
/* line 145, ../sass/category.scss */
.category-teaser__headline a {
  color: #3c2917;
}
/* line 149, ../sass/category.scss */
.category-teaser:hover {
  border-color: #69ae26;
}
/* line 151, ../sass/category.scss */
.category-teaser:hover__headline a {
  color: #69ae26;
}
/* line 155, ../sass/category.scss */
.category-teaser__image {
  position: relative;
  width: 100%;
}
/* line 158, ../sass/category.scss */
.category-teaser__image img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 164, ../sass/category.scss */
.category-teaser__image .category-teaser__text {
  -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;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  background-color: rgba(105, 174, 38, 0.95);
  top: 0;
  left: 0;
  height: 100%;
  line-height: 221px;
  color: #fff;
  padding: 15px;
}
/* line 177, ../sass/category.scss */
.category-teaser__image .category-teaser__text span {
  display: inline-block;
  line-height: 1.15;
}
/* line 183, ../sass/category.scss */
.category-teaser:hover .category-teaser__image .category-teaser__text {
  visibility: visible;
  opacity: 1;
}
