/* 
 * 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 ==========================================================
 */

.goed	{
		background-color:#F2FFF2;
		border:1px solid #73CC73;
		padding:10px;
		color:#404040;
		margin-bottom:15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		}
.fout	{
		background-color:#FFF2F2;
		border:1px solid #FF7373;
		padding:10px;
		color:#404040;
		margin-bottom:15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		}
.alertgoed {
	color:#009900;
}
.alertfout {
	color:#FF0000;
}




/* =============================================================================
   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: 14px; line-height: 1.431; }

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

/* 
 * 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: #005DA3; color: #fff; text-shadow: none; }
::selection { background: #005DA3; color: #fff; text-shadow: none; }*/


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

a { color: #D40D16; }
a:visited { color: #D40D16; }
a:hover { color: #ff0000; }
a:focus { outline: thin dotted; }

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


.rood { color: #D40D16; }
/* =============================================================================
   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-color:#fff;
}

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

#wrapper, 
#footerWrapper {
	width:100%;
	/*
	max-width:952px;				
	*/
}

.blokCentered {	
	max-width:944px;
	margin:0px auto;
}

#menuBalk {
	height:62px;
	background-color:#fff;
	overflow:hidden;
}

#header {
	/*
	height:237px;
	*/
	position:relative;		
	background-position:left top;
	background-repeat:no-repeat;	
}

#header img {
	max-width:100%;
}

.headerLicht {
	background-color:#70BBEB;
}

.headerDonker {
	background-color:#005DA3;
}

.wrapperDonkerblauw {
	background-color:#005DA3;
	color:#fff;
}

.wrapperDonkerblauw a {
	color:#FBDC37;
}

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

#footer {
	background-color:#CCDFED;
	overflow:hidden;
}

#footerContainer {		
	/*
	height:200px;
	*/
	
	margin:0px auto;	
	position:relative;
	padding-top:55px;
	padding-bottom:55px;
}

.footerKol {
	width:33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	float:left;
	height:255px;
	border-left:solid 1px #B7D2E5;
	padding-left:50px;	
}

.footerKol:first-child {
	border-left:none;
	padding-left:0px;
}

.footerKol .titel {
	color:#fff;
	font-size:22px;
	font-family:'coolvetica_rgregular';
	display:block;
	padding-bottom:25px;
}

.footerKol .logos {
	margin-top:25px;
}

.footerKol .content {
	font-size:15px;
}

#homeLogoTofam,
#homeLogoGent {
	display:inline-block;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#homeLogoTofam {
	background-image: url(../img/layout/home_logo_tofam.png);
	width:72px;
	height:61px;
}

#homeLogoGent {
	background-image: url(../img/layout/home_logo_gent.png);
	width:121px;
	height:49px;
	margin-left:20px;
	position:relative;
	top:17px;
}

.footerKol .socialIcon {
	display:block;
	text-indent:-9999px;
	background-position:left top;
	background-repeat:no-repeat;
	display:inline-block;
}

#iconTwitter {
	background-image: url(../img/layout/icon_twitter.png);
	width:44px;
	height:35px;
}

#iconFacebook {
	background-image: url(../img/layout/icon_facebook.png);
	width:36px;
	height:35px;
	margin-left:10px;
}

/* navigatie */
#navAlgemeen {
	padding-top:12px;
	list-style:none;
	float:left;
}

#navAlgemeen li {
	float:left;
	margin-left:30px;
}

#navAlgemeen li:first-child {
	margin-left:0px;
}

#navAlgemeen a {
	text-decoration:none;
	display:block;
	padding-bottom:6px;
}

#navAlgemeen a:hover,
#navAlgemeen li.active a {
	background-image:url(../img/layout/navalgemeen_pijl.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#navAlgemeen a span {
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	font-family:'coolvetica_rgregular';
	font-size:25px;
	color:#005DA3;
	text-decoration:none;
	
	border:none;
	border-radius:5px 5px 5px 5px;
	behavior: url(../js/csspie/PIE.htc);
	position:relative;
}

#navAlgemeen a:hover span,
#navAlgemeen li.active a span {
	background-color:#005DA3;
	color:#fff;	
}

#navMain {
	padding-top:19px;
	overflow:hidden;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	height:60px;
	border-left:solid 1px #e5e5e5;
	float:right;
	padding-left:10px;
	
	/*
	background-color:#666;
	
	padding-top:5px;
	padding-bottom:5px;
	
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	*/
}

#navMain .label {
	display:none;
}

ul.main {
	list-style:none;
}

ul.main li {
	float:left;
	margin-left:10px;
	padding-left:10px;
	border-left:solid 1px #e5e5e5;
}

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


#navMain label,
a.mainItem {
	font-weight:bold;
	font-family:'Open Sans';
	font-size:13px;
	color:#666;
	display:block;	
	text-decoration:none;	
	text-transform:uppercase;
	height:25px;
	line-height:25px;	
	padding-bottom:4px;	
}

ul.main li.active a.mainItem,
ul.main li:hover a.mainItem {
	color:#D40D16;
	background-image:url(../img/layout/navmain_item_hover.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#contentWrapper {
	/*
	overflow:hidden;
	*/ /* niet op hidden zetten voor facebook like icon */
	padding-top:60px;
	padding-bottom:60px;
}

div.message {
	border: 1px solid;
	margin: 0px 0px;
	padding:14px 14px 14px 14px; /* top right bottom left */
	border-radius:4px 4px 4px 4px;
	margin-bottom:18px;	
	overflow:hidden;
}

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:#FBC7C6;
	background-color:#FDDFDE;
}

/*
.tekstGrijs {
	color:#333333;
}
*/
/* home */

/* wedstrijd.php */
#inhoudWrapperWedstrijd {
	/*
	overflow:hidden;
	position:relative;
	*/
}

#lblPostcode {
	width:100px;
}

#txtPostcode {
	width:96px !important;
}

#lblGemeente {
	width:235px;
}

#txtGemeente {
	width:273px !important;
}

#blokAkkoord {
	color:#666666;
	font-weight:bold;
	font-size:12px;	
	margin-left:20px;
}

/*
#inhoudWedstrijd {
	width:546px;
	float:left;
}
*/

#inhoudWedstrijd ul {
	list-style-position:oudside;
	margin-left:15px;
}

#wedstrijdForm fieldset:last-child {
	margin-bottom:0px;
}

#wedstrijdForm fieldset {
	margin-bottom:30px;
}

#wedstrijdForm legend {
	font-size:14px;
	font-weight:bold;
	color:#005DA3;
	margin-bottom:5px;
}

#wedstrijdForm div.formrow {
	margin-bottom:15px;
}

#wedstrijdForm div.formrow:last-child {
	margin-bottom:0px;
}

#wedstrijdForm div.formrow > label {
	display:inline-block;
	height:20px;
	line-height:20px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

#wedstrijdForm .error {
	background-color:#FDDFDE !important;
	background-image:none !important;
}

#wedstrijdForm div.formrow .textarea {
	padding-top:3px;	
}

#wedstrijdForm div.formrow .inputtext, 
#wedstrijdForm div.formrow .textarea, 
#wedstrijdForm div.formrow select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	/*
	width:337px;
	*/
	width:99%;
	padding-left:3px;
	border:solid 1px #B0B0B0;
	color:#666666;
	font-size:12px;
}

#wedstrijdForm div.formrow select  {
	padding-top:2px;
	padding-bottom:2px;
}

#wedstrijdForm div.info {
	color:#666666;
	font-style:italic;
	font-size:12px;
}

/* algemeen */
.paginaTitel {
	font-size:40px;
	display:block;
	margin-bottom:25px;	
	font-family:'coolvetica_rgregular';
}

.paginaTitelGeel {
	color:#FBDC37;
}

.paginaTitelRood {
	color:#d40d16;
}

input.button,
a.button {
	/*
	line-height:23px;
	height:23px;
	*/
	padding-top:1px;
	padding-bottom:3px;
	
	padding-left:7px;
	padding-right:7px;

	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	
	border:none;
	background-color:#005DA3;
}

a.button {
	display:inline-block;
}

input.button:hover {
}

/* pagina */
.inhoudsTekst {
	margin-bottom:20px;
}

/* partners */
.titelBalkBlauw {
	padding-top:60px;
	background-color:#005DA3;
	padding-bottom:10px;
}

/* de uitvinderswedstrijd */
#titelBouwUitvinding {
	color:#D40D16;
	font-size:40px;
	display:block;
	margin-bottom:35px;	
	font-family:'coolvetica_rgregular';
}

#wedstrijdIntro {
	font-weight:bold;
	font-size:18px;
}


#blokIndienen {
	background-color:#FBDC37;
	
	border:none;
	border-radius:10px 10px 10px 10px;
	behavior: url(../js/csspie/PIE.htc);
	position:relative;
	
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:60px;		
}

#blokIndienen .titel {
	display:block;
	color:#d40d16;
	font-size:16px;
	font-weight:800;
	margin-bottom:10px;
}

#blokIndienen ul {
	margin-left:10px;
}

#vogelSuccess {
	margin-top:30px;
}

#wedstrijdMenu {
	list-style:none;
}

#wedstrijdMenu li {
	margin-bottom:15px;
}

#wedstrijdMenu li:last-child {
	margin-bottom:0px;
}


#wedstrijdMenu a {
	display:inline-block;
	width:163px;
	text-align:center;
	background-color:#FBDC37;
	text-decoration:none;
	
	color:#D40D16;
	font-size:22px;
	font-family:'coolvetica_rgregular';	
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;		
	
	border:none;
	border-radius:10px 10px 10px 10px;
	behavior: url(../js/csspie/PIE.htc);
	position:relative;	
}

#wedstrijdMenu a:hover {
	background-color:#D40D16;
	color:#FBDC37;
}

#inhoudWrapperUitvindersWedstrijd .links {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
	float: left;
	/*
	width:280px;
	*/
	width:252px;
	
	text-align:center;
	position:relative;
	top:-46px;
	overflow:hidden;
}


#inhoudWrapperUitvindersWedstrijd .rechts {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
	float: left;
	width:664px;
	margin-left:28px;
}

/* het evenement */
#imgBT15 {
	max-width:100%;
}
#wrapperProgrammaBanners {
	max-width:518px;
	width:100%;
	overflow:hidden;
	margin-bottom:30px;	
}

#wrapperProgrammaBanners .cycle-slideshow {
	background-color:#fff;
	margin:8px;
}

#wrapperProgrammaBanners img {
	width:100%;
}

#wrapperProgrammaBanners .pager {
	z-index:999;	
}

#wrapperProgrammaBanners .pager ul {
	list-style:none;
	float:right;
}

#wrapperProgrammaBanners .pager li {
	float:left;
	margin-left:3px;
}

#wrapperProgrammaBanners .pager li:first-child {
	margin-left:0px;
}

#wrapperProgrammaBanners .pager li a {
	display:block;
	width:12px;
	height:12px;
	text-indent:-9999px;
	background-color:#FDF3B1;
	text-align:left;
}

#wrapperProgrammaBanners .pager li.current a {
	background-color:#D40D16;
}

#inhoudWrapperEvenement .links {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
    float: left;
    padding-right: 3%;
    width: 50%;	
}

#inhoudWrapperEvenement .rechts {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
    float: left;
    margin: 0;
    position: relative;
    width: 50%;
	/*
	max-width:435px;
	*/
		
	text-align:right;
}

#evenementIntro {
	font-size:18px;
	font-family:'Open Sans';
	font-weight:800;
}

/* meerinfo */
#inhoudWrapperMeerInfo {
	overflow:hidden;
}

#inhoudWrapperMeerInfo .content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
    float: left;
    padding-right: 3%;
    width: 50%;	
}

#inhoudWrapperMeerInfo .film {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
    float: left;
    margin: 0;
    position: relative;
    width: 50%;
	/*
	max-width:435px;
	*/
		
	text-align:right;
}

/* partners */
#partnersLijst {
	margin:0px auto;
	overflow:hidden;
}
#partnersLijst .partner {
	width:120px;
	height:100px;
	float:left;
	text-align:center;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	line-height:100px;
}

#blokPartners {
	margin:0px auto; 
	background-color:red;
	width:90%;
}

/* wedstrijd */
.formopm {
    font-size: 12px;
	border:1px solid #FBDC37;
	padding:10px;
	background-color:#fbdc37;
	
	border:none;
	border-radius:10px 10px 10px 10px;
	behavior: url(../js/csspie/PIE.htc);
	position:relative;
}

#inhoudWrapperWedstrijd .links {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
    float: left;
 	width:375px;
}

#inhoudWrapperWedstrijd .rechts {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
    float: right;
    margin: 0;
    position: relative;
	/*
    width: 50%;
	*/
	width:435px;
	margin-top:25px;
	
		
	/* zie #blokIndienen */
	background-color:#FBDC37;
	
	border:none;
	border-radius:10px 10px 10px 10px;
	behavior: url(../js/csspie/PIE.htc);
	position:relative;
	
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:25px;
}

#inhoudWrapperWedstrijd .titel {
	display:block;
	color:#d40d16;
	font-size:16px;
	font-weight:800;
	margin-bottom:10px;
}

#inhoudWrapperWedstrijd ul {
	margin-left:10px;
}

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

#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;
}

/* ==|== ckeditor ===========================================================
	styles voor ckeditor
   ========================================================================== */ 
   /*
.tekstTitel {
	font-size:16px;
	font-weight:bold;
}
*/
.subtitelRood {
	color:#D40D16;
	font-weight:bold;
	font-size:17px;
	display:block;
}
/* ==|== 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) {
	/* de uitvinderswedstrijd */
	#wedstrijdMenu li {
		float:none !important;
		margin-right:0px !important;
		margin-bottom:15px !important;
	}
	
	/* nieuws */
	.nieuwsLijst .thumb {
		/*
		width:100%;
		background-color:transparent;		
		*/
		
		float:none;
		text-align:left;
		margin-bottom:10px;
	}

	.nieuwsLijst .contentSmall {
		width:100%;
		margin:0px;
	}
}

@media only screen and (max-width: 960px) {
	.blokCentered {	
		max-width:100%;
	}
	
	#contentWrapper,
	.titelBalkBlauw {
		padding-top:20px;
	}
	
	.blokCentered {
		padding-left:20px;
		padding-right:20px;
	}
	#menuBalk {
		height:auto;
	}
	
	#menuBalk .blokCentered {
		padding:0px;
	}
		
	#navAlgemeen,
	#navMain {
		float:none;		
	}
	
	#navAlgemeen {
		display:table;
		margin:0px auto;
		float:none;
	}	
	
	#navMain .label {
		display:block;
		background-color:#005DA3;
		color:#fff;
	}
	
	#navMain .label .fa-list {
		float:right;
		display:inline-block;	
		margin-top:7px;	
		/*
		position:relative;
		top:5px;
		*/
	}
	
	#navMain {
		border:none;
		padding:0px;
		height:auto;	
		width:100%;	
	}
	
	#navMain li {
		float:none;
		margin:0px;
		padding:0px;
		border:none;
		border-bottom:solid 1px #e5e5e5;
	}
	
	#navMain li:last-child {
		border-bottom:none;
	}
	
	ul.main {
		display:none;
	}
	
	ul.main li.active a.mainItem,
	ul.main li:hover a.mainItem {
		background-image:none;
	}
	
	#navMain .label,
	a.mainItem {
		padding:0px;
		padding-left:20px;
		padding-right:20px;		
		padding-top:3px;
		padding-bottom:3px;
		line-height:auto;
	}
	
	#navAlgemeen li {
		margin-left:10px;
	}
	
	#navAlgemeen {
		margin-bottom:10px;
	}
	
	#navAlgemeen a span {
		font-size:17px;
	}
	
	/*
	#navAlgemeen,
	#navMain {
		display:table;
		margin:0px auto;
		float:none;
	}
	
	#navMain {
		border:none;
		padding-left:0px;
	}
	*/
	
	#footer {
		height:auto;
	}
	
	#footerContainer {
		padding-top:20px;
		padding-bottom:20px;
	}
	.footerKol {
		width:100%;
		float:none;
		padding:0px;
		padding-bottom:20px;
		margin-bottom:20px;
		height:auto;
		border-left:none;
		border-bottom:solid 1px #B7D2E5;
		text-align:center;		
	}
	
	.footerKol:last-child {
		border:none;
		margin-bottom:0px;
	}
	
	/* de uitvinderswedstrijd */
	#inhoudWrapperUitvindersWedstrijd .links,
	#inhoudWrapperUitvindersWedstrijd .rechts {
		float:none;
		width:100%;
		margin:0px;
	}
	
	#inhoudWrapperUitvindersWedstrijd .links {
		top:0px;
		margin-bottom:30px;
	}
	
	#wedstrijdMenu {
		display:table;
		margin:0px auto;
	}
	
	#wedstrijdMenu li {
		float:left;		
		margin:0px;
		margin-right:20px;
	}
	
	#wedstrijdMenu li:last-child {
		margin-right:0px;
	}	
	
	/* het evenement */
	#inhoudWrapperEvenement .links {
		margin-bottom:30px;
		padding-right: 0%;
	}
	
	#inhoudWrapperEvenement .links,
	#inhoudWrapperEvenement .rechts {
		float:none;
		width:100%;
	}
	
	#inhoudWrapperEvenement .rechts {
		text-align:center;
	}
	
	#wrapperProgrammaBanners {
		margin:0px auto;
		margin-bottom:30px;
	}
	
	/* meerinfo */
	#inhoudWrapperMeerInfo .content,
	#inhoudWrapperMeerInfo .film {
		width:100%;
		float:none;
	}
	
	#inhoudWrapperMeerInfo .content {
		margin-bottom:30px;
		padding-right:0px;
	}
	
	#inhoudWrapperMeerInfo .film {
		text-align:center;
	}
	
	/* wedstrijd */
	#inhoudWrapperWedstrijd .links, 
	#inhoudWrapperWedstrijd .rechts {
		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; }
}

.kleiner {
	font-size:12px;
}


.wedstrijd-h1{
	margin-bottom: 0px;
}.wedstrijd-p{
	margin-bottom: 20px;
}
.btn-insp{
	background-color: #005DA3;
	color: white;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 20px;
    font-size:40px;
    font-family: 'coolvetica_rgregular';
}
.btn-insp:hover{
	background-color: white;
	color: #005da3;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 20px;
    font-size:40px;
    font-family: 'coolvetica_rgregular';
}

.session-klasse{
	    color: green;
    border: 1px solid green;
    padding: 10px;
    background-color: rgba(144, 238, 144, 0.5);
    border-radius: 5px;
}
.session-klasse-error{
	    color: red;
    border: 1px solid orange;
    padding: 10px;
    background-color: rgba(255, 153, 51, 0.5);
    border-radius: 5px;
}
.input:invalid, textarea:invalid{
	background-color: white!important;
}
.input-klasse{
	border: 1px solid #005da3;
    border-radius: 5px;
}
.input-klasse-btn{
	padding:10px!important;
}
.input-klasse-btn:hover{
	padding:10px!important;
	background-color: white;
	color: #005da3;
	border: 1px solid #005da3;
}