@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
h1, p, * {
  font-family: 'Open Sans'; }

body {
  background-color: #fff; }

.wrapper_nav {
  background-color: #89aa28;
  height: 130px;
  width: 100%; }
  .wrapper_nav .nav {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; }
    .wrapper_nav .nav img {
      padding-top: 20px; }

.zeichnung {
  max-width: 820px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 50px 0 50px 0; }

.inhalt {
  background-color: #f9fbf4;
  color: #89aa28;
  min-height: calc(100vh - 740px);
  padding-top: 50px;
  padding-bottom: 50px; }
  .inhalt h1 {
    font-size: 28px;
    font-weight: bold; }
  .inhalt a {
    font-weight: normal;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: #89aa28; }
    .inhalt a:hover {
      color: #637c19; }

.footer {
  width: 100%;
  text-align: center; }
  .footer a, .footer p {
    color: #89aa28;
    font-size: 14px; }
  .footer a {
    font-weight: bold;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out; }
    .footer a:hover {
      color: #637c19; }
  .footer .active {
    color: #637c19; }

.gruen {
  background-color: #f9fbf4;
  padding-bottom: 50px; }

.impressum {
  max-width: 940px;
  margin: 0 auto;
  font-family: 'Open Sans';
  font-size: 16px;
  padding-bottom: 50px; }
  .impressum h1, .impressum h2, .impressum h3 {
    font-family: 'Open Sans';
    font-size: 28px;
    padding-top: 25px; }

.texte {
  max-width: 840px;
  font-size: 18px;
  line-height: 130%;
  margin: 0 auto; }
  .texte h1, .texte h2, .texte h3 {
    font-family: 'Open Sans';
    font-size: 28px;
    padding-top: 25px; }

.border {
  float: right;
  border: 7px solid #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  margin: 15px; }

.cover-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px; }

.header-grid {
  width: 100%;
  margin: 50px 0;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "big-top big-top big-top small-top small-top" "small-middle small-middle big-middle big-middle big-middle" "big-bottom big-bottom big-bottom big-bottom big-bottom"; }

.block {
  height: 100%;
  width: 100%;
  border: 1px solid  #f9fbf4;
  background: black; }

#b1 {
  grid-area: big-top; }

#b2 {
  grid-area: small-top; }

#b3 {
  grid-area: small-middle; }

#b4 {
  grid-area: big-middle; }

.bottom-block {
  grid-area: big-bottom;
  display: grid;
  grid-template-columns: 1fr 1fr; }

.callout.secondary {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  background-color: #89aa28;
  border: 1px solid #84a91f;
  border-radius: 4px;
  color: #f9fbf4;
  margin-bottom: 50px;
  font-family: 'Open Sans'; }
  .callout.secondary a {
    color: #f9fbf4; }
  .callout.secondary h5 {
    font-family: 'Open Sans';
    font-size: 1.5rem; }
  .callout.secondary p {
    font-family: 'Open Sans';
    font-size: 1rem; }
  .callout.secondary a {
    font-family: 'Open Sans';
    font-size: 1rem; }

.facebook {
  max-width: 220px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  background-color: #fff;
  border: 1px solid rgba(127, 127, 127, 0.61);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
  z-index: 10000; }
  .facebook img {
    padding: 15px 20px; }

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