Html {
	overflow: visible;
}
Body {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.Header {
	width: 100%;
	height: auto;
	left: 0px;
	margin: 0px;
}

.Header .Logo {
	position: relative;
	z-index: 5000;
	top: 0px;
	left: 0px;
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 15px 0px 15px 15px;
	text-align: center;
}
.Header .Logo img {
	width: 150px;
	height: auto;
}

.Header .NavigationToggle {
	display: block;
	position: relative;
	z-index: 5000;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	background-color: #5e2310;
	text-align: left;

	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	letter-spacing: 2px;
	line-height: 37px;
}

.Header .NavigationToggle .PullRight {
	margin-right: 10px;
	margin-top: 15px;
	border-top: 6px solid #FFFFFF;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	float: right !important;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-bottom: 0 dotted;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 20px;
}

.Header .Navigation {
	z-index: 5001;
	position: relative;
	top: 0px;
	right: initial;
	left: 0px;
	width: auto;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px;
	background: transparent url(images/layout/bg_content.jpg) repeat center;
}

.Header .Navigation li {
	position: relative;
	display: block;
	float: none;
	margin: 0px; 
	background: transparent url(images/layout/bg_mainmenu.png) no-repeat 50% 35px;
}

a.Mainmenu,
a.MainmenuActive {
	width: auto;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	background: none;
}
a.Mainmenu:hover,
a.MainmenuActive:hover {
	background: none;
}
a.MainmenuActive {
	font-weight: bold;
}

.Header .Navigation li .MainmenuSubContainer {
	display: block;
	position: relative;
	padding: 0px 0px 15px 0px;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: auto;
	background: none;
	
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.Header .Navigation li .MainmenuSubContainer ul {
	padding: 0px;
	background: none;
}

.Header .Navigation li .MainmenuSubContainer ul li {
	background: none;
}

.Header .Navigation .MainmenuSubContainer .MainmenuSubGlue {
	margin: 0px 0px 0px 30px;
}
.Header .Navigation .MainmenuSubContainer .MainmenuSub,
.Header .Navigation .MainmenuSubContainer .MainmenuSubActive {
	padding: 3px 30px;
	font-size: 16px;
}
a.MainmenuSubActive {
	font-weight: bold;
}

.Title {
	width: auto;
	height: auto;
	left: 0px;
	z-index: 900;
	margin: 10px;
	background: none;
}

.Title .Container {
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	margin: 0px;
	background: none;
}

.Title .Slideshow,
.Title .BrewingProcess {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.Title .Info {
  position: relative;
  overflow: visible;
  top: 0px;
  left: 0px;
  right: initial;
  width: auto;
  height: auto;
  margin: 10px 0px 0px 0px;
  padding: 10px 20px;
}
 
.SiteTitle {
	position: relative;
	width: auto;
	margin: 0px 0px 15px 0px;
}
 
.SiteText {
	position: relative;
	width: auto;
	margin: 0px;
}

.Container {
	width: auto;
	left: 0px;
	margin: 30px 10px 30px 10px;
}

.Registers {
  float: none;
  top: 0px;
  left: 0px;
  width: auto;
  margin: 0px;
}
.Register, .RegisterActive {
  float: none;
  margin: 0px 0px 5px 0px;
  background: transparent url(images/layout/bg_register.jpg) repeat top left;
}
  
.ContentBackgroundBottom {
	float: none;
	top: 0px;
	left: 0px;
	width: auto;
	padding: 0px;
	background: none;
}

.ContentBackgroundTop,
.ContentBackgroundMiddle {
	width: auto;
	padding: 0px;
	background: none;
}

.ContentText {
	padding: 20px;
}

.ContainerHighlights {
  float: none;
  left: 0px;
  width: auto;
  padding: 5px 0px 0px 5px;
  margin: 0px 0px 30px 0px;
}

.NewsBackground {
	display: none;
}

.Info.Empty {
	display: none;
}

.ContainerMap {
	width: auto;
}

.Titel {
	font-size: 20px;
}

.Untertitel {
	font-size: 16px;
}

.ImageLeft {
	display: block;
	float: none;
	width: auto;
	margin: 0px 0px 10px 0px;
}

.ImageLeft img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	max-height: none;
}

.TextRight {
	display: block;
	float: none;
	width: auto;
}

.Footer {
	position: relative;
	width: auto;
	height: auto;
	background: #5e2310 url(images/layout/bg_footer.png) repeat-x center top;
	text-align: center;
	padding: 9px 20px 5px 20px;
}

.Footer .Navigation {
	position: relative;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	margin: 0px;
}

.Footer .Navigation ul {
	text-align: center;
}

.Footer .Navigation li {
  display: inline-block;
  float: none;
  margin: 0px 10px;
}

.Footer .Emblem {
	display: none;
}

A.Othermenu,
A.OthermenuActive {
	line-height: 24px;
}

.Footer .ClassicWebsite {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.Glider {
	padding: 0px;
	margin: 0px;
	width: auto;
	height: 270px;
}

#GliderContainer {
	width: 100%;
	height: 270px;
	margin: 0px;
}

.GliderBackground {
	width: 100%;
	height: 100%;
}

.GliderItem {
	width: 100%;
	height: 100%;
}

.GliderContent {
	left: 20px;
	bottom: 20px;
	right: 20px;
	width: auto;
	max-width: 100%;
}

.GliderTitle {
	font-size: 18px;
	line-height: 24px;
}

#GliderNext,
#GliderPrevious {
	top: initial;
	bottom: 10px;
	width: 50px;
	height: 40px;
	margin-left: -10px;
	background-size: cover;
}

#GliderNext {
	margin-left: 0px;
	margin-right: -10px;
}

#GliderBullets {
	top: 10px;
	right: 10px;
}

#GliderContainer .TitleLine,
#GliderContainer .Textnormal {
	display: none;
}
#GliderContainer .Mehr {
	float: right;
}

.Title .Slideshow {
	height: 270px;
}

.Title .BrewingProcess {
	display: none;
}

.Title .Bookinginfo {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: auto;
	height: auto;
	padding: 5px 0px 20px 20px;
}

.Title .Bookinginfo .Headline {
	float: none;
	margin: 0px;
}

.slideshow-images img {
    height: auto !important;
    width: 100% !important;
	left: 0px !important;
}

.TodayOpened, .TodayClosed {
	width: 150px;
    height: 80px;
    top: 0px;
    right: 10px;
    left: initial;
    background-size: contain;
    background-position: top center;
}