@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

body{
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bg.jpg);
    /*background-size: cover;*/
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-attachment: fixed;
    height: 100%;
    font-family: "Montserrat Alternates", sans-serif;
    width: 750px;
    min-width: 750px;
}

.tuerchen_outer {
    position: absolute;
    width: 80px;
    height: 120px;
}

.tuerchen_outer_background {
    background-color: rgb(94, 33, 41);
}

.tuerchen {
    -webkit-transform-origin: 0% 50%;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-color: aliceblue;
    border-style: solid; 
    z-index: 2
}

.tuerchen div {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    top: 50%;
    margin-left: -15px;
    left: 50%;
    text-align: center;
    line-height: 30px;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
    font-size: 30px;
    color: #fff;
}

.tuerchen .opener {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0px;
    height: 100%;
    background-color: #5e2129;
}

#tuerchen_content {
    box-shadow: 4px 4px 14px 8px rgb(0 0 0 / 50%);
    display: none;
    position: absolute;
    height: 100px;
    width: 100px;
    z-index: 9999;
    padding: 20px;
    color: antiquewhite;
    font-family: 'Dancing Script', cursive;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
}

#tuerchen_overlay {
    z-index: 998;
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height 100vh;
    width: 100vw;
    display: none;
    backdrop-filter: blur(5px);
}

div#loginform {
    position: absolute;
    width: 100%;
    height: 100%;
}

div#loginform div{
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.btn {
  font-size: 1.0625em;
  display: inline-block;
  padding: 0.74em 1.5em;
  margin: 1.5em 0 0;
  color: #fff;
  border-width: 0 0 0 0;
  border-bottom: 5px solid;
  text-transform: uppercase;
  background-color: #b3b3b3;
  border-bottom-color: #8c8c8c;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.btn:hover {
  background-color: #bfbfbf;
}
.btn.btn-submit {
  background-color: #b3b3b3;
  border-bottom-color: #8c8c8c;
}
.btn.btn-submit:hover {
  background-color: #b3b3b3;
}

form {
  max-width: 100%;
  display: block;
}
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul li {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  width: 100%;
}
form ul li:last-child {
  margin: 0;
}
form ul li p {
  margin: 0;
  padding: 0;
  float: left;
}
form ul li p.right {
  float: right;
}
form ul li .divider {
  margin: 0.5em 0 0.5em 0;
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #4f6fad;
  background-image: linear-gradient(to right, #ee9cb4, #4f6fad);
}
form ul li .req {
  color: #ee9cb4;
}
form label {
  display: block;
  margin: 0 0 0.5em 0;
  color: #4f6fad;
  font-size: 1em;
}
form input {
    width: 100%;
  margin: 0 0 0.5em 0;
  border: 1px solid #ccc;
  padding: 6px 10px;
  color: #555;
  font-size: 1em;
}
form textarea {
  border: 1px solid #ccc;
  padding: 6px 10px;
  width: 100%;
  color: #555;
}
form small {
  color: #4f6fad;
  margin: 0 0 0 0.5em;
}