@charset "UTF-8";

body {
	font: 90%/1.4 Helvetica, Arial, Verdana, sans-serif;
	line-height:125%;
}
.container {
	width: 900px;
	margin: 0 auto; 
}
.zweisp {
	width:450px; 
	background-size:450px!important;
}
.zweisp:hover {
	background-size:490px!important; transition: all 0.3s 0.0s ease-in-out;
}
.headerlogo {
	margin-top:12px; width:190px;
}
.footer img {
	height:50px;
}
.headline { 
	font-family: 'Playfair Display', serif;
	font-weight:bold;
	font-size:36px;
	color:#F00
}
.navi1 { 
	font-size:15px;
	
}
.navi2 { 
	font-size:13px; margin-left:100px;
	
}
.1sp { 
	width:100%; float:left;
}
.socialbutt {
	margin-top:5px; margin-right:6px;
	transition: all 0.3s 0.0s ease-in-out;
}
.socialbutt:hover {
	transform:scale(1.07);
	transform:rotate(360deg);
	transition: all 0.3s 0.0s ease-in-out;
}
.subhead { 
   font-size:175%; line-height:125%; 
   margin-top:16px;
}

</style>/* CSS Document */