html {
  scroll-behavior: smooth;
}

.biklogo {
  width: 4rem;
  height: auto;
  max-width: 100%;
  float: right;
  margin-inline-start: 1rem;
}

.u-border--top h2:first-of-type {
  margin-block-start: 0;
}

.home-img {
  display: flex;
  justify-content: space-evenly;
}

.home-img-was,
.home-img-bik {
  height: 9rem;
  width: auto;
  max-width: 100%;
  margin: 3rem 0 2rem;
}

.c-testimonials {
  order: initial;
}

.first-contact {
  display: inline-block;
  background-color: #f0f5ff;
  padding: 0.2em 0.3em;
  border-radius: 4px;
  margin: 0.5rem 0 1rem;
}

.not-standalone-grey {
  display: flex;
  gap: 2rem;
  justify-content: space-evenly;
}

.c-trinity li {
  position: relative;
}

.c-trinity a {
  text-decoration: none;
  margin-left: 0.5ch;
}

.c-trinity a::before {
  position: absolute;
  content: "";
  inset: 0;
}

.c-nav-main__list a {
  text-decoration: none;
}

.c-nav-main__list a[aria-current="page"] {
  text-decoration: underline;
}

button.dfn {
  appearance: none;
  background: none;
  padding: 0;
  border: 1px solid #fff;
}

button.dfn[aria-expanded="true"]::after {
  content: " ↑";
}

button.dfn[aria-expanded="false"]::after {
  content: " ↓";
}

button.dfn[aria-expanded="false"] + .dfn-exp {
  display: none;
}

button.dfn[aria-expanded="true"] + .dfn-exp {
  display: block;
}

.dfn-exp {
  position: absolute;
  display: none;
  left: 0;
  top: 1.25rem;
  background: #fff;
  line-height: 1.5;
  padding: 0.5rem;
  min-width: 15rem;
  box-shadow: rgba(100, 100, 111, 0.35) 0px 7px 29px 0px;
  border-radius: 4px;
}

#testFields {
  margin-top: 1.5rem;
}

main a.more:focus:not(:focus-visible) {
  color: #fff;
}

button.dfn:focus,
button.dfn:focus-visible,
.first-contact:focus,
.first-contact:focus-visible {
  border: 1px solid #434343 !important;
}

@media (max-width: 500px) {
  .o-header {
    flex-wrap: wrap;
  }

  .not-standalone-grey {
    flex-direction: column;
  }

  .home-img {
    flex-direction: column;
  }

  .home-img-was,
  .home-img-bik {
    flex: 0;
  }

  .first-contact {
    margin-right: 50vw;
    z-index: 2;
  }

  .c-title {
    padding-top: 6rem;
  }
}

@media (max-width: 630px) {
  .o-header {
    margin-bottom: 2rem;
  }
}

@media (min-width: 500px) {
  .first-contact {
    position: absolute;
    left: 5.75rem;
    max-width: 20ch;
  }
}
