@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1024px){
	.banner-big-image img{
		height:100%;
	}
	.banner-small-image{
		max-height:inherit;
		height:250px;
	}
	.banner-small-image img{
		height:100%;
	}
}

@media only screen and (max-width: 768px) {
	
	.logo{
		margin-bottom:10px;
	}
	.legrand-swtgr-inner ul li{
		width:49%;
	}
	#modular-swtch li, .rrkabel-switches ul li{
		width:100%;
		margin:0;
		margin-bottom:10px;
	}
	.mk-image, .mk-text, .schnei-image, .schnei-text, .rrkabel-image, .rrkabel-text{
		width:100%;
		padding-left:0;
		margin-bottom:10px;
	}
	.mk-text p, .schnei-text p{
		font-size:12px;
	}
	.scame-appl-inner ul li{
		width:50%;
	}
	.rrkabel-text h3{
		font-size:20px;
	}
	.rrkabel-text ul li{
		width:100%;
	}
	.eubiq-inner{
		margin-bottom:30px;
	}
	.eubiq-banner ul li:nth-child(1), .eubiq-banner ul li:nth-child(2), .eubiq-banner ul li:nth-child(3){
		width:50%;
	}
	.eubiq-banner ul li:nth-child(3){
		display:none;
	}
	.eubiq-banner ul li{
		width:50%;
	}
	.banner-small{
		display:none;
	}
	.banner-big{
		width:100%;
	}
	.banner-big-image img{
		height:200px;
	}
	.pricelist-main ul li{
		width:100%;
		margin:0;
		margin-bottom:10px;
	}
}