:root {
  --footer: #222;
  --white: #ffffff;
  --red: #d13030;
  --black: #000000;
}

@font-face {
  font-family: Roboto Condensed;
  src: url("../font/RobotoCondensed-Regular.ttf");
}



html {
  font-family: Roboto Condensed;
}

body {
  margin: 0 auto;
  background-color: var(--white);
  font-size: 15px;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: Roboto Condensed;
  font-weight: 700;
  color: var(--white);
}

p {
  font-family: Roboto Condensed;
  font-weight: 400;
  color: var(--black);
}

a {
  font-family: Roboto Condensed;
  font-weight: 400;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.footer {
  width: 1020px;
  margin: 0 auto;
}

.black-footer {

  display: flex;
  justify-content: space-between;
  gap: 30px;
  background-color: var(--footer);
  color: var(--white);
  padding: 42px 20px;
}

.co-melder-logo {
  width: 100%;
}

.co-melder-menu {
  width: 30%;
}

.co-melder-list {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 20px;
}

.co-melder-items {
  text-decoration: none;
  color: var(--white);
  font-size: 18px;
  line-height: 23px;

}

.testsieger-rating {
  background-color: var(--red);
  padding: 0px 20px 30px;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;


}

.headline-1 {
  display: flex;
  font-size: 14px;
  padding: 5px 10px;
  background-color: var(--white);
  color: var(--black);
  width: 26%;
  border-radius: 7px;
  justify-content: center;
}

.co-warnmelder {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.text-stars {
  width: 65%;
}

.text {
  text-decoration: none;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
}

.rating {
  font-size: 16px;
  color: var(--white);
}

.star {
  color: var(--white);
}

.star.filled {
  color: var(--white);
}

.white-footer {
  margin: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-menu {
  display: flex;
  gap: 20px;
}

.menu-items {
  text-decoration: none;
  color: var(--black);
}

.text-cookies {
  text-align: center;
  margin: 20px 0px;
}




/* tablet */
@media (max-width: 1024px) {
  .footer {
    width: 756px;
  }

  .headline-1 {
    width: 38%;
  }
}

/* handy */
@media (max-width: 767px) {

  .footer {
    width: 100%;
  }

  .black-footer {

    flex-direction: column;
    padding: 42px 0px;
  }

  .co-melder-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .co-melder-logo {
    width: 45%;
    margin: 0 auto;
  }

  .testsieger-rating {
    width: 100%;
  }

  .list-2 {
    width: 100%;
    margin-left: 20px;
  }

  .headline-1 {
    width: 90px;
  }

  .white-footer {

    justify-content: center;
  }


}

/* handy */
@media (max-width: 500px) {

  .co-melder-logo {
    width: 55%;
  }

  .footer-menu {
    flex-wrap: wrap;
  }
}