body {
	overflow-x:hidden;
	font-family:'CamingoDosProCd-Light', sans-serif;
	font-size: 18px;
	line-height:1.825;
	font-weight:300;
	margin:0;
	color:black;
	opacity:0;
	transition:1s opacity ease-in;
	-webkit-animation: bugfix infinite 1s;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes bugfix {
  from { padding: 0; }
  to { padding: 0; }
}

* {
	box-sizing: border-box;
}

img {
	float:left;
}

a {
	text-decoration: none;
	font-weight: 500;
	color:inherit;
	letter-spacing: 1px;
}

a:not(.btn) {
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
	letter-spacing:2px;
	text-shadow: 2px 2px 5px rgba(0,0,0,.3);
	margin: 0 0 0.5em 0.5em;
	padding:0;
	color:#333;
	font-family:'CamingoDosProCd-ExtraLight';
}

/* underline of h1 */
h1:after {
	display: none;
  /* display: block; */
  content: '';
  width: 30%;
  height: 15px;
  margin: 20px 0 0 10%;
  max-width: 200px;
  background-color: #d5b096;
}

h2 {
	font-size: 1.0em;
	letter-spacing:2px;
	text-transform: uppercase;
	font-family: 'MalabarPro-Regular', sans-serif;
	text-shadow: 2px 2px 4px rgba(0,0,0,.3);
	text-align: right;
	/* font-style: italic; */
}

div.page {
	width:100%;
	float:left;
	position:relative;
	z-index:10;
	box-shadow:0 0 12px black;
	-webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

div.page-seperator {
	width: 1px;
  float: left;
  display: inline-block;
  height: 101vh; /* 92vh */
  text-shadow: 0 0 10px black;
  text-align: right;
  position: relative;
  margin-left: 20px;
}

div.page-seperator:before {
	content:attr(title);
	display:inline-block;
	width:100%;
	padding-bottom:5vh;
	padding-top:83vh; /* 75vh */
	height:0;
	font-size:13vh;
	font-size:13vmin;
	overflow:visible;
}

div.page:before {
	content: 'Klicken Sie auf die Musiker f\00FCr Einzelbiographien';
	position: absolute;
	top: -2em;
	right: 1em;
	font-size: 1em;
  text-shadow:0 0 13px black;
}

a.btn {
	display:inline-block;
	width:10em; height:3.2em;
	border:2px solid black;
	font-family:"CamingoDosProCd-Regular";
	text-transform:uppercase;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	letter-spacing:3px;
	text-align:center;
	border-radius: 4px;
	padding:1em;
	margin:5px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  text-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.option { display: none !important; }
.option.active { display: inline-block !important; }

div.content-block {
	overflow:hidden;
	float:left;
	display:inline-block;
	margin:-1px 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width:100%;
	text-align:center;
}

div.content-block.single {
	padding: 3em;
}

div.content-small, div.content-big {
	padding: 0.8em 1.5em;
	display: inline-block;
	float: left;
	overflow: visible;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

div.content-small {
	width:40%;
	position:relative;
	z-index:3;
	padding-left:4%;
	text-align:right;
}

div.content-big {
	width:60%;
	padding-left:6%;
	padding-right:7%;
	z-index:3;
	text-align:justify;
}

/* VIDEO BOX */

div.klickbox {
	width:10em;
	height:7em;
	margin:0.2em;
	line-height:1.3;

	background-size:cover;
	background-position: top center;
	display:inline-block;
	border:2px solid white;
	cursor:pointer;
	vertical-align:top;
	transition:.2s all ease-in;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

div.klickbox:before {
	position:relative;
	font-size:0.8em;
	letter-spacing:1px;
	font-family:"CamingoDosProCd-Regular";
	text-transform:uppercase;

	content:attr(title);
	text-align:center;
	height:1em;
	width:100%;
	padding-top:8.5em;
	top:5px;

	display:inline-block;
	background-size:40%;
	background-repeat:no-repeat;
	background-position:center .5em;
	transition:.2s all ease-in;
	opacity:0;
	white-space: nowrap;
	/* overflow:hidden; */

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

div.klickbox:hover {
	box-shadow:2px 2px 12px black;
	transform:scale(1.1);
	position: relative;
	z-index: 10;
}

div.klickbox:hover:before {
	height:100%;
	opacity:1;
}

div.playaudio {
	background:white;
	border-color:#5cbccd !important;
	color:#5cbccd;
}

div.playaudio:before {
	background-image:url('img/playaudio.png');
	background-size:18%;
	padding-top:0;
	height:90%;
	opacity:1;
	background-position:bottom center;
	white-space:pre-wrap;
}

div.playaudio:hover:before {
	background-size:50%;
	background-position:center;
	color:rgba(0,0,0,0.2);
}

div.playvideo:before {
	background-image:url('img/playvideo.png');
}

/* MEDIA */

img.icon_close, img.icon_next, img.icon_prev {
	position:absolute;
	width:2.2em;
	height:2.2em;
	top:0;
	right:0;
	z-index:10;
	border-radius:100%;
	cursor:pointer;
	transition:.2s all ease-in;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
img.icon_next {	top:50%; }
img.icon_prev { right:auto; left:0; top:50%; }
img.icon_close:hover, img.icon_next:hover, img.icon_prev:hover {
	transform:scale(1.1);
	opacity:0.9;
}

div#theater {
	overflow: hidden;
	transition: .3s all ease-in;
	display: none;
}

div#theater img#dia {
	width: 560px;
	height: auto;
	box-shadow: 0 0 16px black;
	float:none;
}
div#theater div {
	float:none;
	vertical-align: top;
}

div#theater.video a.btn#theater_download,
div#theater.video img#dia,
div#theater.video div.carousel-left,
div#theater.video div.carousel-right,
div#theater.diashow iframe
{
	display: none;
}

div#audioplayer {
	position:fixed;
	right:1em;
	bottom:1em;
	z-index:90;
	display:none;
}

div#audioplayer img.closewin {
	position: absolute;
  border-radius: 100%;
  right: 1em;
  top: 2.77em;
  z-index: 1000;
  height: 1.6em;
  width: 1.6em;
  cursor: pointer;
	transition: .2s all ease-in;
	filter: grayscale(1);
}

div#audioplayer:hover img.closewin {
	filter: none;
	transform: scale(1.2);
}

.cp-container {
	border-radius:100%;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	box-sizing:content-box;
	/* border:10px solid #5cbccd; */
	border:7px solid #adc976;
}

input, select, textarea, label { font-size:0.8em; }

input[type=text], select, textarea {
  width: 100%;
  padding: 0.6em 1.1em;
  margin: 0.5em 0;
  display: inline-block;
	font-family: 'CamingoDosProCd-ExtraLight';
	font-size: 1em;
  border: 2px solid;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

input[type=submit] {
	width:100%;
	padding:1em;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	border-width:2px;
	border-style:solid;
	font-family:"CamingoDosProCd-Regular";
	text-transform:uppercase;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	letter-spacing:3px;
	text-align:center;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  text-shadow: 0 1px 3px rgba(0,0,0,.1);
}

/* Base for label styling */
input[type=radio] {
  position: absolute;
  left: -9999px;
}

input[type=radio]:not(:checked) + label,
input[type=radio]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
/* checkbox aspect */
input[type=radio]:not(:checked) + label:before,
input[type=radio]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid;
  border-radius:100%;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
input[type=radio]:not(:checked) + label:after,
input[type=radio]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  transition: all .2s;
}
/* checked mark aspect changes */
input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
input[type=radio]:disabled:not(:checked) + label:before,
input[type=radio]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type=radio]:disabled:checked + label:after {
  color: #999;
}
input[type=radio]:disabled + label {
  color: #aaa;
}
/* accessibility */
input[type=radio]:checked:focus + label:before,
input[type=radio]:not(:checked):focus + label:before {
  border: 2px dotted;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}

div.konzert {
	display:inline-block;
	width:180px;height:180px;
	border-radius:100%;
	border:2px solid #5cbccd;
	text-align:center;
	margin:20px;
	vertical-align:top;
	padding:10px 0;
	cursor:pointer;
	transition:.2s all ease-in;

}

div.konzert:hover {
	transform:scale(1.1);
}

div.konzert h1 {
	color:#5cbccd;
	font-size:1.4em;
	line-height:1.2;
	margin:10px;
}
div.konzert h2 {
	color:#5cbccd;
	font-size:0.8em;
	line-height:1.2;
	margin:10px;
}

div.bio {
	display:none;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}

div.bio-img {
	position: absolute;
	width: 40%;
	bottom: 0;
	left: 0px;
	top:7em;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

a.bio-close {
	position: absolute;
	bottom:10px;
	left:20px;
}

div.bio-text {
	position: absolute;
	left: 40%;
	/* right: 40%; */
	width: 60%;
	bottom: 0;
	top: 7em;
	padding: 1em 4em;
	overflow-y: scroll;
}

/* Background  */

div#background {
	position:fixed;
	top:7em;
	left:0;
	width:100%;
	height:100%;
	transform:translate3d(0,0,0);
	z-index:0;
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	transition:.8s left ease-in-out;
	background-position: top center;
}

div#background.home {
	background-image:url('img/bg.jpg');
}

div#background.media {
	background-image:url('img/bg-media.jpg');
}

div#background.contact {
	background-image:url('img/bg-contact.jpg');
}

div#background div {
	position:absolute;
	cursor:pointer;
	z-index:3;
	border-radius:5px;
	transition:.2s background ease-in;
}

div#background div[title]:hover {
	transition:.3s all ease-in;
}
div#background div[title]:hover {
	/* background:linear-gradient(to bottom, transparent, rgba(243,241,244,.2)); */
}

div#background div[title]:before {
	content:attr(title);
	position:relative;
	top:50%;
	display:inline-block;
	background-color:#333;
	color:white;
	border:2px solid white;
	padding:5px;
	opacity:0;
	transition:.7s opacity ease-in;
}

div#background div[title]:hover:before {
	opacity:.8;
}

div#background div#shade {
	position: absolute;
	background-color:#3a1610;
	opacity:0;
	cursor:initial;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

div#background.home div#_sam { left:3.4%; top:6%; width: 18.5%; height:79%; }
div#background.home div#_bernhard { left:26%; top:14.5%; width:17.8%; height:79%; }
div#background.home div#_christian { left:45.6%; top:12%; width:20%; height:80%; }
div#background.home div#_frank { left:65.5%; top:16.8%; width:14.7%; height:77%; }
div#background.home div#_rodolpho { left:81%; top:19%; width:18%; height:80%; }

div#background.media div#_sam { left: 72.8%; top: 2.5%; width: 20.9%; height: 97%; }
div#background.media div#_christian { left: 59.5%; top: 3.7%; width: 11.1%; height: 95%; }
div#background.media div#_frank { left: 46.4%; top: 7.2%; width: 13.2%; height: 90%; }
div#background.media div#_bernhard { left: 10.6%; top: 4.6%; width: 18%; height: 94%; }
div#background.media div#_rodolpho { left: 30.9%; top: 11.7%; width: 12.9%; height: 88%; }

div#background.contact div#_sam { left: 47%; top: 17.8%; width: 9.3%; height: 64.4%; }
div#background.contact div#_christian { left: 56.1%; top: 14.4%; width: 10.9%; height: 69.4%; }
div#background.contact div#_frank { left: 24.2%; top: 18.4%; width: 8%; height: 64.1%; }
div#background.contact div#_bernhard { left: 35.4%; top: 16.6%; width: 10%; height: 56.1%; }
div#background.contact div#_rodolpho { left: 68.7%; top: 21.6%; width: 17.4%; height: 69.7%; }

/* CD carousel */

div.carousel-left, div.carousel-right, div.klickbox-left, div.klickbox-right {
	display:inline-block;
	font-family: serif;
	float:left;
	width:5%;
	font-size:9em;
	z-index:6;
	color:#333;
	cursor:pointer;
	text-shadow: 1px 1px 3px black;
	transition:.1s all ease-in;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

div.klickbox-left, div.klickbox-right { font-size: 5em; }

div.carousel-left:hover, div.carousel-right:hover {
	transform:scale(1.1);
	text-shadow: 2px 2px 4px black;
	user-select: none;
}

div.carousel-window {
	display: inline-block;
	float: left;
	width: 89%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 3em;
}

div.carousel-entry {
	width:96%;
	left:-2%;
	transition:.2s ease-in left;
	position:relative;
	display: inline-block;
	margin: 5px -4.5px 5px 4%;
	padding: 10px;
	text-shadow: 1px 1px 3px gray;
	vertical-align:top;
	font-size: 1em;
	overflow: hidden;
	text-align: left;
	white-space: normal;
	font-family: 'CamingoDosProCd-ExtraLight';
}

div.carousel-entry-img {
	display: inline-block;
	vertical-align: top;
	height: 0;
	width: 33%;
	/* width: 0;
	padding-right: 33%; */

	min-height: 40px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
}

div.carousel-entry-text {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 66%;
	min-height: 40px;
	padding: 5px 2em;
	box-shadow: 2px 2px 10px black;
	text-align: center;
}
div.carousel-entry-text p {
	text-align: justify;
}
div.carousel-entry-text h2 {
	text-align: center;
}

div.carousel-entry-btn {
	display: inline-block;
	vertical-align: middle;
	padding: 1em;
}

div.carousel-entry-text ul {
	vertical-align: top;
	display: inline-block;
	margin-right: 2em;
}

div.carousel-entry-text ul > li {
	text-align:left;
	white-space:normal;
	list-style-type:none;
}

#_samples div.carousel-entry { border-radius: 20px; }
#_samples div.carousel-entry-img { background-size: cover; background-position: center; }

li.carousel-entry-button {
	font-family: 'CamingoDosProCd-Regular';
}

li.carousel-entry-button:before {
	content: '';
	background-image: url('img/listen.png');
	display: inline-block;
	margin: 0 10px;
	width: 1em;
	height: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

li.carousel-entry-button {
	cursor: pointer;
}

li.carousel-entry-button:hover {
	text-decoration: underline;
}

li.carousel-entry-button:hover:before {
	transform:scale(1.1);
}

div.klickbox-scroll {
	display: inline-block;
	width: 100%;
}

div.klickbox-window {
	display: inline-block;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

div.klickbox-container {
	white-space: nowrap;
	display: inline-block;
	margin:2em 1em;
}


/* Base for label styling */
input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

input.styled-checkbox:not(:checked) + label,
input.styled-checkbox:checked + label {
  position: relative;
  padding-left: 1.95em;
	display: block;
  cursor: pointer;
}

/* checkbox aspect */
input.styled-checkbox:not(:checked) + label:before,
input.styled-checkbox:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
input.styled-checkbox:not(:checked) + label:after,
input.styled-checkbox:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  transition: all .2s;
}
/* checked mark aspect changes */
input.styled-checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input.styled-checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
input.styled-checkbox:disabled:not(:checked) + label:before,
input.styled-checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input.styled-checkbox:disabled:checked + label:after {
  color: #999;
}
input.styled-checkbox:disabled + label {
  color: #aaa;
}
/* accessibility */
input.styled-checkbox:checked:focus + label:before,
input.styled-checkbox:not(:checked):focus + label:before {
  border: 2px dotted;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}
