<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

		.subpage_element{position:relative; text-align:left;  padding:10px; padding-bottom:40px; }
		
		.image_cube{display:block; text-decoration:none; background-color:#eee; font-size:0px; position:relative; padding-bottom:60%; }
		.image_icon{border:0px #eee solid; width:100%; height:auto; position:absolute; top:0px;}
		
		.image_cube .subpage_plast{ position:absolute; left:50%; top:50%; width:0%; height:0%; background-color:rgba(102,102,102,.8); 
		 transition: all 0.4s ease-out;
		}
		.image_cube:hover .subpage_plast{ left:0px; top:0px; width:100%; height:100%;}
		
		.h2_title{font-size:20px; padding-top:15px; font-weight:500; }
		.h2_title a{color:#333; text-decoration:none; transition:color 0.2s linear;}
		.h2_title a:hover{color:#C00; }
		.subpage_description{font-size:14px; padding-top:10px; line-height:150%; text-align:left;  }
		
		.href_kontra{ text-decoration:none; font-size:14px; color:#C00; font-weight:bold; display:block; margin-top:5px;  transition: color 0.4s; }
		.href_kontra:hover{color:#333; }
		
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

</pre></body></html>