/*header.php nicht überschreiben! */

a:link, a:visited, a:hover, .site-header h1 a:hover, 
.site-header h2 a:hover, #content a, #content a:visited, #content a:hover {
	color: #BB0039
}
.site-header h1, .site-header h2, #menu-hauptmenue {
  text-align: center;
}
.col48 {
  width: 48%; float: left; margin-right: 4%;
}
.col48-last {
  width: 48%; float: left;
}
.col25 {
  width: 25%; float: left; margin-right: 4%;
}
.col71 {
  width: 71%; float: left;
} 

  
  @media (max-width: 600px) {

    .col48, .col48-last, .col25, .col71 {
  width: 100%; float: left; margin-right: 0;
	}
}

body.home h1.entry-title {
display: none;}