/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Footer regions.
 */

.site-footer {
  position: relative; /* stack above left social bar */
  font-size: 0.9rem;
  line-height: 1.3em;
  border-top: 1px solid var(--color-secondary-border);
}

.site-footer .menu {
  margin-inline-start: 0;
  list-style: none;
}

.site-footer .menu ul {
  margin-inline-start: var(--sp);
}

.site-footer .menu li {
  margin-block-end: var(--sp0-25);
}

.site-footer a:not(.button, .button-outline) {
  color: inherit;
}

.site-footer a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.site-footer a:not(.button, .button-outline):focus {
  color: var(--color--secondary);
  outline: none !important;
}

@media (min-width: 75rem) {
  .site-footer {
    top: -3rem;
  }
}

/**  Footer Contents  **/
.site-footer__logo {
  width: 200px;
}

.site-footer__projekte-text {
  margin-block-start: 0;
  margin-block-end: 1.25rem;
  font-size: 1.1rem;
  line-height: 1.32rem;
  font-weight: bold;
  font-family: var(--font-sans);
}

@media (min-width: 43.75rem) {
  .site-footer__projekte-text {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}

@media (min-width: 75rem) {
  .site-footer__projekte-text {
    max-width: 80%;
    margin-block-start: 0;
    margin-block-end: 1.25rem;
    font-size: 1.6rem;
    line-height: 2.075rem;
  }
}
.site-footer__social-media {
  display: inline-flex;
  gap: 0 10px;
}
.site-footer__social-media-item svg {
  fill: var(--color--primary);
}

.site-footer__social-media-item a:hover svg,
.site-footer__social-media-item a:focus svg {
  fill: var(--color--secondary);
}

@media (max-width: 62.4999rem) {
  .layout-footer__region {
    width: 100%;
    margin-bottom: var(--sp);
  }
}

.site-footer nav {
  padding-block-end: var(--sp);
}
