body {
background-image: url("hg-lkw.png");
 
  
}









.container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
  background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
}

.schriftt {
margin: 300px 0px 10px 0px;
	padding: 10px 0px 10px 0px; 
	font-size: 42px;
	color: blue;
      font-family: 'Open Sans', Arial;
      font-style: normal;
      font-weight: 700;
	text-align: center;
	border-radius: 6px;
	background: #333333;
}

.schriftt1 {
margin: 20px 0px 10px 0px;
	padding: 10px 0px 10px 0px; 
	font-size: 32px;
	color: #ffffff;
      font-family: 'Open Sans', Arial;
      font-style: normal;
      font-weight: 700;
	text-align: center;
	border-radius: 6px;
	background: #333333;
}



.content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
}
.container h2 {
  position: absolute;
  top: 30%;
  line-height: 80px;
  height: 80px;
  margin-top: -45px;
  font-size: 80px;
  width: 100%;
  text-align: center;
  color: transparent;
  animation: blurFadeInOut 3s ease-in backwards;
}
.container h2.frame-1 {
  animation-delay: 0s;
}
.container h2.frame-2 {
  animation-delay: 3s;
}
.container h2.frame-3 {
  animation-delay: 6s;
}
.container h2.frame-4 {
  font-size: 80px;
  animation-delay: 9s;
}

.container h2.frame-6 {
  font-size: 80px;
  animation-delay: 12s;
}
.container h2.frame-7 {
  font-size: 80px;
  animation-delay: 15s;
}


.container h2.frame-5 {
  animation: none;
  color: transparent;
  text-shadow: 0px 0px 10px #123456;
font-size:60px;
}
.container h2.frame-5 span {
  animation: blurFadeIn 3s ease-in 18s backwards;
  color: transparent;
  text-shadow: 0px 0px 1px #eb1e0c;
}
.container h2.frame-5 span:nth-child(2) {
  animation-delay: 13s;
}
.container h2.frame-5 span:nth-child(3) {
  animation-delay: 14s;
}


.container h2.frame-8 {
  animation: none;
  color: transparent;
  text-shadow: 0px 0px 10px #123456;
font-size:12px;
}
.container h2.frame-8 span {
  animation: blurFadeIn 2s ease-in 23s backwards;
  color: transparent;
  text-shadow: 0px 0px 1px #eb1e0c;
}
.container h2.frame-8 span:nth-child(2) {
  animation-delay: 16s;
}
.container h2.frame-8 span:nth-child(3) {
  animation-delay: 17s;
}












@keyframes blurFadeInOut{
  0%{
    opacity: 0;
    text-shadow: 0px 0px 40px #eb350c;
    transform: scale(0.9);
  }
  20%,75%{
    opacity: 1;
    text-shadow: 0px 0px 1px #99eb0c;
    transform: scale(1);
  }
  100%{
    opacity: 0;
    text-shadow: 0px 0px 50px #0ceb13;
    transform: scale(0);
  }
}
@keyframes blurFadeIn{
  0%{
    opacity: 0;
    text-shadow: 0px 0px 40px #fff;
    transform: scale(1.3);
  }
  50%{
    opacity: 0.5;
    text-shadow: 0px 0px 10px #fff;
    transform: scale(1.1);
  }
  100%{
    opacity: 1;
    text-shadow: 0px 0px 1px #fff;
    transform: scale(1);
  }
}
@keyframes fadeInBack{
  0%{
    opacity: 0;
    transform: scale(0);
  }
  50%{
    opacity: 0.4;
    transform: scale(2);
  }
  100%{
    opacity: 0.2;
    transform: scale(5);
  }
}









