﻿body {
	font-family: 'Open Sans', sans-serif;
	background: #000;
	font-size: 14px;
	color: #fff;
}

figure {
  margin: 0;
  margin-bottom: -33px;

}
figure figcaption {
	font-size: .8em;
	background-color: rgba(0,0,0,0.7);
	padding-left: 5px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.7);
	position: relative;
	top: -15px;
}


#toggle {
	cursor: pointer;
}

#toggler {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}

#footer img {
	width: 24px;
	position: relative;
	top: 4px;
}

#rückschau {
	float: left;
	margin-right: 20px;
}

.plak img {
	width: 160px;
}

.plak {
	font-size: 13px;
}

.plak td {
	position: relative;
	text-align: center;
}

.plak div {
	box-shadow: 0 0 2px 2px rgba(0,0,0,.8);
	background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,.8) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .8s;
}
@media handheld {
	.plak div {
			opacity: 1;
	}
}
.plak span {
	position: relative;
	top: 40%;
}

.plak div:hover {
	opacity: 1;
	transition: opacity .5s;
}

.team_beschreibung {
	font-size: .9em;
}

#team {
	text-align: justify;
}

#team td {
	vertical-align: top;
}

#team img {
	box-shadow: 0 0 1px 1px rgba(255,255,255,.5);
}

table {
	font-size: 14px;
}

a {
	color: #fff;
	text-decoration: none;
}

#header{
	width: 857px;
	margin-left: auto;
	margin-right: auto;
}

.danger {
	border-radius: 5px;
	border: 1px solid grey;
	border-left: 3px solid  #A94442;
	padding: 6px;
	background-color: #F2DEDE;
	color: #A94442;
}

.information {
	border-radius: 5px;
	border: 1px solid grey;
	border-left: 3px solid  #429ca9;
	padding: 6px;
	line-height: 2.5em;
	background-color: #b3d8f4;
	color: #429ca9;
}


#header img {
	box-shadow: 0 0 1px 1px rgba(255,255,255,.5);
	margin-left: 1px;
	margin-right: 1px;
	float: left;
}

#nav_r {
	margin-left: 50px;
	padding-top: 20px;
	float: right;
	clear: right;
	overflow: overlay;
}

#nav {
	float: right;
	border-bottom: 1px solid rgba(255,255,255,.5);
	overflow: hidden;
}

#nav div {
	float:left;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.slideshow img {
	width: 180px;
	position: relative;
	left: -50px;
}

.slideshow div {
	margin: 3px;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 7px;
	border:2px solid transparent;
	transition: border-color .5s ease; 
}

.slideshow a {
	border: none !important;
} 

.slideshow div:hover {
	border:2px solid #4ae;
	border-radius: 5px;
	transition: border-color .25s ease; 
	border-radius: 7px;
}

#projekt {
padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted rgba(255,255,255,.5);
}

table#projekt {
	width: 100%;
}

table#projekt td:first-child {
	width: 1%;
}

#projekt img{
	width: 240px;
}

.projekt.slideshow {
	padding: 10px;
}

.presse {
	 font-size: .8em;
	 text-align: justify;
	 margin-left: 10px;
}

.presse div {
	float: right;
}

#content {
	padding-left: 40px;
	padding-top: 150px;
	padding-bottom: 50px;
	width: 852px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid rgba(255,255,255,.2);
	width: 852px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: .8em;
}

 h2, h3 {
	margin-bottom: .25em;
}

.sc {
	font-variant:small-caps;
}

#vorschau {
	width: 80%;
}

#vorschau tr {
	border: 1px solid rgba(140,140,140,.25);
}

.info {
	color: #999;
	font-size: .9em;
}

#vorschau td {
	vertical-align: top;
}

#content a {
	border-bottom: 1px dotted rgba(255,255,255,.25); 
	color: #ccc;
}

.shad img {
	box-shadow: 0 0 1px 1px rgba(255,255,255,.5);
}

h2 a {
	border: none !important;
} 

#proben td {
	vertical-align: top;
}

.gray1 {
	color: #999;
}

.gray2 {
	color: #666;
}

#chora {
	color: #ff3; 
}

#chora:after {
	content: "Chor A";
}

#chorb {
	color: #fc6;
}

#chorb:after {
	content:"Chor B";
}

#chorc {
	color: #f93;
}

#chorc:after {
	content: "Chor C";
}

#cantemusneo {
	color: #906;
}

#cantemusneo:after {
	content: "Cantemus Neo";
}

.green1 #content a:hover, .green1 #nav_r a:hover, a.green1:hover, .g1 {
	color: #4CAF50;
}

.green2 #content a:hover, .green2 #nav_r a:hover, a.green2:hover, .g2 {
	color: #CDDC39;
}

.purple  #content a:hover, .purple  #nav_r a:hover, a.purple:hover, .p {
	color: #9C27B0;
}

.orange #content a:hover, .orange #nav_r a:hover, a.orange:hover, .o {
	color: #FF9800;
}