input.lang{width:500px}

span.klein {font-size:11px}
span.foto {font-size:10px}
span.underline{text-decoration:underline}
p.impressum{font-size:0.80em}
span.bigger{font-size:1.20em}
span.green {color:green}
span.red {color:red;font-size:11px}

/* kontakt */
p.thanks{color:#006600}
div#contact-form input {}
div#contact-form textarea {max-width:90%;}
form#contact label.error{color:#cf0101;font-size:11px;margin-bottom:-40px}


/* tourplan */
table.gigs{width:100%;text-align:left;font-size:13px}
table.gigs_kleiner{width:100%;text-align:left}
table.gigs_kleiner td{padding:2px 5px;line-height:2;font-size:11.5px!important}
table.gigs td{padding:2px 10px;line-height:2}
tr.even td{background:#F4F5F7}
tr.privat td{color:#969696}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 480px){

    .mobile-hide {display:none}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

    span#wochentag {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

}


.entry-meta {
	color: #a0a0a0;
	clear: both;
    margin-top:-15px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 26px;
}

/*-------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
	border-radius: 0;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}


/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	padding: 0 40px;

}

body, input, textarea {
	font: 14px 'Calibri', sans-serif;
	font-weight: normal;
	line-height: 27px;
	background-position: top center;
	background-repeat: y-repeat;
	background-attachment: fixed;
    color: #6b6b6b;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Calibri';
	font-weight:lighter;
	color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 14px;
}
h2 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 10px;
}
h3 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
}
h4 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 4px;
}
h5 {
	font-size: 17px;
	line-height: 19px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}

/* Horizontal Line */
hr {
	background: transparent url(style/images/line.png) repeat-x bottom left;
	border: 0;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 15px;
	border-left: 5px solid #ededed;
	padding-left: 20px;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}


.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:15px 8px 0 0;
	text-transform: uppercase;
	font-family: 'MarketDecoRegular';
}



/* Links */
a {
	color: #ca6d6d;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	color: orange;
}

/* Button */
a.button,
input#submit,
.forms fieldset .btn-submit  {
	background: #555 url(style/images/button-bg.png) repeat-x;
	height: 28px;
	display: inline-block;
	padding: 0 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	cursor: pointer;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	font-size: 12px;
	line-height: 25px;
}

input#submit  {
	font-size: 12px;
	height: 30px;
	padding-bottom: 5px;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
	height: auto;
}

.border{
border: 5px solid #fff;
}

.map.full {
	margin: 0 -40px;
}

.map iframe {
	max-width: 100%;
}

.map, .media {
	margin-bottom: 20px;
}

/* Images */

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}
/*
embed,
iframe,
object {
	max-width: 100%;
} */



/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width:48%;
}
.one-third {
	width:23.66%;
}
.two-third {
	width:72.33%;
}
.one-fourth {
	width:22%;
}
.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.33%;
}
.five-sixth {
	width:82.67%;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin-right:4%;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;
}

/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/

#page {
    max-width: 980px;
	margin: 40px auto;
    margin-bottom:0px;

}


#content {
	margin: 0 39px;
	width: auto;
}

#main {
	clear: both;
	padding: 8px 0 0 0;
    min-height:450px
}

/* Header */

#site-title {
	padding: 10px 0 0;
    z-index:10!important
}
#site-title a {
	color: #ca6d6d;
	font-size: 30px;
	line-height: 36px;
	text-decoration: none;
}
#site-title a img {
	vertical-align: bottom;

}
#site-title a:hover {
	color: #585858;
}



/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/

#access .menu {
	list-style: none;
	font-weight: normal;
	position: relative;
	font-family: 'Verdana';
	background: url(verlauf.png) repeat-y left;
    z-index:1!important;
/*  -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; */

}
#access .menu ul {
	margin: 0;
	list-style-type: none;
	letter-spacing: normal;
	position: relative;
	text-align: left;
	height: 42px;
	margin: 0 9px;
    max-width:100%

}
#access .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	padding-top: 8px;
	background: none;
	height: 34px;
}
#access .menu ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	color: #000;
}
#access .menu ul li a:hover,
#access .menu ul li.active a,
#access .menu ul li a.selected {
	color: #f1b984;
}
/*-----------------------------------------------------------------------------------*/
/*	THEATERMENU
/*-----------------------------------------------------------------------------------*/

#access .theater_menu {
	list-style: none;
	font-weight: normal;
	position: relative;
	font-family: 'Verdana';
    z-index:1!important;
/*  -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; */

}
#access .theater_menu ul {
	margin: 0;
	list-style-type: none;
	letter-spacing: normal;
	position: relative;
	text-align: left;
	height: 42px;
	margin: 0 9px;
    max-width:100%

}
#access .theater_menu ul li {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	padding-top: 8px;
	background: none;
	height: 34px;
}
#access .theater_menu ul li a {
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	color: #000;
    font-size:10px  ;
}
#access .theater_menu ul li a:hover,
#access .theater_menu ul li.active a,
#access .theater_menu ul li a.selected {
	color: #f1b984;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTENT
/*-----------------------------------------------------------------------------------*/

.hentry {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: transparent url(style/images/line.png) repeat-x center bottom;
}

.hentry footer.entry-meta {
	display: none;

}

.no-results {
	margin-bottom: 40px;
}

.page-title {
	text-align: center;
	margin: 0 0 30px 0;
}
.entry-header {
	text-align: center;
}
.entry-title {
	color: #ca6d6d;
	margin: 0 0 5px 0;
	font-size: 28px;
}
.entry-title,
.entry-title a {
	color: #ca6d6d;
	text-decoration: none;
}
.entry-title a:hover {
	color: #585858;
}
.entry-title span.featured-format {
	background: url(style/images/icon-featured.png) no-repeat center center;
	display: inline-block;
	text-indent: -9999px;
	width: 7px;
	height: 20px;
	margin-top: -10px;
	margin-right: 10px;
}

.entry-meta a {
	color: #a0a0a0;
}
.entry-meta a:hover {
	color: #ca6d6d;
	text-decoration: none;
}
.entry-meta .sep {
	padding: 0 5px;
}
footer.entry-meta .tags a:before{
	content: "#";
	display: inline-block;
}
.entry-meta .comments-link,
.entry-meta span.edit  {
	display: inline;
}

.entry-header .entry-format {
	display: inline;
}

.single-author .entry-meta .by-author {
	display: none;
}

.post .sharing-wrapper {
	margin:0 0 20px;
	position: relative;
}

.post .sharing-wrapper .share-facebook {
	padding-right: 20px;
}

/* =Link
----------------------------------------------- */

.format-link .entry-title span.arrow {
	padding-left: 5px;
	font-family: Arial, sans-serif;
}
.format-link .entry-content {
	padding: 0;
}

/* =Quote
----------------------------------------------- */

blockquote {
	margin: 0 0 20px 0;
	font-size: 12px;
	border-left: 3px solid #ededed;
	padding-left: 20px;
}

.format-quote blockquote p {
	margin: 0;
}

blockquote cite {
	color: #a0a0a0;
	font-variant: small-caps;
	font-style: normal;
	display: block;
}

blockquote cite:before {
	content: "-";
	padding-right: 5px;
}


/* =Image
----------------------------------------------- */

.full-size img {
	display: block;
}

.full-size {
	margin: 0 -40px 20px;
}

.normal-size {
	margin-bottom: 20px;
	text-align: center;
}

.normal-size img {
	display: inline;
	vertical-align:bottom;
}


/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/

input[type=text],
input[type=file],
input[type=password],
textarea {
	background: #f4f4f4;
	border: 1px solid #dedede;
	color: #606060;
  margin-left:0px;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;

}


p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
p.form-submit {
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.form-container {
	overflow: hidden;
	background: #f4f4f4;
	padding: 25px;
	position: relative;
}
.form-container .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
}
.form-container .loading span {
}
.form-container .response {
	display: none;
	margin: 0 0 15px 0;
	color:#4d8c74;
	clear:both;
	text-shadow: none;
	line-height: 17px;
	width: 650px;
	font-size: 14px;
}
.forms {
}
.forms fieldset {
	margin-bottom: -20px;
}
.forms ol {
	list-style: none;
}
/* form rows */
.forms li.form-row {
	margin-bottom: 15px;

}
.forms li.hidden-row {
	display: none;
}
/* form input fields */

.forms fieldset .text-input {
	background: #fff;
	border: 1px solid #dedede;
	padding: 10px;
	color: #606060;
	width: 75%;
	height: 20px;
}

.forms fieldset .text-area {
	background: #fff;
	border: 1px solid #dedede;
	color: #606060;
	width: 90%;
	height: 200px;
	padding: 10px;
}

.forms fieldset .text-input:focus,
.forms fieldset .text-area:focus {
	border: 1px solid #c9c9c9;
}

.forms li.error input, .forms li.error textarea {
	border: 1px #b85555 solid;
}
.forms fieldset .btn-submit  {
	padding: 0 20px 4px 20px;
	margin: 0;
	height: 30px;
}
.forms span.error {
	display: none;
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}

.forms label {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}
.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* Page-Navigation Buttons */
.page-navi {
	list-style: none;
	text-align: center;
}
.page-navi li {
	display: inline;
	background: none;
	padding: 0;
}
.page-navi li a {

	height: 28px;
	line-height: 25px;
	display: inline-block;
	padding: 5px 5px;
    margin: 1 1px;
	font-size: 16px;
}
.page-navi li a:hover, .page-navi li a.current {
    font-size:16px;
	text-decoration: none;
}

.widget-title a {
	color: #686868;
}

.widget-title a:hover {
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/


/* Site Generator Line */
#site-generator {
    background: url(verlauf2.png) repeat-y right;
	color: #fff;
  font: 12px 'Calibri', sans-serif;
	line-height: 2.2em;
	text-align: right;
    margin:0px;
    margin-bottom:20px;
    padding-right:5px;
    height:25px;
    width:98%;
}
#site-generator a {
	color: #000;
}
#site-generator a:hover {
	text-decoration: none;
	color: #f1b984;
}



/* CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) {
input#submit,
.forms fieldset .btn-submit  {
	height: 28px;
}
a.button,
.page-navi li a,
#nav-single .nav-prev .meta-nav-prev,
#nav-single .nav-next .meta-nav-next {
	height: 27px;
}
}

/* OPERA FIX */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
input#submit,
.forms fieldset .btn-submit  {
	height: 28px;
	padding-top: 3px;
}
a.button,
.page-navi li a,
#nav-single .nav-prev .meta-nav-prev,
#nav-single .nav-next .meta-nav-next {
	height: 27px;
}
}
