* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Orbitron", sans-serif;
  background-color: black;
}

nav {
  width: 80%;
  margin: 0 auto;
  background: transparent;
  padding: 50px 0;
  box-shadow: 0px 5px 0px black;
}
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all 0.5s;
}
nav ul li a:hover {
  color: #555;
}

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: ".";
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Circle */
nav.circle ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
nav.circle ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: ".";
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}

/* SHIFT */
nav.shift ul li a {
  position: relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #91640f;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: ".";
  color: transparent;
  background: #f1c40f;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.box {
  border: 0.1cm solid transparent;
  position: static;
  justify-content: center;
  margin: 0.5em;
  padding: 0.5cm;
  font-family: "Orbitron", sans-serif white;
  text-align: center;
  text-shadow: white;
}
.box a {
  justify-content: center;
  position: relative;
  margin: 0.1cm;
  padding-block: 0.2cm;
  text-align: center;
  text-shadow: white;
  font-family: "Orbitron", sans-serif white;
  color: white;
}
.box h2 {
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: block;
  text-shadow: white;
  font-style: italic white;
  color: white;
  font-size: medium;
}
.box p {
  text-align: center;
  font-family: "Orbitron", sans-serif white;
  text-shadow: white;
  color: white;
}

.box_email p {
  font-size: 16px;
}
.box p1 {
  justify-content: center;
  text-align: center;
  max-width: min-content;
  align-items: center;
  gap: 20%;
}

.p3 {
  color: red;
}
.box p3 {
  color: red;
}

.return {
  text-align: center;
  justify-content: center;
  border-bottom: #555;
  text-decoration: none;
}
.return a {
  color: white;
  text-decoration: none;
}
.return a:after {
  text-decoration: solid;
}
.return a:before {
  transition: all 0.5s;
}
.return a:hover {
  color: #dfc907;
}

.crazy {
  text-align: right;
  justify-content: right;
  text-shadow: white;
  font-family: "Orbitron", sans-serif;
  color: white;
  font-size: 8px;
  padding-right: 5cm;
  margin-top: -1.5cm;
}

#toggle_button {
  display: none;
}
label[for="toggle_button"] {
  display: none;
}
label[for="toggle_button"] span {
  font-size: 40px;
}

#karte
{
  text-align: center;
  justify-content: center;
}
footer {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:100vw;
	height:5em;
	background-color: #000000;
	text-align:center;
  color: white;
  font-size: xx-small;
}