@charset "utf-8";
/* CSS Document */

.defaults_title:hover {
	color:#ed1c24;
}

.menu_col {
	width:239px;
	font-size:24px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	text-align:center;
	float:left;
	color:#FFF;
}

	.menu_col:hover {
		background:#ed1c24;
		cursor:pointer;
	}
	
.menu_border_right {
	border-right:1px solid grey;
}

.wizard_standard_name {
	float:left;
	width:50%;
	font-size:14px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	padding-left:20px;
}
	
.wizard_standard_price {
	float:left;
	width:10%;
	color:#ed1c24;
	font-size:18px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
}

.wizard_row .wizard_standard_app {
	float:left;
	height:25px;
	width:20%;
	color:#FFF;
	background:#ed1c24;
	font-size:14px;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #ed1c24;
}

	.wizard_row .wizard_standard_app:hover, .wizard_row .wizard_usecase_button:hover {
		cursor:pointer;
		background:#FFF;
		color:#ed1c24;
	}
	
.wizard_row .wizard_usecase_button {
	float:left;
	height:30px;
	width:60%;
	color:#FFF;
	background:#ed1c24;
	font-size:14px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #ed1c24;
	margin-left:20%;
	margin-top:20px;
}
	
	.wizard_standard_center {
		margin:10px auto;
		float:left;
		border:1px solid red;
	}
	
	.wizard_standard {
		float:left;
		line-height:38px;
		vertical-align:middle;
		text-align:center;
		width:280px;
		background-color:#FFF;
		border-radius:4px;
		border:2px solid grey;
		font-size:12px;
		text-align:center;
		margin-right:10px;
		position:relative;
		margin-top:10px;
	}
		
		.wizard_standard .wizard_row { position:relative; height:30px; line-height:30px; vertical-align:middle; font-size:18px; }
		.wizard_standard .mt { margin-top:0px; }
		.wizard_standard .wizard_standard_price { font-size:22px; color:#000; width:100%; float:left; text-align:center; }
		.wizard_standard .wizard_standard_button { width:100%; text-align:center; font-size:16px; color:#ed1c24; }
		.wizard_standard .wizard_standard_button:hover { color:#000; cursor:pointer; }
		.wizard_standard .wizard_row hr {
			position: absolute;
			width:200px;
			left:50%;
			margin-left:-100px;
			color:#FFF;
			top:-18px;
		}

#bg_menu {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	height:50px;
	background:#333;
}

#bg_herstellingen {
	width:100%;
	position:absolute;
	top:389px;
	left:0px;
	height:235px;
	background:#333;
}

#header_slider {
	position:relative;
	background:none;
	padding-bottom:25px;
}

.alg_titel {
	font-size:40px;
	float:left;
	font-family:"Myriad Light";
	width:100%;
	height:50px;
	line-height:50px;
	vertical-align:middle;
}

.alg_titel_small {
	font-size:36px;
	float:left;
	font-family:"Myriad Light";
	width:100%;
	height:50px;
	line-height:50px;
	vertical-align:middle;
}

#slider {
	padding-top:0px;
}

#ipad, #iphone {
	display:block;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	#ipad { display:none; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
and (orientation : portrait) {
	.menu_col {
		width:145px;
		font-size:18px;
	}
	
	.container { width:768px; padding:0px 10px; }


	#slider {
		left:0px;
		width:100%;
		height:220px;
	}

	#slider img {
		height:223px;
		width:768px;
	}
	
	#slider #slider_button {
		font-size:18px;
		width:180px;
		height:30px;
		line-height:30px;
		bottom:3px;
	}
		
		#slider #slider_button img {
			width:20px;
			height:20px;
			top:5px;
		}

	#bg_herstellingen {
		top:273px;
		height:230px;
	}
	
	.row .mt { margin-top:15px; }
	.alg_titel {
		font-size:28px;
		height:48px;
		line-height:24px;
	}
	
	.wizard_standard {
		float:left;
		line-height:30px;
		width:174px;
		font-size:12px;
		margin-left:4px;
		margin-right:4px;
	}
		
		.wizard_standard .wizard_row { height:20px; line-height:20px; font-size:15px; }
		.wizard_standard .mt { margin-top:6px; }
		.wizard_standard .wizard_standard_price { font-size:20px; }
		.wizard_standard .wizard_standard_button { font-size:14px; }
		.wizard_standard .wizard_row hr {
			width:140px;
			margin-left:-70px;
			top:-18px;
		}
		
	.grid_6 {
		width:350px;
	}


	.wizard_standard_name {
		float:left;
		width:50%;
		font-size:14px;
		height:25px;
		line-height:25px;
		vertical-align:middle;
		padding-left:20px;
	}
		
	.wizard_standard_price {
		float:left;
		width:10%;
		color:#ed1c24;
		font-size:18px;
		height:25px;
		line-height:25px;
		vertical-align:middle;
	}
	
	.wizard_row .wizard_standard_app {
		float:left;
		height:25px;
		width:20%;
		color:#FFF;
		background:#ed1c24;
		font-size:14px;
		line-height:25px;
		vertical-align:middle;
		text-align:center;
		text-transform:uppercase;
		border:1px solid #ed1c24;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
and (orientation : landscape) {
	.menu_col {
		width:190px;
		font-size:20px;
	}
	
	.container { width:1004px; padding:0px 10px; }

	#slider {
		left:0px;
		width:100%;
		height:284px;
	}

	#slider img {
		height:284px;
		width:980px;
		left:0px;
		margin-left:0px;
	}
	
	#slider #slider_button {
		font-size:28px;
		width:270px;
		height:45px;
		line-height:45px;
		bottom:2px;
	}
		
		#slider #slider_button img {
			width:30px;
			height:30px;
			top:7px;
			left:240px;
		}
	
	.row .mt { margin-top:15px; }
	.alg_titel {
		font-size:28px;
		height:48px;
		line-height:24px;
	}
	
	.wizard_standard {
		float:left;
		line-height:30px;
		width:233px;
		font-size:16px;
		margin-left:4px;
		margin-right:4px;
	}
		
		.wizard_standard .wizard_row { height:25px; line-height:25px; font-size:18px; }
		.wizard_standard .mt { margin-top:6px; }
		.wizard_standard .wizard_standard_price { font-size:24px; }
		.wizard_standard .wizard_standard_button { font-size:18px; }
		.wizard_standard .wizard_row hr {
			width:200px;
			margin-left:-100px;
			top:-18px;
		}
		
	.grid_6 {
		width:350px;
	}


	#bg_herstellingen {
		top:337px;
		left:0px;
		height:232px;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	#iphone { display:none; }	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (orientation : portrait) { 
/* IPHONE 5S, 5, 5C, SE */
	.menu_col, #bg_menu { display:none; }

	.container { width:300px; padding:0px 10px; }

	#slider {
		left:0px;
		width:100%;
		height:100px;
	}

	#slider img {
		height:100px;
		width:345px;
		left:0px;
		margin-left:-24px;
	}
	
	#slider #slider_button {
		font-size:24px;
		width:270px;
		height:40px;
		line-height:40px;
		bottom:-50px;
	}
		
		#slider #slider_button img {
			width:30px;
			height:30px;
			top:7px;
			left:240px;
		}	
		
	.row .mt { margin-top:50px; }
	.alg_titel {
		font-size:28px;
		height:48px;
		line-height:24px;
	}
	
	.wizard_standard {
		float:left;
		line-height:22px;
		width:270px;
		font-size:18px;
		margin-left:4px;
		margin-right:4px;
	}
		
		.wizard_standard .wizard_row { height:22px; line-height:22px; font-size:18px; }
		.wizard_standard .mt { margin-top:4px; }
		.wizard_standard .wizard_standard_price { font-size:24px; }
		.wizard_standard .wizard_standard_button { font-size:18px; }
		.wizard_standard .wizard_row hr {
			width:240px;
			margin-left:-120px;
			top:-18px;
		}
		
	.grid_6 {
		width:290px;
	}


	#bg_herstellingen {
		top:155px;
		left:0px;
		height:65px;
	}
	
	.alg_titel { font-size:24px; padding-top:30px; }

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (orientation : landscape) { 
/* IPHONE 5S, 5, 5C, SE */
	.menu_col, #bg_menu { display:none; }

	.container { width:560px; padding:0px 10px; }

	#slider {
		left:0px;
		width:100%;
		height:174px;
	}

	#slider img {
		height:174px;
		width:600px;
		left:0px;
		margin-left:-20px;
	}
	
	#slider #slider_button {
		font-size:20px;
		width:200px;
		height:30px;
		line-height:30px;
		bottom:1px;
		left:-12px;
	}
		
		#slider #slider_button img {
			width:24px;
			height:24px;
			top:3px;
			left:190px;
		}	
		
	.row .mt { margin-top:30px; }
	.alg_titel {
		font-size:28px;
		height:48px;
		line-height:24px;
	}
	
	.wizard_standard {
		float:left;
		line-height:22px;
		width:250px;
		font-size:18px;
		margin-left:6px;
		margin-right:6px;
	}
		
		.wizard_standard .wizard_row { height:22px; line-height:22px; font-size:18px; }
		.wizard_standard .mt { margin-top:4px; }
		.wizard_standard .wizard_standard_price { font-size:24px; }
		.wizard_standard .wizard_standard_button { font-size:18px; }
		.wizard_standard .wizard_row hr {
			width:220px;
			margin-left:-110px;
			top:-18px;
		}
		
	.grid_6 {
		width:540px;
	}


	#bg_herstellingen {
		top:180px;
		left:0px;
		height:65px;
	}
	
	.alg_titel { font-size:28px; padding-top:0px; }

}