/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal
 *  and widescreen CSS files as appropriate. */

 div.form-item.form-type-textfield.form-item-search-block-form input {
    width: 75%;
}


div#block-menu-block-1, div#block-menu-block-2, aside#region-sidebar-first,  div#block-block-5 {
    display: none;
}
div#region-content.grid-7.region.region-content {
    width: 520px;
}

 div#block-views-headerblock-mit-links-block {display:block;}

 .logo-img {
display: none;
 }

 div#block-headerimage-1 {
   display: block;
 }

 div#block-block-6 {
   display:none;
 }
