html
{
  min-height: 100%;
}
html.single
{
  height: 100%;
}
html.multi
{
}
body
{
  margin: 0;
  padding: 0;
  padding-top: 45px;
  padding-bottom: 55px;
  background-color: #222;
  font-family: 'Abel', sans-serif;

  min-height: 100%;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
}
html.single body
{
  height: 100%;
}
a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; color: inherit;}
a:active { text-decoration: none; color: inherit; }

/* ----- header ------ */
header
{
  display: block;
  background-color: #222;
  line-height: 45px;
  height: 45px;
  font-size: 22px;
  position: absolute;
  width: 100%;
  top: 0px;
  color: #ccc;
}

header > a
{
  line-height: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 110px;
}
header #logo
{
  position: absolute;
  height: 60px;
  z-index: 1;
  display: inline-block;
  width: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/logoh.png');
  left: 30px;
}
header nav
{
  float: right;
  display: inline-block;
}
header nav ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

header nav ul > li
{
  display: inline;
  margin-right: 50px;
}

/* ----- main ------ */
main
{
  min-height: 100%;
  background-color: #fff;
}
html.single main
{
  height: 100%;
}
main
{
  font-size: 28px;
  overflow: auto;
}
main a:link { color: #00A; text-decoration: underline; }
main a:visited { color: #00A; text-decoration: underline; }
main a:hover { color: #00A; text-decoration: underline; }
main a:active { color: #00A; text-decoration: underline; }
main div h1
{
  font-size: 36px;
  margin-top: 0px;
}
main div h2
{
  font-size: 28px;
  margin-top: 0px;
}
main div.image
{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: auto;
}
html.multi main div.image
{
  height: 600px;
}
html.single main div.image
{
  min-height: 100%;
  height: 100%;
}
main > div.text
{
  padding: 60px 0px 80px 0px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
main div.image div.text
{
  position: absolute;
  padding: 40px;
  top: 120px;
  bottom: 120px;
  left: 200px;
  right: 200px;
  background-color: rgba(255, 255, 255, 0.9);
}
main div.image div.message
{
  margin-top: 100px;
  display: block;
  padding: 40px;
  width: 500px;
  height: auto;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.9);
}
.small
{
  font-size: 20px;
}
.track .audiojs
{
  height: 25px;
  width: 150px;
  display: inline-block;
  float: right;
}
.track .audiojs > div.play-pause
{
  height: 25px;
  padding: 0px;
  display: inline-block;
}
.track .audiojs > div.scrubber
{
  display: none;
}
.track .audiojs > div.time
{
  height: 25px;
  border: 0px;
  line-height: 25px;
  font-size: 14px;
  display: inline-block;
}
main .trackbox
{
  float: right;
  width: 370px;
  display:inline-block;
  font-size: 20px;
  line-height: 25px;
}
div.track
{
  margin-bottom: 30px;
}
p.trackname
{
  display: inline-block;
  margin: 0px;
  padding: 0px;
  line-height: 25px;
}
a.trackdetailslink
{
  cursor: pointer;
  margin-left: 5px;
  width: 18px;
  font-size: 10px;
  height: 18px;
  line-height: 25px;
  background-image: url('../images/info.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
p.trackdetails
{
  font-size: 15px;
  margin-top: 0px;
  display: none;
}
main #start
{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: no-repeat;
}
main #start a.imglink
{
  position: absolute;
  /*background-color: rgba(255, 255, 255, 0.3);*/
}
main #start
{
	width: 380px;
	height: 262px;
	background-size: 380px;
}
main #start a.imglink.studio
{
  left: 97px;
  top: 145px;
  width: 48px;
  height: 17px;
}
main #start a.imglink.musik
{
  left: 167px;
  top: 145px;
  width: 30px;
  height: 17px;
}
main #start a.imglink.kontakt
{
  left: 211px;
  top: 145px;
  width: 35px;
  height: 17px;
}
main #start a.imglink.impressum
{
  left: 264px;
  top: 145px;
  width: 46px;
  height: 17px;
}
main .albumcover
{
  width: 200px;
  margin-bottom: 30px;
}

@media (min-width: 800px) and (min-height: 656px)
{
	main > div.text
	{
	  width: 750px;
	}
	main #start
	{
		width: 780px;
		height: 556px;
		background-size: 780px;
	}
	main #start a.imglink.studio
	{
	  left: 199px;
	  top: 314px;
	  width: 98px;
	  height: 34px;
	}
	main #start a.imglink.musik
	{
	  left: 343px;
	  top: 314px;
	  width: 61px;
	  height: 34px;
	}
	main #start a.imglink.kontakt
	{
	  left: 433px;
	  top: 314px;
	  width: 72px;
	  height: 34px;
	}
	main #start a.imglink.impressum
	{
	  left: 542px;
	  top: 314px;
	  width: 94px;
	  height: 34px;
	}
	main .albumcover
	{
	  width: 300px;
	}
}
@media (min-width: 1100px) and (min-height: 822px)
{
	main > div.text
	{
	  width: 900px;
	}
	main #start
	{
		width: 1080px;
		height: 722px;
		background-size: 1080px;
	}
	main #start a.imglink.studio
	{
	  left: 275px;
	  top: 410px;
	  width: 135px;
	  height: 50px;
	}
	main #start a.imglink.musik
	{
	  left: 475px;
	  top: 410px;
	  width: 85px;
	  height: 50px;
	}
	main #start a.imglink.kontakt
	{
	  left: 600px;
	  top: 410px;
	  width: 100px;
	  height: 50px;
	}
	main #start a.imglink.impressum
	{
	  left: 750px;
	  top: 410px;
	  width: 130px;
	  height: 50px;
	}
	main .albumcover
	{
	  width: 400px;
	}
}

/* ----- footer ------ */
footer
{
  width: 100%;
  display: block;
  height: 55px;
  background-color: #222;
  color: #ccc;
  line-height: 55px;
  text-align: center;
  position: absolute;
  bottom: 0;
}
footer div
{
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
  text-align: left;
}
