@charset "UTF-8";
.hero {
  background: transparent linear-gradient(180deg, #1C709A 0%, #054260 100%) 0% 0% no-repeat padding-box;
  text-align: left;
  color: white;
  padding-top: 5vh;
  padding-bottom: 50px;
  margin-bottom: 5vh;
  position: relative;
  /*    .address-search-container {
      margin-top: 32px;
      @include mobile-media {
          height: 86px;
      }
  }*/
}
.hero .result {
  font-size: 20px;
}
.hero .address-search-container {
  min-height: 100px !important;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 700px) {
  .hero {
    padding-top: 5vh;
    margin-bottom: 2vh;
  }
}
.hero h1 {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: auto;
}
.hero p {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: auto;
  margin-top: 10px;
}

.hero-address1 {
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
  margin: auto;
}
.hero-address1 .hero-address-selected {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.hero-address1 .hero-address-selected svg {
  width: 24px;
  height: 24px;
  transform: translateY(5px);
}

.reset-address-btn {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: white;
  padding-bottom: 10px;
  padding-left: 0;
  margin-bottom: 5px;
  border-radius: 26px;
  outline: none;
  border: none;
  font-weight: normal;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.reset-address-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.hero .hero-form-v2 {
  width: 80%;
}
@media only screen and (max-width: 700px) {
  .hero .hero-form-v2 {
    width: 100%;
  }
}
.hero .hero-form-v2 .hero-input-wrapper-v2 {
  width: 80%;
  border-radius: 6px;
}
.hero .hero-form-v2 .hero-input-wrapper-v2 .hero-address-button-v2 {
  border-radius: 26px 6px 6px 26px;
}
@media only screen and (max-width: 700px) {
  .hero .hero-form-v2 .hero-input-wrapper-v2 {
    width: 100%;
  }
}
.hero .hero-address .hero-tooltip {
  justify-content: flex-start;
  margin: auto;
  margin-top: 10px;
}

.hero-form-v2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.hero-form-v2 .pin-icon {
  color: black;
}
.hero-form-v2 .error-icon {
  color: #FF0202;
}
.hero-form-v2 .address-warning {
  font-size: 16px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 5px;
  margin-left: 25px;
  position: absolute;
  top: -25px;
}
.hero-form-v2 .hero-input-wrapper-v2 {
  display: flex;
  height: 52px;
  background-color: #f5f5f7;
  border-radius: 26px;
  align-items: center;
  width: 100%;
}
.hero-form-v2 .hero-input-wrapper-v2.invalid {
  box-shadow: inset 0 0 0 2px #FF0202;
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-icon-v2 {
  width: 25px;
  pointer-events: none;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .hero-form-v2 .hero-input-wrapper-v2 .hero-icon-v2 {
    transform: scale(1.2);
  }
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-input-v2 {
  flex-grow: 1;
  display: flex;
  padding: 15px 15px;
  margin-top: 0px;
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-input-v2 span {
  flex-grow: 1;
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-input-v2 span .icon-container {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-input-v2 span input {
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  color: #333;
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-input-v2 span input:focus {
  outline: none;
}
@media only screen and (max-width: 700px) {
  .hero-form-v2 .hero-input-wrapper-v2 .hero-input-v2 {
    padding: 10px 12px 10px 10px;
  }
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-input-v2:focus {
  outline: none;
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-address-button-v2 {
  background: #FFAB62 0% 0% no-repeat padding-box;
  color: white;
  padding: 15px 15px;
  border-radius: 26px;
  outline: none;
  border: none;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 100px;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .hero-form-v2 .hero-input-wrapper-v2 .hero-address-button-v2 {
    min-width: 75px;
  }
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-address-button-v2.invalid {
  background-color: #B1B1B1 !important;
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-address-button-v2.valid {
  background: transparent linear-gradient(180deg, #FFAB62 0%, #C7630A 100%) 0% 0% no-repeat padding-box;
  cursor: pointer;
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-address-button-v2 .hero-search {
  display: none;
  visibility: hidden;
  fill: white;
  margin-top: 5px;
}
.hero-form-v2 .hero-input-wrapper-v2 .hero-address-button-v2 .hero-search svg {
  height: 18px;
  width: 18px;
}

.p-autocomplete-items-wrapper {
  background-color: #fff;
}
@media only screen and (max-width: 700px) {
  .p-autocomplete-items-wrapper {
    /*  position: absolute;
    left: 50%;
    transform: translateX(-37%);
    margin-top: 13px;
    width: 90vw;
    border: solid 1px #B1B1B1;
    border-radius: 5px;*/
    margin-top: 1vw;
    position: relative;
  }
}
.p-autocomplete-items-wrapper li.p-autocomplete-item {
  padding: 5px;
}
.p-autocomplete-items-wrapper li.p-autocomplete-item.p-highlight {
  background: #f0f0f0;
}
.p-autocomplete-items-wrapper li.p-autocomplete-item:hover {
  background: #f0f0f0;
}

.hero-address {
  position: relative;
  z-index: 10;
  width: 100%;
  /*.tooltip {
      opacity: 1;

      .tooltip-arrow {
          top: -3px;
          border-width: 0 10px 10px;
          border-bottom-color: #f5f5f7;
      }

      .tooltip-inner {
          background-color: #f5f5f7;
          border: 1px solid #ccc;
          color: #333;
          font-size: 12px;*/
  /*text-align: left;*/
  /*padding: 10px;
          border-radius: 10px;
      }
  }*/
}
.hero-address .hero-input-wrapper {
  display: flex;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.hero-address .hero-input {
  flex-grow: 1;
  background-color: #f5f5f7;
  font-size: 16px;
  color: #333;
  padding: 15px 50px;
  border-radius: 35px 0 0 35px;
  border: none;
  margin-top: 0px;
  max-width: 68%;
}
@media only screen and (max-width: 700px) {
  .hero-address .hero-input {
    padding: 10px 12px 10px 30px;
  }
}
.hero-address .hero-input:focus {
  outline: none;
  /*box-shadow: inset 0 1px 1px #000, 0 0 8px rgba(102, 175, 233, .5);*/
}
.hero-address .hero-icon {
  position: absolute;
  left: 17px;
  top: 6px;
  width: 25px;
  pointer-events: none;
}
.hero-address .hero-icon svg g {
  fill: rgb(153, 153, 153);
}
@media only screen and (max-width: 700px) {
  .hero-address .hero-icon {
    left: 8px;
    top: 14px;
  }
}
.hero-address .hero-address-button {
  background: #FFAB62 0% 0% no-repeat padding-box;
  color: white;
  padding: 15px 15px;
  border-radius: 0 35px 35px 0;
  outline: none;
  border: none;
  font-weight: bold;
  max-width: 32%;
}
.hero-address .hero-address-button .hero-search {
  display: none;
  visibility: hidden;
  fill: white;
  margin-top: 5px;
}
.hero-address .hero-address-button .hero-search svg {
  height: 18px;
  width: 18px;
}
.hero-address .hero-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  width: 80%;
  margin: 0;
  margin-top: 10px;
}
.hero-address .hero-tooltip .hero-tooltip-text {
  display: none;
  background-color: #f5f5f7;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 5px;
  z-index: 1;
  position: absolute;
  margin-top: 70px;
  width: 400px;
  border-radius: 10px;
}
@media only screen and (max-width: 700px) {
  .hero-address .hero-tooltip .hero-tooltip-text {
    width: 100%;
    margin-top: 100px;
  }
}
.hero-address .hero-tooltip:hover .hero-tooltip-text {
  display: flex;
}

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

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

.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: auto;
  box-sizing: border-box;
  top: 3em;
}
.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;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  background-color: #fff;
  color: #333;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: rgba(0, 0, 0, 0.1);
}

.autocomplete-items .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: rgba(0, 0, 0, 0.1);
}

.highlight-box-container span {
  font-weight: bold;
}
.highlight-box-container span p {
  padding: 20px;
  position: unset;
  line-height: unset;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
}

.article-card {
  background: transparent linear-gradient(180deg, #85BED9 0%, #9BC1D5 100%) 0% 0% no-repeat padding-box;
  width: 90%;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 27px;
  justify-content: space-between;
  text-decoration: none;
}
.article-card-con {
  width: 33%;
  margin: 5vh 0;
}
@media only screen and (max-width: 700px) {
  .article-card-con {
    width: 100%;
  }
}
.article-card-img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.article-card-img img {
  max-width: 80%;
  height: auto;
  max-height: 200px;
  margin: auto;
}
.article-card-text {
  background-color: #166187;
  color: white;
  padding: 15px 15px 25px 15px;
  border-radius: 0px 0 27px 27px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.article-card-text span {
  font-size: 14px;
}
.article-card-text b {
  font-size: 18px;
}

.article-page {
  background-color: white;
  display: flex;
  flex-direction: column;
}
.article-page-header {
  background-color: #1B6D97;
  height: 60px;
  width: 100%;
}
.article-page-pb {
  width: 0%;
  height: 12px;
  background: transparent linear-gradient(180deg, #FFAB62 0%, #E3BC9A 100%) 0% 0% no-repeat padding-box;
  margin-top: 8px;
}
@media only screen and (max-width: 700px) {
  .article-page-pb {
    margin-top: -6px;
  }
}
.article-page-pb-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 52px;
  left: 0;
  height: 6px;
  z-index: 12;
}

.article-sub-header-container {
  height: 250px;
  background: linear-gradient(180deg, #1B6D97 0%, #054260 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  margin-bottom: 60px;
}
@media only screen and (max-width: 700px) {
  .article-sub-header-container {
    margin-bottom: 0px;
  }
}
.article-sub-header-container::after {
  content: "";
  background-image: url("../../images/article-wave-cropped.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 85px;
  display: flex;
  top: -15px;
  position: relative;
  z-index: -1;
}

.article-sub-header {
  width: fit-content;
  margin: 24px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.article-sub-header h1 {
  color: white;
  text-align: center;
  margin-bottom: 0;
  min-height: 120px;
}
@media only screen and (max-width: 700px) {
  .article-sub-header {
    width: 90%;
  }
}
.article-sub-header-info {
  display: flex;
  width: fit-content;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media only screen and (max-width: 700px) {
  .article-sub-header-info {
    flex-direction: column;
    font-size: 16px;
    align-items: baseline;
  }
}
.article-sub-header-info-author {
  display: flex;
  align-items: center;
  color: white;
}
.article-sub-header-info-author img {
  border-radius: 70%;
  margin-right: 10px;
}
@media only screen and (max-width: 700px) {
  .article-sub-header-info-author img {
    width: 15px;
    height: 15px;
  }
}
.article-sub-header-info-author a {
  text-decoration: none;
  color: white;
}
.article-sub-header-info-author a span {
  font-weight: bold;
}
.article-sub-header-info-author a:hover {
  text-decoration: underline;
}
.article-sub-header-info-time {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width: 700px) {
  .article-sub-header-info-time {
    margin-left: unset;
  }
}
.article-sub-header-info-time img {
  margin-right: 10px;
}
.article-sub-header-info-time span {
  color: white;
}

/*.article-sub-header-wave {
    position: relative;
    left: 0px;
    max-width: 100%;
    margin-top: -2px;
    overflow: hidden;
}*/
.article {
  margin: -70px auto 0px auto;
  padding: 45px 0;
  border-radius: 10px;
  width: 90%;
}
.article p {
  line-height: 30px;
}
@media only screen and (max-width: 700px) {
  .article {
    padding: 10px 0;
    width: 100%;
    margin-top: auto;
  }
  .article .container {
    max-width: 100%;
  }
}