@charset "utf-8";
/* CSS Document */
div.page {
  background-color: rgba(102, 84, 62, .65);
}
.logo img {
  margin: 0 auto;
}
.logo {
  z-index: 1;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 400px) {
  .logo img {
    height: 115px;
	}
}
  @media screen and (min-width: 850px) {
    .logo ~ .tag-line {
      min-height: 120px;
    }
    .tag-line {
      margin-bottom: -5px !important;
    }
    .tag-line .ce_image img, .tag-line .rsts-main {
      margin: -120px 0 0 !important;
    }
    /*HOME*/
    .home .tag-line {
      margin-bottom: 115px !important;
    }
    .home .tag-line .ce_image img, .home .tag-line .rsts-main {
      margin: -120px 0 !important;
    }
  }
  @media screen and (max-width: 850px) {
    .tag-line {
      margin-bottom: -5px !important;
    }
    /*HOME*/
    .home .tag-line {
      margin-bottom: 0 !important;
    }
  }
  @media screen and (max-width: 899px) {
    .header-navigation {
      position: relative;
      text-align: center;
      margin-bottom: 10px;
      z-index: 100;
    }
  }
  header div.main-navigation-wrapper {
    background-color: rgba(102, 84, 62, .65) !important;
  }
  .main-navigation {
    color: #ffffff;
  }
  .main-navigation a:hover, .main-navigation a:focus {
    color: #ffffff;
    background: #b89876;
  }
  .main-navigation li > span.active {
    color: #ffffff;
    background: #b89876;
  }
  .main-navigation a, .main-navigation li > span {
    border-left: none;
  }
  .teaser-boxes-item h2 {
    color: #dfbd6d !important;
  }
  /*Rahmen entfernen*/
  .image_container {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  .image_container figcaption, .image_container .caption {
    padding: 0.8em 0 0;
  }
  .footer-navigation-wrapper {
    border-top: 1px solid #ffffff;
  }