@charset "UTF-8";
/* CSS Document */

html, body { 
	margin: 0;
	padding: 0;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	font-size:16px;
	color:#1a1a18;
	font-family: 'Source Sans Pro', sans-serif;
}

.wrapper1 {
	position:relative;
	background-color: #fff; 
	width: 100%; 
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

#pratLogo {
	position: absolute;
	max-width: 400px;
	height: auto;
	fill: #1a1a18;
	vertical-align: middle;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.textmanufactur {
	display: block;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	transform: rotate(-90deg);
	font-size: 30px;
	position: absolute;
	bottom:250px;
	right:-40px;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.wrapper1 a {
	color:#1a1a18;
}

.wrapper1 a:hover {
	color:#1a1a18;
	text-decoration: underline;
}

#impressum {
	padding-top: 160px;
	position:relative;
	background-color: #000; 
	width: 100%; 
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.7em;
}

/*@media (min-width: 1000px) {
	#impressum {
		font-size: 16px;
	}
}*/

@media (min-width: 1300px) {
	#impressum {
		font-size: 21px;
	}
}

#impressum a, #impressum a:active, #impressum a:focus {
	color: #fff;
}

#impressum a:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 992px) {
	.mediaPaddingTop {
		padding-top: 20px;
	}
}

.leftUp {
	padding-top:30px;
	padding-left:30px;
	float:left;
}

.rightUp {
	padding-top:31px;
	padding-right:51px;
	float:right;
	right:0px;
	font-size: 25px;
}

.leftDown {
	position:absolute;
	left:0;
	bottom:0;
	padding-left:51px;
	padding-bottom:40px;
	font-size:11pt;
	text-transform: uppercase;
}

.rightDown {
	position:absolute;
	right:0px;
	bottom:0px;
	padding-right:30px;
	padding-bottom:30px;
}

.paddingTop {
	padding-top: 20px;
}