/* Geometrie */

.header { 
	height: 140px; 
	width: 100%; 
	margin-bottom: 50px;
	border-bottom: 2px solid black; 
}
.header .image { width: 33%;  float: left; }
.header .title { 
	width: 33%;
	position: relative;
	top: 50%;
	text-align: center;
	transform: translateY( -50% );
	float: left; 
}
.header .title .title-text {
	left: 50%;
}
.header .right-opposite { 
	width: 33%;
	position: relative;
	top: 50%;
	text-align: right;
	transform: translateY( -50% ); 
	float: left; 
}
.header .end { clear: left; }

.menu-column { width: 210px; float: left; }
.content-column { text-align: center; }


/* Text Layout */

.header .title {
	font-family: calibri;
	font-size: 33px;
	font-weight: bold;
}

.header .right-opposite a {
	font-family: calibri;
	font-size: 20px;
	text-decoration: none;
	color: black;
}

.menu-column {
	font-family: calibri;
}

.menu-column a {
	text-decoration: none;
	color: black;
}

.footer {
	font-family: calibri;
	font-size: 14px;
	text-align: center;
}
