.cgarden-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: white;
  background-color: var(--color-purple);
}
.cgarden-footer a {
  color: inherit;
}
.cgarden-footer a:hover {
  text-decoration: underline;
}
.cgarden-footer .wrapper {
  width: var(--container-width);
  max-width: var(--container-max-width);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr auto;
  grid-column-gap: 3.47vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .wrapper {
    grid-column-gap: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .wrapper {
    grid-column-gap: 50px;
  }
}
.cgarden-footer .column {
  font-family: "arboria";
  font-weight: bold;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cgarden-footer .column .title {
  color: #CCCCCC;
  font-size: 1.11vw;
  margin: 0px;
  margin-bottom: 1.39vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .column .title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .column .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .column .title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .column .title {
    margin-bottom: 20px;
  }
}
.cgarden-footer .column .text {
  font-size: 1.11vw;
  line-height: 200%;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .column .text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .column .text {
    font-size: 16px;
  }
}
.cgarden-footer .column.big .link {
  font-size: 1.94vw;
  margin-bottom: 2.08vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .column.big .link {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .column.big .link {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .column.big .link {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .column.big .link {
    margin-bottom: 30px;
  }
}
.cgarden-footer .column.small .link {
  font-size: 1.11vw;
  line-height: 200%;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .column.small .link {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .column.small .link {
    font-size: 16px;
  }
}
.cgarden-footer .bottom-links {
  grid-area: 2/1/3/4;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 0.97vw;
  margin-top: 4.17vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .bottom-links {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .bottom-links {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .bottom-links {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .bottom-links {
    margin-top: 60px;
  }
}
.cgarden-footer .bottom-links .link {
  font-weight: normal;
  font-family: "objektiv-mk1";
}
.cgarden-footer .bottom-links .link + .link {
  margin-left: 3.47vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .bottom-links .link + .link {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .bottom-links .link + .link {
    margin-left: 50px;
  }
}
.cgarden-footer .copyright {
  font-size: 0.97vw;
  grid-area: 2/4/3/5;
  margin-top: 4.17vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .copyright {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .copyright {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .copyright {
    margin-top: -55px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .copyright {
    margin-top: 60px;
  }
}
.cgarden-footer .spacing.small {
  width: 4.17vw;
  height: 4.17vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .spacing.small {
    width: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .spacing.small {
    width: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .spacing.small {
    height: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .spacing.small {
    height: 60px;
  }
}
.cgarden-footer .spacing.medium {
  width: 12.5vw;
  height: 12.5vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .spacing.medium {
    width: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .spacing.medium {
    width: 180px;
  }
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .spacing.medium {
    height: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .spacing.medium {
    height: 180px;
  }
}
.cgarden-footer .spacing.large {
  width: 20.83vw;
  height: 20.83vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .spacing.large {
    width: 150px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .spacing.large {
    width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .spacing.large {
    height: 150px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .spacing.large {
    height: 300px;
  }
}
.cgarden-footer .icons-text {
  margin-top: 4.17vw;
  margin-bottom: 1.67vw;
  font-weight: normal;
  font-family: "objektiv-mk1";
  font-size: 1.11vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .icons-text {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .icons-text {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .icons-text {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .icons-text {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .icons-text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .icons-text {
    font-size: 16px;
  }
}
.cgarden-footer .icons-text p {
  margin: 0px;
}
.cgarden-footer .icons-text p + p {
  margin-top: 1.39vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .icons-text p + p {
    margin-top: 10;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .icons-text p + p {
    margin-top: 20px;
  }
}
.cgarden-footer .icons {
  display: flex;
  --color: black;
  --color: white;
}
.cgarden-footer .icons .icon {
  --size: 2.78vw;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  border: 0.5px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .icons .icon {
    --size: 35px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .icons .icon {
    --size: 40px;
  }
}
.cgarden-footer .icons .icon i {
  font-size: 1.11vw;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .icons .icon i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .cgarden-footer .icons .icon i {
    font-size: 16px;
  }
}
.cgarden-footer .icons .icon + .icon {
  margin-left: 12px;
}
@media only screen and (max-width: 600px) {
  .cgarden-footer .wrapper {
    display: flex;
    flex-direction: column;
    gap: 65px;
  }
  .cgarden-footer .bottom-links {
    justify-content: flex-start;
    flex-direction: column;
  }
  .cgarden-footer .bottom-links .link {
    margin-left: 0px !important;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=footer.css.map */
