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

/* layout */

/*temp */
/*.main {
	background: #f09;
}

.extra {
	background: #f90;
}
.grid-block {
	background: #d9effa;
}

/* eind temp */


.container	{ 
	position: relative;
	width: 300px; 
	margin: 0 auto; 
	padding: 0;
}

.container .column,
.container .columns {
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
}
    
.row {
	margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* column widths */

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

.one-half.column,
.one-half.column {width: 100%; margin-left: 0; margin-right:0}

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


.extra {border-top: 1px solid #00a1dc; padding-top: 30px;}

.hidden {
    display: none!important;
    visibility: hidden;
}

/*header */

.header {
	border-top: 4px solid #e31072;
	height: 205px;
	margin-bottom: 25px;
	position: relative;
}

.header.simple-header {
    height: 140px;
    margin-bottom: 20px;
}

.header h1 a {
	display:block;
	width:250px;
	height:60px;
	margin-top: 50px;
	margin-bottom: 16px;
	/*background: transparent url(../images/schwob.png) top left no-repeat;*/
	/*background-size:contain;*/
	/*text-indent: -5000px;*/
}

.header h1 a img{
	width:250px;
	height: 52px;
	margin-left: 15px;
	}
	
.header.simple-header h1 a {
    width: 160px;
    height: 43px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.header.simple-header h1 {
    margin-bottom: 0px;
}

.marcel {
	width: 180px;
	height: 164px;
	position: absolute;
	bottom: 20px;
	z-index: 100;
	right:5px;
	display:none;
	background: transparent url(../images/marcel.png) top left no-repeat;
	background-size:contain;
}


.simple-header .marcel {
    width: 94px;
    height: 84px;
}

.nav,
.nav li {
	display: inline-block;
	margin-bottom: 0;
}

.nav {
	display: inline-block;
}

.nav a {
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 14px;
}

.nav .active a {
	color: #e31072;
}

.meta {
	position: absolute;
	left: 0px;
	top: 12px;
}

.meta .socials {
	float:left;
}

.meta .socials a {
    margin-right: 2px;
}

.meta .socials a:hover img {
    -moz-opacity:0.7;
    -webkit-opacity:.7;
    opacity: .7;
    }

.meta .quicksearch  {
	float:right;
	margin-left: 10px;
	text-align: right;
	/*margin-right: 20px; why? AW */
}

.quicksearch {
    width: 140px;	
}

.quicksearch input {
	display: inline;
}

input::-moz-focus-inner /*Remove button padding in FF*/{ 
    border: 0;
    padding: 0;
}

.quicksearch .searchbox {
	width: 68%;
	border: 1px solid #00a1dc;
	padding: 3px 4px; 
}

.quicksearch .searchbutton.special {
	width: 20%;
	background-image: url(../images/search_loep.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px 0px 3px;
	width: 25px;
	color: #fff;
	text-indent: -4000px;
	border: 1px solid #E31072;
	font-size: 11px;
}

.navcontainer {
    background: #d9effa;
    width: 300px;
    padding: 0 0px 0 0;
    float:left;
    margin-bottom: 10px;
    }


.header ul.nav {
	background: #d9effa;
	padding: 0 5px 0 6px;
	width: 290px;
}

ul.nav li {
	margin: 0 10px;	
	padding: 5px 0;
}

.nav li a{
	color: #462462;
	font-weight: bold;
}

.nav li a:hover{
	color: #E31072;
}

.language-nav {
}


.language-nav li a {
	color:#00a1dc;
	font-weight: normal;
}

.language-nav li.active a {
	color:#00a1dc;
	font-weight: bold;
}

.payoff {
	position: absolute;
	z-index: 10;
	display: none;
}


.language-select {
    display: inline-block;
    clear:both;
    float:right;
    margin:0 0 0 20px;
    background: #d9effa;
    
}

.language-select form {
    margin-bottom: 0px;
}

.language-select select {
    background: #d9effa;
    border:none;
    width: 300px;
    max-width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin:0;
}


.language-nav {
    display: none;
}


/*home */

a.active-block {
	text-decoration: none;
	display:block;
	width:99%;
	padding: 4% .5%;
	height: 90%;
}	
	
a.active-block:hover {
	background: #d9effa;
}

.grid-block {
	position: relative;
	height: auto;
	min-height: 350px;
	border-top: 1px solid #00a1dc;
}


.article-block h3,
.article-block h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0px;
}

.article-block h5 {
	margin: 4px 0 10px;
	font-size: 15px;
}

.article-block .cover-column {
	float:left;
	margin-right: 17px;
	margin-bottom: 10px;
	margin-top: 2px;
	position: relative;
}

.article-block .text-column {
	margin-left: 114px;
}

.short-news .text-column {
	margin-left: 160px;
}

.article-block h2 {
	height: 67px;
	font-size: 27px;
	overflow: hidden;
	margin-bottom: 0;
}

.article-block a {
    color: #585858;
}



.grid-block .fragment-button {
	position: absolute;
	left: 3px;
	bottom: -7px;
	z-index: 100;
	width: 73px;
}

.grid-block a.actionback {
	position: absolute;
	left: 3px;
	bottom: -17px;
	z-index: 100;
	width: 73px;
}


.block-special {
	background: #AFDFF3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 7px;
	margin-bottom: 30px;
}

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

.block-special.tip {
	background: #FADEE5;
	/*margin-bottom: 20px; */
}

.block-special.nieuws h2{
	background: url(../images/sprite-en.png) left 0px no-repeat;
	text-indent: -4000px;
	height: 63px;
}
    
    .body-nl .block-special.nieuws h2{
	background: url(../images/sprite-nl.png) left 0px no-repeat;
	}
	
	.body-ca .block-special.nieuws h2{
	background: url(../images/sprite-ca.png) left 0px no-repeat;
	}
	
	.body-pl .block-special.nieuws h2{
	background: url(../images/sprite-pl.png) left 0px no-repeat;
	}
	
    .body-cy .block-special.nieuws h2{
	background: url(../images/sprite-cy.png) left 0px no-repeat;
	}
	
	.body-fi .block-special.nieuws h2{
	background: url(../images/sprite-fi.png) left 0px no-repeat;
	}

.block-special.tip h2{
	background: url(../images/sprite-en.png) left -100px no-repeat;
	text-indent: -4000px;
	height: 68px;
}

    .body-nl .block-special.tip h2{
	background: url(../images/sprite-nl.png) left -100px no-repeat;
    }
    
    .body-ca .block-special.tip h2{
	background: url(../images/sprite-ca.png) left -100px no-repeat;
	}
	
	.body-pl .block-special.tip h2{
	background: url(../images/sprite-pl.png) left -100px no-repeat;
	}
	
	.body-cy .block-special.tip h2{
	background: url(../images/sprite-cy.png) left -100px no-repeat;
	}
	
	.body-fi .block-special.tip h2{
	background: url(../images/sprite-fi.png) left -100px no-repeat;
	}

.block-special.app h2{
	background: url(../images/app-sprite-en.png) left 0px no-repeat;
	text-indent: -4000px;
	height: 70px;
}
    
    .body-nl .block-special.app h2{
	background: url(../images/app-sprite-nl.png) left 0px no-repeat;
	}
	
	.body-ca .block-special.app h2{
	background: url(../images/app-sprite-ca.png) left 0px no-repeat;
	}
	
	.body-pl .block-special.app h2{
	background: url(../images/app-sprite-pl.png) left 0px no-repeat;
	}
	
    .body-cy .block-special.app h2{
	background: url(../images/app-sprite-cy.png) left 0px no-repeat;
	}
	
	.body-fi .block-special.app h2{
	background: url(../images/app-sprite-fi.png) left 0px no-repeat;
	}

.block-special p {
    margin-bottom: 5px;
}

.block-special.tip p {
	color: #e31072;
}

.block-special form {
	margin-bottom: 0px;
}
.block-special input,
.block-special div.bonusformfield div.input input {
	margin-bottom: 5px;
	max-width: 90%;
}

.block-special.app a {
	display: inline-block;
}

.block-special.app a.appstore {
	margin: 20px 20px 10px 0;
}


.panel .front {
    background: #fff;
}


.panel .back {
    background: #F9F9F1;
    border: 1px solid #E0F3F7;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	width:90%;
	height:84%;
	padding: 4%;
	margin: 2% 0;
}

.panel .back a.footerlink {
    display: block;
    width: 100%;
    text-align: right;
    margin: 0 0 0 0;
    color: #e31072;
    text-decoration: none;
    font-family: "helvetica neue",arial,sans-serif;
	
}


.panel.flip {
}

/*page */

.extra .filter-block h3 {
font-size: 14px;
font-weight: bold;
color: #575759;
}

label,legend {
    margin-bottom: 3px;
}

dl,
.extra ul {
	font-family: "helvetica neue",arial,sans-serif;
	font-size: 13.5px; 
	line-height: 1.4;
}

dt {
	color:#B8B9BB	
}

dd,
.extra li {
	color: #4F4F5F;
	font-weight: bold;	
}

dd span {
	font-weight: normal;	
}


dt.first {
	margin-top: 20px;
}

dl a,
.extra ul a {
	color: #00a1dc;
	font-weight: normal;
	text-decoration: none;	
}

dl a:hover,
.extra ul a:hover {
	text-decoration: underline;	
}

dl button {
	margin-top: 5px;
}

.buy-button {
    margin-top: 10px;
}

.text-block {
	border-top:1px solid #00a1dc;
	/*padding:0 10px; */
}

.text-block.min-height {
    min-height: 330px;
}

.text-block h2{
	font-weight: bold;
	margin-bottom: 10px;

}

.text-block h3 {
}

.date {
	font-family: "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: right;
	color: #B8B9BB;
	height: 19px;
}

.intro-txt {
	margin-top: 20px;
	font-weight: bold;
}

.extra p {
	font-family: "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
	font-size: 14px; 
}

.extra.border{
	border-top: 1px solid #00a1dc;
	padding-top: 26px;
	border-bottom: 1px solid #00a1dc;
	padding-bottom: 15px;
	
}

.extra img {
	max-width: 100%;
}

.block.border {
	border-bottom: 1px solid #00a1dc;
	padding: 0 0 20px 0 ;
	margin-top:10px;
}

ul.newslist {
	margin: 0;
	padding:0;
}

ul.newslist li {
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue", "Helvetica Neue", arial, sans-serif;
	color: #00a1dc; 
}

ul.newslist a {
	text-decoration: none;
	color: #00a1dc; 
}

ul.newslist .date {
	color: #B8B9BB;
	margin-right: 20px;
}

.textfooter-block.block {
	margin-top: 50px;	
}

.textfooter-block .socials {
	width: 40%;
	float:right;
	text-align: left;
}

.textfooter-block a.button {
	margin-right: 10px;
	margin-bottom: 0;
}

.extra .block {
	/*margin-bottom: 40px; waarom? AW */
}

.extra .column h3{
	margin-bottom: 10px;
}

.extra a.active-block {
    padding-top: 0;
}

img.author-portrait {
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}

p.extrafooter {
    margin-top:5px;
}

/*page-list */

.short-boek,
.short-news {
	border-bottom: 1px solid #00a1dc;
	min-height: 165px;
}

.short-boek a.active-block,
.short-news a.active-block {
	padding: 5px .5% 21px;
}

ul.order + .short-boek,
ul.order + .short-news {
	border-top: 1px solid #00a1dc;
}

.short-boek h4,
.short-boek h3 {
	display: inline;	
}

.short-boek dl {
    margin-top: 20px;
}

.short-boek dd,
.short-news dd {
	display: inline;
	font-size: 14px;
}
.short-boek dt,
.short-boek dd,
.short-news dt,
.short-news dd {
	display: inline;
}

.short-boek p,
.short-news p{
	margin-bottom: 3px;
}

.short-boek dd,
.short-news dd {
	margin-right: 8px;
	color: #00a1dc;
	font-weight: normal;
}

.short-boek dd + dt,
.short-news dd + dt {
	border-left: 1px solid #ccc;
	padding-left: 10px; 
}

.labels {
	margin-left: 113px;
	height: 20px;
	padding-right: 3px;
}

.label.tip-label {
	color: #e31072;
	width: auto;
}

.label {
	float: left;
	color: #B8B9BB;
    font-family: "HelveticaNeue","Helvetica Neue",arial,sans-serif;
    font-size: 12px;
    text-align: left;
    width: 100%;
}

.short-boek .date {
	width: auto;
	float:right;
}

ul.order {
	display: inline;
	margin-bottom: 10px;	
}

ul.order li{
	display: inline-block;
	font-family: "HelveticaNeue","Helvetica Neue",arial,sans-serif;
    font-size: 14px;
    margin-right: 4%;
    font-weight: bold;
    color: #888B8C;  	
}

ul.order li a{
	text-decoration: none;
	font-weight: normal;
	color: #888B8C; 	
}

ul.order li.active a{
	color: #00a1dc;	
}

/* news list */

ul.linklist {
	margin-top: 4px;
}

ul.linklist li {
	margin:0 0 5px;
	padding:0;
}
	
ul.linklist a {
	font-size: 13px;
	color: #00a1dc;
	text-decoration: none;
}

.short-news h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 8px 0;
}

/*lint */

.home-slider {
	height: 125px;
	margin-bottom: 25px;
	background: #d9effa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	text-align: center;
}

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

ul.lint a.active-block {
	padding:0;
	height:100%;
	width: 100%;
}

ul.lint {
	margin:0;
	padding: 0;
	list-style: none;
	display: inline;
	background: #eee;
}

.lint li {
	width: 200px;
	height: 125px;
	padding: 0 10px;
	margin: 0;
	display: block;
	float:left;
	background: #fff;
	border-right:2px solid #AFDFF3;
}

.lint li h3 {
    padding-top: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1em;
}


.lint li img {
	float:left;
	margin-right: 10px;
	display:none;
}

.lint li p {
	font-family:"HelveticaNeue","Helvetiva Neue", arial, sans-serif;
	color: #888B8C;
	font-size: 16px;
}				

.home-slider a.prev {
	position: absolute;
	width: 25px;
	height:25px;
	top: 50px;
	left: 5px;
	background: url(../images/sprite-nl.png) -3px -200px no-repeat;
	text-decoration: none;
}

.home-slider a.next {
	position: absolute;
	width: 25px;
	height:25px;
	top: 50px;
	right: 5px;
	text-decoration: none;
	background: url(../images/sprite-nl.png) -3px -230px no-repeat;
}

/*authors */
.grid-block.portrait-block {
	height: auto;
	min-height: inherit;
}

.grid-block.portrait-block h2{
	height: auto;
	font-size: 23px;
}

.grid-block.portrait-block .text-column {
	margin-left: 0px;
}

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

blockquote, blockquote p {
	font-style: normal;
	border-left: none;
	font-size: 22px;
	line-height: 1.05;
	padding: 0px;
	color: #00a1dc;
	margin-bottom: 0px;
}

.quote h3 {
    font-size: 13.5px;
    margin:8px 0 12px;
}

blockquote p {
    margin: 0;
    display: inline;
}

blockquote:before {
	content:"\201C";
}

blockquote:after {
	content:"\201D";
}

/* footer */

.footer {
	padding: 20px 0;
	position: relative;
}

.footer p{
	color: #585858;
	font-family: "HelveticaNeue","Helvetiva Neue", arial, sans-serif;
	font-size: 14px;
}

.footer p a{
	color: #00a1dc;
	margin-right: 10px;
	text-decoration: none;
}

.nlf-logo {
	position: relative;
	float:right;
}

/*forms */

div.bonusformfield div.label {
	display: none;
}

.block-special div.bonusformfield div.input {
	width:160px;
}

div.bonusformfield {
    margin-bottom: 0;
}


.block-special input[type='submit'],
.block-special .button,
.block-special button {
	margin-bottom: 0px;
}

.tip .pre_form {
    font-family: "HelveticaNeue","Helvetiva Neue", arial, sans-serif;
	font-size: 13px;
	margin: 10px 0 10px;
	background: #FFFFE1;
	padding: 3px;
	border-radius: 3px;
	color: #E31072;
	line-height: 1.2;
}


/* searchresults */

h2.small {
	font-size: 14px;
	font-weight: bold;	
	margin-bottom: 15px;
}

.searchresults-block {
	border-bottom: 1px solid #00A1DC;
}

.searchresults-block a {
	padding: 15px .5%;
}

.searchresults-block.article-block h3 {
	font-size: 14px;
}

.searchresults-block.article-block p {
	margin-bottom: 7px;
}


.resultmeta {
	margin: 0;
}

.searchresults-block .resultmeta p {
	font-family: "helvetica neue",arial,sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: 	#00A1DC;
    margin: 0 0 10px 0;
}

h2 + .searchresults-block {
	border-top: 1px solid #00A1DC;
}

.searchresults-block.article-block h5 {
    margin-bottom: 2px;
    font-size: 12px;
    color: #585858;   
}


/* styles */

p.arrow:after,
.arrow p:last-child:after,
a.arrow:after {
	content: url(../images/arrow.png) ; 
}

.speciallink.arrow:after {
	content: url(../images/arrow_special.png) ; 
}

.shade {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

a.button{
    color: #fff;
}

a.speciallink {
    color: #00A1DC;
    text-decoration: none;
}



.print {
    display: none;
}

.no-print {
    display: block;
}


.button.special, /*roze button */
	.special button,
	button.special,
	input[type="submit"].special,
	input[type="reset"].special,
	input[type="button"].special
	{
		background: #e31072; /* Old browsers */
		border-color: #fbadcb;
		
	 }
	 
.button.dark, /*roze button */
	.dark button,
	button.dark,
	input[type="submit"].dark,
	input[type="reset"].dark,
	input[type="button"].dark
	{
		background: #009FDB; /* Old browsers */
		border-color: #5cb9fa;
		
	 }

.button.not-special, /*grijze button */
	button.not-special,
	input[type="submit"].not-special,
	input[type="reset"].not-special,
	input[type="button"].not-special {
		background: #999; /* Old browsers */
	}


input[type="text"].special, /*roze input */
	input[type="password"].special,
	input[type="email"].special,
	textarea.special,
	select.special {
		color: #e31072;
	}


.boek-cover {
	border: 1px solid #B8B9BB;
}

.img-container {
	position: relative;
}

/* 
Verwijderd door AW - Nooit live geweest, misverstand van accoord alexandra op schets. Wellicht in toekomst zoiets.
Werd gebruikt in book.tpl, books.tpl en frontpage.tpl

.img-container.actiesticker:after {
	content: url(../images/icon_actie_nl.png);
	width: 43px;
	height: 43px;
	position: absolute;
	top: 8px;
	left: 8px;
}
*/


input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    	box-shadow: inset 0px 0px 4px #92CAEB;
	}



/*
Detectie voor welke stylesheet


body:after {
    content:"schwob-css";
    height: 20px;
    background: #08f;
    color: #fff;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
}
*/