/* ***** */
/* google translator */
/* ***** */
#google_translate_element {
  display: inline-block;
  padding: 0px;
  max-height: 20px;
  overflow: hidden;
  text-indent: 0px;
  width: 168px;
}
#gmResetTranslator {
  display: inline-block;
  text-indent: 0px;
  padding: 0 0 0 10px;
  vertical-align: top;
  cursor: pointer;
}
#gmResetTranslator img {
  width: 25px;
  height: 25px;
  margin-top: -6px;
}
#gmResetTranslator img:hover {
  background-color: #555;
}
#gmResetTranslator:hover {
  color: #fff;
}
.goog-te-combo {
  color: #ddd;
  border: 0px;
  font-size: 1.2em;
  background-color: #666;
  text-transform: none;
  margin: 0px;
}
.goog-te-gadget .goog-te-combo {
  margin: 0px !important;
}
/* ***** */
/* html */
/* ***** */
html {
  height: 100%;
}
body {
  background-color: #000;
  height: 100%;
}
.gridContainer.clearfix {
  font-family: Verdana, Geneva, sans-serif;
  ;
  color: #EEE;
  margin-top: 40px;
}
#homeTiles {
  background-color: rgba(51, 51, 51, 0.7);
}
.deselect {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* ***** */
/* tiles */
/* ***** */
.tileBox {
  height: 100%;
  background-color: #000;
  border-radius: 12px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
.tileBorder {
  height: 300px;
  background-color: #000;
  border-radius: 12px;
  text-align: center;
  /* border: 4px solid #444;*/
  margin: 15px 10px;
  padding: 0px;
  vertical-align: middle;
}
.tileBorderHalf {
  height: 140px;
  border-radius: 12px;
  text-align: center;
  /* border: 4px solid #444;*/
  margin: 17px 10px;
  padding: 0px;
  vertical-align: middle;
}
#tileAudio {
  background: linear-gradient(rgba(207, 148, 40, 0.39), rgba(50, 28, 28, 0.7));
}

#tileVideos {
  background: linear-gradient(rgba(207, 40, 40, 0.45), rgba(50, 28, 28, 0.7));
}
#tile05 .tileBorder {
  background-color: transparent;
}
#tile05 .tileBox {
  background-color: transparent;
}
#tile03 .tileBorder {
  background-color: transparent;
}
#tile06 .tileBorder {
  background-color: transparent;
}
#tile06 .tileBox {
  background-color: rgba(0, 0, 0, 0.39);
}
#tile02 .tileBorder {
  background-color: transparent;
}
#tile02 .tileBox {
  background-color: rgba(0, 0, 0, 0.39);
}
#tile10 .tileBorder {
  background-color: transparent;
}
#tile10 .tileBox {
  background-color: rgba(0, 0, 0, 0.39);
}
/* ***** */
/* page */
/* ***** */
#page {
  height: 100%;
  overflow: hidden;
}
#page .contentContainer {
  width: 100%;
  position: absolute;
  top: 42px;
  bottom: 42px;
  overflow: auto;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
#page .contentContainerBackground {
  width: 100%;
  position: absolute;
  top: 42px;
  bottom: 42px;
  overflow: auto;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
#contentContainerBackground1 {
  background-image: url(../_images/back/000.jpg);
}
#contentContainerBackground1 {
  background-image: url(../_images/back/010.jpg);
}
.videoFrame {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 15px;
  position: relative;
}
.youtubeFrame {
  margin-top: 5%;
  height: 90%;
  width: 95%;
  border: none;
}
.videoFrame .videoText {
  position: absolute;
  ;
  bottom: 0px;
  width: 100%;
  font-size: 0.9em;
  color: rgba(179, 176, 173, 1);
  line-height: 1.7em;
  text-align: center;
}
.videoFrame .videoText div {
  padding: 10px;
}
.gridContainer.clearfix .tileTextCenter {
  display: table;
  height: 100%;
  width: 100%;
}
.gridContainer.clearfix .tileTextCenter div {
  vertical-align: middle;
  line-height: 50px;
  display: table-cell;
}
.gridContainer.clearfix .tileTextCenter div h2 {
  font-weight: bolder;
  font-style: normal;
  text-shadow: 2px 2px 11px #000000;
  margin: 0px;
  padding: 5px 15px;
}
.gridContainer.clearfix #tile03 .tileBiographie {
  background-color: transparent;
}
.gridContainer.clearfix #tile03 #tileBiographie .bioBorder {
  border: 20px rgba(0, 0, 0, 0.39) solid;
  border-radius: 12px;
}
.gridContainer.clearfix #tile03 #tileBiographie .bioBackground {
  background-image: url(../_images/golomaichel.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 260px;
  border-radius: 5px;
}
.gridContainer.clearfix #tile01 #tileWerke {
  background-image: url(../_images/noten.jpg);
}
.gridContainer.clearfix #tile05 #tileDrums {
  background-image: url(../_images/drums.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.gridContainer.clearfix .tileBorder:hover {
  box-shadow: 0px 0px 8px 4px rgba(216, 201, 31, 0.5);
  -webkit-box-shadow: 0px 0px 8px 4px rgba(216, 201, 31, 0.5);
  -moz-box-shadow: 0px 0px 8px 4px rgba(216, 201, 31, 0.5);
}
.gridContainer.clearfix .tileBorderHalf:hover {
  box-shadow: 0px 0px 8px 4px rgba(216, 201, 31, 0.5);
  -webkit-box-shadow: 0px 0px 8px 4px rgba(216, 201, 31, 0.5);
  -moz-box-shadow: 0px 0px 8px 4px rgba(216, 201, 31, 0.5);
}
#page #footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 42px;
}
#page #header div {
  text-align: center;
  position: absolute;
  left: 50px;
  top: 0px;
  right: 0px;
}
/* ***** */
/* werke */
/* ***** */
#werke .tilesWerke {}
#werke .tileBox {
  height: 300px;
  position: relative;
  display: block;
  background-color: rgba(50, 50, 50, 0.8);
  border-radius: 7px;
  margin: 10px 2px;
}
#werke .tileBox .werke-name {
  height: 80px;
  padding: 5px 100px 5px 20px;
  text-align: left;
  border-radius: 2px 2px 0 0;
  text-overflow: clip;
}
#werke .tileBox .werke-name h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
#werke .tileBox .werke-audio {
  background-image: url(../_images/play.png);
  background-size: contain;
  height: 30px;
  width: 30px;
  border: 2px solid #A39E9E;
  border-radius: 4px;
  position: absolute;
  right: 45px;
  top: 15px;
  cursor: pointer;
}
#werke .tileBox .werke-audio:hover {
  border: 2px solid white;
}
#werke .tileBox .werke-video {
  background-image: url(../_images/youTube.png);
  background-size: contain;
  height: 30px;
  width: 30px;
  border: 2px solid #A39E9E;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
#werke .tileBox .werke-video:hover {
  border: 2px solid white;
}
#werke .tileBox .werke-opus {
  height: 15px;
  padding: 5px 20px;
  text-align: right;
  border-radius: 0 0 2px 2px;
}
#werke .tileBox .werke-beschreibung {
  padding: 0px 20px;
  text-align: left;
  max-height: 170px;
  overflow: auto;
  text-overflow: ellipsis;
}
#werke .tileBox .werke-beschreibung-absatz {
  padding-top: 20px;
  display: block;
}
#werke .tileBox.opus-border {
  border: 2px solid #770000;
}
#werke .tileBox .opus-background {
  background-color: #770000;
  border-radius: 4px 4px 0 0;
}
/* ***** */
/* drums */
/* ***** */
#drums .tilesDrums {}
#drums .tileBox {
  height: 380px;
  position: relative;
  display: block;
  background-color: rgba(50, 50, 50, 0.8);
  border-radius: 7px;
  margin: 10px 2px;
}
#drums .tileBox .drums-name {
  height: 55px;
  padding: 5px 100px 5px 20px;
  text-align: left;
  border-radius: 2px 2px 0 0;
  text-overflow: clip;
}
#drums .tileBox .drums-name h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
#drums .tileBox .drums-audio {
  background-image: url(../_images/play.png);
  background-size: contain;
  height: 30px;
  width: 30px;
  border: 2px solid #A39E9E;
  border-radius: 4px;
  position: absolute;
  right: 45px;
  top: 15px;
  cursor: pointer;
}
#drums .tileBox .drums-audio:hover {
  border: 2px solid white;
}
#drums .tileBox .drums-video {
  background-image: url(../_images/youTube.png);
  background-size: contain;
  height: 30px;
  width: 30px;
  border: 2px solid #A39E9E;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
#drums .tileBox .drums-video:hover {
  border: 2px solid white;
}
#drums .tileBox .drums-opus {
  height: 15px;
  padding: 5px 20px;
  text-align: right;
  border-radius: 0 0 2px 2px;
}
#drums .tileBox .drums-beschreibung {
  max-height: 100px;
  text-align: left;
  overflow: auto;
  text-overflow: ellipsis;
  margin: 20px;
}
#drums .tileBox .drums-beschreibung-absatz {
  padding-top: 20px;
  display: block;
}
#drums .drums-link {}
#drums .drums-link img {
  width: 160px;
  height: 160px;
}
#drums .tileBox .opus-border {
  border: 2px solid #770000;
}
#drums .tileBox .opus-background {
  background-color: #770000;
  border-radius: 4px 4px 0 0;
  margin-bottom: 20px;
}
/* ***** */
/* video */
/* ***** */
#videos .tilesVideo {}
#videos .tileBox {
  height: 395px;
  position: relative;
  display: block;
  background-color: rgba(50, 50, 50, 0.8);
  border-radius: 7px;
  margin: 10px 2px;
}
#videos .tileBox .werke-name {
  height: 50px;
  padding: 5px 20px;
  border-radius: 2px 2px 0 0;
}
#videos .tileBox .werke-name h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
#videos .tileBox .werke-opus {
  height: 15px;
  padding: 5px 20px;
  text-align: right;
  border-radius: 0 0 2px 2px;
}
#videos .tileBox .video-text {
  height: 60px;
  padding: 10px 15px 0px 20px;
  text-align: left;
  overflow: auto;
}
#videos .tileBox .video-text-absatz {
  padding-top: 10px;
  display: block;
}
#videos .tileBox .video-link {
  height: 230px;
  margin: 0px 10px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 98%;
  background-position: center;
  border-radius: 7px;
  background-color: #333;
}
#videos .tileBox.opus-border {
  border: 2px solid #770000;
}
#videos .tileBox .opus-background {
  background-color: #770000;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
#biographieFrame {
  padding-left: 0px;
  background-color: rgba(50, 50, 50, 0.5);
}
#biographie .bioFoto div {
  display: block;
  padding: 10px;
}
#biographie tr > td {
  width: 100px;
  padding: 10px;
}
#biographie tr > td + td {
  width: auto;
}
#impressum .impressumText {
  background-color: rgba(50, 50, 50, 0.5);
  padding: 10px 20px 20px 20px;
  color: #EEE;
}
#page #videoLoader {
  height: 100%;
  width: 100%;
  display: table;
}
#page #videoLoader #videoLoaderMessager {
  vertical-align: middle;
  width: 100px;
  height: 50px;
  line-height: 100px;
  display: table-cell;
  text-align: center;
  background-image: url(../_images/ajax-loader.gif);
  background-size: 30%;
  background-position: center center;
  background-repeat: no-repeat;
}
#page #videoLoader #videoLoaderError {
  vertical-align: middle;
  width: 100px;
  height: 50px;
  line-height: 100px;
  display: table-cell;
  text-align: center;
  background-image: url(../_images/error.png);
  background-size: 10%;
  background-position: center center;
  background-repeat: no-repeat;
}
#home #tile06 .tileBorder .tileBox {
  background-image: url(../_images/videos/1eLDDT_RIQM.jpg);
}
/* ***** */
/* Datenschutz */
/* ***** */
#datenschutz a {
  color: #000;
  text-decoration: none;
}
#datenschutz a:hover {
  text-decoration: underline;
}
#datenschutz div {
  padding: 10px;
  padding-right: 40px;
}
#datenschutz {
  outline: 1px solid #7b92a9;
  text-align: right;
  border-top: 1px solid #fff;
  background: #d6e0eb;
  background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6e0eb), color-stop(100%, #f2f6f9));
  background: -webkit-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
  background: -o-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
  background: -ms-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
  background: linear-gradient(to bottom, #d6e0eb 0%, #f2f6f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e0eb', endColorstr='#f2f6f9', GradientType=0);
  position: fixed;
  bottom: 42px;
  z-index: 10000;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
#datenschutzCloser {
  color: #777;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  cursor: pointer;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #7b92a9;
  border-right: 1px solid #7b92a9;
  padding: 4px;
  background: #ced6df; /* Old browsers */
  background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ced6df), color-stop(100%, #f2f6f9));
  background: -webkit-linear-gradient(top, #ced6df0%, #f2f6f9 100%);
  background: -o-linear-gradient(top, #ced6df0%, #f2f6f9 100%);
  background: -ms-linear-gradient(top, #ced6df0%, #f2f6f9 100%);
  background: linear-gradient(to bottom, #ced6df0%, #f2f6f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ced6df', endColorstr='#f2f6f9', GradientType=0);
}
#datenschutzCloser:hover {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid #7b92a9;
  border-left: 1px solid #7b92a9;
}

.polyhymniaInfo {
	display: block !important;
	max-width:770px;
	margin:20px;
	padding:10px;
	line-height:2em;
	font-size: 1.69em;
	text-align:left;
	display:block;
}