/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.321; }

body, button, input, select, textarea { font-family: 'Open Sans', sans-serif, Verdana, Arial, Helvetica; color: #333; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #981528; color: #fff; text-shadow: none; }
::selection { background: #981528; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #981528;text-decoration:none; }
a:visited { color: #981528; }
a:hover { color: #333; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
/* STICKY FOOTER */
body {	
	background-image:url(../img/layout/bg_body.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

* { margin: 0; }
html, body#top { height:100%; }
#wrapper { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

#wrapper, 
#footerWrapper {
	width:100%;
	max-width:944px;				
}

#header {
	height:95px;
	position:relative;		
	padding-top:6px;
}

#headerMobile {
	text-align:center;
	background-color:#F2F5FA;
	display:none;
}

#headerMobile img {
	width:100%;
	max-width:522px;
}	

a,
.button {
	transition: all 0.3s ease-in-out;
}

/*
#headerLogo {
	display:block;
	text-indent:-9999px;
	height:122px;
	
	background-image:url(../img/layout/header_logo.png?v3);
	background-position:left top;
	background-repeat:no-repeat;	
}
*/

#contentWrapper {
	/*
	padding-bottom:20px;
	*/
	width:100%;
}

#contentWrapper,
#footerContainer {
	
}

#footerContainer {
	
}

#footerContainer a {
	color:#fff;
	text-decoration:underline;
}

#footer {
	background-color:#bdbdbd;
}

#footerContainer {
	height:150px;
	
	padding-top:25px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
		
	position:relative;
}

#footerLogo {
	position:absolute;
}

#footerAdres {
	color:#fff;
	width:100%;
	text-align:center;
}
/*
#copyright {
	display:block;
	text-indent:-9999pc;
	width:48px;
	height:33px;
	background-image:url(../img/layout/copyright.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
}
*/
#footerWrapper {
	margin:0px auto;

	/*
	padding-top:30px;
	*/
}

#footer, #push {
	height: 150px; /* .push must be the same height as .footer */
	clear:both;
}

/* navTalen */
/*
#navTalen {
	overflow:hidden;
	list-style:none;
	position:absolute;
	right:0px;
	top:20px;
	list-style:none;
}

#navTalen li {
	float: left;
}

#navTalen li a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

#navTalen a:hover,
#navTalen li.active a {
	color:#981528;
}

#taalMenuMobile {
	display:none;
}
#taalMenuMobile {
	overflow:hidden;
	text-align:right;
}

#taalMenuMobile a.taalItem {
	display:inline-block;
}
*/

/* nav */
#navMain {
	/*
	position:absolute;
	top:122px;
	left:0px;
	*/
	position:absolute;
	top:30px;
	height:55px;
	width:100%;
}

#navMain .label {
	display:none;
}

#navMain li {
	list-style:none;	
}

#navMain a.mainItem {
	display:block;
	text-decoration:none;
}

a.mainItem span {
	display:block;
}

#mainIconHome {
	font-size:30px;
	position:relative;
	padding-top:5px;
	padding-bottom:6px; /* voor mouseover streep zodat ze op gelijke hoogte staat met andere menuitems */
}

#mainIconHome span {
	display:none;
}

ul.main > li {
	float:left;
}
/*
ul.main > li > a.mainItem {
	transition: all 0.3s ease-in-out;
}
*/

#taalMenuMobile a.taalItem,
#navMain .label,
a.mainItem {
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:12px;
	padding-bottom:7px;
	padding-left:0px;
	padding-right:0px;
}

.ie8 a.mainItem  {
	font-size:11px;
}

#taalMenuMobile a.taalItem:hover,
#taalMenuMobile  a.taalItemActive,
ul.main > li.active a.mainItem,
ul.main > li:hover a.mainItem {
	color:#981528;
	border-bottom:solid 4px #981528;
}

ul.main > li {
	margin-left:25px;
}

ul.main > li:first-child {
	margin-left:0px;
}

h1.paginaTitel {
	font-weight:normal;
}

.paginaTitel {
	font-size:30px;
	font-family:'Open Sans';
	color:#000;
	display:block;
	padding-bottom:18px;
	margin-bottom:30px;
	border-bottom:solid 4px #ccc;
}

#contentWrapper {
	padding-bottom:45px;
	overflow:hidden;
}

#wrapperBanners {
	width:100%;
	/*
	height:224px;
	background-image:url(../img/layout/home_banner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	*/
	margin-bottom:45px;
	background-color:#f2f5fa;
}

#wrapperBanners .cycle-slideshow {
	width:44.703389830508%;
	float:right;
}

#wrapperBanners .cycle-slideshow img {
	width:100%; /* 422/944 *100 */
}

#homeBannerLogo {
	width:55.296610169492%; /* 522/944 *100 */
}
	
div.message {
	border: 1px solid;
	margin: 0px 0px;
	padding:14px 14px 14px 14px; /* top right bottom left */
	margin-bottom:18px;	
	overflow:hidden;
	border-radius:4px 4px 4px 4px;
	behavior: url(../js/csspie/PIE.htc);	
}

div.message > ul {
	margin-left:1em;
}

div.messageSuccess {
	border-color:#BFE7BF;
	background-color:#D1EED1;
}

div.messageInfo {
	border-color:#FCEEC1;
	background-color:#FDF5D9;
}

div.messageError {
	border-color:#ee655d;
	background-color:#ee655d;
	color:#fff;
}

/* pagina */
/*
img {
	max-width:100%;
}
*/

.inhoudsTekst {
	margin-bottom:20px;
}

.tekstInsprong {
	padding-left:60px;
	padding-right:60px;
}

#inhoudPagina ul {
	margin-left:15px;
}

/* forms */
.error {
	background-color:#FDDFDE;
	background-image:none;
}

.inputtext, .inputpassword {
	height:19px;
	line-height:19px;
}

.inputtext, .inputpassword, .textarea {
	border: 1px solid #ccc;
	padding-left: 5px;
	width:98%;
}

.textarea {
    padding-top: 3px;
}

.selectone {
	border:solid 1px #ccc;
	/*
	padding: 5px 5px;
	*/
	padding-left:5px;
	
	vertical-align:middle;
	font-size:12px;
	width:98%;
}

a.button {
    display: inline-block;
    color: #fff;	
}

.button {
    background-color: #981528;
    border: medium none;
    color: #fff;
    padding: 8px 40px;
    text-decoration: none;
	font-size:12px;
	font-family:'Open Sans';
	font-weight:bold;
}

.button:hover {
	background-color:#000;
	color:#fff;
}

/* home.php */
#inhoudWrapperHome .links {
	float:left;
	width:472px; /* 522 - 50 */
	overflow:hidden;
	/*
	width:676px;
	*/
}

#inhoudWrapperHome .rechts {
	float:right;
	/*
	width:236px;
	*/
	width:422px;
}

#inhoudWrapperHome .rechts .blok {
	margin-bottom:30px;
}

/* nieuws (zie ihka) */
#paginasFotos,
#nieuwsFotos {
	list-style:none;
	margin-left:-10px !important;
	overflow:hidden;
}

#paginasFotos li,
#nieuwsFotos li {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

.nieuwsLijst {
	list-style:none;
	margin-left:0px !important;
}

.nieuwsLijst .thumb {
	width:140px;
	height:140px;
	margin-right:25px;
	/*
	height:140px;	
	line-height:140px;
	*/
	
	display:block;
	text-align:center;
	float:left;
	background-color:#f2f2f2;
}

.nieuwsLijst li {
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
	
.nieuwsLijst .thumb img {
	max-width:140px;
}

.nieuwsLijst .content {
/*
	background-color:red;
*/	
}

.nieuwsLijst .contentSmall {
/*
	max-width:779px;
*/
	margin-left:165px;	
}

.nieuwsLijst span.datum {
	color:#999;
	font-weight:600;
	font-size:12px;
	font-style:italic;
	display:block;
	margin-bottom:10px;	
}

.nieuwsDetailDatum {
	color:#999;
	font-weight:600;
	font-size:14px;
	font-style:italic;
	display:block;
	margin-bottom:5px;
}

/*
.nieuwsLijst span.titel {
*/
span.titel {
	color:#02418B;
	font-family:'Open Sans';
	font-weight:bold;	
	font-size:15px;
	display:block;
}

.nieuwsLijst .teaser {
	margin-bottom:20px;
}

.nieuwsLijst a.leesMeer {
}

/* contact.php */
/* contact.php (van tweedehandskinderboetiek) */
#inhoudContactTekst {
	width:55%;
	padding-right:3%;
	float:left;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;        
}

#googleMapsWrapper {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;  
	
	margin:0px;
	width:45%;
	position: relative;
	float:left;
}

#googleMaps {
    height: 350px;
    width: 100%;
}
#contactgegevens {
	margin-top: 10px;	
	background-color:#981528;
	padding: 10px 15px;
}

#contactgegevens,
#contactgegevens a {
	color:#fff;
}

div.formrow {
	clear: left;
	display: block;
	zoom: 1;
	overflow:hidden;
	margin-bottom:10px;		
}

div.formrow div.data {
	
}

div.formrow textarea {
  overflow: auto;
}

div.formrow > label {
    font-weight:bold;
	padding:0px;
	width:100%;
	margin-bottom:3px;
	display:block;
}

div.formrow label em {
    color: #E93213;
    font-weight: bold;
}

div.formrow div.info {
	font-style:italic;
}
/* ==|== ckeditor ===========================================================
	styles voor ckeditor
   ========================================================================== */    
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
/*
@media only screen and (max-width: 480px) {		
}
*/

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */	
}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
	
}

@media only screen and (max-width: 640px) {
	.nieuwsLijst .thumb {
		/*
		width:100%;
		background-color:transparent;		
		*/
		
		float:none;
		text-align:left;
		margin-bottom:10px;
	}

	.nieuwsLijst .contentSmall {
		width:100%;
		margin:0px;
	}	
	
	#footerContainer {
		text-align:center;
	}
	
	#footerLogo {
		position:static;
		margin-bottom:10px;
	}
	
	#headerMobile {
		display:block;
	}
	
	#wrapperBanners {
		display:none;
	}
	
	#contentWrapper {
		padding-top:20px;
		padding-bottom:20px;
	}
}

@media only screen and (max-width: 960px) {
	/* Style adjustments for viewports 768px and over go here */
	#wrapper, #footerWrapper {
		width:94%;
	}
	
	html, body#top {
		height:auto;
	}
	
	#wrapper {
		min-height:auto;	
	}
	
	#header {
		height:auto;
	}
	/*
	#navTalen {
		display:none;
	}
	
	#taalMenuMobile {
		display:block;
	}
	*/
	
	#navMain {
		position:static;
		height:auto;
	}
	
	#navMain .label,
	#navMain a.mainItem {
		font-size:14px;
		display:block;
		margin:0px;
		padding:0px;
		
		padding-top:4px;
		padding-bottom:4px;
		padding-left:15px;
		padding-right:15px;	
	}
	
	a.mainItem span {
		display:inline-block;
	}
	
	a.mainItem span.titelMenu2::before {
		content: '  / ';
	} 

	a.mainItem span.titelMenu2 {
		padding-left:2px;
	}
	
	
	ul.main > li.active a.mainItem,
	ul.main > li:hover a.mainItem {
		border-bottom:none;
	}	
	
	#mainIconHome span {
		display:inline-block;
		padding-left:5px;
	}
	
	#navMain .label {
		background-color:#981528;
		color:#fff;		
	}
	
	#navMain .label .fa-list {
		float:right;
		display:inline-block;	
		margin-top:2px;	
		color:#fff;
	}
	
	ul.main {
		display:none;
	}
		
	ul.main > li {
		float:none;
		width:100%;
		margin:0px;
		padding:0px;
		
		border-bottom:solid 1px #E4EBEC;
	}
			
	/* home.php */
	#inhoudWrapperHome .links,
	#inhoudWrapperHome .rechts {
		float:none;
		width:100%;
	}
	
	#inhoudWrapperHome .links {
		margin-bottom:10px;
	}
	
	/* footer */
	#wrapper {
		margin:0px auto;
	}
	#push {
		height:auto;		
	}
	#footer, #footerContainer {
		height:auto;
		overflow:hidden;
	}
	
	#footerContainer {
		padding-bottom:20px;
	}
	
	/* contact */
	#inhoudContactTekst,
	#googleMapsWrapper {
		float:none;
		width:100%;
	}	
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
