@charset "utf-8";
/* CSS Document */

a{
	text-decoration: none;
	border: 0;
}

.clearing { 
	clear: both; 
}

img{
	border: 0;	
}
	
html,body{
	margin: auto 0px;    
	height: auto;
    width: 100%;
}

.logo{
	margin: 80px auto;
	width: 500px;
	height: 340px;
	background-image: url(baron_v_maydell_logo.png);
	}


.text{
	margin: 20px auto;
	width: auto;
	text-align: center;
	height: 50px;
	font-family:"Times New Roman", Times, serif;
	font-size: 33px;
	color: #686868;
	}




/* BLAU  */
@media screen and (max-width: 670px){
	
	
.logo{
	width: 271px;
	height: 200px;
	background-image: url(baron_v_maydell_logo_smart.png);
	}


.text{
	height: 30px;
	font-size: 18px;
	margin: -20px auto;
	}


	
	
}
