@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


body{
  background-image: url("");
  background-color:white;
  font-family: "Kode Mono", monospace;
  margin: 0;
}

p{
  font-family: "Roboto Condensed", sans-serif;
}
#logo {
margin-top: 15px;
  display:flex;
  flex-direction: column;
  align-items: center; 
  background-image: url("server-icon.png");
  background-repeat: no-repeat;

  
}
#logo_bild {
  

 

}

#logo_bild_oben {
 
}

#logo_text a {
  font-size: 60px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  color: black;


}

#nav ul {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
}

#nav ul li {
  padding-left:20px;
  padding-right:20px;
  font-weight: 100;
  color: gray;
}

#nav ul li:hover {
cursor: pointer;
color: #0a5;
}

#slider {
  background-image: url("slider.png");
  width: 100%;
  height: 300px;
  background-size: cover;

}

#mitte {
  padding-left: 5%;
  padding-right: 5%;
}

#mitte h1,h2,h3,h4 {
  color: black;
  

}
#unten {
  padding-bottom: 20px;
  padding-top: 20px;
  background-color:#0a5 ;
}

#unten p {
  text-align: center;
  margin-bottom: 0;
}
#sozial_icons{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sozial_icons a {
  padding: 10px;
  font-weight: 300;
  color: white;
  text-decoration:none;
}

#sozial_fb {
  background-color: deepskyblue;
  
}

#teamspeak_icon {
  padding: 10px;
  font-weight: 300;
  color: white;
  text-decoration:none;

}

#steam_icon {
  padding: 10px;
  font-weight: 300;
  color: white;
  text-decoration:none;
}