@charset "UTF-8";
/*
    Theme Name: Stolpersteine
    Description: Stolpersteine Wordpress Theme
    Version: 1.0.0
    Author: jankopietz.de
*/
/*------------------------------------*\
    IMPORTS
\*------------------------------------*/
/* 
    Author     : jankopietz.de
    Content    : Global definitions
*/
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/* responsive breakpoints */
/* colors */
/* font import */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url("font/pt-sans/pt-sans-v12-latin_cyrillic-regular.woff2") format("woff2"), url("font/pt-sans/pt-sans-v12-latin_cyrillic-regular.woff") format("woff"); }
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url("font/pt-sans/pt-sans-v12-latin_cyrillic-italic.woff2") format("woff2"), url("font/pt-sans/pt-sans-v12-latin_cyrillic-italic.woff") format("woff"); }
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url("font/pt-sans/pt-sans-v12-latin_cyrillic-700.woff2") format("woff2"), url("font/pt-sans/pt-sans-v12-latin_cyrillic-700.woff") format("woff"); }
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url("font/pt-serif/pt-serif-v12-latin-regular.woff2") format("woff2"), url("font/pt-serif/pt-serif-v12-latin-regular.woff") format("woff"); }
/* icon font import */
@font-face {
  font-family: "icons";
  src: url("font/icons/fonts/icons.ttf?qmmyb0") format("truetype"), url("font/icons/fonts/icons.woff?qmmyb0") format("woff"), url("font/icons/fonts/icons.svg?qmmyb0#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.icon, blockquote:before, .button--primary:after, .module--quote .module--quote__inner:before, .teaser-stone .teaser-stone__content .teaser-stone__content__meta:after, .teaser-news .teaser-news__content .teaser-news__content__meta:after, .info-window:after, .footer .footer__legal .footer__legal__navigation .menu li a:before, .slick-arrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-to-bottom:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-to-top:before {
  content: ""; }

.icon-balance:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-magnifier:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-quote:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-times:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

/* typography */
/* mixins */
.otgs-development-site-front-end {
  display: none !important; }

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html,
body {
  font-size: 100%;
  height: 100%;
  min-width: 320px; }

body {
  background-color: #ffffff;
  color: #383838;
  font-family: "PT Sans", Arial, Verdana, sans-serif; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom; }

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s; }
  a:active, a:focus, a:hover {
    outline: 0; }

p {
  line-height: 1.5;
  margin: 0 0 1.5em;
  font-size: 16px;
  font-size: 1rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media screen and (min-width: 770px) {
    p {
      font-size: 18px;
      font-size: 1.125rem; } }
  p:last-child {
    margin: 0; }
  p a {
    color: #5A7251;
    text-decoration: underline; }
    p a:active {
      color: #383838;
      text-decoration: none; }
    @media screen and (min-width: 1100px) {
      p a:hover {
        color: #383838;
        text-decoration: none; }
      p a:active {
        color: #5A7251; } }
  p + h1, p + .h1, p + h2, p + .h2, p + h3, p + .h3, p + h4, p + .h4, p + h5, p + .h5, p + h6, p + .h6 {
    margin-top: 2em; }

blockquote {
  font-style: italic;
  margin: 0 0 1.5em;
  padding-top: 30px;
  position: relative; }
  @media screen and (min-width: 770px) {
    blockquote {
      padding: 0 0 0 50px; } }
  blockquote:last-child {
    margin: 0; }
  blockquote:before {
    color: #5A7251;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    font-size: 24px;
    font-size: 1.5rem; }
  blockquote b, blockquote strong {
    font-style: normal; }
  blockquote + h1, blockquote + .h1, blockquote + h2, blockquote + .h2, blockquote + h3, blockquote + .h3, blockquote + h4, blockquote + .h4, blockquote + h5, blockquote + .h5, blockquote + h6, blockquote + .h6 {
    margin-top: 2em; }

ul, ol {
  margin: 0;
  padding: 0; }
  .rte ul, .rte ol {
    list-style-type: none;
    margin-bottom: 1.5em; }
    .rte ul:last-child, .rte ol:last-child {
      margin: 0; }
    .rte ul li, .rte ol li {
      line-height: 1.5;
      padding-left: 28px;
      position: relative;
      font-size: 16px;
      font-size: 1rem;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
      @media screen and (min-width: 770px) {
        .rte ul li, .rte ol li {
          font-size: 18px;
          font-size: 1.125rem; } }
      .rte ul li a, .rte ol li a {
        color: #5A7251;
        text-decoration: underline; }
        .rte ul li a:active, .rte ol li a:active {
          color: #383838;
          text-decoration: none; }
        @media screen and (min-width: 1100px) {
          .rte ul li a:hover, .rte ol li a:hover {
            color: #383838;
            text-decoration: none; }
          .rte ul li a:active, .rte ol li a:active {
            color: #5A7251; } }
  ul + h1, ul + .h1, ul + h2, ul + .h2, ul + h3, ul + .h3, ul + h4, ul + .h4, ul + h5, ul + .h5, ul + h6, ul + .h6, ol + h1, ol + .h1, ol + h2, ol + .h2, ol + h3, ol + .h3, ol + h4, ol + .h4, ol + h5, ol + .h5, ol + h6, ol + .h6 {
    margin-top: 2em; }

.rte ul li:before {
  background-color: #5A7251;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 6px; }

.rte ol {
  counter-reset: counter; }
  .rte ol li {
    counter-increment: counter; }
    .rte ol li:before {
      color: #5A7251;
      content: counter(counter) ". ";
      display: block;
      font-weight: 700;
      left: 0;
      position: absolute;
      top: 3px;
      font-size: 14px;
      font-size: 0.875rem; }
      @media screen and (min-width: 770px) {
        .rte ol li:before {
          top: 5px; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "PT Serif", Times New Roman, Times, Verdana, serif;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1em; }
  h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin: 0; }

h1, .h1 {
  font-size: 26px;
  font-size: 1.625rem; }
  @media screen and (min-width: 770px) {
    h1, .h1 {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media screen and (min-width: 1020px) {
    h1, .h1 {
      font-size: 54px;
      font-size: 3.375rem; } }

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem; }
  @media screen and (min-width: 770px) {
    h2, .h2 {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media screen and (min-width: 1020px) {
    h2, .h2 {
      font-size: 44px;
      font-size: 2.75rem; } }

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem; }
  @media screen and (min-width: 770px) {
    h3, .h3 {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media screen and (min-width: 1020px) {
    h3, .h3 {
      font-size: 33px;
      font-size: 2.0625rem; } }

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (min-width: 770px) {
    h4, .h4 {
      font-size: 24px;
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem; }

.label {
  display: block;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem; }
  .label .label__hint {
    font-style: italic;
    font-weight: 400; }

.title {
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative; }
  @media screen and (min-width: 770px) {
    .title {
      margin-bottom: 35px;
      padding-left: 45px; } }
  .title.title--labeled:before {
    top: 4%; }
  .title:before {
    background-color: #383838;
    bottom: 4%;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 5%;
    width: 3px; }
    @media screen and (min-width: 770px) {
      .title:before {
        width: 5px; } }

/*------------------------------------*\
    BUTTONS & ICONS
\*------------------------------------*/
button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s; }

.button--square {
  align-items: center;
  background-color: #5A7251;
  color: #ffffff;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
  font-size: 24px;
  font-size: 1.5rem; }
  .button--square:active {
    background-color: #ffffff;
    color: #5A7251; }
  @media screen and (min-width: 1100px) {
    .button--square:hover {
      background-color: #ffffff;
      color: #5A7251; }
    .button--square:active {
      -webkit-transform: translate(0, 3px);
      -moz-transform: translate(0, 3px);
      transform: translate(0, 3px); } }

.button--primary {
  background-color: #5A7251;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 3.5px;
  padding: 17px 20px 17px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem; }
  .button--primary:after {
    color: #5A7251;
    pointer-events: none;
    right: -35px;
    font-size: 14px;
    font-size: 0.875rem;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s; }
  .button--primary.button--primary--arrow {
    max-width: 80%; }
    .button--primary.button--primary--arrow:after {
      content: ""; }
    @media screen and (min-width: 1100px) {
      .button--primary.button--primary--arrow:hover:after {
        color: #729066;
        right: -40px; } }
  .button--primary.button--primary--plus {
    max-width: 80%; }
    .button--primary.button--primary--plus:after {
      content: ""; }
    @media screen and (min-width: 1100px) {
      .button--primary.button--primary--plus:hover:after {
        color: #729066;
        right: -36px;
        font-size: 16px;
        font-size: 1rem; } }
  @media screen and (min-width: 1100px) {
    .button--primary:hover {
      background-color: #729066; } }
  .button--primary:active {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  .button--primary p {
    display: none; }

.link {
  color: #5A7251;
  display: block;
  letter-spacing: 3.5px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem; }
  .link:active {
    color: #383838; }
  @media screen and (min-width: 1100px) {
    .link:hover {
      color: #383838; }
    .link:active {
      -webkit-transform: translate(0, 3px);
      -moz-transform: translate(0, 3px);
      transform: translate(0, 3px); } }
  .link.link--icon-before {
    padding-left: 30px; }
    .link.link--icon-before .icon, .link.link--icon-before blockquote:before, .link.link--icon-before .button--primary:after, .link.link--icon-before .module--quote .module--quote__inner:before, .module--quote .link.link--icon-before .module--quote__inner:before, .link.link--icon-before .teaser-stone .teaser-stone__content .teaser-stone__content__meta:after, .teaser-stone .teaser-stone__content .link.link--icon-before .teaser-stone__content__meta:after, .link.link--icon-before .teaser-news .teaser-news__content .teaser-news__content__meta:after, .teaser-news .teaser-news__content .link.link--icon-before .teaser-news__content__meta:after, .link.link--icon-before .info-window:after, .link.link--icon-before .footer .footer__legal .footer__legal__navigation .menu li a:before, .footer .footer__legal .footer__legal__navigation .menu li .link.link--icon-before a:before, .link.link--icon-before .slick-arrow:after {
      left: 0; }
  .link.link--icon-after {
    padding-right: 30px; }
    .link.link--icon-after .icon, .link.link--icon-after blockquote:before, .link.link--icon-after .button--primary:after, .link.link--icon-after .module--quote .module--quote__inner:before, .module--quote .link.link--icon-after .module--quote__inner:before, .link.link--icon-after .teaser-stone .teaser-stone__content .teaser-stone__content__meta:after, .teaser-stone .teaser-stone__content .link.link--icon-after .teaser-stone__content__meta:after, .link.link--icon-after .teaser-news .teaser-news__content .teaser-news__content__meta:after, .teaser-news .teaser-news__content .link.link--icon-after .teaser-news__content__meta:after, .link.link--icon-after .info-window:after, .link.link--icon-after .footer .footer__legal .footer__legal__navigation .menu li a:before, .footer .footer__legal .footer__legal__navigation .menu li .link.link--icon-after a:before, .link.link--icon-after .slick-arrow:after {
      right: 0; }
  .link .icon, .link blockquote:before, .link .button--primary:after, .link .module--quote .module--quote__inner:before, .module--quote .link .module--quote__inner:before, .link .teaser-stone .teaser-stone__content .teaser-stone__content__meta:after, .teaser-stone .teaser-stone__content .link .teaser-stone__content__meta:after, .link .teaser-news .teaser-news__content .teaser-news__content__meta:after, .teaser-news .teaser-news__content .link .teaser-news__content__meta:after, .link .info-window:after, .link .footer .footer__legal .footer__legal__navigation .menu li a:before, .footer .footer__legal .footer__legal__navigation .menu li .link a:before, .link .slick-arrow:after {
    position: absolute;
    top: 1px;
    font-size: 16px;
    font-size: 1rem; }

/*------------------------------------*\
    GRID
\*------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%; }
  @media screen and (min-width: 570px) {
    .row {
      padding-right: 60px; } }
  @media screen and (min-width: 770px) {
    .row {
      padding-left: 20px; } }
  .row .col {
    padding: 0 20px 30px;
    position: relative;
    width: 100%; }
    .row .col:last-child {
      padding-bottom: 0; }
    @media screen and (min-width: 770px) {
      .row .col {
        padding: 0 20px; } }
    @media screen and (min-width: 770px) {
      .row .col.col--one-half {
        width: 50%; } }
    @media screen and (min-width: 770px) {
      .row .col.col--one-third {
        width: 50%; } }
    @media screen and (min-width: 1020px) {
      .row .col.col--one-third {
        width: 33.3333%; } }
    @media screen and (min-width: 770px) {
      .row .col.col--two-third {
        width: 50%; } }
    @media screen and (min-width: 1020px) {
      .row .col.col--two-third {
        width: 66.6666%; } }
    @media screen and (min-width: 770px) {
      .row .col.col--one-fourth {
        width: 50%; } }
    @media screen and (min-width: 1020px) {
      .row .col.col--one-fourth {
        width: 25%; } }
    @media screen and (min-width: 770px) {
      .row .col.col--two-fifth {
        width: 40%; } }
    @media screen and (min-width: 770px) {
      .row .col.col--three-fifth {
        width: 60%; } }

/*------------------------------------*\
    SECTIONS
\*------------------------------------*/
.section {
  position: relative; }

.hero.hero--imaged {
  padding-bottom: 100px; }
  @media screen and (min-width: 770px) {
    .hero.hero--imaged {
      padding-bottom: 200px; } }
  .hero.hero--imaged:after {
    background-color: rgba(90, 114, 81, 0.2);
    bottom: 0;
    content: '';
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    width: calc(100% - 20px); }
    @media screen and (min-width: 770px) {
      .hero.hero--imaged:after {
        height: 100px;
        right: auto;
        width: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
  .home .hero.hero--imaged {
    padding-bottom: 100px; }
    @media screen and (min-width: 770px) {
      .home .hero.hero--imaged {
        padding-bottom: 200px; } }
    @media screen and (min-width: 1020px) {
      .home .hero.hero--imaged {
        padding-bottom: 300px; } }
    @media screen and (min-width: 1020px) {
      .home .hero.hero--imaged:after {
        height: 200px; } }
.hero.hero--404 {
  padding-bottom: 60px; }
  @media screen and (min-width: 770px) {
    .hero.hero--404 {
      padding-bottom: 120px; } }
.hero .hero__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75%;
  width: 100%; }
  @media screen and (min-width: 770px) {
    .hero .hero__image {
      bottom: 0;
      max-width: 480px;
      padding-top: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: calc(50% - 20px); }
      .home .hero .hero__image {
        max-width: 700px; } }
  .main__single .hero .hero__image {
    max-width: none;
    overflow: hidden;
    padding-top: 80%;
    position: relative;
    width: 100%; }
    .main__single .hero .hero__image img {
      width: 100%;
      left: 50%;
      top: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  @media screen and (min-width: 1020px) {
    .main__single .hero .hero__image {
      display: none; } }
.hero .hero__content {
  padding-top: 40px; }
  @media screen and (max-width: 770px) {
    .hero .hero__content {
      position: relative;
      z-index: 1; } }
  @media screen and (min-width: 770px) {
    .hero .hero__content {
      padding-top: 80px; } }
  @media screen and (min-width: 1020px) {
    .hero .hero__content {
      padding-top: 120px; } }
  @media screen and (min-width: 570px) {
    .single-stone_cpt .hero .hero__content .row {
      padding-right: 20px; } }
  .hero .hero__content .hero__content__link {
    margin-bottom: 20px; }
    @media screen and (min-width: 1020px) {
      .hero .hero__content .hero__content__link {
        -webkit-transform: translate(0, -60px);
        -moz-transform: translate(0, -60px);
        transform: translate(0, -60px); } }
  .single-stone_cpt .hero .hero__content .title {
    text-transform: uppercase; }
    .single-stone_cpt .hero .hero__content .title .title__low {
      text-transform: lowercase; }
  .single-stone_cpt .hero .hero__content .title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px; }
  @media screen and (min-width: 1020px) {
    .single-news_cpt .hero .hero__content .title, .main__single--contact .hero .hero__content .title {
      margin-left: auto;
      margin-right: auto;
      max-width: 780px; } }
  .hero .hero__content .title:after {
    background-color: rgba(90, 114, 81, 0.2);
    bottom: 3px;
    content: '';
    display: block;
    height: 180px;
    left: -4500px;
    position: absolute;
    z-index: -1;
    width: 9000px; }
    @media screen and (min-width: 770px) {
      .hero .hero__content .title:after {
        height: 300px;
        bottom: 6px; } }
  @media screen and (min-width: 1020px) {
    .main__single--contact .hero .hero__content .rte {
      margin-left: auto;
      margin-right: auto;
      max-width: 780px; } }
  @media screen and (min-width: 1020px) {
    .hero .hero__content .hero__content__meta {
      margin-left: auto;
      margin-right: auto;
      max-width: 780px; } }
  .single-stone_cpt .hero .hero__content .hero__content__meta {
    max-width: 1100px; }
  @media screen and (min-width: 1400px) {
    .hero .hero__content .hero__content__meta {
      align-items: center;
      display: flex;
      justify-content: space-between; } }
  .hero .hero__content .hero__content__meta .label {
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 1400px) {
      .hero .hero__content .hero__content__meta .label {
        margin-bottom: 0; } }
  @media screen and (min-width: 570px) {
    .hero .hero__content .hero__content__meta .hero__content__meta__languages {
      align-items: center;
      display: flex; } }
  @media screen and (min-width: 1400px) {
    .hero .hero__content .hero__content__meta .hero__content__meta__languages {
      justify-content: flex-end; } }
  @media screen and (min-width: 570px) {
    .hero .hero__content .hero__content__meta .hero__content__meta__languages .label {
      margin-bottom: 0; } }
  .hero .hero__content .hero__content__meta .hero__content__meta__languages .hero__content__meta__languages__list {
    display: flex; }
    @media screen and (min-width: 570px) {
      .hero .hero__content .hero__content__meta .hero__content__meta__languages .hero__content__meta__languages__list {
        margin-left: 10px; } }
    .hero .hero__content .hero__content__meta .hero__content__meta__languages .hero__content__meta__languages__list li.current .hero__content__meta__languages__list__trigger {
      background-color: #5A7251;
      color: #ffffff; }
      .hero .hero__content .hero__content__meta .hero__content__meta__languages .hero__content__meta__languages__list li.current .hero__content__meta__languages__list__trigger:active {
        background-color: #5A7251;
        color: #ffffff; }
      @media screen and (min-width: 1100px) {
        .hero .hero__content .hero__content__meta .hero__content__meta__languages .hero__content__meta__languages__list li.current .hero__content__meta__languages__list__trigger:hover {
          background-color: #5A7251;
          color: #ffffff; } }
    .hero .hero__content .hero__content__meta .hero__content__meta__languages .hero__content__meta__languages__list li .hero__content__meta__languages__list__trigger {
      align-items: center;
      color: #5A7251;
      display: flex;
      height: 30px;
      justify-content: center;
      letter-spacing: 3.5px;
      padding: 0 8px 0 10px;
      font-size: 14px;
      font-size: 0.875rem; }
      .hero .hero__content .hero__content__meta .hero__content__meta__languages .hero__content__meta__languages__list li .hero__content__meta__languages__list__trigger:active {
        color: #383838; }
      @media screen and (min-width: 1100px) {
        .hero .hero__content .hero__content__meta .hero__content__meta__languages .hero__content__meta__languages__list li .hero__content__meta__languages__list__trigger:hover {
          color: #383838; }
        .hero .hero__content .hero__content__meta .hero__content__meta__languages .hero__content__meta__languages__list li .hero__content__meta__languages__list__trigger:active {
          color: #5A7251; } }

.stone-content {
  padding-top: 40px; }
  @media screen and (min-width: 570px) {
    .stone-content .row {
      padding-right: 20px; } }
  .stone-content .stone-content__translation {
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px; }
    .stone-content .stone-content__translation.current {
      display: block; }
    @media screen and (min-width: 1020px) {
      .stone-content .stone-content__translation .module {
        max-width: 780px; }
        .stone-content .stone-content__translation .module.module--image-slider {
          max-width: none; } }

.news-content {
  padding-top: 40px; }
  @media screen and (min-width: 1020px) {
    .news-content .module {
      margin-left: auto;
      margin-right: auto;
      max-width: 780px; } }

.single-content {
  padding-top: 60px; }
  @media screen and (min-width: 770px) {
    .single-content {
      padding-top: 120px; } }
  @media screen and (min-width: 1020px) {
    .single-content .single-content__form {
      margin-left: auto;
      margin-right: auto;
      max-width: 780px; } }
  .single-content .single-content__form .single-content__form__box {
    background-color: rgba(90, 114, 81, 0.2);
    margin-top: 40px;
    padding: 20px 30px; }
    @media screen and (min-width: 770px) {
      .single-content .single-content__form .single-content__form__box {
        padding: 30px; } }
    @media screen and (min-width: 1020px) {
      .single-content .single-content__form .single-content__form__box {
        padding: 60px; } }

.teaser-stones {
  padding: 60px 0; }
  @media screen and (min-width: 770px) {
    .teaser-stones {
      padding: 120px 0; } }
  .single .teaser-stones .row {
    max-width: 1680px; }
  .teaser-stones .row .col {
    max-width: 1505px; }
  .teaser-stones .label {
    margin-bottom: 30px; }
  .teaser-stones .teaser-stones__slides {
    margin: -5px 0 0 -20px;
    width: calc(100% + 40px); }
    @media screen and (min-width: 770px) {
      .teaser-stones .teaser-stones__slides {
        margin: -5px 0 0;
        padding-bottom: 40px;
        width: 9999px; }
        .teaser-stones .teaser-stones__slides.teaser-stones__slides--paged {
          padding-bottom: 75px; } }
    .teaser-stones .teaser-stones__slides .slick-list {
      padding-top: 5px; }
    .teaser-stones .teaser-stones__slides .teaser-stones__slides__slide {
      margin: 0 20px; }
      @media screen and (min-width: 770px) {
        .teaser-stones .teaser-stones__slides .teaser-stones__slides__slide {
          height: auto;
          margin: 0 40px 0 0; } }
      @media screen and (min-width: 770px) {
        .teaser-stones .teaser-stones__slides .teaser-stones__slides__slide .teaser-stone {
          height: 100%;
          width: 620px; } }
      @media screen and (min-width: 770px) {
        .teaser-stones .teaser-stones__slides .teaser-stones__slides__slide .teaser-stone.teaser-stone--imaged {
          display: flex;
          flex-wrap: wrap; } }
      @media screen and (min-width: 770px) {
        .teaser-stones .teaser-stones__slides .teaser-stones__slides__slide .teaser-stone.teaser-stone--imaged .teaser-stone__image {
          height: 100%;
          padding-top: 0;
          order: 2;
          width: 220px; } }
      @media screen and (min-width: 770px) {
        .teaser-stones .teaser-stones__slides .teaser-stones__slides__slide .teaser-stone.teaser-stone--imaged .teaser-stone__content {
          order: 1;
          width: calc(100% - 220px); } }
  .teaser-stones .teaser-stones__navigation {
    margin-top: 20px; }
    @media screen and (max-width: 770px) {
      .teaser-stones .teaser-stones__navigation + .button {
        margin-top: 20px; } }
    @media screen and (min-width: 770px) {
      .teaser-stones .teaser-stones__navigation {
        bottom: 16px;
        margin-top: 0;
        position: absolute;
        right: 0; } }

.teaser-news-list {
  padding: 60px 0; }
  @media screen and (min-width: 770px) {
    .teaser-news-list {
      padding: 120px 0; } }
  .teaser-news-list .label {
    margin-bottom: 30px; }
  .teaser-news-list .teaser-news-list__posts {
    padding-bottom: 40px; }
    @media screen and (min-width: 770px) {
      .teaser-news-list .teaser-news-list__posts {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        width: calc(100% + 40px); } }
    @media screen and (max-width: 770px) {
      .teaser-news-list .teaser-news-list__posts .teaser-news-list__posts__post + .teaser-news-list__posts__post {
        margin-top: 20px; } }
    @media screen and (min-width: 770px) {
      .teaser-news-list .teaser-news-list__posts .teaser-news-list__posts__post {
        padding: 0 20px;
        width: 33.3333%; } }
    .teaser-news-list .teaser-news-list__posts .teaser-news-list__posts__post .teaser-news {
      height: 100%; }

.news-listing {
  padding-top: 60px; }
  .news-listing .news-listing__filter {
    margin-bottom: 40px; }
    @media screen and (min-width: 570px) {
      .news-listing .news-listing__filter {
        align-items: center;
        display: flex;
        justify-content: space-between; } }
    @media screen and (min-width: 570px) {
      .news-listing .news-listing__filter .label {
        margin-bottom: 0; } }
    @media screen and (min-width: 570px) {
      .news-listing .news-listing__filter .news-listing__filter__form {
        align-items: center;
        display: flex; } }
    @media screen and (min-width: 570px) {
      .news-listing .news-listing__filter .news-listing__filter__form .label {
        margin-right: 20px; } }
  @media screen and (min-width: 570px) {
    .news-listing .news-listing__posts {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 0 -20px;
      width: calc(100% + 40px); } }
  @media screen and (max-width: 570px) {
    .news-listing .news-listing__posts .news-listing__posts__post + .news-listing__posts__post {
      margin-top: 20px; } }
  @media screen and (min-width: 570px) {
    .news-listing .news-listing__posts .news-listing__posts__post {
      padding: 0 20px 40px;
      width: 50%; } }
  @media screen and (min-width: 770px) {
    .news-listing .news-listing__posts .news-listing__posts__post {
      width: 33.3333%; } }
  .news-listing .news-listing__posts .news-listing__posts__post .teaser-news {
    height: 100%; }

.stone-listing {
  padding-top: 60px; }
  .stone-listing .stone-listing__filter {
    margin-bottom: 40px;
    position: relative; }
    @media screen and (min-width: 1400px) {
      .stone-listing .stone-listing__filter {
        align-items: center;
        display: flex;
        justify-content: space-between; } }
    @media screen and (min-width: 570px) {
      .stone-listing .stone-listing__filter .stone-listing__filter__meta {
        align-items: center;
        display: flex;
        justify-content: space-between; } }
    .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs {
      align-items: center;
      display: flex; }
      .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger {
        align-items: center;
        background-color: #ffffff;
        color: #5A7251;
        display: inline-flex;
        letter-spacing: 3.5px;
        padding: 17px 20px 17px 25px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 0.875rem; }
        .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger.current {
          background-color: #5A7251;
          color: #ffffff; }
        .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .icon, .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger blockquote:before, .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .button--primary:after, .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .module--quote .module--quote__inner:before, .module--quote .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .module--quote__inner:before, .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .teaser-stone .teaser-stone__content .teaser-stone__content__meta:after, .teaser-stone .teaser-stone__content .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .teaser-stone__content__meta:after, .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .teaser-news .teaser-news__content .teaser-news__content__meta:after, .teaser-news .teaser-news__content .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .teaser-news__content__meta:after, .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .info-window:after, .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .footer .footer__legal .footer__legal__navigation .menu li a:before, .footer .footer__legal .footer__legal__navigation .menu li .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger a:before, .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger .slick-arrow:after {
          margin-right: 10px;
          font-size: 16px;
          font-size: 1rem; }
        .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger:active {
          background-color: #5A7251;
          color: #ffffff;
          -webkit-transform: translate(0, 3px);
          -moz-transform: translate(0, 3px);
          transform: translate(0, 3px); }
        @media screen and (min-width: 1100px) {
          .stone-listing .stone-listing__filter .stone-listing__filter__meta .stone-listing__filter__meta__tabs .stone-listing__filter__meta__tabs__trigger:hover {
            background-color: #5A7251;
            color: #ffffff; } }
    .stone-listing .stone-listing__filter .stone-listing__filter__meta .label {
      margin-top: 20px; }
      @media screen and (min-width: 570px) {
        .stone-listing .stone-listing__filter .stone-listing__filter__meta .label {
          margin: 0 0 0 20px; } }
    .stone-listing .stone-listing__filter .stonelisting__filter__form {
      margin-top: 30px; }
      @media screen and (min-width: 570px) {
        .stone-listing .stone-listing__filter .stonelisting__filter__form {
          align-items: center;
          display: flex;
          justify-content: space-between;
          margin-top: 20px; } }
      @media screen and (min-width: 1400px) {
        .stone-listing .stone-listing__filter .stonelisting__filter__form {
          margin-top: 0; } }
      .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field {
        display: none;
        position: relative; }
        .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field.active {
          display: block; }
          @media screen and (min-width: 770px) {
            .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field.active {
              align-items: center;
              display: flex; } }
        .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field + .stonelisting__filter__form__field {
          margin-top: 20px; }
          @media screen and (min-width: 570px) {
            .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field + .stonelisting__filter__form__field {
              margin: 0 0 0 30px; } }
        .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field .select, .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field .input {
          min-width: 200px; }
          @media screen and (min-width: 1400px) {
            .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field .select, .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field .input {
              min-width: 240px; } }
        .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field .input {
          padding-right: 52px; }
        .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field .stonelisting__filter__form__field__submit {
          align-items: center;
          color: #5A7251;
          display: flex;
          height: 52px;
          justify-content: center;
          position: absolute;
          right: 0;
          top: 0;
          width: 52px; }
          .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field .stonelisting__filter__form__field__submit:active {
            color: #383838; }
          @media screen and (min-width: 1100px) {
            .stone-listing .stone-listing__filter .stonelisting__filter__form .stonelisting__filter__form__field .stonelisting__filter__form__field__submit:hover {
              color: #383838; } }
      @media screen and (min-width: 570px) {
        .stone-listing .stone-listing__filter .stonelisting__filter__form .label {
          margin: 0 20px 0 0; } }
    .stone-listing .stone-listing__filter .stone-listing__filter__reset {
      bottom: 1px;
      position: absolute;
      right: 1px; }
      .stone-listing .stone-listing__filter .stone-listing__filter__reset .stone-listing__filter__reset__button {
        background-color: white;
        align-items: center;
        color: #5A7251;
        display: flex;
        height: 50px;
        justify-content: center;
        width: 50px;
        font-size: 14px;
        font-size: 0.875rem; }
        .stone-listing .stone-listing__filter .stone-listing__filter__reset .stone-listing__filter__reset__button:active {
          color: #383838; }
        @media screen and (min-width: 1400px) {
          .stone-listing .stone-listing__filter .stone-listing__filter__reset .stone-listing__filter__reset__button:hover {
            color: #383838; }
          .stone-listing .stone-listing__filter .stone-listing__filter__reset .stone-listing__filter__reset__button:active {
            color: #5A7251; } }
  .stone-listing .stone-listing__map {
    display: none; }
    .stone-listing .stone-listing__map.active {
      display: block; }
    @media screen and (max-width: 570px) {
      .stone-listing .stone-listing__map .map {
        margin-left: -20px;
        width: calc(100% + 40px); } }
    .stone-listing .stone-listing__map .map .map__container {
      height: 300px; }
      @media screen and (min-width: 570px) {
        .stone-listing .stone-listing__map .map .map__container {
          height: 400px; } }
      @media screen and (min-width: 770px) {
        .stone-listing .stone-listing__map .map .map__container {
          height: 500px; } }
      @media screen and (min-width: 1020px) {
        .stone-listing .stone-listing__map .map .map__container {
          height: 600px; } }
  .stone-listing .stone-listing__list {
    display: none; }
    .stone-listing .stone-listing__list.active {
      display: block; }
    @media screen and (min-width: 570px) {
      .stone-listing .stone-listing__list .stone-listing__list__posts {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 -30px -15px;
        width: calc(100% + 30px); } }
    @media screen and (min-width: 770px) {
      .stone-listing .stone-listing__list .stone-listing__list__posts {
        margin: 0 0 -40px -20px;
        width: calc(100% + 40px); } }
    @media screen and (max-width: 570px) {
      .stone-listing .stone-listing__list .stone-listing__list__posts .stone-listing__list__posts__post + .stone-listing__list__posts__post {
        margin-top: 20px; } }
    @media screen and (min-width: 570px) {
      .stone-listing .stone-listing__list .stone-listing__list__posts .stone-listing__list__posts__post {
        padding: 0 15px 30px;
        width: 50%; } }
    @media screen and (min-width: 770px) {
      .stone-listing .stone-listing__list .stone-listing__list__posts .stone-listing__list__posts__post {
        padding: 0 20px 40px;
        width: 33.3333%; } }
    .stone-listing .stone-listing__list .stone-listing__list__posts .stone-listing__list__posts__post .teaser-stone {
      height: 100%; }
    .stone-listing .stone-listing__list .stone-listing__list__all {
      margin-top: 40px; }
  .stone-listing .stone-listing__no-result {
    padding-top: 20px;
    text-align: center; }
    @media screen and (min-width: 570px) {
      .stone-listing .stone-listing__no-result {
        padding-top: 60px; } }

.image-text {
  overflow: hidden;
  padding: 0 0 100px; }
  @media screen and (min-width: 770px) {
    .image-text {
      padding: 50px 0 100px; } }
  @media screen and (min-width: 1020px) {
    .image-text {
      padding: 100px 0 200px; } }
  @media screen and (min-width: 770px) {
    .image-text.image-text--lr {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 770px) {
    .image-text.image-text--lr .image-text__image {
      margin: -50px 0 -100px;
      position: relative; } }
  @media screen and (min-width: 1020px) {
    .image-text.image-text--lr .image-text__image {
      margin: -100px 0 -200px; } }
  @media screen and (min-width: 770px) {
    .image-text.image-text--lr .image-text__content .row .col.col--one-half {
      width: 100%; } }
  @media screen and (min-width: 770px) {
    .image-text.image-text--lr .image-text__content {
      width: calc(50% - 20px); } }
  @media screen and (min-width: 1020px) {
    .image-text.image-text--lr .image-text__content {
      padding: 0 0 0 20px; } }
  .image-text:after {
    background-color: rgba(90, 114, 81, 0.2);
    bottom: 0;
    content: '';
    display: block;
    height: 50px;
    left: 0;
    width: 100%;
    z-index: 3;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (min-width: 770px) {
      .image-text:after {
        width: 50%; } }
    @media screen and (min-width: 1020px) {
      .image-text:after {
        height: 100px; } }
  .image-text .image-text__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
    position: relative;
    width: 100%;
    z-index: 2; }
    @media screen and (min-width: 770px) {
      .image-text .image-text__image {
        bottom: 0;
        max-width: 480px;
        padding-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(50% - 20px); } }
  .image-text .image-text__content {
    padding-top: 30px;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 770px) {
      .image-text .image-text__content {
        padding-top: 0; } }
    .image-text .image-text__content .title:after {
      background-color: rgba(90, 114, 81, 0.2);
      bottom: 3px;
      content: '';
      display: block;
      height: 500px;
      left: -4500px;
      position: absolute;
      z-index: -1;
      width: 9000px; }
      @media screen and (min-width: 770px) {
        .image-text .image-text__content .title:after {
          bottom: 6px; } }

.modules {
  padding: 60px 0; }
  @media screen and (min-width: 770px) {
    .modules {
      padding: 120px 0; } }
  .modules + .teaser-news-list {
    padding-top: 0; }
  @media screen and (min-width: 770px) {
    .modules .col--one-third {
      padding-right: 40px; } }
  .modules .button + .modules__anchors {
    margin-top: 20px; }
    @media screen and (min-width: 770px) {
      .modules .button + .modules__anchors {
        margin-top: 40px; } }
  .modules .modules__anchors {
    background-color: rgba(90, 114, 81, 0.2);
    padding: 30px 20px; }
    @media screen and (min-width: 770px) {
      .modules .modules__anchors {
        padding: 30px; } }
    .modules .modules__anchors .menu {
      margin-top: 30px; }
      .modules .modules__anchors .menu li + li {
        margin-top: 10px; }
      .modules .modules__anchors .menu li a {
        color: #5A7251;
        letter-spacing: 3.5px;
        text-transform: uppercase; }
        .modules .modules__anchors .menu li a:active {
          color: #383838; }
        @media screen and (min-width: 1100px) {
          .modules .modules__anchors .menu li a:hover {
            color: #383838; }
          .modules .modules__anchors .menu li a:active {
            color: #5A7251; } }

/*------------------------------------*\
    MODULES
\*------------------------------------*/
.module + .module {
  margin-top: 40px; }
  @media screen and (min-width: 770px) {
    .module + .module {
      margin-top: 60px; } }

.module--audio .module--audio__description {
  margin-top: 20px; }

.module--image .module--image__description {
  margin-top: 20px; }

.module--image-slider {
  position: relative; }
  .module--image-slider .module--image-slider__slides {
    margin-left: -20px;
    width: calc(100% + 40px); }
    @media screen and (min-width: 770px) {
      .module--image-slider .module--image-slider__slides {
        margin-left: 0;
        width: 100%; } }
    .module--image-slider .module--image-slider__slides .module--image-slider__slides__slide {
      margin: 0 20px; }
      @media screen and (min-width: 770px) {
        .module--image-slider .module--image-slider__slides .module--image-slider__slides__slide {
          margin: 0;
          padding-bottom: 40px; }
          .module--image-slider .module--image-slider__slides .module--image-slider__slides__slide.module--image-slider__slides__slide--descriped {
            padding-bottom: 0; } }
      .module--image-slider .module--image-slider__slides .module--image-slider__slides__slide.slick-current .module--image-slider__slides__slide__description {
        opacity: 1; }
      @media screen and (min-width: 770px) {
        .module--image-slider .module--image-slider__slides .module--image-slider__slides__slide .image {
          padding-right: 10px; }
          .module--image-slider .module--image-slider__slides .module--image-slider__slides__slide .image img {
            height: 400px;
            width: auto; } }
      .module--image-slider .module--image-slider__slides .module--image-slider__slides__slide .module--image-slider__slides__slide__description {
        display: inline-block;
        margin-top: 20px;
        -webkit-transition: opacity 0.2s ease 0s;
        -moz-transition: opacity 0.2s ease 0s;
        transition: opacity 0.2s ease 0s; }
        @media screen and (min-width: 770px) {
          .module--image-slider .module--image-slider__slides .module--image-slider__slides__slide .module--image-slider__slides__slide__description {
            opacity: 0;
            padding-right: 160px; } }
  .module--image-slider .module--image-slider__navigation {
    margin-top: 20px; }
    @media screen and (min-width: 770px) {
      .module--image-slider .module--image-slider__navigation {
        bottom: 0;
        margin-top: 0;
        position: absolute;
        right: 0; } }

.module--links .module--links__links {
  list-style-type: none;
  margin: 0;
  max-width: 550px; }
  .module--links .module--links__links li {
    border-bottom: 2px solid rgba(90, 114, 81, 0.2);
    padding-bottom: 15px; }
    .module--links .module--links__links li + li {
      margin-top: 25px; }
    .module--links .module--links__links li .module--links__links__link {
      color: #5A7251;
      display: block;
      padding-right: 36px;
      position: relative; }
      .module--links .module--links__links li .module--links__links__link:active {
        color: #383838; }
      @media screen and (min-width: 1100px) {
        .module--links .module--links__links li .module--links__links__link:hover {
          color: #383838; }
        .module--links .module--links__links li .module--links__links__link:active {
          color: #5A7251; } }
      .module--links .module--links__links li .module--links__links__link .module--links__links__link__label {
        font-size: 16px;
        font-size: 1rem; }
        @media screen and (min-width: 770px) {
          .module--links .module--links__links li .module--links__links__link .module--links__links__link__label {
            font-size: 18px;
            font-size: 1.125rem; } }
      .module--links .module--links__links li .module--links__links__link .icon, .module--links .module--links__links li .module--links__links__link blockquote:before, .module--links .module--links__links li .module--links__links__link .button--primary:after, .module--links .module--links__links li .module--links__links__link .module--quote .module--quote__inner:before, .module--quote .module--links .module--links__links li .module--links__links__link .module--quote__inner:before, .module--links .module--links__links li .module--links__links__link .teaser-stone .teaser-stone__content .teaser-stone__content__meta:after, .teaser-stone .teaser-stone__content .module--links .module--links__links li .module--links__links__link .teaser-stone__content__meta:after, .module--links .module--links__links li .module--links__links__link .teaser-news .teaser-news__content .teaser-news__content__meta:after, .teaser-news .teaser-news__content .module--links .module--links__links li .module--links__links__link .teaser-news__content__meta:after, .module--links .module--links__links li .module--links__links__link .info-window:after, .module--links .module--links__links .footer .footer__legal .footer__legal__navigation .menu li .module--links__links__link a:before, .footer .footer__legal .footer__legal__navigation .menu .module--links .module--links__links li .module--links__links__link a:before, .module--links .module--links__links li .module--links__links__link .slick-arrow:after {
        position: absolute;
        right: 0;
        top: 4px;
        font-size: 16px;
        font-size: 1rem; }

.module--video .module--video__description {
  margin-top: 20px; }

.module--quote .module--quote__inner {
  padding-top: 30px;
  position: relative; }
  @media screen and (min-width: 770px) {
    .module--quote .module--quote__inner {
      padding: 0 0 0 50px; } }
  .module--quote .module--quote__inner:before {
    color: #5A7251;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    font-size: 24px;
    font-size: 1.5rem; }
  .module--quote .module--quote__inner .module--quote__inner__text {
    font-style: italic; }
  .module--quote .module--quote__inner .module--quote__inner__name {
    font-weight: 700;
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 770px) {
      .module--quote .module--quote__inner .module--quote__inner__name {
        font-size: 18px;
        font-size: 1.125rem; } }

@media screen and (min-width: 570px) {
  .module--stones .module--stones__stones {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -30px -15px;
    width: calc(100% + 30px); } }
@media screen and (min-width: 1020px) {
  .module--stones .module--stones__stones {
    margin: 0 0 -40px -20px;
    width: calc(100% + 40px); } }
@media screen and (max-width: 570px) {
  .module--stones .module--stones__stones .module--stones__stones__stone + .module--stones__stones__stone {
    margin-top: 20px; } }
.module--stones .module--stones__stones .module--stones__stones__stone .teaser-stone {
  height: 100%; }
@media screen and (min-width: 570px) {
  .module--stones .module--stones__stones .module--stones__stones__stone {
    padding: 0 15px 30px;
    width: 50%; } }
@media screen and (min-width: 1020px) {
  .module--stones .module--stones__stones .module--stones__stones__stone {
    padding: 0 20px 40px; } }

/*------------------------------------*\
    CONTENT ELEMENTS
\*------------------------------------*/
.anchor {
  position: absolute;
  top: -66px; }
  @media screen and (min-width: 1400px) {
    .anchor {
      top: -97px; } }

.rte + .button {
  margin-top: 30px; }
  @media screen and (min-width: 770px) {
    .rte + .button {
      margin-top: 40px; } }

.map {
  position: relative; }
  .map .map__container {
    background-color: #F4EFE7; }
  .map .map__navigation {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1; }
    .map .map__navigation .button {
      font-size: 20px;
      font-size: 1.25rem; }

.image img {
  /*width: 100%;*/ }

.video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .video.active .video__play {
    display: none; }
  .video .video__play {
    color: #F4EFE7;
    opacity: 0.8;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 80px;
    font-size: 5rem; }
    @media screen and (min-width: 770px) {
      .video .video__play {
        font-size: 100px;
        font-size: 6.25rem; } }
    .video .video__play:active {
      opacity: 1; }
    @media screen and (min-width: 1100px) {
      .video .video__play:hover {
        opacity: 1; } }
  .video .video__player {
    height: 100%;
    position: absolute;
    width: 100%; }

.teaser-stone {
  background-color: rgba(90, 114, 81, 0.2);
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  @media screen and (min-width: 1100px) {
    .teaser-stone:hover {
      -webkit-transform: translate(0, -3px);
      -moz-transform: translate(0, -3px);
      transform: translate(0, -3px); }
      .teaser-stone:hover .teaser-stone__content__meta:after {
        -webkit-transform: translate(3px, 0);
        -moz-transform: translate(3px, 0);
        transform: translate(3px, 0); } }
  .teaser-stone .teaser-stone__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 80%; }
  .teaser-stone .teaser-stone__content {
    color: #383838;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 30px 20px; }
    @media screen and (min-width: 770px) {
      .teaser-stone .teaser-stone__content {
        padding: 30px; } }
    .teaser-stone .teaser-stone__content .teaser-stone__content__text {
      display: block; }
      .teaser-stone .teaser-stone__content .teaser-stone__content__text .teaser-stone__content__text__title {
        text-transform: uppercase; }
        .teaser-stone .teaser-stone__content .teaser-stone__content__text .teaser-stone__content__text__title .teaser-stone__content__text__title__low {
          text-transform: lowercase; }
      .teaser-stone .teaser-stone__content .teaser-stone__content__text .teaser-stone__content__text__excerpt {
        display: block;
        line-height: 1.5;
        font-size: 14px;
        font-size: 0.875rem; }
    .teaser-stone .teaser-stone__content .teaser-stone__content__meta {
      color: #5A7251;
      display: block;
      letter-spacing: 3.5px;
      margin-top: 25px;
      padding-right: 40px;
      position: relative;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem; }
      .teaser-stone .teaser-stone__content .teaser-stone__content__meta:after {
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        font-size: 14px;
        font-size: 0.875rem;
        -webkit-transition: transform 0.1s ease 0s;
        -moz-transition: transform 0.1s ease 0s;
        transition: transform 0.1s ease 0s; }

.teaser-news {
  background-color: rgba(90, 114, 81, 0.2);
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  @media screen and (min-width: 1100px) {
    .teaser-news:hover {
      -webkit-transform: translate(0, -3px);
      -moz-transform: translate(0, -3px);
      transform: translate(0, -3px); }
      .teaser-news:hover .teaser-news__content__meta:after {
        -webkit-transform: translate(3px, 0);
        -moz-transform: translate(3px, 0);
        transform: translate(3px, 0); } }
  .teaser-news.teaser-news--imaged .teaser-news__content {
    padding-top: 30px; }
  .teaser-news .teaser-news__category {
    background-color: #ffffff;
    color: #5A7251;
    display: block;
    letter-spacing: 3.5px;
    padding: 11px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    font-size: 14px;
    font-size: 0.875rem; }
  .teaser-news .teaser-news__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 56.25%; }
  .teaser-news .teaser-news__content {
    color: #383838;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 50px 20px 30px; }
    @media screen and (min-width: 770px) {
      .teaser-news .teaser-news__content {
        padding: 50px 30px 30px; } }
    .teaser-news .teaser-news__content .teaser-news__content__text {
      display: block; }
      .teaser-news .teaser-news__content .teaser-news__content__text .teaser-news__content__text__excerpt {
        display: block;
        line-height: 1.5;
        font-size: 14px;
        font-size: 0.875rem; }
    .teaser-news .teaser-news__content .teaser-news__content__meta {
      color: #5A7251;
      display: block;
      letter-spacing: 3.5px;
      margin-top: 25px;
      padding-right: 40px;
      position: relative;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem; }
      .teaser-news .teaser-news__content .teaser-news__content__meta:after {
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        font-size: 14px;
        font-size: 0.875rem;
        -webkit-transition: transform 0.1s ease 0s;
        -moz-transition: transform 0.1s ease 0s;
        transition: transform 0.1s ease 0s; }

.info-window {
  color: #383838;
  display: block;
  padding: 15px 20px;
  position: relative;
  width: 240px; }
  @media screen and (min-width: 1100px) {
    .info-window:hover:after {
      right: 15px; } }
  .info-window:after {
    bottom: 15px;
    color: #5A7251;
    content: "";
    position: absolute;
    right: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: right 0.1s ease 0s;
    -moz-transition: right 0.1s ease 0s;
    transition: right 0.1s ease 0s; }
  .info-window .info-window__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: -15px 0 20px -20px;
    padding-top: 80%;
    width: calc(100% + 40px); }
  .info-window .info-window__title {
    display: block;
    font-family: "PT Serif", Times New Roman, Times, Verdana, serif;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem; }
    .info-window .info-window__title .info-window__title__low {
      text-transform: lowercase; }
  .info-window .info-window__excerpt {
    display: block;
    line-height: 1.5;
    font-size: 12px;
    font-size: 0.75rem; }
  .info-window .info-window__meta {
    color: #5A7251;
    display: block;
    letter-spacing: 3px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem; }

.gm-style .gm-style-iw-t {
  margin-bottom: 5px; }
.gm-style .gm-style-iw-c {
  max-height: none !important;
  max-width: 240px !important;
  padding: 0; }
  @media screen and (min-width: 770px) {
    .gm-style .gm-style-iw-c {
      max-width: 300px !important; } }
.gm-style .gm-style-iw-d {
  max-height: none !important;
  max-width: 100% !important;
  overflow: hidden !important; }
.gm-style button.gm-ui-hover-effect {
  right: 0 !important;
  top: 0 !important; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper {
  overflow: hidden;
  position: relative; }

.header {
  background-color: #383838;
  display: flex;
  flex-wrap: wrap;
  height: 67px;
  justify-content: space-between;
  left: 0;
  min-width: 320px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media screen and (min-width: 1400px) {
    .header {
      height: 98px; } }
  .header .header__logo {
    background-color: #ffffff;
    display: block;
    padding: 15px 30px; }
    @media screen and (min-width: 1400px) {
      .header .header__logo {
        padding: 28px 60px; } }
    .header .header__logo .header__logo__image {
      display: block; }
      @media screen and (max-width: 1400px) {
        .header .header__logo .header__logo__image {
          height: 37px;
          width: 180px; } }
  .header .header__burger {
    align-items: center;
    background-color: #383838;
    display: flex;
    justify-content: flex-end;
    padding-right: 16px;
    width: 80px; }
    @media screen and (min-width: 1020px) {
      .header .header__burger {
        display: none; } }
    .header .header__burger .header__burger__icon {
      width: 34px;
      height: 14px;
      -webkit-transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
      -moz-transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
      transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; }
      .header .header__burger .header__burger__icon .header__burger__icon__bar {
        background-color: #ffffff;
        height: 2px;
        width: 100%;
        -webkit-transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
        -moz-transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
        transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s; }
        .header .header__burger .header__burger__icon .header__burger__icon__bar.header__burger__icon__bar--bottom {
          -webkit-transform: translate(0, 10px);
          -moz-transform: translate(0, 10px);
          transform: translate(0, 10px); }
      .nav-active .header .header__burger .header__burger__icon {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg); }
        .nav-active .header .header__burger .header__burger__icon .header__burger__icon__bar.header__burger__icon__bar--top {
          -webkit-transform: translateY(3px) rotate(45deg);
          -moz-transform: translateY(3px) rotate(45deg);
          transform: translateY(3px) rotate(45deg); }
        .nav-active .header .header__burger .header__burger__icon .header__burger__icon__bar.header__burger__icon__bar--bottom {
          -webkit-transform: translateY(1px) rotate(-45deg);
          -moz-transform: translateY(1px) rotate(-45deg);
          transform: translateY(1px) rotate(-45deg); }

.main {
  display: block;
  padding-top: 67px; }
  @media screen and (min-width: 1400px) {
    .main {
      padding-top: 98px; } }
  @media screen and (min-width: 1020px) {
    .main .main__single {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 770px) {
    .main .main__single.main__single--contact .main__single__content {
      padding-bottom: 120px; } }
  @media screen and (min-width: 1020px) {
    .main .main__single .main__single__content {
      width: calc(100% - 380px); } }
  @media screen and (min-width: 1400px) {
    .main .main__single .main__single__content {
      padding-right: 20px;
      width: calc(100% - 480px); } }
  .main .main__single .main__single__aside {
    padding: 50px 0 40px; }
    @media screen and (min-width: 1020px) {
      .main .main__single .main__single__aside {
        background-color: rgba(90, 114, 81, 0.2);
        height: auto;
        padding: 0 0 40px 0;
        width: 380px; } }
    @media screen and (min-width: 1400px) {
      .main .main__single .main__single__aside {
        width: 480px; } }
    .main .main__single .main__single__aside .main__single__aside__image {
      display: none; }
      @media screen and (min-width: 1020px) {
        .main .main__single .main__single__aside .main__single__aside__image {
          display: block; } }
      .main .main__single .main__single__aside .main__single__aside__image img {
        width: 100%; }
    .main .main__single .main__single__aside .main__single__aside__map .map__container {
      height: 300px;
      width: 100%; }
      @media screen and (min-width: 770px) {
        .main .main__single .main__single__aside .main__single__aside__map .map__container {
          height: 400px; } }
    .main .main__single .main__single__aside .main__single__aside__map .map__navigation {
      position: absolute;
      z-index: 10; }
    .main .main__single .main__single__aside .main__single__aside__button {
      margin: 40px 0 0 20px; }
      @media screen and (min-width: 770px) {
        .main .main__single .main__single__aside .main__single__aside__button {
          margin-left: 40px; } }
    .main .main__single .main__single__aside .main__single__aside__share {
      margin: 0 20px; }
      @media screen and (min-width: 770px) {
        .main .main__single .main__single__aside .main__single__aside__share {
          margin: 60px 0 20px 60px; } }
      @media screen and (max-width: 770px) {
        .main .main__single .main__single__aside .main__single__aside__share .label {
          text-align: center; } }
      .main .main__single .main__single__aside .main__single__aside__share .menu {
        margin-top: 40px; }
        @media screen and (max-width: 770px) {
          .main .main__single .main__single__aside .main__single__aside__share .menu {
            display: flex;
            justify-content: center;
            margin-top: 0; } }
        .main .main__single .main__single__aside .main__single__aside__share .menu li + li {
          margin-top: 10px; }
          @media screen and (max-width: 770px) {
            .main .main__single .main__single__aside .main__single__aside__share .menu li + li {
              margin: 0 0 0 10px; } }
        .main .main__single .main__single__aside .main__single__aside__share .menu li a {
          align-items: center;
          border: 1px solid #5A7251;
          border-radius: 50%;
          color: #5A7251;
          display: flex;
          height: 40px;
          justify-content: center;
          width: 40px;
          font-size: 20px;
          font-size: 1.25rem; }
          @media screen and (min-width: 770px) {
            .main .main__single .main__single__aside .main__single__aside__share .menu li a {
              height: 48px;
              width: 48px; } }
          .main .main__single .main__single__aside .main__single__aside__share .menu li a:active {
            -webkit-transform: translate(0, 3px);
            -moz-transform: translate(0, 3px);
            transform: translate(0, 3px); }
          @media screen and (min-width: 1100px) {
            .main .main__single .main__single__aside .main__single__aside__share .menu li a:hover {
              background-color: #5A7251;
              color: #ffffff; } }
    .main .main__single .main__single__aside .main__single__aside__contact {
      margin: 0 20px; }
      @media screen and (min-width: 770px) {
        .main .main__single .main__single__aside .main__single__aside__contact {
          margin: 60px; } }
      .main .main__single .main__single__aside .main__single__aside__contact .rte + .menu {
        margin-top: 40px; }
      .main .main__single .main__single__aside .main__single__aside__contact .menu li + li {
        margin-top: 20px; }

.footer {
  display: block;
  overflow: hidden;
  position: relative; }
  .footer .row .col {
    padding-bottom: 0; }
  .footer .footer__contact, .footer .footer__legal {
    height: 100%;
    padding: 50px 0;
    position: relative;
    z-index: 1; }
    .footer .footer__contact:after, .footer .footer__legal:after {
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: calc(100% + 40px);
      z-index: -1; }
      @media screen and (min-width: 570px) {
        .footer .footer__contact:after, .footer .footer__legal:after {
          width: calc(100% + 100px); } }
      @media screen and (min-width: 770px) {
        .footer .footer__contact:after, .footer .footer__legal:after {
          width: 9000px; } }
  .footer .footer__contact:after {
    background-color: rgba(90, 114, 81, 0.2);
    right: -20px; }
    @media screen and (min-width: 570px) {
      .footer .footer__contact:after {
        right: -80px;
        width: calc(100% + 100px); } }
    @media screen and (min-width: 770px) {
      .footer .footer__contact:after {
        right: -40px;
        width: 9000px; } }
  .footer .footer__contact .menu li + li {
    margin-top: 20px; }
  @media screen and (min-width: 770px) {
    .footer .footer__legal {
      padding-left: 40px;
      width: calc(100% + 40px); } }
  @media screen and (min-width: 1020px) {
    .footer .footer__legal {
      padding-left: 80px;
      width: calc(100% + 80px); } }
  .footer .footer__legal:after {
    background-color: #5A7251;
    left: -20px; }
    @media screen and (min-width: 770px) {
      .footer .footer__legal:after {
        left: 0; } }
  .footer .footer__legal .title {
    color: #ffffff; }
    .footer .footer__legal .title:before {
      background-color: #ffffff; }
  .footer .footer__legal .footer__legal__navigation .menu li + li {
    margin-top: 20px; }
  .footer .footer__legal .footer__legal__navigation .menu li.file a:before {
    content: ""; }
  .footer .footer__legal .footer__legal__navigation .menu li.balance a:before {
    content: ""; }
  .footer .footer__legal .footer__legal__navigation .menu li.shield a:before {
    content: ""; }
  .footer .footer__legal .footer__legal__navigation .menu li a {
    color: #ffffff;
    display: block;
    letter-spacing: 3.5px;
    padding-left: 30px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem; }
    .footer .footer__legal .footer__legal__navigation .menu li a:before {
      left: 0;
      position: absolute;
      top: 1px;
      font-size: 16px;
      font-size: 1rem; }
    .footer .footer__legal .footer__legal__navigation .menu li a:active {
      opacity: 0.6; }
    @media screen and (min-width: 1100px) {
      .footer .footer__legal .footer__legal__navigation .menu li a:hover {
        opacity: 0.6; }
      .footer .footer__legal .footer__legal__navigation .menu li a:active {
        opacity: 1; } }
  .footer .footer__meta {
    background-color: #383838;
    padding: 30px 0; }
    @media screen and (max-width: 770px) {
      .footer .footer__meta {
        padding: 30px 0 90px;
        position: relative; } }
    .footer .footer__meta .footer__meta__top {
      background-color: #ffffff;
      color: #5A7251;
      position: absolute;
      right: 0;
      top: -60px;
      z-index: 10; }
      @media screen and (min-width: 770px) {
        .footer .footer__meta .footer__meta__top {
          top: 0; } }
      .footer .footer__meta .footer__meta__top:active {
        background-color: #5A7251;
        color: #ffffff; }
      @media screen and (min-width: 1100px) {
        .footer .footer__meta .footer__meta__top:hover {
          background-color: #5A7251;
          color: #ffffff; } }
    .footer .footer__meta p {
      color: #ffffff;
      text-align: center;
      font-size: 18px;
      font-size: 1.125rem; }

/*------------------------------------*\
    HELPER
\*------------------------------------*/
.overlay {
  background-color: #000000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.8;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 150; }
  .form-active .overlay {
    display: block; }

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.menu {
  list-style-type: none; }
  .menu .sub-menu {
    display: none; }

@media screen and (max-width: 1020px) {
  .header__navigation {
    background-color: #383838;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 60px 0 120px;
    pointer-events: none;
    position: fixed;
    top: 67px;
    width: 100%; }
    .nav-active .header__navigation {
      height: calc(100% - 67px);
      overflow: auto;
      opacity: 1;
      pointer-events: auto; } }
@media screen and (min-width: 1020px) {
  .header__navigation {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: -1px;
    padding: 0 20px 0 30px;
    width: calc(100% - 240px); } }
@media screen and (min-width: 1100px) {
  .header__navigation {
    padding: 0 30px 0 40px; } }
@media screen and (min-width: 1400px) {
  .header__navigation {
    padding: 0 50px 0 60px;
    width: calc(100% - 326px); } }
.header__navigation .menu {
  text-align: center; }
  @media screen and (max-width: 1020px) {
    .header__navigation .menu {
      -webkit-transform: translate(0, 20px);
      -moz-transform: translate(0, 20px);
      transform: translate(0, 20px);
      -webkit-transition: transform 0.3s ease 0s;
      -moz-transition: transform 0.3s ease 0s;
      transition: transform 0.3s ease 0s; }
      .nav-active .header__navigation .menu {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0); } }
  @media screen and (min-width: 1020px) {
    .header__navigation .menu {
      align-items: center;
      display: flex; } }
  .header__navigation .menu li + li {
    margin-top: 30px; }
    @media screen and (min-width: 1020px) {
      .header__navigation .menu li + li {
        margin: 0 0 0 20px; } }
    @media screen and (min-width: 1100px) {
      .header__navigation .menu li + li {
        margin-left: 40px; } }
    @media screen and (min-width: 1400px) {
      .header__navigation .menu li + li {
        margin-left: 50px; } }
  .single-stone_cpt .header__navigation .menu li.stones a:active {
    opacity: 1; }
  @media screen and (min-width: 1100px) {
    .single-stone_cpt .header__navigation .menu li.stones a:hover {
      opacity: 1; } }
  .single-stone_cpt .header__navigation .menu li.stones a:after {
    opacity: 1; }
  .single-news_cpt .header__navigation .menu li.news a:active {
    opacity: 1; }
  @media screen and (min-width: 1100px) {
    .single-news_cpt .header__navigation .menu li.news a:hover {
      opacity: 1; } }
  .single-news_cpt .header__navigation .menu li.news a:after {
    opacity: 1; }
  .header__navigation .menu li.current-menu-item a:active, .header__navigation .menu li.current-page-ancestor a:active {
    opacity: 1; }
  @media screen and (min-width: 1100px) {
    .header__navigation .menu li.current-menu-item a:hover, .header__navigation .menu li.current-page-ancestor a:hover {
      opacity: 1; } }
  .header__navigation .menu li.current-menu-item a:after, .header__navigation .menu li.current-page-ancestor a:after {
    opacity: 1; }
  .header__navigation .menu li a {
    color: #ffffff;
    letter-spacing: 3.5px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem; }
    .header__navigation .menu li a:active {
      opacity: 0.6; }
    @media screen and (min-width: 1100px) {
      .header__navigation .menu li a:hover {
        opacity: 0.6; }
      .header__navigation .menu li a:active {
        opacity: 1; } }
    .header__navigation .menu li a:after {
      background-color: #ffffff;
      bottom: -5px;
      content: '';
      display: block;
      height: 2px;
      left: 0;
      opacity: 0;
      position: absolute;
      width: 98%; }
      @media screen and (min-width: 1020px) {
        .header__navigation .menu li a:after {
          bottom: -24px;
          height: 4px; } }
      @media screen and (min-width: 1400px) {
        .header__navigation .menu li a:after {
          bottom: -39px; } }
.header__navigation .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0; }
  @media screen and (max-width: 1020px) {
    .header__navigation .wpml-ls-legacy-list-horizontal {
      margin-top: 60px;
      -webkit-transform: translate(0, 20px);
      -moz-transform: translate(0, 20px);
      transform: translate(0, 20px);
      -webkit-transition: transform 0.3s ease 0s;
      -moz-transition: transform 0.3s ease 0s;
      transition: transform 0.3s ease 0s; }
      .nav-active .header__navigation .wpml-ls-legacy-list-horizontal {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0); } }
  @media screen and (min-width: 1020px) {
    .header__navigation .wpml-ls-legacy-list-horizontal {
      margin: 0; } }
  .header__navigation .wpml-ls-legacy-list-horizontal ul {
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 1100px) {
      .header__navigation .wpml-ls-legacy-list-horizontal ul li + li {
        margin-left: 10px; } }
    .header__navigation .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
      background-color: #ffffff;
      color: #383838; }
      .header__navigation .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a:active {
        opacity: 1; }
      @media screen and (min-width: 1100px) {
        .header__navigation .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a:hover {
          opacity: 1; } }
    .header__navigation .wpml-ls-legacy-list-horizontal ul li a {
      align-items: center;
      color: #ffffff;
      display: flex;
      height: 30px;
      justify-content: center;
      letter-spacing: 3.5px;
      padding: 0 8px 0 10px;
      font-size: 14px;
      font-size: 0.875rem; }
      .header__navigation .wpml-ls-legacy-list-horizontal ul li a:active {
        opacity: 0.6; }
      @media screen and (min-width: 1100px) {
        .header__navigation .wpml-ls-legacy-list-horizontal ul li a:hover {
          opacity: 0.6; }
        .header__navigation .wpml-ls-legacy-list-horizontal ul li a:active {
          opacity: 1; } }

.slider__navigation {
  align-items: center;
  display: flex;
  justify-content: flex-end; }
  .slider__navigation .slider__navigation__counter {
    color: #5A7251;
    letter-spacing: 3.5px;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 770px) {
      .slider__navigation .slider__navigation__counter {
        padding: 0 20px; } }

.slick-track {
  display: flex; }
  .slick-track .slick-slide {
    float: none; }

.slick-arrow {
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  position: relative;
  text-indent: -99999px;
  width: 20px;
  font-size: 16px;
  font-size: 1rem; }
  .slick-arrow:after {
    color: #5A7251;
    display: block;
    height: 100%;
    left: 0;
    line-height: 20px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s; }
  .slick-arrow.slick-prev:after {
    content: ""; }
  @media screen and (min-width: 1100px) {
    .slick-arrow.slick-prev:hover:after {
      -webkit-transform: translate(-3px, 0);
      -moz-transform: translate(-3px, 0);
      transform: translate(-3px, 0); } }
  .slick-arrow.slick-next:after {
    content: ""; }
  @media screen and (min-width: 1100px) {
    .slick-arrow.slick-next:hover:after {
      -webkit-transform: translate(3px, 0);
      -moz-transform: translate(3px, 0);
      transform: translate(3px, 0); } }
  .slick-arrow:active:after {
    color: #383838; }
  @media screen and (min-width: 1100px) {
    .slick-arrow:active:after {
      color: #5A7251; } }

/*------------------------------------*\
    DAMAGE FORM
\*------------------------------------*/
.damage-form {
  height: 100%;
  position: fixed;
  right: 0;
  top: calc(100% - 60px);
  z-index: 200;
  width: 100%;
  -webkit-transition: top 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s; }
  @media screen and (min-width: 570px) {
    .damage-form {
      right: -440px;
      top: 0;
      width: 440px;
      -webkit-transition: right 0.3s ease 0s;
      -moz-transition: right 0.3s ease 0s;
      transition: right 0.3s ease 0s; } }
  .form-active .damage-form {
    top: 0; }
    @media screen and (min-width: 570px) {
      .form-active .damage-form {
        right: 0; } }
  .damage-form .damage-form__trigger {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media screen and (min-width: 570px) {
      .damage-form .damage-form__trigger {
        left: -60px;
        position: absolute;
        top: 127px;
        width: 60px; } }
    @media screen and (min-width: 1400px) {
      .damage-form .damage-form__trigger {
        flex-direction: column;
        top: 158px; } }
    .damage-form .damage-form__trigger:active .damage-form__trigger__label {
      background-color: #729066; }
    @media screen and (min-width: 1100px) {
      .damage-form .damage-form__trigger:hover .damage-form__trigger__label {
        background-color: #729066; }
      .damage-form .damage-form__trigger:active .damage-form__trigger__label {
        background-color: #5A7251; } }
    .damage-form .damage-form__trigger .icon, .damage-form .damage-form__trigger blockquote:before, .damage-form .damage-form__trigger .button--primary:after, .damage-form .damage-form__trigger .module--quote .module--quote__inner:before, .module--quote .damage-form .damage-form__trigger .module--quote__inner:before, .damage-form .damage-form__trigger .teaser-stone .teaser-stone__content .teaser-stone__content__meta:after, .teaser-stone .teaser-stone__content .damage-form .damage-form__trigger .teaser-stone__content__meta:after, .damage-form .damage-form__trigger .teaser-news .teaser-news__content .teaser-news__content__meta:after, .teaser-news .teaser-news__content .damage-form .damage-form__trigger .teaser-news__content__meta:after, .damage-form .damage-form__trigger .info-window:after, .damage-form .damage-form__trigger .footer .footer__legal .footer__legal__navigation .menu li a:before, .footer .footer__legal .footer__legal__navigation .menu li .damage-form .damage-form__trigger a:before, .damage-form .damage-form__trigger .slick-arrow:after {
      align-items: center;
      background-color: #ffffff;
      color: #5A7251;
      display: flex;
      height: 60px;
      justify-content: center;
      width: 60px;
      font-size: 24px;
      font-size: 1.5rem; }
    .damage-form .damage-form__trigger .damage-form__trigger__label {
      align-items: center;
      background-color: #5A7251;
      color: #ffffff;
      display: flex;
      height: 60px;
      justify-content: center;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      width: calc(100% - 60px);
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-transition: background-color 0.1s ease 0s;
      -moz-transition: background-color 0.1s ease 0s;
      transition: background-color 0.1s ease 0s; }
      @media screen and (min-width: 570px) {
        .damage-form .damage-form__trigger .damage-form__trigger__label {
          height: 60px;
          left: 60px;
          padding: 0 30px;
          position: absolute;
          top: 60px;
          transform-origin: top left;
          white-space: nowrap;
          width: auto;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          transform: rotate(90deg); } }
  .damage-form .damage-form__content {
    background-color: #ffffff;
    height: calc(100% - 60px);
    overflow: auto;
    position: relative; }
    @media screen and (min-width: 570px) {
      .damage-form .damage-form__content {
        height: 100%; } }
    .damage-form .damage-form__content .damage-form__content__intro {
      padding: 30px 20px 0; }
      @media screen and (min-width: 570px) {
        .damage-form .damage-form__content .damage-form__content__intro {
          padding: 40px 40px 0; } }
    .damage-form .damage-form__content .damage-form__content__close {
      color: #5A7251;
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 14px;
      font-size: 0.875rem; }
      .damage-form .damage-form__content .damage-form__content__close:active {
        opacity: 0.6; }
      @media screen and (min-width: 1100px) {
        .damage-form .damage-form__content .damage-form__content__close:hover {
          opacity: 0.6; }
        .damage-form .damage-form__content .damage-form__content__close:active {
          opacity: 1; } }
    .damage-form .damage-form__content .damage-form__content__form {
      background-color: rgba(90, 114, 81, 0.2);
      margin-top: 30px;
      padding: 30px 20px; }
      @media screen and (min-width: 570px) {
        .damage-form .damage-form__content .damage-form__content__form {
          margin-top: 40px;
          padding: 40px; } }

/*------------------------------------*\
    FORM
\*------------------------------------*/
form .form__field + .form__field {
  margin-top: 20px; }
form .form__field + h4 {
  margin-top: 30px; }
  @media screen and (min-width: 770px) {
    form .form__field + h4 {
      margin-top: 40px; } }
form .form__field .label {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem; }
form .form__field br {
  display: none; }
form .form__field .form__field__hint {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 0.875rem; }
form.wpcf7-form.sent .form__field, form.wpcf7-form.sent h4 {
  opacity: 0.3;
  pointer-events: none; }
form.wpcf7-form.sent .wpcf7-response-output {
  border-color: #41A324;
  color: #41A324; }
form.wpcf7-form.invalid .wpcf7-response-output {
  border-color: #D61313;
  color: #D61313; }
form .wpcf7-not-valid-tip {
  color: #D61313;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem; }
.wpcf7 form .wpcf7-response-output {
  border: 1px solid;
  border-left: 5px solid;
  border-radius: 3px;
  margin: 30px 0 0;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.input {
  background-color: #ffffff;
  border: 1px solid rgba(56, 56, 56, 0.3);
  border-radius: 0;
  color: #383838;
  font-family: "PT Sans", Arial, Verdana, sans-serif;
  height: 52px;
  outline: none;
  padding: 10px 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s; }
  @media screen and (min-width: 1100px) {
    .input:hover {
      border-color: #383838; } }
  .input:focus {
    border-color: #5A7251; }
  .input.wpcf7-not-valid {
    border-color: #D61313; }
  .input::-ms-expand {
    display: none; }
  .input:disabled {
    opacity: 0.3;
    pointer-events: none; }

textarea.input {
  height: 200px;
  resize: none; }

.input-file {
  align-items: center;
  border: 1px solid rgba(90, 114, 81, 0.3);
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  position: relative;
  -webkit-transition: border-color 0.1s ease 0s;
  -moz-transition: border-color 0.1s ease 0s;
  transition: border-color 0.1s ease 0s; }
  @media screen and (min-width: 1100px) {
    .input-file:hover {
      border-color: #5A7251; } }
  .input-file + .form__field__hint {
    margin-top: 40px; }
  .input-file .input-file__trigger {
    color: #5A7251;
    letter-spacing: 3.5px;
    overflow: hidden;
    overflow-wrap: anywhere;
    pointer-events: none;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 10;
    font-size: 14px;
    font-size: 0.875rem; }
    .input-file .input-file__trigger .icon, .input-file .input-file__trigger blockquote:before, .input-file .input-file__trigger .button--primary:after, .input-file .input-file__trigger .module--quote .module--quote__inner:before, .module--quote .input-file .input-file__trigger .module--quote__inner:before, .input-file .input-file__trigger .teaser-stone .teaser-stone__content .teaser-stone__content__meta:after, .teaser-stone .teaser-stone__content .input-file .input-file__trigger .teaser-stone__content__meta:after, .input-file .input-file__trigger .teaser-news .teaser-news__content .teaser-news__content__meta:after, .teaser-news .teaser-news__content .input-file .input-file__trigger .teaser-news__content__meta:after, .input-file .input-file__trigger .info-window:after, .input-file .input-file__trigger .footer .footer__legal .footer__legal__navigation .menu li a:before, .footer .footer__legal .footer__legal__navigation .menu li .input-file .input-file__trigger a:before, .input-file .input-file__trigger .slick-arrow:after {
      margin-left: 5px; }
  .input-file .wpcf7-form-control-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5; }
    .input-file .wpcf7-form-control-wrap .wpcf7-form-control {
      height: 100%;
      opacity: 0;
      width: 100%; }
      .input-file .wpcf7-form-control-wrap .wpcf7-form-control + .wpcf7-not-valid-tip {
        margin-top: 14px; }

.select {
  background-color: #ffffff;
  background-image: url("img/chevron-select.svg");
  background-position: top 22px right 19px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  border: 1px solid rgba(56, 56, 56, 0.3);
  border-radius: 0;
  color: #383838;
  font-family: "PT Sans", Arial, Verdana, sans-serif;
  height: 52px;
  outline: none;
  padding: 10px 52px 10px 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s; }
  @media screen and (min-width: 1100px) {
    .select:hover {
      border-color: #383838; } }
  .select:focus {
    border-color: #5A7251; }
  .select.wpcf7-not-valid {
    border-color: #D61313; }
  .select::-ms-expand {
    display: none; }

/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: rgba(56, 56, 56, 0.5);
  font-style: italic; }

::-moz-placeholder {
  color: rgba(56, 56, 56, 0.5);
  font-style: italic; }

:-ms-input-placeholder {
  color: rgba(56, 56, 56, 0.5);
  font-style: italic; }

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #383838;
  color: #ffffff;
  text-shadow: none; }

::-webkit-selection {
  background: #383838;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #383838;
  color: #ffffff;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*# sourceMappingURL=style.css.map */
