@font-face {
   font-family: 'DroidSans';
   src: local('DroidSans'), 
	url('DroidSans.ttf');
}
@font-face {
  font-family: 'DroidBold';
  src: local('Droid Sans Bold'),
       url('DroidSans-Bold.ttf');
}
@font-face {
  font-family: 'ManoNegra';
  src: local('WC Mano Negra'),
       url('WCManoNegraBta.ttf');
}
@font-face {
  font-family: 'SketchyBold';
  src: local('!Sketchy Times Bold'),
       url('SketchyTimesBold.ttf');
}
.banner {
    padding: 2em;
    hg
}
#titel {
	text-align: center; 
	margin: 0px 0px;
	height: 5rem;
}
a#titel{
  font-family: 'ManoNegra';
  font-size: 700%;
  font-weight: normal;
	color: #ddd;
	line-height: 150%;
}
#bilderrahmen {
	text-align: center;
}
#credits{
	color: #000;
	text-align: center;
	width: 56rem;
	margin: 0px auto -10px auto;
}
.badewanne, .badewanne-index {
	background-repeat: repeat;
	background-image: url(bilder/hg-k.jpg);    
	color: #ddd;
	margin: 10px auto;
	min-width: 810px;
	max-width: 56rem;
	padding: 0px 0px 20px 0px;
	text-align: center;
	box-shadow: 0px 0px 10px #222;
	-o-box-shadow: 0px 0px 10px #222;
	-icab-box-shadow: 0px 0px 10px #222;
	-khtml-box-shadow: 0px 0px 10px #222;
	-moz-box-shadow: 0px 0px 10px #222;
	-webkit-box-shadow: 0px 0px 10px #222;
}
.index-img {
    background-image: url(bilder/kaleidoskop.svg);
    background-repeat: no-repeat;
	/**mask: url(bilder/kaleidoskop.svg) no-repeat -20px 0px;
    mask-position: top right;**/
    background-position: 50% 5%;
    position: absolute;
    width: 1024px;
    height: 500px;
}
.index {
	text-align: left;
	padding: 3rem 30rem 3rem 3rem;
}
.index p {
    font-family: 'ManoNegra';
    font-size: 1.8rem;
}
.linkleiste {
	text-align: center;
}
.linkleiste a {
    font-family: 'ManoNegra';
    font-size: larger;
}
.musik, .dates, .wir, .links, .kontakt, .bilder, .rezension {
	text-align: left;
	min-height: 250px;
	margin: 20px 100px 30px 100px;
}
.bilder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bilder li {
  float: left;
  margin: 13px;
}
.dates{
  margin: 20px 100px 30px 100px;
}
.krams{
	text-align: left;
	min-height: 250px;
	margin: 20px 90px 30px 90px;
	
}
.frage{
	font-style: italic;
	margin-bottom: -0.5rem;
	padding-bottom: 0;
}
.kategorie {
  clear: both;
  border: 5px yellow;
}

a:link {
	text-decoration: none;
	color: #ddd;
}
a:visited {
	text-decoration: none;
	color: #750013;
}
a:hover {
	color: #e67300;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;     
    background-image: url(bilder/hg-s.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    line-height: 150%;
	font-size: 1.2rem;
	font-family: 'DroidSans', sans-serif;
    text-rendering: optimizeLegibility; 
    -moz-font-feature-settings: "kern=1"; 
    -ms-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "liga=1"; 
    -ms-font-feature-settings: "liga" 1;	
}
h1 {
	text-align: center;
	font-size: 400%;
	font-family: ManoNegra;
	font-weight: normal;
	color: #ddd;
}
h2, h3, h4, strong, a {
  font-family: DroidBold;
  font-weight: normal;
}
hr, hr.top {
	background-color: #ddd;
    color: #bbb;
	border: 0px;
	height: 3px;
	width: 100%;
	margin: 0px;
	padding: 0px;
    
    box-shadow: 0 0 10px #750013;
	-o-box-shadow: 0 0 10px #750013;
	-icab-box-shadow:  0 0 10px #750013;
	-khtml-box-shadow:  0 0 10px #750013;
	-moz-box-shadow:  0 0 10px #750013;
	-webkit-box-shadow:  0 0 10px #750013;
}
p {
	padding-bottom: 7px;
}

input {
	font-family: DroidSans, sans-serif;
	margin: 3px 0px;
}

/** Bildergalerie **/

.album h1 a, #collectionpage h1 a {
	font-family: ManoNegra;
	font-weight: normal;  
}
.album h1, #collectionPage h1 {
	text-align: center;
	font-size: 200%;
	font-family: ManoNegra;
	font-weight: normal;
	color: #18828c;
	padding: 1rem;
	margin: 0;
}
ul.thumbpage {
    list-style-type: none;
}

ul.thumbpage li {
	padding: 0rem;
	margin: 1.7rem;
	float: left;
	
}

ul.thumbpage li img , .bilder li img, .cover{
    border: 1px solid black;
    box-shadow: 5px 5px 10px #000;
	-o-box-shadow: 5px 5px 10px #000;
	-icab-box-shadow: 5px 5px 10px #000;
	-khtml-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 0px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
}

ul.thumbpage li a {
    display: block;
    padding: 5px;
    text-align: center;
}

ul.thumbpage li a:hover {
}
#footer{
  padding-top: 2rem;
  clear: both;
}
.album{
  	background-repeat: repeat;
	background-image: url(fof/hg.jpg);
	margin: 10px auto;
	width: 840px;
	padding: 0px 0px 20px 0px;
	text-align: center;
	box-shadow: 5px 5px 10px #000;
	-o-box-shadow: 5px 5px 10px #000;
	-icab-box-shadow: 5px 5px 10px #000;
	-khtml-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 0px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	color: #4a8497;
}
.album img{
  margin-top: 2rem;
  border: 1px solid black;
    box-shadow: 5px 5px 10px #000;
	-o-box-shadow: 5px 5px 10px #000;
	-icab-box-shadow: 5px 5px 10px #000;
	-khtml-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 0px 3px 15px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
}
.leftthumb{
  float: left; 
  margin-left: -120px;
}
.rightthumb{
  float: right; 
  margin-right: -120px;
}

/********************************************
 * Popup */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  width: 30%;
  position: relative;
  color: #437898;
  transition: all 5s ease-in-out;
    box-shadow: 5px 5px 10px #000;
	-o-box-shadow: 5px 5px 10px #000;
	-icab-box-shadow: 5px 5px 10px #000;
	-khtml-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 0px 3px 15px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 20px;
  text-decoration: none;
  color: #333;
}
#popup2 > .popup .close {
    right: 10px; 
    font-size: 30px;
}
.popup .close:hover {
  color: #18828c;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popup a:link {
    color: #750013;
}
.popup a:hover{
    color: #e67300;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
