/**
 * grade-B.css
 *
 * This file styles to mobile portrait pages
 *
 * @author    Mark de Mol
 * @version   1.0
 */
 
@media (max-width: 991px)
{

	#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: calc((100% / 3) * 2);
	}
	
	.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: calc(100% / 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
	*/
    .hide-on-b{
        display:none;
    }
    .show-on-b{
        display:block;
    }
    .row.menu .show-on-b{
        position: absolute;
        left: 3px;
        top: 15px;
    }
    .row.menu .item-image {
        width:30%!important;
    }
    .row.menu .widget-menu-for-logged-in{
        position: absolute;
        right:100px;
    }
    .row.menu .widget-default-search {
        position: absolute;
        right:20px;
    }
    .row.menu .item-image{
        margin-left:75px;
    }

    .row.usp:before{
        display:none;
    }

    .home .row.nth-child-3.content .group{
        width:100%;
    }
    body.home .group.witte-achtergrond, body.home .article.witte-achtergrond{
        margin-top:0px;
    }
    .row.content > div > .group.witte-achtergrond > .margin, 
    .row.content > div > .group > .margin > .padding .article.witte-achtergrond > .margin,
    body.home .row.content > div > .group > .margin > .padding .article.blauwe-achtergrond.item-image .padding{
        padding-left:11px;
        padding-right:11px;
    }
    .row.menu [rel="button"].my-account-button{
        min-width:113px;
    }
    .group.mijn-account-menu{
        display:none;
    }
    .group.mijn-account-content{
        width:100%!important;
    }

}
