*
{
  margin: 0;
  padding: 0;
}

body{
  margin:0;
  padding: 0;
}
header{
  height: 60px;
  background: linear-gradient(to right, rgba(0, 97, 161),rgba(0, 97, 161), rgba(255, 255, 255),rgba(255, 255, 255));
  width: 100%;
  position: fixed;
  top: 0px;
  left:0px;
  z-index: 12;
  border-bottom: 3px solid #878E99;
}

.testldap{
  position: absolute;
  top: 200px;
  left: 200px;
  width: 400px;
  height: 200px;
  border: 2px solid red;
}

/* Obere Leiste mit Logo */
.wrapper_oben{
  width: 1170px;
  margin: 0 auto;
}
.logo img{
  position: absolute;
  top: 4px;
  right: 25px;
  width: 138.8px;
  height: 55px;
}
.Überschrift{
  position: absolute;
  left: 100px;
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%);
  color:#fff;
  letter-spacing: 2px;
}

/* Untere Leiste = Footer */
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 25px;
   border-top: 3px solid #878E99;
   background: linear-gradient(to right, rgba(255, 255, 255), rgba(0, 97, 161),rgba(0, 97, 161), rgba(255, 255, 255));
   color: white;
   text-align: center;
   z-index: 3;
}
.footer p{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-family: UniBT;
  letter-spacing: 1.5px;
  color:#fff;
}

.wrapper_login {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255,255,255,0.4));
  background-position: center;
  background-size: cover;
}

#logo_bf{
  position: absolute;
  top: 280px;
  left: 140px;
  width: 600px;
  height: 600px;
}

.card {
  width: 360px;
  height: 400px;
  margin: 1em;
  perspective: 1500px;
  position: absolute;
  top:50%;
  /* left: 88%; */
  left: 50%;
  transform: translate(-50%, -50%);
}

.card_ldap {
  width: 350px;
  height: 650px;
  margin: 1em;
  perspective: 1500px;
  position: absolute;
  top:50%;
  left: 10%;
  transform: translate(-50%, -50%);
}


.card .content {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}

.more {
  display: none;
}

.more:checked ~ .content {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 6px;
}

.front .inner,
.back .inner {
  height: 100%;
  display: block;
  padding: 1.5em;
  transform: translateZ(80px) scale(0.94);
}

.front {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
}

.front:hover{
  box-shadow: 0 15px 25px rgba(0, 97, 161, .4);
}

.front:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  backface-visibility: hidden;
  background: rgba(0,0,0,.7);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0,0,0,.5);
  border-radius: 6px;
}

.front .inner {
  justify-items: center;
}

.front h2{
  margin: 5px 0 20px;
  padding: 0;
  color:#fff;
  text-align: center;
  font-family: UniBT;
  font-size: 36px;
}

.Fehler{
  position: absolute;
  top: 600px;
  width: 350px;
  height: 100px;
  background: #fff;
  z-index: 100;
  border-radius: 25px;
}

.Fehler h2{
  padding: 10px;
  text-align: center;
  font-family: UniBT;
  color: #d13323;
}

.Fehler p{
  padding: 1px;
  text-align: center;
  font-family: UniBT;
  color: #d13323;
}

.front p{
  margin: 50px 0 45px;
  padding: 0;
  color:#fff;
  text-align: center;
}

.front .inputBox{
  position: relative;
  overflow: hidden;
  /* margin-top: 30px; */
  /* margin-bottom: 25px; */
  padding-top: 15px;
}

.front .inputBox_pw{
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.front .inputBox_pw a{
  padding: 5px;
  color: #fff;
  /* border: 2px solid #fff; */
  border-radius: 4px;
  line-height: 2em;
}

.front .inputBox input{
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 25px;

  border: none;

    /* border: 2px solid #fff; */
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

/* Auge Passwort anzeigen */
.augenring{
  position: absolute;
	top: 10px;
	right: -50px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  transition: 0.5s;
}
#passwort-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
  height: 20px;
  width: 20px;
	cursor: pointer;
  transition: 0.2s;
}

.front .inputBox input:focus ~ .augenring,
.front .inputBox input:valid ~ .augenring{
  top: 10;
  right: 0;
}

.front .inputBox label{
  position: absolute;
  top: 18px;
  left: 5px;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}

.front .inputBox input:focus ~ label,
.front .inputBox input:valid ~ label{
  top: -10px;
  left: 0;
  color: #fff;
  font-size: 12px;
}

.front a{
  text-decoration: none;
}

.back {
  transform: rotateY(180deg);
  background-color: #fff;
}

.back .inner {
  justify-items: center;
}

.back:hover{
  box-shadow: 0 15px 25px rgba(0, 97, 161,.4);
}

.back h2{
  margin: 5px 0 10px;
  padding: 0;
  color:#fff;
  text-align: center;
  font-family: UniBT;
  font-size: 36px;
}

.back .inputBox{
  position: relative;
}

.back:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  backface-visibility: hidden;
  background: rgba(0,0,0,.8);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0,0,0,.5);
  border-radius: 6px;
}

.back .inputBox input{
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.back .inputBox label{
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}

.back .inputBox input:focus ~ label,
.back .inputBox input:valid ~ label{
  top: -18px;
  left: 0;
  color: #fff;
  font-size: 12px;
}

.button {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 0 1.5em;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 3em;
  line-height: 2.9em;
  min-width: 3em;
  background-color: transparent;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  backface-visibility: hidden;
  transition: 0.3s ease-in-out;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.button:hover {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #355cc9;
}

.button.return {
  line-height: 3em;
  color: #355cc9;
  border-color: #355cc9;
  text-shadow: none;
}
.button.return:hover {
  background-color: #355cc9;
  color: #fff;
  box-shadow: none;
}

.button2 {
  display: inline-block;
  margin-top: -25px;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.button2:after, .button4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10rem;
  z-index: -2;
}
.button2:before, .button4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0061A1;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}
.button2:hover, .button4:hover {
  color: #fff;
}
.button2:hover:before, .button4:hover:before {
  width: 100%;
}

.button3 {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  padding: 0 1.5em;
  height: 3em;
  line-height: 2.9em;
  min-width: 3em;
  background-color: transparent;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  backface-visibility: hidden;
  transition: 0.3s ease-in-out;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.button3:hover {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #355cc9;
}

.button4 {
  display: inline-block;
  margin-top: 25px;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #000;
  text-transform: uppercase;
  font-size: 0.5rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}




/* ------------------ */
/*  Animation Symbol  */
/* ------------------ */
.content .inhalt {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    /* border: 1px solid #232323; */
}

.content .inhalt .icon{
  position: absolute;
  width: 100%;
  height: 100%;
  /* border: 1px solid #000; */
}

#successAnimation{
  /* border: 1px solid #000; */
  position: absolute;
  top: 75px;
  left: 250px;
}

@-webkit-keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #0061A1 ;
}
#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #0061A1 ;
}
#successAnimationResult {
  fill: #0061A1;
  opacity: 0;
}
#successAnimation.animated {
  -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
          animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimation.animated #successAnimationCircle {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationCheck {
  -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
          animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationResult {
  -webkit-animation: 0.3s linear 0.9s both fadeIn;
          animation: 0.3s linear 0.9s both fadeIn;
}
/* ---------------- */
/*  Animation Test  */
/* ---------------- */
.animate {
	font-size: 30px;
  text-align: center;
	/* margin: 100px 0 0; */
}
.animate span {
	display: inline-block;
}
.animate span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate span:nth-of-type(19) {
	animation-delay: .9s;
}
.animate span:nth-of-type(20) {
	animation-delay: .95s;
}
.three span {
	color: #b10e81;
  color: #0061A1;
	opacity: 0;
	transform: translate(-300px, 0) scale(0);
	animation: sideSlide .6s forwards;
}
@keyframes sideSlide {
	60% {
		transform: translate(20px, 0) scale(1);
		/* color: #b10e81; */
    color: #0061A1;
	}

	80% {
		transform: translate(20px, 0) scale(1);
		/* color: #b10e81; */
    color: #0061A1;
	}

	99% {
		transform: translate(0) scale(1.2);
		color: #0061A1;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
		/* color: #b10e81; */
    color: #0061A1;
	}
}
