@charset "UTF-8";
/**
  * fantour 2016 common
  * (c) 2016 3unikat - Philipp Salmutter
  */
/*
 * Susy grid settings
 */
/*
 * 3unikat mixin library
 */
/*
 * PS mixin framework
 */
/*
 * And the beauty goes here
 */
/*
 * silent classes collection
 */
/* line 9, ../sass/_silent.scss */
.wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  position: relative;
  margin: auto;
}
/* line 12, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 1279px) {
  /* line 9, ../sass/_silent.scss */
  .wrapper {
    max-width: 85%;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  /* line 9, ../sass/_silent.scss */
  .wrapper {
    max-width: 95%;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  /* line 9, ../sass/_silent.scss */
  .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 9, ../sass/_silent.scss */
  .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}

/* line 68, ../sass/_silent.scss */
button,
.button {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background-color: transparent;
  border: 1px solid #3c2917;
  color: #3c2917;
  text-align: center;
  font-weight: 700;
  line-height: 2.5;
  cursor: pointer;
}
/* line 77, ../sass/_silent.scss */
button:hover,
.button:hover {
  color: #69ae26;
  border-color: #69ae26;
}

/* line 17, ../sass/common.scss */
.navigation-mobile {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none;
  color: #fff;
  background-color: rgba(149, 36, 21, 0.5);
  padding: .25em;
}
@media (max-width: 767px) {
  /* line 17, ../sass/common.scss */
  .navigation-mobile {
    display: inline-block;
  }
}

/* line 34, ../sass/common.scss */
.teaser {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  position: relative;
  cursor: pointer;
  z-index: 0;
}
/* line 39, ../sass/common.scss */
.teaser [class*='__headline'] {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 43, ../sass/common.scss */
.teaser a:after {
  content: "\A";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* line 56, ../sass/common.scss */
.copyright {
  font-size: .75rem;
}

/* line 60, ../sass/common.scss */
[class*="__date"] {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/* line 65, ../sass/common.scss */
.pagination {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
  font-weight: 400;
}
/* line 69, ../sass/common.scss */
.pagination .counter {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3c2917;
  line-height: 2em;
}
/* line 74, ../sass/common.scss */
.pagination ul {
  display: inline-block;
}
/* line 77, ../sass/common.scss */
.pagination li {
  float: left;
}
/* line 79, ../sass/common.scss */
.pagination li a,
.pagination li span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: none;
  display: inline-block;
  padding: 0 .75em;
  margin: 0 .25em;
}
/* line 88, ../sass/common.scss */
.pagination li a {
  background-color: #952415;
  color: #fff;
}
/* line 91, ../sass/common.scss */
.pagination li a:hover, .pagination li a:focus {
  background-color: #69ae26;
  text-decoration: none;
}
/* line 97, ../sass/common.scss */
.pagination li span {
  background-color: #c18e5e;
  color: #fff;
}
/* line 101, ../sass/common.scss */
.pagination li:first-child {
  margin-left: 0;
}

/* line 10, ../sass/_bodytext.scss */
.moduletable .custom h2,
.moduletable .custom h3,
.moduletable .custom h4,
.moduletable .custom h5,
.moduletable .custom h6 {
  font-weight: 400;
}
/* line 17, ../sass/_bodytext.scss */
.moduletable .custom h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 48px;
  line-height: 3rem;
}
/* line 20, ../sass/_bodytext.scss */
.moduletable .custom h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 23, ../sass/_bodytext.scss */
.moduletable .custom h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 27, ../sass/_bodytext.scss */
.moduletable .custom p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 30, ../sass/_bodytext.scss */
.moduletable .custom a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  color: #69ae26;
}
/* line 34, ../sass/_bodytext.scss */
.moduletable .custom a:hover {
  color: #1d1f40;
}
/* line 37, ../sass/_bodytext.scss */
.moduletable .custom 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 */
.moduletable .custom 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 */
.moduletable .custom blockquote:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  content: '"';
  font-size: 4rem;
  color: #3c2917;
}
/* line 72, ../sass/_bodytext.scss */
.moduletable .custom blockquote:after {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: .8rem;
  content: '„';
  font-size: 4rem;
  color: #3c2917;
}
/* line 82, ../sass/_bodytext.scss */
.moduletable .custom ul {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 85, ../sass/_bodytext.scss */
.moduletable .custom 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 */
.moduletable .custom ul li li:before {
  content: '\e81f';
}
/* line 93, ../sass/_bodytext.scss */
.moduletable .custom 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 */
.moduletable .custom ol {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  counter-reset: my-counter;
}
/* line 113, ../sass/_bodytext.scss */
.moduletable .custom 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 */
.moduletable .custom 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 */
.moduletable .custom .gallery-wrapper {
  *zoom: 1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
}
/* line 71, ../sass/_mixins.scss */
.moduletable .custom .gallery-wrapper:before, .moduletable .custom .gallery-wrapper:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.moduletable .custom .gallery-wrapper:after {
  clear: both;
}
/* line 135, ../sass/_bodytext.scss */
.moduletable .custom .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 */
.moduletable .custom .gallery-wrapper .gallery-thumbnail-image {
  max-width: 100%;
  display: block;
}
/* line 146, ../sass/_bodytext.scss */
.moduletable .custom .gallery-wrapper a {
  vertical-align: middle;
}
/* line 148, ../sass/_bodytext.scss */
.moduletable .custom .gallery-wrapper a:hover {
  background: none;
}
/* line 153, ../sass/_bodytext.scss */
.moduletable .custom iframe {
  max-width: 100%;
}
