#header-image {
  position: absolute;
  background-image: url(../../../images/003/header.jpg);
  width: 100%;
  height: 600px;
  z-index: 0;
  background-position: center;
  z-index: -1;
}

#header-image::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
	z-index: 4;
  height: 35px;
  background-color: #202020;
background-image: url(https://www.transparenttextures.com/patterns/dark-mosaic.png);
}

#header-image::after {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 566px;
  background: linear-gradient(to bottom right, var(--akzent), #202020);
  opacity: .3;
}


#header-menu {
  box-sizing: border-box;
  top: 0px;
  width: 100%;
  height: 60px;
  position: absolute;
background-color: #202020;
background-image: url(https://www.transparenttextures.com/patterns/dark-mosaic.png);
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  z-index: 1;
}

 #menu {
    position: fixed;
    height: 100%;
    width: 90px;
    left: 0px;
    box-sizing: border-box;
    padding-top: 100px;
    text-align: center;
   z-index: 1;
background-color: #202020;
background-image: url(https://www.transparenttextures.com/patterns/dark-mosaic.png);
  background-attachment: fixed;
  }

#title {
  position: relative;
  width: 700px;
  margin: auto;
  text-align: center;
  margin-top:180px;
  font-size: 95px;
  color: #ddd;
  text-shadow: 2px 1px 1px var(--akzent);
  padding: 20px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
  letter-spacing: 1px;
  z-index: 5;
  opacity: .9;
}

#title::before {
  content: "Twilight UniVerse | London & Volterra | L3S3V3 ";
  position: absolute;
  font-size: 9px;
  font-family: 'Calibri', sans-serif;
  bottom: -2px;
  left: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: none;
  background: #444;
  padding: 5px 15px;
  border-radius: 3%;
}

#menuitems {
  top: 25%;
}

#menuitems i {
  color: #ddd;
  display: block;
  width: 30px;
  margin: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--akzent);
}

#header-usergif {
  position: absolute;
  z-index: 2 !important;
  left: 100px;
  top: 21.5px;
  padding: 5px;
}

#header-usergif::after {
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, var(--akzent), #202020);
  opacity: .3;
}

#header-usergif img {
  height: 65px;
  width: 65px;
  filter: grayscale(100%) brightness(40%);
  position: relative;
  z-index: 2;
  transition: .7s;
}

#header-usergif img:hover {
  filter: grayscale(100%) brightness(40%);
  transition: .7s;
}

#header-welcomeback {
  position: absolute;
  left: 190px;
  top: 19px;
  font-size: 9px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4em;
}

#header-welcomeback span {
  color: var(--akzent);
  }

#header-usermenu {
  position: absolute;
  left: 190px;
  top: 68px;
}

#header-usermenu span.item {
  display: inline-block;
  margin: 0px 2.5px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
  text-shadow: none;
  background: #444;
  padding: 5px 10px;
  color: #ddd;
  position: relative;
}

#linkbutton {
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px 30px;
  font-weight: bold;
  background: var(--akzent);
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  opacity: .7;
}

#switchbutton {
position: absolute;
top: 20px;
left: 23px;
font-size: 45px;
color: var(--akzent);
z-index: 100;
}

#headertabelle-wrapper {
  width: 1200px;
  margin: auto;
  position: relative;
  top: 450px;
	left: 45px;
  height: 300px;
  background-image: url(../../../images/003/marble.png);
  background-attachment: fixed;
  background-position: center;
  display: flex;
}

#headertabelle-wrapper #introduction {
  box-sizing: border-box;
  width: 30%;
  margin: 10px;
  height: 280px;
  background-color: #ccc;
  font-size: 12px;
  color: #303030;
  padding: 20px;
  text-align: justify;
  line-height: 1.7em;
}

#headertabelle-wrapper #introduction #introimg {
  float: left;
  margin: 5px; 
  margin-right: 20px;  
  width: 70px;
  overflow: hidden;
  position: relative;
  opacity: 1;
}

#headertabelle-wrapper #introduction #introimg::after {
  content: "";
  width: 100%;
  height: 143px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
    background: linear-gradient(to bottom right, var(--akzent), #202020);
  opacity: .3;
}

#headertabelle-wrapper #introduction img {
  filter: grayscale(100%) brightness(80%);
position: relative;
right: 20px;
}

#headertabelle-wrapper #team {
  box-sizing: border-box;
  width: 10%;
  margin: 10px;
  margin-left: 0px;
  padding-top: 50px;
background-color: #333;
}

#headertabelle-wrapper #team .teamimg {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  padding: 5px;
position: relative;
}

#headertabelle-wrapper #team .teamimg::after {
content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, var(--akzent), #202020);
  opacity: .3;
}

#headertabelle-wrapper #team .teamimg img {   
filter: grayscale(100%) brightness(80%);
  opacity: .7;
  width: 50px;
  height: 50px;
}

#headertabelle-wrapper #team span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 20px;
  opacity: .8;
}

#headertabelle-wrapper #news {
  box-sizing: border-box;
  width: 25%;
  margin: 10px;
margin-left: 0px;
  height: 280px;
  background-color: #ccc;
  font-size: 12px;
  color: #303030;
  padding: 20px;
  text-align: justify;
  line-height: 1.7em;
}

#headertabelle-wrapper #news #newsblock {
overflow: auto;
height: 240px;
padding-right: 10px;
}

#headertabelle-wrapper #news #newsblock span {
display: inline-block;
background: var(--akzent);
font-size: 8px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
padding: 1px 5px;
font-weight: bold;
filter: brightness(80%);
}

#headertabelle-wrapper #news #newsblock::-webkit-scrollbar,
#headertabelle-wrapper #plot .tabcontent::-webkit-scrollbar {
width: 2px;
background: transparent
}

#headertabelle-wrapper #news #newsblock::-webkit-scrollbar-thumb,
#headertabelle-wrapper #plot .tabcontent::-webkit-scrollbar-thumb {
background: #555;
}


#headertabelle-wrapper #plot {
  box-sizing: border-box;
  width: 32%;
  margin: 10px;
margin-left: 0px;
  height: 280px;
background-color: #ccc;
  font-size: 12px;
  color: #303030;
  padding: 20px;
  text-align: justify;
  line-height: 1.7em;
display: flex;
border-right: 40px solid rgba(20,20,20,.8);
}

#headertabelle-wrapper #plot .Headertable_Plot {width: 30%;display: flex;column-gap: 15px;}

#headertabelle-wrapper #plot .tabcontent {
   width: 69%;
  display: none;
  position: relative;
  z-index: 1;
height: 240px;
overflow: auto;
padding-right: 10px;
}


#headertabelle-wrapper #plot .Headertable_Plot_Button{margin-bottom: 5px;}
#headertabelle-wrapper #plot .Headertable_Plot_Button button:nth-child(2) {margin: 12px auto;}
#headertabelle-wrapper #plot .Headertable_Plot_Button button.active {opacity: 1;}

#headertabelle-wrapper #plot .Headertable_Plot_Button button{
	opacity: 0.5;
	background: unset;
	border: unset;
	padding: unset;
	display: block;
	font-size: 13px;
	margin: auto;
}

#headertabelle-wrapper #plot .Headertable_Plot_Button button span{
  display: block;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 1px;
  font-weight: 800;
	margin-top: 3px;
}

#headertabelle-wrapper #plot .Headertable_Moon{
	width: 21%;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	justify-content: end;
margin-left: 15px;
}

#headertabelle-wrapper #plot .Headertable_Moon_Inside i {letter-spacing: unset;font-size: 12px;}
#headertabelle-wrapper #plot .Headertable_Moon_Inside de{opacity: 0.5;}
#headertabelle-wrapper #plot .Headertable_Moon_Inside span{width: 50%;line-height: 150%;}

#headertabelle-wrapper #plot .Headertable_Moon_Inside div{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 7px;
	text-align: center;
}

#headertabelle-wrapper #plot .Headertable_Moon_Inside date {
  display: block;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 1px;
  font-weight: 800;
}

#headertabelle-wrapper #plot .Headertable_Moon_Inside month{
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #202020;
	line-height: 100%;
	font-size: 8px;
font-weight: bold;
}

.modal .headline {
	  font-size: 50px;
  color: #ddd;
  text-shadow: 2px 1px 1px var(--akzent);
  letter-spacing: 1px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  opacity: .8;
text-transform: lowercase;
position: absolute;
	top: 10px;
	left: 30px;
	z-index: -1;
}

.modal-content {
width: 90%;
background: #c4c4c4;
margin: 50px auto;
}

.modal ul {
	margin: 10px;
	list-style-type: square;
}

.modal ul a {
	color: #444;
	text-transform: uppercase;
letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}



#quicklinks-list a {
display: inline-block;
margin: 5px;
padding: 3px 7px;
background: var(--akzent);
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
font-size: 9px; 
filter: brightness(80%);
}

.modal .Modul_Switch{
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  margin: 30px;
}

.modal .Modul_Switch div{
width: 73px;height: 108px;
}

.modal .Modul_Switch div img{
width:100%;
}

.appbit {
	font-size: 11px;
}

.appbit b {
	font-size: 11px;
}