/* CSS Document */

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.ul-list-articles.newest_articles_by_date li {
		width: 18%;
	}
}
 @media only screen and (min-width: 100px) and (max-width: 1024px) {
	.ul-list-articles.newest_articles_by_date li {
		width: 23%;
	}
	.detailartikel .RightPart {
		margin: 0;
	}
	.detailartikel .LeftPart {
		width:45%;
	}
	.detailartikel .MiddlePart {
		width:55%;
	}
}



/* Portrait and Landscape */
@media only screen and (min-width: 100px) and (max-width: 768px) {
	.ul-list-articles.newest_articles_by_date li {
		width: 31.333%;
	}
	.ul-list-articles li {
		width: 48%;
	}
	.prodlistleft {
		display:none;
	}
	.prodlistright {
		margin:0;
		padding:0;
		border:0 none;
	}
	.FilterAjaxButton, .modal_filter_close {
		display: block !important;
	}
	
	.product_left_side {
		display:none;
	}
	
	.product_right_side {
	    width: 100%;
	    display: block;
	    vertical-align: top;
	}
	
	.payment_side {
	    float: none;
	    min-width: auto;
	    width:100%;
	    padding:15px 0;
	}
	
	.products_images {
	    margin: 20px 0;
	    float: none;
	    width: 100%;
	}
	
	.products_images #PicContainer {
	    float: none;
	    width: 100%;
	}
	
	.products_images #WPic {
	    float: none;
	    width: 100%;
	}
	
	.detailartikel #WPic .ImageWeitere {
	    margin: 0 1.5% 2%;
	    width: 22%;
	    background: #FFF;
	}
	
	.footer.footer2 .cms_navigation_n2, .footer.footer2 .cms_navigation_n1 {
	    float: none;
	    text-align: center;
	}
	
	.innerpagecontent {
		margin:50px 20px;
	}
}
	

/* Portrait and Landscape */
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.abs_top .link_elements_a, .middle_top .popup_elements, .bottom_top {
		display:none;
	}
	.middle_top_inner .logo_normal {
		display:none
	}
	
	.middle_top_inner .logo_responsive {
    	display: block;
    	text-align: center;
	}
	.middle_top_inner .toolbox {
		float:none;
	}
	.middle_top_inner .toolbox .SearchContainer {
		width:100%;
		margin:0;
	}
	.ul-list-articles.newest_articles_by_date li {
		width: 48%;
	}
	.head_inner {
		padding:10px 0 0;
		position:relative;
	}
	#sidenav-toggle {
		display:inline-block;
	}
	.form .FormLeft {
		width: 100%;
		float: none;
	}
	.form .FormRight {
		width: 100%;
		float: none;
	}
	.footer .navigation_item .menutopic, .footer .newsletter .topic, .footer .payment .menutopic {
		font-size:22px;
		text-align:center;
	}
	
	.footer .navigation_item ul li {
		text-align:center;
	}
	
	.footer .navigation_item {
		width: 100%;
		float: none;
		margin: 0 0 21px;
		border-bottom: 1px solid #555555;
		padding: 0 0 20px;
	}
	
	.footer .newsletterfield_a {
    	width: 100%;
    	margin: 0 0 2px;
	}
	
	.footer .newsletterfield_b {
   		width: 100%;
	}
	
	.footer .navigation_item ul li a {
		color: #FFFFFF;
		font-weight: 300;
		text-decoration: none;
		margin: 10px 0;
		display: block;
		font-size: 18px;
	}
	.detailartikel .LeftPart {
		width: 100%;
		float:none;
	}
	.detailartikel .MiddlePart {
		width: 100%;
	}
	
	.overview.artikel:hover .quickview {
    		display: none !important;
    	}
    	
    	.BasketWindowWrap.Main {
	    float: none;
	    width: 100%;
	}
	
	.BasketItemContainer.MainView .BasketCol2 {
	    width: 50px;
	    background: #FFF;
	}
	
	.BasketItemContainer.MainView .BasketCol2 img {
	    width: 100%;
	    max-height: 120px;
	}
	
	.form .RechAdressBlock, .form .LieferAdressBlock, .form .TotalPayment {
	    float: none;
	    width: 100%;
	    margin:0 0 20px;
	}
}