/*----------------------------------------------------------------------
** VMS - Version 1.0 - (c) Vendomatic - Thomas Engel / Date: 08.07.2024
-----------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
		 
    .row-gap {
    	display: none;
    }	 
     
}


@media screen and (max-width: 970px) {
		
    .site-nav-horizontal-wrapper {
		display: none;
    }	

    .row-menu-vertical {
    	display: block !important;
    }
    
    .row-gap {
    	display: none;
    }
    
    .row-logo {
    	display: none;
    }
                          
}

@media screen and (max-width: 400px) {
	
	.layout-1 {
		width: 340px;
	}	

	#search {
		width: 180px !important;
	}
	
	.tblh_right {
		float: right;
		padding: 6px 0px 2px 5px;
		overflow: hidden;
		fill: rgba(0,0,0,0.54);
	}
		
	.tblf_left .element {
		display: none;
	}		
	
	.wgt-layer {
		width: 310px !important;;
	}	
	
	.door-layer {
    	right: 20px;	
    	width: 250px;
    }
    
    .door-layer img {
    	width: 445px !important;
    }

    .door-layer .btn {
    	width: 250px !important;
    }

}



	
	