/*
 * csstidy main.css --template=highest main.min.css
 * PNGs optimieren: cd img/css;optipng -keep -fix -force *.png;pngquant --ext _pngquant.png *.png;optipng -keep -fix -force *_pngquant.png => dann kleinste auswählen
 *
 * Testen:
 * http://cleancss.com/?lang=de
 *
 */

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html,body {
    font-size: 0.9em;
    line-height: 1.4;
	width : 100%;
	height : 100%;
	min-width: 800px;
	min-height: 600px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 3;
	hyphenate-limit-lines: 2;
}

::selection,::-moz-selection {
/* 	background: #b3d4fc; */
	background: #ccc;
	text-shadow: none;
}

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

img {
    vertical-align: middle;
}

picture {
	white-space:normal;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
	padding-left:0.33em;
	padding-right:0.33em;
}

/*textarea {
    resize: vertical;
}*/

article,p,div,span, {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 3;
	hyphenate-limit-lines: 2;
}
.chromeframe {
    margin:0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
	display: block;
	position:fixed;
	z-Index:1000;
	top:0.2em;
	left:1em;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
/*   font-family: 'Libre Baskerville', serif; */
	font-family: 'Source Sans Pro', sans-serif;
	outline: 0 none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-zoom: normal;
}

.borderTop {
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color:#222;
}

.floatLeft {
	float:left;
}

#curtain {
	width: 100%;
 	height: 100%;
 	min-width: 800px;
 	min-height: 600px;
/* 	position: fixed; */
}
#curtain > div {
	position: fixed;
	z-index: 99;
}
.curtaingreeter {
	opacity: 0;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 1.5em;
	vertical-align: middle;
	display: table;
}
.curtaingreeter > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.leftcurtain {
	width: 50%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.rightcurtain {
	width: 51%;
	height: 100%;
	right: 0px;
	top: 0px;
}
.rightcurtain img, .leftcurtain img {
	width: 100%;
	height: 100%;
}
/*.curtainopener {
	cursor: pointer;
}*/

.columns {
	width: 100%;
	display: table;
/* 	border-collapse:collapse; */
	margin: 0;
	padding: 0;
	border-spacing:0;
}
.columns > .column {
	display: table-cell;
	vertical-align: top;
}
.two_columns > .column {
	width:50%;
}
.columns > .left_column {
	padding-right:1em;
}
.columns > .right_column {
	padding-left:1em;
}

button[disabled=disabled],button:disabled {
	color:#A9A9A9;
}


#stage {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 480px;
	background: url('../img/darkcurtain.jpg');
	background-size: contain;
}
.webp #stage {
	background: url('../img/darkcurtain.jpg.webp');
	background-size: contain;
}

#container {
	position: absolute;
	z-index: 1;
	height: 80%;
	width: 80%;
	min-width: 640px;
	min-height: 480px;
	left: 10%;
/* 	min-left: 60px; */
	top:4%;
	display: none;
}
#mainMenu {
	background: none;
	border: none;
	width: 100%;
}
#mainMenu > div {
	position:relative;
	overflow: auto;
	height: 40em;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	top: 3px;
}
.lt-ie9 #mainMenu > div {
	background: rgb(255, 255, 255);
}
#mainFooter {
	position:relative;
	top: 3px;
	width: 100%;
	height: 2em;
	padding-top: 0.2em;
	margin-left: 0.2em;
}

#mainFooter > div {
	float:left;
	margin-left: 0.3em;
	margin-top:1px;
	height:21px;
	width:auto;
}
#mainFooter > .fb-like > span, #mainFooter > .fb-like iframe {
	position:relative;
	width:100% !important;
	height:100% !important;
	background:none;
}
#mainFooter button {
	float: right;
	margin-right: 1.9em;
	font-size: .75em;
}
#mainFooter button + button {
	margin-right: 0;
}

section {
	margin-bottom: 1.5em;
}
section + section {
	border-top-style:dashed;
	border-top-width:1px;
	padding-top: 1em;
}
section:last-child {
	margin-bottom: 0 !important;
}
section.floatLeft, section.floatRight {
	border-style:none;
	border-width:0;
	margin-top: 0;
}
section ul {
	margin: 0;
	padding: 0;
	white-space:normal;
}
section > header + a {
	display: inline-block;
	margin-bottom: 1.3em;
}
header h1 {
	font-size: 1.5em;
	font-weight: bold !important;
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
.ui-tabs-panel button.ui-button span.ui-button-icon-primary {
	left:0;
}
.ui-tabs-panel button.ui-button span.ui-button-text {
	padding:0;
	padding-left:2px;
	padding-right:2px;
}
.ui-tabs-panel button.ui-button-text-icon-primary {
	padding-left:14px;
}
a[href],a[onclick] {
	cursor: pointer;
	text-decoration: underline;
}
a[href^=mailto] {
	text-decoration: none;
	clear:left;
}
a[href^=mailto]:hover {
	text-decoration: underline;
}
a[href^=mailto]:before {
	content:"";
	width:16px;
	height:16px;
	display:inline-block;
	overflow:hidden;
	background-image: url(//ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/images/ui-icons_222222_256x240.png);
	background-position: -80px -96px;
	margin:0;
/* 	margin-top:2px; */
	margin-right:2px;
	padding:0;
	float:left;
}
a:hover, a:active, a:focus {
	outline: 0;
	/* 	outline: 2px solid #e9841d; */
}
.ui-tabs-panel a[target="_blank"] {
/* 	display:run-in; */
	display:inline-block;
	text-align:left;
	text-decoration: none;
	clear:left;
}
.ui-tabs-panel a[target="_blank"]:before,a[href*="www.facebook"]:before {
	content:"";
	width:16px;
	height:16px;
	display:inline-block;
	overflow:hidden;
	background-image: url(//ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/images/ui-icons_222222_256x240.png);
	background-position: -32px -80px;
	margin:0;
/* 	margin-right:2px; */
	padding:0;
	float:left;
}
.ui-tabs-panel a[target="_blank"]:hover {
	text-decoration: underline;
}
/* .ui-tabs-panel a[href*="www.facebook"], */
/*.fb-like {
	width: 25em !important;
}*/
.facebookLink {
	background-color: #4267b2; /* rgb(236, 238, 245); */
	border-style: solid;
	border-color: #4267b2; /* rgb(202, 212, 231); */
	border-width: 1px;
	border-radius: 3px;
	padding-right:2px;
	text-decoration: none !important;
	color: white !important; /* rgb(59, 89, 152); */
	display : block;
	text-align:left;
	margin-left: 1.4em;
	margin-top:1px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:700;
	line-height:19px;
	overflow:hidden;
	vertical-align:middle;
/* 	height:18px; */
}
a[href*="www.facebook"]:before {
	background-image:url(../img/facebook_white_14px.png);
	background-position: 0;
	height:14px;
	width:14px;
	display:block;
	overflow:hidden;
	float: left;
	margin:2px;
	margin-right: 4px;
	padding:0;
}
.webp a[href*="www.facebook"]:before {
	background-image:url(../img/facebook_white_14px.png.webp) !important;
}
a[href*="www.facebook"]:after, a[target="_blank"]:after {
	content:none;
}
.facebook-image a {
	display: inline;
	background:none !important;
	border:none !important;
	padding:0;
}
.facebook-image a:before {
	content:none !important;
	margin:0;
	padding:0;
}
.facebook-meta-header {
	font-style: italic;
}
.facebook-story_status {
	display:none;
}
.clipped:after {
	content:" ...";
}
label {
	display:block;
	float: left;
	margin-top: 0.25em;
	margin-right: 0.5em;
}
input {
	display:block;
	clear: both;
	width: 23em;
}
input[type="checkbox"] {
  display:inline-block;
  width: auto;
}
input[type="checkbox"] + label {
  margin-top: 1em;
}
article {
	white-space:pre-line;
	margin: 0;
	padding: 0;
}
article h4 {
	margin:0;
}
article div + h4 {
	margin-top:2em;
}
section > ul > li {
  margin-bottom: 1.3em;
}
.ui-dialog .ui-dialog-title:before {
	content:"";
	width:16px;
	height:16px;
	display:inline-block;
	overflow:hidden;
	background-image: url(//ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/images/ui-icons_222222_256x240.png);
	background-position: 0px -240px;
	margin:0;
	margin-right:0.5em;
	padding:0;
	float:left;
}
.dialog-newsletter .ui-dialog-title:before {
	background-position: -80px -96px;
}
.dialog-login .ui-dialog-title:before {
	background-position: -208px -96px;
}
.dialog-booking .ui-dialog-title:before {
	background-position: -32px -112px;
}
.dialog-storno .ui-dialog-title:before {
	background-position: -176px -96px;
}
.dialog-alert-ok .ui-dialog-title:before {
	background-position: -16px -144px;
}
.dialog-alert-warning .ui-dialog-title:before {
	background-position: -32px -144px;
}
.dialog-alert-error .ui-dialog-title:before {
	background-position: 0 -144px;
}
.dialog-confirm-confirm .ui-dialog-title:before {
	background-position: -32px -144px;
}
.dialog-fileMover .ui-dialog-title:before {
	background-position: -32px -96px;
}
.dialog-fileMover div select, #fileUploader_dialog select {
	margin-top : 0.18em;
}
.dialog-fileMover div + div {
	clear:both;
}
.dialog-fileUploader .ui-dialog-title:before {
	background-position: -32px -96px;
}

#loginAnswer {
	height: 1.25em;
}

.tabIframe {
	width:100%;
	border:0px;
	margin:0px;
}

div.booking {
	overflow:hidden !important;
}
div.booking #step2 {
	min-height:5em;
}
div.booking section {
/* 	height:460px; */
/* 	height:32.267em; */
	height:505px;
	text-align: center;
	vertical-align: middle;
	margin:0;
	border:none;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	padding:0 !important;
	margin-bottom:22px;
}
div.booking hgroup {
	margin-top:1em;
	margin-bottom:4em;
}
div.booking p.playDate {
	text-align:left;
}
.date_select {
	width:18em;
}
div.booking .playDates li {
	margin-bottom:0.25em;
}
div.booking .tables {
	width:540px;
	margin:auto;
}
div.booking .tables div {
	margin-left:0;
}
div.booking .tableRow {
	width:100%;
	height:67px;
/* 	margin:1.1em; */
}
div.booking .colspan {
	width:100%;
	margin-bottom:0.5em;
	margin-top:0;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color:#dddddd !important;
}
div.booking .tableCell {
	display:inline-block;
	width:135px;
}
div.booking .tableCell > div {
	width:90%;
	height:60px;
	margin:auto;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-color:#dddddd;
	overflow:hidden !important;
}
.highlighted {
	border-width:2px !important;
	background-color:#eeeeee !important;
}
div.booking .seatsUncategorized {
	height:2.946em;
	width:50%;
}
div.booking .step_buttons {
	width:50%;
	margin-left:50%;
	margin-top:-3em;
}
div.booking h4, div.booking p {
	margin:0;
	padding:0;
	line-height:1.2em;
}
div.booking .tableCell select {
	display:block;
	margin:auto;
	margin-top:2px;
	width:50px;
}
div.booking .seatsUncategorized select {
	margin-left: 3em;
}
div.booking ul:after {
	clear:both;
}
div.booking ul.reservationList {
	text-align:left;
	position:absolute;
	z-Index:1;
}
div.booking #reservationPersonalData {
	margin:auto;
	margin-top:1em;
	margin-bottom:1em;
	width:23em;
}
div.booking ul + p.instruction {
	margin-top:3em;
}
div.booking #reservationPersonalData li {
	text-align:left;
}
div.booking [type="checkbox"] {
	margin-top:3px;
	margin-right:0.5em;
	float:left;
}
#cancel_booking_dialog script + .instruction {
	margin-top:3em;
	margin-bottom:1em;
}

/* Aktuelles */
#mainMenu div.ui-tabs-panel {
	text-align: left;
}
.smallColumn {
	width: 33%;
	height: inherit;
	display: table-cell;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 1%;
	padding-right: 1%;
/*	border-style:solid;
	border-width:1px;*/
}
.bigColumn {
	width: 65%;
	height: inherit;
	display: table-cell;
}
#mainMenu div.ui-tabs-panel .smallColumn {
/* 	min-width:13em; */
	margin-left: 0 !important;
	padding-left: 0 !important;
}
#mainMenu div.ui-tabs-panel .bigColumn + .smallColumn {
	margin-left: 1% !important;
	margin-right: 0 !important;
	padding-left: 1% !important;
	padding-right: 0 !important;
}
#mainMenu div.ui-tabs-panel > .bigColumn {
/* 	border-left: 1px solid #000; */
	border-right: 1px solid #000;
}
hgroup {
	width: inherit;
	text-align:center;
/* 	white-space:nowrap; */
	white-space:normal;
	margin-top:2em;
	margin-bottom:2em;
}
hgroup h1 {
	margin:0;
	padding:0;
	line-height:1.0em;
}
hgroup h2 {
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1.25em;
}
hgroup h3 {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
	line-height:1.25em;
}
#mainMenu div.ui-tabs-panel > .bigColumn .columns {
	text-align:left;
}
#mainMenu section button + button {
	margin-left: 0.3em;
}
#mainMenu .smallColumn picture + button, #mainMenu .smallColumn img + button {
	margin-left:23%;
	margin-top:0.3em;
	display:block;
}
img.plakat, div.plakat, picture.plakat {
	max-width: 95% !important;
	max-height: 95% !important;
	width: auto !important;
	height: auto !important;
	text-align: center;
}
.plakat + div.plakat {
	margin-top: 5px;
}
/* Aktuelles Ende */

/* Über uns */
section#theaterstuecke li > span {
	display:table-cell;
}
section#theaterstuecke li > span:first-child {
	padding-right:0.5em;
}
/* Über uns Ende */

/* Kontakt */
#contactRight a {
	text-decoration:underline;
}
#contactRight a:before {
	content:none;
}
.google_maps {
	width : 100%;
	height: 516px;
/* 	width:688px; */
}
#contactLeft #kontact_addresses span {
	display:block;
}
/* Kontakt Ende */

/* Theaterstücke Archiv */
.Spieldauer:after {
	content:" Min";
}
/* Theaterstücke Archiv Ende */


/* Theaterstücke */
/*#theaterstueckListe header img {
	height: 64px;
	width: 96px;
	float: left;
}
#theaterstueckListe header div {
	margin-left: 8em;
	min-height: 64px;
	vertical-align: middle;
}
#theaterstueckListe header div {
	margin: 0;
}
.accordionPageHeader, .playScrollContent h4 {
	display: none;
}
.playDates {
	float: left;
	width: 25%;
	margin-top: 3.55em;
}
.playDates ul, .playDates li {
	padding: 0;
	margin: 0;
}
.playInfo {
	width: 75%;
	float: right;
	margin-bottom: 2em;
}
.playMenu {
	width: 16em;
}
.playMenu label {
	width: 8em;
	margin-bottom: 1em;
}
.playInfo +, .playMenu +, .playMedia {
	clear: both;
}
.playScrollContainer {
	overflow: hidden;
	width: 100%;
}
.playScrollContent {
	width: 200%;
}
.playScrollContent section {
	width: 50%;
	display: list-item;
	float: left;
	margin-bottom: 0 !important;
}
.playScrollContent article {
	margin: 0;
}
#theaterstueckListe .playMedia img {
	height: 128px;
}
.playActors ul {
	margin: 0;
	padding: 0;
}
.playActors li {
	clear: both;
	display: block;
}
.playActors li:first-child, .playActors .actorList li {
	padding-top: 1em;
}
.playActors li:first-child {
	padding-top: 0em;
}
.playActors div {
	float: left;
	line-height: 1em;
}
.playActors span {
	display: block;
}
.playActors .role {
	width: 20em;
}
.playActors .actorList {
	margin-right: 5em;
}
.playActors .assistentList {
	padding-top: 3em;
}*/
/* Theaterstücke Ende */



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 800px) {
	#curtain.isOpen {
		display:none !important;
	}
	#container {
		left:0 !important;
		top:0 !important;
		width:100% !important;
		height:100% !important;
	}
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
		-webkit-print-color-adjust: exact;
    }
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    li,
    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
