@charset "utf-8";
/* CSS Document */
body, html {
	height: 100%;
}
body {
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	
	font-family: 'DIN1451StdEngschrift';
	font-size: 18px;
	color: #666;
	
	background-color: #000;
	background-image: url(../img/muli_logo.svg), url(../img/radial_white_16a.png);
	background-repeat: no-repeat;
	background-size: 25px 40px, 800px;
	background-position: 20px 20px, center;
	
}

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


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

div {	display: block;		}

img {	border: none; outline: none; }

h1, h2, h3, h4 {	font-weight: normal; text-transform: uppercase; color: #FFF;	}

a { 	text-decoration: none;
	
	-webkit-transition: color 300ms ease-in-out 0ms, background-color 300ms ease-in-out 0ms;
	   -moz-transition: color 300ms ease-in-out 0ms, background-color 300ms ease-in-out 0ms;
	    -ms-transition: color 300ms ease-in-out 0ms, background-color 300ms ease-in-out 0ms;
	     -o-transition: color 300ms ease-in-out 0ms, background-color 300ms ease-in-out 0ms;
	        transition: color 300ms ease-in-out 0ms, background-color 300ms ease-in-out 0ms;
}

a:hover {
	cursor: pointer;
}

.main_wrapper {
	width: 100%;
	overflow: hidden;
}

.facebook_wrapper {
	position: absolute;
	right: 0;
	margin: 22px 22px 0 0;
}


.bottle_wrapper {
	position: absolute;
	margin: 60px 0 0 0;
	width: 100%;
	
	height: -webkit-calc(100% - 120px);
	height: -moz-calc(100% - 120px);
	height: -o-calc(100% - 120px);
	height: calc(100% - 120px);
	
	overflow: hidden;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.bottle,
.bottle_ds {
	position: absolute;
	
	width: 400px;
	height: 400px;
	
	background-repeat: no-repeat;
	background-size: 100px 400px;
	background-position: center;
}



.bottle {
	z-index: 11;
	
	background-image: url(../img/flasche.png);
}

.bottle_ds {
	margin: 13px;
	z-index: 10;
	background-image: url(../img/flasche_ds.png);
	opacity: 0.8;
}






/**/

.inner {
	position: relative;
}

.intro_message_container h2,
.message_container h2,
.info_container h2 {
	margin: 0 0 15px;
	line-height: 40px;
}
.intro_message_container,
.message_container p,
.info_container p {
	margin: 0px 15px 25px 15px;
	line-height: 23px;
}

.intro_message_container,
.message_container,
.info_container {
	position: absolute;
	
	left: 50%; top: 50%;
	
	width: 300px;
	min-height: 220px;
	margin: 0 0 0 -150px;
	padding: 30px 15px 15px 15px;
	
	text-align: center;
	background-color: rgba(0, 0, 0, .8);
	border: 1px solid rgba(0, 0, 0, 0.0);
	
	z-index: 15;
	
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
            border-radius: 15px;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

	-webkit-transition: margin-top 300ms ease-in-out 0ms;
	   -moz-transition: margin-top 300ms ease-in-out 0ms;
	    -ms-transition: margin-top 300ms ease-in-out 0ms;
	     -o-transition: margin-top 300ms ease-in-out 0ms;
	        transition: margin-top 300ms ease-in-out 0ms;

}
/*
.message_container a.choise {
	text-transform: uppercase;
	display: block;
	margin: 13px 0 0;
	font-size: 60px;
	line-height: 50px;
}

.message_container a.choise:hover {
	color: #FFF;
}
*/

a.choise,
a.done {
	display: block;
	margin: 5px;
	padding: 9px 10px 5px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	border: 1px solid rgba(235, 200, 173, 1.0);
	color: #EBC8AD;
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

}

a.choise:hover,
a.done:hover {
	background-color: #EBC8AD;
	color: #000;
}

.message_container span {
	text-transform: uppercase;
}



.controls_wrapper {
	position: fixed;
	bottom: -50px;
	
	width: 100%;
	height: 40px;
	
	-webkit-transition: bottom 300ms ease-in-out 0ms;
	   -moz-transition: bottom 300ms ease-in-out 0ms;
	    -ms-transition: bottom 300ms ease-in-out 0ms;
	     -o-transition: bottom 300ms ease-in-out 0ms;
	        transition: bottom 300ms ease-in-out 0ms;
	
	z-index: 16;
}

.controls_wrapper div.inner {
	margin: 0 15px;
	
}

.controls_wrapper a {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
		
	border: 1px solid #FFF;
	color: #FFF;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
            border-radius: 50%;
	
	-webkit-transition: opacity 300ms ease-in-out 0ms;
	   -moz-transition: opacity 300ms ease-in-out 0ms;
	    -ms-transition: opacity 300ms ease-in-out 0ms;
	     -o-transition: opacity 300ms ease-in-out 0ms;
	        transition: opacity 300ms ease-in-out 0ms;
			
	opacity: 0.5;
}

.controls_wrapper a.left {
	background-image: url(../img/left_symbol.svg);
}
.controls_wrapper a.right {
	background-image: url(../img/right_symbol.svg);
	right: 0;
}

.controls_wrapper a.info {
	background-image: url(../img/info_symbol.svg);
	left: 50%;
	margin: 0 0 0 -20px;
}
.controls_wrapper a.active {
	opacity: 1.0;
}

.orientation_info {
	display: none;
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	text-align: center;
}

.orientation_info div.inner {
	top: 50%;
	margin-top: -35px;	
}

.orientation_info p {
	margin: 20px 0 0 0;
	
}

@media only screen and (orientation : landscape) {
	body,
	main_wrapper {
		overflow: hidden;
	}
	.bottle_wrapper,
	.info_container,
	.controls_wrapper {
		display: none;
	}
	.orientation_info {
		display: block !important;
	}
}
