@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

/******************************************************************************************************************************************************************************************
navbar styling
******************************************************************************************************************************************************************************************/
.navbar .max-width {
  width: 100%;
  background-color: #1A1A1A;
  padding: 10px;
  display: flex;
}

.navbar img {
  height: 15vh;
  margin-left: 50%;

}

.navbar ul {
  margin-left: auto;
  margin-right: 5vw;
  margin-top: auto;
  margin-bottom: auto;
}

.navbar li {
  list-style: none;
  display: inline-block;
  padding: 15px;
}

.navbar li a {
  font-family: 'Quicksand', 'Roboto', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 18px;
}

/******************************************************************************************************************************************************************************************
home styling
******************************************************************************************************************************************************************************************/
.impressum{
  font-family: 'Quicksand', 'Roboto', sans-serif;
  font-weight: bold;
  color: black;
  font-size: 14pt;
  text-align: center;
  margin: 10vh 30vw 25vh 30vw;
}
.impressum h1{
  font-size: 35pt;
  font-weight: 700;
  margin-bottom: 5vh;
}
/******************************************************************************************************************************************************************************************
footer styling
******************************************************************************************************************************************************************************************/
.footer-content {
  width: 100%;
  background-color: #1A1A1A;
  padding: 50px;
  display: flex;
}

.footer-content img {
  height: 60px;
  padding: 0px 10px 0px 10px;
}

.footer-links {
  padding: 0px 50px 0px 50px;
  margin-left: auto;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.footer-links li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px 0px 20px;
}

.footer-content li a {
  font-family: 'Quicksand', 'Roboto', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 18px;
}
