/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

/* @group CSS Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity. */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly. */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin. Define those yourself. */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* Always force a scrollbar in non-IE: */
html { overflow-y: scroll; }


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists. */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements. */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements. */
button, input, select, textarea { margin: 0; }

/* Colors for form validity. */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
      border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection{ background: #B39B5A; color:#fff; text-shadow: none; }
::selection { background: #B39B5A; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #B39B5A; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* @end */

/* @group Main */
/**
 * Primary styles.
 *
 * Author: Alexei Matveev
 */

a {
	color: #B39B5A;
	text-decoration: underline;
}
a:visited {
	color: #B39B5A;
}
a:hover {
	color: #B39B5A;
	text-decoration: underline;
}
#main {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#sidebar {
	height: 100%;
	position: fixed;
	padding-top: 0px;
	padding-left: 0px;	
	width: 230px;
	z-index: 1000;
}
.ie7 #sidebar {
	left: 0px;
}

#sidebar ul {
	border-bottom: 1px solid #B39B5A;
	clear: both;
	float: left;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 150px;
}
#sidebar ul.nav-stiftung {
	border-bottom: 1px solid #B39B5A;
}
#logo {
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	margin: 25px 0px 20px 0px;
	width: 170px;
	height: 80px;
	float: left;
	background: transparent url('/images/logo.png') 0px 0px no-repeat;
}
#logo.active,
#logo:hover {
	background-position: 0px -80px;
}

#logo.gold {
	background-position: 0px -160px;
}
#logo.gold:hover {
	background-position: 0px -240px;	
}
/* @group Search */

#search {
	display: none;
	float: right;
	margin: 25px 25px 25px 200px;
	position: fixed;
	right: 0px;
	width: 760px;
	z-index: 1000;
}

#search input {
	border: 1px solid #ccc;
	float: right;
	margin-right: 25px;
	padding: 0px 10px;
	opacity: 0.8;
}

#search input:hover {
	opacity: 1;
}

#search input:focus {
	opacity: 1;
}
/* @end */

/* @group Navigation */
#navigation a {
	text-decoration: none;
}
#navigation li {
	clear: both;
	color: #B39B5A;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #B39B5A;
} 
#navigation li.current + li:hover,
#navigation li:hover + li.current {
	border-top: 1px solid white;
}
#navigation ul li.current + li:hover,
#navigation ul li:hover + li.current {
	border-top: 1px solid #827049;
}
#navigation li.current.expanded + li:hover {
	border-top: 1px solid #B39B5A;
}
#navigation .current ul {
	border: none;
	clear: both;
}
#navigation .current li {
	margin-top: 1px;
}

#navigation a {	
	background-color: white;
	clear: both;
	display: block;
	text-indent: 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
#navigation .current a {
	background-color: #B39B5A;
	color: white;
}
#navigation ul {
	display: none;
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-overflow: ellipsis;
	margin-bottom: 1px;
	width: 160px;

}
#navigatiob ul li a {
	padding-right: 30px;
}
#navigation .expanded ul {
	display: block;
	background-color: white;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 0px;
	border-bottom: 1px solid white;
}

#navigation .current li:first-child {
	border-top: none;
}
#navigation .current a:visited {
	color: white;	
}
#navigation a:visited {
	color: #B39B5A;	
}
#navigation a:hover {
	color: white;
	background-color: #B39B5A;
	text-decoration: none;
}
#navigation .current ul .current a,
#navigation .current ul a:hover {
	background-color: #827049;
}
#navigation .expanded .current {
	border-top: 1px solid #827049;
}
#navigation.nav-stiftung a {
	color: #B39B5A;
}
#navigation.nav-stiftung .current a {
	background-color: #B39B5A;
	color: white;
}
#navigation.nav-stiftung li {
	color: #B39B5A;
	border-top: 1px solid #B39B5A;
}
#navigation.nav-stiftung li.current.expanded + li:hover {
	border-top: 1px solid #B39B5A;
	
}

#navigation.nav-stiftung a:hover {
	color: white;
	background-color: #B39B5A;
	text-decoration: none;
}






/* @end */

/* @group General Styles */
.section {
	clear: both;
	float: left;
/*	margin-left: 30px;
	margin-right: 50px;
	width: 880px; */
	margin: 0px 0px;
	width: 960px;
	position: relative;
	display: none;
	z-index: 1;
}
.section.current {
	display: block;
}
.galleryWrapper {
	background: white;
	width: 960px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.galleryWrapper .image {
	position: absolute;
}

.galleryWrapper .imageSecondary {
	position: absolute;
}

.galleryWrapper .thumbnail {
	display: block;
	cursor: pointer;
}
.galleryWrapper .info {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;	
	opacity: 0;
	-moz-transition: opacity .5s linear, visibility .1s linear .1s;
	-webkit-transition: opacity .5s linear, visibility .1s linear 1s;
	-o-transition: opacity .5s linear, visibility .1s linear .5s;
	transition: opacity .5s linear, visibility .1s linear .5s;
	visibility: hidden;
}
.galleryWrapper .info span {
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}
.galleryWrapper .image:hover .info {
	display: block;
	opacity: 1;
    -o-transition: opacity .7s; 
    -moz-transition: opacity .7s;
	-webkit-transition: opacity .7s linear, visibility 0s linear 0s;
	visibility: visible;
	
}
.article {
	float: left;
	width: 500px;
}
.article .title {
	margin-top: 25px;
	margin-left: 25px;
}
.article .body {
	margin-left: 25px;
	margin-top: 0px;
}
.article .body p {
	margin-top: 10px;
	line-height: 20px;
}
.article .links a {
	display: block;
}
.article .links {
	margin-left: 25px;
	margin-top: 27px;
	margin-bottom: 25px;
}
.typeOne .article {
	background: white;
	margin: 0px;
	position: relative;
	width: 400px;
	z-index: 3;
}
.typeOne .article .title,
.typeOne .article .body {
	width: 350px;
	float: left;
}
.typeOne .article .body {
	padding-bottom: 10px;
}
.typeOne .article .body p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.typeOne .article .title {
	margin-bottom: 25px;
}
.typeOne .gallery {
	float: left;
	width: 350px;
	margin-left: 50px;
	margin-top: 0px;
}
.typeOne .header {
	color: #B39B5A;
}
.typeOne .article .partner {
	width: 50%;
	float: left;
}
.typeOne .article .links {
	clear: both;
	margin-left: 0px;
}
.typeOne li {
	line-height: 18px;
	margin-bottom: 10px;
}
/* @end */

/* @group Section */
.sectiontitle {
	margin-left: 180px;
	margin-bottom: 40px;
	margin-top: 0px;
}

.sectiontitle h1 {
	color:  #B39B5A;
	line-height: 56px;
}
 .article .expandable .toggleBlock {
	display: block;
}
.article .expandable .excerpt p
{
	display: block;
}
/*
.article .expandable.expanded .expandlink {
	display: none;
}
*/
.article .body .isbn {
	margin-top: 0px;
}
.article .numeric {
	letter-spacing: 0px;
}
.article .body .price {
	margin-top: 13px;
}
.section.children {
	margin-top: 130px;
}
/* @end */
/* @group Impressum */
.impressum {
	clear: both;
	display: block;
	float: left;
	width: 960px;
}
.impressum .body {
	float: left;
	margin: 0px 0px 0px 210px !important;
	width: 750px;
}
.impressum .excerpt a {
	margin-left: 20px;
}
.impressum .expanded .expandlink {
	display: block !important;
}
.impressum .excerpt p {
	width: 600px;	
}
.impressum .toggleBlock {
	clear: both;
}
.impressum .excerpt {
	float: right;
	margin: 0px 0px 9px 0px;
	width: 656px;
	text-align: right;
}
.impressum img {
	margin-right: 5px;
	margin-top: 5px;
}
.impressum .expanded .policy {
	padding-top: 90px;
	margin-bottom: 50px;
}
/* @end */

.datelink,
#impressumlink {
	color: black !important;
}
/* @end */

/* @group Typography */
.superheader,
.subheader {
	font-size: 28px;
	line-height: 28px;
}
.header {
	font-size: 56px;
	line-height: 48px;
}
.navigationtext,
.inputtext {
	font-size: 13px;
	line-height: 28px;

}
.selectortext {
	font-size: 14px;
	border: 1px solid #B30838;
	margin-bottom: 10px;
	margin-left: -5px;
	padding: 5px;
}
.date,
.info span,
.lesetext,
.links {
	/* auch concept title h4 */
	font-size: 13px;
}
.date {
	line-height: 18px;
}
.links {
	line-height: 24px;
}
.lesetext {
	line-height: 28px;
}
.info span {
	line-height: 124.9%;
}
.address a,
.address {
	line-height: 18px;
}
.address h3 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 300;
}
.address th {
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
}
.address td:last-child {
	font-size: 18px;
	font-weight: 300 !important;
	font-style: normal;
	line-height: 24px;
}
.uppercase {
	text-transform: uppercase;
}


/* Schnitte */
.selectortext,
.date,
.info span,
.lesetext,
.links {
	font-style: normal;
	font-weight: 200;
}
.header,
.subheader,
.superheader,
.address h3 {
	font-style: normal;
	font-weight: 300;	
}

/* Typekit */
.lesetext,
body {
	font-family: "proxima-nova"; /* 100, 300, 400, 600, 700, 800, 900 */
}
body,
.selectortext,
.date,
.info span,
.lesetext,
.address td,
.links {
	font-style: normal !important;
	font-weight: 400 !important;
}
.header,
.superheader,
.subheader {
	font-style: normal !important;
	font-weight: 100 !important;	
}
.address th,
.address td:last-child,
.accordion h3,
.address h3 {
	font-weight: 300;
}

body {
	color: black;
}
/* Laufweite */
.navigationtext,
.inputtext,
.uppercase {
	letter-spacing: 0px;
}


/*
#debug {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 200px;
	background: #efef99;
}


a.section-start,
a.section-end,
a.navigation-anchor {
	position: relative;
	background: transparent;
	width: 1px;
	height: 1px;
	display: block;
	margin-left: -30px;
	border-color: transparent transparent transparent #000000;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	z-index: 3000;
}
a.section-start {
	border-color: transparent transparent transparent #009900;
}
a.section-end {
	border-color: transparent #990000 transparent transparent;
}
*/
/* @end */

/* @group Utilites */
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement. */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Hide visually and from screenreaders, but maintain layout. */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
/* @end */

/* @group Media Queries */
/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here. */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here. */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you:
     j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/* @end */

/* @group Print Styles */
/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links. */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
/* @end */


.rent {
	clear: both;
	float: left;
	margin-left: 185px;
	margin-top: 180px;
	margin-right: 150px;
	position: relative;
	width: 775px;	
}
.rent .gallery {
	position: absolute;
	right: 0px;
}
.rent .gallery .info {
	width: 205px;
}
.rent .article {
	float: left;
	padding: 0px 25px;
	position: relative;
	width: 350px;
	z-index: 1;
}
.rent .title {
	background-color: transparent;
	margin-left: 0px;
	width: 400px;
}
.rent .body,
.rent .links {
	background-color: transparent;
	margin-left: 0px;
	width: 350px;
}
.rent .title {
	margin-top: 0px;
}
.rent .title h2 {
	color:  #b20932;
}
.rent ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.rent ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 24px;
}
.address td {
	vertical-align: baseline;
	padding-bottom: 7px;
}
.press {
	clear: both;
	float: left;
	margin-left: 160px;
	margin-top: 180px;
	margin-right: 250px;
	position: relative;
	width: 550px;
}
.press .title .header {
	color: #b20932;
}
.press .links {
	margin-left: 0px;
	margin-bottom: 15px;
}
.address {
/*	width: 350px; */
	text-align: left;
}
.address th {
	padding-bottom: 5px;
	text-align: left;
}
.address td {
	padding-right: 10px;
}
.press .address th p{
	font-size: 18px;
	line-height: 24px;
}
.stiftung {
	background: white url('/images/stiftung/stiftung.jpg') no-repeat;
	clear: both;
	display: block;
	float: left;
	margin-top: 230px;
	min-height: 641px;
	width: 960px;
}
.stiftung .content {
	color: #B39B5A;
	clear: both;
	float: left;
	margin-left: 460px;
	margin-right: 150px;
	position: relative;
	width: 350px;	
}
.stiftung .content a {
	color: #B39B5A !important;
} 
.stiftung .title h3 {
	margin-top: 0px;
	font-size: 13px;
	margin-left: -7px;
}
.stiftung .lesetext {
	margin-top: 20px;
	margin-bottom: 20px;
}
.stiftung .lesetext p {
	line-height: 18px;
	margin-bottom: 10px;
}
.impressum {
	clear: both;
	display: block;
	float: left;
	width: 960px;
}
.impressum .body {
	float: left;
	margin: 0px 0px 0px 210px !important;
	width: 750px;
}
.impressum .excerpt a {
	margin-left: 20px;
}
.impressum .expanded .expandlink {
	display: block !important;
}
.impressum .excerpt p {
	width: 600px;	
}
.impressum .toggleBlock {
	clear: both;
}
.impressum .excerpt {
	float: right;
	margin: 0px 0px 9px 0px;
	width: 656px;
	text-align: right;
}
.impressum img {
	margin-right: 5px;
	margin-top: 5px;
}
.impressum .expanded .policy {
	padding-top: 90px;
	margin-bottom: 50px;
}

.datelink,
#impressumlink {
	color: black !important;
}
/* @end */

/* @group Typography */
.children .sectiontitle .header,
.subheader {
	font-size: 28px;
	line-height: 28px;
}
.group-subheader {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px !important;
 }
 .group .title + .title {
 	margin-top: 20px;
	border-style:dotted;
	border-top-color:lightgrey;
	border-top-width:1px;
	padding-top:10px;
	
	margin-bottom:10px;


 }
.header {
	font-size: 56px;
	line-height: 47px;
}

.header {
	font-size: 56px;
	line-height: 47px;
}

#Carlo_und_Karin_Giersch_Stiftung .header {	
	font-size: 40px;
	line-height: 35px;
}


#band a,
.navigationtext,
.inputtext {
	font-size: 13px;
	line-height: 28px;

}
.children .accordion .title .subheader {
	font-size: 13px;
	line-height: 24px;
}
.selectortext {
	font-size: 14px;
	border: 1px solid #B30838;
	margin-bottom: 10px;
	margin-left: -5px;
	padding: 5px;
}
.event-bubble,
.day_names th,
.date,
.info span,
.lesetext,
.links {
	/* auch concept title h4 */
	font-size: 13px;
}
.event-bubble,
.date {
	line-height: 18px;
}
.links {
	line-height: 24px;
}
.lesetext,
.day_names th {
	line-height: 28px;
}
.info span {
	line-height: 124.9%;
}
.address a,
.address {
	line-height: 18px;
}
.besucherinfos span.large,
.besucherinfos .accordion h3,
.address h3 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 300;
}

.address th {
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
}
.address td:last-child {
	font-size: 18px;
	font-weight: 300 !important;
	font-style: normal;
	line-height: 24px;
}
.uppercase {
	text-transform: uppercase;
}













@media only screen and (min-width: 631px) {
    /* desktop */
	#mobileMenu {
	display: none;
	pointer-events:none;
	}
	
	.section {
	margin-left:0px;
		}

}





@media only screen and (max-width: 630px) {
    /* phones */
	.section {
	margin-left:0px;
		}

	#mobileMenu {
	display: block;
	pointer-events:auto;
	}


/* MOBILE MOBILE MOBILE*/

body {
	width:100%;

overflow:hidden;
    font-size:  52px  !important;
}




#logo {
display:none;
}

#navigation {
overflow: hidden;
}

#sidebar {
	width:100%;

position:relative;
}

#sidebar ul {
	width:100%!important;
margin: 0px 0px 0px 0px !important;
}

#navigation .expanded ul {
margin-left: 20px !important;
}



#navigation a {

width: 100% !important;

}


.article {
left:0px !important;
top:0px !important;
margin-top: 0px !important;
margin-left: -10px !important;

}

.event-bubble, .day_names th, .date, .info span, .lesetext, .links {
font-size: 18px !important;

}

.article .body p {
	line-height: 23px !important;

}

.image {
left:10px !important;
top:10px !important;
width:360px !important;
overflow: hidden;
}


.imageSecondary {
left:10px !important;
top:0px !important;
opacity:0;
}

.galleryWrapper .image {
position: relative !important;
}

#impressumlink{
display:none;
}

#mobileMenu{
top: 10px;	
width: 100%;
height: 70px;
background:#B39B5A;
}

#mobileMenuButton{
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
width: 36px;
z-index: 1010;
}

}









@media only screen and (max-device-width: 630px) {
    /* phones */
	.section {
	margin-left:0px;
		}

	#mobileMenu {
	display: block;
	pointer-events:auto;
	}


/* MOBILE MOBILE MOBILE*/

body {
	width:100%;

overflow:hidden;
    font-size:  52px  !important;
}




#logo {
display:none;
}

#navigation {
overflow: hidden;
}

#sidebar {
	width:100%;

position:relative;
}

#sidebar ul {
	width:100%!important;
margin: 0px 0px 0px 0px !important;
}

#navigation .expanded ul {
margin-left: 20px !important;
}



#navigation a {

width: 100% !important;

}


.article {
left:0px !important;
top:0px !important;
margin-top: 0px !important;
margin-left: -10px !important;

}

.event-bubble, .day_names th, .date, .info span, .lesetext, .links {
font-size: 18px !important;

}

.article .body p {
	line-height: 23px !important;

}

.image {
left:10px !important;
top:10px !important;
width:360px !important;
overflow: hidden;
}


.imageSecondary {
left:10px !important;
top:0px !important;
opacity:0;
}

.galleryWrapper .image {
position: relative !important;
}

#impressumlink{
display:none;
}

#mobileMenu{
top: 10px;	
width: 100%;
height: 70px;
background:#B39B5A;
}

#mobileMenuButton{
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
width: 36px;
z-index: 1010;
}

}