body, html{
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
}
*{
	margin:0;
	padding:0;
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 100;
}
.pagewrap{
	height: 100%;
}
.head{
	background-color: #333;
	font-weight: 100;
	font-size: 15px;
	color: #c6c6c6;
	height: 55px;
	line-height: 55px;
	letter-spacing: 0.05em;
}
.foot{
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: 200;
	width: 100%;
	background-color: #eee;
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: 0;
}
.right{
	float: right;
}
.foot a:link, .foot a:visited{
	color: #333;
	text-decoration: none;
}
.foot a:hover{
	color: #000;
	text-decoration: none;
}
.head a:link, .head a:visited, .content-block a:link, .content-block a:visited{
	color: #c6c6c6;
	text-decoration: none;
}
.head a:hover, .content-block a:hover{
	color: #fff;
	text-decoration: none;
}

.home-img:hover path {
    fill: #ffffff;
}
.home-img path {
    fill: #c6c6c6;
}
.home-img {
	vertical-align: middle;
}
.logo{
	display: inline-block;
	padding-left: 12px;
	padding-top: 18px;
}
.navigation{
	display: inline-block;
	float:right;
	padding-right: 1em;
}

.navigation li{
	display: inline-block;
}

.head-image{
	height: 90%;
/* 	background-image: url("../img/munich-it-consulting-skyline.jpg"); */
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto; /* width and height, can be %, px or whatever. */
}

.headline{
	display: inline-block;
	background: rgba(0, 0, 0, 0.55);;
	width: 850px;
	height: 100px;
	line-height: 100px;
	
	font-size: 50px;
	letter-spacing: 0.04em;
	color: #fff;
	
	text-align: right;
	padding-right: 1em;
	margin-top: 1em;
}
.content{
	display: inline-block;
	height: 100%;
}
.text-content{
	display: block;
	background: rgba(0, 0, 0, 0.55);
	width: 500px;
	margin-top: 3em;
	font-size: 22px;
	line-height: 30px;
	padding:1em;
	float: right;
	color: #fff;
	padding-left: 1em;
}
.impressum{
	display: block;
	background: rgba(0, 0, 0, 0.55);
	width: 80%;
/* 	margin-top: 3em; */
	height: 50%;
	margin: 3em auto;
	font-size: 18px;
	line-height: 24px;
	padding:1em;
	color: #fff;
	padding-left: 1em;
	overflow-y: auto;
	overflow-wrap: break-word;
	white-space: normal;
}
.impressum p{
	padding: 0.5em 0;
}
.impressum td{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

.half{
	width: 50%;	
}
.text-content ul{
	margin-left: 1em;
}
.text-content li{
	list-style-type: square;	
	line-height: 1.7em;
}
.text-content a, 
.text-content a:visited{
	color: #c6c6c6;
	text-decoration: none;
}
.text-content a:active,
.text-content a:hover{
	color: #fff;
	text-decoration: none;
}
.slider-wrapper{
	height: 100%;
}