/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.5;
  background-color: #628f1a;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #628f1a;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Responsive media */
img,
video,
iframe,
embed,
object {
  max-width: 100%;
  height: auto;
}

h2 {
  color: #628f1a;
}

.page {
  width: 100%;
  max-width: 960px;
  background-color: #eaf2da;
  margin: 0 auto;
}

.header {
  background-color: #77ae20;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  height: 250px;
  -webkit-box-shadow: 0 3px 3px #517716;
  -moz-box-shadow: 0 3px 3px #517716;
  -ms-box-shadow: 0 3px 3px #517716;
  -o-box-shadow: 0 3px 3px #517716;
  box-shadow: 0 3px 3px #517716;
  z-index: 10;
  position: relative;
}

.naturschutz {
  background-color: #eaf2da;
  border: 5px solid #fff;
  position: absolute;
  left: -20px;
  top: 20px;
  -webkit-box-shadow: 0 3px 3px #517716;
  -moz-box-shadow: 0 3px 3px #517716;
  -ms-box-shadow: 0 3px 3px #517716;
  -o-box-shadow: 0 3px 3px #517716;
  box-shadow: 0 3px 3px #517716;
  border-radius: 0 0 10px 0;
}

.naturschutz h3 {
  padding: 0.5em 1em;
  margin: 0;
  color: #004d9e;
}

.logo {
  color: #fff;
  text-align: center;
  font-size: 5em;
  line-height: 1em;
  font-family: Georgia, sans-serif;
}

.logo span {
  font-size: 0.5em;
}

.navigation {
  height: 50px;
  position: relative;
  z-index: 9;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 100px;
}

.navigation ul li {
  background-color: #628f1a;
  float: left;
  display: inline;
  border-radius: 0 0 10px 10px;
  width: 180px;
  min-width: 180px;
  text-align: center;
  min-height: 50px;
  margin-right: 0.5em;
  box-shadow: 0 3px 3px #517716;
}

.navigation ul li:hover,
.navigation ul li.active {
  background-color: #94c600;
}

.navigation ul li a {
  color: #fff;
  font-size: 1em;
  line-height: 50px;
  display: block;
  text-decoration: none;
}

.secondarynav ul {
  list-style: none;
  clear: both;
  padding: 20px 0 0 15%;
}

.secondarynav ul li {
  float: left;
  display: inline;
  margin-right: 1em;
  border-right: 1px solid #628f1a;
  padding-right: 1em;
}

.secondarynav ul li a {
  color: #333;
  text-decoration: none;
  padding: 3px;
}

.secondarynav ul li:hover a,
.secondarynav ul li.active a {
  text-decoration: underline;
  background-color: #d2e197;
}

.secondarynav ul li.last {
  border-right: none;
}

hr {
  margin: 1em 0 1em 0;
}

.content h1,
.content h2 {
  line-height: 1.2em;
}

.content p {
  hyphens: auto;
  text-align: justify;
}

.content-innen {
  padding: 0 20% 0 20%;
  position: relative;
}

.content ul.textliste {
  list-style: square;
  padding: 0 0 0 1em;
}

.footer a,
.content a {
  color: #628f1a;
}

.bild {
  margin: 0;
  overflow: hidden;
  font-style: italic;
}

.bild img {
  display: block;
}

.bezugsquellen {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

.textimage {
  float: left;
  margin: 0 2em 1em -5em;
}
.textimage.small {
  max-width: 300px;
}

.abschnitt {
  clear: both;
  overflow: hidden;
}

.weiter {
  float: right;
}

.zurueck {
  float: left;
}

.footer {
  padding: 0 18% 0 20%;
  overflow: hidden;
}

.footer img {
  float: left;
  margin: 0 1em 1em 0;
}

/* Site legal footer */
.legal-footer {
  text-align: center;
  padding: 16px 12px 24px;
  color: #3a4c0e;
}

.legal-footer .legal-links a {
  color: #3a4c0e;
  text-decoration: none;
  margin: 0 8px;
}

.legal-footer .legal-links a:hover,
.legal-footer .legal-links a:focus {
  text-decoration: underline;
}

.legal-footer .sep {
  margin: 0 4px;
  color: #6b8a1b;
}

@media (max-width: 640px) {
  .page {
    width: auto;
    margin: 0 8px;
  }
  .legal-footer {
    padding-bottom: 32px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .branding {
    margin-top: 80px;
  }
  .content-innen {
    padding: 0 20px;
  }
  .footer {
    padding: 0 20px;
  }
  .navigation ul {
    padding-left: 20px;
  }
  .navigation ul li {
    width: 160px;
    min-width: 160px;
    font-size: 0.95em;
    min-height: 2em;
  }
  .navigation ul li a {
    line-height: 2em;
  }
  .secondarynav ul {
    padding: 20px 0 0 5%;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 1.5em;
  }
  .navigation ul {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .navigation ul li {
    width: calc(50% - 1em);
    min-width: auto;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
  .navigation ul li a {
    font-size: 0.9em;
    line-height: 40px;
  }
  .navigation {
    height: auto;
    min-height: 50px;
  }
  .secondarynav ul {
    padding: 10px 0 0 10px;
  }
  .secondarynav ul li {
    font-size: 0.9em;
    margin-right: 0.5em;
    padding-right: 0.5em;
  }
  .textimage {
    float: none;
    margin: 0 0 1em 0;
    width: 100%;
    max-width: 100%;
  }
  .textimage.small {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .navigation ul {
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    align-items: stretch;
  }
  .navigation ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .navigation ul li a {
    font-size: 1em;
    line-height: 40px;
  }
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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