@font-face {
  font-family: Halo;
  src: url(schriftarten/Halo.ttf);
}

@font-face {
  font-family: Mordor;
  src: url(schriftarten/Mordor.ttf);
}

@font-face {
  font-family: Witcher;
  src: url(schriftarten/Witcher.ttf);
}

@font-face {
  font-family: X360;
  src: url(schriftarten/X360.ttf);
}

@font-face {
  font-family: JWE;
  src: url(schriftarten/Jurassic_Park.ttf);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(59, 59, 59);
  width: 100%;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  font-family: 'Agency FB', Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 3px solid rgb(21, 97, 148);
}

li {
  flex: 1;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 24px;
  font-size: 25px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: rgb(21, 97, 148);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

li a:hover::after {
  width: 50%;
}

body {
  animation: fadeIn 0.75s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.content-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-top: 100px;
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.Title {
  font-size: x-large;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
}

.index_text {
  font-size: 50px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  color: rgb(255, 255, 255);
}

.links_button {
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s;
}

.links_button img {
  width: 250%;
  height: auto;
}

.links_button:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.links_button:active {
  transform: scale(0.95);
  opacity: 0.5;
}

.Instagram_button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.2s, opacity 0.2s;
}

.Instagram_button img {
  width: 100%;
  height: auto;
}

.Instagram_button:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.Instagram_button:active {
  transform: scale(0.95);
  opacity: 0.5;
}


.button-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.game-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.2s, opacity 0.2s;
}

.game-button img {
  width: 150px;
  height: auto; 
  border-radius: 10px;
}

.game-button:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.game-button:active {
  transform: scale(0.95);
  opacity: 0.6;
}

.page_text {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  font-size: 20px;
  color: aliceblue;
}

.Logo_Button {
  font-family: Papyrus;
  font-size: 27px;
}

.indexpage_text {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  font-size: 30px;
  color: aliceblue;
}


.Secret_Video {
  width: 1250px;
  height: 400px;
}

.content-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin: 20px auto;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 800px;
}

.content-image {
  flex: 1;
  max-width: 300px;
  border-radius: 8px;
}

.content-text {
  flex: 2;
  color: aliceblue;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: left;
}

.index-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
  margin: 50px auto;
  max-width: 800px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.index-text {
  font-size: 1.2rem;
  line-height: 1.6;
}

.index-title {
  font-size: 2rem;
  margin-bottom: 10px;
}

.hobbies-image {
  max-width: 60%;
  height: auto;
  border-radius: 10px;
}

.Halo-titel {
  font-family: Halo;
  font-size: 3rem;
  color: rgb(209, 156, 41);
  margin-bottom: 10px;
}

.Mordor-titel {
  font-family: Mordor;
  font-size: 2.5rem;
  color: rgb(169, 169, 169);
  margin-bottom: 10px;
}

.Witcher-titel {
  font-family: Witcher;
  font-size: 2.5rem;
  color: rgb(216, 216, 216);
  margin-bottom: 10px;
}

.X360-titel {
  font-family: X360;
  font-size: 2.5rem;
  color: rgb(150, 200, 50);
  margin-bottom: 10px;
}

.JWE-titel {
  font-family: JWE;
  font-size: 3rem;
  color: rgb(177, 140, 48);
  margin-bottom: 10px;
}

.uebermich-image {
  max-width: 40%;
  height: auto;
  border-radius: 10px;
}

.portfolio-image {
  max-width: 45%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.infernum-image {
  max-width: 52%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.links_button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.links_button img {
  width: 50px;
  height: 50px;
}

.youtube-button img {
  width: 65px;
  height: 45px;
}
