@charset "UTF-8";
/* CSS Document */
.flex-container {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0px;
}
.flex-container > div {
	width: 100%;
	margin: 10px;
	text-align: center;
}

.box {
	width: 100%;
	max-width: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
.box {
	width: 100%;
	max-width: 120px;
	height: auto;
	text-align: center;
}
.box:hover {
}
.boxhome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 700;
	font-variant: small-caps;
	font-size: 1.1em;
}
.boxlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5B88BF;
	font-weight: 300;
	font-size: 1em;
	line-height: 1em;
}
.boxkursiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: 300;
	font-size: 0.9em;
	font-style: italic;
	padding-left: 20px;
}