/* ------ FONT ------
font-family: "Archer A", "Archer B";
font-family: "Brown-Regular";
*/
@font-face {
	font-family: "Brown-Regular";
	src:url("fonts/lineto-brown-regular.eot");
	src:url("fonts/lineto-brown-regular.eot#iefix") format("embedded-opentype"),
		url("fonts/lineto-brown-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
/* FONT END */

/* ------ main ------ */
* {
	margin:0;
	padding:0;
	border:0;
	box-sizing: border-box;
	text-decoration:none;
	list-style:none;
}
body, html {
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 400;
	background:url(../img/bgTransparent.png); /* bgTransparent.png */ 	
}
.sprite {
	background-image: url(../img/sprite.png); /* sprite.png */
}
b, strong {
	font-weight: 700;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.introLoaderInner {
	background:url(../img/logo.png) center center no-repeat; /* logo.png */ 
	height:80%;
	display:block;
}
.langstrasse .introLoaderInner {
	background:url(../img/neni-zurich-logo.png) center center no-repeat; /* logo.png */ 
	height:80%;
	display:block;
}

/* main END */

/* ------ Grid ------ */
#slides {
	position:fixed !important;
}	
#siteWrapper {
	width:100%;
	height:100%;
	position:Absolute;
	z-index:100;
	top:0;
	left:0;
}
.centerContent {
	width:100%;
	height:100%;
	margin:0 auto;
	z-index:150;
	top: 200px;
}
#navigationToggle {
	display:none;
}
#col1 {
	top:0px;
	width:240px;
	height:100%;
	position:absolute;
	text-align:center;	
	z-index:101;		
}
#col2 {
	position: relative;
	top: 260px;
	margin-left: 240px;	
	z-index:99;	
}
#col3 {
	position: fixed;
	bottom: 0px;
	width:100%;
	z-index:100;		
}
/* ------ Grid END ------ */

/* ------ Sidebar ------ */
#head {
	min-height: 100%;
	height: 100%;
	margin: 0 auto -175px;
	/* background:url(../img/bgTransparent.png);bgTransparent.png */ 
	background:rgba(231,32,92,0.8);
}
.langstrasse #head {
	min-height: 100%;
	height: 100%;
	margin: 0 auto -175px;
	/* background:url(../img/bgTransparent.png);bgTransparent.png */ 
	background:rgba(229,96,85,0.8);
}
#logoWrapper {
	width:240px;
	height:200px;
}
#logo {
	background:url(../img/neni-zurich-logo.png) center center no-repeat; /* logo.png */ 
	width:240px;
	height:160px;
	display:block;
	color:#fff;
}
#logo .logoUnderline {
	position: relative;
	top: 125px;
	font-size: 13px;
}


.langstrasse #logo {
	background:url(../img/neni-zurich-logo.png) center center no-repeat; /* logo.png */ 
	width:240px;
	height:160px;
	display:block;
}
#navigation {
	margin:35px 0 25px 0;
}
#navigation li {
	display:block;
	height:32px;
}
#navigation li a {
	display:block;
	color:#fff;
	text-align:center;
	height:35px;
	line-height:35px;
	font-family: "Brown-Regular";
	font-size:18px;
}
#navigation li a:hover, #navigation li.current a {
	color:#dcced3;
}
.openingHours {
	color:#fff;
	text-align:center;
	font-size:15px;
	margin:50px 0 60px 0;
	line-height:18px;
}
.openingHours a {
	color:#fff;
}
.trenner {
	background-position: 0 -22px;
	width:22px;
	height:4px;
	display:inline-block;
}
/* ------ Sidebar END ------ */

/* ------ Content ------ */
.contentWrapper {
	position:relative;
	padding:80px 20px 50px 20px;
	text-align:center;	
	max-width: 670px;
	width: 80%;	
	margin:0 4% 0 16%;
	/*background:url(../img/bgColored.png);  bgColored.png */ 
	background:rgba(225,217,213,0.8);
}
.contentWrapper h1 {
	color:#fff;
	font-family:"Brown-Regular";
	font-size:85px;
	line-height:75px;
	text-align:center;
	position:absolute;
	bottom:100%;
	margin-bottom:-30px;	
	width:94%;	
}
.contentWrapper p {
	font-size: 22px;
	line-height: 30px;
	color:#000;
}
.contentWrapper a {
	color:#000;
	font-weight:700;
	text-decoration:underline;
}
.contentWrapper ul {
	padding:10px 0px 10px 0;
}
.contentWrapper ul li {
	list-style-type:square;
	list-style-position:inside;	
	padding:3px 0px;
	font-size: 18px;
	line-height: 24px;	
}
.contentWrapper .trenner {
	margin-top:30px;
}
.hiddenContentWrapper {
	position:relative;
	padding:0 20px;
	text-align:center;	
	max-width: 670px;
	width: 80%;	
	margin:0 4% 0 16%;
}
.hiddenContentWrapper h1 {
	color:#fff;
	font-family:"Brown-Regular";
	font-size: 130px;
	line-height: 120px;
	text-align:center;
	position:absolute;
	width:94%;
}
/* ------ Content END ------ */

/* ------ Newsletter Footer END ------ */
.nlWrapper {
	margin-left:240px;
}
.nlContent {
	position: relative;
	text-align: center;
	max-width: 670px;
	width: 80%;
	margin: 0px 4% 0px 16%;
	background:#e1d9d5;
	height:36px;
}
.nlContent label {
	float:left;
	width:30%;
	height:36px;
	line-height:36px;
}
.nlContent input {
	float:left;
	width:40%;
	height:36px;
	line-height:36px;
	background:#c7c0bd;
	padding:0 10px;
	font-size: 14px;	
	color:#000;
	text-decoration:underline;
	font-weight:700;
}
.nlContent button {
	float:left;
	width:30%;
	height:36px;
	line-height:36px;
	color:#000;
	background:#e1d9d5;	
	font-size:16px;		
	text-decoration:underline;
	text-transform:uppercase;
	cursor:pointer;
	outline:none;
}
.nlContent button:hover {
	background:#c7c0bd;
}
/* ------ Newsletter Footer END ------ */

/* ------ Form ------ */
#tableBookingForm {
	width:100%
}
#tableBookingForm ul {
	padding:0;
}
#tableBookingForm ul li {
	list-style-type:none;
	padding-left:10px;
	text-align:left;		
}
#tableBookingForm input {
	padding:10px;
	border:0;
	outline:0;
	font-size:17px;
	text-align:left;		
}
#tableBookingForm label {
	display:inline-block;
	margin-right:10px;
	font-weight:700;
}
.formWrapper {
	width:100%;
	margin:20px 0 20px 0;
}
.jts-wrapper {
	display: inline-block;
}
.formPeople,
.formTime,
.formDate,
.formRestaurant
{
	display:inline-block;
	margin:10px;
	text-align:left;
}
.formPeople .jts-wrapper,
.formPeople .jts-wrapper input {
	width:70px;
}
.formPeople .jts-wrapper input {
	background:#fff url(../img/sprite.png) 45px -118px; /* sprite.png */ 
	background-repeat:no-repeat !important;
}
.formRestaurant .jts-wrapper input {
	background:#fff url(../img/sprite.png) 125px -118px; /* sprite.png */ 
	background-repeat:no-repeat !important;
}
.formTime .jts-wrapper,
.formTime .jts-wrapper input {
	width:90px;
}
.formTime .jts-wrapper input {
	background:#fff url(../img/sprite.png) 65px -118px; /* sprite.png */ 
	background-repeat:no-repeat !important;
}
.formDate input {
	width:150px;
}
.formRestaurant .jts-wrapper,
.formRestaurant .jts-wrapper input {
	width:150px;
}
.nlSuccessMessage, .nlErrorMessage {
	display:none;
	padding-top:4px;
}
#tableBookingForm #requestSubmit {
	color:#000;
	background:transparent;
	cursor:pointer;
	outline:none;
	font-size:20px;
	text-decoration:underline;
}
/* ------ Form END ------ */

/* ------ BG Slideshow ------ */
.slides-navigation {
	z-index:110 !important;
}
.slides-navigation .prev {
	background:url(../img/slideshowLeft.png); /* slideshowLeft.png */
	width:22px;
	height:35px;
	display:block;
	text-indent:-9999px;
	z-index:200;
	right:0px !important;
	left:auto !important;
	top:50%;
	margin-top:-35px;
	border-bottom:1px solid #fff;
}
.slides-navigation .next {
	background:url(../img/slideshowRight.png); /* slideshowRight.png */
	width:22px;
	height:35px;
	display:block;
	text-indent:-9999px;
	z-index:200;
	right:0px !important;
	top:50%;
}
/* ------ BG Slideshow END ------ */

/* ------ Footer ------ */
#footer {
	text-align:center;
}
#footer, .sp {
	height: 145px;
}
.socialLinks {
	margin: 0 auto 5px auto;
}
.socialLinks a {
	width:16px;
	height:16px;
	margin:0 6px;
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
}
.socialLinks a.logo25h {
	height: 68px !important;
	width: 54px !important;
	background: url(../img/25hZurichLogo.png) 0px 0px no-repeat;
	margin-bottom:5px;
}
.langstrasse .socialLinks a.logo25h {
	height: 65px !important;
	width: 64px !important;
	background: url(../img/25h-Logo-langstrasse.png) 0px 0px no-repeat;
	margin-bottom:5px;
}
.socialLinks a.logoCinchonaBar {
	width: 90px;
	height: 62px;
	margin-bottom: 5px;
	margin-left: 6px;
}
.socialLinks a.logoCinchonaBar img {
	display:block;
	width:100%;
	height:auto;
}
.sLGooglePlus {
	background-position: top left;
}
.sLFacebook { 
	background-position: 0px 0px;
	width:56px !important;
}
.sLTwitter{
	background-position: -31px 0;
}
.sLInstagram {
	background-position: -48px 0;
}
.footerLinks a {
	color:#fff;
	font-size:15px;
}
/* ------ Footer END ------ */

@media screen and (min-width: 900px) and (max-width: 1100px){
	.contentWrapper,
	.hiddenContentWrapper,
	.nlContent {
		width: 84%;
		margin: 0px 4% 0px 12%;
	}	
	.contentWrapper,
	.hiddenContentWrapper {
		padding: 60px 20px 40px;
	}	
	.contentWrapper h1,
	.hiddenContentWrapper h1 {
		font-size: 70px;
		line-height: 60px;
	}	
}

@media screen and (min-width: 600px) and (max-width: 900px){
	.contentWrapper,
	.hiddenContentWrapper,
	.nlContent {
		width: 90%;
		margin: 0px 5%;
	}		
	.contentWrapper,
	.hiddenContentWrapper {
		padding: 50px 20px 30px;
	}		
	.contentWrapper h1,
	.hiddenContentWrapper h1 {
		font-size: 55px;
		line-height: 45px;
	}		
	.contentWrapper p {
		font-size: 20px;
		line-height: 28px;
	}		
}

@media screen and (min-width: 150px) and (max-width: 600px){
	#head, .langstrasse #head {
		background:transparent; 
		margin:auto;
		min-height:auto;
	}	
	#navigationToggle {
		display:block;
	}
	#navigationToggle img {
		width:40px;
		height:auto;
	}
	#navigationToggle {
		position:absolute;
		right: 20px;
		top: 15px;
		z-index:1000;
	}
	#navigation,
	#head .trenner,
	.openingHours,
	.sp,
	#footer {
		display:none;
	}
	.centerContent, .socialLinks {
		width:100% !important;
	}
	#col1, #col2, #col3 {
		width:100%;
		top:auto;
		left:auto;
		height:auto;	
		margin:0;
	}
	#claim {
		display:none;
	}
	#col1 {
		position:relative;
		width:70%;
		margin:0 auto;
	}
	#logoWrapper {
		margin:0 auto;
	}	
	#col2 {
		position:relative;
	}	
	.contentWrapper,
	.hiddenContentWrapper {
		position:relative !important;
		top:auto !important;
		left:auto !important;
		width:100%;
		margin:0 0 40px 0;
		padding: 40px 20px 40px;
	}
	.hiddenContentWrapper {
		margin:0;
		padding:0 20px;
	}	
	.contentWrapper h1 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: -15px;
	}
	.hiddenContentWrapper h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.contentWrapper p {
		font-size: 18px;
		line-height: 24px;
	}	
	.contentWrapper ul li {
		font-size: 16px;
		line-height: 20px;
	}	
	#navigation {
		margin-top:0px;
	}
	.socialLinks {
		padding:10px 15px !important;
		margin: 0px !important;
	}
	.eventsList {
		display:none;
	}
	.nlWrapper,
	.nlContent {
		margin: 0;
		width:100%;
	}	
	.slides-navigation {
		position: absolute !important;
		z-index: 160 !important;
		top: 120px !important;
		right: 0 !important;
		width: 100% !important;
		display: block !important;
		margin:0 !important;
	}
	.slides-navigation .prev {
		right:auto !important;
		left:10px !important;
		border:0 !important;
		margin:0 !important;
	}
	.slides-navigation .next {
		margin:0 !important;
		right:10px !important;
	}	
}

/* ########################## style langstrasse ######################## */

/*
color:#e56055 
*/


.langstrasse .introLoader {
	background:rgba(229,96,85,0.8) !important;
}

.frameLeft {
	width:50%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-size:cover;
	background-position:center center;
}
.frameRight {
	width:50%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	background-size:cover;
	display:block;
	background-position:center center;
}
.bgFrame {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	background-size:cover;
	display:block;
	background-position:center center;
}
.portal {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
.portalContentWrap {
	position:absolute;
	left:25%;
	top:0;
	width:50%;
	height:100%;
}
/*
.portalLink {
position:absolute;
top:50%;
color:#fff;
font-size:18px;
width:35%;
background:rgba(0,0,0,0.5);
padding:10px;
}
.portalLink span {
display:block;
}
.portalLink.left {
left:-37%;
text-align:right;
}
.portalLink.right {
right:-37%;
text-align:left;	
} 
*/
.portalLink span {
	white-space: nowrap;
}

.portalLink {
	position:relative;
	color:#fff;
	font-size:18px;
	width:48.5%;
	background:rgba(0,0,0,0.6);
	padding:10px 15px 12px 15px;
	display:block;
	margin-bottom:20px;
}
.portalLink.left {
	text-align:left;
	margin-right:1.5%;
	float:left;
}
.portalLink.right {	
	margin-left:1.5%;
	text-align:right;	
	float:right;	
} 
.portalLink .arrow {
	display: inline-block;
	font-style: normal;
	position: relative;
	top: 0;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;	
}
.portalLink .arrowRight {
	transform: rotate(45deg);
}
.portalLink .arrowLeft {
	top: -1px;
	transform: rotate(225deg);
}
.portalLink:hover {
	text-decoration:underline;
}
.logosWrap {
	width:100%;
}
.logoWrap {
	width:48%;
	height:94%;
	position:relative;
	font-family: "Archer A", "Archer B";
	color:#fff;
}
.logoWrap .trenner {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-11px;
}
.logoWrap .logoUnderline {
	position:absolute;
	top:41%;
	font-size: 15px;
	text-align:center;
	width:100%;
}
.portalContentWrap .logoWrap {
	background:rgba(224,97,82,0.8);
	width: 100%;
	height: auto;
	text-align:center;
	margin:100px 0 20px 0;
	padding:50px 0;
}
.logoWrap p {
	position:absolute;
	top:55%;
	text-align:center;
	width:100%;
}
.portalContentWrap .logoWrap img {
	position:relative;
	top: 15%;
	margin:0 auto;
	height:auto;
	width:80%;
	max-width:400px;
	display:inline-block;
}
.clear {
	clear:both;
}
.right.logoWrap {
	background:rgba(229,96,85, 0.8);
	float:right;
}
.left.logoWrap {
	background:rgba(231,32,92, 0.8);
	float:left;
}
.quickBookingWrap {
	background:rgba(0,0,0, 0.8);
	width:100%;
	min-height:310px;
	position:relative;
	padding:70px 30px;
}
.portalContentWrap .quickBookingWrap {
	background:rgba(224,97,82,0.8);
}
#showMap {
	position:absolute;
	bottom:20px;
	left:20px;
	color:#fff;
}
#portalGmap {
	width:100%;
	height:38%;
	display:none;
	background:#333;
}
.portal .quickBookingWrap {
	text-align:center;
}

.portal .quickBookingWrap label , .portal .quickBookingWrap p {
	color:#fff;
	display:block !important;
}
.portal .quickBookingWrap #requestSubmit {
	color:#fff !important;
}
.portal .formWrapper {
	margin:0;
}
@media screen and (max-width: 700px){
	.hiddenContentWrapper form {
		top:110px !important;
		margin-bottom: 50px !important;
	}
}
@media screen and (max-width: 600px){
	.quickBookingWrap {
		width:100% !important;
	}
	.portalContentWrap .logoWrap {
		margin: 0 0 20px 0;
		padding: 60px 0 20px 0;
	}
	.portalContentWrap .logoWrap img {
		width:50%;
	}
	.portalContentWrap {
		width:100%;
		left:0;
	}
	.portalLink {
		position:relative;
		top:0;
		width:100%;
		text-align:center;
		left:auto;
		right:auto;
	}	
	.portalLink.right,
	.portalLink.left {
		text-align:center;
		left:auto;
		right:auto;
		display:block;
		line-height:40px;
	}	
	.portal .quickBookingWrap {
		/* margin-top:20px;*/
	}
	#head {
		height:auto !important;
	}		
	#tableBookingForm #requestSubmit {
		white-space: inherit;
		text-align: center;
	}	
}
.languageLinks {
	position:absolute;
	top:15px;
	right:15px;
	z-index:1000;
}
.languageLinks * {
	color:#fff;
}
.languageLinks a {
	margin-right:10px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}