/* Hier können Sie bei Bedarf Ihre eigenen CSS-Definitionen einfügen. */

/* Platzbelegung */
#section_1000130 table { border-spacing: 0; margin-bottom: 20px; border:1px solid rgba(18,52,86,1.0);  }
#section_1000130 table td { padding: 5px 15px; }

#section_1000130 tr.headline { background: rgba(18,52,86,1.0); color:#ffffff; }
#section_1000130 tr.headline td { color:#ffffff; padding: 10px 15px; }
#section_1000130 tr:not(.headline):nth-child(even) { background: #f0f0f0; }
#section_1000130 tr:not(.headline):nth-child(odd) { background: #ffffff; }
#section_1000130 tr:not(.headline):hover { background: #d0d0d0; }
#section_1000130 tr:not(.headline) td:first-of-type,
#section_1000130 tr:not(.headline) td:last-of-type { display: block; }

@media only screen and (min-width: 768px) {
  #section_1000130 tr:not(.headline) td:first-of-type { display: table-cell; width: 250px; }
  #section_1000130 tr:not(.headline) td:last-of-type { display: table-cell; }
}

/* Startseite - News Button ausblenden */
#block_1000420 .cd-detailPageNavigation { display: none; }