﻿/* ==========================================================================
   Login Box styles
   ========================================================================== */
  
/*Hintergrundbild und Hintergrundbox hier ändern */
html {
	
	background: #fff url(../img/burg1.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	height:100%;
}

body{
	background: transparent url(../img/login-bg-overlay.png) repeat;
	min-height:100%; 
	font-family: Arial, Verdana, Georgia, "Times New Roman", Times, serif;
}
.alert{
	margin: 20px auto;
	width: 70%;
	color:#f50909;
	border:1px solid #f50909
	
}
#login-block{	 
	padding-top: 0 auto;
	padding-bottom: 25px;
}
#login-block h3{
	color: #FFF;
	text-align: center;
	font-size:2em;
	 opacity: 0.8;
	text-shadow: 2px 2px 2px #000;
	font-weight: normal;
 
}


.login-box{
	position: relative;
	max-width:480px;	
	background: transparent url(../img/login-bg.png) repeat; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	padding-bottom: 20px;
	-webkit-box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
	margin-top: 80px;
	font-size:22px;
	font-weight:400;
}

.login-logo{
	 text-align: center;
	 padding: 15px 0 10px;
}

.login-logo img{
	border:0;
	display: inline-block;
}
.login-form form p{
	width:80%;
	margin: 5px auto 10px;
	text-align: center;
	font-size:22px;
	font-weight:400;
}
 

.login-box hr{
	margin:10px auto 20px;
	width:70%;
	border-top:1px solid #dddbda;
	border-bottom:1px solid #FFF;
	font-size:24px;
	font-weight:400;
}
/* page icon */
.page-icon{
	width: 125px;
	height: 125px;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	background: #fff; 
	border:8px solid #f9f9fa;
	text-align: center;
	-webkit-box-shadow: inset 1px 3px 8px #999;
	-moz-box-shadow: inset 1px 3px 8px #999;
	box-shadow: inset 1px 3px 8px #9999;
	margin: -80px auto 0;
	
}
.page-icon img{
	vertical-align: middle; 
	margin: 6px 0 0 3px;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-ms-interpolation-mode: bicubic;
}
.rotate-icon{
	 -moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform: rotate(45deg);
}
.login-box .page-icon{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
/* Login Form */
.login-form input{
	display: block;
	margin:0 auto 19px;
	width:90%;
	background: #fff;
	border:0px solid #bfbfbf;
	color:#6c6c6c;
	padding: 8px;
	font-size:22px;
	font-weight:400;
	
}

.login-form select{
	display: block;
	margin:0 auto 19px;
	width:70%;
	background: #fff;
	border:1px solid #bfbfbf;
	color:#6c6c6c;
	padding: 8px;
	font-size:22px;
	font-weight:400;
	
}

/* Login Button */
.btn.btn-login {
	width: 90%;
	display:block;
	margin: 20px auto 20px;
	color: black;
	font-weight: bolder;
	font-size:22px;
	font-weight:400;
	text-transform:uppercase ;
	text-shadow: 1px 2px 2px #d7c690;
	letter-spacing:1.5px;
	cursor:pointer;
	background: #d7c690; 
	border: 0px solid #d7c690;
	-webkit-box-shadow: inset 0 1px 2px #fff;
	-moz-box-shadow: inset 0 1px 2px #fff;
	box-shadow: inset 0 1px 2px #fff;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
	
}
.btn.btn-login:hover {	 
	background: #d7c690;
} 
.btn.btn-reset{
	width: 180px;
}
.login-links{
	text-align: center;
}
.login-links a{
	color: #6c6c6c; 
	display:inline-block;
	padding:5px;
	 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;;
}
.login-links a:hover{
	text-decoration: none;
	color:#e13c3c;
}

label.checkbox {
	width: 70%;
	display: block;
	margin: 0 auto;
}
label.checkbox input{
	width:25px;
	margin: 4px 0 0;
	padding: 0;
	background: none;
	border: 0;
}
#footer-text, #footer-text a{
	text-align: center;
	color:#000;
	opacity: 1;
	text-shadow: 1px 1px 1px #000;
}

/* Social Login */
.social-login{
	margin:10px 0 5px;
}
.social-login .btn{ 
   text-align: center;
    margin: 5px auto;
    color:#FFF;
    text-shadow: 1px 1px 1px #333;
    width:90%
    -webkit-box-shadow:  0px 0px 10px #FFF;
	-moz-box-shadow:  0px 0px 10px #FFF;
	box-shadow: 0px 0px 10px #FFF;
}
 
.btn.btn-facebook {
	border: 1px solid #2D4479;
	-webkit-box-shadow: inset 0 1px 2px #5272BF, 0px 0px 15px #FFF;
	-moz-box-shadow: inset 0 1px 2px #5272bf, 0px 0px 15px #FFF;
	box-shadow: inset 0 1px 2px #5272BF, 0px 0px 15px #FFF;
	background: #385496;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4365B4),color-stop(100%,#385496));
	background-image: -webkit-linear-gradient(top,#4365B4,#385496);
	background-image: -moz-linear-gradient(top,#4365B4,#385496);
	background-image: -o-linear-gradient(top,#4365B4,#385496);
	background-image: linear-gradient(top,#4365B4,#385496);
	font-size:15px;
}
.btn.btn-facebook:hover {
	background: #365293;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4365B4),color-stop(100%,#365293));
	background-image: -webkit-linear-gradient(top,#4365B4,#365293);
	background-image: -moz-linear-gradient(top,#4365B4,#365293);
	background-image: -o-linear-gradient(top,#4365B4,#365293);
	background-image: linear-gradient(top,#4365B4,#365293);
	-webkit-transition: box-shadow .05s ease-in-out;
	-moz-transition: box-shadow .05s ease-in-out;
	-o-transition: box-shadow .05s ease-in-out;
	transition: box-shadow .05s ease-in-out;
}

.btn.btn-twitter {
	border: 1px solid #2189FF;
	-webkit-box-shadow: inset 0 1px 2px #8DC2FF, 0px 0px 15px #FFF;
	-moz-box-shadow: inset 0 1px 2px #8dc2ff, 0px 0px 15px #FFF;
	box-shadow: inset 0 1px 2px #8DC2FF, 0px 0px 15px #FFF;
	background: #4A9EFF;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#73B4FF),color-stop(100%,#4A9EFF));
	background-image: -webkit-linear-gradient(top,#73B4FF,#4A9EFF);
	background-image: -moz-linear-gradient(top,#73B4FF,#4A9EFF);
	background-image: -o-linear-gradient(top,#73B4FF,#4A9EFF);
	background-image: linear-gradient(top,#73B4FF,#4A9EFF);
	font-size:15px;
}

.btn.btn-twitter:hover {
	background: #459CFF;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#73B4FF),color-stop(100%,#459CFF));
	background-image: -webkit-linear-gradient(top,#73B4FF,#459CFF);
	background-image: -moz-linear-gradient(top,#73B4FF,#459CFF);
	background-image: -o-linear-gradient(top,#73B4FF,#459CFF);
	background-image: linear-gradient(top,#73B4FF,#459CFF);
	-webkit-transition: box-shadow .05s ease-in-out;
	-moz-transition: box-shadow .05s ease-in-out;
	-o-transition: box-shadow .05s ease-in-out;
	transition: box-shadow .05s ease-in-out;
}
.fb-login, .twit-login{
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
}

.centerbild {


position: absolute;


top: 50%;


left: 50%;


margin-left: -100px; /* 200 durch Breite des HALBEN Bilders ersetzen */


margin-top: -100px; /* 200 durch Höhe des HALBEN Bilders ersetzen */


}

 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	#login-block{	 
		padding-top: 10px;
		padding-bottom: 25px;
	}
	
}

/* Tablet Portrait Size to Tablet Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px){
	#login-block {	 
		margin: 0 auto;
		width: 420px;
	}
	
}






.wrap {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 20px auto 30px auto;
}
.wrap:last-child {
  margin-bottom: 0;
}

.clicker {
  background-color: white;
  outline: none;
  font-weight: 600;
  position: absolute;
  cursor: pointer;
  padding: 0;
  border: none;
  height: 64px;
  width: 64px;
  left: 8px;
  top: 8px;
  border-radius: 100px;
  z-index: 2;
}

.clicker:active {
  transform: translate(0, 1px);
  height: 63px;
  box-shadow: 0px 1px 0 0 #bebebe inset;
}

.circle {
  position: relative;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.circle.third {
  border-radius: 0;
}

.clicker.faster:hover + .circle, .clicker.faster:active + .circle {
  animation: rotator linear .4s infinite;
}

.clicker.fast:hover + .circle, .clicker.fast:active + .circle {
  animation: rotator linear .5s infinite;
}

.clicker:hover + .circle, .clicker:active + .circle {
  animation: rotator linear .8s infinite;
}

@keyframes rotator {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.angled {
  background-image: linear-gradient(45deg, white 0%, white 30%, #14beeb 30%, #14beeb 70%, white 70%, white 100%);
}

.angled.second {
  background-image: linear-gradient(white 0%, white 30%, #ff0000 30%, #ff0000 70%, white 70%, white 100%);
}

.angled.third {
  background-image: linear-gradient(45deg, white 0%, white 30%, #82e687 30%, #82e687 70%, white 70%, white 100%);
}


