
/* ===== wurster medien ==================================================
   Author: Simon Wurster
   ========================================================================== */
  

#site-main {
	text-align: center;
	}
  
#list {
	max-width: 1200px;
	margin: 0 auto;
	}
	#list .item {
		width: 325px;
		display: inline-block;
		vertical-align: top;
		margin: 2em 2em 0 2em;
		}
	#list h3 {
		display: block;
		}
	#list .thumb {
		display: inline-block;
		border: 1px solid rgba(120,120,120,1.00);
		border-left: 1px solid rgba(50,50,150,1.00);
		position: relative;
		background: rgba(50,50,150,1.00);
		-moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		}
	#list .thumb img {
		-moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		width: 100%;
		}
		#list .link:hover .thumb img {
			opacity: 0.4;
			}
	#list .ovl {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		background: rgba(50,50,150,1.00);
		width: 0;
		-moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		z-index: 1;
		}
		#list .link:hover .ovl {
			background: rgba(255,255,255,0.0);
			width: 100%;
			}
	#list .ovl .icon {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -15px;
		margin-top: -15px;
		text-align: center;
		line-height: 30px;
		font-size: 3em;
		color: rgba(255,255,255,0.00);
		font-weight: 600;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		}
		#list .link:hover .ovl .icon {
			color: rgba(255,255,255,1.00);
			}
			
	#list .title {
		display: block;
		padding: 0.5em 0;
		}


/* ====================
   FULL HD
   ==================== */
   
@media only screen and (max-width : 1920px) {			
}


/* ====================
   LAPTOP
   ==================== */
   
@media only screen and (max-width : 1366px) {				
}

/* ====================
   TABLET
   ==================== */
   
@media only screen and (max-width : 1024px) {		
}

/* ====================
   SMARTPHONE
   ==================== */
   
@media only screen and (max-width : 500px) {	
	
	#list .item {
		width: 260px;
		margin: 1em;
		}	
	
}
