.article.tag-cloud > .margin > .padding > a {
	
}

.article.tag-cloud  {
	 margin:25px 0px;
}

.article.tag-cloud  > .margin {
	
}

.article.tag-cloud  > .margin > .padding {
	text-align: center;
}

.article.tag-cloud  > .margin > .padding > span.tag {
	
}

.row.woordenwolk{
	margin-bottom: 50px;
	margin-top: 50px;
}

.tag-cloud a{
	color: #4f4f4f !important;
}

/* A */
@media (max-device-width:1023px) and (orientation:landscape)
{
	
}

/* B*/
@media (max-width: 1000px),(max-device-width:1000px) and (orientation:portrait),(max-device-width:767px) and (orientation:landscape)
{
	
	.row > div > .group > .margin > .padding > .article.tag-cloud{
		width:100% !important;
	}	

	.article.tag-cloud > .margin > .padding {
		margin-top: 0px;
	}	

	.row.content > div > .group > .margin > .padding > .article.tag-cloud > .margin > .padding {
		padding: 35px 10px !important;
	}
}

/* C */
@media (max-width:767px),(max-device-width:767px) and (orientation:portrait),(max-device-width:499px) and  (orientation:landscape)
{	
	.article.tag-cloud > .margin > .padding {
		padding: 35px 10px !important;
	}	
}

/* D */
@media (max-width:402px),(max-device-width:402px) and (orientation:portrait)
{

}