@charset "UTF-8";
/*
Theme Name: Gasthof Traube, Grossaffoltern
Version: 1.0
Author: Thomas Marti
Description: Theme für Gasthof Traube
*/

/*==========  Bootstrap overrides  ==========*/
.page-header {
	padding: 0;
	margin: 0;
	border: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav > .active > a {
	background-color: transparent;
	text-decoration: inherit;
}
.navbar-default .navbar-nav > li > a, .nav > li > a {
	color: #000;
	padding: 0;
	display: inherit;
}
.navbar-nav, .navbar-nav > li {
	float: none;
}
.navbar-default {
	border: none;
	background-color: inherit;
}
.navbar-collapse {
	border: none;
	background-color: inherit;
	padding: 0;
}
.container-fluid {
	padding: 0;
}
.navbar {
	margin-bottom: 0px;
}

/*==========  site rules  ==========*/
html, body {
	font: 100% "rooney-web", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 1em;
	background: #ece8f1;
	text-align: left;
	color: #000;
}
a ,a:hover, .nav > li.current-menu-item > a{
    color: #562772;
    text-decoration: none;
}
a:hover,.nav > li.current-menu-item > a{
	font-weight: 800;
}
li > a {
	color: inherit;
	text-transform: uppercase;
}
div#container {
	height: auto !important;
	min-height: 100%;
	margin: 0px auto;
	text-align: left;
	position: relative;
	width: 940px;
	padding: 0;
}
div#bgTop {
	position: absolute;
	width: 100%;
	height: 264px;
	background-color: #fff;
	border-top: solid 35px #562772;
}
div#navMetaWrapper {
	height: 35px;
}
div#header {
	position: relative;
	padding-top: 30px;
	height: 230px;
	background-color: transparent;
}
div#logoWrapper {
	padding: 10px 0px 20px 0px;
}
div#mainContent {
	min-height: 800px;
	padding: 0px 0px 100px 0px;
	line-height: 1.5em;
	margin-top: -24px;
	background-image:url('./images/traube_transparent.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 500px auto;
}
ul#navMeta {
	list-style-type: none;
	margin: 0;
}
ul#navMeta {
	height: 100%;
	float: right;
}
ul#navMeta > li {
	height: 100%;
	float: left;
	padding: 0 0 0 1.4em;
}
ul#navMeta > li:first-child {
	padding: 0;
}
ul#navMeta > li > a {
	color: #fff;
	line-height: 30px;
	font-size: 0.75em;
}
ul#navMeta > li > a:hover {
	font-weight: 500;
	color: #000;
}
div#navTopWrapper {
	margin: 0 auto;
}
ul#navTop {
	position: relative;
	text-align: justify;
	height: 25px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 40px;
}
ul#navTop::after {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 0;
	line-height: 0;
	content: '';
}
ul#navTop > li {
	display: inline-block;
}
ul#navTop > li > a:hover {
	color: #562772;
}
img#logo {
	width: 23.625em;
}
div#introWrapper {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
div#introWrapper div {
	display: table-cell;
}
div#introWrapper div:last-child {
	text-align:right;
}
div#introWrapper img.li-re {
	width: 97.5%;
}
div#introWrapper > img {
	width: 100%;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin-left: 0px;
	}
	div#container {
		width: auto;
		margin: 0px 10px;
	}
	div#navTopWrapper {
		width: auto;
		margin: 0 auto;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	body {
		font-size: 90%;
	}
	div#bgTop {
		height: 185px;
	}
	div#mainContent {
		min-height: 200px;
		margin: 20px 0px 0px 0px;
		background-size: 300px auto;
	}
	div#logoWrapper {
		padding: 0px;
	}
	ul#navTop {
    	height: auto;
    	margin-bottom: 0px;
	}
	ul#navTop > li {
		display: block;
	}
	ul#navTop > li > a{
		line-height: 2em;
	}
	.navbar {
		margin-top: -50px;
	}
	.navbar-nav {
	    margin: 0px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	body {
		font-size: 60%;
	}
	div#bgTop {
		height: 140px;
	}
	div#mainContent {
		min-height: 120px;
		background-size: 200px auto;
	}
	ul#navMeta > li {
	    padding: 0 0 0 1em;
	}
	ul#navMeta > li > a {
	    font-size: 1.25em;
	}
	img#intro {
		margin-bottom: 10px;
	}
}

/* Custom, iPhone Retina
 @media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
 */
@media only screen and (max-width: 320px) {
	body {
		
	}
	div#mainContent {
		min-height: 100px;
	}
}