

#content_wrapper{
	padding-top: 2%;
	width: 80%;
	max-width: 1000px;
	min-width: 1000px;
}

#topic{
	text-align: center;
	width: 32%;
	height: 43%;
	display: inline-block;
	padding: 5px;
}


#visual{


	/*height: 300px;*/
	
	margin-bottom: 20px;
	margin-left: 27px;
	width: 100%;
	height:auto;



}

.icon{
	
	padding: 0;
	border: 1px solid #EDEDED;
	
	background-color: white;
}

h1, h2, h3, h4{
	text-align: center;
	font-family: Avenir;
}



.icon:hover{
	/*background-color: #46C8B2;*/
	
  
}

#lr_img{
	background-image: url(../img/lr.png);
	background-repeat: no-repeat;
background-size: 100% 100%;
	width: 100%;
	height: 100%;
	z-index: 1;

}


#lr_img:hover{
	background-image: url(../img/lr2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	z-index: 1;

}

#cd_img{
	background-image: url(../img/cd.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	z-index: 1;

}


#cd_img:hover{
	background-image: url(../img/cd2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	z-index: 1;


}


#sd_img{
	background-image: url(../img/sd.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	z-index: 1;

}


#sd_img:hover{
	background-image: url(../img/sd2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	z-index: 1;

}