
#parallax
{
	background-image: url('../images/parallax/footer.png'), url('../images/parallax/fg.png'), url('../images/parallax/mg.png');
	background-position: center bottom, center 0px, center 0px;
	background-repeat: repeat-x, repeat-x, repeat-x;


	min-height: 100%;
	max-height: 2400px;
	overflow: hidden;
	

	margin: 0px auto;
}

#parallax_nextpage
{
	background-image: url('../images/parallax/footer_nextpage.png'), url('../images/parallax/fg_nextpage.png'), url('../images/parallax/fg_nextpage_tile.png'), url('../images/parallax/mg.png');
	background-position: center bottom, center -50px, 0px 450px, center -350px;
	background-repeat: repeat-x, repeat-x, repeat-x;
	background-size: 1200px 2400px, 1200px 2400px, 1200px 12400px, 1200px 2400px;
	min-height: 100%;


	margin: 0px auto;
}

#miko, #miko_nextpage
{
	display: none;
	position: fixed;
	z-index: 10;

	width: 236px;
	height: 369px;

	left: 50%;
	margin-left: -118px;
	top: 144px;
}

#miko_nextpage
{
	position: absolute;
	
	width: 177px;
	height: 276px;

	left: 50%;
	margin-left: 275px;
	top: 10px;
}

#miko_nextpage img
{
	width: 177px;
	height: 276px;
}


#miko_tr { display: table-row; }
#miko_td
{
	display: table-cell;

	text-align: center;
	vertical-align: middle;

	width: 100%;
	height: 100%;
}



/* *** Header *** */
.header
{
	height: 725px;
}

.header_nextpage
{
	height: 400px;
}

.header_div
{
	padding-top: 70px;
}

#header_buttons, #welcome_message
{
	position: relative;
	padding-top: 255px;
	text-align: center;
	z-index: 100;
}

#header_menu
{
	text-align: center;
	padding-top: 20px;
}

.header_menu_a, .header_menu_a:visited, .header_menu_a:active, .header_menu_a:hover,
.header_menu_a_selected, .header_menu_a_selected:visited, .header_menu_a_selected:active, .header_menu_a_selected:hover
{
	display: inline-block;
	text-decoration: none;
	
	background-color: #142816;
	color: #fbc10f;

	border-radius: 40px;	
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;

	margin-bottom: 5px;
	
	font-weight: bold;
}

.header_menu_a_selected, .header_menu_a_selected:visited, .header_menu_a_selected:active, .header_menu_a_selected:hover
{
	background-color: #311640;
	color: #8ef0fe;
}

.header_menu_a:active, .header_menu_a:hover
{
	background-image: url('../images/layout/bg_light.png');
}


.logo
{
	display: block;
	text-align: center;
}

.logo img
{

	width: 500px;
	height: 144px;
	
}

/* *** Slideshow *** */
.slideshow
{

}

.slideshow_div
{
	min-height: 392px;
}

/* *** Full width slideshow *** 
.slideshow_div
{
	width: 100%;
}
*/

/* *** Restrict height slideshow *** 
.camera_wrap
{
	max-height: 400px !important;
}
*/

.menu_item, .menu_item:visited, .menu_item:active,
.menu_item_selected, .menu_item_selected:visited, .menu_item_selected:active, .menu_item_selected:hover,
.menu_item_sub, .menu_item_sub:visited, .menu_item_sub:active, .menu_item_sub:hover,
.menu_item_sub_selected, .menu_item_sub_selected:visited, .menu_item_sub_selected:active, .menu_item_sub_selected:hover
{
	font-size: 24px;
	color: #142816;
	font-weight: bold;
}

.menu_item:active, .menu_item:hover
{
	color: #FFFFFF !important;
}

.menu_item_selected, .menu_item_selected:visited, .menu_item_selected:active, .menu_item_selected:hover
{
	text-decoration: underline;
	color: #142816 !important;	
}

/* *** Verschillende constructies van main deel (=onder menu/slideshow) van website *** */
.main
{
	
}

.main_div
{
	/* min-height: 260px; */
}

.main_cols
{
	display: table;
}

.main_cols_tr
{
	display: table-row;
}

.main_cols_content
{
	display: table-cell;

	width: 330px;
	padding-right: 160px;
	
	padding-top: 60px;
	padding-bottom: 60px;
	
}

.main_cols_sidebar
{
	display: table-cell;

	width: 330px;
	padding-left: 160px;
	padding-bottom: 60px;
}

.content_color_1, .content_color_1 a, .content_color_1 a:visited
{
	color: #93a92e;
}

.content_color_2, .content_color_2 a, .content_color_2 a:visited
{
	color: #259171;
}

.content_color_3, .content_color_3 a, .content_color_3 a:visited
{
	color: #74746b;
}

.full_span
{

}

.wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
	grid-gap: 20px;
}

.resultDiv {
	
	border-width: 1px;
	border-radius: 20px;
	padding: 20px;
}

.tweeluik_table
{
	display: table;
}

.tweeluik
{
	display: table-cell;
	border-width: 1px;
	width: 50%;
	
}

.tweeluik_marge
{
	display: table-cell;

}

.tweeluik_static_sidebar_left
{
	display: table-cell;
	border-width: 1px;
	width: 678px;
}

.tweeluik_static_sidebar_right
{
	display: table-cell;
	border-width: 0px;
	width: 240px;
}

.static_sidebar, .static_sidebar_fixed
{
	width: 198px;
	border-width: 1px;
}

.static_sidebar_fixed
{
	position: fixed;
	top: 100px;
}

.drieluik
{
	text-align: center;
}

.drieluik_bg_color
{
	padding-top: 0px; 
	padding-bottom: 0px;
}

.drieluik_1, .drieluik_2, .drieluik_3
{
	display: table-cell;
	width: 300px;
	text-align: center;
}

.drieluik_1 img, .drieluik_2 img, .drieluik_3 img
{
	display: block;
	width: 300px;
}


/* *** Weergave subpagina leerlingen *** */

.mydiamonds
{
margin: auto;
width:450px
}

.time
{	
display: table-cell; 
width: 110px		
}

.bg_bar
{
	position: relative;
	top: 4px;
	display: table-cell; 
	width: 150px; 
	padding-right: 16px;
	background-image: url(../games/digger/images/score/bg_bar.png); 
	background-repeat: no-repeat
}

.bar
{	
background-image: url(../games/digger/images/score/bar.png);	
height:18px	
}

.percentage
{
display: table-cell; width: 80px		
}



/* *** Horizontal scroller *** */
.horizontal_scroller
{
	width: 100%;
	overflow: auto;
}

.horizontal_scroller_left, .horizontal_scroller_left:visited,
.horizontal_scroller_right, .horizontal_scroller_right:visited
{
	position: absolute;
	z-index: 100;
	display: inline-block;

	width: 40px;
	margin-top: 160px;

	line-height: 40px;
	
	text-decoration: none;	
	text-align: center;
}

.horizontal_scroller_left
{
	
}

.horizontal_scroller_right
{
	margin-left: 940px;
}

/* *** Extra grote schermen: left/right buiten de 980px breedte plaatsen: cool! *** */
@media only screen and (min-width:1100px) 
{
	.horizontal_scroller_left
	{
		margin-left: -50px;
	}
		
	.horizontal_scroller_right
	{
		margin-left: 990px;
	}
}
	

/* *** Sidebar *** */
.sidebar_movie
{
		
}

.sidebar_movie video
{
	max-width: 100%;
}

.sidebar_news_a, .sidebar_news_a:visited, .sidebar_news_a:active
{
	display: block;
		
	text-decoration: none;
}

.sidebar_news_a b
{

	display: block;
	text-decoration: underline;	
}

.sidebar_news_a:hover b
{
	color: #FFFFFF;
}
	
.sidebar_images
{
		
}

.sidebar_images a, .sidebar_images a:visited, .sidebar_images a:active
{
	display: inline-block;
	
	margin-right: 5px;	
	margin-bottom: 5px;	
	border-width: 4px;
}

.sidebar_images a:hover
{

}

.sidebar_images a, .sidebar_images img
{
	width: 85px;
	height: 85px;	
}

.sidebar_a, .sidebar_a:visited, .sidebar_a:active
{

}


/* *** News *** */
.news
{
	display: table;
	text-decoration: none;
	margin-bottom: 20px;
}

.news_tr
{
	display: table-row;
}

.news_img
{
	display: table-cell;
	padding-right: 0px;
	padding-top: 25px;
	
}

.news_img img
{
	width: 135px;
	height: 90px;
	padding-right: 25px;
}

.news_text
{
	display: table-cell;	
}

.news_date
{
	font-size: 10px; 
	opacity: 0.5;
}

.news:active .news_img img, .news:hover .news_img img
{
	width: 150px;
	height: 100px;
	padding-right: 10px;

	transition: width 250ms ease-in-out, height 250ms ease-in-out, padding-right 250ms ease-in-out;
}

.news:active, .news:hover
{
	transition: color 250ms ease-in-out;
}


/* *** Miscellaneous *** */
.avatar_table
{
	display: table;
}

.avatar_tr
{
	display: table-row;
}

.avatar_td
{
	display: table-cell;
}

.avatar_td:first-child
{
	padding-right: 15px;
}

.avatar
{
	border-radius: 50px;
}

.green
{
	background-color: #00FF00 !important;
	color: #00FF00 !important;
}

.paginatie
{
	text-align: center;
}

.paginatie a, .paginatie span
{
	text-decoration: none;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.paginatie_prev_disabled, .paginatie_next_disabled
{
	opacity: 0.5;
}

.paginatie_nr_selected, .paginatie_nr_selected:active, .paginatie_nr_selected:visited, .paginatie_nr_selected:hover
{
	font-weight: normal;
}

.account_status_flag
{
	display: inline-block;
	padding: 5px;


	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	
	text-align: center;
	
	float: right;
}

.reseller_account
{

}

.admin_account
{

}

.link_pdf, .link_pdf:visited, .link_pdf:active, .link_pdf:hover,
.link_youtube, .link_youtube:visited, .link_youtube:active, .link_youtube:hover
{
	display: table-cell;
	vertical-align: middle;
	
	background-image: url('../images/extensies/pdf.png'); background-repeat: no-repeat; background-position: left top;
	
	text-decoration: none;
	padding-left: 60px;
	height: 50px;
}

.link_youtube, .link_youtube:visited, .link_youtube:active, .link_youtube:hover
{
	background-image: url('../images/extensies/youtube.png');
}

.youtube
{

}

.youtube_iframe
{
	background-image: url('../images/icons/youtube_play_button.png'); background-repeat: no-repeat; background-position: center center;
	background-color: #333333;
	
	/*width: 470px; height: 300px; */
	
	width: 100%;
	height: 325px;	
}

.icon_question, .icon_question:visited, .icon_question:active, .icon_question:hover
{
	background-image: url('../images/icons/question.png'); background-repeat: no-repeat; background-position: left center;
	display: inline-block;
	text-decoration: none;
	width: 16px;
	
}


/* *** Footer *** */
.footer
{
	
}

.footer_div
{
	display: table;
}

.footer_td1, .footer_td2
{
	display: table-cell;

	font-size: 12px;
	line-height: 18px;
	
	color: #999;
}

.footer_td2
{
	text-align: right;
}

.footer a, .footer a:visited, .footer a:active
{
	color: #999 !important;
		
	text-decoration: none;
}

.footer a:hover
{
	opacity: 1;
}

.share_images a, .share_images a:visited
{
	opacity: 0.5;
}

.share_images a:active, .share_images a:hover
{
	opacity: 1;
}

.share_images img
{
	border-radius: 40px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.sitemap, .landingspages
{
	display: table;
}


.sitemap_sub, .landingspages_sub
{
	display: table-cell;
	padding-left: 40px;
}

.sitemap_sub:first-child, .landingspages_sub:first-child
{
	padding-left: 0px;
}


/* *** Form *** */
.captcha
{
	background-image: url('../images/layout/bg_dark.png'); 
	
	display: inline-block;
	
	width: 377px;
	max-width: calc(100% - 20px);
	
	padding: 10px;
	padding-right: 0px;
}

.area .captcha
{
	background-image: url('../images/layout/bg_light.png'); 
}

.captcha_div
{
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

.form_input_captcha
{
	width: 55px;
	text-align: center;
	
	line-height: 25px;
	
	border-width: 1px;
	
	background-color: #102012;
	
	border: 1px solid #fbc10f !important;
	
	color: #fbc10f;	
}

.form_input, .form_textarea, .form_select
{
	padding: 5px;	
	padding-left: 10px;
	margin-bottom: 5px;
		
	background-color: #102012;
	
	border: 1px solid #fbc10f !important;
	
	color: #fbc10f;
}

.form_input, .form_textarea
{
	width: 375px;

	max-width: calc(100% - 20px);
	
}

.form_textarea
{
	height: 100px;
}

.form_input_medium
{
	width: 210px;
}

.form_input_kort
{
	width: 135px;
}

.form_input_mini
{
	width: 65px;
}

.form_select
{
	padding: 5px;	
}

.ster
{
	
}


.content_ruler
{
	display: block;
	margin-bottom: 20px;
}


.button, .button:visited, .button:active, .button:hover, 
.button_alt, .button_alt:visited,
.button_alt2, .button_alt2:visited,
.button_alt3, .button_alt3:visited,
.button_disabled
{
	background-color: #fbc10f;
	color: #142816 !important;
	
	display: inline-block;

	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	
	margin-bottom: 10px;

	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 28px;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;		
}

.button:hover, .button:active,
.button_alt:hover, .button_alt:active,
.button_alt2:hover, .button_alt2:active,
.button_alt3:hover, .button_alt3:active,
.area .button_alt, .area .button_disabled
{
	background-image: url('../images/layout/bg_light.png'); 
}

.button_alt, .button_alt:visited, .button_alt:active, .button_alt:hover
{
	background-color: #311640;
	color: #8ef0fe !important;
	font-size: 36px;
	
	padding: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

.button_alt2, .button_alt2:visited, .button_alt2:active, .button_alt2:hover
{
	background-color: #142816;
	color: #fbc10f !important;
	font-size: 36px;
	
	padding: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

.button_alt3, .button_alt3:visited, .button_alt3:active, .button_alt3:hover
{
	background-color: #142816;
	color: #fbc10f !important;
	border: 3px solid #fbc10f;
	
	padding: 12px;
	padding-left: 26px;
	padding-right: 26px;
	
}


.button_disabled
{
	opacity: 0.5;
}

.x_button, .x_button:visited
{
	display: inline-block;
	
	width: 30px;
	height: 30px;
	
	line-height: 30px;
	text-align: center;

	text-decoration: none;
	
	float: right; 
	
	margin-left: 20px;
}

.x_button:hover, .x_button:active
{
	background-image: url('../images/layout/bg_light.png'); 
}

.input_aantal
{
	display: table;
}

.input_aantal_minus, .input_aantal_plus
{
	display: table-cell;
	background-repeat: no-repeat; background-position: center center;
	background-color: #ffcccc;

	border-width: 1px;

	min-width: 24px;	
}

.input_aantal_minus
{
	background-image: url('../images/icons/input_aantal_minus.png');
	
	border-right-width: 0px;
		
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
}

.input_aantal_plus
{
	background-image: url('../images/icons/input_aantal_plus.png');
	
	border-left-width: 0px;	
		
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.input_aantal_aantal
{
	display: table-cell;

	border-width: 1px;
}

.input_aantal_aantal input
{
	width: 35px;
	height: 44px;
	
	text-align: center;
	line-height: 44px;
	
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#login {
	position: fixed;
	width: 700px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -350px;
	background-color: #142916;
	z-index: 999;
	border-radius: 30px;
	border: 4px solid #f3c010;
	padding: 20px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

#loginBox, #registerBox {
	width: 100%;
	height: 86%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#registration {
	position: fixed;
	width: 700px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -350px;
	background-color: #142916;
	z-index: 999;
	border-radius: 30px;
	border: 4px solid #f3c010;
	padding: 20px;
}

.close {
	float: right;
}

#loginButtons, #registerButtons {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.authButton {
	display: inline-block;
    background: white;
	color: #444;
	height: 64px;
    width: 420px;
    border-radius: 32px;
    /* border: thin solid #888; */
    box-shadow: 1px 1px 1px grey;
	white-space: nowrap;
	margin: 16px;
}

.gIcon {
	/* background: url(/images/icons/google.png) transparent 5px 50% no-repeat; */
    /* display: inline-block; */
    vertical-align: middle;
    width: 44px;
	height: 44px;
	margin: 10px;
	margin-left: 24px;
}

.mIcon {
	/* background: url(/images/icons/email.png) transparent 5px 50% no-repeat; */
    /* display: inline-block; */
    vertical-align: middle;
    width: 44px;
    height: 44px;
	margin: 10px;
	margin-left: 24px;
}

.buttonText {
	/* display: inline-block; */
    vertical-align: middle;
    padding-left: 8px;
    /* padding-right: 42px; */
    font-size: 21px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.button_name {
	background-color: #fbc10f !important;
	color: #142816 !important;
	
	display: inline-block;
}

.big {
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	
	margin-bottom: 10px;

	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 28px;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.signout, .signout:visited, .signout:active, .signout:hover {
	padding: 15px;
	font-size: 28px;
}


/* Leerlingpagina */


.profile {
	background-color: #fbc10f;
	color: #142816 !important;
	
	display: inline-block;

	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	
	margin-bottom: 5px;

	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}