/* compiled by scssphp v0.6.5 on Sun, 21 Jun 2020 22:37:31 +0000 (0.0352s) */

/*
 *
 *
 *
 *		 H E R E   W E   G O
 *
 *
 */
body {
  font-family: "EB Garamond";
  font-weight: 500;
  font-size: 1.3em;
  background-color: #e0d8cb;
  background-color: #fff;
  margin: 0; }
  body a {
    color: #000; }
  body h1 {
    font-weight: 500;
    color: #1d1916; }
  body h3 {
    font-family: "Poppins";
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700; }
  body p {
    hyphens: manual; }
  body .rb {
    display: none; }
  body .small {
    font-size: 0.8em; }
  body .center {
    text-align: center; }
  body #treeCanvas {
    position: absolute;
    width: 83.33%;
    /*Change this in order to change space that the branch takes*/
    height: 71, 4%;
    /*Change this in order to change space that the branch takes*/
    z-index: -2;
    right: 0; }
  body #leavesCanvas {
    position: absolute;
    top: 0;
    background-color: #99b1d5;
    height: 100vh;
    width: 100%;
    z-index: -1; }
  body #image {
    background-image: url("images/panorama.png");
    background-size: auto 100vh;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  body .logo {
    position: absolute;
    top: 20px;
    left: 50%;
    font-size: 1.7em;
    line-height: 0.75em;
    text-align: center;
    z-index: 7;
    width: 326px;
    height: 90px;
    margin-left: -163px;
    background-color: #fff; }
    body .logo a {
      text-decoration: none; }
    body .logo h1 {
      margin: 0;
      padding-top: 10px; }
    body .logo span {
      font-size: 0.3em;
      line-height: 1em;
      text-transform: uppercase; }
  body .arrow_link {
    display: block;
    width: 20px;
    height: 20px; }
  body .arrow {
    display: none;
    width: 20px;
    height: 20px;
    position: relative;
    left: 50%;
    margin-left: -8px;
    top: 30px;
    border-bottom: #617ea9 2px solid;
    border-right: #617ea9 2px solid;
    transform: rotate(45deg);
    animation: pulse 1.5s infinite;
    animation-direction: alternate; }

@keyframes pulse {
    0% {
      border-bottom: #000 2px solid;
      border-right: #000 2px solid;
      margin-top: 0px; }
    100% {
      border-bottom: #617ea9 2px solid;
      border-right: #617ea9 2px solid;
      margin-top: 5px; } }
  body .page {
    position: relative;
    top: 100vh;
    margin-top: 0em; }
  body .section_content {
    margin: 4em auto;
    max-width: 95%; }
  body .header {
    height: auto;
    background-color: black; }
    body .header .section_content {
      margin-top: -1em;
      padding-bottom: 5em; }
      body .header .section_content .main_claim {
        margin-top: 0px; }
        body .header .section_content .main_claim h3 {
          font-size: 1.3em; }
      body .header .section_content h3 {
        color: #fff; }
      body .header .section_content a {
        color: #fff; }
      body .header .section_content p {
        hyphens: manual; }
    body .header .folder {
      text-align: center;
      margin-top: 2em; }
      body .header .folder img {
        height: 193px;
        width: auto;
        border: 2px solid white;
        margin: 10px 0 12px;
        transform: rotate(-7deg); }
      body .header .folder a {
        font-size: 1em;
        text-decoration: none; }
    body .header .hero_image {
      text-align: center;
      position: relative;
      top: -2em;
      z-index: -5; }
      body .header .hero_image img {
        max-width: 100%;
        height: auto; }
    body .header .title_text {
      margin-top: 0em; }
      body .header .title_text div p {
        color: #fff; }
      body .header .title_text div h1 {
        text-align: left;
        font-family: "Poppins";
        color: #fff;
        margin-top: 1em; }
  body .grid_section {
    margin: 0 0; }
  body .center_claim {
    text-align: center;
    margin-top: 2em; }
  body .kern_image, body .kerze_image {
    max-width: 100%;
    margin: auto; }
  body .kern_claim {
    position: relative;
    top: 0em;
    margin: 1em 0; }
  body .garten_image, body .garten_image2 {
    width: 100%; }
  body .blue {
    background-color: #99b1d5;
    padding-top: 1em; }
  body .divider {
    display: block;
    margin: auto;
    width: 200px;
    height: 60px;
    background-image: url("../images/divider.png");
    background-size: contain;
    background-repeat: no-repeat; }
  body .contact h3 {
    margin: 3em auto 2em; }
  body .impressum {
    font-size: 0.8em;
    margin: 2em 0 1em; }

@media only screen and (min-width: 720px) {
  body .rb {
    display: inline; }
    body .logo {
      font-size: 2em;
      width: 426px;
      height: 114px;
      margin-left: -213px;
      top: 40vh;
      background-color: transparent; }
    body .arrow {
      display: block; }
    body .page {
      margin: auto;
      margin-top: 0em; }
    body .section_content {
      max-width: 1030px; }
    body .header .folder {
      margin-top: 0px; }
      body .header .section_content {
        margin-top: 0em; }
      body .header .main_claim {
        margin-top: 30px !important; }
      body .header .hero_image {
        top: -3em; }
        body .header .hero_image img {
          max-width: 650px; }
      body .header .title_text {
        margin-top: 0em; }
    body .grid_section {
      margin: 5em 15px; }
    body .first .grid_section > div:first-child {
      margin-top: 2em; }
    body .kerze_image {
      max-width: 98%;
      margin-bottom: 1em; }
    body .kern_image {
      max-width: 75%;
      margin-left: 23%; }
    body .garten_image2 {
      max-width: 98%;
      margin-bottom: 1em; }
    body .kerze_claim {
      margin-top: 15em; }
    body .kern_claim {
      top: 2.25em;
      margin-bottom: -16em; }
    body .down {
      margin-top: 22.5em; }
    body .contact h3 {
      margin-top: 1em; }
    body .impressum {
      margin: 0em auto 1em;
      max-width: 600px; } }
