@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
******************************************************************************************************************************************************************************************/
.Datenschutzerklaerung-content{
  font-family: 'Quicksand', 'Roboto', sans-serif;
  font-weight: bold;
  color: black;
  font-size: 18px;
  text-align: left;
  margin: 50px 30vw 50px 30vw;
}
.Datenschutzerklaerung-content p {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 500;
}
.Datenschutzerklaerung-content h1 {
  font-size: 36px;
  padding-top: 30px;
}
.Datenschutzerklaerung-content h2 {
  font-size: 26px;
  padding-top: 25px;
}
.Datenschutzerklaerung-content h3 {
  padding-top: 20px;
}
.Datenschutzerklaerung-content h4 {
  padding-top: 20px;
}
/******************************************************************************************************************************************************************************************
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;
}
