/* colors */
@font-face {
  font-family: ABCArizonaSans;
  src: url("../fonts/Arizona Sans/ABCArizonaSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: ABCArizonaSans;
  src: url("../fonts/Arizona Sans/ABCArizonaSans-RegularItalic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: ABCArizonaSans;
  src: url("../fonts/Arizona Sans/ABCArizonaSans-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: ABCArizonaSans;
  src: url("../fonts/Arizona Sans/ABCArizonaSans-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: ABCArizonaSerif;
  src: url("../fonts/Arizona Serif/ABCArizonaSerif-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: ABCArizonaSerif;
  src: url("../fonts/Arizona Serif/ABCArizonaSerif-Medium.otf") format("opentype");
  font-weight: 500;
}
/* Scrollbar */
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ded4c9 #64605d;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #64605d;
}

*::-webkit-scrollbar-thumb {
  background-color: #ded4c9;
  border-radius: 20px;
  border: 0 solid #504d4a;
}

/* general */
* {
  box-sizing: border-box;
}

html {
  background-color: #fff;
  padding: 0;
  margin: 0;
  user-select: none;
}

body {
  position: relative;
  font-family: "ABCArizonaSans", sans-serif;
  padding: 50px 75px;
  margin: 0;
  width: 3840px;
  height: 2160px;
  font-size: 2rem;
  color: #ded4c9;
  background-color: #282725;
  overflow: hidden;
}
body.zoom {
  font-size: 2.4rem;
}

h1 {
  margin-top: 0;
  font-size: 3em;
  line-height: 1em;
  max-width: 3000px;
}

.normal {
  font-weight: 300;
}

.serif {
  font-family: "ABCArizonaSerif", serif;
}

h1 + h2 {
  margin-top: -50px;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

a {
  color: #e6d9cf;
  text-decoration: none;
}
/* overview */
.home .network {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px 126px;
  font-size: 0.7em;
}
.home .network a {
  max-width: 10%;
  display: flex;
  align-items: center;
  flex-shrink: 2;
}
.home .network a img {
  border-radius: 50%;
  filter: sepia(50%);
}
.home .network a div {
  padding-left: 10px;
}

.zoom.home .network {
  gap: 21px 139px;
}

/* detail */
.biography {
  width: 700px;
}
.biography p {
  margin-top: 0;
}
.biography .kurzbiographie {
  height: 1500px;
  overflow: auto;
  margin: 50px 0 50px 0;
  padding-right: 50px;
}
.biography .kurzbiographie ul {
  margin: 0;
  padding-left: 1em;
}
.biography .kurzbiographie ul li {
  padding-top: 20px;
}
.zoom .biography .kurzbiographie {
  height: 1360px;
}

.copyright {
  position: absolute;
  bottom: 150px;
  font-size: 0.7em;
}

.network {
  position: absolute;
  top: 240px;
  left: 785px;
  width: 2545px;
  height: 1570px;
}
.home .network {
  left: 50px;
  width: 3740px;
}
.network .image {
  position: relative;
  display: block;
  top: 535px;
  left: 1022px;
  height: 500px;
  width: 500px;
}
.tag .network .image {
  top: 720px;
  text-align: center;
}
.network .image img {
  border-radius: 50%;
  filter: sepia(50%);
}
.network .link {
  position: absolute;
  text-align: center;
}
.network .link figure {
  margin: 0;
}
.network .link figcaption {
  width: 200px;
  margin-top: 10px;
  font-size: 0.7em;
}
.network .link a:hover {
  text-decoration: none;
}
.network .link img {
  border-radius: 50%;
  filter: sepia(50%);
}

.tags {
  position: absolute;
  top: 200px;
  right: 50px;
  width: 450px;
  font-size: 0.7em;
  max-height: 1980px;
  overflow-y: auto;
}
.tags ul {
  list-style: none;
}
.tags ul li {
  cursor: pointer;
  padding: 1px 0;
}
.tags ul li .active {
  margin-left: -1.2em;
  background-color: #504d4a;
}
.tags ul li .active::before {
  content: "->";
  margin-right: 0.5em;
}
.tags ul li a:hover {
  text-decoration: none;
}

/* add */
.addComment {
  font-family: "sofia-pro-soft", ABCArizonaSans, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #282725;
  font-size: 3rem;
  position: absolute;
  right: 50px;
  bottom: 70px;
  width: 380px;
  height: 310px;
  cursor: pointer;
  display: inline-block;
}
.addComment img {
  width: 100%;
}
.addComment .text {
  position: absolute;
  text-align: center;
  top: 60px;
  left: 0;
  padding: 0 50px;
}
.en .addComment .text {
  padding: 0 60px;
}

.comment {
  display: none;
  position: absolute;
  top: 400px;
  left: 900px;
  padding: 120px;
  width: 1971px;
  height: 1200px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "sofia-pro-soft", ABCArizonaSans, sans-serif;
  color: #282725;
  border-radius: 25px;
}
.comment h2, .comment legend {
  text-transform: uppercase;
}
.comment form {
  display: flex;
  gap: 50px;
  align-items: flex-end;
}
.comment form div {
  width: 50%;
}
.comment .close {
  position: absolute;
  top: 65px;
  right: 65px;
  cursor: pointer;
}
.comment .close img {
  transform: scale(0.8);
}

fieldset {
  width: 100%;
  margin-top: 20px;
  border-color: #282725;
  border-radius: 15px;
}
fieldset legend {
  margin-left: -8px;
  padding: 0 10px;
}

input[type=radio] {
  transform: scale(2) translate(2px, 5px);
}

input[type=checkbox] {
  transform: scale(2) translate(2px, -3px);
}

table {
  width: 100%;
  font-size: 2rem;
  font-family: "ABCArizonaSans", sans-serif;
}
table td {
  vertical-align: top;
}

input[type=checkbox], input[type=radio] {
  margin-right: 15px;
}

input[type=text], input[type=email], input[type=submit], textarea {
  width: 100%;
  font-size: 2rem;
  font-family: "sofia-pro-soft", ABCArizonaSans, sans-serif;
  padding: 7px 10px;
  color: #504d4a;
  border-radius: 8px;
  background-color: #d7cd00;
}

textarea {
  resize: none;
}

input[type=submit] {
  background-color: #d7cd00;
  margin-top: 40px;
}
input[type=submit]:hover {
  font-weight: bold;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 20px 75px;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  background-color: #64605d;
}
footer div.meta {
  display: flex;
}
footer div.meta nav {
  margin-left: 50px;
}

nav.lang .inactive {
  opacity: 0.5;
}

nav.fontSize img {
  transform: scale(0.8);
}

nav.flexRight {
  margin-left: auto;
}

#showDetails {
  font-style: italic;
  cursor: pointer;
  text-decoration: underline;
}

#details {
  display: none;
}
#details.show {
  display: block;
}

.pw-debug {
  display: none;
  position: absolute;
  background-color: #000;
  padding: 10px;
}

/*# sourceMappingURL=main.css.map */
