.Logoline{
	display: table-cell;
	background-color: #86BD28;
	color: #3a5998;
	float: non;
	width:100%;
	align-items: center;
	vertical-align: middle;
}


.breit{
	width:250;
}
	
.rund{
	height:70;
	/*width:50;*/
}	

.hoch{
}

header, footer {
	display: table;
	background-color: #86BD28;
	width:100%;
}

h1 { 
	background-color: #0774b8;
	color: white;
}

pxx {
	font-family:Source Sans Pro;
}

img{
	margin: 0 10 0 10
}

img:hover{
	transform: scale(1.2);
	transition: transform .2s; /* Animation */
}
Plakate img:hover{
	transform: scale(4);
}