@media all {
  /**
	 *  @section Normalisation Module
	 */
  /* (en) Global reset of paddings and margins for all HTML elements */
  /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  /* (en) Correction: margin/padding reset caused too small select boxes. */
  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  /*
	* (en) Global fix of the Italics bugs in IE 5.x and IE 6
	* (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
	*
	* @bugfix
	* @affected   IE 5.x/Win, IE6
	* @css-for    IE 5.x/Win, IE6
	* @valid      yes
	*/
  /*
	* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser
	*      Standard values for colors and text alignment
	*
	* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen
	*      Vorgabe der Standardfarben und Textausrichtung
	*/
  /* (en) avoid visible outlines on DIV and h[x] elements in Webkit browsers */
  /* (de) Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern */
  /* (en) HTML5 - adjusting visual formatting model to block level */
  /* (de) HTML5 - Elements werden als Blockelemente definiert */
  /* (en) HTML5 - default media element styles */
  /* (de) HTML5 - Standard Eigenschaften für Media-Elemente */
  /* (en) HTML5 - don't show <audio> element if there aren't controls */
  /* (de) HTML5 - <audio> ohne Kontrollelemente sollten nicht angezeigt werden */
  /* (en) HTML5 - add missing styling in IE & old FF for hidden attribute */
  /* (de) HTML5 - Eigenschaften für das hidden-Attribut in älteren IEs und FF nachrüsten */
  /* (en) Prevent iOS text size adjust after orientation change, without disabling user zoom. */
  /* (de) Verdindert die automatische Textanpassung bei Orientierungswechsel, ohne Zoom zu blockieren */
  /* (en) set correct box-modell in IE8/9 plus remove padding */
  /* (de) Setze das richtige Box-Modell im IE8/9 und entferne unnötiges Padding */
  /* (en) force consistant appearance of input[type="search"] elements in all browser */
  /* (de) Einheitliches Erscheinungsbild für input[type="search"] Elemente erzwingen */
  /* (en) Correct overflow displayed oddly in IE 9 */
  /* (de) Korrigiert fehlerhafte overflow Voreinstellung des IE 9 */
  /* (en) Address margin not present in IE 8/9 and Safari 5 */
  /* (en) Ergänzt fehlenden Margin in IE 8/9 und Safari 5 */
  /* (en) Clear borders for <fieldset> and <img> elements */
  /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
  /* (en) new standard values for lists, blockquote, cite and tables */
  /* (de) Neue Standardwerte für Listen, Zitate und Tabellen */
  /**
	* @section Float Handling Module
	*/
  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  /* (en) alternative solutions to contain floats */
  /* (de) Alternative Methoden zum Einschließen von Float-Umgebungen */
  /**
	* @section Column Module
	*
	* default column config:
	* |-------------------------------|
	* | col1    | col3      | col2    |
	* | 20%     | flexible  | 20%     |
	* |-------------------------------|
	*/
  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  /**
	* @section Grid Module
	*/
  /**
	* @section Form Module
	*/
  /** Vertical-Forms - technical base (standard)
	*
	* |-------------------------------|
	* | form                          |
	* |-------------------------------|
	* |   label                       |
	* |   input / select / textarea   |
	* |-------------------------------|
	* | /form                         |
	* |-------------------------------|
	*
	* (en) Styling of forms where both label and input/select/textarea are styled with display:block;
	* (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
	*/
  /* default form wrapper width */
  /**
	*  Columnar forms display - technical base (optional)
	*
	*  |-------------------------------------------|
	*  | form                                      |
	*  |-------------------------------------------|
	*  |                                           |
	*  |   label   |   input / select / textarea   |
	*  |                                           |
	*  |-------------------------------------------|
	*  | /form                                     |
	*  |-------------------------------------------|
	*
	*  (en) Styling of forms where label floats left of form-elements
	*  (de) Formulargestaltung, bei der die label-Elemente nach links fließen
	*/
  /* global and local columnar settings for button alignment */
  /**
	* @section Accessibility Module
	*
	* (en) skip links and hidden content
	* (de) Skip-Links und versteckte Inhalte
	*/
  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  /* skiplinks:technical setup */
  * {
    margin: 0;
    padding: 0; }
  option {
    padding-left: 0.4em; }
  select {
    padding: 1px; }
  * html body * {
    overflow: visible; }
  body {
    font-size: 100%;
    background: #fff;
    color: #000;
    text-align: left; }
  div:target, h1:target, h2:target, h3:target, h4:target, h5:target, h6:target {
    outline: 0 none; }
  article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block; }
  audio, canvas, video {
    display: inline-block; }
  audio:not([controls]) {
    display: none; }
  [hidden] {
    display: none; }
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  svg:not(:root) {
    overflow: hidden; }
  figure {
    margin: 0; }
  fieldset, img {
    border: 0 solid; }
  ul, ol, dl {
    margin: 0 0 1em 1em; }
  li {
    line-height: 1.5em;
    margin-left: 0.8em; }
  dt {
    font-weight: bold; }
  dd {
    margin: 0 0 1em 0.8em; }
  blockquote {
    margin: 0 0 1em 0.8em; }
  q {
    quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  .ym-clearfix:before {
    content: "";
    display: table; }
  .ym-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .ym-contain-dt {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .ym-contain-oh {
    display: block;
    overflow: hidden;
    width: 100%; }
  .ym-contain-fl {
    float: left;
    width: 100%; }
  .ym-column {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .ym-col1 {
    float: left;
    width: 20%; }
  .ym-col2 {
    float: right;
    width: 20%; }
  .ym-col3 {
    width: auto;
    margin: 0 20%; }
  .ym-cbox {
    padding: 0 10px; }
  .ym-cbox-left {
    padding: 0 10px 0 0; }
  .ym-cbox-right {
    padding: 0 0 0 10px; }
  .ym-ie-clearing {
    display: none; }
  .ym-grid {
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .ym-gl {
    float: left;
    margin: 0; }
  .ym-gr {
    float: right;
    margin: 0 0 0 -5px; }
  .ym-g20 {
    width: 20%; }
  .ym-g40 {
    width: 40%; }
  .ym-g60 {
    width: 60%; }
  .ym-g80 {
    width: 80%; }
  .ym-g25 {
    width: 25%; }
  .ym-g33 {
    width: 33.333%; }
  .ym-g50 {
    width: 50%; }
  .ym-g66 {
    width: 66.666%; }
  .ym-g75 {
    width: 75%; }
  .ym-g38 {
    width: 38.2%; }
  .ym-g62 {
    width: 61.8%; }
  .ym-gbox {
    padding: 0 10px; }
  .ym-gbox-left {
    padding: 0 10px 0 0; }
  .ym-gbox-right {
    padding: 0 0 0 10px; }
  .ym-equalize {
    overflow: hidden; }
  .ym-equalize > [class*="ym-g"] {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top; }
  .ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
    padding-bottom: 10000px;
    margin-bottom: -10000px; }
  .ym-form, .ym-form fieldset {
    overflow: hidden; }
  .ym-form div {
    position: relative; }
  .ym-form label, .ym-form .ym-label, .ym-form .ym-message {
    position: relative;
    line-height: 1.5;
    display: block; }
  .ym-form .ym-fbox-check label {
    display: inline; }
  .ym-form input, .ym-form textarea {
    cursor: text; }
  .ym-form .ym-fbox-check input, .ym-form input[type="radio"], .ym-form input[type="checkbox"], .ym-form select, .ym-form label {
    cursor: pointer; }
  .ym-form textarea {
    overflow: auto; }
  .ym-form input.hidden, .ym-form input[type=hidden] {
    display: none !important; }
  .ym-form .ym-fbox:before, .ym-form .ym-fbox-text:before, .ym-form .ym-fbox-select:before, .ym-form .ym-fbox-check:before, .ym-form .ym-fbox-button:before {
    content: "";
    display: table; }
  .ym-form .ym-fbox:after, .ym-form .ym-fbox-text:after, .ym-form .ym-fbox-select:after, .ym-form .ym-fbox-check:after, .ym-form .ym-fbox-button:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .ym-form .ym-fbox-check input:focus, .ym-form .ym-fbox-check input:hover, .ym-form .ym-fbox-check input:active, .ym-form input[type="radio"]:focus, .ym-form input[type="radio"]:hover, .ym-form input[type="radio"]:active, .ym-form input[type="checkbox"]:focus, .ym-form input[type="checkbox"]:hover, .ym-form input[type="checkbox"]:active {
    border: 0 none; }
  .ym-form input, .ym-form textarea, .ym-form select {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%; }
  .ym-form .ym-fbox-check input, .ym-form input[type="radio"], .ym-form input[type="checkbox"] {
    width: auto;
    display: inline;
    width: auto;
    margin-left: 0;
    margin-right: 0.5ex; }
  .ym-form label, .ym-form .ym-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .ym-form .ym-fbox-button input {
    display: inline;
    overflow: visible;
    width: auto; }
  .ym-form .ym-inline {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: auto;
    vertical-align: baseline; }
  .ym-fbox-wrap {
    display: table;
    table-layout: fixed;
    width: 70%; }
    .ym-fbox-wrap input, .ym-fbox-wrap textarea, .ym-fbox-wrap select {
      width: 100%; }
    .ym-fbox-wrap input[type="radio"], .ym-fbox-wrap input[type="checkbox"] {
      display: inline;
      width: auto;
      margin-left: 0;
      margin-right: 0.5ex; }
    .ym-fbox-wrap label, .ym-fbox-wrap .ym-label {
      display: inline; }
  .ym-full input, .ym-full textarea, .ym-full select {
    width: 100%; }
  .ym-full .ym-fbox-wrap {
    width: 100%; }
  .ym-columnar input, .ym-columnar textarea, .ym-columnar select {
    float: left;
    margin-right: -3px; }
  .ym-columnar label, .ym-columnar .ym-label {
    display: inline;
    float: left;
    width: 30%;
    z-index: 1; }
  .ym-columnar .ym-fbox-check input, .ym-columnar .ym-message {
    margin-left: 30%; }
  .ym-columnar .ym-fbox-wrap {
    margin-left: 30%;
    margin-right: -3px; }
    .ym-columnar .ym-fbox-wrap .ym-message {
      margin-left: 0%; }
    .ym-columnar .ym-fbox-wrap label {
      float: none;
      width: auto;
      z-index: 1;
      margin-left: 0; }
    .ym-columnar .ym-fbox-wrap input {
      margin-left: 0;
      position: relative; }
  .ym-columnar .ym-fbox-check {
    position: relative; }
    .ym-columnar .ym-fbox-check label, .ym-columnar .ym-fbox-check .ym-label {
      padding-top: 0; }
    .ym-columnar .ym-fbox-check input {
      top: 3px; }
  .ym-columnar .ym-fbox-button input {
    float: none;
    margin-right: 1em; }
  .ym-fbox-wrap + .ym-fbox-wrap {
    margin-top: 0.5em; }
  .ym-columnar fieldset .ym-fbox-button, fieldset.ym-columnar .ym-fbox-button {
    padding-left: 30%; }
  .ym-skip, .ym-hideme, .ym-print {
    position: absolute;
    top: -32768px;
    left: -32768px; }
  .ym-skip:focus, .ym-skip:active {
    position: static;
    top: 0;
    left: 0; }
  .ym-skiplinks {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .ym-skiplinks .ym-skip:focus, .ym-skiplinks .ym-skip:active {
      left: 32768px;
      outline: 0 none;
      position: absolute;
      width: 100%; } }

@media print {
  /**
	* @section print adjustments for core modules
	*
	* (en) float containment for grids. Uses display:table to avoid bugs in FF & IE
	* (de) Floats in Grids einschließen. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden
	*
	* @bugfix
	* @since     3.0
	* @affected  FF2.0, FF3.0, IE7
	* @css-for   all browsers
	* @valid     yes
	*/
  /* (en) make .ym-print class visible */
  /* (de) .ym-print-Klasse sichtbar schalten */
  /* (en) generic class to hide elements for print */
  /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
  .ym-grid > .ym-gl, .ym-grid > .ym-gr {
    overflow: visible;
    display: table;
    table-layout: fixed; }
  .ym-print {
    position: static;
    left: 0; }
  .ym-noprint {
    display: none !important; } }

@media all {
  /* 4 navigation levels defined */
  .ym-vlist {
    margin: 0 0 1.5em 0;
    list-style-type: none;
    background: transparent;
    border: 0 none; }
    .ym-vlist ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%;
      overflow: hidden; }
    .ym-vlist ul ul {
      border: 0 none; }
    .ym-vlist li {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      background-color: transparent; }
    .ym-vlist a, .ym-vlist span {
      display: block;
      padding: 3px 0px 3px 10%;
      text-decoration: none;
      font-weight: bold; }
    .ym-vlist a, .ym-vlist a:visited {
      color: #444; }
    .ym-vlist li.active {
      color: #51a027;
      background-color: transparent; }
    .ym-vlist li a, .ym-vlist li span {
      width: 95%;
      padding-left: 1%; }
    .ym-vlist li a:focus, .ym-vlist li a:hover, .ym-vlist li a:active {
      background-color: transparent;
      color: #51a027;
      outline: 0 none; }
    .ym-vlist li ul li a, .ym-vlist li ul li .active {
      width: 95%;
      padding-left: 12%;
      font-weight: normal; }
    .ym-vlist li ul li a, .ym-vlist li ul li a:visited {
      background-color: transparent;
      color: #333; }
    .ym-vlist li ul li a:focus, .ym-vlist li ul li a:hover, .ym-vlist li ul li a:active {
      background-color: transparent;
      color: #51a027; }
    .ym-vlist li ul li ul li a {
      width: 99%;
      padding-left: 21%; }
    .ym-vlist li ul li ul li .active {
      padding-left: 11%; }
    .ym-vlist li ul li ul li a, .ym-vlist li ul li ul li a:visited {
      background-color: transparent;
      color: #333; }
    .ym-vlist li ul li ul li a:focus, .ym-vlist li ul li ul li a:hover, .ym-vlist li ul li ul li a:active {
      background-color: transparent;
      color: #51a027; }
    .ym-vlist li ul li ul li ul li a {
      width: 95%;
      padding-left: 22%; }
    .ym-vlist li ul li ul li ul li .active {
      padding-left: 13%; }
    .ym-vlist li ul li ul li ul li a, .ym-vlist li ul li ul li ul li a:visited {
      background-color: transparent;
      color: #333; }
    .ym-vlist li ul li ul li ul li a:focus, .ym-vlist li ul li ul li ul li a:hover, .ym-vlist li ul li ul li ul li a:active {
      background-color: transparent;
      color: #51a027; }
    .ym-vlist [data-icon]:before {
      font-size: 1.3em;
      margin-right: 0.4em;
      vertical-align: text-top; }
  #footer-nav {
    float: right;
    text-align: right; }
    #footer-nav ul {
      background-color: transparent; } }

@media all {
  /*!
	* @section global typography settings
	*
	* vertical rhythm settings (based on em-unit)
	* -------------------------------------------
	* basefont-size:  14px (87.5%)
	* line-height  :  21px (factor: 1.5) */
  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  /**
	* (en) reset monospaced elements to font size 16px in all browsers
	* (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
	*
	* @see: http://webkit.org/blog/67/strange-medium/
	*/
  /*! font-size: 14px; */
  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  /*--- Links ----------------------------------------------------------------------------------------- */
  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
  /* --- images ------------------ */
  /* IE6 workaround - 2% space for possible borders */
  /**
	* ----------------------------------------------------------------------- #
	*
	* Generic Content Classes
	*
	* (en) standard classes for positioning and highlighting
	* (de) Standardklassen zur Positionierung und Hervorhebung
	*
	* @section content-generic-classes
	*/
  /**
	* ------------------------------------------------------------------------------------------------- #
	*
	* Tables | Tabellen
	*
	* (en) Generic classes for table-width and design definition
	* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
	*
	* @section content-tables
	*/
  html * {
    font-size: 100%; }
  textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier; }
  body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    color: #444; }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #161e21;
    margin: 0; }
  h1 {
    /*! font-size: 24px; */
    font-size: 171.42857%;
    line-height: 1.75;
    margin: 0 0 0.875em 0; }
  h2 {
    /*! font-size: 20px; */
    font-size: 142.85714%;
    line-height: 2.1;
    margin: 0 0 1.05em 0; }
  h3 {
    /*! font-size: 18px; */
    font-size: 128.57143%;
    line-height: 1.16667;
    margin: 0 0 1.16667em 0; }
  h4 {
    /*! font-size: 16px; */
    font-size: 114.28571%;
    line-height: 1.3125;
    margin: 0 0 1.3125em 0; }
  h5 {
    /*! font-size: 18px; */
    font-size: 128.57143%;
    line-height: 1.16667;
    margin: 0 0 1.16667em 0; }
  h6 {
    /*! font-size: 14px; */
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 1.5em 0; }
  ul, ol, dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0; }
  ul {
    list-style-type: disc; }
  ol {
    list-style-type: decimal; }
  ul ul {
    list-style-type: circle;
    margin-top: 0; }
  ol ol {
    list-style-type: lower-latin;
    margin-top: 0; }
  ol ul {
    list-style-type: circle;
    margin-top: 0; }
  li {
    font-size: 100%;
    line-height: 1.5;
    margin-left: 1.2em; }
  dt {
    font-weight: bold; }
  dd {
    margin: 0 0 1.5em 0.8em; }
  p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0; }
  blockquote, cite, q {
    font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic; }
  blockquote {
    background: transparent;
    color: #666;
    margin: 1.5em 0 0 1.5em; }
  strong, b {
    font-weight: bold; }
  em, i {
    font-style: italic; }
  big {
    /*! font-size: 16px; */
    font-size: 114.28571%;
    line-height: 1.3125; }
  small {
    /*! font-size: 12px; */
    font-size: 85.71429%;
    line-height: 1.75; }
  pre, code, kbd, tt, samp, var {
    font-size: 100%; }
  pre {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  pre, code {
    color: #800; }
  kbd, samp, var, tt {
    color: #666;
    font-weight: bold; }
  var, dfn {
    font-style: italic; }
  acronym, abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: 0.07em;
    cursor: help; }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  sup {
    top: -0.5em; }
  sub {
    bottom: -0.25em; }
  mark {
    background: #ff0;
    color: #000; }
  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.75em 0;
    padding: 0 0 0.67857em 0;
    border: 0;
    border-bottom: 1px #eee solid; }
  a {
    color: #51a027;
    background: transparent;
    text-decoration: none; }
  a:active {
    outline: none; }
  a:hover, a:focus {
    background-color: #51a027;
    color: #fff;
    text-decoration: none; }
  img, figure {
    margin: 0; }
  .flexible {
    margin-bottom: 1.5em;
    max-width: 100%;
    height: auto; }
  * html .flexible {
    width: 98%; }
  .bordered {
    margin-bottom: 1.5em;
    border: 2px #eee solid;
    border: 2px white solid;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
  .highlight {
    color: #c30; }
  .dimmed {
    color: #888; }
  .box {
    border-radius: 0.3em;
    border-width: 1px;
    border-style: solid;
    border-color: #888;
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    color: #444;
    color: rgba(0, 0, 0, 0.8);
    padding: 1.42857em;
    margin: 0 0 1.5em 0; }
    .box > *:last-child {
      margin-bottom: 0; }
  .label {
    font-family: Verdana, Geneva, sans-serif;
    padding: 1px 6px 2px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    white-space: nowrap;
    border-radius: 3px;
    background: #06C;
    color: #fff;
    font-size: 10px;
    line-height: 12px; }
  .info {
    background: #f4f4f4; }
  .success {
    background: #8c8; }
  .warning {
    background: #cc8; }
  .error {
    background: #c88; }
  .float-left {
    float: left;
    display: inline;
    margin: 0 1em 1.5em 0; }
  .float-right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1em; }
  .center {
    display: block;
    text-align: center;
    margin: 0 auto 1.5em auto; }
  table {
    width: 100%;
    border-collapse: collapse;
    color: #444;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin: 0 0 1.35714em 0; }
    table.narrow {
      margin: 0 0 1.42857em 0; }
      table.narrow th, table.narrow td {
        padding: 0 0.5em;
        line-height: 1.42857; }
    table.fixed {
      table-layout: fixed; }
    table.bordertable {
      border: 1px #ccc solid; }
      table.bordertable thead th {
        background: #e0e0e0;
        border-right: 1px #ccc solid;
        border-bottom: 1px #ccc solid; }
      table.bordertable tbody th[scope="row"] {
        background: #f0f0f0; }
      table.bordertable tbody th {
        border-right: 1px solid #ccc; }
      table.bordertable tbody td {
        border-right: 1px solid #ccc; }
  caption {
    font-variant: small-caps; }
  th, td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.71429em 0.5em; }
  th *:first-child, td *:first-child {
    margin-top: 0; }
  th.nowrap, td.nowrap {
    white-space: nowrap; }
  thead th {
    text-align: left;
    color: #000;
    border-bottom: 2px #000 solid; }
  tbody {
    /* highlight row on mouse over */ }
    tbody th {
      text-align: left;
      border-top: 1px solid #ccc; }
    tbody td {
      text-align: left;
      border-top: 1px solid #ccc; }
    tbody tr:hover th, tbody tr:hover td {
      background: #f8f8f8; } }

@media screen {
  /* force vertical scrollbar */
  /* Layout Module Configuration */
  /*
	 * |-------------------------------------------------------|
	 * | navigation      |    content                          |
	 * | col 1 | fixed   |    col 3 | flexible                 |
	 * |                 |                                     |
	 * |-------------------------------------------------------|
	 */
  /* fallback for missing media queries support*/
  /* Basic Element Styling */
  /* Navigationspfad */
  /*  Search Form */
  /*hide Contao generated skiplinks*/
  /* skip links styling */
  body {
    overflow-y: scroll; }
  .ym-wrapper {
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1em;
    position: relative; }
  .ym-col1 {
    float: left;
    width: 300px;
    padding-right: 1em; }
  .ym-col3 {
    margin: 0 0 0 300px;
    padding-left: 1em; }
  body > header, body > nav, body > main, body > footer {
    min-width: 760px; }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  #mbImage {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box; }
  img, object, video, embed {
    max-width: 100%;
    height: auto;
    /* IE7 */
    -ms-interpolation-mode: bicubic;
    /* IE8 */
    width: auto\0; }
  header {
    padding: 0.5em 0;
    color: #ccc; }
  #logo {
    float: left; }
    #logo a:hover, #logo a:focus {
      background: none; }
  .login-link {
    position: absolute;
    right: 1em;
    bottom: 1em; }
    .login-link a {
      background-color: #51a027;
      color: #fff;
      padding: 0.5em;
      border-radius: 0.3em;
      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5); }
    .login-link a:hover, .login-link a:focus {
      color: #444; }
    .login-link span {
      margin-right: 0.4em; }
  .row-before {
    padding: 1em 0 0.5em 0;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.8); }
  #Breadcrumb {
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 0.3em; }
  .mod_breadcrumb ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .mod_breadcrumb li {
    float: left;
    margin-left: 0.2em; }
  .mod_breadcrumb a {
    color: #444; }
  .mod_breadcrumb a:focus, .mod_breadcrumb a:hover {
    background-color: transparent;
    color: #51a027; }
  .mod_breadcrumb li.active {
    color: #51a027; }
  .mod_breadcrumb li:after {
    margin-right: 3px;
    padding-left: 0.5em;
    content: "\e008";
    vertical-align: middle;
    color: #51a027; }
  .mod_breadcrumb li.active:after {
    display: none; }
  .mod_breadcrumb [data-icon]:before {
    display: none; }
  .ym-searchform {
    float: right;
    display: inline;
    line-height: 2;
    padding: 0.5em 0 0.5em 1.5em;
    margin-top: 0.2em; }
    .ym-searchform .ym-searchfield {
      background: #fff;
      line-height: 1em;
      padding: 0.5em 0.5em 0.3em 0.5em;
      width: 13.5em;
      border: solid 1px #888;
      border: solid 1px rgba(255, 255, 255, 0.1);
      outline: none;
      -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
      border-radius: 0.4em; }
    .ym-searchform .ym-searchbutton {
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 1em;
      line-height: 1.25;
      padding: 0.25em;
      border: solid 1px transparent;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
      border-radius: 0.2em;
      background: #5f5f5f;
      background: rgba(255, 255, 255, 0.2); }
    .ym-searchform span {
      color: #51a027;
      font-size: 1.2em;
      vertical-align: middle; }
  .mod_newslist {
    border-top: 1px solid #ddd;
    padding-top: 2em; }
    .mod_newslist h2 {
      font-size: 100%;
      line-height: 1.5; }
    .mod_newslist span.invisible {
      display: none; }
  .main {
    padding: 2em 0;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.8); }
    .main img, .main .dlh_googlemap {
      border: 2px #f3ddc8 solid;
      border: 2px #f3ddc8 solid;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25); }
    .main img.mime_icon {
      border: none;
      box-shadow: none; }
  footer {
    color: #444;
    padding: 1em 0; }
    footer #footer-contact p {
      padding-left: 5em; }
  .organigram p {
    margin-bottom: 1em;
    padding: 0.5em;
    background-color: #51a027;
    border-radius: 0.3em;
    text-align: center;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5); }
  .organigram p.blank, .organigram p.arrow-icon {
    font-size: 1.5em;
    height: 2em;
    color: #51a027;
    background-color: transparent;
    box-shadow: none; }
  .organigram .ym-gl {
    padding-right: 1em; }
  #impressum img {
    border: none;
    box-shadow: none; }
  #impressum #ea_logo {
    vertical-align: text-bottom; }
  #impressum .copyright a:hover, #impressum .copyright a:focus {
    background-color: transparent; }
  .ym-form span.invisible {
    display: none; }
  .ym-form span.mandatory {
    color: #51a027; }
  .ym-form .explanation p {
    font-size: 0.7em; }
  .mod_dlh_googlemaps {
    margin-top: 2em; }
  .dlh_googlemap img {
    max-width: none;
    border: none;
    box-shadow: none; }
  .dlh_googlemap .routinglink {
    white-space: nowrap; }
  .dlh_googlemap p {
    margin-bottom: 0.2em; }
  .dlh_googlemap input.text {
    margin-right: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  #sitemap [data-icon]:before {
    display: none; }
  #sitemap ul {
    list-style-type: none;
    padding-left: 2em; }
  #sitemap a {
    color: #444; }
  .mod_faqreader p.info {
    display: none; }
  .mod_faqlist ul {
    list-style-type: none; }
  .mod_faqlist li {
    margin-bottom: 1em; }
  .flexslider li {
    margin-left: 0; }
  .flexslider img {
    border: none;
    box-shadow: none; }
  .ce_flexSlider .white .flex-control-paging li a.flex-active {
    background: #51a027; }
  #index h1.ce_headline {
    font-size: 214.28571%;
    font-weight: 600; }
  .mod_memberpage img.avatar-img {
    float: right;
    margin-bottom: 1em;
    background-color: #fff;
    padding: 1em;
    border: 4px solid #51a027;
    border-radius: 0.3em;
    box-shadow: none; }
  .mod_memberpage li {
    list-style-type: none; }
  .mod_memberpage tbody td {
    border: none; }
  #wichtige-heimische-nutzhoelzer h3 {
    color: #51a027; }
  #presse li, #pressetexte li, #merkblaetter-informationen li {
    list-style-type: none; }
  #gartendecks img {
    margin-right: 2em;
    margin-bottom: 2em; }
  #wo-bekomme-ich-was .product label {
    margin: 1em 1em 1em 0;
    padding: 1em 1em;
    border-radius: 3px;
    background-color: #51a027;
    font-size: 0.8em;
    color: #fff;
    float: left; }
  #wo-bekomme-ich-was #ctrl_product.select {
    float: left;
    width: 24em;
    margin: 2em 1em; }
  #wo-bekomme-ich-was .hersteller .label {
    text-align: center;
    margin: 1em 1em 1em 0;
    padding: 1em;
    background-color: #51a027;
    font-size: 0.8em;
    float: left; }
  #wo-bekomme-ich-was .hersteller .value {
    float: left;
    margin-top: 2em; }
  #wo-bekomme-ich-was li {
    list-style-type: none; }
  #wo-bekomme-ich-was p.info {
    clear: both; }
  .ce_downloads span.size {
    display: none; }
  .ce_downloads li {
    list-style-type: none; }
  li.protected a.protected {
    color: red; }
  #suchergebnisse span.relevance {
    display: none; }
  #suchergebnisse .formbody {
    margin-bottom: 1em; }
  a.invisible {
    width: 0;
    height: 0;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline; }
  .ym-skiplinks a.ym-skip:focus, .ym-skiplinks a.ym-skip:active {
    color: #fff;
    background: #333;
    border-bottom: 1px #000 solid;
    padding: 10px 0;
    text-align: center;
    text-decoration: none; } 

   #natuerliche-dauerhaftigkeit .dauerhaftigkeit .col_0, #natuerliche-dauerhaftigkeit .dauerhaftigkeit .col_1, #natuerliche-dauerhaftigkeit .dauerhaftigkeit .col_2 {
    width: 33%;
   }


  }

/* reset fallback values in modern browsers */
@media screen and (min-width: 0px) {
  body > header, body > nav, body > main, body > footer {
    min-width: 0; } }

@media screen and (max-width: 760px) {
  /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-1 */
  .linearize-level-1, .linearize-level-1 > [class*="ym-c"], .linearize-level-1 > [class*="ym-g"] {
    /* linearization for grids and columns module */
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: auto !important; }
  .linearize-level-1 > [class*="ym-c"] > [class*="ym-cbox"], .linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
    /* reset defined gutter values */
    margin: 0;
    padding: 0;
    /* optional for containing floats */
    overflow: hidden; }
  .secondary {
    border-top: 1px #888 solid;
    margin-top: 1.5em !important;
    padding-top: 1.5em !important; }
  main aside .ym-gbox-right {
    border: 0 none; }
  .ym-searchform {
    display: block;
    float: none;
    width: auto;
    text-align: right; }
  .ym-searchform input[type="search"] {
    width: 14%; } }

@media screen and (max-width: 480px) {
  /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-2 */
  .linearize-level-2, .linearize-level-2 > [class*="ym-c"], .linearize-level-2 > [class*="ym-g"] {
    /* linearization for grids and columns module */
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: auto !important; }
  .linearize-level-2 > [class*="ym-c"] > [class*="ym-cbox"], .linearize-level-2 > [class*="ym-g"] > [class*="ym-gbox"] {
    /* reset defined gutter values */
    margin: 0;
    padding: 0;
    /* optional for containing floats */
    overflow: hidden; }
  header .ym-wbox {
    padding: 0.75em 10px; }
  header h1 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 0; }
  footer .ym-wbox, .ym-wbox, .ym-searchform, nav .ym-hlist ul {
    padding-left: 10px;
    padding-right: 10px; }
  .ym-searchform, nav .ym-hlist ul, nav .ym-hlist li {
    display: block;
    float: none;
    width: auto;
    text-align: left; }
  .ym-searchform input[type="search"] {
    width: 75%; } }

/*# sourceMappingURL=screen.map */