/* aboutus data layout */
.aboutusContainer
{
	text-align: left;
}

.aboutusCaption
{
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	display: none;
}

.aboutusLogo
{
	margin-top: 20px;
}

.aboutusClauseTitle
{
	font-weight: bold;
	margin-top: 20px;
}

.aboutusClause
{
	margin: 10px 0px;
	text-align: justify;
}






/*-----RESPONSIVE-----SMARTPHONES-----PORTRAIT AND LANDSCAPE-----*/
@media only screen and (max-width : 480px) {
	.bodyBox_responsive .mainBox_impressum .aboutusLogo												{width: 45vw; height: auto; margin-top: 5vw; margin-bottom: 2vw;}
	
	.bodyBox_responsive .mainBox_impressum .aboutusClauseTitle										{margin-top: 8vw;}
	.bodyBox_responsive .mainBox_impressum .aboutusClause											{margin: 4vw 0;}
	
	.bodyBox_responsive .mainBox_impressum .aboutusLogos a											{margin-right: 10vw;}
	.bodyBox_responsive .mainBox_impressum .aboutusLogos img										{width: 30vw; height: auto; vertical-align: middle;}
}