



	@media screen and (max-width: 575px) /* -575 px */
	{	
		.service_pillar
		{
			min-height:			260px!important;
		}

		/* ----- */
		
		.theme_island .img_sect_serv_uebersicht 
		{
				max-width: 							100%; 
				opacity: 							1;
				filter: 							grayscale(0%);
				border-radius:						0px;
				
		}

		.theme_island:hover .img_sect_serv_uebersicht
		{
				opacity: 							1;
				filter: 							grayscale(0%);
				transition:							0s;
		}
		
		/* ----- */
		
		.theme_island 
		{
				padding-top: 10px;
				
		}

		.theme_island:hover
		{
				box-shadow: 0px 0px 0px RGB(50,50,50,0.3);
				transition:							0s;
		}
		
		
	}
	
	
	
	@media screen and (min-width: 576px) /* -767 px */
	{
		.service_pillar
		{
			min-height:			260px!important;
			
		}
		
		/* ----- */
		
		.theme_island .img_sect_serv_uebersicht 
		{
				max-width: 							100%; 
				opacity: 							0.5;
				filter: 							grayscale(100%);
				border-radius:						0px;
				
		}

		.theme_island:hover .img_sect_serv_uebersicht
		{
				opacity: 							1;
				filter: 							grayscale(0%);
				transition:							0.4s;
		}
		
		/* ----- */
		
		.theme_island 
		{
				padding-top: 10px;
				
		}

		.theme_island:hover
		{
				box-shadow: 0px 0px 10px RGB(50,50,50,0.3);
				transition:							0.2s;
		}
		
	}
	
	
	
	@media screen and (min-width: 768px) /* -991 px */
	{
		.service_pillar
		{
			min-height:			320px!important;
		}
		
	}
	
	
	@media screen and (min-width: 992px) /* -1199 px */
	{
		.service_pillar
		{
			min-height:			260px!important;
		}
		
	}
	
	
	
	@media screen and (min-width: 1200px) /* -1399 px */
	{
		.service_pillar
		{
			min-height:			320px!important;
		}
		
	}
	
	
	@media screen and (min-width: 1400px) 
	{
		.service_pillar
		{
			min-height:			306px!important;
		}
		
	}
	
	

	

	
	