.contact-person {
  margin-block: 3.75rem;
}
.contact-person__inner {
  background-color: #F1F1F1;
  padding: 2rem;
}
.contact-person__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 20px;
}
.contact-person__header h2 {
  font-family: "Tobias", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .contact-person__header h2 {
    font-size: 1.5rem;
  }
}
.contact-person__header h2 a {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(#006875, #006875);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 1px;
}
.contact-person__header h2 a:hover, .contact-person__header h2 a:focus {
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: #006875;
}
.contact-person__header h2 {
  margin: 0;
}
.contact-person__heading {
  font-family: "Tobias", serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .contact-person__heading {
    font-size: 1.875rem;
  }
}
.contact-person__heading {
  margin-bottom: 0;
}
.contact-person__envelope {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F1F1F;
  transition: color 0.3s ease-in-out;
  flex-shrink: 0;
}
.contact-person__envelope:hover, .contact-person__envelope:focus {
  color: #006875;
  text-decoration: none;
}
.contact-person__envelope--decorative {
  cursor: default;
}
.contact-person__divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  margin: 0 0 1.5rem;
}
.contact-person__profiles {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-person-profile__name {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25;
  margin: 0 0 0.25rem;
  color: #1F1F1F;
}
.contact-person-profile__job-title {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .contact-person-profile__job-title {
    font-size: 1.125rem;
  }
}
.contact-person-profile__job-title {
  margin: 0 0 0.75rem;
  color: #1F1F1F;
}
.contact-person-profile__phone {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .contact-person-profile__phone {
    font-size: 1.125rem;
  }
}
.contact-person-profile__phone {
  margin: 0;
  color: #1F1F1F;
}
.contact-person-profile__email {
  color: #006875;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 2px;
}
.contact-person-profile__email:hover, .contact-person-profile__email:focus {
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: currentColor;
}
.contact-person-profile__email {
  background-size: 100% 1px;
}
.contact-person-profile__email:hover, .contact-person-profile__email:focus {
  background-size: 0 1px;
}

.node-type--page .paragraph--type--contact-person {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: calc(var(--kilden-container-gutter-x) * 0.5);
}
@media (min-width: 992px) {
  .node-type--page .paragraph--type--contact-person {
    max-width: calc(656px + var(--kilden-container-gutter-x));
  }
}

/*# sourceMappingURL=contact-person.css.map*/