
/*
.login-infotext { 
	padding-top: 60px; 
}


#show-register {
    color: white;
    padding: 0 20px;
    border: solid 2px #fff;
    border-radius: 12px;
    font-family: 'Kalam', cursive;
    background: #b5af00;
	text-decoration: none;
    font-size: 1.4rem;
}
a#btn-show-forgotpassword-page {
    float: right;
	margin-top: -2px;
	text-decoration: none;
}
*/


#login-loading, #register-loading {
	display:none;
	position: absolute; 
	width: 100%;
}
#login-loading img, #register-loading img {
	width:120px;
	padding:20px;
}

/*
.btn-error {
    color: white;
    padding: 0 10px;
    border: solid 2px #fff;
    border-radius: 12px;
    font-family: 'Kalam', cursive;
    background: #00ad67;
    font-size: 1rem;
	text-decoration: none;
}
#login-error, #register-success {
	display:none;
}
#login, #login-error, #register, #register-success {
    background: #3276ec;
    padding: 20px;
}
*/

.vmel-form-container {
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
}
.vmel-register-form.vmel-form-container {
    margin-left: 30px;
}

#vmel-lostpassword-form {
    background: url(/vmel_engine/img/boy_char.png) bottom right no-repeat;
}

#vmel-login-form {
    background: url(/vmel_engine/img/canvas-bg-test.jpg) bottom right no-repeat;
}

#vmel-register-form {    
    background: url(/vmel_engine/img/inventory.png) bottom right no-repeat;
}

#vmel-profile-form a {
    color: #000;
    text-decoration: underline;
}


/*
div#loginerror, div#registererror {
    color: #394b9e;
    margin-top: 16px;
    background: #f3f7bd;
    padding: 0;
    border-radius: 7px;
}
div#loginerror span, div#registererror span {
    padding: 5px 16px;
	display: block;
}

#vmel_login h2, #vmel_login a, #vmel_login {
    color: white;
}

#vmel_login h2, #vmel_login p {
    margin-top: 0;
}
*/

#login-register-modal {
    position: relative;
    top: 40px;
    background-color: #394b9e;
    width: 80%;
    height: 600px;
    margin: 0 auto;
    border-radius: 25px;
    z-index: 1000;
    border: solid 1px #fff;
    box-shadow: 0 0 20px #fff;
}

/*
#vmel_login:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #16181d;
    z-index: 100;
}
#login-register-modal .login {
    display: flex;
    position: relative;
    margin: inherit;
    padding: 10px 0px;
    justify-content: space-between;
}

#login_box h2 {
    font-size: 45px;
    color: #fff;
}

#maillostpw_message, #maillostpw_message2, #maillostpw_message2 a,
#mailregister_message, #mailregister_message2, #mailregister_message2 a {
    font-size: 18px;
    color: #fff;
}

.whitetext {
    color: #fff;
}

.loginandregister .login h2 {
    font-size: 45px;
    color: #fff;
    padding: inherit;
    margin: 20px;
}

.loginandregister .login input {
    width: 230px;
    height: 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: none;
    background-color: #fff;
    opacity: 0.6;
    color: #315de2;
    font-size: 15px cursor:pointer;
}
input#login_btn, input#register_submit, .vmel-form-container button {
    color: white;
    padding: 0 20px;
    border: solid 2px #fff;
    border-radius: 20px;
    font-family: 'Kalam', cursive;
    background: #00ad67;
    font-size: 1.4rem;
}
.loginandregister .login input:hover {
    opacity: 1;
    border-radius: 15px 10px 15px 10px;
    background-color: #fff;
    color: blue;
    cursor: pointer;
}

.loginandregister .register {
    position: relative;
    bottom: 150px;
    left: 200px;
}

.loginandregister .register h2 {
    font-size: 45px;
    color: #fff;
    padding: inherit;
    margin: 7px;
}

.loginandregister .register input {
    width: 230px;
    height: 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: none;
    background-color: #fff;
    opacity: 0.6;
    color: #315de2;
    font-size: 15px cursor:pointer;
    margin: -1px;

}

.loginandregister .register input:hover {
    opacity: 1;
    border-radius: 15px 10px 15px 10px;
    background-color: #fff;
    color: blue;
    cursor: pointer;
}

.loginandregister .login a {
    text-decoration: underline;
    color: #fff
}

.loginandregister .register .check {
    position: relative;
    right: 75px;
}

.loginandregister .register p {
    position: relative;
    bottom: 50px;
    left: 45px;
    font-size: 15px;
    color: #fff;
}

.loginandregister .register .subr {
    position: relative;
    top: -10px;
}
*/

.hideform {
    display: none;
}

/*
#inner {
    color: #fff;

}
*/


.loginandregister .close_btn {
    width: 64px;
    height: 64px;
    position: relative;
    background: #999;
    left: 30px;
    top: -10px;
    border-radius: 64px;
    text-align: center;
    line-height: 57px;
    font-size: 60px;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    font-family: 'Kalam', cursive
}

.loginandregister .close_btn:hover {
    background-color: #ff8c00;
}

/*
.pass_vergessen_box input {
	padding: 10px;
	border-radius: 7px;
	border: none;
	width: 95%;
	font-family: 'Kalam', cursive;
}

.pass_vergessen_box_alt {
    position: relative;
    top: 30px;
    left: 150px;
    margin: inherit;
    padding: inherit;
    width: 480px;
}

.pass_vergessen_box_alt input:hover {
    opacity: 1;
    border-radius: 15px 10px 15px 10px;
    background-color: #fff;
    color: blue;
    cursor: pointer;
}

.pass_forgot_text_alt {
    margin: inherit;
    padding: inherit;
    max-width: 580px;
    position: relative;
    right: 150px;
    color: #fff;
    bottom: 50px;
}

.pass_vergessen_box input {
    width: 60%;
}
input.email, input.pass, input#nachname, input#password2 {
    padding: 10px;
    border-radius: 7px;
    border: none;
    width: 95%;
    font-family: 'Kalam', cursive;
}
.pass_vergessen_box .back_image {
    position: relative;
    right: 500px;
    margin: -60px;
    padding: inherit;
    bottom: 50px;
    cursor: pointer;
    transition: transform .2s;
}

.pass_vergessen_box .back_image:hover {
    transform: scale(1.5);
}

.vl {
    border-left: 4px solid #fff;
    height: 400px;
    margin: -210px;
    padding: inherit;
    position: relative;
    left: 550px;
    bottom: 113px;
    width: 10px;
}
*/

#login-register-modal .close-button {
    position: absolute;
    top: -36px;
    right: -36px;
    left: auto;
}

/* Loading Progress */

.vmel-form-loading {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.vmel-form-loading:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 3px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





/* ----------------------------- */
/* PROFILE                       */
/* ----------------------------- */


.vmel_profile_field {
    display: block;
    margin-bottom: 20px;
}

.vmel_profile_field label {
    display: inline-block;
    width: 200px;
}

.vmel_profile_field span {
    padding: 8px 16px;
    border: 2px solid #3071df;
    border-radius: 20px;
    background: #fff;
    color: #000;
    display: inline-block;
    width: 70%;
    box-shadow: inset 0px 0px 4px;
}

.vmel_profile_visuals {
    display: flex;
}

.vmel_profile_gfx {
    width: 33%;
    height: 200px;
    background-blend-mode: luminosity;
    background-color: #394b9f;
    position: relative;
}

.vmel_profile_gfx > span {
    font-size: 48px;
    position: absolute;
    top: 40%;
    text-shadow: -4px -4px 2px #000, 4px -4px 2px #000, -4px 4px 2px #000, 4px 4px 2px #000;
    font-weight: 800;
    width: 100%;
    left: 0;
    text-align: center;
}

.vmel_profile_gfx.vmel_profile__score {
    background-image: url(/vmel_engine/img/moneybag.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50% 58%;
    border-right: 1px dotted #ccc;
}

.vmel_profile_gfx.vmel_profile__time {
    padding-left:  20px;
    background-image: url(/vmel_engine/img/gametime.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 50% 118%;
    border-right: 1px dotted #ccc;
}

.vmel_profile_gfx.vmel_profile__progress {
    padding-left:  20px;
    background-image: url(/vmel_engine/img/map-view.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 68% 100%;
}

.vmel_profile_field.vmel_profile__name:before {
    content: '';
    background: url(/vmel_engine/img/family.png);
    width: 400px;
    height: 200px;
    position: absolute;
    z-index: 10;
    top: -60px;
    right: 0;
    background-size: contain;
}


/* ----------------------------- */


@media only screen and (min-width: 768px) {
  .vmel-form-row {
    display: flex;
    flex-direction: row;
}
}

.vmel-form-col {
    flex: 1 0;
    padding: 0 32px;
}

.vmel-rounded {
    /* border-radius: 32px; */
    /* background: #4e75e8; */
    padding: 16px 0;
}

.vmel-form-container button {
    cursor: pointer;
}
.vmel-form-container button:hover {
    background: #666;
}
#vmel_login {
    color: white;
}
#vmel_login ul {
    margin: 0;
    padding: 16px;
}
#vmel_login form input {
    padding: 16px;
    font-size: 18px;
}
#vmel_login a{
    color: yellow;
    margin: 0px 0px 32px;
    text-decoration: none;
}
div#login-error {
    margin-bottom: 16px;
}
input {
    border-radius: 32px;
    border: none;
    color: black;
}
.button-yellow {
    background: #b2ad29;
}
.button-green {
    background: #00ad67;
}
.button-orange {
    background: #c39200;
}
input.email, input.pass, input.passw {
    width: -webkit-fill-available;
}
input#login_btn, input#register_submit, .vmel-form-container button {
    color: white;
    padding: 0 20px;
    border: solid 2px #fff;
    border-radius: 20px;
    font-family: 'Kalam', cursive;
    font-size: 1.4em;
}



.btn-show-forgot-password {
    float: right;
    width: 40%;
    text-align: right;
}
.passforgot {
    width: 50%;
}



input::placeholder {
    color: #999;
}


/* Logout Button */

#vmel-logout {
    position: absolute;
    right: 24px;
    bottom: 24px;
}

#vmel-continuegame {
    position: absolute;
    bottom: 24px;
    width: 75%;
}


/* Pflichtfelder */

.vmel-form-container input:invalid,
.vmel-form-container input:required:placeholder-shown {
    border: 2px solid red !important;
    outline: 0;
}
.vmel-form-container input[type="checkbox"]:invalid {
    outline: 2px solid red;    
}
.vmel-form-container input,
.vmel-form-container input:focus {
    border: 2px solid transparent;    
}


/* Meldungen */

.vmel-form-error,
.vmel-form-success {
    display: none;
    background: #a00;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.vmel-form-success {
    background: #080;
}


.vmel-form-error:after,
.vmel-form-success:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 4px;
    background: #fff;
    width: 100%;
    animation: vmel-login-flash-progress-anim 5s linear;
}

@keyframes vmel-login-flash-progress-anim {
  0%    { width: 100%; }
  100%  { width: 0; }
}



.vmel-login-hide {
    display: none !important;
}


.vmel-login-ajax-busy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}




/* Spielstand wählen */

div#vmel-choose-state {
    font-size: 1.3rem;
}

.vmel-state-twocol {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-around;
}

button.vmel_state_choose_online {
    color: #a9ffaf;
    margin-top: 20px;
    background: #000;
}

button.vmel_state_choose_local {
    margin-top: 20px;
    color: #df6c6c;
    background: #000;
}

div#vmel-choose-state label {
    width: 150px;
    display: inline-block;
    color: #ccc;
}




/* Loading Animation */

.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}



.showlogin {
    border: 1px solid #fff;
    padding: 4px 10px;
    margin-bottom: 10px;
}






#go-fullscreen {
    background: #fff8;
    padding: 6px 12px;
    border: 1px solid #666;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: 32px;
    font-size: 24px;
}

#go-fullscreen:hover {
    background: #da000085;
}

@media only screen and (max-width: 1023px) {
    #go-fullscreen {
        top: 20px;
        left: 16px;
        zoom: 2;
    }
}




