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

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

html, body {
	background-color: #000;
	color: #FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}


body {
	font-family: 'DIN1451StdEngschrift';
	margin: 0;
	padding: 0;
	
	font-size: 16px;
	line-height: 21px;
	color: #FFF;
}

body.desktop {		font-size: 18px;	line-height: 26px;	}
body.mobile {		font-size: 16px;	line-height: 21px;	}


body.locked {
	overflow: hidden;
}







/* ##################################################################

	MAIN CSS

################################################################## */

h1, h2, h3, h4, nav {
	font-family: 'DIN1451StdEngschrift', Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: auto;
}

h1, h2, h3, nav {
	text-transform: uppercase;
}


@media (min-width: 320px) {		header {		background-color: red;			}	}
@media (min-width: 640px) {		header {		background-color: yellow;		}	}
@media (min-width: 1280px) {	header {		background-color: green;		}	}
@media (min-width: 1920px) {	header {		background-color: blue;			}	}

@media (min-width: 320px) {		h3 {		font-size: 10vw;	line-height: 9vw;		margin: 3vw 0;		}		}
@media (min-width: 640px) {		h3 {		font-size: 7vw;		line-height: 6.5vw;		margin: 1.8vw 0;	}		}
@media (min-width: 1280px) {	h3 {		font-size: 6vw;		line-height: 5.5vw;		margin: 1.25vw 0;	}		}
@media (min-width: 1920px) {	h3 {		font-size: 5vw;		line-height: 4.5vw;		margin: 1vw 0;		}		}

@media (min-width: 320px) {		h4 {		font-size: 5vw;		line-height: 5vw;		margin: 4vw 0;		}		}
@media (min-width: 640px) {		h4 {		font-size: 3vw;		line-height: 3vw;		margin: 1vw 0;		}		}
@media (min-width: 1280px) {	h4 {		font-size: 2.5vw;	line-height: 2.5vw;		margin: 1vw 0;		}		}
@media (min-width: 1920px) {	h4 {		font-size: 2vw;		line-height: 2vw;		margin: 1vw 0;		}		}



td {
	vertical-align: top;
}

p, td, small {		font-family: 'Roboto Condensed', sans-serif;	}

.small {		margin: 20px 0;		font-size: 12px;	line-height: 16px;	opacity: 0.5;	}
.small_2 {		margin: 20px 0;		font-size: 13px;	line-height: 18px;	opacity: 0.75;	}

div {
	display: block;
}

ul, li {		margin: 0;	padding: 0;		list-style: none;		}

a {
	-webkit-transition: all 300ms ease-out 0ms;
	-moz-transition: all 300ms ease-out 0ms;
	transition: all 300ms ease-out 0ms;
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: inherit;
}

a:hover {	cursor: pointer;	}

header, footer, section, div, span, ul, li, a, form, select, label, input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}


header {
	display: none;
	position: fixed;
	top: 0;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background-color: #000;
	
}



@media (max-width: 320px) {		header div.logo {			margin: 12px 0 0 0 !important;		}	}

header div.logo {
	margin: 12px 50px 0 0;
	width: 110px;
	height: 25px;
	
	background-image: url(../sources/images/logo_nav.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

header div.logo {
	float: left;
}

header div.logo:hover {		cursor: pointer;	}



.beige {						color: #DEB9A2;		}
.main_wrapper {				width: 100%;	overflow: hidden;		}


div.content_wrapper {
	position: relative;
	width: 100%;
	/* height: JQUERY */
}
.text_wrapper.black {			color: #000;	}
.text_wrapper.black .beige{		color: #000 !important;	}






/* ##################################################################

	NAVIGATION CSS

################################################################## */
.mobile_nav {
	float: right;
	width: 150px;
}
.mobile_nav table td {		vertical-align: middle;	}

.active_content {
	margin: 0 16px 0 0;
	
	font-family: "DIN1451StdEngschrift", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.nav_icon {
	display: block;
	float: right;
	margin: 12px 0;
	width: 25px;
	height: 25px;
	
	background-image: url(../sources/images/nav_icons.svg);
	background-size: auto 100%;
	background-position: 0 0;
}

.nav_icon:hover {	cursor: pointer;	}

nav {
	float: left;
	margin: 17px 0 0 0;
	font-size: 16px;
	line-height: 18px;
}
nav a {
	margin: 9px 10px 0 0;
	padding: 5px 10px;
	opacity: 0.7;
	text-transform: uppercase;
	
}
nav a:hover {	opacity: 1;		cursor: pointer;	}
nav a.active {	opacity: 1;		}

.navigation_wrapper {
    width: 100%;
}

@media (min-width:1020px) {
	.mobile_nav {					display: none;		}
	.navigation_wrapper {			display: block !important;	 height: 50px;	}
}
@media (max-width:1020px) {
	.mobile_nav {					display: block;		}
	.navigation_wrapper {			display: none;		}
	header nav,
	nav {
		float: none;
	}
	nav a {
		display: block;
		margin: 9px 0;
		width: 100%;
	
	}
	.navigation_wrapper {
		position: absolute;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.75);
		top: 50px;
		left: 0;
		text-align: center;
	}
	
}
.additional_nav a {
	margin: 0 0 0 20px;
	opacity: 0.5;
	font-size: 20px;
	line-height: 22px;
}
.additional_nav a:hover {			opacity: 1.0;		cursor: pointer;	}
.additional_nav a.active{			opacity: 1.0;		color: #DEB9A2	}
.additional_nav a:first-child {		margin: 0 !important;			}


@media (min-width:1020px) {
	.additional_nav {
		float: right;
		margin: 13px 0 0 0;
		height: 25px;
		width: 168px;
		text-align: right;
	}
}
@media (max-width:1020px) {
	.additional_nav {
		margin: 20px auto;
		padding: 20px 30px 0 30px;
		height: 50px;
		width: 220px;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
}

/* ##################################################################

	MOUSEWHEEL NAVIGATION CSS

################################################################## */
.mobile .mousewheel_status {		display: none !important;	}
.mousewheel_status {
	display: none;
	position: absolute;
	margin: -80px 0 0 0;
	top: 50%;
	right: 30px;
	height: 150px;
}



.mousewheel_status .content_name {
	display: block;
	position: absolute;
	margin: -20px 0 0 0;
	width: 150px;
	
	font-family: "DIN1451StdEngschrift", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-weight: normal;
	line-height: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	
	transform: rotate(-90deg);
	transform-origin: left top 0;
	
	-webkit-transition: all 200ms ease-in-out 0ms;
	-moz-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	transition: all 200ms ease-in-out 0ms;
}

.mousewheel_status.black .content_name {				color: #FFF;		}
.mousewheel_status.white .content_name.black {		color: #000;		}

.mousewheel_status.black .content_name .beige {		color: #FFF !important;		}
.mousewheel_status.white .content_name.black .beige {		color: #000 !important;		}





















/* ##################################################################

	CONTENT BACKGROUNDS

################################################################## */
.content_wrapper section {
	position: relative;
	overflow: hidden !important;
	
	/*	1. cubic-bezier(0.4, 0, 0.09, 1.01)		*/
	/*	2. cubic-bezier(0.25, 0.00, 0.75, 1.00)	*/
	
	-webkit-transition: background 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms !important;
	-moz-transition: background 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms !important;
	-o-transition: background 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms !important;
	transition: background 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms !important;
}

@media (orientation: landscape) {			}
@media (orientation: portrait) {			}





@media (orientation: landscape) {
	section#c0 {	background-image: url(../sources/images/background_content_0.jpg);		background-size: cover;				}	/* Age Gate */
	section#c1 {	background-image: url(../sources/images/background_content_1.jpg);		background-size: cover;				}	/* Geht immer */
	section#c2 {	background-image: url(../sources/images/background_content_2.jpg);		background-size: cover;				}	/* Mulikularküche */
	section#c3 {	background-image: url(../sources/images/background_content_3.jpg);		background-size: 105% auto;			}	/* Superkrauts */
	section#c4 {	background-image: url(../sources/images/background_content_4.jpg);		background-size: cover;				}	/* Muli kickt */
	section#c5 {	background-image: url(../sources/images/background_content_5.jpg);		background-size: cover;				}	/* Mondo di Muli */
	section#c6 {	background-image: url(../sources/images/background_content_6.jpg);		background-size: cover;				}	/* Mondo di Muli */
	/*
	section#c6  {	
		background-image: url(../sources/images/background_content_6_floor.jpg), url(../sources/images/background_content_6.jpg);
		background-size: 100% auto, cover;
		background-position: center bottom, center top;
		background-repeat: no-repeat;
	}
	*/
	section#c0.above {	background-position: center 100%;		}
	section#c0.active {	background-position: center 50%;		}
	section#c0.under {	background-position: center 0%;			}
	
	section#c1.above {	background-position: center 100%;		}
	section#c1.active {	background-position: center 50%;		}
	section#c1.under {	background-position: center 0%;			}
	
	section#c2.above {	background-position: center 50%;		}
	section#c2.active {	background-position: center 0%;			}
	section#c2.under {	background-position: center 0%;			}
	
	section#c3.above {	background-position: center 100%;		}
	section#c3.active {	background-position: center 50%;		}
	section#c3.under {	background-position: center 0%;			}
	
	section#c4.above {	background-position: 100% center;		}
	section#c4.active {	background-position: 50% center;		}
	section#c4.under {	background-position: 0% center;			}
	
	section#c5.above {	background-position: center 100%;		}
	section#c5.active {	background-position: center 50%;		}
	section#c5.under {	background-position: center 0%;			}
	
	section#c6.above {	background-position: center 100%;		}
	section#c6.active {	background-position: center 100%;		}
	section#c6.under {	background-position: center 50%;		}
	
}

@media (orientation: portrait) {
	
	
	section#c0 {		background-image: url(../sources/images/background_content_0.jpg);		background-size: cover;				}	/* Age Gate */
	section#c1 {		background-image: url(../sources/images/background_content_1.jpg);		background-size: cover;				}	/* Geht immer */
	section#c2 {		background-image: url(../sources/images/background_content_2.jpg);		background-size: cover;				}	/* Mulikularküche */
	section#c3 {		background-image: url(../sources/images/background_content_3.jpg);		background-size: auto 105%;			}	/* Superkrauts */
	section#c4 {		background-image: url(../sources/images/background_content_4.jpg);		background-size: cover;				}	/* Muli kickt */
	section#c5 {		background-image: url(../sources/images/background_content_5.jpg);		background-size: cover;				}	/* Mondo di Muli */
	section#c6 {		background-image: url(../sources/images/background_content_6.jpg);		background-size: cover;				}	/* Mondo di Muli */
	/*
	section#c6  {	
		background-image: url(../sources/images/background_content_6_floor.jpg), url(../sources/images/background_content_6.jpg);
		background-size: 200% auto, cover;
		background-position: center bottom, center top;
		background-repeat: no-repeat;
	}
	*/
	section#c0 {		background-position: 50% center;		}
	section#c1 {		background-position: 65% center;		}
	section#c2 {		background-position: 0% center;			}
	section#c3 {		background-position: 50% center;		}
	section#c4 {		background-position: 50% center;		}
	section#c5 {		background-position: 50% center;		}
	section#c6 {		background-position: 50% bottom;		} 
	
}






/* ##################################################################

	ADDITIONAL ELEMENTS

################################################################## */
.additional_element {
	position: absolute;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.additional_element.bock_auf_muli {		background-image: url(../sources/images/content_0_bock_auf_muli.png);
	-webkit-transition: all 700ms ease-out 0ms;
	transition: all 700ms ease-out 0ms;
	bottom: 0;
	right: 5vw;
	opacity: 1;

	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: perspective(750px) rotateX(-90deg);
	transform: perspective(750px) rotateX(-90deg);
	
	filter: alpha(opacity=0);
	opacity: 0;
}
@media (orientation:portrait) {		.additional_element.bock_auf_muli{		width: 20vh;	height: 40vh;	}}
@media (orientation:landscape) {	.additional_element.bock_auf_muli{		width: 20vw;	height: 40vw;	}}
.additional_element.bock_auf_muli.in {
	-webkit-transform: perspective(750px) rotateX(0deg);
	transform: perspective(750px) rotateX(0deg);
	filter: alpha(opacity=100);
	opacity: 1;
}




.additional_element.togo_essen_singen {		background-image: url(../sources/images/content_1_togo_essen_singen_0.png);
	bottom: 0;
	opacity: 1;
	
	-webkit-transform: rotateX(0deg) perspective(20px);
	transform: rotateX(0deg) perspective(20px);
	overflow: hidden;
}
@media (orientation:portrait) {		.additional_element.togo_essen_singen{		width: 50vh;	height: 40vh;		right: 2vw;	}}
@media (orientation:landscape) {	.additional_element.togo_essen_singen{		width: 40vw;	height: 25vw;		left: 0;	}}
.additional_element.togo_essen_singen div{
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	
	-webkit-transition: all 700ms cubic-bezier(0, 0, 0, 1) 0ms;
	transition: all 700ms cubic-bezier(0, 0, 0, 1) 0ms;
}

.additional_element.togo_essen_singen div.in {			top: 0;		}
.additional_element.togo_essen_singen div:nth-child(1) {		background-image: url(../sources/images/content_1_togo_essen_singen_1.png);		}
.additional_element.togo_essen_singen div:nth-child(2) {		background-image: url(../sources/images/content_1_togo_essen_singen_2.png);		}
.additional_element.togo_essen_singen div:nth-child(3) {		background-image: url(../sources/images/content_1_togo_essen_singen_3.png);		}

















/* ##################################################################

	CONTENT CSS

################################################################## */
.text_wrapper {
	position: relative;
	height: 100%;
}
body.mobile .text_wrapper {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom: 50px !important;
}

@media (orientation: landscape) {		#c0 .text_wrapper {		padding: 32vh 23vw 0 23vw;			}		/* Age Gate */
										#c1 .text_wrapper {		padding: 17vh 12vw 17vh 12vw;		}		/* Geht Immer */
										#c2 .text_wrapper {		padding: 17vh 55vw 17vh 12vw;		}		/* Mulikularküche */
										#c3 .text_wrapper {		padding: 17vh 12vw 17vh 12vw;		}		/* Superkrauts */
										#c4 .text_wrapper {		padding: 30vh 12vw 17vh 50vw;		}		/* Mondo Di Muli */
										#c5 .text_wrapper {		padding: 17vh 12vw 17vh 12vw;		}		/* Get Your Muli */
										#c6 .text_wrapper {		padding: 17vh 12vw 17vh 12vw;		}		/* Cat Content */
}

@media (orientation: portrait) {		#c0 .text_wrapper {		padding: 17vh 12vw 0 12vw;		}			/* Age Gate */
										#c1 .text_wrapper {		padding: 17vh 12vw 0 12vw;		}			/* Geht Immer */
										#c2 .text_wrapper {		padding: 17vh 12vw 0 12vw;		}			/* Mulikularküche */
										#c3 .text_wrapper {		padding: 17vh 12vw 0 12vw;		}			/* Superkrauts */
										#c4 .text_wrapper {		padding: 30vh 12vw 0 12vw;		}			/* Mondo Di Muli */
										#c5 .text_wrapper {		padding: 17vh 12vw 0 12vw;		}			/* Get Your Muli */
										#c6 .text_wrapper {		padding: 17vh 12vw 0 12vw;		}			/* Cat Content */
}



/* Additional .text_wrapper CSS */
body.ipad #c5 .text_wrapper.secondary {		padding: 17vh 12vw 17vh 12vw !important;	text-align: center;		}		/* Mondo Di Muli 2 */
body.desktop #c5 .text_wrapper.secondary {	padding: 17vh 12vw 17vh 12vw;	text-align: center;		}					/* Mondo Di Muli 2 */









/* ##################################################################

	Content 0 - AGE GATE

################################################################## */
.small_logo {
	position: absolute;
	width: 5vw;
	top: 5vw;
	left: 5vw;
}
.large_logo {
	width: 17vh;
	-webkit-transition: 250ms cubic-bezier(0.79, 0.28, 0.32, 0.97) 0ms;
	-moz-transition: 250ms cubic-bezier(0.79, 0.28, 0.32, 0.97) 0ms;
	transition: 250ms cubic-bezier(0.79, 0.28, 0.32, 0.97) 0ms;
}
.large_logo:hover {		cursor: pointer;	transform: scale(1.1) rotate(-2deg);	}
td.age_gate_option {
	-webkit-transition: opacity 250ms ease-out 0ms;
	-moz-transition: opacity 250ms ease-out 0ms;
	transition: opacity 250ms ease-out 0ms;
	opacity: 0.5;
}
td.age_gate_option:hover {
	cursor: pointer;
	opacity: 1.0;
}
table#age_gate{ }
table#age_confirmed{ display: none; }


body.mobile #c0 p.small br {display: none;}




/* ##################################################################

	Content 2 - Mulikularküche

################################################################## */

@media (orientation: landscape) {		section#c2 .background {	position: absolute;		width: 45%;		height: 100%; 	right: 0;	top: 0;				}	}
@media (orientation: portrait) {		section#c2 .background {	position: absolute;		width: 100%;	height: 30%;	left: 0; 	top: 50px;			}	}

#c2 #cocktail_0 .background {		background-image: url(../sources/images/c2/cocktail_1.jpg);		background-size: cover;		}
#c2 #cocktail_1 .background {		background-image: url(../sources/images/c2/cocktail_2.jpg);		background-size: cover;		}
#c2 #cocktail_2 .background {		background-image: url(../sources/images/c2/cocktail_3.jpg);		background-size: cover;		}
#c2 #cocktail_3 .background {		background-image: url(../sources/images/c2/cocktail_4.jpg);		background-size: cover;		}

@media (orientation: landscape) {		#c2 #cocktail_0 .background {		background-position: center;	}
										#c2 #cocktail_1 .background {		background-position: 61%;		}
										#c2 #cocktail_2 .background {		background-position: center;	}
										#c2 #cocktail_3 .background {		background-position: center;	}
}
@media (orientation: portrait) {		#c2 #cocktail_0 .background {		background-position: center;	}
										#c2 #cocktail_1 .background {		background-position: center;	}
										#c2 #cocktail_2 .background {		background-position: center;	}
										#c2 #cocktail_3 .background {		background-position: 0% 27%;	}		
}



#c2 #recipe_0 .background {		background-image: url(../sources/images/c2/recipe_1.jpg);		background-size: cover;		}
#c2 #recipe_1 .background {		background-image: url(../sources/images/c2/recipe_2.jpg);		background-size: cover;		}
#c2 #recipe_2 .background {		background-image: url(../sources/images/c2/recipe_3.jpg);		background-size: cover;		}
#c2 #recipe_3 .background {		background-image: url(../sources/images/c2/recipe_4.jpg);		background-size: cover;		}

@media (orientation: landscape) {		#c2 #recipe_0 .background {		background-position: center;	}
										#c2 #recipe_1 .background {		background-position: center;	}
										#c2 #recipe_2 .background {		background-position: center;	}
										#c2 #recipe_3 .background {		background-position: center;	}
}
@media (orientation: portrait) {		#c2 #recipe_0 .background {		background-position: 0 60%;		}
										#c2 #recipe_1 .background {		background-position: 0 32%;		}
										#c2 #recipe_2 .background {		background-position: center;	}
										#c2 #recipe_3 .background {		background-position: 0px 85%;	}
}



table.needs {}
table.needs tr td:nth-child(1) {	padding: 0 20px 0 0;	/*width: 150px;	*/}
table.needs tr td:nth-child(2) {	padding: 0 20px 0 0;	/*width: 100px;	*/}

table.needs td h4 {		margin: 0;	}



@media (orientation: portrait) {
	.slides .text_wrapper {
		padding: 40vh 12vw 0 12vw !important;
	}
}


#c2 p.text_menu {					border-bottom: 1px solid #FFF;		}
body.desktop #c2 p.text_menu {		margin: 35px 0 25px 0;		}
body.mobile #c2 p.text_menu {		margin: 25px 0 20px 0;		}

body.mobile #c2 p.text {
	font-size: 13px;
	line-height: 16px;
}

.tab_button:first-child {			padding-left: 0 !important;	}
.tab_button.active:first-child {		padding-left: 12px !important;	}

.tab_button {
	position: relative;
	display: inline-block;
	padding: 5px 12px;
	margin: 0 0 -1px 0;
	
	border-top: 1px solid rgba(255, 255, 255, 0);
	border-left: 1px solid rgba(255, 255, 255, 0);
	border-right: 1px solid rgba(255, 255, 255, 0);
	background-color: rgba(0, 0, 0, 0);
	
	z-index: 1000;
}
.tab_button:hover {		cursor: pointer;	}
.tab_button.active {
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-left: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, 1);
}
#c2 .slide .seperator {
	display: none;
	margin: 24px 0;
    border-bottom: 1px solid #fff;
}

@media (orientation: landscape) {
	body.desktop #c2 .slide p.text_menu {		display: none;	}
	body.desktop #c2 .slide .seperator {		display: block !important;	}
}









/* ##################################################################

	Content 3 - Superkrauts

################################################################## */
@media (orientation: portrait) {		section#c3.zoom  {	background-size: auto 100%;		}		}
@media (orientation: landscape) {		section#c3.zoom {		background-size: 100% auto;		}		}

section#c3 .text_wrapper {
	width: 100%;
	left: 0%;
	
	-webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms;
	-moz-transition: all 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms;
	transition: all 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms;
	
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-filter: blur(0px);
}
section#c3.zoom .text_wrapper {
	opacity: 0.5;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-filter: blur(15px);
}



#c3 #superkrauts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	
	
	-webkit-transition: all 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms;
	-moz-transition: all 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms;
	-o-transition: all 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms;
	transition: all 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms;
	
	opacity: 0.0;
	
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#c3.zoom #superkrauts {
	opacity: 1.0;
	
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	filter: blur(0px);
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}






#superkrauts .menu {
	position: absolute;
    margin: 6vh 0;
    padding: 0 12vh;
	width: 100%;
    text-align: center;
}
#superkrauts .menu .wrapper {
	display: inline-block;
	padding: 10px 5px 0px 5px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50px;
}

#superkrauts .menu .sk_link {
	display: inline-block;
	position: relative;
	
	width: 50px;
	height: 50px;
	
	padding: 0 5px;
	
	font-size: 30px;
	text-transform: uppercase;
	
	color: #deb9a2;
	
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}

#superkrauts .menu .sk_link:hover{		cursor: pointer;	opacity: 1.0;			}
#superkrauts .menu .sk_link.active {
	color: #FFF;
	
	opacity: 1.0;
	
	-webkit-transform: scale(2.2);
	-moz-transform: scale(2.2);
	transform: scale(2.2);
}







#superkrauts .slides {
	display: none;
	position: absolute;
	width: 100%;
	top: 55vh;
	text-align: center;
}

@media (orientation: portrait) {	span.superkraut_head {	font-size: 10vw;	line-height: 10vw;	}	}
@media (orientation: landscape) {	span.superkraut_head {	font-size: 5.5vw;	line-height: 5.5vw;	}	}


@media (min-width: 320px) {
	#superkrauts .slide p {	margin: 10px 14vw;	}	#superkrauts .slides {	top: 25vh;	}	#superkrauts .menu {	bottom: 5vh;	}	}
@media (min-width: 640px) {
	#superkrauts .slide p {	margin: 10px 25vw;	}	#superkrauts .slides {	top: 30vh;	}	#superkrauts .menu {	bottom: 5vh;	}	}
@media (min-width: 1280px) {
	#superkrauts .slide p {	margin: 10px 33vw;	}	#superkrauts .slides {	top: 40vh;	}	#superkrauts .menu {	bottom: 0;		}	}
	


#superkrauts .images {
	position: relative;
	height: 100%;
	width: 100%;
}

#superkrauts .images div {
	position: absolute;
	width: 100%;
	height: 100%;
	
	background-position: center;
	background-repeat: no-repeat;
	
	-webkit-transition: all 500ms ease-in-out 0ms;
	-moz-transition: all 500ms ease-in-out 0ms;
	transition: all 500ms ease-in-out 0ms;
	
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#superkrauts .images div.active {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
@media (orientation: portrait) {
	#superkrauts .images div {		background-size: cover;		}
	#superkrauts .images div:nth-child(1) {	background-image: url(../sources/images/c3/c3_anis_pt.png);			}
	#superkrauts .images div:nth-child(2) {	background-image: url(../sources/images/c3/c3_enzian_pt.png);		}
	#superkrauts .images div:nth-child(3) {	background-image: url(../sources/images/c3/c3_ingwer_pt.png);		}
	#superkrauts .images div:nth-child(4) {	background-image: url(../sources/images/c3/c3_zitrone_pt.png);		}
	#superkrauts .images div:nth-child(5) {	background-image: url(../sources/images/c3/c3_orangen_pt.png);		}
	#superkrauts .images div:nth-child(6) {	background-image: url(../sources/images/c3/c3_zimt_pt.png);			}
	#superkrauts .images div:nth-child(7) {	background-image: url(../sources/images/c3/c3_nelke_pt.png);		}
}

@media (orientation: landscape) {
	#superkrauts .images div {		background-size: contain;		}
	#superkrauts .images div:nth-child(1) {	background-image: url(../sources/images/c3/c3_anis_ls.png);			}
	#superkrauts .images div:nth-child(2) {	background-image: url(../sources/images/c3/c3_enzian_ls.png);		}
	#superkrauts .images div:nth-child(3) {	background-image: url(../sources/images/c3/c3_ingwer_ls.png);		}
	#superkrauts .images div:nth-child(4) {	background-image: url(../sources/images/c3/c3_zitrone_ls.png);		}
	#superkrauts .images div:nth-child(5) {	background-image: url(../sources/images/c3/c3_orangen_ls.png);		}
	#superkrauts .images div:nth-child(6) {	background-image: url(../sources/images/c3/c3_zimt_ls.png);			}
	#superkrauts .images div:nth-child(7) {	background-image: url(../sources/images/c3/c3_nelke_ls.png);		}
}






/* ##################################################################

	Content 4: Muli kickt

################################################################## */



/* ##################################################################

	Content 5: Mondo di Muli

################################################################## */
#c4 .muli_kickt_head {
    bottom: 0;
	left: -100%;
	background-image: url(../sources/images/c4/mondodimuli_head.png);
	background-size: contain;
	background-position: center bottom;
}
#c4 .muli_kickt_head.in {	bottom: 0;	left: 0;	}
@media (orientation: landscape) {		#c4 .muli_kickt_head {		width: 50vw; 	height: 80vh;		min-width: 250px;	}	}
@media (orientation: portrait) {		#c4 .muli_kickt_head {		width: 65vw; 	height: 50vh;		min-width: 250px;	}	}





#c4 .muli_kickt_foot {
	right: 0;
	bottom: 0;
}
@media (orientation: landscape) {		#c4 .muli_kickt_foot {		width: 50vw;	height: 60vh;	min-height: 70px;	max-height: 380px;		}	}
@media (orientation: portrait) {		#c4 .muli_kickt_foot {		width: 20vh;	height: 60vh;	min-height: 70px;	max-height: 380px;		}	}

#c4 .muli_kickt_foot div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	background-image: url(../sources/images/c4/mondodimuli_foot.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#c4 .muli_kickt_foot.in div {	top: 0;	}

#c4 .muli_kickt_head.in {		-webkit-transition: all 2000ms cubic-bezier(0.36, 0.24, 0.37, 0.86) 0ms;		}
#c4 .muli_kickt_foot.in div {		-webkit-transition: all 3000ms cubic-bezier(0.36, 0.24, 0.37, 0.86) 0ms;						}







#c4 .inner_content_part {
	background-image: url(../sources/images/background_content_4.jpg);
	background-size: cover;
}



/* ##################################################################

	Content 5: Mondo di Muli

################################################################## */

.text_wrapper.c5 {	text-align: center;		}
.mdm {
	position: relative;
	width: 100% !important;
}
.mdm_element_wrapper {
	position: absolute;
	width: -webkit-calc(100% - 24vw);
	width: -moz-calccalc(100% - 24vw);
	width: -o-calccalc(100% - 24vw);
	width: calc(100% - 24vw);
}
.mdm_element {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.v1 .mdm {
	width: 100%;
	height: 50vh !important;
}
.mdm_element_wrapper.v1 {
	height: 100%;
	top: 17vh;
}
.v1 .mdm_element {
	position: absolute;
	
	width: 25%;
	height: 25%;
	text-align: center;
	
	-webkit-transition: all 200ms ease-out 0ms;
	-moz-transition: all 200ms ease-out 0ms;
	-o-transition: all 200ms ease-out 0ms;
	transition: all 200ms ease-out 0ms;
	
}
.v1 .mdm_element:hover {
	cursor: pointer;
	-webkit-transform: scale(1.5) rotate(4deg);
	-moz-transform: scale(1.5) rotate(4deg);
	-ms-transform: scale(1.5) rotate(4deg);
	-o-transform: scale(1.5) rotate(4deg);
	transform: scale(1.5) rotate(4deg);
}
.v1 .mdm_element:active {
	-webkit-transform: scale(1.4) rotate(4.2deg);
	-moz-transform: scale(1.4) rotate(4.2deg);
	-ms-transform: scale(1.4) rotate(4.2deg);
	-o-transform: scale(1.4) rotate(4.2deg);
	transform: scale(1.4) rotate(4.2deg);
}
.v1 .mdm_element.out {
	top: 100% !important;
	left: 100% !important;
}

.v1 .mdm_1 {		left: 0%; 	top: 0%;		}
.v1 .mdm_2 {		left: 75%; 	top: 0%;		}
.v1 .mdm_3 {		left: 0%; 	top: 25%;		}
.v1 .mdm_4 {		left: 25%; 	top: 25%;		}
.v1 .mdm_5 {		left: 50%; 	top: 25%;		}
.v1 .mdm_6 {		left: 75%; 	top: 25%;		}
.v1 .mdm_7 {		left: 0%; 	top: 50%;		}
.v1 .mdm_8 {		left: 25%; 	top: 50%;		}
.v1 .mdm_9 {		left: 50%; 	top: 50%;		}
.v1 .mdm_10 {	left: 75%; 	top: 50%;		}


.v1 .mdm_1 {	-webkit-transform: scale(1.2) rotate(-1.8deg);-moz-transform: scale(1.2) rotate(-1.8deg);-ms-transform: scale(1.2) rotate(-1.8deg);-o-transform: scale(1.2) rotate(-1.8deg);transform: scale(1.2) rotate(-1.8deg);}
.v1 .mdm_2 {	-webkit-transform: scale(1.2) rotate(4deg);-moz-transform: scale(1.2) rotate(4deg);-ms-transform: scale(1.2) rotate(4deg);-o-transform: scale(1.2) rotate(4deg);transform: scale(1.2) rotate(4deg);}
.v1 .mdm_3 {	-webkit-transform: scale(1.2) rotate(0deg);-moz-transform: scale(1.2) rotate(0deg);-ms-transform: scale(1.2) rotate(0deg);-o-transform: scale(1.2) rotate(0deg);transform: scale(1.2) rotate(0deg);}
.v1 .mdm_4 {	-webkit-transform: scale(1.2) rotate(-2.8deg);-moz-transform: scale(1.2) rotate(-2.8deg);-ms-transform: scale(1.2) rotate(-2.8deg);-o-transform: scale(1.2) rotate(-2.8deg);transform: scale(1.2) rotate(-2.8deg);}
.v1 .mdm_5 {	-webkit-transform: scale(1.2) rotate(0deg);-moz-transform: scale(1.2) rotate(0deg);-ms-transform: scale(1.2) rotate(0deg);-o-transform: scale(1.2) rotate(0deg);transform: scale(1.2) rotate(0deg);}
.v1 .mdm_6 {	-webkit-transform: scale(1.2) rotate(-6deg);-moz-transform: scale(1.2) rotate(-6deg);-ms-transform: scale(1.2) rotate(-6deg);-o-transform: scale(1.2) rotate(-6deg);transform: scale(1.2) rotate(-6deg);}
.v1 .mdm_7 {	-webkit-transform: scale(1.2) rotate(-5deg);-moz-transform: scale(1.2) rotate(-5deg);-ms-transform: scale(1.2) rotate(-5deg);-o-transform: scale(1.2) rotate(-5deg);transform: scale(1.2) rotate(-5deg);}
.v1 .mdm_8 {	-webkit-transform: scale(1.2) rotate(4deg);-moz-transform: scale(1.2) rotate(4deg);-ms-transform: scale(1.2) rotate(4deg);-o-transform: scale(1.2) rotate(4deg);transform: scale(1.2) rotate(4deg);}
.v1 .mdm_9 {	-webkit-transform: scale(1.2) rotate(-2deg);-moz-transform: scale(1.2) rotate(-2deg);-ms-transform: scale(1.2) rotate(-2deg);-o-transform: scale(1.2) rotate(-2deg);transform: scale(1.2) rotate(-2deg);}
.v1 .mdm_10 {-webkit-transform: scale(1.2) rotate(0deg);-moz-transform: scale(1.2) rotate(0deg);-ms-transform: scale(1.2) rotate(0deg);-o-transform: scale(1.2) rotate(0deg);transform: scale(1.2) rotate(0deg);}

.v1 .dot_wrapper {	display: none;	}

.mdm.v2 {
	position: absolute !important;
	top: 35vh;
	width: 100%;
	height: 50vh !important;
}
.v2 .mdm_element_wrapper {
	height: 50vh;
}
.v2 .mdm_element {
	text-align: center;
}


.mdm_1 {		background-image: url(../sources/images/c5/mdm_1.png);		}
.mdm_2 {		background-image: url(../sources/images/c5/mdm_2.png);		}
.mdm_3 {		background-image: url(../sources/images/c5/mdm_3.png);		}
.mdm_4 {		background-image: url(../sources/images/c5/mdm_4.png);		}
.mdm_5 {		background-image: url(../sources/images/c5/mdm_5.png);		}
.mdm_6 {		background-image: url(../sources/images/c5/mdm_6.png);		}
.mdm_7 {		background-image: url(../sources/images/c5/mdm_7.png);		}
.mdm_8 {		background-image: url(../sources/images/c5/mdm_8.png);		}
.mdm_9 {		background-image: url(../sources/images/c5/mdm_9.png);		}
.mdm_10 {	background-image: url(../sources/images/c5/mdm_10.png);		}








/* ##################################################################

	Content 6 - Get Your Muli

################################################################## */
#c6 div.positioned {
	position: absolute;
}
@media (orientation: landscape) {
	#c6 div.positioned {
		position: absolute;
		bottom: 0;
		right: 0;
		text-align: right;
	}
}
@media (orientation: portrait) {	
	#c6 div.positioned {
		margin: 5vh 0 0 0;
	}
}



#c6 .additional_element.kiste {
	margin: 0 0 0 -15vw;
	width: 30vw;	height: 35vw;
	bottom: 0;

	background-image: url(../sources/images/c6/c6_kiste.png);
	background-size: contain;
}


#c6 .additional_element.business {
	width: 50vw;
	height: 90%;
	
	background-image: url(../sources/images/c6/c6_business.png);
	background-size: contain;
}



@media (orientation: landscape) {
	.c6 .relative {	    height: 100%;	}
	#c6 .additional_element.business {
		right: 0;
		bottom: 0;	
	}
	#c6 .additional_element.kiste {
		left: 30%;
		width: 40vw;
		height: 70vh;
	}
}
@media (orientation: portrait) {
	#c6 .additional_element.business {
		right: -40px;
		bottom: 0;	
	}
	#c6 .additional_element.kiste {
		margin: 0 0 0 -25vw;
		right: -20vw;
		width: 90vw;
		height: 49vh;
	}
}





/* ##################################################################

	Additional Contents

################################################################## */
.additional_content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
}
.additional_content .window {
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	top: 0;
	left: 50%;
	
	background-color: #000;
	
	-webkit-transition: left 1000ms ease-in-out 200ms;
	-moz-transition: left 1000ms ease-in-out 200ms;
	transition: left 1000ms ease-in-out 200ms;
}
.additional_content .window.in {		left: -100%;		}




.inner_content_wrapper {
	float: left;
	
	width: 100%;
	height: 100%;
}


.inner_content_part {
	position: absolute;
	float: left;
	
	width: 100%;
	height: 100%;
	
	-webkit-transition: left 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms;
	-moz-transition: left 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms;
	transition: left 1000ms cubic-bezier(0.4, 0, 0.09, 1.01) 0ms;
}


.inner_content_part.left_out {		left: -100%;	}
.inner_content_part.in {				left: 0%;	}
.inner_content_part.right_out {		left: 100%;	}







/* ##################################################################

	GLOBALS

################################################################## */
.relative {		position: relative;		}

.portrait, .landscape {				height:100%;	}
@media (orientation: landscape) {		.portrait {		display: none;		}		}
@media (orientation: portrait) {		.landscape {		display: none;		}		}

.content_link, .mail_link {
	position: relative;
	display: inline-block;
	
	font-family: 'DIN1451StdEngschrift';
	
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none !important;	
	box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.45);

}
.content_link {				padding: 9px 15px;		font-size: 200%;	}
.desktop .mail_link {		padding: 9px 0;			font-size: 100%;	}
.mobile .mail_link {			padding: 9px 0;			font-size: 100%;	}


.mail_link:last-child {		margin: 0 0 0 15px;	}

.content_link:hover, .mail_link:hover {		cursor: pointer;	}
.content_link .icons {
	margin: 0 15px 0 0;
}

@media (min-width: 320px) {		.content_link {		font-size: 100%;	}	}
@media (min-width: 640px) {		.content_link {		font-size: 150%;	}	}



a.back {
	position: absolute;
	top: 70px;
	right: -20px;	
	padding: 10px 50px 10px 20px;
	
	font-size: 25px;
	line-height: 30px;
	color: #FFF;
	background-color: #000;
	
	transform: rotate(-6deg) skew(3deg);
	text-align: right;
	
	box-shadow: 16px 16px 25px rgba(0, 0, 0, 0.45);
	text-shadow: none !important;		
}
a.back:hover{
	cursor: pointer;
}
@media (max-width: 320px) {		a.back {		font-size: 17px;	line-height: 20px;		padding: 5px 40px 5px 10px;	}	}
@media (max-width: 480px) {		a.back {		font-size: 20px;	line-height: 25px;		padding: 7px 40px 7px 10px;	}	}

button.next,
button.previous {
	position: absolute;
	display: block;
	
	margin: -10vw 0 0 0;
	top: 50%;
	
	width: 4vw;
	height: 20vw;
	
	background: none;
	border: none;
	outline: none;
	opacity: 0.5;
	
	background-size: auto 100%;	
	background-position: center;	
	background-repeat: no-repeat;
}


	
	
button.next:hover,
button.previous:hover {
	opacity: 1;
	cursor: pointer;
}

button.next{				right: 2vw;	background-image: url(../sources/images/arrow_right.svg);		}
button.previous {		left: 2vw;	background-image: url(../sources/images/arrow_left.svg);		}

body.desktop #c3 button {		display: none;	}







.dot_wrapper.vertical {		position: absolute;		width: 100%;	height: 24px;		bottom: 0;		text-align: center;		}
.dot_wrapper.horizontal {							width: 10px;	height: 150px;		}

.dot_wrapper .dot {
	width: 8px;
	height: 8px;
	
	border-radius: 50%;
	
	-webkit-transition: all 1000ms ease-in-out 0ms;
	-moz-transition: all 1000ms ease-in-out 0ms;
	-o-transition: all 1000ms ease-in-out 0ms;
	transition: all 1000ms ease-in-out 0ms;
	
	border: 2px solid rgba(255, 255, 255, 0.5);
}
.dot_wrapper.vertical .dot {			margin: 0 5px;		display: inline-block;		}
.dot_wrapper.horizontal .dot {		margin: 10px 0;		bottom: 0;					}

.dot_wrapper .dot.active {			background-color: #FFF;		}

.dot_wrapper.black .dot {			border: 2px solid rgba(0, 0, 0, 0.5) !important;	}
.dot_wrapper.black .dot.active {		background-color: #000 !important;					}




/* ##################################################################

	Z-INDEXES

################################################################## */
header {								z-index: 900;			}
.mail, .imprint {						z-index: 899;			}
button.next,button.previous {			z-index: 870;			}
a.back {									z-index: 860;			}
.additional_content .window {			z-index: 850;			}
.mousewheel_status {						z-index: 800;			}
.content_link {							z-index: 450;			}


#c3 .text_wrapper {						z-index: 201;			}
#c3.zoom .text_wrapper {					z-index: 200;			}	
#c3 #superkrauts {						z-index: 200;			}
#c3.zoom #superkrauts {					z-index: 201;			}
#c6 .text_wrapper {						z-index: 100;			}
#c6 .additional_element {				z-index: 50;			}
#superkrauts .menu {						z-index: 302;			}
#superkrauts .menu .sk_link {			z-index: 303;			}
#superkrauts .menu .sk_link.active {		z-index: 302;			}
#superkrauts .slides {					z-index: 301;			}
#superkrauts .images {					z-index: 300;			}



/* ##################################################################

	TEXT-SHADOWS

################################################################## */

.text_wrapper.c2 {	    text-shadow: 0 0 10px #fef2e2, 0 0 40px #fef2e2;		}
.text_wrapper.c3 {	    text-shadow: 0 0 10px #000000, 0 0 30px #000000;		}
.text_wrapper.c4 {		text-shadow: 0 0 40px #000;	}
.text_wrapper.c5 {		text-shadow: 0 0 40px #000;	}
.text_wrapper.c6 {		text-shadow: 0 0 40px #000;	}




/* ##################################################################

	Kontaktformular Basis

################################################################## */
label {
	display: inline-block;
}

label{
	margin: .2em 0;
}
input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
} 
idiv.mail nput, textarea {
	background-color: white;
	border: 1px solid #bbb;
	padding:.75em 1em .5em 1em;
	box-shadow:inset 0 2px 1px 0 rgba(0,0,0,0.2);
}
textarea {
	resize:none;
}

select {
	width:100%;
	border: 1px solid #bbb;
	padding:.75em 1em .5em 1em;
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
	background-color:white;
	background-image:url(select-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}
select:hover {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
select::-ms-expand {
	display:none;
}
div.mail input[type='checkbox'],
div.mail input[type='radio'] {
	width: auto;
	float: left;
	margin-right: .75em;
	background: transparent;
	border: none;
}
div.mail input[type='checkbox']:checked,
div.mail input[type='checkbox']:not(:checked),
div.mail input[type='radio']:checked,
div.mail input[type='radio']:not(:checked) {
	background: transparent;
	position: relative;
	visibility: hidden;
	margin:0;
	padding:0;
}

div.mail input[type='checkbox'] + label,
div.mail input[type='radio'] + label {
	cursor: pointer;
}
div.mail input[type='checkbox']:checked + label::before, 
div.mail input[type='checkbox']:not(:checked) + label::before,
div.mail input[type='radio']:checked + label::before,
div.mail input[type='radio']:not(:checked) + label::before {
	content:' ';
	display:inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 4px;
	border: 2px solid #deb9a2;
	background: #000;
	margin-right: 1em;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}
div.mail input[type=radio]:checked + label::before,
div.mail input[type=radio]:not(:checked) + label::before {
	border-radius: 30px;
}
div.mail input[type='checkbox']:hover	+ label::before,
div.mail input[type='radio']:hover	+ label::before {
	background: rgba(222,185,162,0.5);
	box-shadow: inset 0 0 0 5px black;
}
div.mail input[type='checkbox']:checked	+ label::before,
div.mail input[type='radio']:checked	+ label::before {
	background: #deb9a2;
	box-shadow: inset 0 0 0 3px black;
}

/* ##################################################################

	Kontaktformular MULI

################################################################## */
.mail, .imprint {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
}

.mail section, .imprint section {
	max-width: 500px;
	background-color: rgba(0, 0, 0, 1);
	box-shadow: 0 0 40px #000;
}

.desktop .mail section, .desktop .imprint section  {					margin: 12vh auto 0 auto;	padding: 60px;	}
.mobile .mail section, .mobile .imprint section {		height: 100%;	margin: 0;					padding: 60px 7vw 20px 7vw;}



.imprint h4 {
	margin: 0 0 15px;
}
.close_2 {			font-size: 120%;	opacity: 0.5;	}
.close_2:hover{		cursor: pointer;	opacity: 1.0;	}

.imprint a {
	text-decoration: underline !important;
	opacity: 1 !important;
	color: #deb9a2;
}
.imprint .text_wrapper {}





.mail table td label{
	font-size: 14px;
	margin: 0;
}
.mail table td {
	position: relative;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}


label span {
	margin: 0;
	font-size: 12px;
	color: #deb9a2;
}


input[type="text"],
input[type="email"],
textarea {
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	
	margin: 0 0 4px;
	
	background: transparent;
	color: #FFF;
	
	outline: none;
	font-size: 14px;
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


input[type="text"],
input[type="email"] {
	padding: 4px 0;
	border-left: none;
	border-bottom: 1px solid #555;
	border-right: none;
	border-top: none;
}

textarea {
	padding: 8px 0 0 0;
	border-left: none;
	border-bottom: 1px solid #555;
	border-right: none;
	border-top: 1px solid #555;
	height: 80px;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="text"]:active,
input[type="email"]:active,
input[type="text"]:focus,
input[type="email"]:focus {
	border-left: none;
	border-bottom: 1px solid #deb9a2;
	border-right: none;
	border-top: none;
}

textarea:hover,
textarea:active,
textarea:focus {
	border-left: none;
	border-bottom: 1px solid #deb9a2;
	border-right: none;
	border-top: 1px solid #deb9a2;
}



.mail a.mail_link .icons {
	margin: 0 0 0 15px;
}


label.missing span,
textarea.missing span,
.mail .message_label.missing {		color: red;		}




input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: rgb(222, 185, 162) !important;
	background-image: none;
	color: #000 !important;
}
