html {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

body {
	background-color:#000;
	padding:0px;
	margin:0px;
	font-family: Verdana, sans-serif;
	overflow-x: hidden;
	
}
#content {
	position:fixed;
	height:768px;
	width:1024px;
	margin: 0px 0px 0px -512px;
	top: 0;
	left: 50%;
	padding: 0px;
	background-color:#000;
	overflow:hidden;
}
img a {
	border:none;
}
#imprint {
	bottom: 15px;
    font-size: 9px;
    position: fixed;
    right: 30px;
}
#imprint a {
	color: rgb(255,255,255);
}

#datenschutz {
	bottom: 15px;
    font-size: 9px;
    position: fixed;
    right: 100px;
}
#datenschutz a {
	color: rgb(255,255,255);
}


.postIt {
	font-family: 'Waiting for the Sunrise', cursive;
	font-size: 23px;
	text-align: center; 
	display: table-cell;
	height:75px;
	width:150px;
	color: #565140;
	vertical-align: middle;
	hyphens: auto;
	-moz-hyphens: auto;
	line-height: 0.5;
	position:absolute;
	left: 50%;
	margin-left:-75px;
    padding-top: 70px;
    margin-top: 20px;
    background-repeat: no-repeat;
    position: absolute;
    letter-spacing: -0.05rem;
    text-decoration:none;
}

.visible {

	visibility: visible;	
}
.hidden {
	visibility: hidden;
}
.fancybox-lock .fancybox-overlay {
    overflow-x: auto;
    overflow-y: auto;
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .postIt {
		text-decoration:underline !important;
	}}

