/*
Für die CSS-Anpassung des Bereichs News-Blog  
*/

/* Responsive Einstellungen */


@media (max-width: 800px) { 
  #wp--skip-link--target {
    margin-left: 8% !important;
    margin-right: 8% !important;
  }
} 
 