body {
  margin: 0;
  background-color: #0a0a0a;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1{
  text-align: center;
  font-size: xx-large;
}

h3{
  text-align: center;
  font-size: x-large
}

main{
  padding-top: 80px;
  color: #ffffff;
  margin-left: 400px;
  margin-right: 400px;
}

a{
  gap: 0.5rem;
  color: #66ccff; /* oder eine andere Farbe passend zum Aeternorbis-Stil */
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #ffffff;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  background-color: #1e1e1e ;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #222; 
  padding: 0;
  margin: 0;
  list-style: none;
  height: 80px; 
}

.logo {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}


.logo svg {
  height: 100px;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.menu {
  display: flex;
  height: 100%;
  gap: 0;
  display: flex;
  padding: 0;
  margin: 0;
  height: 100%;
  margin-left: auto;
}

.menu li {
  display: flex;
  align-items: center;
  height: 100%; 
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}


.menu li a:hover:not(.active) {
  
}

.menu .active {
  clip-path: polygon(10% 0%, 90% 0%, 100% 0%, 90% 100%, 10% 100%, 0% 50%);
  color: #95b6c9;
}

.menu li:not(:first-child) {
  margin-left: -50px; 
}

.menu li svg {
  display: block;
  width: 150px;
  height: 80px;
}
  
.video-frame {
  width:"100%"; height:"700px"; 
  border: 4px solid #444;          
  background-color: #222;          
  padding: 6px;                    
  box-shadow: 0 0 10px #000 inset; 
  margin: 1.5rem 0;
}

.video-frame iframe {
  display: block;
  border: none;
}


