
@font-face {
  font-family: 'DeutscheZierschrift';
  src: url('./fonts/DeutscheZierschrift.eot?#iefix') format('embedded-opentype'),
       url('./fonts/DeutscheZierschrift.woff') format('woff'),
       url('./fonts/DeutscheZierschrift.ttf')  format('truetype'),
       url('fonts/DeutscheZierschrift.svg#DeutscheZierschrift') format('svg');
  font-weight: normal;
  font-style: normal;
}

.hw-page {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
  font-weight: bold;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  left: 50%;
}

.percentLoaded {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
  font-size: 24px;
  color: yellow;
}

.hw-page-default {
  background-image: url("../images/bg.png");
}

.hw-page-index {
  background-image: url("../images/bg_index.png");
}

.hw-index {
  font-size: 0.8em;
  cursor: pointer;
  text-align: left;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.hw-page-title {
  background-image: url("../images/bg_title.png");
}

.hw-einleitung-title {
  font-size: 1.8em;
  color: darkred;
  cursor: pointer;
}

a {
  color: black;
}

a.hover {
  text-decoration: none !important;
}

a.hover:hover {
  text-decoration: none !important;
}

.hw-btn {
  cursor: pointer;
  z-index: 100;
}

.hw-left-btn {
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3em;
}

.hw-right-btn {
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3em;
}

.hw-source {
  font-style: italic;
  font-size: 16px;
}

.hw-content {
  text-align: center;
}

.hw-blood {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.hw-blood-1 { background-image: url("../images/blood1.png"); }
.hw-blood-2 { background-image: url("../images/blood2.png"); }
.hw-blood-3 { background-image: url("../images/blood3.png"); }
.hw-blood-4 { background-image: url("../images/blood4.png"); }
.hw-blood-5 { background-image: url("../images/blood5.png"); }
.hw-blood-6 { background-image: url("../images/blood6.png"); }

.hw-pagenr {
  position: absolute;
  left: 50%;
  font-size: 1.5em;
  bottom: 3em;
  margin-left: -0.8em;
}

.hw-candle {
  position: fixed;
  bottom: 0px;
  right: 50%;
  z-index: -1;
}

.hw-spacer {
  line-height: 0.2em;
  font-size: 0.7em;
}

h1 {
  font-family: 'DeutscheZierschrift' !important;
  font-weight: normal;
  color: #32324f;
  font-size: 3em;
}


/* ############################################### */
/* ############################################### */
/* ############################################### */

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  padding: 0;
  background-color: #000;
}

.hw-ornament {
  margin-top: 0.8em;
  margin-bottom: 0.1em;
}


/*   MEDIUM   */
/*
@media screen and (min-height: 100px) {
*/
  .hw-page {
    width: 707px;
    height: 900px;
    margin-left: -353px;
    margin-top: -450px;
    font-size: 16px;
  }

  .hw-candle {
    margin-right: -750px;
  }

  .hw-content {
    padding: 117px 155px;
  }

  .hw-right-btn  {
    margin-left: 340px;
  }

  .hw-left-btn {
    margin-left: -440px;
  }

  .hw-radio {
    font-family: 'DeutscheZierschrift';
    font-size: 2em;
    cursor: pointer;
  }
  /*
}
*/


/*   BIG   */
@media screen and (min-height: 1200px) {
  .hw-page {
    width: 900px;
    height: 1156px;
    margin-left: -450px;
    margin-top: -578px;
    font-size: 20px;
  }

  .hw-candle {
    margin-right: -900px;
  }

  .hw-content {
    padding: 150px 200px;
  }

  .hw-right-btn  {
    margin-left: 420px;
  }

  .hw-left-btn {
    margin-left: -520px;
  }

}

/*   SMALL   */
@media screen and (max-height: 800px) {
  .hw-page {
    width: 450px;
    height: 578px;
    margin-left: -225px;
    margin-top: -289px;
    font-size: 10px;
  }

  .hw-candle {
    margin-right: -450px;
  }

  .hw-content {
    padding: 75px 100px;
  }

  .hw-right-btn  {
    margin-left: 210px;
  }

  .hw-left-btn {
    margin-left: -260px;
  }

}



/*   PHONE   */
@media screen and (max-device-width: 600px) {
  .hw-page {
    width: 450px;
    height: 578px;
    margin-left: -225px;
    margin-top: -289px;
    font-size: 10px;
  }

  .hw-candle {
    margin-right: -450px;
  }

  .hw-content {
    padding: 75px 100px;
  }

  .hw-right-btn  {
    margin-left: 210px;
  }

  .hw-left-btn {
    margin-left: -260px;
  }

}

