/* normalize.css */
@media all {
  /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

  /**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

  /* Document
   ========================================================================== */

  html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */

        -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
  }

  /* Sections
   ========================================================================== */

  /**
 * Remove the margin in all browsers (opinionated).
 */

  body {
    margin: 0;
  }

  /**
 * Add the correct display in IE 9-.
 */

  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }

  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

  h1 {
    margin: .67em 0;
    font-size: 2em;
  }

  /* Grouping content
   ========================================================================== */

  /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

  figcaption,
  figure,
  main {
    /* 1 */
    display: block;
  }

  /**
 * Add the correct margin in IE 8.
 */

  figure {
    margin: 1em 40px;
  }

  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

  hr {
    overflow: visible; /* 2 */
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */

    *behavior: url(/scripts/box-sizing.htc);
  }

  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  /* Text-level semantics
   ========================================================================== */

  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

  a {
    background-color: transparent; /* 1 */

    -webkit-text-decoration-skip: objects; /* 2 */
  }

  /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

  a:active,
  a:hover {
    outline-width: 0;
  }

  /**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

  abbr[title] {
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
    border-bottom: none; /* 1 */
  }

  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

  b,
  strong {
    font-weight: inherit;
  }

  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

  b,
  strong {
    font-weight: bolder;
  }

  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  /**
 * Add the correct font style in Android 4.3-.
 */

  dfn {
    font-style: italic;
  }

  /**
 * Add the correct background and color in IE 9-.
 */

  mark {
    color: #000;
    background-color: #ff0;
  }

  /**
 * Add the correct font size in all browsers.
 */

  small {
    font-size: 80%;
  }

  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  /* Embedded content
   ========================================================================== */

  /**
 * Add the correct display in IE 9-.
 */

  audio,
  video {
    display: inline-block;
  }

  /**
 * Add the correct display in iOS 4-7.
 */

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  /**
 * Remove the border on images inside links in IE 10-.
 */

  img {
    border-style: none;
  }

  /**
 * Hide the overflow in IE.
 */

  svg:not(:root) {
    overflow: hidden;
  }

  /* Forms
   ========================================================================== */

  /**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0; /* 2 */
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
  }

  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

  button,
  input {
    /* 1 */
    overflow: visible;
  }

  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

  button,
  select {
    /* 1 */
    text-transform: none;
  }

  /**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

  button,
  html [type="button"],
  /* 1 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* 2 */
       -moz-appearance: button;
  }

  /**
 * Remove the inner border and padding in Firefox.
 */

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }

  /**
 * Restore the focus styles unset by the previous rule.
 */

  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  /**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

  fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
  }

  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

  legend {
    display: table; /* 1 */
    box-sizing: border-box; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
    color: inherit; /* 2 */

    *behavior: url(/scripts/box-sizing.htc);
  }

  /**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }

  /**
 * Remove the default vertical scrollbar in IE.
 */

  textarea {
    overflow: auto;
  }

  /**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */

    *behavior: url(/scripts/box-sizing.htc);
  }

  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

  [type="search"] {
    outline-offset: -2px; /* 2 */

    -webkit-appearance: textfield; /* 1 */
       -moz-appearance: textfield;
  }

  /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
       -moz-appearance: none;
  }

  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

  ::-webkit-file-upload-button {
    font: inherit; /* 2 */

    -webkit-appearance: button; /* 1 */
       -moz-appearance: button;
  }

  /* Interactive
   ========================================================================== */

  /*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

  details,
  /* 1 */
  menu {
    display: block;
  }

  /*
 * Add the correct display in all browsers.
 */

  summary {
    display: list-item;
  }

  /* Scripting
   ========================================================================== */

  /**
 * Add the correct display in IE 9-.
 */

  canvas {
    display: inline-block;
  }

  /**
 * Add the correct display in IE.
 */

  template {
    display: none;
  }

  /* Hidden
   ========================================================================== */

  /**
 * Add the correct display in IE 10-.
 */

  [hidden] {
    display: none;
  }
}
@media all {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    color: inherit;
    border: 0;
  }
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
}
/* main.css */
/* TODO: Design Suche +bug @si*/
@media all {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
  box-sizing: inherit;

    *behavior: url(/scripts/box-sizing.htc);
  }
  html {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    background-color: #fff;
    color: #000;
    hyphens: auto;
    font-size: .625em; /* =10px */

    *behavior: url(/scripts/box-sizing.htc);
  }
  body {
    position: relative;
    padding-bottom: 12rem;
    min-height: 100%;
  }
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #482;
  }
  footer div {
    background: #252525;
    color: #fff;
  }
  div {
    width: auto;
    height: inherit;
  }
  h1 {
    margin-bottom: .5em;
    padding-bottom: .1em;
    border-bottom: .2em solid #003000;
    font-weight: 700;
    font-size: 3rem;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    line-height: 1.3;
  }
  h2 {
    margin-bottom: .5em;
    padding-bottom: .1em;
    border-bottom: .2em solid #004c00;
    font-weight: 700;
    font-size: 2rem;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    line-height: 1.3;
  }
  h3 {
    margin-bottom: .5em;
    padding-bottom: .3em;
    border-bottom: .2em solid #70bb70;
    font-weight: 500;
    font-size: 1.7rem;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    line-height: 1.3;
  }
  h4 {
    margin-bottom: .5em;
    padding-bottom: .3em;
    border-bottom: .2em solid #70bb70;
    font-weight: 500;
    font-size: 1.5rem;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    line-height: 1.3;
  }
  p {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.7rem;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 1.5;
  }
  strong {
    font-weight: bold;
  }
  blockquote {
    margin: 1.5em 1em;
    padding: .5em 1em;
    border-right: .2em solid #ccc;
    border-left: 1em solid #ccc;
    quotes: "\00AB" "\00BB" "\2039" "\203A";
    font-style: italic;
  }
  blockquote p {
    margin-top: 0;
  }
  blockquote p:before,
  blockquote p:after {
    color: #ccc;
    vertical-align: -.1em;
    font-size: 4rem;
    line-height: .1em;
  }
  blockquote p:before {
    margin-right: .25em;
    content: open-quote;
  }
  blockquote p:after {
    margin-left: .25em;
    content: close-quote;
  }
  cite a {
    color: #aaa;
    text-decoration: none;
    font-size: 1.3rem;
  }
  a {
    text-decoration: underline;
    font-size: 1.7rem;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  }
  img {
    display: block;
    max-width: 100%;
    border: 3px solid #482;
  }
  ul:not(.nav) {
    list-style-type: square;
  }
  ul:not(.nav) ul {
    margin-left: 2em;
  }
  ul.noListStyle {
    list-style-type: none;
  }
  ol {
    margin-bottom: 4em;
    padding: 0;
    list-style: none;             /* Remove default numbering */
    counter-reset: li;               /* Initiate a counter */

    *list-style: decimal;          /* Keep using default numbering for IE6/7 */
  }
  ol ol {
    margin: 0 0 0 2em;        /* Add some left margin for inner lists */
  }
  ol.rectangle p {
    position: relative;
    display: block;
    margin: .5em 0 .5em 2.5em;
    padding: .4em .4em .4em .8em;
    /*color: #333;*/
    background: #ddd;
    text-decoration: none;
    transition: all .3s ease-out;

    *padding: .4em;
  }
  ol.rectangle p:hover {
    background: #eee;
  }
  ol.rectangle p::before {
    position: absolute;
    top: 50%;
    left: -2.5em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    background: #70bb70;
    content: counter(li);
    counter-increment: li;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
  }
  ol.rectangle p::after {
    position: absolute;
    top: 50%;
    left: -1em;
    margin-top: -.5em;
    border: .5em solid transparent;
    content: "";
    transition: all .3s ease-out;
  }
  ol.rectangle p:hover::after {
    left: -.5em;
    border-left-color: #70bb70;
  }
  li {
    margin-bottom: .5em;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 1.5;
  }
  table {
    border-spacing: 1em;
    border-collapse: separate;
  }
  table p {
    margin: 0;
  }
  .fa {
    font-size: 1em;
    /*line-height: inherit;*/
  }
  .fa-caret-down, .fa-download, .fa-external-link{
	margin-left: .5em;
  }
  .banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .grid {
    position: relative;
    display: block;
    margin: auto;
    padding: 3em;
    max-width: 1040px;
    width: 100%;
  }
  .imgLink {
    display: block;
    margin: .5em;
  }
  .download {
    display: flex;
    margin-bottom: 1em;

    align-items: center;
  }
  .download a,
  .download img {
    float: left;
    margin-right: 1em;
    max-width: 20em;
    width: 40vw;
  }
  .error {
    color: #700;
  }
  .avoidwrap {
    display: inline-block;
  }
  .nowrap {
    display: inline-block;
    white-space: nowrap;
  }
  span.avoidwrap,
  span.nowrap{
    text-decoration: inherit;
  }
  .noBorder {
    border: none;
  }
  .noUnderline {
    padding-bottom: 0;
    border-bottom: none;
  }
  .clear:after {
    display: block;
    clear: both;
    content: "";
  }
  .box {
    position: relative;
    float: left;
    padding: 3em;
    max-width: 30em;
  }
  .darkGreen {
    background-color: #004c00;
  }
  .darkGreen p {
    color: #90ee90;
  }
  .darkGreen p span {
    color: #fff;
  }
  .darkGreen a {
    color: #90ee90;
  }
  .white{
    background-color: rgba(255, 255, 255, .7);
    margin-left: 1em;
    margin-top: 1em;
  }
  .white p{
    margin-bottom: 0;
    font-style: italic;
    color: #700;
  }
  .light {
    padding: .3em 1em 0;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .7);
  }
  .width-two-thirds > :last-child {
    margin-bottom: 0;
  }
  .wider{
    max-width: 60em;
  }
  .large {
    margin-top: 0;
    margin-bottom: 1em;
    color: #000;
    font-weight: 700;
    font-size: 3rem;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    line-height: 1.3;
  }
  .wir {
    margin: 1em;
    width: 15em;
  }
  .map {
    height: 500px;
    border: 3px solid #482;
  }
  .gm-style-iw p {
    margin: 0;
    color: #fff;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  }
  .gm-style div:not(.gmnoprint) [style*="background-color: rgb(255, 255, 255)"] {
    background-color: #482 !important;
  }
  .copyright{
    float: left;
    color: #333;
    margin: 2rem 3rem;
    line-height: 3rem;
  }
  .search,
  .mapDestInput {
    float: right;
    margin: 1rem 3rem;
    height: 5rem;
    background-color: #2a2e2c;
  }
  .mapDestInput {
    margin: 1em;
  }
  main .search {
    margin: 0;
    width: 100%;
  }
  main .search input {
    width: 55vw;
    border-right: 1px solid #555;
    border-left: 1px solid #555;
  }
  .search div {
    float: right;
  }
  .tipue_search_results_count,
  .tipue_search_warning {
    margin-top: 5rem;
    margin-bottom: 0;
    padding: .5rem 1rem;
    background-color: #482;
    font-size: 1.5rem;
  }
  .tipue_search_content {
    width: 100%;
  }
  .tipue_search_content_element {
    margin: 0;
    padding: 1rem;
    background-color: #ddd;
  }
  .tipue_search_content_element:nth-child(odd) {
    background-color: #bbb;
  }
  .tipue_search_content_text {
    margin: 0;
    font-weight: 300;
  }
  .tipue_search_content_bold {
    font-weight: bold;
  }
  .search input,
  .mapDestInput input {
    float: left;
    margin-right: 1rem;
    padding-left: 1rem;
    min-width: 15rem;
    max-width: 40rem;
    width: 60vw;
    height: 100%;
    border-style: hidden;
    background-color: #2a2e2c;
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 4rem;

    *padding-right: 1rem;
  }
  .search input:focus,
  .mapDestInput input:focus {
    outline: none;
    background-color: #1a1e1c;
  }
  .search button,
  .mapDestInput button {
    position: relative;
    right: 0;
    padding: 0;
    width: 4rem;
    height: 100%;
    border-style: hidden;
    background: transparent;
    cursor: pointer;
  }
  .search button:focus,
  .mapDestInput button:focus {
    /*outline: 2px inset #fff;
		outline-offset: -2px;*/
    outline: none;
    background-color: #1a1c1e;
  }
  .search button i,
  .mapDestInput button i {
    color: #fff;
    font-size: 1.8rem;
  }
  button .fa {
    margin-left: 0;
  }
  .tipue_search_spinner {
    width: 5em;
    height: 3em;
  }
  .tipue_search_spinner > div {
    display: inline-block;
    margin-right: 2px;
    width: 3px;
    height: 100%;
    background-color: #000;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
       -moz-animation: stretchdelay 1.2s infinite ease-in-out;
            animation: stretchdelay 1.2s infinite ease-in-out;
  }
  .tipue_search_spinner .tipue_search_rect2 {
    -webkit-animation-delay: -1.1s;
       -moz-animation-delay: -1.1s;
            animation-delay: -1.1s;
  }
  .tipue_search_spinner .tipue_search_rect3 {
    -webkit-animation-delay: -1.0s;
       -moz-animation-delay: -1.0s;
            animation-delay: -1.0s;
  }
  .search input:-ms-input-placeholder,
  .mapDestInput input:-ms-input-placeholder {
    color: #999;
  }

  .search input::-moz-placeholder,
  .mapDestInput input::-moz-placeholder {
    color: #999;
  }

  .search input::-webkit-input-placeholder,
  .mapDestInput input::-webkit-input-placeholder {
    color: #999;
  }
  .contactus fieldset {
    padding: 20px;
    width: 320px;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;

     -khtml-border-radius: 10px;
  }
  .contactus label {
    font-weight: bold;
    font-size: 1.5em;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  }
  .contactus input[type="text"],
  .contactus textarea {
    margin: .3em 0;
    padding: 3px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    color: #000;
    font-size: 1.5em;
    font-family: Arial, Verdana, sans-serif;
    line-height: 140%;

     -khtml-border-radius: 5px;
  }
  .contactus input[type="text"] {
    width: 220px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .contactus .scaptcha {
    width: 60px;
  }
  .contactus input[type="submit"] {
    width: 100px;
    height: 30px;
  }
  .contactus textarea {
    width: 310px;
    height: 120px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
  }
  .contactus input[type="text"]:focus,
  .contactus textarea:focus {
    outline: none;
    border: 1px solid #482;
    background-color: #eee;
    font-weight: bold;
  }
  .contactus input[type="submit"]:focus,
  .contactus input[type="submit"]:hover {
    outline: none;
    border: 1px solid #093;
  }
  .contactus label.required:after,
  .contactus legend.required:after {
    color: #900;
    content: "*";
  }
  .contactus .container {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .contactus .error {
    color: #900;
    font-size: .7em;
    font-family: Verdana, Arial, sans-serif;
  }
  .contactus .antispam {
    padding: 2px;
    width: 350px;
    border-top: 1px solid #eee;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .contactus .antispam legend {
    font-weight: bold;
    font-size: 1.5em;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  }
  .short_explanation {
    font-size: 1.3em;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  }
  .spmhidip {
    display: none;
    width: 10px;
    height: 3px;
  }
  ::selection {
    background-color: #482;
    color: #fff;
  }
  ::-moz-selection {
    background-color: #482;
    color: #fff;
  }

  .hinweis {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 5rem;
  }

  .hinweis .highlight {
    color: #482;
    font-weight: 700;
  }

  .hinweis i {
    font-style: italic;
  }

  .hinweis button {
    margin-bottom: 5rem;
    padding: .5em;
    font-size: 1.5em;
  }
}

@media screen and (max-width: 800px) {
  .grid {
    padding-right: 7em;
  }
  .search {
    float: left;
    margin: 1em;
  }
  .copyright{
    float:right;
	margin: 2rem 1rem;
  }
  .copyright span{
    display: none;
  }
}

@media screen and (min-width: 600px) {
  html {
    word-wrap: normal;
    word-break: keep-all;
    hyphens: manual;
  }
  .text {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  .mobile {
    display: none;
  }
  .width-one-third {
    float: left;
    margin-right: 5%;
    width: 30%;
  }
  .width-two-thirds {
    float: left;
    width: 60%;
  }
  .width-one-third > :last-child {
    margin-bottom: 0;
  }
  .width-two-thirds > :first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 300px) {
  .search button {
    display: none;
  }
  .copyright {
	display: none; 
	}
}

@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(.4);
       -moz-transform: scaleY(.4);
            transform: scaleY(.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
       -moz-transform: scaleY(1.0);
            transform: scaleY(1.0);
  }
}

@-moz-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(.4);
       -moz-transform: scaleY(.4);
            transform: scaleY(.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
       -moz-transform: scaleY(1.0);
            transform: scaleY(1.0);
  }
}

@keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(.4);
       -moz-transform: scaleY(.4);
            transform: scaleY(.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
       -moz-transform: scaleY(1.0);
            transform: scaleY(1.0);
  }
}

@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-light-webfont.woff") format("woff"), url("../fonts/sourcesanspro-light-webfont.ttf") format("truetype");
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-weight: 400;
  font-style: italic;
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-italic-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-italic-webfont.woff") format("woff"), url("../fonts/sourcesanspro-italic-webfont.ttf") format("truetype");
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-bold-webfont.ttf") format("truetype");
}

@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: "Merriweather";
  src: url("../fonts/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-light-webfont.woff2") format("woff2"), url("../fonts/merriweather-light-webfont.woff") format("woff"), url("../fonts/merriweather-light-webfont.ttf") format("truetype");
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Merriweather";
  src: url("../fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../fonts/merriweather-regular-webfont.woff") format("woff"), url("../fonts/merriweather-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-weight: 400;
  font-style: italic;
  font-family: "Merriweather";
  src: url("../fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-italic-webfont.woff2") format("woff2"), url("../fonts/merriweather-italic-webfont.woff") format("woff"), url("../fonts/merriweather-italic-webfont.ttf") format("truetype");
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Merriweather";
  src: url("../fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/merriweather-bold-webfont.woff") format("woff"), url("../fonts/merriweather-bold-webfont.ttf") format("truetype");
}
    /* nav.css */
@media all {
  nav.main {
    z-index: 9997;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  nav.main ul {
    height: 5rem;
    list-style-type: none;
  }
  nav.main li {
    float: left;
    width: 15rem;
    margin-bottom: 0;
    color: #555;
  }
  nav.main li.active {
    color: #004c00;
  }
  nav.main li:hover {
    color: #fff;
    background-color: #004c00;
  }
  nav.main li.last {
    display: none;
  }
  nav.main a {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 5rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: .3px;
  }
  nav.main li a:hover,
  nav.main li a:focus {
    color: #fff;
    background-color: #004c00;
  }
  nav.main li.active > a span {
    padding-bottom: 1rem;
    border-bottom: .5rem solid #004c00;
  }
  nav.main .sub li.active > a span {
    padding-bottom: .7rem;
    border-bottom: .3rem solid #4e884e;
  }
  nav.main .sub {
    display: none;
    background-color: #eee;
  }
  nav.main li:hover .sub,
  nav.main li:focus-within .sub {
    position: absolute;
    z-index: 9998;
    display: block;
  }
  nav.main .sub li {
    border-right: 1px solid #4e884e;
    border-left: 1px solid #4e884e;
    background-color: inherit;
  }
  nav.main .sub li:first-child{
    border-top: 1px solid #4e884e;
  }
  nav.main .sub li:last-child {
    border-bottom: 1px solid #4e884e;
  }
  nav.main li:hover .sub li,
  nav.main li:focus-within .sub li {
    clear: both;
  }
  nav.main .sub a:hover,
  nav.main .sub a:focus {
    background-color: #4e884e;
  }
  nav.footer {
    width: 100%;
  }
  nav.footer .sub {
    display: none;
  }
  nav.footer li {
    display: block;
    float: left;
    margin-bottom: 0;
  }
  nav.footer li.active {
    background: #111;
  }
  nav.footer li li {
    float: none;
    margin-left: 0;
    list-style-type: circle;
  }
  nav.footer a {
    display: block;
    width: 13rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 5rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: .3px;
  }
  nav.footer i{
    display: none;
  }
  nav a:hover,
  nav a:focus {
    text-decoration: underline;
  }
  a.hidden {
    position: absolute;
    left: -999px;
  }
  a.hidden:focus {
    position: relative;
    left: 3rem;
  }
  .menu-btn {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  main,
  footer {
    right: 0;
    transition: .2s ease-out;
  }
  main {
    position: relative;
  }
  nav.main {
    position: fixed;
    right: -20rem;
    float: right;
    width: 20rem;
    height: 100%;
    transition: .2s ease-out;
    border-bottom: 0;
    background: #fff;
    -webkit-box-shadow: inset 2em 0 2em -2em #000;
       -moz-box-shadow: inset 2em 0 2em -2em #000;
            box-shadow: inset 2em 0 2em -2em #000;
  }
  nav.main ul {
    position: absolute;
    width: 14em;
    height: auto;
  }
  nav.main li {
    float: none;
    width: inherit;
  }
  nav.main li:hover .sub,
nav.main a:focus+.sub {
  right: 14rem;
  margin-top: -5rem;
}
  /*nav.main ul:not(.sub) > li:not(.first):hover::before,
  nav.main ul:not(.sub) > a:focus::before {
    content: "";
    display: block;
    background-color: #eee;
    width: inherit;
    right: 14rem;
    position: absolute;
    height: 5rem;
    border: 1px solid #004c00;
    border-bottom: none;
  }*/
  nav.footer ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  nav.footer li {
    display: none;
  }
  nav.footer .first,
  nav.footer .penultimate,
  nav.footer .last {
    display: inline-block;
    float: none;
  }
  nav.footer .first a,
  nav.footer .penultimate a,
  nav.footer .last a {
    width: auto;
    padding: 0 1em;
  }
  .menu-icon {
    position: fixed;
    z-index: 9999;
    right: 0;
    display: block;
    float: right;
    padding: 2.3em 2em;
    cursor: pointer;
    user-select: none;
    background: #fff;
  }
  .menu-icon .navicon {
    position: relative;
    display: block;
    width: 2em;
    height: 2px;
    transition: background .2s ease-out;
    background: #333;
  }
  .menu-icon .navicon:before,
  .menu-icon .navicon:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .2s ease-out;
    background: #333;
  }
  .menu-icon .navicon:before {
    top: 5px;
  }
  .menu-icon .navicon:after {
    top: -5px;
  }
  .menu-btn:checked ~ main,
  .menu-btn:checked ~ footer {
    right: 20rem;
    transition: .2s ease-out;
  }
  .menu-btn:checked ~ header nav.main {
    right: 0;
    transition: .2s ease-out;
  }
  .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  .menu-btn:checked ~ .menu-icon .navicon:before,
  .menu-btn:checked ~ .menu-icon .navicon:after {
    top: 0;
  }
}
