body {
  background: white;
  font-family: "Courier New", sans-serif;
  margin:0;
}

.zeit{
	height: 800px;
	background: black;
	font-family: "Courier New", sans-serif;
	margin-top: 30px;
}

h1 {
	color: #00ff96;
	font-size: 76px;
	letter-spacing: 5px;
	border: 4;
	margin: 20px 0px 20px 0px ;
	padding: 40;
	}
	
h2 {
  color: #ffff96;
  font-family: "Neon Lights";
  font-size: 76px;
  letter-spacing: 5px;
  margin: 50px 10px 20px 10px ;
  animation: letter-flicker 7.4s cubic-bezier(0.92, 0.06, 0.08, 0.68) infinite;
}
h3 {
	color: #0099ff;
	font-size: 30px;
	letter-spacing: 3px;
	border: 2;
	margin: 80px 0px 30px 0px ;
	padding: 40;
	}

h4 {
  color: #ff0096;
  font-family: "NEON GLOW";
  font-size: 76px;
  letter-spacing: 10px;
  margin: 80px 0px 20px 0px ;
  animation: text-flicker 8s cubic-bezier(0.88, 0.26, 0.04, 0.91) infinite;
}

h5 {
	color: #0099ff;
	font-size: 30px;
	letter-spacing: 3px;
	border: 2;
	margin: 60px 0px 0px 0px ;
	padding: 40;
	}
	
p  { font-size: 1.2em; }
a  { font-size: 0.7cm; }
.kursiv  { font-style: italic; }
.oblique { font-style: oblique; }

.navbar {
  font-family: "microsoft yahei";	
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}

.button-1 {
  background-color: #264F27;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #1BA91E;
}

.button-2 {
  background-color: #233233;
  border-radius: 3px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 30px;
  line-height: 10px;
  list-style: none;
  margin: 0;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-2:hover,
.button-2:focus {
  background-color: #0099ff;
}

.anzeige
{
	padding: 16px;
	margin-top: 170px;
	font-family: sans-serif;
	font-size:24px;
	color: #ff2222;
}

.blinken {
  text-align:center;
  position:relative;
  border: 8px solid #1086e8;
  width: 320px;
  top: 6px;
  border-radius: 25px;
  left: 10%;
  margin: 10px 10px 10px 10px;
  padding: 0px 0px 0px 0px;
  animation: border-flicker 9s linear infinite;
  margin-top: 30px;
}

@font-face {
    font-family: 'Neon Lights';
    src: url('./fonts/NeonLights.eot');
    src: url('./fonts/NeonLights.eot?#iefix') format('embedded-opentype'),
        url('./fonts/NeonLights.woff2') format('woff2'),
        url('./fonts/NeonLights.woff') format('woff'),
        url('./fonts/NeonLights.ttf') format('truetype'),
        url('./fonts/NeonLights.svg#NeonLights') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
@font-face {
    font-family: 'NEON GLOW';
    src: url('./fonts/NEONGLOW.eot');
    src: url('./fonts/NEONGLOW.eot?#iefix') format('embedded-opentype'),
        url('./fonts/NEONGLOW.woff2') format('woff2'),
        url('./fonts/NEONGLOW.woff') format('woff'),
        url('./fonts/NEONGLOW.ttf') format('truetype'),
        url('./fonts/NEONGLOW.svg#NEONGLOW') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "DeutscheZierschrift";
	src: url("./fonts/DeutscheZierschrift.eot"); /* IE9 Compat Modes */
	src: url("./fonts/DeutscheZierschrift.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("./fonts/DeutscheZierschrift.otf") format("opentype"), /* Open Type Font */
		url("./fonts/DeutscheZierschrift.svg") format("svg"), /* Legacy iOS */
		url("./fonts/DeutscheZierschrift.ttf") format("truetype"), /* Safari, Android, iOS */
		url("./fonts/DeutscheZierschrift.woff") format("woff"), /* Modern Browsers */
		url("./fonts/DeutscheZierschrift.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

#offset {
  animation: letter-flicker 2s linear infinite;
}

@keyframes text-flicker {
  0% {
    opacity: 2.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  
  2% {
    opacity:1;
    text-shadow: 0px 0px 29px rgb(242 22 22);
  }
  8% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  9% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  12% {
    opacity:0.1;
    text-shadow: 0px 0px rgba(242, 22, 22, 1);
  }
  20% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
  }
  25% {
    opacity: 1.3;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  30% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
  }
  
  70% {
    opacity:0.7;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
  }
  
  72% {
    opacity:0.2;
    text-shadow:0px 0px 29px rgba(242, 22, 22, 1)
  }
  
  77% {
    opacity:.9;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
  }
  100% {
    opacity:.9;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1)
  }
}

@keyframes border-flicker {
  0% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  2% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  4% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  
  8% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  70% {
    opacity:0.7;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  100% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
}

@keyframes letter-flicker {
  0% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  2% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  4% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  19% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  21% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  23% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  
  80% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  83% {
    opacity:0.4;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  87% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
}

 
.container {
	padding: 160px;
	margin-top: 340px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 60%;
	left: 70%;
	font-style: italic;
}

.glitch {
  color: rgb(223, 191, 191);
  position: relative;
  font-size: 7vw;
  margin: 70px 200px;
  animation: glitch 5s 5s infinite;
}
@keyframes glitch {
  1%{
    transform: rotateX(46deg) skewX(90deg);
  }
  2%{
    transform: rotateX(0deg) skewX(0deg);
  }
}

.glitch::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: -5px 0 magenta;
  background: black;
  overflow: hidden;
  top: 0;
  animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}
@keyframes noise-1 {
  $steps: 30;
  @for $i from 1 through $steps {
    #{percentage($i*(1/$steps))} {
      $top: random(100);
      $bottom: random(101 - $top);
      clip-path: inset(#{$top}px 0 #{$bottom}px 0);
    }
  }
}

.glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 0px;
  text-shadow: -5px 0 lightgreen;
  background: black;
  overflow: hidden;
  top: 0;
  animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}
@keyframes noise-2 {
  $steps: 30;
  @for $i from 0 through $steps {
    #{percentage($i*(1/$steps))} {
      $top: random(100);
      $bottom: random(101 - $top);
      clip-path: inset(#{$top}px 0 #{$bottom}px 0);
    }
  }
}
 
 .glow {
  @extend .glitch;
  text-shadow: 0 0 100px rgb(223, 191, 191);
  color: transparent;
  position: absolute;
  top: 0;
}

.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 25px;
  color: rgba(205, 241, 241, .4);
  text-transform: lowercase;
  letter-spacing: 1em;
  text-align: center;
  left: 17%;
  animation: glitch 1s 0.5s infinite;
}    

#uhr
{
    padding: 14px 16px 10px 10px;
	font-size: 75px;
	font-family: DeutscheZierschrift; 
	color: #FFFFFF;
}
    
.schattenmitfarbverlauf {
    width: relativ; 
	/* relativ ist auch möglich mit z.B. 60%*/ 
    height: relativ;
	display: left;
    margin: 50px auto;
    background: linear-gradient(0deg, #000, #333);
    position: absolute;
	margin:20px;
}

.schattenmitfarbverlauf:before,
.schattenmitfarbverlauf:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, red, orange, yellow, 
       green, blue, indigo, violet);
    z-index: -1;
    width: calc(100% + 14px);
    height: calc(100% + 14px);  
    top: -2px;
    left: -2px;
    background-size: 500%;
    animation: wandernderFarbverlauf 3s linear infinite;
}

.schattenmitfarbverlauf:after {
    filter: blur(25px);
}

@keyframes wandernderFarbverlauf {
    0%   { background-position: 0 0 }
    50%  { background-position: 500% 0 }
    100% { background-position: 0 0 }
}


