/*
Klappmaul Theater 2018
custom css 
by Michi
*/

/* custom tags */
x-name, x-inst, x-title {
  color: #555;
}
x-name, x-inst {
  font-weight: 500;
}
x-title, x-part {
  font-variant-caps: small-caps;
}
x-job {
  text-transform: uppercase;
  font-size: 85%;
  display: inline-block;
}
x-job2 {
  font-size: 80%;
}
x-tiny, .tiny {
	font-size:70%;
  font-weight: 400;
}

/* custom ids */
#sidebarCol, 
#contentCol {
	height:100px;
	overflow-y:scroll;
	padding: 20px;
	border-bottom: none;
}
#sidebarCol {
	background-color:rgba(255,255,255,0.9);
}
#contentCol {
	background-color:rgba(255,255,255,0.95);
}
@media (max-width: 575px) {
	#sidebarCol {
		padding: 5px ;
		border-bottom:5px solid #000841 !important;
	}
	#contentCol {
		padding: 5px 5px 25px 5px;
	}
}
#footer .container-fluid {
	padding: 5px 0;
	border-top: 5px solid #000841;
	border-bottom: 5px solid #000841;
}
#footer p {
	margin:0;
	line-height: 1.1;
}

/* custom classes */
.kl-brand {
	font-size:7.5vw;
}
@media (min-width: 576px) { 
	.kl-brand {
		font-size:2.5vw;
	}
}

.quelle {
  text-align: right;
  font-size: 80%;
}
.fs-90 {
  font-size: 90%;
}

q { 
  quotes: "„" "“" "‚" "‘" ; 
  font-style: italic
}

img.float-left {
  margin-right: 10px;
  margin-bottom: 5px;
}
img.float-right {
  margin-left: 10px;
  margin-bottom: 5px;
}

.stuecke, .chronik {
	padding-bottom:20px;
	border-bottom: solid 10px rgba(0,8,65,0.1);
}
.stueckcontent {
	text-align: justify;
}
/* Mobiltelefone */
@media (max-width: 767px) {
	.stueckcontent {
		text-align: left;
	}
}
.cookie {
	text-align:center;
	color: red;
}

/* Statistik */
.kl-spielplan {
	text-align:justify;
	margin-left:0;
	padding-left:0;
}
@media (max-width:360px) {
	.kl-spielplan {
		text-align:left;
	}
}

.kl-spielplan table {
 border-width:0;
 border-style:solid;
 border-color: #000;
 border-collapse:collapse;
 margin:0 auto;
 padding:0;
 text-align:left;
 vertical-align: middle;
 direction:ltr;
 width:auto;
 height:auto;
 display:table;
 float:none;
 font-family:'Arial','Arial',sans-serif;
 font-size:14px;
 font-style:normal;
 font-weight:normal;
}
.kl-spielplan tr {
 vertical-align:top;
 height:auto
}
.kl-spielplan .bg2 {
	background-color: #EEEEEE;
}
.kl-spielplan th {
 text-align:left;
 vertical-align:top;
 border-width:0 0 1px 0;
 border-style:solid;
 border-color: #000;
 height:30px;
 padding:0;
}

.kl-spielplan td { 
 text-align:left;
 vertical-align:top;
 border-width:0;
 border-style:solid;
 border-color: #000;
 height:auto;
 padding: 0 2px ;
}

.kl-spielplan {
	margin-left: -7px;
	padding-left:0%;
	padding-right:0%;
	text-align:center;
}

.kl-spielplan .tag {
	text-align: right;
}
.kl-spielplan .dat, 
.kl-spielplan .uhr {
	text-align: center;
}

.kl-spielplan .tit, 
.kl-spielplan .ort, 
.kl-spielplan .the, 
.kl-spielplan .oth {
	text-align:left; 
	vertical-align: top; 
}

.kl-spielplan .kat {
	text-align:left;
	font-weight: bold;
	-webkit-column-span: 4; /* Safari & Chrome */
	-moz-column-span: 4; /* Firefox */
	-ms-column-span: 4; /* Internet Explorer */
	-o-column-span: 4; /* Opera */
	column-span: 4; /* W3C */

}

/* Spezialfall spielplan-Tabelle auf 640pixel-Display (S3-S6 quer u.a.) */
@media (min-width:380px) {
	.kl-spielplan {
		margin-left: 0;
	}
	.kl-spielplan td, 
	.kl-spielplan th {
		padding: 0 2px 0 2px;
	}
}
/* die bootstrap-Standardgrößen */
@media (min-width:576px) {
	.kl-spielplan td, 
	.kl-spielplan th {
		padding: 0 2px 0 2px;
	}
}
@media (min-width:768px) {
	.kl-spielplan td, 
	.kl-spielplan th {
		padding: 0 3px 0 3px;
	}
	.kl-spielplan li {
		float:none;
	}
}
@media (min-width:992px) {
	.kl-spielplan td, 
	.kl-spielplan th {
		padding: 0 5px 0 5px;
	}
}

.kl-nav-bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,e8e8e8+100&1+0,0.99+40,0.97+50,0.95+60,0.9+70,0.85+80,0.8+90,0.75+100 */
background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(232,232,232,0.99) 40%, rgba(232,232,232,0.97) 50%, rgba(232,232,232,0.95) 60%, rgba(232,232,232,0.9) 70%, rgba(232,232,232,0.85) 80%, rgba(232,232,232,0.8) 90%, rgba(232,232,232,0.75) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(232,232,232,0.99) 40%,rgba(232,232,232,0.97) 50%,rgba(232,232,232,0.95) 60%,rgba(232,232,232,0.9) 70%,rgba(232,232,232,0.85) 80%,rgba(232,232,232,0.8) 90%,rgba(232,232,232,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(232,232,232,0.99) 40%,rgba(232,232,232,0.97) 50%,rgba(232,232,232,0.95) 60%,rgba(232,232,232,0.9) 70%,rgba(232,232,232,0.85) 80%,rgba(232,232,232,0.8) 90%,rgba(232,232,232,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#bfe8e8e8',GradientType=0 ); /* IE6-9 */
}

.kl-footer-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,e8e8e8+100&0.75+0,0.8+40,0.85+50,0.9+60,0.95+70,0.97+80,0.99+90,1+100 */
background: -moz-linear-gradient(top, rgba(232,232,232,0.75) 0%, rgba(232,232,232,0.8) 40%, rgba(232,232,232,0.85) 50%, rgba(232,232,232,0.9) 60%, rgba(232,232,232,0.95) 70%, rgba(232,232,232,0.97) 80%, rgba(232,232,232,0.99) 90%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(232,232,232,0.75) 0%,rgba(232,232,232,0.8) 40%,rgba(232,232,232,0.85) 50%,rgba(232,232,232,0.9) 60%,rgba(232,232,232,0.95) 70%,rgba(232,232,232,0.97) 80%,rgba(232,232,232,0.99) 90%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(232,232,232,0.75) 0%,rgba(232,232,232,0.8) 40%,rgba(232,232,232,0.85) 50%,rgba(232,232,232,0.9) 60%,rgba(232,232,232,0.95) 70%,rgba(232,232,232,0.97) 80%,rgba(232,232,232,0.99) 90%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfe8e8e8', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}