@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.container { width: 960px; }
	body.home .slicknav_menu { display: block; }
	body.home #header { position: static; }
	body.home #header .container { max-width: 950px; }
	body.home .header_spacing { display: none; }
	body.home .header_menu { float: right; display: none; }	
	.single_inside_content iframe { width: 520px; height: 295px;}
	.single_left { width: 960px; }
	.index-info-h { 
	margin-left:140px;
	margin-right:140px;
	margin-top:20px;
	margin-bottom:20px; }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container { width: 768px; }
	.slicknav_menu { display: block; }
	#header { position: relative; }
	.header_spacing { display: none; }
	.banner ul li { min-height: 400px; }
	.header_menu { float: right; display: none; }
	.header_menu ul li { margin-right: 20px; float: left; }
	
	.home_latest_box { width: 360px;  }
	.home_latest_box img,
	.home_latest_box iframe { width: 360px; height: 220px; }		
	
	.blog_box img,
	.blog_box iframe { width: 520px; height: 251px; }	
	
	.single_left { width: 768px; }
	.single_inside_content img { max-width: 100%; height: inherit; }
	.single_inside_content iframe { width: 520px; height: 295px;}
		
	#sidebar { width: 200px; }
	.t1_search_cont input[type=text] { width: 100px; }
	.t1_search_cont input[type=submit] {  width: 70px; }		
	
	.kontakt_social img { float: left; max-width: 24px; height: 24px; }
	.kontakt_social img:hover { float: left; max-width: 24px; height: 24px; opacity: 0.5; }
	
	hr { width:80%; display: block; margin-top: 25px; margin-bottom: 25px; margin-left: 0px; margin-right: auto; border-style: inset;border-width: 1px; }
	.index-info-h { 
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px; }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { 
	.container { width: 300px; }
	
	.slicknav_menu { display: block; }
	#header { text-align: center; }
	#header { position: relative; }
	.header_spacing { display: none; }
	#header .container {  }
	.logo { float: none; margin: 0; margin-top: 4px; }
	.header_social img { float: left; margin-left: 8px; margin-top:8px; margin-bottom: 20px;  }
	.header_social img:hover { float: left; margin-left: 8px; margin-top:8px; opacity: 0.5; }
	.header_menu { display: none; }
	.header_menu ul li { margin-right: 20px; }	
	
	.home_latest_box { float: none; width: auto  }
	.home_latest_box img { max-width: 100%; height: auto; }		
	.home_latest_box iframe { width: 100%; height: 149px; }
	.home_latest_box_last { float: none; }	
	
	.blog_box img,
	.blog_box iframe { width: 300px; height: 145px; }
	.single_inside_content img { max-width: 100%; height: inherit; }
	.single_inside_content iframe { width: 300px; height: 167px; }
	
	.single_left { float: none; width: auto; margin-bottom: 25px; }
	#commentform textarea { max-width: 280px; }		
	#sidebar { float: none; width: auto; }	
	.t1_search_cont input[type=text] { width: 210px; }
	.t1_search_cont input[type=submit] {  width: 80px; }
	
	.kontakt_social img { float: left; max-width: 24px; height: 24px; }
	.kontakt_social img:hover { float: left; max-width: 24px; height: 24px; opacity: 0.5; }
	
	hr { width:80%; display: block; margin-top: 25px; margin-bottom: 25px; margin-left: 0px; margin-right: auto; border-style: inset;border-width: 1px; }
	.index-info-h { 
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px; }
}