/**
 * grade-B.css
 *
 * This file styles to mobile portrait pages
 *
 * @author    Mark de Mol
 * @version   1.0
 */
 
@media (max-width: 1000px),(max-device-width:1000px) and (orientation:portrait),(max-device-width:767px) and (orientation:landscape)
{

	#devicegrade { 
		z-index:20;
	}
	
	#devicegrade > div:after { 
		content: "B";
		width:100%;
		height:100px;
	} 
	
	/*
	* width of all the groups
	*/
	.group.width-100{
		width:100%;
	}
	
	.group.width-95{
		width:100%;
	}
	
	.group.width-90{
		width:100%;
	}
	
	.group.width-85{
		width:100%;
	}
	
	.group.width-80{
		width:100%;
	}
	
	.group.width-75{
		width:75%;
	}
	
	.group.width-70{
		width:70%;
	}
	
	.group.width-66{
		width:66.6%;
	}
	
	.group.width-65{
		width:65%;
	}
	
	.group.width-60{
		width:60%;
	}
	
	.group.width-55{
		width:55%;
	}
	
	.group.width-50{
		width:50%;
	}
	
	.group.width-45{
		width:45%;
	}
	
	.group.width-40{
		width:40%;
	}
	
	.group.width-35{
		width:35%;
	}
	
	.group.width-33{
		width:33.3%;
	}
	
	.group.width-30{
		width:30%;
	}
	
	.group.width-25{
		width:25%;
	}
	
	.group.width-20{
		width:25%;
	}
	
	.group.width-15{
		width:25%;
	}
	
	.group.width-10{
		width:25%;
	}
	
	
	/*
	* custom
	*/
	.row.header > div,
	.row.menu > div {
		padding: 0 20px;	
	}

	.menu-list-wrap {
		display:block;	
	}
		
	.row.header .article.widget-menu-list {
		display: none;
	}
	
	.row.header .article.item-image {
		max-width: 200px;
		left: 35px;
	}
	
	.row.header {
		height: 0;
	}
	
	.row.banner {
		margin-top: 0;
	}
	
	.row .ms-anim-layers > div > div em,
	.row .ms-anim-layers > div > div i {
		font-size: 20px;
	}
	.row .ms-anim-layers > div > div > p > span {
		font-size: 40px !important;
	}
	
	body.home .row.content ul > li {
		width: 50%;
		text-align: left;
		float: left;
	}
	
	body.home .row.content ul > li:nth-child(2n+1) {
		clear: both;
	}
	
	body.home .row.content ul::after {
		clear: both;
		content: "";
		display: block;
	}
	
	
	.row.merken > div,
	body.home .row.content > div,
	.row.footer > div{
		padding: 10px 0;
	}
	
	.row.blauw-patroon:not(.top) > div {
		padding: 20px 0;
	}
	
	.row.footer > div > .group > .margin > .padding > .article.width-25 {
		width: 50% !important;
	}
	
	.group.linker-menu  {
		display: none;
	}
	
	.group.linker-menu ~ .group {
		width: 100%;
	}
	
	.row.header .article.item-image {
		display: none;
	}
	
	.row.top {
		display: none;
	}
	
	.row.mobile-top { 
		display: block;
	}
	
	body.home .row.banner, 
	body.home .article.widget-regular-banner, 
	body.home .article.widget-regular-banner .ms-view,
	body.home .article.widget-regular-banner .ms-view .ms-slide, 
	body.home .article.widget-regular-banner .ms-view .ms-slide .ms-slide-bgcont img {
		height: 400px;
		min-height: 400px;
	}
	
	.row.content .group.linker-menu ~ .group {
		padding-left: 0;
	}
	
	.row.shop-rij > div,
	.row.content > div {
		 padding: 10px 0;
	}
}