@import url('https://static.bukki.de/fonts/ShadowsIntoLight.css');
@import url('https://static.bukki.de/fonts/Roboto.css');
* {
  box-sizing: border-box;
}
a:link,
a:visited,
a:hover {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #333;
}
p {
  margin: 0 0 .75rem;
}
body {
  display: flex;
  flex-flow: column wrap;
  font-family: Roboto Light, Arial, Helvetia, Sans-Serife;
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@keyframes backplaneBlur {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
div.backplane {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  animation-name: backplaneBlur;
  animation-duration: 0.2s;
  animation-delay: 0;
}
/*
.backplane {
    position: fixed;
    display: block;
    backdrop-filter: blur(.3125rem);
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    // background-color: rgba(255, 255, 255, .6);
    background-color: rgba(0, 0, 0, .1);
    animation-name: backplaneBlur;
    animation-duration: @backplaneAnimationDuration;
    animation-delay: 0;
}
*/
/* width */
::-webkit-scrollbar {
  width: .5rem;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: .25rem;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
div.popup {
  display: inline;
  position: fixed;
  background-color: #fff;
  width: .0125rem;
  height: .0125rem;
  margin: 30% 50%;
  overflow: hidden;
  transition: all 0.2s ease-out 0.2s;
}
div.popup div.title,
div.popup div.content {
  padding: 0;
}
div.popup.show {
  margin: 10% 25%;
  width: 50%;
  height: 50%;
  overflow: auto;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0.9375rem 0.3125rem rgba(0, 0, 0, 0.5);
  box-shadow: 0.3125rem 0.3125rem 0.9375rem 0.3125rem rgba(0, 0, 0, 0.5);
}
div.popup.show div.title,
div.popup.show div.content {
  padding: 2rem;
}
div.popup.show div.title {
  padding-bottom: 0;
}
@media only screen and (max-width: 64rem) {
  div.popup.show {
    width: 95%;
    height: 95%;
    margin: 2.5%;
  }
}
div.inputrow,
div.inputsubrow {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  margin: .5rem 0 1rem;
  padding: 0 .5rem;
}
div.inputrow .error,
div.inputsubrow .error {
  color: red;
  font-weight: bold;
}
div.inputrow div.inputarea,
div.inputsubrow div.inputarea {
  padding: .5rem .25rem .25rem .25rem;
  border: solid 0.125rem #777777;
  border-radius: .3125rem;
}
div.inputrow div.inputarea label,
div.inputsubrow div.inputarea label {
  position: absolute;
  font-size: inherit;
  color: #777777;
  pointer-events: none;
  top: .725rem;
  left: 1rem;
  transition: .15s all;
}
div.inputrow div.inputarea input,
div.inputsubrow div.inputarea input {
  padding: .25rem .25rem .25rem .25rem;
  font-size: inherit;
  border: none;
  outline: none;
  width: calc(100% - 0.5rem);
}
div.inputrow div.inputarea.value-set,
div.inputsubrow div.inputarea.value-set,
div.inputrow div.inputarea.child-focused,
div.inputsubrow div.inputarea.child-focused {
  padding: .5rem .25rem .25rem .25rem;
}
div.inputrow div.inputarea.value-set input,
div.inputsubrow div.inputarea.value-set input,
div.inputrow div.inputarea.child-focused input,
div.inputsubrow div.inputarea.child-focused input {
  padding: .25rem .25rem .25rem .25rem;
}
div.inputrow div.inputarea.value-set label,
div.inputsubrow div.inputarea.value-set label,
div.inputrow div.inputarea.child-focused label,
div.inputsubrow div.inputarea.child-focused label {
  font-size: 85%;
  color: #777777;
  pointer-events: auto;
  top: -0.5rem;
  background-color: #ffffff;
  padding: 0 .5rem;
  transition: .15s all;
}
div.inputrow div.inputarea.value-set,
div.inputsubrow div.inputarea.value-set {
  border-color: #777777;
}
div.inputrow div.inputarea.child-focused,
div.inputsubrow div.inputarea.child-focused {
  border-color: #a07210;
}
div.inputrow div.inputarea.child-focused label,
div.inputsubrow div.inputarea.child-focused label {
  color: #a07210;
}
div.inputrow.flat,
div.inputsubrow.flat {
  margin-bottom: .25rem;
}
div.inputrow.flat div.inputarea,
div.inputsubrow.flat div.inputarea {
  padding: .25rem 0rem 0rem 0rem;
}
div.inputrow.flat div.inputarea label,
div.inputsubrow.flat div.inputarea label {
  top: .625rem;
  font-size: 85%;
}
div.inputrow.flat div.inputarea input,
div.inputsubrow.flat div.inputarea input {
  padding: .25rem;
}
div.inputrow.flat div.inputarea.value-set,
div.inputsubrow.flat div.inputarea.value-set,
div.inputrow.flat div.inputarea.child-focused,
div.inputsubrow.flat div.inputarea.child-focused {
  padding: .25rem 0rem 0rem 0rem;
}
div.inputrow.flat div.inputarea.value-set input,
div.inputsubrow.flat div.inputarea.value-set input,
div.inputrow.flat div.inputarea.child-focused input,
div.inputsubrow.flat div.inputarea.child-focused input {
  padding: .25rem .5rem;
}
div.inputrow.flat div.inputarea.value-set label,
div.inputsubrow.flat div.inputarea.value-set label,
div.inputrow.flat div.inputarea.child-focused label,
div.inputsubrow.flat div.inputarea.child-focused label {
  top: -0.5rem;
}
div.submitrow,
div.navigationrow {
  display: flex;
  justify-content: center;
}
div.submitrow input[type="submit"],
div.navigationrow input[type="submit"],
div.submitrow button[type="submit"],
div.navigationrow button[type="submit"],
div.submitrow button[type="button"],
div.navigationrow button[type="button"] {
  cursor: pointer;
  padding: .5rem;
  min-width: 60%;
  border: none;
  border-radius: .3125rem;
  background-color: #aaaaaa;
  color: #ffffff;
}
div.submitrow input[type="submit"]:hover,
div.navigationrow input[type="submit"]:hover,
div.submitrow button[type="submit"]:hover,
div.navigationrow button[type="submit"]:hover,
div.submitrow button[type="button"]:hover,
div.navigationrow button[type="button"]:hover,
div.submitrow input[type="submit"]:focus,
div.navigationrow input[type="submit"]:focus,
div.submitrow button[type="submit"]:focus,
div.navigationrow button[type="submit"]:focus,
div.submitrow button[type="button"]:focus,
div.navigationrow button[type="button"]:focus {
  background-color: #a07210;
  color: #ffffff;
}
div.inputsubrow {
  display: inline-block;
  margin-left: 1rem;
}
@media only screen and (max-width: 64rem) {
  div.inputrow div.inputarea,
  div.inputsubrow div.inputarea {
    padding: 1.5rem .25rem .25rem .25rem;
  }
  div.inputrow div.inputarea.value-set,
  div.inputsubrow div.inputarea.value-set,
  div.inputrow div.inputarea.child-focused,
  div.inputsubrow div.inputarea.child-focused {
    padding: 1.5rem .25rem .25rem .25rem;
  }
}
@keyframes blendOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes blendIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.blurOut {
  animation: blendOut 1s ease-in forwards;
}
.blurIn {
  animation: blendIn 1s ease-in forwards;
}
.bluredIn {
  opacity: 1;
}
div.root {
  display: flex;
  flex-flow: column nowrap;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
div.root section {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
}
div.root section div.claim {
  font-family: 'ShadowsIntoLight', cursive;
  font-weight: 400;
}
div.root section div.master {
  display: flex;
  padding: 2rem 4rem;
  flex-flow: column nowrap;
  justify-content: space-around;
  width: 40vw;
  background-color: #ffffff;
}
div.root section div.master div.logo {
  display: flex;
  justify-content: center;
}
div.root section div.master div.logo img {
  width: 15rem;
  height: 3.75rem;
}
div.root section div.master h2 {
  font-size: .9em;
}
div.root section div.master .editor {
  display: flex;
  padding: 2rem 4rem;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: space-around;
}
div.root section div.master .register,
div.root section div.master .login,
div.root section div.master .testing {
  width: 100%;
  margin-bottom: 2rem;
}
div.root section div.master input[type="email"],
div.root section div.master input[type="password"] {
  font-size: inherit;
}
div.root section div.master input[type="email"]:focus,
div.root section div.master input[type="password"]:focus {
  border-color: #a07210;
  /*background-image: none;*/
}
div.root section div.master div.submitrow.lostpassword {
  display: none;
  margin-bottom: 1rem;
}
div.root section div.master div.submitrow.lostpassword button[type="button"],
div.root section div.master div.submitrow.lostpassword button[type="button"]:hover,
div.root section div.master div.submitrow.lostpassword button[type="button"]:focus {
  width: 100%;
  background: none;
  color: #00a7a8;
  text-align: left;
  border: none;
}
div.root section .footermenu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
div.root section .footermenu span.gap {
  background-color: #000;
  width: .125rem;
  margin: 0 .5rem;
}
div.root section.lostpassword {
  background-image: url('/images/log-3213785.jpg');
}
div.root section.complete {
  background-image: url('/images/books-1281581.jpg');
}
div.root section.validate {
  background-image: url('/images/gate-1707702.jpg');
}
div.root section.login {
  background-image: url('/images/books-1655783.jpg');
}
div.root section.login div.claim {
  display: flex;
}
div.root section.login div.claim span {
  font-size: 2.7em;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}
div.root section.login div.claim span:first-child {
  left: 5%;
  top: 10%;
  max-width: 30%;
  min-width: 20rem;
}
div.root section.login div.claim span:nth-child(2) {
  left: 10%;
  bottom: 10%;
  max-width: 30%;
  min-width: 21.5rem;
}
div.root section.blurOut {
  animation: blendOut 1s ease-in forwards;
}
div.root section.blurIn {
  animation: blendIn 1s ease-in forwards;
}
div.root section.bluredIn {
  opacity: 1;
}
div.root section article {
  display: flex;
  position: absolute;
  margin: 0 auto;
  padding: 2rem 0;
  width: 50%;
  height: calc(100% - 4rem);
  justify-content: center;
  align-items: center;
}
div.root section article div.text {
  font-size: 1rem;
}
@media only screen and (max-width: 64rem) {
  div.root section.login {
    width: 100vw;
    height: 100vh;
    flex-flow: column nowrap;
  }
  div.root section.login div.claim {
    height: 25%;
    position: relative;
  }
  div.root section.login div.claim span {
    font-size: 2.0em;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem;
  }
  div.root section.login div.claim span:first-child {
    left: 5%;
    top: 5%;
    max-width: 30%;
    min-width: 20rem;
  }
  div.root section.login div.claim span:nth-child(2) {
    right: 5%;
    left: auto;
    bottom: 5%;
    max-width: 30%;
    min-width: 21.5rem;
  }
  div.root section.login div.master {
    height: 75%;
    width: 100%;
    justify-content: flex-start;
  }
  div.root section.login div.master h2 {
    font-size: 2.5rem;
  }
  div.root section.login div.master div.editor {
    padding: 1rem 2rem;
  }
}
