/* 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. */

/*body{
  background: green;
}*/

 
/* HEADER SLIDESHOW */

/* ONDERSTAANDE COMMENT IS OUDE CODE */
/*#views_slideshow_cycle_teaser_section_header_slidehow-block,
#views_slideshow_cycle_teaser_section_header_slidehow-block_1{
  width: 700px !important;
  overflow: hidden;
}
#views_slideshow_cycle_teaser_section_header_slidehow-block img,
#views_slideshow_cycle_teaser_section_header_slidehow-block_1 img{
  overflow: hidden;
  height: 200px;
}*/

.slideshow-top .views-slideshow-cycle-main-frame {
  width: 700px !important;
  overflow: hidden;
}

.slideshow-top .views-slideshow-cycle-main-frame img{
  overflow: hidden;
  height: 200px;
}

/* ZIJMENU WEERGEVEN */
#block-menu-block-2, .zijbalkmenu {
  display: block;
}

/* SLIDESHOW HEADER WEERGEVEN */
#region-header-slideshow{
  display: block;
}

/* RESIZE WEERGEVEN */
#region-taalkeuze #block-text-resize-0{
  display: block;
}

/* WEERGAVE SLOGAN */
#region-branding img {
  margin-right: 30px;
}

/* MENU FLOAT LINKS */
#region-menu{
  float: left;
  padding-left: 0;
  width: 700px;
}
#region-menu #block-superfish-1{
  float: left;
}

/* CONTENT VOLLEDIGE BREEDTE OP HOMEPAGE */
.homepage #region-content,
.homepage #region-content .welkom {
  width: 700px;
}

/* BLOKKEN PAGINA CRIMINOLOGIE EN CRIMINALISTIEK */
.view-hoofdpagina-afdelingen .hpafbeeldingwrapper .hpafbeeldingtekst {
  display: inline;
}

