/*!----ALLGEMEIN-----------------------------------------------------------------------------------*/
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;800&family=Roboto:wght@400;500;700&display=swap');
  
html {
  scroll-padding: 10rem;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "fight", Arial, Helvetica, sans-serif;
}

body {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #141414;
}

@font-face {
  font-family: 'fight';
  src: url('Fonts/FIGHTT3_.ttf') format('truetype');
}

body::before,
body::after {
  content: "";
  position: fixed;
  height: 100%;
  width: 1px; /* Adjust the width as needed */
  background-color: #e31088; /* Adjust the color as needed */
  z-index: 3; /* Ensure the border is above other content */
}

body::before {
  left: 0;
}

body::after {
  right: 0;
}

/*TODO---- FOOTER ----------------------------------------------------------------------------------*/

.footer {
  position: fixed;
  background-color: rgb(20, 20, 20);
  padding: 10px;
  color: white;
  text-align: center;
  bottom: 0;
  width: 100%;
  border-top: #e31088 2px solid;
  z-index: 10;
}

.footer-link {
  color: white;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.footer-link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e31088;
  transition: width 0.3s ;
}

.footer-link:hover::before {
  width: 100%;
}

/*TODO----HEADER-----------------------------------------------------------------------------------*/

.header {
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 80px;
  background-color:rgb(20, 20, 20);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;  
  border-bottom: 2px solid #e31088;
}

  /*TODO-- Logo ---------------------------------------------------------------------------------------*/
 
.Logo {
  width: 80px;
  height: 60px;
  top: 100%;
  transition: transform 0.3s ease;
}
  
.Logo:hover {
  transform: rotate(8deg);
  filter: brightness(1.2);
}
  
/*TODO------------ NAVBAR -------------------------------------------------------------------------*/

.navbar a, p {
  position: relative;
  font-size: 22px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  margin-left: 50px;
}

.navbar a::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: #e31088;
  transition: .3s;
}

.navbar a:hover::before {
  width: 100%;
}

/*! ---------------------------------------------------------------------------------------------- */
/*! -------------------------------------- Splash Screen HTML ------------------------------------ */
/*! ---------------------------------------------------------------------------------------------- */

.splash-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 125%;
  background: url(Bilder/Hintergrund.gif) no-repeat center center;
  background-size: cover;
}

a#joinButton {
  padding: 20px 40px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  transition: filter 0.3s ease;
}

a#joinButton:hover {
  filter: brightness(1.3);
  cursor: pointer;
}

#Knopf {
  width: 160px;
  height: 110px;
}

.LogoText {
  position: fixed;
  width: 210px;
  top: 10px;
  left: 10px;
}


/*! ---------------------------------------------------------------------------------------------- */
/*! -------------------------------------- Startseite HTML --------------------------------------- */
/*! ---------------------------------------------------------------------------------------------- */

.image-container, .text-container {
  flex: 1;
}

#Artwork {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 19cm;
  background: linear-gradient(to bottom, #000000, #8d00506e);
}

#Tyler-links {
  height: 720px;
  margin-left: 20px;
}

#Graffiti {
  margin-top: 4cm;
  height: 200px;
  margin-bottom: 1cm;
}

#Spruch {
  color: white;
  font-family: 'Inconsolata', monospace;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  font-size: 1.6em;
  font-weight: 100;
}

#Erzähler-rechts {
  margin-left: 5cm;
  height: 720px;
  width: auto;
}

/**---------- Artwork Ende ----------------------------------------------------------------------- */

.main {
  color: rgb(233, 233, 233);
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 1.5cm;
}

.fcp {
  font-family: 'Roboto Mono', monospace;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 20px;
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 20px;
  margin-right: 50px;
}

.fch1 {
  margin-top: 1.5cm;
  font-family: 'Rubik Mono One', monospace;
  font-size: 1.6em;
  font-weight: 100;
  display: inline-block;
  background-color: #910a56;
  padding: 5px 20px;
  margin-bottom: 30px;
  border-radius: 20px;
}




/*! ---------------------------------------------------------------------------------------------- */
/*! -------------------------------------- Charaktere HTML --------------------------------------- */
/*! ---------------------------------------------------------------------------------------------- */

.li {
  font-family: 'Roboto Mono', monospace;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
}

/**----------- Bilder -----------------------------------------------------------------------------*/

.image-row {
  display: flex;
}

.Erzähler-image {
  width: 350px;
  height: 350px;
  padding-left: 0.5cm;
}

.Tyler-image {
  width: 300px;
  height: 450px;
  padding-left: 0.5cm;
}

.Maria-image {
  width: 350px;
  height: 400px;
  padding-left: 0.5cm;
}

.ErzählerReal-image {
  width: 300px;
  height: 340px;
  padding-left: 1.5cm;
}

.TylerReal-image {
  width: 350px;
  height: 450px;
}

.MariaReal-image {
  width: 350px;
  height: 400px;
  padding-left: 0.5cm;
}

 /**--------- Tabelle -----------------------------------------------------------------------------*/
 
.table {
  top: 120px;
  left: 50px;
  right: 50px;
  bottom: auto;
  border: 1px solid grey;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1cm;
}

.table th, .table td {
  border: 1px solid #808080;
  text-decoration: none;
}

th {
  color: #e51089;
  font-family: 'Rubik Mono One', monospace;
  font-weight: 450;
  padding: 8px;
}

td {
  color: #ffffff;
  font-family: 'Inconsolata', monospace;
  font-weight: 500;
  font-size: large;
  line-height: 1.5;
  text-align: justify;
  padding-top: 10px;
  padding: 15px;
}

td:p {
  padding: 500px;
}

.tables-container {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.CharP {
  margin-left: 9.3cm;
  font-family: 'Rubik Mono One', monospace;
  font-size: 1.6em;
  font-weight: 100;
  display: inline-block;
  background-color: #910a56;
  padding: 5px 20px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.CharP2 { 
  margin-left: 18.3cm;
  font-family: 'Rubik Mono One', monospace;
  font-size: 1.6em;
  font-weight: 100;
  display: inline-block;
  background-color: #910a56;
  padding: 5px 20px;
  margin-bottom: 30px;
  border-radius: 20px;
}

/*! ---------------------------------------------------------------------------------------------- */
/*! -------------------------------------- Impressum HTML ---------------------------------------- */
/*! ---------------------------------------------------------------------------------------------- */

.imph1 {
  color: #e51089;
  font-weight: 450;
  padding: 8px;
  align-self: center;
}

.impdiv , .impdiv p {
  color: white;
  font-weight: 450;
  padding: 8px;
  align-self: center;
  font-family: 'Inconsolata', monospace;
  text-align: justify;
}

.imph2 {
  color: #e51089;
  font-weight: 450;
  padding: 8px;
  align-self: center;
  font-family: 'Inconsolata', monospace;
  text-decoration: underline grey; 
} 

.imph3 {
  color: white;
  font-weight: 450;
  align-self: center;
  font-family: 'Inconsolata', monospace;
  text-decoration: underline grey; 
} 

.address-image {
  width: 400px;
  height: auto;
  border: 2px solid grey;
}

/*! ---------------------------------------------------------------------------------------------- */
/*! -------------------------------------- Warum HTML ---------------------------------------- */
/*! ---------------------------------------------------------------------------------------------- */

.layout {
  width: 35cm;
  height: 25cm;
}