.welcomebox {
	height: 101px;
	margin-top: 15px;
	width: 1200px;
}

.welcomebox .link{
	width: 214px;
	height:20px;
	border:1px solid var(--akzent3);
	float:left;
	margin: 2px;
	padding: 3px 10px;
	font-size: 11.5pt;
}

.welcomebox .link:hover{
	border:1px solid var(--akzent1);
	-webkit-transition: all ease 0.6s;
-moz-transition: all ease 0.6s;
-o-transition: all ease 0.6s;
transition: all ease 0.6s;
}