* {
	margin:0px;
	padding: 0px;
	color: rgba( 250 , 50 , 30 , 1 );
	text-decoration: none;
	/*cursor: default;*/
}

body {
	background-color: rgba( 255 , 255 , 255 , 1 );
	font: normal 1em 'PinFang HK',Avenir, Helvettica, Arial, sans-serif;
	/*font: normal 1em DIN, Helvettica, Arial, sans-serif;*/
}

#box0 {
	padding-top: 0;
}


#box1 {
}

#box2 {
	/*background-color: white;*/
}

h1 {
	display: block;
	color: rgba( 0 , 60 , 80 , .9 );
	text-shadow: 1px -1px 14px rgba( 0 , 60 , 80 , .9 );
	font-size: 4.1em;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

h2 {
	display: block;
	color: rgba(0 , 0 , 0 , .2 );
	font-size: 3.3em;
	letter-spacing: -0.05em;
	font-weight: bold;
	white-space: nowrap;
}


a {
	color: rgba( 50 , 50 , 30 , .7 );
	display: block;
	/*height: 36px;*/
	font-size: 5.9em;
	line-height: .8em;
	cursor: pointer;
	letter-spacing: -.05em;
	/*height: 20px;*/
}

a.start {
	transform: rotate(45deg);
	color: rgba( 250 , 50 , 30 , .9 );
	text-shadow: 1px -1px 14px rgba( 255 , 255 , 255 , .9 );
}

a.link1 {
	font-size: 1.5em;
	line-height: 1.1em;
	/*height: 20px;*/
	transform: rotate(0deg);
	letter-spacing: -.05em;
	text-decoration: underline;
}

a.main{
		color: rgba( 250 , 50 , 30 , .3 );
}

a:hover {
	color: rgba( 0 , 60 , 80 , .2 );
}

footer {
	position: fixed;
	top: 20px;
	right: 20px;
	text-align: right;
	background-color: transparent;
	font-size: 4.9em;
	line-height: .95em;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: -.05em;
}


footer a {
	display: inline;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: -.05em;
}


p {
	/*height: 36px;*/

	/*height: 20px;*/
	/*transform: rotate(-30deg);*/
	/*padding: 0px 15px 0px 15px;*/
	color: rgba( 50 , 50 , 30 , .7 );
	transform: rotate(0deg);
	letter-spacing: .01em;
}

p.bildtxt {
	display: block;
	margin-top: 23px;
	margin-bottom: 47px;
	padding-left: 0px;
	color: rgba( 0 , 0 , 0 , .8 );
	font-size: 1.2em;
	line-height: 1em;
}


p.leer {
	display:block;
	padding-top:30px;
}

img {
	display: block;
	width: 1200px;
	border: 0px solid rgba( 0 , 0 , 0 , 1 );
	/*
	box-shadow: 6px 6px 6px rgba( 90 , 90 , 90 , .2 ) , -6px 6px 6px rgba( 90 , 90 , 90 , .2 );
	*/
	transform: rotate(0deg);
	margin-bottom: 6px;
}

iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.vimeo, .youtube {
	position: relative;
	/*padding-bottom: 42.89%; /* 2.35:1aaltra */
	padding-bottom: 56.25%; /* 16:9 ratio*/
	/*padding-bottom: 75%; /* 4:3 ratio*/
	/*padding-bottom: 66.66%; /* 3:2 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	background-color: black;
}

.v32{		padding-bottom: 66.66%;	}
.v43 {		padding-bottom: 75%;	}
.v169 {		padding-bottom: 56.25%;	}
.v1610 {	padding-bottom: 62.5%;	}
.v2351 {	padding-bottom: 42.89%;	}


