﻿body
{
  background-color: #000000;
  background-image: linear-gradient(90deg, #0B0B61 0%, #0A0A2A 74%);
  background-repeat: repeat-y
  font-size: 14px;
  color: #ffffff;
}

/* ...auch nachts */
.neon {
  color: #fff;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}

/* Navigationsleiste */
ul
{
  list-style-type: none;
  margin: 0;
  
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  border-radius: 0px 0px 15px 15px
}

li
{
  float: left;
}

li a
{
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border-radius: 0px 0px 15px 15px;
  border: 1px dotted #ffffff;
}

li a:hover:not(.active)
{
  background-color: #000000;
  border: 1px solid #ffffff;
}

li a.active
{
  color: white;
  background-color: #4CAF50;
}

.zitat
{
color: #fff;
text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}

.zitat2
{
color: #fff;
text-shadow: 	0 0 5px #fff, 
		  		0 0 10px #fff, 
		  		0 0 20px #fff, 
		  		0 0 40px #0ff, 
		  		0 0 80px #0ff, 
		  		0 0 90px #0ff, 
		  		0 0 100px #0ff, 
		  		0 0 150px #0ff;

}
