header.header--encuentro-ds {
  justify-content: center;
  box-shadow: inset 0 calc(-1 * var(--border-width)) 0 var(--primary);

  .image--logo {
    max-width: 250px;
    img {
      width: 100%;
      height: auto;
    }
  }
}

footer > .logo {
  max-width: 250px;
}

footer {
  margin-top: 0;
  border-top: var(--border-width) solid var(--primary);
}

.form-item-datenschutz {
  label {
    a {
      display: inline;
    }
  }
}