@charset "UTF-8";
.faq-active .faq-box-question-arrow {
  transform: rotate(180deg);
  opacity: 0.6;
}
.faq-box {
  margin: 2vh auto;
  width: 70%;
}
.faq-box:nth-child(odd) .faq-box-question::before {
  background-color: #5AAA8E;
  opacity: 0.41;
}
.faq-box:nth-child(even) .faq-box-question::before {
  background-color: #C9E4FD;
  opacity: 0.5;
}
@media only screen and (max-width: 700px) {
  .faq-box {
    width: 100%;
  }
}
.faq-box-question {
  background-color: #F3FAFE;
  display: flex;
  margin: auto;
  align-items: center;
  padding: 10px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 43px;
  gap: 5%;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.faq-box-question:hover {
  cursor: pointer;
}
.faq-box-question:hover .hp-faqs-box-question-arrow {
  opacity: 1;
}
.faq-box-question::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  left: 8%;
  top: 5px;
  border-radius: 70%;
}
.faq-box-question span {
  width: 80%;
  color: #1D275F;
  font-weight: 700;
  font-size: 20px;
  margin-left: 10%;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 700px) {
  .faq-box-question span {
    width: 75%;
    font-size: 18px;
  }
}
.faq-box-question-arrow {
  width: 40px;
  height: 40px;
  margin-right: 2%;
  transition: 0.05s linear;
}
.faq-box-answer {
  background-color: #F3FAFE;
  border-radius: 25px;
  z-index: 0;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  margin-top: -60px;
  transition: 0.05s linear;
  visibility: hidden;
  padding-top: 85px;
  padding-left: 25px;
  padding-right: 25px;
}
.faq-box-answer a {
  width: 75%;
  text-decoration: none;
  color: #001A45;
  font-weight: 700;
  margin: 10px auto;
}
.faq-box-answer a:hover {
  text-decoration: underline;
}
.faq-box-answer-show {
  padding-bottom: 20px;
  transition: 0.05s linear;
  visibility: visible;
}

.faq-block h2 {
  color: #5D8CBC;
  text-align: center;
  font-size: 34px;
}
.faq-block-con {
  width: 80%;
  margin: auto;
}

.umbraco-forms-field-wrapper {
  position: relative;
}

.umbraco-forms-lead {
  background: transparent linear-gradient(180deg, #E2F6ED 0%, #C6DDFA 100%) 0% 0% no-repeat padding-box;
  padding: 25px 0;
  width: 90%;
  border-radius: 25px;
  border: 4px solid white;
  margin: auto;
}
.umbraco-forms-lead .field-validation-error {
  color: #FF1600;
  position: absolute;
  top: 102%;
  left: 2%;
  font-size: 13px;
  font-weight: 600;
}
.umbraco-forms-lead select {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #95CBFA;
  border-radius: 10px;
  opacity: 1;
  padding: 0 10px;
  height: 35px;
  font-size: 16px;
  margin-top: 7px;
  outline: 0;
}
.umbraco-forms-lead .input-con {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  position: relative;
}
.umbraco-forms-lead .input-con input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #95CBFA;
  border-radius: 10px;
  opacity: 1;
  padding: 0 10px;
  width: 100%;
  outline: none;
}
.umbraco-forms-lead .input-con input.text {
  height: 45px;
}
.umbraco-forms-lead .input-con div {
  margin-top: 45px;
}
.umbraco-forms-lead fieldset {
  border: 0;
  outline: 0;
  width: 80%;
  margin: auto;
}
.umbraco-forms-lead .umbraco-forms-container {
  display: flex;
  flex-wrap: wrap;
}
.umbraco-forms-lead .umbraco-forms-field.shortanswer {
  width: 100%;
}
.umbraco-forms-lead .umbraco-forms-field.checkbox {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin: 3px 0;
  margin-right: 15px;
}
.umbraco-forms-lead .umbraco-forms-field.checkbox .help-block {
  font-size: 13px;
}
.umbraco-forms-lead .umbraco-forms-field.dataconsent .field-validation-error {
  display: none !important;
}
.umbraco-forms-lead .umbraco-forms-field.dataconsent .input-validation-error ~ .checkmark {
  border-color: #FF1600 !important;
}
.umbraco-forms-lead .umbraco-forms-field.richtext {
  font-size: 13px;
  margin-left: 7%;
  width: 93%;
}
.umbraco-forms-lead .umbraco-forms-field.richtext p {
  margin: 0;
  line-height: 1.6;
}
.umbraco-forms-lead .input-consent:hover input ~ .checkmark {
  background-color: white;
  border: 2px solid #95CBFA;
}
.umbraco-forms-lead .input-consent input:checked ~ .checkmark {
  background-color: #5AAA8E;
  border: 2px solid #5AAA8E;
  border-radius: 2px;
}
.umbraco-forms-lead .checkmark {
  background-color: white;
  border: 2px solid #95CBFA;
}
.umbraco-forms-lead .consent-text {
  font-size: 13px;
}

.lead-submit {
  margin: auto;
  background: transparent linear-gradient(180deg, #89C7AE 0%, #25C082 100%) 0% 0% no-repeat padding-box;
  border: none;
  outline: none;
  border-radius: 17px;
  padding: 20px 0;
  width: 60%;
  color: white;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 45px;
}
.lead-submit svg {
  margin-left: 15px;
}
.lead-submit:hover {
  background: transparent linear-gradient(180deg, #51a684 0%, #18a86e 100%) 0% 0% no-repeat padding-box;
}

.lead-ty-container {
  width: 90%;
  margin: auto;
  border: 2px solid white;
  border-radius: 24px;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
}
.lead-ty-container b {
  font-size: 34px;
  margin-bottom: 25px;
}

.seo-grid .faq-box {
  width: 90% !important;
}
.seo-grid img {
  max-width: 100%;
}
.seo-grid table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 700px) {
  .seo-grid table {
    width: 200px !important;
    overflow: hidden;
    position: relative;
  }
}
.seo-grid table td, .seo-grid table th {
  border: 1px solid white;
  text-align: left;
  padding: 15px;
}
@media only screen and (max-width: 700px) {
  .seo-grid table td, .seo-grid table th {
    font-size: 10px;
    width: auto !important;
    padding: 5px !important;
  }
}
.seo-grid table tr {
  font-family: Lato, sans-serif;
  font-size: 12px;
  padding: 15px;
  background-color: white;
}
@media only screen and (max-width: 700px) {
  .seo-grid table tr {
    max-width: 200px;
  }
}
.seo-grid table tr td:first-child {
  font-weight: bold;
}
.seo-grid table tr:nth-child(odd) {
  background-color: #E5F0F6;
  color: #333;
}
.seo-grid table tr:first-child {
  background: transparent linear-gradient(180deg, #85BED9 0%, #9BC1D5 100%) 0% 0% no-repeat padding-box;
  color: #001A45;
  text-transform: uppercase;
  font-size: 12px;
}
.seo-grid p, .seo-grid b, .seo-grid strong, .seo-grid i {
  line-height: 1.7;
}

.info-text {
  display: flex;
  align-items: flex-start;
  margin-top: 10vh;
}
.info-text-content {
  font-size: 14px;
  margin-left: 5px;
}
.info-text-content p {
  margin: 0;
}

.stars {
  color: #576271;
  font-size: 12px;
  text-align: right;
  position: relative;
  width: 155px;
  height: 25px;
}
.stars .rating-upper {
  position: absolute;
  top: 6px;
  left: 1px;
  left: 0.04em;
  overflow-x: hidden;
}
.stars .rating-upper .inner-rating {
  background-image: url(../images/fill-stars.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  background-size: 155px;
}
.stars .rating-lower {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
}
.stars .rating-lower .inner-rating {
  background-image: url(../images/empty-stars.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  background-size: 155px;
}

footer {
  background-color: #F3FAFE;
  padding: 55px 0;
}
footer .footer-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-links {
  text-align: center;
}
footer .footer-links a {
  color: #001A45;
  font-weight: bold;
  font-size: 14px;
}
footer .footer-content {
  margin: 10px 0;
}
footer .footer-content p {
  margin: 5px 0;
}
footer .footer-content p b, footer .footer-content p strong {
  font-size: 15px;
}

.contactmodal-exit {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.contactmodal-exit span {
  width: 20px;
  height: 2px;
  background-color: #C9CFD3;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  transform-origin: center;
}
.contactmodal-exit span:first-child {
  transform: rotate(45deg);
}
.contactmodal-exit span:last-child {
  transform: rotate(-45deg);
}
.contactmodal-content {
  position: relative;
  z-index: 11;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 0.5px solid #A6D1FD;
  border-radius: 28px;
  background-color: #E8F3FC;
  padding: 10px 25px;
  max-width: 300px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .contactmodal-content {
    max-width: auto;
    width: 80%;
    margin-left: 0%;
  }
}
.contactmodal-content p {
  margin: 2px;
  font-size: 14px;
}
.contactmodal-content h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
.contactmodal-content .shortanswer label {
  display: none;
}
.contactmodal-content .umbraco-forms-form .umbraco-forms-navigation, .contactmodal-content fieldset {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.contactmodal-general-link {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
.contactmodal-general-link a {
  color: #5AAA8E;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.contactmodal-general-link img {
  margin-right: 15px;
}
.contactmodal-phonesignup {
  border-top: 2px solid #A6D1FD;
  border-bottom: 2px solid #A6D1FD;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
}

.viden {
  font-weight: 600;
  padding: 20px 0;
  color: #001A45;
}

.contactmodal-content .umbraco-forms-fieldset {
  margin: 0 !important;
  margin-top: 10px !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .contactmodal-content .umbraco-forms-fieldset {
    margin-top: 0 !important;
  }
}
.contactmodal-content .umbraco-forms-field {
  position: relative !important;
}
.contactmodal-content .field-validation-error {
  position: absolute;
  font-size: 11px;
  bottom: -15px;
  width: 85%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: red;
  text-align: left;
}
@media (max-width: 767px) {
  .contactmodal-content .field-validation-error {
    left: 40px;
  }
}
.contactmodal-content .signup-submit {
  background-color: #08c177 !important;
  border-radius: 14px !important;
  color: white;
  padding: 12px;
  max-width: 200px !important;
  width: 100%;
  text-align: center;
  margin-top: -40px;
  background-position: right 25% center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .contactmodal-content .signup-submit {
    padding: 0;
    width: 80%;
    height: 40px;
  }
}
.contactmodal-content .input-consent-con {
  display: flex;
}
.contactmodal-content .input-consent-con .consent-text {
  font-size: 11px;
}
.contactmodal-content .input-consent-con .consent-text a {
  color: #001A45;
}
.contactmodal-content .input-con {
  position: relative;
  margin: 13px auto;
}
@media (max-width: 767px) {
  .contactmodal-content .input-con {
    margin: 10px auto;
  }
}
.contactmodal-content .input-con input.signup-input {
  background-color: transparent;
  border: 1px solid #A8D1FD;
  border-radius: 6px !important;
  color: #001A45;
  padding: 10px !important;
  padding-left: 45px !important;
  max-width: 80% !important;
}
@media only screen and (max-width: 700px) {
  .contactmodal-content .input-con input.signup-input {
    width: 60%;
  }
}
.contactmodal-content .input-con input.signup-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #707070 !important;
  opacity: 0.64; /* Firefox */
}
.contactmodal-content .input-con input.signup-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #707070 !important;
  opacity: 0.64; /* Firefox */
}
.contactmodal-content .input-con input.signup-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #707070 !important;
  opacity: 0.64; /* Firefox */
}
.contactmodal-content .input-con input.signup-input:focus {
  outline: none !important;
  border: 1px solid #001A45 !important;
}
.contactmodal-content .input-con input.signup-input:-webkit-autofill,
.contactmodal-content .input-con input.signup-input:-webkit-autofill:hover,
.contactmodal-content .input-con input.signup-input:-webkit-autofill:focus,
.contactmodal-content .input-con input.signup-input:-webkit-autofill:active {
  -webkit-text-fill-color: #001A45 !important;
}
.contactmodal-content .input-con input.signup-input.valid {
  background-color: rgba(222, 212, 206, 0.3) !important;
  border: 1px solid white !important;
  background-image: url(../images/checkmark-green.svg) !important;
  background-position: right 5% center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}
@media (max-width: 767px) {
  .contactmodal-content .input-con input.signup-input.valid {
    background-color: rgba(222, 212, 206, 0.5) !important;
  }
}
.contactmodal-content .input-con input.signup-input.input-validation-error {
  border: 1px solid #FF6666 !important;
  background-color: rgba(234, 92, 94, 0.1) !important;
}
@media (max-width: 767px) {
  .contactmodal-content .input-con input.signup-input.input-validation-error {
    background-color: rgba(234, 92, 94, 0.2) !important;
  }
}
.contactmodal-content .input-con.navn::before, .contactmodal-content .input-con.adresse::before, .contactmodal-content .input-con.email::before, .contactmodal-content .input-con.telefon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 700px) {
  .contactmodal-content .input-con.navn::before, .contactmodal-content .input-con.adresse::before, .contactmodal-content .input-con.email::before, .contactmodal-content .input-con.telefon::before {
    left: 25px;
  }
}
.contactmodal-content .input-con.navn::before {
  background-image: url(../images/user.svg);
}
.contactmodal-content .input-con.adresse::before {
  background-image: url(../images/location-sharp.svg);
}
.contactmodal-content .input-con.email::before {
  background-image: url(../images/emailalt.svg);
}
.contactmodal-content .input-con.telefon::before {
  background-image: url(../images/static-phone.svg);
}

.autocomplete-container {
  /* relative position for at de absolut positionerede forslag får korrekt placering.*/
  position: relative;
  width: 100%;
  max-width: 30em;
}

.autocomplete-container input {
  /* Både input og forslag får samme bredde som omkringliggende DIV */
  width: 100%;
  box-sizing: border-box;
}

.dawa-autocomplete-suggestions {
  margin: 0.3em 0 0 0;
  padding: 0;
  text-align: left;
  border-radius: 0.3125em;
  background: #fcfcfc;
  box-shadow: 0 0.0625em 0.15625em rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow-y: scroll;
  max-height: 400px;
  box-sizing: border-box;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
  margin: 0;
  list-style: none;
  cursor: pointer;
  padding: 0.4em 0.6em;
  color: #333;
  border: 0.0625em solid #ddd;
  border-bottom-width: 0;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-width: 0.0625em;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
  background: #f0f0f0;
}

.input-consent {
  display: block !important;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.input-consent input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(222, 212, 206, 0.5);
  border-radius: 2px;
  border: 1px solid transparent;
}

/* On mouse-over, add a grey background color */
.input-consent:hover input ~ .checkmark {
  background-color: rgba(222, 212, 206, 0.6);
  border: 1px solid white;
}

/* When the checkbox is checked, add a blue background */
.input-consent input:checked ~ .checkmark {
  background-color: #07ab69;
  border: 1px solid #07ab69;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.input-consent input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.input-consent .checkmark:after {
  left: 7px;
  top: 4px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}