/* Mobile first: 
volgorde: 
* schwob.css < 480
* schwob-small.css 480-768
* schwob-medium.css 768-960
* schwob-large.css ; 960 +
*/

/*layout */
.container { 
	width: 768px; 
	}

.container .column,
.container .columns {
	margin-left: 20px;
	margin-right: 20px;
}

.one.column,
.one.columns,
.two.columns,
.three.columns,
.four.columns,
.five.columns,
.six.columns,
.seven.columns,
.eight.columns,
.nine.columns,
.ten.columns {width:728px}


.one-half.column,
.one-half.column {width: 46%; margin-left: 2%; margin-right:2%}

.one-half.column.alpha { width: 48%; margin-left: 0; }
.one-half.column.omega { width: 48%; margin-right: 0; }

.extra .column {width: 344px; margin-left: 0px; margin-right: 0px;float:left}
.extra .column.odd {margin-right:20px}
.extra .column.even {margin-left:20px}

.extra {border-top: 0px;}

.offset-by-two {}

/*-----*/

.main {
	float:left;
	width: 792px;
}

.extra {
	float:right;
	width: 168px;
}


.extra.right {
    margin-bottom: 135px;
}

/* header */

.header {
	margin-bottom: 50px;
	height: 176px;
}

.header h1 a{
	width:377px;
	height:87px;
	margin-top: 40px;		
}

.header h1 a img {
    width: 377px;
    height: 79px;
    margin-left: 0;
}

.header.simple-header h1 a img {
    width: 200px;
    height: 40px;
    margin-left: 0;
    margin-top: -10px;
}

.header.simple-header {
    height: 94px;
}


.marcel {
	display:block;
	left: 50%;
	bottom: 1px;
}

.simple-header .marcel {
    left: 63%;    
}

.simple-header .navcontainer {
    width: 63%;
}

.meta {
	left: 68%;
}

.quicksearch {
	width: 130px;
}

.navcontainer {
    width: 50%;
	margin-bottom: 0px;
	padding: 0;
	border-radius: 0 0 5px 5px;
   
}

.header ul.nav {
	width: 100%;
	padding: 5px 5px 6px 5px;
	border-radius: 0 0 5px 5px;
}

.header ul.nav li {
	margin-right: 1px;
	padding: 0;
}

.header ul.language-nav {
	float: right;
	width: 25%;
}

.payoff {
	display: block;
	background: #fff url(../images/payoff-en-small.gif) no-repeat;
	text-indent: -4000px;
	width: 206px;
	height: 30px;
	left:68%;
	top: 50px;
}

    .payoff-ca {
	background-image: url(../images/payoff-ca-small.gif);
    }
    
    .payoff-cy {
	background-image: url(../images/payoff-cy-small.gif);
    }
    
    .payoff-en {
	background-image: url(../images/payoff-en-small.gif);
    }
    
    .payoff-fi {
	background-image: url(../images/payoff-fi-small.gif);
    }
    
    .payoff-nl {
	background-image: url(../images/payoff-nl-small.gif);
    }
    
    .payoff-pl {
	background-image: url(../images/payoff-pl-small.gif);
    }


.home-slider {
	margin-bottom: 55px;
}

.home-slider-container{
	width: 654px;
	margin: 0 auto;
}


.lint li {
	width: 325px;
	padding: 0;
}

.lint li img {
	display: block;
}

.article-block h2 {
	font-size: 35px;
	height: 80px;
}

.grid-block {
	height: auto;
	min-height: 325px;
}

.block-2, .block-3 {
    border-bottom: 1px solid #00A1DC;
}

.block-special.nieuws h2,
.block-special.tip h2{	
	background-size: auto;
}

/* to fix weird whitespace */
    .block-special.nieuws {
        margin-bottom: 30px;
    }


.block-special.tip h2{	
	background-size: auto;
	background-position: 0px -100px;
}	

.language-select {
    clear: none;
    width: 165px;
    padding-left: 30px;
    height: 20px;
    padding:5px 5px 5px 30px;
    border-radius: 0 0 5px 5px;
}

/*page */
.text-block {
	padding:0;
}

.textfooter-block .socials {
	text-align: right;
	width:50%;
}

/*authors */
.grid-block.portrait-block h2{
	font-size: 28px;
}
.grid-block.portrait-block {
	/*height: 155px;*/ /* eruit vanwege paddings op a */
}

.grid-block.portrait-block .cover-column img{
	width: auto;
	height: auto;
}

/*title */

.body-txt {
	position: relative;
}

.quote {
	float:left;
	display: block;
	width: 190px;
	padding: 0px 20px 10px 0;
	margin:0;
	
}

/* footer */

.nlf-logo {
	position: absolute;
	right: 0;
	top: 20px;
}

/*
Detectie voor welke stylesheet


body:after {
    content:"medium";
    height: 20px;
    background: #f60;
    color: #fff;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
}

*/