@media only screen and (max-width:1370px) 
{	
	
	.box_50_left, .box_50_right
	{
		height: 210px;
	}

	.credits, .credits:visited, .credits:active, .credits:hover
	{
		padding: 10px;
		width: 210px;
		margin: 5px;		
	}
	
	.header_div, .slideshow_div, .main_div, .footer_div, .main_cols, .header_teaser_div, .header_op_div
	{
		width: 980px;
	}
	
	#text-rotator
	{
		font-size: 14px;
		line-height: 16px;

	}
	
	.header_td_logo
	{
		padding-right: 30px;
	}
	
	#dd_menu > li > .menu_item, #dd_menu > li > .menu_item:visited, #dd_menu > li > .menu_item:active,
	#dd_menu > li > .menu_item_selected, #dd_menu > li > .menu_item_selected:visited, #dd_menu > li > .menu_item_selected:active, #dd_menu > li > .menu_item_selected:hover,
	#dd_menu > li > .menu_item_sub, #dd_menu > li > .menu_item_sub:visited, #dd_menu > li > .menu_item_sub:active,
	#dd_menu > li > .menu_item_sub_selected, #dd_menu > li > .menu_item_sub_selected:visited, #dd_menu > li > .menu_item_sub_selected:active
	{
		margin-left: 5px;
	}

	.ops
	{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 8px;
	}	
	
	.op, .op:visited, .op:active, .op:hover
	{
		width: 239px;
		/*margin-right: 8px;
		margin-bottom: 8px;*/
	}
	
	/*.op:nth-child(5n) { margin-right: 8px; }		
	.op:nth-child(4n) { margin-right: 0px; }*/

	.op_status { margin-left: calc(188px - 15px); }
	.op_avatar { margin-left: 45px;	}
	.op_name { width: 239px; }
	.op_specialisation { width: 239px; }
	.op_desc { width: 219px; }
	
	.op_button_chat, .op_button_chat:visited,
	.op_button_info, .op_button_info:visited
	{
		margin-left: 10px;
		width: 103px;
	}
	
	.op_button_info { margin-left: calc(131px - 9px); }




	.thank, .thank:visited, .thank:active, .thank:hover,
	.thank_full, .thank_full:visited, .thank_full:active, .thank_full:hover
	{
		width: 237px;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	
	.thank_desc
	{
		width: 222px;
	}
	
	.thank:nth-child(5n) { display: none; }		
	.thank:nth-child(4n) { margin-right: 0px; }
	.thank_full:nth-child(5n) { margin-right: 8px; }
	.thank_full:nth-child(4n) { margin-right: 0px; }




	.blog, .blog:visited, .blog:active, .blog:hover,
	.blog_full, .blog_full:visited, .blog_full:active, .blog_full:hover
	{
		width: 237px;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	
	.blog:nth-child(5n) { display: none; }		
	.blog_full:nth-child(5n) { margin-right: 8px; }	
	.blog:nth-child(4n), .blog_full:nth-child(4n) { margin-right: 0px; }

	.blog_img img
	{
		width: 237px;
		height: 170px;
	}

	.blog_title
	{
		margin-top: 178px;
	}
	
	.home_info_box_img
	{
		width: 470px;
	}


	.header_op_info
	{
		width: 630px;
	}
	
	.split_left, .split_right
	{
		height: 370px;
	}		


	.home_tab, .home_tab:visited, .home_tab:active, .home_tab:hover,
	.home_tab_selected, .home_tab_selected:visited, .home_tab_selected:active, .home_tab_selected:hover
	{
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
		
	}
	
}

	/* *** Tablets in portrait & smartphones *** */
	@media only screen and (max-width:1000px) 
	{	
	
		.flex_container
		{
			display: block;
		}

		.flex_box
		{
			display: block;
			margin-bottom: 20px;
		}
		
		
		.box_50_left, .box_50_right
		{
			height: 260px;
		}

		#home_tabs
		{
			display: none;
		}

		#home_tabs_select
		{
			display: block;
		}

		.home_info_box_div
		{
			padding: 10px;
		}
		
		.home_info_box_img
		{
			float: none;
			width: 100%;
			margin-left: 0px;
		}	

	
		.ops
		{
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 6px;
		}	
		
		.op, .op:visited, .op:active, .op:hover
		{
			/*margin-right: 6px;
			margin-bottom: 6px;*/
		}
		
		/*.op:nth-child(5n) { margin-right: 6px; }
		.op:nth-child(4n) { margin-right: 6px; }
		.op:nth-child(3n) { margin-right: 0px; }*/
	
		.op_status { margin-left: calc(188px - 15px); }
		.op_avatar { margin-left: 45px;	}
		.op_name { width: 239px; }
		.op_specialisation { width: 239px; }
		.op_desc { width: 219px; }
		
		.op_button_chat, .op_button_chat:visited,
		.op_button_info, .op_button_info:visited
		{
			margin-left: 10px;
			width: 103px;
		}
		
		.op_button_info { margin-left: calc(131px - 9px); }



		.thank, .thank:visited, .thank:active, .thank:hover,
		.thank_full, .thank_full:visited, .thank_full:active, .thank_full:hover
		{
			margin-right: 6px;
			margin-bottom: 6px;
		}
		
		.thank:nth-child(5n) { display: none; }
		.thank:nth-child(4n) { display: none; }
		.thank:nth-child(3n) { margin-right: 0px; }
		.thank_full:nth-child(5n) { margin-right: 6px; }
		.thank_full:nth-child(4n) { margin-right: 6px; }
		.thank_full:nth-child(3n) { margin-right: 0px; }
	


			

		.blog, .blog:visited, .blog:active, .blog:hover,
		.blog_full, .blog_full:visited, .blog_full:active, .blog_full:hover
		{
			margin-right: 6px;
			margin-bottom: 6px;
		}
		
		.blog:nth-child(5n) { display: none; }
		.blog:nth-child(4n) { display: none; }
		.blog_full:nth-child(4n), .blog_full:nth-child(5n) { margin-right: 6px; }
		.blog:nth-child(3n), .blog_full:nth-child(3n) { margin-right: 0px; }
	


			
		.header_teaser
		{
			background-image: url('../images/layout/bg_home_smart.jpg');
			background-position: right top;
		}
		
	
		#hamburger_menu_icon
		{
			display: block;
		}

		.slideshow_div
		{
			min-height: 300px;
		}
			
		.menu_normal
		{
			display: none;
		}
					
		.main_cols
		{

		}
		
		.main_cols_content
		{
			max-width: 310px;
		}
		
		.main_cols_sidebar
		{

		}	
	
		.area
		{
			padding: 10px;
		}
				
		.horizontal_scroller_left, .horizontal_scroller_left:visited,
		.horizontal_scroller_right, .horizontal_scroller_right:visited
		{
			margin-top: 133px;
		}		
		
		.horizontal_scroller_left, .horizontal_scroller_left:visited
		{
			left: 10px;
		}
			
		.horizontal_scroller_right, .horizontal_scroller_right:visited
		{
			right: 10px;
		}
		
		.youtube
		{
			padding: 10px;
		}		
		
		.youtube_iframe
		{
			width: 100% !important;
			height: 225px !important;
			
			margin-bottom: 10px;
		}



		.header_op_info
		{
			width: 483px;
			height: 400px;
		}

		.header_op_stats
		{	
			width: 167px;	
			height: calc(400px + 32px);
		}
		
		.split_left, .split_right
		{
			width: auto;
			height: auto;
			margin-left: 0px;
			margin-right: 0px;
		}	
		
		.header_op_top_left, .header_op_top_right
		{
			display: none;
		}
		
				
	}
	
	
		/* *** Tablets in portrait *** */
		@media only screen and (min-width:750px) and (max-width:1000px) 
		{
			.header_div, .slideshow_div, .main_div, .main_cols, .footer_div, .header_teaser_div, .header_op_div
			{
				width: 730px;
			}
			
			.youtube_iframe
			{	
				width: 345px; 
				height: 250px; 	
			}
			
			.drieluik_1, .drieluik_2, .drieluik_3, .drieluik_1 img, .drieluik_2 img, .drieluik_3 img
			{
				width: 230px;	
			}
			
			.drieluik_2
			{
				padding: 0px;
			}
			
			.tweeluik_static_sidebar_left
			{

				width: 428px;
			}
			
			.tweeluik_static_sidebar_right
			{
				width: 240px;
			}		
		}
		
		
			/* *** Smartphones *** */			
			@media only screen and (max-width:749px)
			{

				.box
				{
					display: block;
					float: none;
					margin-left: 0px;
					margin-bottom: 20px;
					margin-top: 20px;
					width: auto;
				}

				#mmenu99, #mmenu99:visited, #mmenu99:active, #mmenu99:hover
				{
					width: 3px !important;	
					font-size: 0px;
				}
				
				#icon_personal, #icon_credits
				{
					font-size: 0px;
					padding-left: 24px !important;
				}			

				.header_op_title h1
				{
					font-size: 48px;
					line-height: 48px;
					
				}
			
				.chat
				{
					padding-left: 10px;
					padding-right: 10px;
				}
				
				.header_op_buttons_chat_ani
				{
					width: fit-content;
					display: block;
					margin: 0px auto;
					margin-bottom: 20px;
				}	
						
				.header_op_link_back, .header_op_link_back:visited, .header_op_link_back:active, .header_op_link_back:hover
				{
					margin-left: 10px;
				}
				
				.header_op_link_next, .header_op_link_next:visited, .header_op_link_next:active, .header_op_link_next:hover
				{
					margin-right: 10px;
				}
	
				.header_op_info, .header_op_stats
				{
					float: none;
					border: 1px solid #FFFFFF;
					border-radius: 10px;
					padding: 10px;
					margin: 0px;
					margin-bottom: 20px;
					width: auto;
					height: auto;
					margin-left: 10px;
					margin-right: 10px;
				}
				
				.header_op_stats_stars
				{
					display: none;
				}

				.header_op_stats_stars_div
				{
					padding-bottom: 6px;
				}
				
				.header_op_info
				{
					margin-bottom: 0px;				
				}
			
		
				.ops
				{
					display: block;
					text-align: center;
				}
			
				.op, .op:visited, .op:active, .op:hover
				{
					margin: 5px;
				}
				
				.op:nth-child(5n) { margin-right: 5px; }
				.op:nth-child(4n) { margin-right: 5px; }
				.op:nth-child(3n) { margin-right: 5px; }


		
				.thanks
				{
					text-align: center;
				}
				
				.thank, .thank:visited, .thank:active, .thank:hover,
				.thank_full, .thank_full:visited, .thank_full:active, .thank_full:hover
				{
					margin: 5px;
				}
				
				.thank:nth-child(5n) { display: none; }
				.thank:nth-child(4n) { display: inline-block; margin-right: 5px; }
				.thank:nth-child(3n) { margin-right: 5px; }
				.thank_full:nth-child(5n) { display: inline-block; margin-right: 5px; }
				.thank_full:nth-child(4n) { display: inline-block; margin-right: 5px; }
				.thank_full:nth-child(3n) { margin-right: 5px; }

				.blogs
				{
					text-align: center;
				}
				
				.blog, .blog:visited, .blog:active, .blog:hover,
				.blog_full, .blog_full:visited, .blog_full:active, .blog_full:hover
				{
					text-align: center;
					margin: 5px;
				}
				
				.blog:nth-child(5n) { display: none; }
				.blog:nth-child(4n), .blog_full:nth-child(4n) { display: inline-block; margin-right: 5px; }
				.blog:nth-child(3n), .blog_full:nth-child(3n) { margin-right: 5px; }

				.header_teaser_info
				{
					margin-left: 20px;
				}
				
				#header_reviews
				{
					/* display: none; */
				}

				.menu_extra_options
				{
					/*display: inline-block;
					float: none;
					margin: 0px auto;*/
				}

				.dd_lan_li:first-child
				{
					/* margin-left: 0px; */
				}
				
				.header_teaser_stats
				{
					display: none;
				}
				
				.header_table
				{
					margin: 0px auto;
				}
				
				.header_td_menu
				{
					width: 95px;
					text-align: left;
				}
				
				.header_div, .slideshow_div, .main_div, .main_cols, .main_cols_content, .main_cols_sidebar, .footer_div, .sidebar, .header_teaser_div, .header_op_div
				{
					display: block;
					max-width: 100%;
					width: 100%;
				}
				
				.main_cols_content, .main_cols_sidebar
				{
					padding: 0px;		
					padding-bottom: 20px;
					border-width: 0px;
				}
				
				.header_div
				{
					/* text-align: center; */
				}
				
				.header_name
				{
					padding-left: 10px;
				}
				
				#dd_lan
				{
					margin-right: 10px;
				}
						
				.main, .footer_td2
				{
					width: auto;
					padding-left: 10px;
					padding-right: 10px;
				}
									
				.menu_item_telefoon
				{
					display: none;
				}
				
				.paginatie
				{
					text-align: center;
				}
				
				.paginatie a
				{
					padding: 7px;
					padding-top: 4px;
					padding-bottom: 4px;
				}

				.youtube_iframe
				{	
					width: 100%; 
					height: 200px;
				}

				.tweeluik_table
				{
					display: block;
				}
				
				.tweeluik, .tweeluik_static_sidebar_left, .tweeluik_static_sidebar_right
				{
					display: block;
					
					padding: 10px;
					margin-bottom: 20px;
					
					width: auto;
				}
				
				.tweeluik_static_sidebar_right
				{
					padding: 0px;
				}
				
				.static_sidebar
				{
					width: auto;
				}
				
				.tweeluik_marge
				{
					display: none;	
				}
				
				.drieluik
				{
					text-align: left;
				}
				
				.drieluik_1, .drieluik_2, .drieluik_3
				{
					display: block;
					width: auto;
					min-height: 100px;
					padding: 0px;
					text-align: left;	
				}
				
				.drieluik_1 img, .drieluik_2 img, .drieluik_3 img
				{
					width: 150px;
					height: auto;
					float: left;
					margin-right: 10px;
				}
				
				.drieluik_2
				{
					padding: 0px;
				}
		
				.horizontal_scroller .product_col
				{
					display: table-cell;
					width: 180px;	
					min-width: 180px;
					padding: 10px;
				}
				
				.horizontal_scroller .product_margin
				{
					display: table-cell;
					width: 10px;
					min-width: 10px;
				}
				
				.horizontal_scroller .product_img
				{
					height: 100px;
				}
				
				.horizontal_scroller .product_img img
				{
					max-width: 180px;
					max-height: 100px;
				}
				
				.horizontal_scroller .product_beschrijving
				{
					height: 85px;
				}

				.horizontal_scroller_left, .horizontal_scroller_right
				{
					display: none;		
				}		
				
				.footer_td1
				{
					display: none;
				}
				
				.footer_td2
				{
					text-align: left;
				}
				
				.form_input, .form_textarea, .captcha
				{
					width: 290px;
				}
								
				.form_input_medium
				{
					width: 150px !important;
				}
				
				.form_input_kort
				{
					width: 92px !important;
				}
				
				.form_input_mini
				{
					width: 65px !important;
				}
				
				.zoeken
				{
					width: 90px;	
				}

				.zoeken_input, .zoeken_input input
				{
					width: 66px;
				}
				
				#ajax_listOfOptions
				{	
					margin-left: -231px;
					max-height: 300px;					
				}	
			}

						

				@media only screen and (max-width:660px)
				{
					#thank_custom
					{
						display: none !important;
					}
					
					.box_50_left, .box_50_right
					{
						width: auto;
						height: auto;
						display: block;
						margin-left: 0px;
						margin-right: 0px;
						margin-bottom: 15px;
					}					
				}


				@media only screen and (max-width:575px)
				{			
					.chat_op span
					{
						display: none;
					}
					
					.button_credits
					{
						display: none;
					}	

					.header_op_title h1
					{
						font-size: 40px;
						line-height: 40px;
						
					}


					.header_op_specialisation
					{
						font-size: 16px;
						margin-top: -10px;
					}

					.header_op_slogan
					{
						font-size: 16px;
						line-height: 22px;
					}
					
					.hide_smartphone
					{
						display: none;
					}
														
				}

					
				@media only screen and (max-width:500px)
				{
					#header_name
					{
						display: none;
					
					}
					
					#header_credits
					{
						padding-left: 10px;
					}
					
					#chat_button
					{
						padding-left: 0px;
						padding-right: 0px;
						width: 70px;
					}
					
					#chat_button span
					{
						display: none;
					}
					
					
					#chat_input
					{
						font-size: 16px;
						width: calc(100% - 100px);
					}
					
					.header_op_link_back span
					{
						display: none;
					}
				
					.header_teaser_info
					{
						margin-left: 20px;
						margin-right: 20px;
						width: calc(100% - 80px);
						
					}
					
					.header_teaser_info h1
					{
						display: none;
					}
					
					.full_span_teaser_info
					{
						width: calc(100% - 40px);
						height: auto;
						padding-bottom: 20px;
					}

					.header_op
					{
						height: 285px;
					}
										
					.header_op_img_2
					{
						height: auto;
					}
										
					.header_op_avatar
					{
						width: 244px;
						height: 244px;
						margin-left: -132px;
						margin-top: -150px;
						
						border: 10px solid #FFFFFF;
						
						box-shadow: 0 0 16px rgba(255, 255, 255, 1), 0 0 26px rgba(255, 255, 255, 1), 0 0 42px rgba(255, 255, 255, 1);	
					}
					
					.header_op_title h1
					{
						font-size: 32px;
						line-height: 32px;
					}
					
					#header_op_status
					{
						width: 96px;
						font-size: 14px;
						line-height: 26px;
						margin-left: -48px;
					}
					
					
				}
									
				/* *** Zeer kleine smartphones: kleine correcties voor optimale view *** */		
				@media only screen and (max-width:420px)
				{
					.news_img
					{
						display: none;
					}
					
					/*
					.dd_lan_li, .dd_lan_li:active, .dd_lan_li:visited, .dd_lan_li:hover
					{
						margin-left: 2px;
						padding-right: 0px !important;
						font-size: 11px;
					}					

					.dd_lan_li a, .dd_lan_li a:active, .dd_lan_li a:visited, .dd_lan_li a:hover
					{
						margin-left: 2px;
						padding-right: 5px;
						font-size: 14px;
					}					

					.dd_lan_li:first-child
					{
						margin-left: 0px;
					}
					*/
					
					#menu_taal_name
					{
						display: none;
					}			
										
					#menu99
					{
						margin-left: -67px;
						text-align: left;
						z-index: 1000;
					}
										

					#desc
					{
						max-width: 258px;

					}

					
				}

									
				@media only screen and (max-width:385px)
				{
					.header_teaser_info
					{
						line-height: 18px;
					}				
				}
				
													
				@media only screen and (max-width:370px)
				{	
					.header_td_logo
					{
						padding-left: 10px;
						padding-right: 0px;
					}
					

											
					.form_input, .form_textarea, .captcha
					{
						width: 250px;
					}
					
					.form_input_kort
					{
						width: 74px;	
					}		

					.content td
					{	
						font-size: 12px;
						line-height: 16px;
						padding: 3px;
					}
					
					#popup_div_inner
					{
						width: 280px;
						height: 210px;
						padding: 10px;
					}
	
					.form_input, .form_select, .form_textarea, .form_input_captcha
					{
						font-size: 16px;
						line-height: 20px;
					}
	
					.zoeken
					{
						width: 70px;	
					}
	
					.zoeken_input, .zoeken_input input
					{
						width: 46px;
					}
					
					#ajax_listOfOptions
					{	
						margin-left: -221px;
						
						padding: 5px;
						width: 280px;
						max-height: 300px;					
					}
					
					#ajax_listOfOptions div
					{
						padding: 5px;	
					}
					
					.ajax_listOfOptions_titel
					{

					}										
				}			