footer {
  margin-top: 15rem;
  padding: 5rem 7rem;
  background-color: black;
}

footer .start p {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
}

footer .footer-content {
  display: flex;
  justify-content: space-between;
}

footer .footer-content .start img {
  width: 260px;
}

footer .footer-content .start .adress {
  margin-top: 2rem;
}

footer .footer-content .start .adress p {
  font-size: 0.875rem;
  color: white;
  font-weight: 400;
}

footer .footer-content .end {
  display: flex;
  gap: 5rem;
}

footer .footer-content .end .menu .title {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

footer .footer-content .end .menu .links {
  margin-top: 0.7rem;
}

footer .footer-content .end .menu .links .link {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 0.3rem;
}

footer .footer-content .end .menu .links .link p {
  color: white;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.3rem;
}

.mail-to {
  margin-top: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 5px;
  border: solid 1px white;
  display: inline-block;
}
.mail-to a {
  text-decoration: none;
  color: white;
  font-size: 0.9rem;
}

footer .footer-content .end .menu .links .link img {
  width: 17px;
  margin-right: 0.5rem;
}

footer .footer-content .end .title::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: white;
}

footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

footer .bottom .start p {
  color: white;
  font-weight: 300;
  font-size: 0.7rem;
}

footer .bottom .end {
  display: flex;
  gap: 5rem;
}

footer .bottom .end .menu {
  margin-top: 5rem;
}

footer .bottom .end .menu .title {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

footer .bottom .end .menu .socials {
  display: flex;
  align-items: center;
  margin-top: 0.7rem;
  gap: 5px;
}

footer .bottom .end .menu .socials .media img {
  width: 25px;
}

footer .bottom .title::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: white;
}

@media only screen and (max-width: 1220px) {
  footer {
    padding: 5rem 5rem;
  }
}
@media only screen and (max-width: 1020px) {
  footer {
    padding: 5rem 2rem;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    margin-top: 15rem;
    padding: 5rem 2rem;
    background-color: black;
  }
  footer .footer-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  footer .footer-content .start img {
    width: 260px;
  }
  footer .footer-content .start .adress {
    margin-top: 2rem;
  }
  footer .footer-content .start .adress p {
    font-size: 0.875rem;
    color: white;
    font-weight: 300;
  }
  footer .footer-content .end {
    display: flex;
    margin-top: 3rem;
    gap: 5rem;
  }
  footer .footer-content .end .accordion {
    font-size: 0.938rem;
  }
  footer .footer-content .end .panel .panel-menu {
    font-size: 0.85rem;
  }
  footer .footer-content .end .menu .title {
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  footer .footer-content .end .menu .links .link p {
    font-size: 0.938rem;
  }
  footer .footer-content .end .menu .links .link img {
    width: 17px;
    margin-right: 0.5rem;
  }
  footer .footer-content .end .title::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: white;
  }
  footer .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "up" "down";
  }
  footer .bottom .start {
    grid-area: down;
    margin-top: 3rem;
  }
  footer .bottom .start p {
    color: white;
    font-weight: 300;
    font-size: 0.813rem;
  }
  footer .bottom .end {
    grid-area: up;
    display: flex;
    gap: 5rem;
  }
  footer .bottom .end .menu {
    margin-top: 2rem;
  }
  footer .bottom .end .menu .title {
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  footer .bottom .end .menu .socials {
    display: flex;
    align-items: center;
    margin-top: 0.7rem;
    gap: 5px;
  }
  footer .bottom .end .menu .socials .media img {
    width: 25px;
  }
  footer .bottom .title::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: white;
  }
}
@media only screen and (max-width: 370px) {
  footer {
    padding: 5rem 1rem;
  }
  footer .footer-content .end {
    gap: 1rem;
  }
}/*# sourceMappingURL=footer.css.map */