@charset "utf-8";
/*
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
------------POSITIONIERUNG DES WEBMASTER SCHLÜSSEL BUTTON------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
*/
.webmaster-login-rahmen{
	display: block;
	position: fixed;
	width: 10px;
	height: 30px;
	top: 20px;
	right: 30px;
	z-index: 16;
}

.webmaster-login-rahmen{
	right: 20px;
}

.webmaster-login{
	display: block;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	visibility: visible;
	top: 0px;
	right: 0px;
	border-radius: 5px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transform: scale(1.7);
	-ms-transform: scale(1.7);
	-moz-transform: scale(1.7);
	-o-transform: scale(1.7);
	transform: scale(1.7);
	border: 1px solid #FFFFFF;
	cursor: pointer;
	opacity: 1;
	-webkit-backdrop-filter: blur(20px);   
	backdrop-filter: blur(20px);
	background-color: rgba(255, 255, 255, 0.3);
}

.Schluessel{
    display: block;
	width: 30px;
	height: 30px;
	background: url(../img/privat.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
}
.webmaster-login-Label{
	display: block;
	position: absolute;
	text-align: center;
	width: 50px;
	top: 50px;
	right: -10px;
	color: #FFFFFF;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
}
.schloss{
	display: block;
    visibility: visible;
	position: absolute;
	top: 10px;
	color: white;
	opacity: 0;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}

.webmaster-login:before,
.webmaster-login:after {
  opacity: 0;
  content: '';
  width: 22px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transform-origin: 100% 100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.webmaster-login:before {
	top: 5px;
	right: 8px;
    -webkit-transform: scale(2) rotate(-45deg);
    -ms-transform: scale(2) rotate(-45deg);
    -moz-transform: scale(2) rotate(-45deg);
    -o-transform: scale(2) rotate(-45deg);
    transform: scale(2) rotate(-45deg);
}
.webmaster-login:after{
	bottom: 6px;
	right: 10px;
    -webkit-transform: scale(2) rotate(45deg);
    -ms-transform: scale(2) rotate(45deg);
    -moz-transform: scale(2) rotate(45deg);
    -o-transform: scale(2) rotate(45deg);
    transform: scale(2) rotate(45deg);
}

.login-textfeld{
	display: block;
	position: absolute;
	top: 8px;
    left: -9999px;
	right: 37px;
	opacity: 0;
	color: #FFFFFF;
	background: transparent;
	box-sizing: border-box;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	border: 0;
	z-index: 17;
}
.login-textfeld input[type="submit"]{
  display: none !important;
}
.login-enter{
	display: inline-block;
	position: absolute;
	text-decoration: none;
	background-color: transparent;
	width: 27px;
	height: 27px;
	top: 3px;
	opacity: 0;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid #FFFFFF;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
}
#pfeil{
	display: block;
	position: absolute;
	left: 6px;
	top: 4px;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
}

.webmaster-login.step0{
    pointer-events: none;
}
.Schluessel.step0{
    display: none;
    visibility: hidden;
}

.webmaster-login.step1{
	opacity: 1;
	border-radius: 25px;
	border: 2px solid #FF0000;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-backdrop-filter: blur(20px);   
	backdrop-filter: blur(20px);
	background-color: rgba(0, 0, 0, 0.3);
}
.webmaster-login-rahmen.step1{
	width: 300px;
}

.webmaster-login-Label.step1{
	opacity: 0;
}

.login-textfeld.step3{
    opacity: 1;
    left: 23px;
    width: calc(100% - 60px);
}

.webmaster-login.step4:before {
	opacity: 1;
	-webkit-transform: scale(1) rotate(-45deg);
	-ms-transform: scale(1) rotate(-45deg);
	-moz-transform: scale(1) rotate(-45deg);
	-o-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
    pointer-events:auto;
}
.webmaster-login.step4:after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(45deg);
	-ms-transform: scale(1) rotate(45deg);
	-moz-transform: scale(1) rotate(45deg);
	-o-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
    pointer-events:auto;
}

#webmaster-login-id.over{
	border: 1px solid #FF0004;
	-webkit-backdrop-filter: blur(20px);   
	backdrop-filter: blur(20px);
	background-color: rgba(255, 255, 255, 0.3);
}

.Schluessel.over{
	background: url(../img/privat_rot.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
}

#webmaster-login-Label-id.over{
	-webkit-filter: blur(2px); /* Safari */
    filter: blur(2px);
	color: #FF0004;
}

.login-enter:hover{
	border: 2px solid #FF0004;
}
.login-enter:hover #pfeil{
	color: #FF0004;
}
.webmaster-login:hover::before {
	background-color: #FF0004;
}
.webmaster-login:hover::after{
	background-color: #FF0004;
}

.webmaster-login.step2{
    width: calc(100% - 50px);
}
.login-textfeld.step3{
    left: 102px;
    width: calc(100% - 140px);
}
    
.login-enter{
    right: calc(100% - 79px);
}
.schloss{
    left: calc(100% - 215px);
}
.login-enter.step5{
    opacity: 1;
}
.schloss.step5{
    opacity: 1;
}






