html{font: 16px "HelveticaCE35ThinRegular","Helvetica","Arial",sans-serif}

.UK .GR,.GR .UK{display: none !important}

@font-face {
    font-family: 'HelveticaCE35ThinRegular';
    src: url('font/font.eot');
    src: url('font/font.eot') format('embedded-opentype'),
         url('font/font.woff') format('woff'),
         url('font/font.ttf') format('truetype'),
         url('font/font.svg#HelveticaCE35ThinRegular') format('svg');}

body{
    background-color:#333;
	color: #eee;
    margin:0;
    padding:0}

div,img{
    position:absolute;
    padding:0;
    border:none;
	outline: none}
/*-------------------- Film --------------------*/
#film{
    display: none;
	position: fixed;
    bottom: 10px;left: 0;width: 100%;height: 110px;
    overflow: hidden}

#iconBox{
    left: 0;width: 1750px;height: 110px;
    background:url(Grafik/film.png) center repeat-x}

#iconBox img{
	position: relative;
    float: left;
    margin-top: 23px;
    margin-left: 10px;
    height: 60px; width: 100px;
    cursor: pointer;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%)}
/*-------------------- Box --------------------*/
.box{
    position: absolute;
	left: 50%;
	min-width: 320px;
	transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);}

#txtBox,#kontaktBox{
	display: none;
	padding: 3.6%;
	line-height: 24px;
	hyphens: auto;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;
	box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;
	z-index: 4}

.anne{
	font-size: 28px;
	line-height: 40px}

.weDo{line-height: 34px}

a,a:visited{
	color: #fff;
	outline: none;
	text-decoration: none}

#kontaktLink{cursor: pointer}

#photofabrik{
	position: absolute;
	bottom: 8%;width: 90%}
/*-------------------- kontaktBox --------------------*/
#kontaktBox{
	overflow: scroll;
	text-align: justify}

#lang{
	position: absolute;
	top: 10px;right: 5%;
	cursor: pointer}

#Haftungsausschluss{width: 90%;font-size: 16px}

.B{font-weight: bold}

#kontaktBox a,#kontaktBox a:visited{color: rgb(59,80,126);font-weight: bold}
/*-------------------- Fluid --------------------*/
@media (max-width:1000px){
	.box{font-size: 1.6vw;line-height: 2.4vw}
	.anne{font-size: 2.8vw}}

@media (max-width:800px),(max-height:600px){
	body{font-size: 12px}
	.box{line-height: 18px;font-size: 12px}
	.anne{font-size: 22px;line-height: 34px}
	#Haftungsausschluss{font-size: 12px}
	#weDo{line-height: 26px}}

@media (max-width:700px),(max-height:600px){
	.box{line-height: 16px}
	.container{display: none}}

@media (max-width:550px),(max-height:450px){
	.anne{font-size: 20px;line-height: 28px}}
/*-------------------- Extra --------------------*/
#clickMe{
	position: absolute;
	display: block;
	top: 50%;left: 50%;width: 100px;height: 30px;
	margin-top: -70px;
	margin-left: -50px;
	line-height: 28px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
    box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;
	opacity: .7;
	text-align: center;
	display: none;
	z-index: 9}

noscript{text-align: center}

noscript img{
    position:absolute;
    top:20%;left:20%;width:60%}

*{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}