@charset "utf-8";
/* CSS Document */
@import url(/fonts/fonts.css);
* {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
html {
  min-height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body {
  text-align: center;
  background-image: url(img/backBeam.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000000;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  margin: 0;
}
h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 48px;
  color: #e3b365;
  text-shadow: 2px 2px 0px #800;
  margin: 0;
}
h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 32px;
  text-align: center;
  color: #800;
}
p#actorName,
#info {
  height: 24px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 8px;
}
#actorName {
  margin-top: -19px;
  color: #ffe4b2;
}
a#backWow {
  position: absolute;
  top: 5px;
  left: 5px;
  text-decoration: none;
  font-size: 2rem;
}
div#wrapper {
  width: 427px;
  height: 535px;
  background-image: url(img/backPapier3.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
#infoLink {
  position: absolute;
  left: 110px;
  top: 25px;
  text-align: center;
}
#infoLink img {
  width: 20px;
  height: 20px;
}
#infoLink a {
  text-decoration: none;
  color: #986838;
  line-height: 100%;
}

#copyLink {
  position: absolute;
  left: 150px;
  top: 20px;
  font-size: 28px;
}
#wikiLink {
  position: absolute;
  left: 185px;
  top: 24px;
  font-size: 20px;
}
#copyLink a,
#wikiLink a {
  text-decoration: none;
  color: #986838;
}

a {
  color: #e3ac54;
  font-weight: bold;
}
a:hover {
  color: #522300;
}
a:active {
  color: #ff5456;
}
.fragen {
  margin: 8px 0;
}
.button,
.bigButton {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
  margin: 0 6px;
  font-weight: 800;
  font-style: italic;
  color: #522300;
  background-image: linear-gradient(
    180deg,
    rgba(132, 94, 32, 1) 0%,
    rgba(223, 193, 140, 1) 9.84%,
    #b07000 34.72%,
    #fab200 100%
  );
  border: 2px solid #600;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow:
    0px 0px 0px 2px #b50,
    0px 0px 0px 3px #600,
    5px 5px 1px 3px rgba(0, 0, 0, 0.51);
}
.bigButton {
  font-size: 20px;
  line-height: 120%;
  margin: 0 12px;
}
.butText {
  border-radius: 10px;
  padding: 5px 4px;
}

.symbol {
  border-radius: 50%;
  padding: 3px;
  min-width: 1.8em;
}
#toggle-gender-btn,
.gender {
  min-width: 1.8em;
  text-shadow:
    0.5px 0 0 currentColor,
    -0.5px 0 0 currentColor,
    0 0.5px 0 currentColor,
    0 -0.5px 0 currentColor;
}
.button:hover {
  background-image: linear-gradient(
    180deg,
    #9d6f84 0%,
    #b896a6 9.84%,
    #954d82 34.72%,
    #f2b8ff 100%
  );
}
.button:active {
  box-shadow: none;
}
#spielbutton {
  display: none;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
dialog {
  font-family: Arial, "Trebuchet MS", Verdana, "sans-serif";
  text-align: left;
  font-size: 1rem;
  width: 90%;
  max-width: 700px;
  margin: auto;
  padding: 20px;
  background-color: #c59360;
  background-image: url("img/Elefanthaut1.jpg");
  /*  background-position: center center;
    background-size: 120% 120%;*/
  box-shadow: inset 0px 0px 70px 20px rgba(87, 38, 19, 1);
  border: 10px ridge #930709;
}
/*dialog > p > button {
  background-color: #C59360;
  border: 3px ridge #930709;
  padding: 3px 10px;
  font-size: 1.2rem;
cursor: pointer;
    border-radius: 10%;
    color: #930709;
    box-shadow: 4px 4px 1px 0px rgba(0,0,0, 0.8);
}*/

.mittig {
  text-align: center;
}
