@font-face {
  font-family: 'mhafont';
  src: url('img/Futura Display BQ Regular.otf') format('opentype');
}
@font-face {
  font-family: 'forgottenFuturist_StandardDuenn';
  src: url('img/forgotten futurist rg.otf') format('opentype');
}

header{
  background-color: #0f1741;
  order: 1;
  padding-left: 2em;
}
nav{
  background-color: #101946;
  order: 2;
}

@keyframes backgroundScroll {
  0% {
    background-position: 0 0; /* Startposition */
  }
  100% {
    background-position: -100% 0; /* Endposition: Bewegt das Bild um die Container-Breite nach links */
  }
}
main{
  background-color: #19214a;
  order: 3;
  padding-left: 2em;
  padding-right: 2em;

  background-image: url('img/whuaaa.png');
  background-size: 200% auto;
  animation: backgroundScroll 50s linear infinite;

}

footer{
  background-color: #0f1741;
  order: 4;
  padding-left: 0.5cm;
}

p{
  color: #c0ded9;
  font-size: 0.75cm;
  font-family: 'forgottenFuturist_StandardDuenn', cursive;
}

h1{
  font-family: 'mhafont', cursive;
  color: #ffed31;
  text-shadow:  5px 5px 0px #ff0000,
                4px 4px 0px #ff0000,
                3px 3px 0px #ff0000,
                2px 2px 0px #ff0000;
  font-size: 1.75cm;
  letter-spacing: 3px;
}

body{
  size: 100%;
  display: grid;
  background-color: #0f1741;
  grid-template-rows: auto auto 1fr auto;
  color: #94a9c2;
  height: 100%;
}

html, body{
  margin: 0;
  height: 100%;
}

summary{
  font-family: 'forgottenFuturist_StandardDuenn', cursive;
  color: #ffed31;
  text-shadow:  5px 5px 0px #ff0000,
                4px 4px 0px #ff0000,
                3px 3px 0px #ff0000,
                2px 2px 0px #ff0000;
  font-size: 65px;
}

.s{
  color: #B39FD5;
  font-size: 1.25cm;
}

.xs{
  color: #B39FD5;
  font-size: 1cm;
}

img{
  width: 500px;
  overflow: hidden;
}

td{
  text-align: center;
  font-size: 1.5cm;
  color: #c4d9f2;
}

a{
  color: #94a9c2;;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  font-size: 1.25cm;
}

#navigation{
list-style:none;
padding:0;
margin:0;
display:grid;
grid-template-columns: 1fr 1fr 1fr;
}

#navigation a {
  display: block;
  background-color: #101946;
  color: #b4c9e2;;
  text-decoration: none;
  padding: 10 px;
  text-align: center;
  font-size: 0.75cm;
}

#navigation a:hover {
background-color: #282a42;
}

li{
  font-size: 0.7cm;
}

button {
  background-color: rgba(51, 54, 76, 0.7);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1cm;
  border-radius: 10px;
  box-shadow: -4px 4px 0px 0 rgba(0,0,0,0.2);
  margin: 10px;
}
button:hover{
  background-color: rgba(41, 44, 66, 0.7);
  box-shadow: -3px 3px 0px 0 rgba(0,0,0,0.3);
  transform: translateY(1px);
  transform: translateX(-1px);
}

select {
  box-sizing: border-box;
  height: 75px;
  background-color: rgba(255, 255, 50, 0.27);
  border: 5.5px dotted rgba(255, 0, 0, 0.7);
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1cm;
  border-radius: 10px;
  transform: translateY(1px);
  margin-bottom: 0.5cm;
  margin-left: 0.5cm;
}
select option {
    background-color: #10153d; /* Hintergrundfarbe der Optionen */
    color: #b3b9e5; /* Textfarbe der Optionen */
}
select option:hover {
    background-color: #1b2365;
}
select option:selected {
    background-color: #1b2365; /* Hintergrundfarbe im Aktivierungszustand */
}

input[type="text"]{
  height: 35px;
  background-color: rgba(255, 255, 50, 0.27);
  border: 5.5px dotted rgba(255, 0, 0, 0.7);
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1cm;
  border-radius: 10px;
  margin-bottom: 0.5cm;
  margin-left: 0.5cm;
}
input[type="date"]{
  height: 35px;
  background-color: rgba(255, 255, 50, 0.27);
  border: 5.5px dotted rgba(255, 0, 0, 0.7);
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1cm;
  border-radius: 10px;
  margin-bottom: 0.5cm;
  margin-left: 0.5cm;
}
input[type="number"]{
  height: 35px;
  background-color: rgba(255, 255, 50, 0.27);
  border: 5.5px dotted rgba(255, 0, 0, 0.7);
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1cm;
  border-radius: 10px;
  margin-bottom: 0.5cm;
  margin-left: 0.5cm;
}

textarea{
  background-color: rgba(255, 255, 50, 0.27);
  border: 5.5px dotted rgba(255, 0, 0, 0.7);
  color: white;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 1cm;
  border-radius: 10px;
  margin-bottom: 0.5cm;
  margin-left: 0.5cm;
}

label{
  font-size: 1cm;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px; /* Breite der Checkbox */
    height: 20px; /* Höhe der Checkbox */
    line-height: 20px;
    border: 1px solid rgba(255, 0, 0, 0.4); /* Randfarbe und -stärke */
    background-color: rgba(255, 255, 50, 0.4); /* Hintergrundfarbe mit Transparenz */
    vertical-align: middle;
    cursor: pointer;
    border-radius: 25%;
    position: relative; /* Position für Pseudo-Elemente festlegen */
}

/* Anpassung des Aussehens, wenn die Checkbox aktiviert ist */
input[type="checkbox"]:checked::before {
    content: "✘"; /* X-Symbol */
    color: rgba(255, 0, 0, 0.7);
    font-size: 30px;
    position: absolute; /* Position im Bezug auf das übergeordnete Element */
    top: 50%; /* Die Mitte vertikal ausrichten */
    left: 50%; /* Die Mitte horizontal ausrichten */
    transform: translate(-50%, -50%); /* Zentrierungstrick */
    text-shadow: 0px 0px 5px rgba(255, 255, 0, 0.3); /* Schatten hinzufügen */
}

/* Stil des Klickbereichs (optional) */
input[type="checkbox"] + label {
    vertical-align: middle;
    margin-right: 20px;
    color: rgba(243, 223, 111, 1);
    text-shadow: 2px 2px 2px rgba(255, 0, 0);
    font-family: 'forgottenFuturist_StandardDuenn', cursive;
}
