/* Füge hier Dein eigenes CSS ein */***  at first increase the wrapper width ***

.wrap {
max-width: 1145px;
padding-left: 3em;
padding-right: 3em;
}

 

*** 2nd — increase  left side content section width ***

#primary {
width: 70% !important;
}

*** 3rd — decrease  right sidebar width ***

.has-sidebar #secondary {
width: 26% !important;
}.single-post #secondary {
display: none !important;
}

.single-post #primary {

width: 100% !important;
}

.single-featured-image-header {
display: none;
}
.entry-meta {
display: none !important;
}
.archive .page-header h1.page-title {
display:none !important;

}
#comments {
display: none !important;
}
.entry-meta{
  visibility: hidden;
  
  
}