/* Import font */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html, body {
	margin:0px;
	padding:0px;
	font-family:Montserrat, Arial;
	min-width:600px;
	color:white;
	max-height:100%;
	background-attachment:fixed;
	position:relative;
	min-width:700px;
	/*padding-bottom:80px;*/
	/*border:1px solid red;*/
	overflow:hidden !important;
	height:100%;
}

.clear {
	clear:both;
}

/* Pages */

h1 {
	text-align:center;
	font-size:20px;
	color:#403a3a;
	font-weight:400;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:40px;
	margin-top:5px;
	display:block;
}

a img {
	border:0px;
}

.pages {
}

.page {
	height:100%;
	width:100%;
	position:absolute;
}

.page .data {
	display:none;
}

.page.main {
	/*background-image:url(img/bg_tmp.jpg);*/
	background-image:url(img/bg_main.jpg);
	background-size: cover;
	z-index:999;
}

.page.speisekarte {
	top:100%;
	background-image:url(img/bg_speisekarte.jpg);
	background-size: cover;
}

.page.acai {
	top:100%;
	background-image:url(img/bg_acai.jpg);
	background-size: cover;
}

.page.location {
	top:100%;
	background-image:url(img/bg_location.jpg);
	background-size: cover;
}

.page.cafe {
	top:100%;
	background-image:url(img/bg_cafe.jpg);
	background-size: cover;
}

.page.impressum {
	top:100%;
	background-image:url(img/bg_impressum.jpg);
	background-size: cover;
}

.page.kontakt {
	top:100%;
	background-image:url(img/bg_kontakt.jpg);
	background-size: cover;
}

.page.presse {
	top:100%;
	background-image:url(img/bg_presse.jpg);
	background-size: cover;
}

.content {
	position:absolute;
	top:-200%;
	left:0;
	right:0;
	bottom:0;
	background-color:#ebe3d6;
	background-color:#e5ddd3;
	width:580px;
	padding-top:10px;
	height:380px;
	z-index:10000;
	color:black;
	margin:auto;
	margin-top:140px;
}

.content .cup {
	position:absolute;
	height:40px;
	width:40px;
	background-image:url(img/content_cup.png);
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	margin-top:-10px;
	z-index:10001;
}

.content .next {
	position:absolute;
	height:40px;
	width:40px;
	background-image:url(img/content_next.png);
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	margin-bottom:-10px;
	cursor:pointer;
	z-index:10001;
}

.content .border {
	position:relative;
	border:1px solid #ccc;
	margin:10px;
	margin-top:5px;
	margin-left:14px;
	margin-right:14px;
	padding:30px;
	height:340px;
	overflow:scroll;
	color:#403a3a;
	line-height:23px;
	font-size:14px;
	color:#403a3a !important;
}

#logo {
	position:absolute;
	width:100%;
	margin-top:10px;
	height:100px;
	background-image:url(img/logo_bar.fw.png);
	background-repeat:repeat-x;
	background-position: center center;
	z-index:10000;
}

#logo img {
	position:absolute;
	width:100px;
	height:100px;
	left:50%;
	margin-left:-50px;
}

#bar_bottom {
	position:absolute;
	height:68px;
	background-image:url(img/bar_bottom.fw.png);
	bottom:0px;
	width:100%;
	background-repeat: repeat-x;
	line-height:68px;
	text-align:center;
	text-transform: uppercase;
	color:white;
	font-size:12px;
	word-spacing:3em;
	z-index:100000;
}

#bar_bottom a {
	word-spacing:normal;
	color:white;
	text-decoration:none;
	text-shadow:0px 0px 4px #111;
}

#bar_bottom a:hover {
	text-decoration:underline;
}

/* Main site */

.content-main {
	position:absolute;
	top:130px;
	width:100%;
	z-index:10000;
}

.content-main .social-media {
	text-align:center;
}

.content-main img.logo {
	display:block;
	position:relative;
	margin:auto;
	max-width:550px;
	width:80%;
}

.content-main div.info {
	padding-top:20px;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	line-height:26px;
	text-shadow:0px 0px 4px black;
	font-size:18px;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
}

.content-main div.info .advice {
	background: rgba(255,255,255,0.5);
	width:500px;
	position:relative;
	left:50%;
	margin-left:-250px;
	color:black;
	font-size:12px;
	text-transform: uppercase;
	color:#632f53;
	text-shadow:none;
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:8px;
}

.content-main div.info a {
	color:white;
}

/* Navigation */

#nav {
	position: absolute;
	width:100%;
	z-index:10000;
	height:60px;
	top:30px;
}

#nav ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
	text-align:center;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	line-height:60px;
}

#nav ul li {
	display:inline-block;
	border:0px solid red;
	padding:0px;
	position: relative;
	padding-left:15px;
	padding-right:15px;
}

#nav ul li.center {
	width:100px;
	padding:0px;
}

#nav ul li.center .placeholder {
	display:block;
	position:absolute;
	border:0px solid green;
	height:100px;
	width:100%;
	margin-top:-55px;
}

#nav ul li a {
	color:white;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	text-shadow:0px 0px 5px black;
	font-size:16px;
}

#nav ul li a:hover {
	text-decoration:underline;
}

/* Speisekarte */

.speisekarte-table {
	border:0px solid red !important;
	font-family: Arial;
	font-size:15px;
}

.speisekarte-table tr td {
	vertical-align: top;
	padding:5px;
}

.speisekarte-table .title {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
	margin-top:10px;
}

.speisekarte-table .annotation {
	font-size:11px;
	margin-top:3px;
	line-height:17px;
	color:#888;
	text-transform: uppercase;
}

.speisekarte-table .item {
	margin-top:10px;
}

.speisekarte-table span.vol {
	font-size:10px;
	padding-left:12px;
}

/* Map */

.page.location .map {
	height:100%;
	width:100%;
	position:absolute;
	border:0px solid red;
}

/* Contact form */

.kontakt-form {
	margin-top:-20px;
}

.kontakt-form input[type=text] {
	height:30px;
	background-color:#bfbbb3;
	border:0px;
	/*width:450px;*/
	width:100%;
	margin:0px;
	color:black;
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    font-size:12px;
}

.kontakt-form .phone {
	width:232px !important;
	float:right;
}

.kontakt-form .email {
	width:232px !important;
	float:left;
}

.kontakt-form textarea {
	background-color:#bfbbb3;
	border:0px;
	margin:0px;
	padding:15px;
	padding-top:13px;
	padding-bottom:13px;
	width:100%;
	height:100px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    font-family:Arial;
    font-size:12px;
}

.kontakt-form input[type=submit] {
	background-color:#632f53;
	text-transform:uppercase;
	border:0px;
	padding-left:20px;
	padding-right:20px;
	height:35px;
	color:white;
	margin:0px;
	cursor:pointer;
	float:right;
	margin-top:8px;
	font-size:12px;
}

.kontakt-form input[type=submit]:hover {
	background-color:#3c1d32;
}

*::-webkit-input-placeholder {
    color: #666;
}    
*:-moz-placeholder {
    /* FF 4-18 */
    color: #666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #666;
}    
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}


.impressum-title {
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
}
