

@font-face {
	font-family: 'kg-wittlich';
	src:  url('http://kg-wittlich.de/Fonts/P.ttf') format('truetype'), url('http://www.kg-wittlich.de/Fonts/P.ttf') format('truetype');
}

body:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    content: "";
    height: 10px;
    left: 0;
    position: fixed;
    top: -10px;
    width: 100%;
    z-index: 100;
}
body {
	background: url(../images/ogo.png);
	background-position: fixed;
	background-repeat: no-repeat;
	font-family: kg-wittlich;
	text-shadow: -4px 4px 10px rgba(150,150,150,0.6);
	font-size: 64.5%;
	display:block;
	position:static;
	overflow:auto;
	width:100%;
	height:100%;
	margin: 0px auto 0 auto;
}
a{
	text-decoration: none;
}
.clear{
	height:20px;
}
html
{
	display:block;
	position:fixed;
	overflow:hidden;
	left:0;
	top:0;
	width:100%;
	height:100%;

}
.box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: top;
	text-align: center;
}

.box div.a {
	order: 1;
	flex: 0 1 auto;
	align-self: auto;
	min-width: 256px;
	min-height: 256px;
	margin-bottom: 26px;
}
.box div.b {
	order: 2;
	flex: 0 1 auto;
	align-self: top;
	min-width: auto;
	min-height: auto;
	padding-top: 18px;
}
.box1{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: top;
	text-align: center;
}
.box2{
	box-orient: vertical;
	min-width: 238px;
}
.box2 div.c {

}
.box2 div.d {
	padding-left: 20px;
}
.box .brand {	
	font-size: 6em;
	color: #333;
}
.box .kai {	
	font-size: 2.4em;
	color: #999;
}
.box .tel a {	
	font-size: 3.8em;
	color: #333;
}
.footer:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    content: "";
    height: 10px;
    left: 0;
    bottom: -10px;
    position: fixed;
    width: 100%;
    z-index: 101;
}
.footer {
	font-family: kg-wittlich;
	font-size: 2em;
	position: absolute;
	bottom: 0px;
	margin-top: 30px;
}
.footer a {
	padding-left:8px;
	padding-bottom: 8px;
}


			#wrapper {
				background: #ddd;
				width: 900px;
				height: 450px;
				padding: 10px;
				margin: -235px 0 0 -460px;
				position: absolute;
				top: 50%;
				left: 50%;
			}

			#big {
				width: 900px;
				height: 450px;
				overflow: hidden;
			}
			#big img {
				display: block;
			}

			#small {
				width: 900px;
				height: 140px;
				overflow: hidden;
				position: absolute;
				bottom: 10px;
				left: 10px;
			}
			#small .carousel {
				float: left;
			}
			#small img,
			#next {
				background: rgba( 255, 255, 255, 0.2 );
				display: block;
				width: 100px;
				height: 100p x;
				padding: 10px;
				margin: 0 0 20px 20px;
				float: left;
				
				-webkit-transition: background 0.6s ease;
				-moz-transition: background 0.6s ease;
				transition: background 0.6s ease;
			}
			#small img:hover,
			#next:hover {
				background: rgba( 255, 255, 255, 0.3 );
			}
			#next {
				color: rgba( 0, 0, 0, 0.5 );
				font-size: 120px;
				line-height: 85px;
				text-align: center;
				text-decoration: none;
			}
			
			.carousel:after {
				content: "";
				display: block;
				clear: both;
			}