/* Füge hier Dein eigenes CSS ein */

// Tweak Timeline Express announcement container
// spacing on  larger screens devices
@media only screen and (min-width: 822px) {

   .cd-timeline-block {
      margin: -3.5em 0;
   }

   .cd-timeline-block:first-child {
      margin-top: 0;
   }
#cd-timeline span.fa {
   line-height: 25px !important;
}
  
  .category header.page-header {
    display: none;
}