<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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 &gt; 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 &gt; div,
	.row.menu &gt; div {
		padding: 0 20px;	
	}

	.menu-list-wrap {
		display:block;	
	}
		
	.header .article.widget-menu-list {
		display: none;
	}
	
	.row.header::after,
	.row.header::before {
		display: none;
	}
	
	.header .article.item-text &gt; .margin &gt; .padding {
		padding-right: 60px !important;
		font-size: 15px;
	}
	
	.toggle-wrap {
		padding-top: 25px;
	}
	
	.menu-list-wrap .menu-list .static-wrap &gt; .article {
		margin-top: 65px;
	}
	
	.header .article.item-image {
		width: 50% !important;
	}
	
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	
	h2, h3, h4 {
		margin-bottom: 20px;
	}
	
	.row.blauwe-rij .article.item-image {
		display: none;
	}
	
	.row.blauwe-rij .article{
		width: 100% !important;
	}
	
	.row.ronde-blokken .article {
		width: 50% !important;
	}
	
	.row.ronde-blokken .article:nth-child(2n+1) {
		clear: both;
	}
	
	.news-recent-list &gt; .margin &gt; .padding &gt; .left-top {
		padding-top: 0;
		padding-right: 10px;
	}
	
	.article.item-recent-news-list &gt; .margin &gt; .padding &gt; .title {
		font-size: 26px;
	}
	
	.article.item-recent-news-list &gt; .margin {
		height: 215px;
	}
	
	body.home .row.blauwe-rij .article {
		height: 341px;
	}
	
	.row.blauwe-rij .article {
		height: auto;
	}
	
	.row.header .article.item-image &gt; .margin &gt; .padding &gt; .item-image-wrapper &gt; .image &gt; a &gt; img, 
	.row.header .article.item-image &gt; .margin &gt; .padding &gt; .item-image-wrapper &gt; .image &gt; img {
    	margin: 0;
	}
	
	.row.blauwe-rij .article.item-video &gt; .margin &gt; .padding &gt; .item-video-wrapper {
		display: block;
	}
}</pre></body></html>