@font-face {
  font-family: 'GloriaHallelujah';
  src: url(/fonts/GloriaHallelujah.ttf) format('truetype');
}

@font-face {
  font-family: 'HappyMonkey-Regular';
  src: url(/fonts/HappyMonkey-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Nandurion';
  src: url(/fonts/Nandurion.ttf) format('truetype');
}

@font-face {
  font-family: 'Double_Signature';
  src: url(/fonts/Double_Signature.woff) format('woff');
}

@font-face {
  font-family: 'Not_Bad';
  src: url(/fonts/Not_Bad.ttf) format('truetype');
}

@font-face {
  font-family: 'SweetHipster';
  src: url(/fonts/SweetHipster.ttf) format('truetype');
}
@font-face {
  font-family: 'DreamCatcher';
  src: url(/fonts/LoveMiracle.ttf) format('truetype');
}
@font-face {
  font-family: 'Kalam-Regular';
  src: url(/fonts/Kalam-Regular.ttf) format('truetype');
}

body {
  font-family: 'Nandurion', Times, serif;
  /*background-image: url(/images/background/forest-mystic.jpg);
    background-size: 100%;
    */
  float: left;
  margin: auto;
}
.nice {
  font-family: 'Nandurion', Times, serif;
}
.content {
  left: 20px;
}
.container {
  padding-left: 15px;
}

.generatedHeroImage {
  position: absolute;
  width: 200px;
  left: 600px;
  float: left;
}
table {
  left: 100px;
}
tr:nth-child(even) {
  background: #f2f2f2;
}
tr:nth-child(odd) {
  background: #fff;
}
td {
  width: 100px;
}

.calcValues {
  text-align: center;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
    color: #000000;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
  input {
    border-style: none;
  }
  select {
    border-style: none;
  }
  textarea {
    border-style: none;
  }
  div {
    font-size: 10px;
  }
}

.log {
  overflow: scroll;
  height: 400px;
  width: 300px;
  position: fixed;
  bottom: 10px;
  right: 0;
  border: 1px solid #ad0038;
  visibility: visible;
}

.log.hidden {
  visibility: hidden;
}

#logToggle {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  border: 1px solid #ad0038;
}

.readable {
  font-family: Arial, sans-serif;
  width: 100%;
}

.talentGroup {
  width: 300px;
  font-weight: bold;
  border-top: groove;
}
.text {
  font-family: Arial, sans-serif;
  background-color: #e8e8e8;
  padding: 5px;
}
.meister {
  font-style: italic;
  color: #101010;
  background-color: #bce8f1;
}

#generatedHeroList td {
  font-size: 14pt;
  padding-right: 10px;
  padding-left: 10px;
}

.listImage {
  height: 30px;
  width: 30px;
}
#ssoInfo td {
  width: 160px;
  text-align: left;
}


ul.links {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0;
  display: inline;
  float: left;
  top: 8px;
  position: relative;
  width: 100%;
}
.links li {
  display: inline;
  float: left;
  font-size: larger;
}
.links a {
  padding: 8px;
  width: 180px;
}
.links li a:hover {
  background-color: #ad0038;
  color: #fff;
}

h1 {
  color: #ad0038;
  font-weight: 600;
}
#footer {
  text-align: center;
}
.adventureList {
  width: 400px;
}

.school thead {
  font-weight: bold;
}
.school td {
  vertical-align: top;
  width: 300px;
  padding: 5px;
  border-width: thin;
  border-style: dashed;
}
.school td:nth-child(2) {
  width: 500px;
}
#slider {
  background: #ff6666;
  position: fixed;
  bottom: 10px;
  width: 10px;
  right: 300px;
  height: 300px;
}
#sliderValue {
  background: #faf2cc;
  position: relative;
  width: 20px;
}
#modification {
  position: fixed;
  bottom: 420px;
  right: 100px;
}
#modValue {
  width: 30px;
}
.success {
  color: #449d44;
}
.fail {
  color: #c12e2a;
}
.masterValuesToSet {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
img.adventure-icon {
  height: 34px;
}
a.adventure-link {
  text-decoration: none;
}
img.help {
  border-width: thick;
  border-color: lightgray;
  margin: 10px;
}
div .newspaper {
  column-width: 100px;
  font-family: 'Droid Serif', serif;
  column-rule: 1px solid lightgrey;
  column-gap: 50px;
  column-count: 3;
  font-size: 14px;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: thin;
  border-left: thin;
  border-color: darkred;
  border-style: outset;
  padding: 20px;
}
.newspaper h3 {
  font-weight: 800;
  font-style: italic;
  font-size: 30px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  text-align: center;
}

.headline:before {
  border-top: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 7px;
  display: block;
  margin: 0 auto;
}
.headline:after {
  border-bottom: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 10px;
  display: block;
  margin: 0 auto;
}
.headline {
  text-align: center;
  line-height: normal;
  display: block;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}

.handwritten {
  font-family: SweetHipster, Times, serif;
  font-size: 19pt;
  background-image: url('/images/background/goldpaper.jpg');
  background-repeat: repeat;
  margin: 20px;
  padding: 20px;
  border-color: #c0a16b;
  border-style: ridge;
  column-count: 2;
  width: 800px;
  min-height: 470px;
  column-gap: 30px;
  column-rule-color: #dcba7c;
  column-rule-style: groove;
}
.handwritten:first-letter {
  font-size: 300%;
  float: left;
  padding-right: 10px;
}


.handwritten2 {
  font-family: Not_Bad, Times, serif;
  font-size: 19pt;
  margin: 20px;
  padding: 20px;
  border-color: #c0a16b;
  border-style: ridge;
  width: 800px;
  min-height: 470px;
  column-gap: 30px;
  column-rule-color: #dcba7c;
  column-rule-style: groove;
}
.handwritten2:first-letter {
  font-size: 300%;
  float: left;
  padding-right: 10px;
}
.tabletop h5 {
  color: darkred;
  margin: 0;
  padding: 0;
}
.tabletop p {
  margin-top: 5px;
  padding: 0;
}
#audioinfo {
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
}

.playmusic {
  cursor: pointer;
  min-width: 250px;
  border-style: solid;
  border-color: lightcoral;
  margin: 10px;
  padding: 10px;
  float: left;
  font-size: 16pt;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.result {
  background-color: #ffffff;
  left: 40px;
  position: relative;
}
.playmusic.dungeon {
  background-color: #080808;
  color: #ffffff;
  border-color: lightgrey;
  background-image: url('/images/menu/adventure.jpeg');
}
.playmusic.city {
  background-color: #f0e662;
  color: darkred;
  border-color: lightgrey;
  background-image: url('/images/adventure/grenzenlose_macht/klostermauer.png');
}
.playmusic.fight {
  background-color: #dff0d8;
  color: #000000;
  border-color: darkgreen;
  background-image: url('/images/menu/group.jpg');
}
.playmusic.dramatic {
  background-color: darkslateblue;
  color: #ffffff;
  border-color: #add8e6;
  background-image: url('/images/menu/herolist.png');
}
.playmusic.outdoor {
  background-color: lightgoldenrodyellow;
  color: saddlebrown;
  border-color: lightyellow;
  background-image: url('/images/background/niceforest.jpg');
}
.playmusic.music {
  background-color: #add8e6;
  color: darkblue;
  border-color: #265a88;
  background-image: url('/images/tabletop/skaldin.png');
}
.adventure_image {
  top: 30px;
  position: relative;
  max-width: 300px;
  max-height: 200px;
  right: 120px;
  float: right;
  z-index: -1;
}
.adventureList {
  min-width: 70%;
}
.adventureList td {
  width: unset;
  padding-right: 10px;
}
.adventureList img {
  max-height: 50px;
  padding: 2px 10px 2px 5px;
}
.adventureList tr > td:first-of-type {
  width: 50px;
}
.adventureList tr > td:last-of-type {
  width: 40%;
}
.adventureList th {
  padding: 5px;
}
.classmods {
  width: 100%;
}
.classmods td {
  padding-left: 5px;
  padding-top: 5px;
}
.classmods thead  {
  font-weight: bold;
}
.weaponmods {
  width: 100%;
}
.weaponmods td {
  padding-left: 5px;
  padding-top: 5px;
}
.weaponmods thead {
  font-weight: bold;
}
.special-action {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
}
.special-action div:first-of-type {
  font-weight: bold;
}
.special-action-selected {
  color: #000000;
}
.special-action button {
  display: none;
}
.special-action-select button {
  display: block;
}
.last {
  color: #858585;
}

/* background: */
progress::-webkit-progress-bar {background-color: lightgray; width: 100%;}
progress {background-color: lightgray;}

/* value: */
progress::-webkit-progress-value {background-color: darkred !important;}
progress::-moz-progress-bar {background-color: darkred !important;}
progress {color: darkred;}

