.button-primary {
  background-color: #5ab52b;
  color: #000000;
}

.button-secondary {
  background-color: #c0e1b8;
  color: #000000;
}

.hover-background-primary-lightest:hover {
  background-color: #eff4fb;
  color: #162c40;
  transition: color 0.2s;
}

.theme-info {
  background-color: #294a71;
  color: #ebf9e8;
}

.theme-info-alt {
  background-color: #c0e1b8;
  color: #294a71;
}

.theme-header {
  color: #294a71;
}

.theme-icon {
  color: #294a71;
}
.theme-icon svg {
  fill: currentColor;
  stroke: currentColor;
}

.theme-link {
  color: #325989;
  transition: color 0.2s;
}
.theme-link:active {
  color: #294a71;
}
.theme-link:hover {
  color: #7090b5;
}

.theme-icon-alt {
  color: #c0e1b8;
}
.theme-icon-alt svg {
  fill: currentColor;
  stroke: currentColor;
}

.theme-section-header {
  background-color: #294a71;
  color: #ddf1d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 40px 20px 40px 20px;
}
.theme-section-header p {
  color: #ddf1d9;
}

.theme-divider {
  height: 5px;
  width: 100%;
  background-color: #294a71;
  margin: 15px 0px;
}

.theme-cta {
  color: #325989;
}

.theme-section-alt-header {
  background-color: #eff4fb;
  color: #294a71;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme-section-alt-header p {
  color: #1f3b58;
  margin: 0px;
}

.theme-background {
  background-color: whitesmoke;
}

.theme-section {
  background-color: #eff4fb;
  color: #000000;
  margin-top: 50px;
}

.theme-subsection {
  background-color: #ddf1d9;
  color: #294a71;
}
.theme-subsection h1 h2 h3 {
  color: #294a71;
}
.theme-subsection p {
  color: #1f3b58;
  margin: 5px;
}
.theme-subsection p.profile-experience {
  margin-top: 20px;
}

.thank-you {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
}
.thank-you h1 {
  font-size: 2.5em;
  color: #294a71;
}
.thank-you p {
  font-size: 1.2em;
  color: #325989;
}
.thank-you .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.thank-you .btn:hover {
  background-color: #0056b3;
}

/*# sourceMappingURL=takk-for-henvendelsen.css.map */
