/*@import url('/standard/css/fonts.css');*/

body {
	font-family: 'Noticia Text';
	font-weight: 400;
	font-style: normal;
	margin: 0;
	background-color:#f6f6f6;
	background-repeat:no-repeat;
	background-position:fixed;
	background-size: cover;
	/*background-image: url('/img/blog.jpg') ;*/
}

.container
{
	max-width:1060px;
}


#page {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 50px 0 50px;
	background: rgba(255,255,255,0.8);
    color: #000;
    position:relative;
}
#page h2
{
  font-size: 24px;
}
#page h3
{
  font-size: 20px;
}
img {
	border: 0;
}

/*------------------------------ Sprites ------------------------------*/
#header span.shadow, #footer span.shadow, #sidebar li.selected > a, #sidebar li > a:hover {
	background: url('/standard/img/shadows.png') repeat-x;
}
.play1, .play2, .play3, .btn, .previous, .next, #performances #sidebar span.more {
	/*background: url('/standard/img/buttons.png') no-repeat;*/
}
.frame1, .frame2, .frame3 {
	/*background: url('/standard/img/frames1.png') no-repeat;*/
}
.video1, .video2, .video3 {
	background: url('/standard/img/frame-videos.png') no-repeat;
}
#sidebar, #sidebar .section, #sidebar .section > div, #contactbox, #contactbox > div, #contactbox > div > div {
	/*background-image: url('/standard/img/bg-sidebar.png');*/
	background: #fff;
	background-repeat: no-repeat;
}
#featured, #footer div.section, #contact > div {
	background: url('/standard/img/separators.png') no-repeat;
}
#blogs li, #blogs div.header, #blogs div.details {
	background-image: url('/standard/img/bg-blog-content.png');
	background-repeat: no-repeat;
}
#connect > a {
	background: url('/standard/img/icons.png') no-repeat;
}
.play1, .play2, .play3 {
	color: #fff;
	display: inline-block;
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	position: absolute;
}
.play1 {
	background-position: -33px -260px;
	font-size: 11px;
	padding-top: 36px;
	left: 105px;
	top: 51px;
}
.play2 {
	background-position: 8px -270px;
	font-size: 9px;
	padding-top: 16px;
	left: 45px;
	top: 24px;
}
.play3 {
	background-position: -90px -246px;
	font-size: 18px;
	padding-top: 70px;
	left: 255px;
	top: 108px;
	text-transform: uppercase;
}
.play1:hover, .play2:hover, .play3:hover {
	filter:alpha(opacity=80);
	opacity: 0.8;
}
/** Bilder im Content-Bereich **/
#contents .shadow
{
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 6px -6px #333;
	   -moz-box-shadow: 0 8px 6px -6px #333;
	        box-shadow: 0 8px 6px -6px #333;
}
#contents .shadow.img-angebot
{
  margin: 40px 10px;
  padding: 10px 50px;
}
#contents .shadow.img-dozenten
{
  margin-bottom: 20px;
  padding: 10px auto 10px 0;
}



/*------------------------------ HEADER ------------------------------*/
#header {
	background-color: #303030;
	width: 100%;
	min-height: 96px;
	text-align: right;
	position: absolute;
	/* position: fixed; */
	z-index: 1000;
	left: 0;
	top: 0;
	padding-top: 26px;
}
#header > div {
	height: 66px;
	max-width: 960px;
	margin: 30px auto 0;
	padding: 20px 0 10px;
}
#header span.shadow {
	background-position: 0 -20px;
	display: block;
	height: 8px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	z-index: 999;
}
/** Logo **/
#brand
{
  color: #b3b3b3;
  font-size: 26px;
  /*letter-spacing: 0.1em;*/
}
#logo {
	float: left;
	display: inline-block;
	margin-top: 20px;
}
/** #################################### Navigation **/
#navigation {
	display: block;
	list-style: none;
	/*max-width: 480px;*/
}
#navigation > li {
	margin-left: 17px;
}

#navigation li a {
	color: #8c8c8c;
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	line-height: 54px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

/*
#navigation li a:hover, #navigation li.selected a {
	color: #fff;
	background: none;
}
*/
#nav-button
{
  /*background: #b3b3b3;*/
  border: 2px solid #b3b3b3;
}
  .navbar-toggle .icon-bar
  {
    background: #b3b3b3;
  }

/*------------------------------ CONTENTS ------------------------------*/
#contents > div {
	display: inline-block;
	width: 100%;
}

#contents > div:first-child {
	padding-top: 42px;
}

#contents > div.body {
	width: 950px;
	padding-left: 10px;
}
#contents h2 {
    font-size:36px;
	color: #000;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: normal;
	line-height: 32px;
	margin: 0 0 24px;
    text-rendering: optimizeLegibility;
	/*text-transform: uppercase;*/
}

#contents h3 {
    font-size:18px;
	color: #000;
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	margin: 0 0 12px;
    text-rendering: optimizeLegibility;
	/*text-transform: uppercase;*/
}
#contents p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 1.4em;
}

#contents ul {
	color: #000;
	font-size: 13px;
	line-height: 18px;
}

#contents ul li {
	margin-bottom:0.5em;
}

#contents p a {
	color: rgb(174,72,5);
}
#contents p a:hover {

}


#featured {
	float: left;
	background-position: right 0;
	/*height: 500px;
	width: 608px;
	margin: 0 20px 30px 0;
	padding: 0 10px 0 0;*/
}
#featured ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#featured li {
	float: left;
	max-width: 304px;
	margin-bottom: 18px;
	position: relative;
}
#featured li p {
	color: #000;
	font-family: 'Noticia Text';
	font-weight: 400;
	font-style: normal;
	padding-bottom: 0;
	text-transform: uppercase;
}
#featured li p span {
	color: #000;
	display: block;
	padding-right: 20px;
}



/** Contact **/
#contact {
	min-height: 1000px;
}
#contact > div {
	background-position: right 0;
	height: 500px;
	width: 450px;
	padding: 0 38px 0 10px;
}
#contact form {
	float: right;
	width: 440px;
	padding: 0 0 0 20px;
}
#contact label {
	color: #000;
	display: block;
	font-size: 13px;
	line-height: 24px;
}
#contact input.txtfield {
	height: 25px;
	width: 430px;
	border: 1px solid #b3b3b3;
	margin: 0 0 18px;
	padding: 0 4px;
}
#contact textarea {
	height: 136px;
	width: 435px;
	border: 1px solid #b3b3b3;
	margin: 0 0 18px;
	padding: 0 0 0 4px;
	overflow: auto;
	resize: none;
}
#contact input.btn {
	background-position: 0 -109px;
	color: #fff;
	cursor: pointer;
	font-family: 'Noticia Text';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	height: 36px;
	line-height: 31px;
	width: 80px;
	border: 0;
	margin: 0;
	padding: 0 0 8px;
}
#contact ul {
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0
}
#contact ul li {
	display: inline-block;
	width: 100%;
	padding: 0;
}
#contact li p {
	padding: 0 0 0 90px;
}
#contact ul li span {
	float: left;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	width: 90px;
}
/** Hover States **/
#schedules a.btn:hover, #performances #sidebar span.more:hover, #contact input.btn:hover {
	filter:alpha(opacity=90);
	opacity: 0.9;
}

/*	-------------------------------- AVS Extras --------------------------*/

.text-warning, .text-danger {
	font-weight:700;
	color:rgb(174,72,5) !important;
}

p.bildunterschrift
{
    font-family: "Roboto Condensed";
    font-size:95%;
}
div.shadow ~ h4
{
	margin-top:1em;
}

div.abstand
{
	margin-top:2em;
}

table {
	width:100%;
	font-family:"Roboto Condensed";
	font-size:11pt;
	margin-bottom:1em;
}

table td {
	vertical-align:top;
	padding:0.3em;
	font-weight:400;
}

table tr td:first-child {
	font-weight:700;
}

table.avs_summer {
	width:100%;
	font-family:"Roboto Condensed";
	font-size:10pt;
	margin-bottom:1em;
}

/*
table.avs_summer tr
{
	border-bottom:1px dotted #000;
}
table.avs_summer tr:first-child
{
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
*/

table.avs_summer td {
	vertical-align:top;
	padding:0.1em;
	font-weight:400;
	text-align:center;
}

table.avs_summer tr td:first-child {
	font-weight:400;
}

table.avs_summer tr th {
	text-align:center;
}

table.avs_summer tr td p
{
	font-size:10pt;
	line-height:100%;
	padding:0;
	margin:1px 0 2px 0;
}

table.avs_summer tr td p.zeit
{
	padding:1px;
	border:1px solid #000;
	width:100%;
}

#summer p.zeit
{
	padding:4px;
	border:1px solid #000;
	width:100%;
	margin-bottom:2em;
}
table.avs_summer tr td p.lehrer
{
	color:#666;
	margin-bottom:1em;
}
#summer span.lehrer
{
	color:#333;
	font-weight:700;
}

#summer .diekurse h3
{
	border-top:1px solid #000;
	padding-top:.5em;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	line-height: 24px;
	width: 100%;
	position: absolute;
	left: 0;
}
#footer span.shadow {
	background-position: 0 0px;
	display: block;
	height: 8px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -8px;
}
#footer h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
	text-transform: uppercase;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer > div {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
#footer > div:after {
	clear:both;
	content:"";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
#footer div.section {
	background-position: 0 -498px;
	min-height: 180px;
	padding: 16px 0 16px 20px;
}
#footer div.section:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
#footer ul {
	display: inline-block;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0 0 6px;
}
#footer .navigation li, #footer .connect li {
	/*float: left;
	width: 100px;*/
}

/**--- the block of code under this comment is used on the blog page only. ---**/
#footer div#links {
	background: #303030 url('/standard/img/divider.png') repeat-x left bottom;
	height: 331px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#links > div {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
#links > div:after {
	clear:both;
	content:"";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
#links h3 {
	color: #8c8c8c;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px;
}
#links > div > div {
	float: left;
	min-height: 282px;
	width: 272px;
	border-left: 1px solid #585858;
	margin-right: 20px;
	padding: 24px 0 24px 19px;
}
#links > div > div:first-child {
	border: 0;
	padding-left: 20px;
}
#footer div#links li {
	margin: 0 0 18px;
}
#footer div#links div.archives li {
	float: left;
	width: 136px;
}
#footer div#links a {
	color: #8c8c8c;
	font-size: 13px;
}
#footer div#links a:hover {
	color: #fff;
}
#searchbar {
	display: inline-block;
}
#searchbar h3 {
	color: #000;
}
#searchbar input {
	float: left;
	color: #000;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	width: 193px;
}
#searchbar input.btn {
	background-position: left bottom;
	cursor: pointer;
	height: 30px;
	width: 26px;
	border: 0;
	margin: 0 0 0 6px;
	padding: 0;
}
