@charset "UTF-8";
/*
0 - 600px:        Phone
600 - 900px:      Tablet portrait
900 - 1200px:     Tablet landscape
[1200 - 1800px]   is where our normal styles apply
1800px + :        Big desktop

1em = 16px
*/
* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Regular.woff2') format('woff2'),
  url('fonts/Raleway-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  background-image: linear-gradient(to right bottom, #443C34, #362f29);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem;
  max-width: 1440px;
  margin: 0 auto; }
  @media only screen and (min-width: 1200px) {
    body {
      background-attachment: fixed;
      background-image: linear-gradient(to right bottom, rgba(52, 46, 40, 0.8), rgba(23, 20, 18, 0.9)), url("../../assets/img/mountain.jpg");
      background-position: center center;
      background-size: cover; } }

button:focus {
  outline: 3px solid #443C34; }

::selection {
  background-color: #6A8D73;
  color: #fff;
  text-shadow: 0 1px rgba(2, 2, 2, 0.8); }

body {
  color: #020202;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7; }
  @media only screen and (min-width: 900px) {
    body {
      line-height: 2; } }

h1,
h2,
h3,
h4 {
  hyphens: auto; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.8rem;
  line-height: 4.7rem;
  color: #6A8D73; }
  @media only screen and (min-width: 1200px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.7rem;
  line-height: 3.7rem; }

.section ul li {
  list-style: none; }
  .section ul li::before {
    color: #443C34;
    content: "\232A";
    display: inline-block;
    font-size: 2rem;
    padding-right: 1rem; }

.footer {
  background-color: #6A8D73;
  box-shadow: inset 1px 1px 2px 1px rgba(2, 2, 2, 0.8);
  margin-top: -4rem;
  min-height: 350px;
  position: relative;
  z-index: 0; }
  @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
    .footer {
      -webkit-clip-path: polygon(0px 69px, 100% 28px, 100% 85.32%, 0px 85%);
      clip-path: polygon(0px 69px, 100% 28px, 100% 85.32%, 0px 85%); } }
  @media only screen and (min-width: 600px) {
    .footer {
      min-height: 400px; } }
  @media only screen and (min-width: 1200px) {
    .footer {
      box-shadow: none;
      margin-top: -9rem; } }
  .footer__shadow {
    box-shadow: 0 1rem 10rem black;
    max-height: 48vh;
    position: relative;
    z-index: 10; }
  .footer__navigation {
    align-items: center;
    display: flex;
    height: 50vh;
    justify-content: center;
    padding: 1.5rem; }
    @media only screen and (min-width: 600px) {
      .footer__navigation {
        padding: 2.5rem; } }
    @media only screen and (min-width: 900px) {
      .footer__navigation {
        padding: 4rem; } }
    @media only screen and (min-width: 1200px) {
      .footer__navigation {
        padding: 8rem; } }
  .footer__logo {
    display: none; }
    @media only screen and (min-width: 600px) {
      .footer__logo {
        position: absolute;
        bottom: 10rem;
        right: 1rem;
        display: inline-block; } }
    @media only screen and (min-width: 900px) {
      .footer__logo {
        position: absolute;
        bottom: 10rem;
        right: 4rem;
        display: inline-block; } }
    @media only screen and (min-width: 900px) {
      .footer__logo {
        position: absolute;
        bottom: 8rem;
        right: 5rem;
        display: inline-block; } }
  .footer__info {
    position: absolute;
    bottom: 6.7rem;
    left: 1.5rem;
    display: block;
    color: #020202;
    font-size: 1.2rem;
    margin-bottom: 1rem; }
    .footer__info a {
      color: #020202;
      transition: all 0.4s; }
      .footer__info a:hover {
        color: #fff; }

.basic-flex-grid {
  display: flex;
  flex-direction: column; }
  .basic-flex-grid img {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    margin: 0 auto; }
  @media only screen and (min-width: 900px) {
    .basic-flex-grid {
      flex-direction: row; } }
  .basic-flex-grid__row:first-child {
    margin-bottom: 4rem; }
  @media only screen and (min-width: 900px) {
    .basic-flex-grid__row {
      width: 50%; }
      .basic-flex-grid__row:first-child {
        margin-right: 4rem; } }

.header {
  height: 60vh; }
  @media only screen and (min-width: 1200px) {
    .header {
      height: 70vh;
      display: flex;
      justify-content: center;
      padding-top: 3rem; } }
  .header__container {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #f2f2f2), url("../../assets/img/markus-wirft-small-screen.jpg");
    background-position: left;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 60vh;
    justify-content: space-between;
    padding: 1.5rem; }
    @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
      .header__container {
        -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 93.5%, 0px 85%);
        clip-path: polygon(0px 0px, 100% 0px, 100% 93.5%, 0px 85%); } }
    @media only screen and (min-width: 900px) {
      .header__container {
        background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5), rgba(242, 242, 242, 0.4)), url("../../assets/img/markus-wirft-big-screen.jpg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        flex-direction: row; } }
    @media only screen and (min-width: 1200px) {
      .header__container {
        width: 1200px;
        height: 70vh; } }
  .header__shadow {
    box-shadow: 0 1rem 10rem rgba(2, 2, 2, 0.4);
    max-height: 48vh;
    position: relative;
    z-index: 10; }
    @media only screen and (min-width: 1200px) {
      .header__shadow {
        width: 1200px;
        max-height: 59vh; } }
  .header__headline {
    margin-bottom: 8rem;
    font-weight: 700; }
    @media only screen and (min-width: 600px) {
      .header__headline {
        padding-top: 4rem; } }
    @media only screen and (min-width: 1200px) {
      .header__headline {
        margin: 4rem; } }
    .header__headline--main {
      font-size: 2.5rem; }
      @media only screen and (min-width: 600px) {
        .header__headline--main {
          letter-spacing: 5px;
          line-height: 45px; } }
      @media only screen and (min-width: 1200px) {
        .header__headline--main {
          font-size: 3.5rem;
          letter-spacing: 5px;
          line-height: 45px; } }
      .header__headline--main a {
        color: #020202;
        text-decoration: none; }
      h1.header__headline--main {
        margin: 0; }
    .header__headline--sub {
      color: #020202;
      float: left; }
      @media only screen and (min-width: 600px) {
        .header__headline--sub {
          font-size: 1.8rem;
          letter-spacing: 5px; } }
      @media only screen and (min-width: 1200px) {
        .header__headline--sub {
          font-size: 2rem;
          letter-spacing: 5px;
          float: right; } }

.main {
  background-color: #fff;
  box-shadow: 0 2rem 2rem rgba(2, 2, 2, 0.2);
  margin: -5rem auto 0;
  max-width: 1360px;
  padding: 1.5rem;
  position: relative;
  z-index: 1; }
  .main__content {
    background-color: #fff;
    padding: 1.5rem; }
    @media only screen and (min-width: 600px) {
      .main__content {
        padding: 2.5rem; } }
    @media only screen and (min-width: 900px) {
      .main__content {
        padding: 4rem; } }
    @media only screen and (min-width: 1200px) {
      .main__content {
        padding: 8rem; } }

.section {
  margin: 15rem 0; }
  .section:first-child {
    margin-top: 0; }
  .section h2 {
    border-bottom: 1px solid #6A8D73;
    line-height: 3rem;
    margin: 4rem 0; }
  .section h3,
  .section h4,
  .section p,
  .section ul {
    padding: 0 2rem; }

.section-contact {
  text-align: center;
  font-size: 1.8rem; }

.section-map iframe {
  float: left;
  height: 50vh;
  left: 0;
  padding: 0;
  position: relative;
  width: 95%; }
  @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
    .section-map iframe {
      -webkit-clip-path: polygon(5px 6px, 100% 28px, 96.72% 92.45%, 19px 87.31%);
      clip-path: polygon(5px 6px, 100% 28px, 96.72% 92.45%, 19px 87.31%); } }

.section-map__container {
  align-items: center;
  background-color: #6A8D73;
  display: flex;
  height: 52vh;
  justify-content: center;
  width: 101%;
  margin-top: 3rem; }
  @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
    .section-map__container {
      -webkit-clip-path: polygon(5px 6px, 100% 28px, 96.72% 92.45%, 19px 87.31%);
      clip-path: polygon(5px 6px, 100% 28px, 96.72% 92.45%, 19px 87.31%); } }

.section-map__link {
  margin-right: 3rem;
  float: right; }

@media only screen and (min-width: 1200px) {
  .site-wrapper {
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.1), rgba(242, 242, 242, 0.1));
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 5rem; } }

.site-wrapper__container {
  background-color: #fff;
  position: relative; }

.btn {
  background-color: #6A8D73;
  border: none;
  box-shadow: 0 0 1rem rgba(2, 2, 2, 0.3);
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  margin: 3rem auto;
  padding: 2rem 0.5rem;
  transition: all 0.2s;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    .btn {
      max-width: 50%; } }
  @media only screen and (min-width: 900px) {
    .btn {
      max-width: 25%; } }
  .btn:hover {
    background-color: #6f9378;
    box-shadow: 0 0 2rem rgba(2, 2, 2, 0.3); }
  .btn:focus {
    background-color: #66876e;
    box-shadow: 0 0 1rem rgba(2, 2, 2, 0.5); }

.img-container__center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start; }
  @media only screen and (min-width: 600px) {
    .img-container__center {
      flex-direction: row; } }
  .img-container__center img {
    margin: 0.5rem;
    width: 100%;
    height: 100%;
    min-width: 0; }

.img-portrait {
  max-width: 300px; }

.img-landscape {
  max-width: 450px; }

img.align-center {
  max-width: 100%; }

.menu-trigger {
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  z-index: 100;
  color: #6A8D73;
  transform: rotate(90deg);
  transition: all 0.5s ease;
  line-height: 37px;
  width: 55px;
  height: 55px;
  border: 3px solid #fff;
  text-align: center;
  background-color: #423B33;
  box-shadow: 0 0 1rem rgba(2, 2, 2, 0.3);
  padding-top: 6px; }
  .menu-trigger:before {
    content: 'III';
    font-size: 4rem;
    text-shadow: 0 1px rgba(2, 2, 2, 0.2); }

.menu-trigger.open {
  transform: rotate(360deg);
  color: #fff;
  border: 3px solid #6A8D73;
  border-radius: unset;
  line-height: 30px;
  padding-top: 10px;
  background-color: #423B33; }
  .menu-trigger.open:before {
    content: '\03a7';
    font-size: 4rem; }

#nav-overlay {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  visibility: hidden; }
  #nav-overlay.open {
    visibility: visible; }

#nav-overlay nav {
  overflow: hidden;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  z-index: 90;
  transition: top 350ms ease; }

#nav-overlay nav li {
  display: block;
  text-align: center;
  margin: 1rem 0; }

#nav-overlay nav a, #nav-overlay nav a:visited {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 15px;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  hyphens: auto; }
  @media only screen and (min-width: 600px) {
    #nav-overlay nav a, #nav-overlay nav a:visited {
      font-size: 3rem; } }

#nav-overlay nav a:hover,
#nav-overlay nav a:focus,
#nav-overlay nav a:visited,
#nav-overlay nav a:visited:hover,
#nav-overlay nav a:visited:focus,
#nav-overlay nav a:visited:visited {
  text-decoration: underline; }

#nav-overlay.open nav {
  top: 0; }

#nav-overlay:before, #nav-overlay:after {
  content: "";
  position: absolute;
  z-index: 50;
  top: 0;
  height: 100%;
  width: 100%;
  background: #423B33;
  transition: transform 350ms, -webkit-transform 350ms;
  background-image: url(bg.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position: center center; }

#nav-overlay:before {
  left: 0;
  transform: skew(50deg) translateX(-200%);
  clip: rect(auto 50vw auto auto); }

@media (min-width: 500px) {
  #nav-overlay:before {
    transform: skew(50deg) translateX(-150%); } }

#nav-overlay.open:before {
  transform: skew(0) translateX(0%); }

#nav-overlay:after {
  right: 0;
  transform: skew(50deg) translateX(200%);
  clip: rect(auto auto auto 50vw); }

@media (min-width: 500px) {
  #nav-overlay:after {
    transform: skew(50deg) translateX(150%); } }

#nav-overlay.open:after {
  transform: skew(0) translateX(0%); }

a {
  color: #6A8D73;
  transition: all 0.2s; }
  a:hover {
    text-shadow: 0 1px rgba(2, 2, 2, 0.2); }

.link-item--underline {
  list-style: none; }
  .link-item--underline a {
    color: #000;
    cursor: pointer;
    text-decoration-color: #86a48e;
    transition: all 0.2s; }
    .link-item--underline a:hover {
      text-shadow: 0 1px rgba(2, 2, 2, 0.2); }

.link-item--icon {
  list-style: none;
  font-size: 2rem;
  text-align: center; }
  .link-item--icon a {
    color: #020202;
    text-decoration: none; }

.link-item--mail, .link-item--href {
  text-align: center; }
  .link-item--mail a, .link-item--href a {
    background-color: #6A8D73;
    color: #fff;
    display: block;
    margin: 3rem auto;
    padding: 1rem 0.5rem;
    text-decoration: none; }
    @media only screen and (min-width: 600px) {
      .link-item--mail a, .link-item--href a {
        max-width: 50%; } }
    @media only screen and (min-width: 900px) {
      .link-item--mail a, .link-item--href a {
        margin: 5rem auto;
        max-width: 25%; } }
    .link-item--mail a:link, .link-item--mail a:visited, .link-item--href a:link, .link-item--href a:visited {
      box-shadow: 0 0 1rem rgba(2, 2, 2, 0.3);
      transition: all 0.2s; }
    .link-item--mail a:hover, .link-item--href a:hover {
      background-color: #6f9378;
      box-shadow: 0 0 2rem rgba(2, 2, 2, 0.3); }
    .link-item--mail a:focus, .link-item--href a:focus {
      background-color: #66876e;
      box-shadow: 0 0 1rem rgba(2, 2, 2, 0.5); }
    .link-item--mail a[href^="mailto"]::before, .link-item--mail a[href^="tel"]::before, .link-item--href a[href^="mailto"]::before, .link-item--href a[href^="tel"]::before {
      color: #fff;
      content: "\00bb";
      display: inline-block;
      font-size: 2rem;
      padding-right: 0.5rem; }
    .link-item--mail a[href^="http"]::after, .link-item--href a[href^="http"]::after {
      color: #fff;
      content: "\2192";
      display: inline-block;
      font-size: 2rem;
      padding-right: 0.5rem; }
    .link-item--mail a[href^="mailto"]::after, .link-item--mail a[href^="tel"]::after, .link-item--href a[href^="mailto"]::after, .link-item--href a[href^="tel"]::after {
      color: #fff;
      content: "\00ab";
      display: inline-block;
      font-size: 2rem;
      padding-left: 0.5rem; }

.site-logo__container {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 1200px) {
    .site-logo__container {
      margin: 2rem; } }

.site-logo__img img {
  width: 15rem; }
  @media only screen and (min-width: 1200px) {
    .site-logo__img img {
      width: 18rem; } }

.overlay {
  background-color: rgba(106, 141, 115, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  z-index: 1001;
  width: 100%; }
  .overlay:target {
    opacity: 1;
    visibility: visible; }
  .overlay__container {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem 0;
    max-width: 95vw;
    max-height: 95vh; }
  .overlay__content {
    background-color: #fff;
    max-height: 500px;
    min-width: 300px;
    overflow-y: auto;
    padding: 3rem 4rem; }
    .overlay__content p {
      padding-bottom: 2rem; }
  .overlay__close {
    color: #fff;
    font-size: 4rem;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -1.5rem;
    text-decoration: none;
    display: inline-block; }

.page-title {
  border-bottom: 1px solid #6A8D73;
  margin: 4rem 0;
  color: #6A8D73; }

/*!
 * Cookie Bar component (https://github.com/kovarp/jquery.cookieBar)
 * Version 1.2.0
 *
 * Copyright 2018 Pavel Kovář - Frontend developer [www.pavelkovar.cz]
 * Licensed under MIT (https://github.com/kovarp/jquery.cookieBar/blob/master/LICENSE)
 */
/* Settings */
/* Cookie Bar styles */
.cookie-bar__inner {
  background-color: #6A8D73;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: .875rem;
  padding: .375rem .5rem;
  text-align: center; }
  @media (min-width: 62rem) {
    .cookie-bar__inner {
      display: flex;
      justify-content: center;
      align-items: center; } }

.cookie-bar__buttons {
  display: block;
  margin-top: .375rem; }
  @media (min-width: 62rem) {
    .cookie-bar__buttons {
      display: inline;
      margin-top: 0; } }

.cookie-bar__btn {
  background-color: #443C34;
  color: #fff;
  border: none;
  margin: 0 .875rem;
  padding: .125rem .875rem;
  transition: background-color .3s;
  cursor: pointer; }
  @media (max-width: 36rem) {
    .cookie-bar__btn {
      display: block;
      margin: 0 auto .25rem; } }
  .cookie-bar__btn:hover {
    background-color: #362f29; }
  .cookie-bar__btn:active {
    background-color: #302a25; }

.cookie-bar__link {
  margin: 0 .5rem; }

.cookie-bar a {
  color: #fff;
  text-decoration: underline; }
  .cookie-bar a:hover {
    text-decoration: none; }

/* Privacy popup */
.cookie-bar-privacy-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center; }
  .cookie-bar-privacy-popup.cookie-bar-privacy-popup--hidden {
    display: none; }

.cookie-bar-privacy-popup__dialog {
  background-color: white;
  width: 100%;
  max-width: 50rem;
  max-height: 90vh;
  overflow: auto;
  padding: 2rem 1.5rem 1.5rem;
  position: relative; }

.cookie-bar-privacy-popup__dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  color: white;
  display: block;
  width: 2rem;
  height: 2rem;
  border: none;
  cursor: pointer; }
  .cookie-bar-privacy-popup__dialog__close:before, .cookie-bar-privacy-popup__dialog__close:after {
    content: '';
    display: block;
    width: 1rem;
    height: .25rem;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 25%;
    transform-origin: center center;
    margin-top: -.125rem; }
  .cookie-bar-privacy-popup__dialog__close:before {
    transform: rotate(45deg); }
  .cookie-bar-privacy-popup__dialog__close:after {
    transform: rotate(-45deg); }

.cookie-bar-privacy-popup__dialog p:last-child {
  margin-bottom: 0; }

/* Cookie Bar layouts */
.cookie-bar--bottom-left,
.cookie-bar--bottom-right,
.cookie-bar--bottom {
  z-index: 100;
  position: fixed; }

.cookie-bar--bottom {
  right: 0;
  bottom: 0;
  left: 0; }

.cookie-bar--bottom-left {
  left: 0.9375rem; }

.cookie-bar--bottom-right {
  right: 0.9375rem; }

.cookie-bar--bottom-right,
.cookie-bar--bottom-left {
  bottom: 0.9375rem; }
  @media (min-width: 48rem) {
    .cookie-bar--bottom-right,
    .cookie-bar--bottom-left {
      width: 22.5rem; } }

@media (min-width: 48rem) {
  .cookie-bar--bottom-right .cookie-bar__inner,
  .cookie-bar--bottom-left .cookie-bar__inner,
  .cookie-bar--bottom-right .cookie-bar__buttons,
  .cookie-bar--bottom-left .cookie-bar__buttons {
    display: block; } }

@media (min-width: 48rem) {
  .cookie-bar--bottom-right .cookie-bar__buttons,
  .cookie-bar--bottom-left .cookie-bar__buttons {
    margin-top: .375rem; } }

.cookie-bar--bottom-right .cookie-bar__inner,
.cookie-bar--bottom-left .cookie-bar__inner {
  line-height: 1.3; }

.readmore-js {
  display: none; }
