﻿@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;700&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&display=swap");
/*$backdrop-filter: brightness(110%);*/
/* || General styles */
body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  /*background-color: $secondary-color;*/
  /*font-family: 'Fira Sans', sans-serif;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*a {
    color: $cta-color;
}*/
.rte-content {
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}
.rte-content ul {
  /*list-style: none;*/
  line-height: 1.2em;
  padding-left: 30px;
}
.rte-content ul li {
  /*display: flex;*/
  /*align-items: center;*/
  /*align-items: start;*/
  margin-bottom: 10px;
  list-style: none;
}
.rte-content ul li a, .rte-content ul li strong {
  display: contents;
}
.rte-content ul li::marker {
  /*color: $tertiary-color;*/
  font-size: 30px;
}
.rte-content ul li::before {
  content: "•";
  color: #73C3B4;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 30px;
  margin-right: 15px;
  position: absolute;
}
.rte-content ul li :last-child {
  margin-bottom: 0;
}
.rte-content ol {
  /*list-style: none;*/
  counter-reset: li;
  line-height: 1.2em;
  padding-left: 30px;
}
.rte-content ol li {
  counter-increment: li;
  /*display: flex;
  align-items: start;*/
  margin-bottom: 10px;
  padding-left: 10px;
  /*&::before {
      content: counter(li)".";
      display: inline-block;
      margin-left: -1em;
      margin-right: 15px;
      font-size: 1em;
      font-weight: bold;
  }*/
}
.rte-content ol li::marker {
  /*color: $tertiary-color;*/
  font-size: 1em;
  font-weight: bold;
}
.rte-content p, .rte-content ul, .rte-content ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.rte-content p:first-child {
  margin-top: 0;
}
.rte-content p:last-child {
  margin-bottom: 0;
}
.rte-content.centered {
  text-align: center;
}
.rte-content.centered ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 0;
}
.rte-content .rte-table {
  width: 100%;
}
.rte-content table {
  width: 100%;
  /*table-layout: fixed;*/
  table-layout: auto;
  border: 1px solid #BFD1DB !important;
  border-radius: 15px;
  border-spacing: 0;
  font-size: 1em;
  background: #D5E0E9;
  /*word-break: break-word;*/
  -webkit-hyphens: auto;
  hyphens: auto;
  border-collapse: separate !important;
  overflow: hidden;
}
.rte-content table tr:nth-of-type(2n) {
  /*background: $secondary-color;*/
  background-color: rgba(0, 0, 0, 0.1);
}
.rte-content table td {
  padding: 20px;
}
.rte-content .embeditem {
  padding-top: 56.25%;
  position: relative;
}
.rte-content .embeditem iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rte-content h3, .rte-content h4 {
  margin-bottom: 0;
}
.rte-content img {
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
}
.rte-content .caveat {
  font-family: "Caveat", sans-serif;
}
.rte-content .l-t-1 {
  font-size: 1.2em;
}
.rte-content .l-t-2 {
  font-size: 1.5em;
}
.rte-content .l-t-3 {
  font-size: 2em;
}

hr {
  border: none;
  height: 1px;
}

.umbraco-forms-field-wrapper table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #BFD1DB !important;
  border-radius: 15px;
  border-spacing: 0;
  font-size: 1.2em;
  background: #D5E0E9;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  border-collapse: separate !important;
  overflow: hidden;
}
.umbraco-forms-field-wrapper table tr:nth-of-type(2n) {
  /*background: $secondary-color;*/
  background-color: rgba(0, 0, 0, 0.1);
}
.umbraco-forms-field-wrapper table td {
  padding: 20px;
}

/* || Columns and grid: */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row [class^=col] {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  /*        &:first-child {
              padding-left: 0;
          }

          &:last-child {
              padding-right: 0;
          }*/
}
.row .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666666%;
  flex: 0 0 41.666666%;
  max-width: 41.666666%;
}
.row .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.no-hyphens {
  hyphens: none !important;
}

.input, .input-group input, .input-group textarea {
  border-radius: 8px;
  padding: 10px;
  font-size: 1em;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
}
.input:disabled, .input-group input:disabled, .input-group textarea:disabled {
  background-color: #F2F6F7;
  color: #85A8B9;
  border-color: #85A8B9;
}

.input-group textarea {
  min-width: 250px;
  min-height: 120px;
}

/*.row {
    position: relative;
    width: 100%;
}

.row [class^="col"] {
    float: left;
    padding: 0.5rem 2%;
    min-height: 0.125rem;
    box-sizing: border-box;

    &:first-child {
        padding-left: 0;
    }

    &:last-child {
        padding-right: 0;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    width: 100%;
}

.col-1-sm {
    width: 8.33%;
}

.col-2-sm {
    width: 16.66%;
}

.col-3-sm {
    width: 25%;
}

.col-4-sm {
    width: 33.33%;
}

.col-5-sm {
    width: 41.66%;
}

.col-6-sm {
    width: 50%;
}

.col-7-sm {
    width: 58.33%;
}

.col-8-sm {
    width: 66.66%;
}

.col-9-sm {
    width: 75%;
}

.col-10-sm {
    width: 83.33%;
}

.col-11-sm {
    width: 91.66%;
}

.col-12-sm {
    width: 100%;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.hidden-sm {
    display: none;
}

@media only screen and (min-width: 45em) { 
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    .hidden-sm {
        display: block;
    }
}*/
/*.row {
    display: flex;
    gap: 10px;
}

.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}*/
.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.white-color {
  color: #fff;
}

.black-color {
  color: black;
}

.title {
  font-size: 2em;
  text-transform: uppercase;
}

header {
  z-index: 7000;
  position: relative;
  /*position: fixed;*/
  width: 100%;
  transition: top 0.2s ease-in-out;
  top: 0;
}
header.has-warning-banner {
  top: 100px;
}

.nav-up {
  top: -200px;
}

main {
  display: flex;
  flex-direction: column;
}
main.main-content-transparent-header {
  margin-top: 50px;
}
main.has-warning-banner {
  margin-top: 100px;
}
main.has-warning-banner .component-hero-section {
  padding-top: 50px;
}

/*main.main-content {
    padding: 50px 0;
}*/
footer {
  min-height: 50px;
  /*background-color: $primary-color;*/
  /*background: url(../img/Wave.svg);*/
  background-size: cover;
  width: 100%;
  color: #fff;
  margin-top: 50px;
}
footer a {
  color: white;
  text-decoration: none;
}
footer .footer-content {
  padding: 40px;
}
footer .footer-content .union-picker {
  max-width: 1200px;
}
footer .component-link-list {
  margin-top: 0;
  background-color: transparent;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
footer .footer-inner-content {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
}
footer .footer-inner-content > div, footer .footer-inner-content > a {
  flex: 1;
  padding: 15px;
  box-sizing: border-box;
  align-items: start;
}
footer .footer-inner-content .section-image {
  margin: 0;
}
footer .footer-address {
  display: flex;
  flex-direction: column;
}
footer .footer-address p {
  font-weight: bold;
}
footer .footer-address .footer-social-medias {
  display: flex;
  gap: 10px;
}
footer .footer-address .footer-social-medias .organic-circle-inner-icon {
  /*color: $primary-color;*/
}
footer .footer-logo {
  position: relative;
  margin-bottom: 20px;
}
footer .footer-logo .footer-logo-image {
  width: 60%;
}
footer .footer-logo .footer-extra-logo {
  position: absolute;
  max-width: 40px;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
}
footer .footer-part-of-logo {
  width: 250px;
  margin-bottom: 20px;
}

.cookie-box {
  /*position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -5px 7px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px -5px 7px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px -5px 7px 0px rgba(0,0,0,0.3);*/
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cookie-box .cookie-box-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 70vh;
  overflow: auto;
}
.cookie-box .cookie-box-inner {
  background-color: white;
  padding: 40px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position the div in center */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  gap: 30px;
  max-width: 500px;
}
.cookie-box .cookie-box-inner h2 {
  margin: 0;
}
.cookie-box .cookie-box-inner .cookie-box-content p:first-child {
  margin-top: 0;
}
.cookie-box .cookie-box-inner .cookie-box-content p:last-child {
  margin-bottom: 0;
}
.cookie-box .cookie-box-inner .cookie-box-buttons {
  display: flex;
  gap: 20px;
}
.cookie-box .cookie-box-overlay {
  background-color: rgba(0, 0, 0, 0.7607843137);
  width: 100%;
  height: 100%;
}
.cookie-box .cookie-box-readmore-btn {
  cursor: pointer;
  display: flex;
  align-self: start;
  gap: 5px;
}
.cookie-box .cookie-box-readmore-btn .icon {
  display: flex;
  align-items: center;
}
.cookie-box .cookie-box-readmore-text {
  display: none;
}
.cookie-box .cookie-choices {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 30px;
}
.cookie-box .cookie-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-box .cookie-choice h4 {
  margin: 0;
}
.cookie-box .cookie-choice .cookie-setting-texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 20px;
}
.cookie-box .cookie-choice .cookie-setting-texts p {
  margin: 0;
}
.cookie-box .cookie-choice .cookie-choice-btn {
  /*align-self: start;*/
}

.go-to-top-btn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
  padding: 10px;
  /*display: flex;*/
  align-items: center;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}
.go-to-top-btn span {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.container {
  /*    max-width: 1200px;
  width: 100%;*/
  /*margin: auto;*/
  /*    margin-left: 50px;
      margin-right: 50px;*/
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.visible-flex {
  display: flex !important;
}

/*.wider-side-margin.container {
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
}*/
.wider-side-margin.container {
  max-width: 1000px;
}

.btn {
  padding: 15px 30px;
  box-sizing: border-box;
  /*background-color: $cta-color;*/
  border: 1px solid;
  color: white;
  border-radius: 15px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
  font-weight: bold;
  font-size: 1em;
  /*font-family: 'Fira Sans';*/
}
.btn.transparent-btn {
  background-color: transparent;
  /*border: 1px solid;*/
  border-width: 1px;
  border-style: solid;
  /*        border: 1px solid $primary-color;
  color: $primary-color;*/
}
.btn.link-btn {
  background: transparent;
  border: 0;
  text-decoration: underline;
  padding: 0;
}
.btn.link-btn span {
  margin-right: 0;
  padding-right: 10px;
}
.btn.white-btn {
  background-color: #fff;
}
.btn.white-transparent-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: white;
}
.btn.white-transparent-btn:hover {
  color: #c3c3c3;
  border-color: #c3c3c3;
}
.btn:hover {
  filter: brightness(110%);
}
.btn.grayed {
  background-color: #e5e5e5;
  cursor: not-allowed;
  color: #737373;
}
.btn.grayed:hover {
  filter: none;
}
.btn.black-color {
  color: black;
}

.buttons .btn {
  display: flex;
  align-items: center;
}

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.spin {
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.spin::before {
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 5px #E0E8F0;
  border-bottom-color: #004A6C;
  border-radius: 50%;
  content: "";
  height: 1em;
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate3d(-50%, -50%, 0);
  width: 1em;
  will-change: transform;
}

.share-page-button {
  margin-top: 50px;
  display: flex;
}
.share-page-button .share-article {
  display: flex;
  align-items: center;
  /*color: $primary-color;*/
  /*border: 1px solid $primary-color;*/
  border: 1px solid;
  padding: 8px 12px;
  font-size: 0.8em;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.share-page-button .share-article .icon-share {
  display: flex;
  align-items: center;
  margin-right: 0;
  float: right;
  margin-left: 6px;
}

/*.my-dropdown {
    width: 288px;
    height: 64px;
    background: white;
    border-radius: 9px;
    box-shadow: 0 10px 25px rgba(42, 179, 248, 0.4);
    position: relative;
    top: -80px;
}*/
/* arrow CSS icon */
/* a good example of CSS graphics */
/* in my view its ineffective ? */
/* more than 10 lines of styles just to create an arrow */
/*.my-dropdown::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 9999;
    width: 12px;
    height: 12px;
    border: 2px solid grey;
    border-top: transparent;
    border-right: transparent;
    transform: rotate(-45deg);
    pointer-events: none;
    transition: all 0.3s linear;
}

.my-dropdown input {
    width: 100%;
    height: 100%;
    border-radius: 9px;
    padding: 32px 24px;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 0 10px 25px rgba(124, 130, 141, 0.2);
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
}

.my-dropdown .options {
    width: 100%;
    border-radius: 9px;
    padding: 8px;
    cursor: pointer;
    background: white;
    border: none;
    outline: none;
    box-shadow: 0 10px 25px rgba(124, 130, 141, 0.2);
    font-size: 20px;
    overflow: hidden;
    position: absolute;
    top: 80px;
    transition: all 0.7s ease;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);*/
/* default state of dropdown list */
/* it is not visible */
/*opacity: 0;
    transform: translateY(-50px);
    visibility: hidden;
}

.my-dropdown .options .option {
    padding: 16px;
    border-radius: 9px;
    transition: all 0.2s ease;
    color: #292d34;
}

.my-dropdown .options .option:not(:last-of-type) {
    margin-bottom: 8px;
}

.my-dropdown .options .option:hover {
    color: white;
    background: #5bc5fa;
    box-shadow: 0 10px 25px rgba(42, 179, 248, 0.4);
}*/
/* opened state of dropdown list */
/*.my-dropdown.opened .options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.my-dropdown.opened::before {
    transform: rotate(-225deg);
    top: 30px;
}*/
.umbraco-forms-field.multiplechoice input[type=checkbox], .umbraco-forms-field.multiplechoice input[type=radio], .umbraco-forms-field.singlechoice input[type=checkbox], .umbraco-forms-field.singlechoice input[type=radio], .umbraco-forms-field.quizspørgsmål input[type=checkbox], .umbraco-forms-field.quizspørgsmål input[type=radio] {
  display: none;
}
.umbraco-forms-field.multiplechoice input[type=checkbox]:checked + label:after, .umbraco-forms-field.multiplechoice input[type=radio]:checked + label:after, .umbraco-forms-field.singlechoice input[type=checkbox]:checked + label:after, .umbraco-forms-field.singlechoice input[type=radio]:checked + label:after, .umbraco-forms-field.quizspørgsmål input[type=checkbox]:checked + label:after, .umbraco-forms-field.quizspørgsmål input[type=radio]:checked + label:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 11px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  left: 6px;
  border-color: white;
  cursor: pointer;
  position: absolute;
  transform: rotate(-45deg);
}
.umbraco-forms-field.multiplechoice label:not(.umbraco-forms-label), .umbraco-forms-field.singlechoice label:not(.umbraco-forms-label), .umbraco-forms-field.quizspørgsmål label:not(.umbraco-forms-label) {
  display: flex;
  align-items: center;
  position: relative;
}
.umbraco-forms-field.multiplechoice label:not(.umbraco-forms-label):before, .umbraco-forms-field.singlechoice label:not(.umbraco-forms-label):before, .umbraco-forms-field.quizspørgsmål label:not(.umbraco-forms-label):before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: white;
  border-radius: 8px;
  margin-right: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.button-field {
  width: 100%;
}
.button-field .btn {
  display: flex;
}
.button-field .btn.left {
  float: left;
}
.button-field .btn.center {
  margin: auto;
}
.button-field .btn.right {
  float: right;
}

.umbraco-forms-field.singlechoice, .umbraco-forms-field.quizspørgsmål {
  border-radius: 10px;
  /*border-color: #004361;*/
  /*padding: 10px 30px 0;*/
  border-width: 1px;
}
.umbraco-forms-field.singlechoice label:not(.umbraco-forms-label):before, .umbraco-forms-field.quizspørgsmål label:not(.umbraco-forms-label):before {
  border-radius: 50%;
}
.umbraco-forms-field.singlechoice input[type=radio]:checked + label:after, .umbraco-forms-field.quizspørgsmål input[type=radio]:checked + label:after {
  content: "";
}

.umbraco-forms-hidden {
  display: none !important;
}

.checkbox, .umbraco-forms-field.checkbox {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  /*input[type=checkbox] {
      position: absolute;
      opacity: 0;

      &:checked ~ span {
          color: #FFFFFF;
          background: #DD3C3A url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
          border: 2px solid #DD3C3A;
      }
  }

  span {
      border-radius: 3px;
      position: absolute;
      left: 0;
      top: -2px;
      width: 1rem;
      height: 1rem;
      background-color: #d4d7dc;
      border: 2px solid #d4d7dc;
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }*/
}
.checkbox input[type=checkbox], .umbraco-forms-field.checkbox input[type=checkbox] {
  display: none;
}
.checkbox .indicator, .umbraco-forms-field.checkbox .indicator {
  display: flex;
}
.checkbox .indicator:before, .umbraco-forms-field.checkbox .indicator:before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  top: 0;
  left: -42px;
  background-color: white;
  border-radius: 8px;
  margin-right: 10px;
}
.checkbox input[type=checkbox]:checked + .indicator::before, .umbraco-forms-field.checkbox input[type=checkbox]:checked + .indicator::before {
  /*border-color: #006700;*/
}
.checkbox input[type=checkbox] + .indicator::after, .umbraco-forms-field.checkbox input[type=checkbox] + .indicator::after {
  content: none;
}
.checkbox input[type=checkbox]:checked + .indicator:after, .umbraco-forms-field.checkbox input[type=checkbox]:checked + .indicator:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 11px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  position: absolute;
  left: 7px;
  border-color: white;
  top: 9px;
}
.checkbox label, .umbraco-forms-field.checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.checkbox label:before, .umbraco-forms-field.checkbox label:before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  border: 1px solid #dedede;
  cursor: pointer;
  top: 0;
  left: -42px;
  background-color: white;
  border-radius: 8px;
  margin-right: 10px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.checkbox input[type=checkbox]:disabled + label:before, .umbraco-forms-field.checkbox input[type=checkbox]:disabled + label:before {
  background-color: #bbbbbb;
  border-color: gray;
}
.checkbox input[type=checkbox]:checked + label:after, .umbraco-forms-field.checkbox input[type=checkbox]:checked + label:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 11px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  position: absolute;
  left: 6px;
  border-color: white;
  top: 8px;
}
.checkbox:has(input.checked) label:after, .umbraco-forms-field.checkbox:has(input.checked) label:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 11px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  position: absolute;
  left: 6px;
  border-color: white;
}

.shadow-overlay, .menu-shadow-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7500;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s;
  transition-timing-function: linear;
}

.menu-shadow-overlay {
  z-index: 5000;
}

.breadcrumbs {
  /*background-color: $primary-color;*/
  color: #fff;
  padding: 20px 50px;
}
.breadcrumbs.has-warning-banner {
  margin-top: 100px;
  margin-bottom: -100px;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.breadcrumbs ul li {
  /*            &:last-child:after {
      content: none;
  }*/
}
.breadcrumbs ul li:after {
  content: "<";
  margin-right: 10px;
  margin-left: 10px;
  font-weight: bold;
}
.breadcrumbs ul li a {
  /*color: white;*/
  text-decoration: none;
  font-weight: bold;
}
.breadcrumbs .hidden-breadcrumbs {
  display: none;
}
.breadcrumbs .show-hidden-breadcrumbs {
  cursor: pointer;
}

/* Organic circle */
.organic-circle {
  position: relative;
}
.organic-circle .overlay-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  width: 60%;
  margin: auto;
}
.organic-circle .overlay-icon .organic-circle-inner-icon {
  /*color: white;*/
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.organic-circle-1 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}
.organic-circle-1 .icon-organic-circle {
  font-size: 2em;
  margin: auto;
}
.organic-circle-1 .icon-organic-circle:before {
  display: flex;
}
.organic-circle-1 .overlay-image {
  display: flex;
  -webkit-mask-size: auto;
  mask-size: auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.organic-circle-1 .overlay-image img {
  margin: auto;
}

.organic-circle-2 {
  width: 100%;
  max-width: 100px;
}
.organic-circle-2 .oc-image {
  display: block;
  width: 100%;
  height: auto;
}
.organic-circle-2 .oc-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  width: 70%;
  margin: auto;
}
.organic-circle-2 .oc-icon {
  color: white;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* || Header menus */
.menu-search-icon {
  cursor: pointer;
  color: white;
}

.search-area {
  display: none;
  width: 100%;
  padding: 20px 50px;
  box-sizing: border-box;
  /*background-color: $primary-color;*/
  z-index: 2000;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  align-items: center;
  max-width: 60%;
  margin: 30px 0 10px;
}
.search-area input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: none;
  /*font-family: 'Fira Sans';*/
  margin-right: 12px;
}
.search-area button {
  /*font-family: 'Fira Sans';*/
  text-decoration: none;
  font-size: 16px;
  border-radius: 8px;
  padding: 15px 30px;
}
.search-area form {
  flex: 1;
  display: flex;
}

.search-area-close-btn {
  display: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: 50px;
  /*padding: 10px;*/
  /*border-radius: 50%;*/
  /*width: 19px;*/
  text-align: center;
}

.sub-menu {
  display: none;
  /*position: absolute;*/
  width: 100%;
  /*background-color: $primary-color;*/
  /*top: 80px;*/
  padding: 30px 100px;
  box-sizing: border-box;
  transition: 0.3s;
  transition-timing-function: linear;
  max-width: 80%;
  width: auto;
}
.sub-menu .sub-menu-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: center;
}
.sub-menu .sub-menu-inner.sub-menu-inner-single-row {
  display: flex;
  flex-wrap: wrap;
}
.sub-menu .sub-menu-inner.sub-menu-inner-single-row .sub-menu-item {
  flex: 1 0 33%;
}
.sub-menu.active {
  /*background-color: $primary-color;*/
  /*display: block;*/
}
.sub-menu .sub-menu-item {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
}
.sub-menu .sub-menu-item a {
  /*justify-content: start;*/
  /*word-break: break-word;*/
}

[class^=icon] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #fff;
}

.top-menu-bar {
  /*height: 50px;*/
  /*background-color: $primary-color;*/
  filter: brightness(90%);
}
.top-menu-bar ul {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
}
.top-menu-bar ul li {
  list-style: none;
  padding: 15px;
}
.top-menu-bar ul li:last-child {
  padding-right: 0;
}
.top-menu-bar ul li a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}
.top-menu-bar ul li a .organic-circle {
  position: absolute;
  left: -35px;
}
.top-menu-bar ul li a .organic-circle .icon-organic-circle {
  font-size: 1.5em;
  margin-right: 0;
}
.top-menu-bar ul li a .organic-circle .icon-organic-circle:before {
  display: flex;
}
.top-menu-bar ul li a .organic-circle .overlay-image {
  display: flex;
  margin: auto;
  margin-top: 4px;
}
.top-menu-bar ul li a .organic-circle .overlay-image img {
  width: 100%;
}
.top-menu-bar ul li a.with-icon {
  margin-left: 30px;
}

/*.outer-nav {
    border-radius: 50%;
}
*/
.text-to-speech-button {
  cursor: pointer;
  display: flex;
}

.navigation-bar {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 50px;
  flex-direction: column;
  /*background-color: $primary-color;*/
  filter: brightness(90%);
  transition: 0.2s;
  transition-timing-function: ease-in;
}
.navigation-bar.active-search-menu {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.navigation-bar.navigation-bar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
  filter: brightness(100%);
}
.navigation-bar.navigation-bar-transparent a {
  color: white;
}
.navigation-bar.active {
  /*background-color: $primary-color;*/
  /*        position: absolute;
  width: 100%;*/
}
.navigation-bar.active a {
  color: white;
}
.navigation-bar.active-sub-menu {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.navigation-bar.smaller-header-height {
  padding-top: 0;
}
.navigation-bar a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.navigation-bar a .navigation-menu-icon {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding-left: 8px;
}
.navigation-bar a.active:after {
  content: "";
  /*background-color: $cta-color;*/
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -8px;
}
.navigation-bar .navigation-bar-inner {
  width: 100%;
  display: flex;
  align-items: end;
  position: relative;
}
.navigation-bar .mobile-menu-min-side-button {
  display: none;
  position: absolute;
  right: 20px;
  font-size: 30px;
  color: white;
  font-size: 1.3em;
}
.navigation-bar .menu-bliv-medlem-btn a {
  padding: 8px 15px;
  font-weight: normal;
  text-transform: none;
  font-size: 0.9em;
  color: white;
  border-radius: 10px;
}
.navigation-bar .navigation-bar-logo img {
  max-width: 180px;
  /*max-height: 50px;*/
}
.navigation-bar .navigation-bar-menu {
  margin-left: auto;
}
.navigation-bar .navigation-bar-menu ul {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: end;
}
.navigation-bar .navigation-bar-menu ul li {
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: white;
  border: 1px solid gray;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  transform: translate(-50%);
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.centered-logo {
  display: flex;
}
.centered-logo .centered-logo-inner {
  display: flex;
  align-items: center;
  /*padding: 0 30px;*/
  padding: 10px 30px;
  /*padding: 10px 30px !important;*/
  filter: brightness(90%);
  /*&.active-sub-menu-logo {
      border-bottom-left-radius: 50px;
  }*/
}
.centered-logo .centered-logo-inner .navigation-bar-logo {
  display: flex;
}
.centered-logo .navigation-bar.active-sub-menu {
  border-bottom-left-radius: 0;
}
.centered-logo .outer-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  filter: brightness(90%);
  border-radius: 0;
}
.centered-logo .top-menu-bar {
  filter: brightness(100%);
}
.centered-logo .navigation-bar {
  filter: brightness(100%);
}
.centered-logo .navigation-bar.navigation-bar-transparent {
  position: relative;
}

.mobile-footer-menu {
  display: none;
  position: fixed;
  width: 100%;
  background-color: white;
  bottom: 0;
  z-index: 1000;
  box-shadow: 0px 0px 20px 0px #999999;
  font-weight: bold;
  font-size: 1.1em;
  align-items: center;
  height: 60px;
}
.mobile-footer-menu .mobile-footer-menu-left {
  width: 60%;
  padding: 20px;
  /*color: $primary-color;*/
}
.mobile-footer-menu .mobile-footer-menu-right {
  /*width: 40%;*/
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
  margin-left: auto;
  /*background-color: $cta-color;*/
  color: #fff;
}
.mobile-footer-menu .mobile-footer-menu-right .icon-organic-circle {
  margin: 0;
}

.mobile-menu {
  /*background-color: $primary-color;*/
  display: none;
  position: fixed;
  top: 0;
  left: 100%;
  /*left: 0;*/
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 5000;
  /*    .navigation-bar-menu-item {
      &.active:after {
          content: "";
          background-color: $cta-color;
          width: 100%;
          height: 3px;
          position: absolute;
          bottom: -15px;
      }
  }*/
}
.mobile-menu .mobile-menu-inner {
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  min-height: 100%;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.mobile-menu ul li {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.mobile-menu ul li a {
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5em;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}
.mobile-menu ul li.menu-bliv-medlem-btn a {
  text-transform: none;
  text-align: center;
  display: block;
  border-radius: 8px;
}
.mobile-menu .mobile-sub-menu {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0;
  display: none;
  padding-top: 10px;
  border-top-style: solid;
  border-top-width: 2px;
}
.mobile-menu .mobile-sub-menu li {
  margin: 0;
  padding: 10px 15px;
  text-align: left;
}
.mobile-menu .mobile-sub-menu li a {
  text-transform: none;
  font-weight: bold;
  font-size: 1em;
}
.mobile-menu .mobile-extra-menu {
  padding-bottom: 60px;
}
.mobile-menu .mobile-extra-menu li a {
  text-transform: none;
  font-size: 1em;
  /*
  [class^=icon] {
      margin-left: 10px;
  }*/
}
.mobile-menu .mobile-extra-menu .organic-circle {
  margin: 0;
  margin-left: 15px;
  display: flex;
}
.mobile-menu .mobile-extra-menu .organic-circle .icon-organic-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}
.mobile-menu .mobile-extra-menu .organic-circle .overlay-image {
  height: 100%;
  width: 100%;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.mobile-menu .mobile-extra-menu .organic-circle .overlay-image img {
  width: 100%;
  margin: 0;
}
.mobile-menu .mobile-menu-search {
  width: 100%;
  margin: 20px 0 30px 0;
}
.mobile-menu .mobile-menu-search input {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  box-sizing: border-box;
  font-size: 1em;
}
.mobile-menu .mobile-menu-search input:focus-visible {
  outline: 0;
}
.mobile-menu .mobile-menu-search input::placeholder {
  color: white;
}
.mobile-menu .mobile-menu-search form {
  position: relative;
}
.mobile-menu .mobile-menu-search form .icon {
  position: absolute;
  right: 0;
  top: 50%;
  color: white;
  transform: translateY(-50%);
}
.mobile-menu .navigation-bar-logo {
  text-align: center;
  margin-bottom: 30px;
}
.mobile-menu .navigation-bar-logo img {
  width: 50%;
}
.mobile-menu .navigation-menu-icon {
  position: absolute;
  right: 0;
  margin-right: 0;
  background-color: #0D5373;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.9em;
  margin-left: auto;
}
.mobile-menu .mobile-menu-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 20px;
  color: #fff;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.1em;
  /*display: flex;*/
  align-items: center;
  justify-content: end;
  gap: 15px;
  height: 60px;
  /*border-top: 1px solid;*/
}
.mobile-menu .mobile-menu-bottom .organic-circle {
  margin: 0;
}
.mobile-menu .mobile-menu-bottom .organic-circle-inner-icon {
  font-size: 1.3em;
}

.mobile-top-menu {
  display: none;
  position: absolute;
  background-color: gray;
  left: 0;
  right: 0;
  margin-left: 20px;
  margin-right: 20px;
  /*background-color: $secondary-color;*/
  padding: 10px;
  top: 100px;
  border-radius: 20px;
}
.mobile-top-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.mobile-top-menu ul li {
  flex: 1;
  text-align: center;
}
.mobile-top-menu ul li a {
  text-decoration: none;
  /*color: $primary-color;*/
}

/* || Search results view */
.search-results-view {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.search-results-view .search-input-container {
  margin-left: 50px;
  margin-right: 50px;
}
.search-results-view .search-input-container form {
  display: flex;
}
.search-results-view .search-input-container form input {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  border: none;
  /*font-family: "Fira Sans";*/
  margin-right: 12px;
  border: 1px solid;
}
.search-results-view .search-input-container form button {
  /*font-family: "Fira Sans";*/
  text-decoration: none;
  font-size: 16px;
  border-radius: 8px;
  padding: 15px 30px;
}
.search-results-view .search-results-text {
  margin: 50px auto 40px auto;
  border-bottom: 1px solid #B3C9D3;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.search-results-view .search .search-result-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-results-view .search .search-result-list .search-result-item {
  margin-left: 50px;
  margin-right: 50px;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}
.search-results-view .search .search-result-list .search-result-item .search-result-tag {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
}
.search-results-view .search .search-result-list .search-result-item .heading {
  margin: 0;
  display: flex;
  align-items: center;
}
.search-results-view .search .search-result-list .search-result-item .heading .icon-PDF {
  display: flex;
  align-items: center;
}
.search-results-view .search .search-result-list .search-result-item .text {
  margin: 0;
  margin-top: 20px;
}
.search-results-view .search .search-result-list .search-result-item .date {
  margin-top: 0;
}
.search-results-view .search .search-result-list .search-result-item a {
  text-decoration: none;
}
.search-results-view .search .search-result-list .component-union-picker {
  margin: 0;
}

/* || Search block */
.component-search-block .search-input-container form {
  display: flex;
}
.component-search-block .search-input-container form input {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: none;
  /*font-family: "Fira Sans";*/
  margin-right: 12px;
  border: 1px solid;
}

/* || Footer elements */
.footer-contact-block {
  display: none;
  position: fixed;
  bottom: -350px;
  /*height: 300px;*/
  width: 100%;
  z-index: 6000;
  background-color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 70px;
}
.footer-contact-block .footer-contact-title {
  text-transform: uppercase;
  /*color: $primary-color;*/
  margin-bottom: 0;
}
.footer-contact-block .footer-contact-phone-number {
  margin: 20px 0;
}
.footer-contact-block .footer-contact-phone-number a {
  font-size: 2em;
  text-decoration: none;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-contact-block .footer-contact-phone-number a .organic-circle {
  margin: 0;
  font-size: 0.5em;
}
.footer-contact-block .footer-contact-phone-number a .organic-circle-inner-icon {
  color: #fff;
}
.footer-contact-block .footer-contact-block-icon {
  top: -35px;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 2em;
}
.footer-contact-block .footer-contact-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  /*color: $primary-color;*/
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  border-top: 1px solid #f7f7f7;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact-block .footer-contact-bottom .organic-circle {
  margin: 0;
}
.footer-contact-block .footer-contact-bottom .organic-circle-inner-icon {
  color: #fff;
  font-size: 1.3em;
}

/* || Button */
.component-button {
  display: flex;
  margin-top: 50px;
}

/* || Text section: */
.component-text-section {
  margin-top: 50px;
}

/* || Maps */
.component-maps {
  margin-top: 50px;
}
.component-maps .title {
  margin-top: 0;
}

/* || Form section */
.component-form-section {
  margin-top: 50px;
}

/* || Hero section */
.component-hero-section {
  position: relative;
  width: 100%;
  min-height: 200px;
  background-size: cover;
  /*padding: 0 50px;*/
  box-sizing: border-box;
  /*margin-bottom: 50px;*/
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.component-hero-section .component-hero-section-content {
  color: white;
  position: relative;
  /*max-width: 550px;*/
  z-index: 1001;
  display: flex;
  align-items: center;
  height: 100%;
  /*margin-left: 50px;*/
  padding-top: 100px;
  padding-bottom: 20px;
}
.component-hero-section .component-hero-section-content .component-hero-section-content-inner {
  max-width: 550px;
}
.component-hero-section.smaller-paddings {
  padding-bottom: 30px;
  padding-top: 50px;
}
.component-hero-section.curved-bottom {
  clip-path: ellipse(80% 95% at 37% 5%);
}
.component-hero-section.curved-bottom .component-hero-section-content {
  padding-bottom: 50px;
}
.component-hero-section .pre-title {
  font-family: "Caveat";
  /*color: $tertiary-color;*/
  font-weight: normal;
  font-size: 2em;
  margin: 0;
  margin-top: 20px;
}
.component-hero-section .title {
  text-transform: uppercase;
  font-size: 2.5em;
  margin: 20px 0;
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.component-hero-section .hero-section-video-background {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-hero-section .hero-section-video-background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  /*            height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
  left: 50%; 
  top: 50%;
  transform: translate(-50%, -50%);*/
}
.component-hero-section .hero-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: $primary-color;*/
  /*        background: #003246;
  opacity: 0.85;*/
  /*background-color: rgb(2 96 135 / 85%);*/
  z-index: 15;
}
.component-hero-section .hero-section-buttons {
  display: flex;
  flex-wrap: wrap;
  float: left;
  gap: 10px;
  margin-bottom: 30px;
}
.component-hero-section .hero-section-buttons .hero-section-cta {
  display: flex;
}

/* || Warning banner */
.component-warning-banner {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  /*color: $primary-color;*/
  gap: 30px;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  margin-top: 50px;
}
.component-warning-banner .warning-banner-icon {
  font-size: 2em;
}
.component-warning-banner .warning-banner-icon.warning {
  color: #96061D;
}
.component-warning-banner .warning-banner-icon.note {
  color: #D60829;
}
.component-warning-banner .warning-banner-icon.info {
  color: #6E97B2;
}
.component-warning-banner .warning-banner-icon.success {
  color: #48B174;
}
.component-warning-banner .warning-banner-content {
  display: flex;
  flex-direction: column;
}
.component-warning-banner .warning-banner-content h3 {
  margin: 0;
}
.component-warning-banner .warning-banner-content h3.extended-padding {
  padding-right: 30px;
}
.component-warning-banner .warning-banner-content .warning-banner-text {
  margin-top: 15px;
}
.component-warning-banner .warning-banner-content a {
  font-weight: bold;
}
.component-warning-banner .close-warning-banner {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.component-warning-banner .close-warning-banner [class^=icon-] {
  margin: 0;
}

.header-warning-banner {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4000;
}
.header-warning-banner .component-warning-banner {
  margin: 0;
  border-radius: 0;
  margin-top: 0;
  max-width: 100%;
  height: 100px;
}

/* || Pagination */
.pagination {
  display: flex;
  align-items: center;
  margin-top: 100px;
  justify-content: center;
}
.pagination a {
  padding: 10px 12px;
  text-decoration: none;
  /*color: $primary-color;*/
  font-weight: bold;
  font-size: 1.3em;
}
.pagination a.active {
  /*color: $cta-color;*/
  padding: 0;
}
.pagination a.active .overlay-icon {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .dots-divider {
  /*color: $primary-color;*/
  padding: 10px 12px;
  margin: 0;
  font-weight: bold;
  font-size: 1.3em;
}
.pagination [class^=icon-] {
  padding: 0;
  margin: 0;
}

/* || News archive */
.news-archive, .news-article-related-news {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.news-archive .news-archive-title, .news-archive .news-archive-text, .news-article-related-news .news-archive-title, .news-article-related-news .news-archive-text {
  margin-bottom: 40px;
}
.news-archive .news-archive-title a, .news-archive .news-archive-text a, .news-article-related-news .news-archive-title a, .news-article-related-news .news-archive-text a {
  float: left;
  text-decoration: none;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.news-archive .news-tags-filter, .news-article-related-news .news-tags-filter {
  text-align: center;
  margin-bottom: 40px;
}
.news-archive .news-tags-filter .news-tags-filter-button, .news-article-related-news .news-tags-filter .news-tags-filter-button {
  cursor: pointer;
  margin: 0;
}
.news-archive .news-tags-filter .news-tags-filter-button:hover, .news-article-related-news .news-tags-filter .news-tags-filter-button:hover {
  text-decoration: underline;
}
.news-archive .news-archive-all-news-tag, .news-article-related-news .news-archive-all-news-tag {
  display: none;
  margin-bottom: 20px;
  /*display: flex;*/
  justify-content: center;
  gap: 15px;
  transition: 0.2s;
  margin-top: 25px;
  flex-wrap: wrap;
}
.news-archive .news-archive-all-news-tag.show, .news-article-related-news .news-archive-all-news-tag.show {
  display: flex;
}
.news-archive .news-archive-all-news-tag .news-topic-tag, .news-article-related-news .news-archive-all-news-tag .news-topic-tag {
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
}
.news-archive .news-archive-list, .news-article-related-news .news-archive-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-auto-columns: 1fr;
}
.news-archive .news-archive-list.news-archive-simple-layout, .news-article-related-news .news-archive-list.news-archive-simple-layout {
  grid-auto-rows: 1fr;
}
.news-archive .news-archive-list .news-archive-item, .news-article-related-news .news-archive-list .news-archive-item {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
}
.news-archive .news-archive-list .news-archive-item a, .news-article-related-news .news-archive-list .news-archive-item a {
  /*color: $primary-color;*/
  text-decoration: none;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.news-archive .news-archive-list .news-archive-item .news-item-image, .news-article-related-news .news-archive-list .news-archive-item .news-item-image {
  position: relative;
}
.news-archive .news-archive-list .news-archive-item .news-item-image img, .news-article-related-news .news-archive-list .news-archive-item .news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-archive .news-archive-list .news-archive-item .news-item-content, .news-article-related-news .news-archive-list .news-archive-item .news-item-content {
  background-color: white;
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
}
.news-archive .news-archive-list .news-archive-item .news-item-content .news-item-date, .news-article-related-news .news-archive-list .news-archive-item .news-item-content .news-item-date {
  font-size: 0.9em;
  /*color: $primary-color;*/
}
.news-archive .news-archive-list .news-archive-item .news-item-content .news-topic-tag, .news-article-related-news .news-archive-list .news-archive-item .news-item-content .news-topic-tag {
  display: none;
}
.news-archive .news-archive-list .news-archive-item .news-topic-tag, .news-article-related-news .news-archive-list .news-archive-item .news-topic-tag {
  position: absolute;
  left: 15px;
  bottom: 15px;
  /*                background-color: $tertiary-color;
  color: $primary-color;*/
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: bold;
}
.news-archive:not(.news-archive-simple-layout) .news-archive-item-large, .news-article-related-news:not(.news-archive-simple-layout) .news-archive-item-large {
  grid-column: 1/4;
  flex-direction: row;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
}
.news-archive:not(.news-archive-simple-layout) .news-archive-item-large .news-item-image, .news-article-related-news:not(.news-archive-simple-layout) .news-archive-item-large .news-item-image {
  width: 50%;
}
.news-archive:not(.news-archive-simple-layout) .news-archive-item-large .news-item-image img, .news-article-related-news:not(.news-archive-simple-layout) .news-archive-item-large .news-item-image img {
  border-radius: 0;
}
.news-archive:not(.news-archive-simple-layout) .news-archive-item-large .news-item-content, .news-article-related-news:not(.news-archive-simple-layout) .news-archive-item-large .news-item-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  padding: 50px 30px;
}
.news-archive:not(.news-archive-simple-layout) .news-archive-item-large .news-item-content h3, .news-article-related-news:not(.news-archive-simple-layout) .news-archive-item-large .news-item-content h3 {
  font-size: 3em;
  margin: 0;
  margin-top: 10px;
}
.news-archive:not(.news-archive-simple-layout) .news-archive-single-teaser, .news-article-related-news:not(.news-archive-simple-layout) .news-archive-single-teaser {
  grid-column: 1/4;
  max-width: 80%;
  margin: auto;
  width: 100%;
}
.news-archive:not(.news-archive-simple-layout) .news-archive-single-teaser > div, .news-article-related-news:not(.news-archive-simple-layout) .news-archive-single-teaser > div {
  margin-top: 0;
}

.news-article {
  margin: 50px auto;
  max-width: 900px;
}
.news-article .divider {
  width: 100%;
  border-bottom: 1px solid #B3C9D3;
  height: 1px;
  margin: 10px 0;
  float: left;
}
.news-article .share-article {
  display: flex;
  align-items: center;
  margin-left: auto;
  /*color: $primary-color;*/
  /*border: 1px solid $primary-color;*/
  border: 1px solid;
  padding: 8px 12px;
  font-size: 0.8em;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.news-article .share-article .icon-share {
  display: flex;
  align-items: center;
  margin-right: 0;
  float: right;
  margin-left: 6px;
}
.news-article .news-topic {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.news-article .news-topic .news-topic-tag {
  /*            background-color: $tertiary-color;
  color: $primary-color;*/
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  align-self: flex-start;
}
.news-article .news-article-top-content {
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-article .news-article-top-content .news-date {
  /*color: $primary-color;*/
}
.news-article .news-article-top-content .news-title {
  /*color: $primary-color;*/
  margin: 10px 0;
}
.news-article .news-article-top-content .news-subheading {
  /*color: $primary-color;*/
  margin: 0;
}
.news-article .news-article-image-text {
  font-style: italic;
  display: flex;
  margin-top: 10px;
}
.news-article .news-article-content {
  /*margin: 80px 100px;*/
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.news-article .news-article-content > *:first-child {
  margin-top: 0;
}
.news-article .news-article-content .component-text-section {
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}
.news-article .news-article-content .component-text-section p {
  /*margin: 0.8em 0;*/
  /*color: $primary-color;*/
  font-size: 1.1em;
  line-height: 1.5em;
}
.news-article .news-article-content .component-text-section p:first-child {
  margin-top: 0;
}
.news-article .news-article-content .component-text-section p:last-child {
  margin-bottom: 0;
}
.news-article .news-article-content .component-text-section ul, .news-article .news-article-content .component-text-section ol, .news-article .news-article-content .component-text-section p {
  margin: 0.8em 0;
}
.news-article .news-article-content .component-text-section ul li, .news-article .news-article-content .component-text-section ol li, .news-article .news-article-content .component-text-section p li {
  line-height: 1.5em;
}
.news-article .news-article-content .component-text-section h2 + p {
  margin-top: 5px;
}
.news-article .news-article-content .component-text-section img {
  max-width: 100%;
  height: auto;
}
.news-article .news-article-content .component-accordion-section {
  margin-left: 0;
  margin-right: 0;
}
.news-article .news-article-content .news-article-bottom-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.news-article .news-article-content .news-article-bottom-content > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.news-article .news-article-content .news-article-bottom-content .news-article-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /*color: $primary-color;*/
}
.news-article .news-article-content .news-article-bottom-content .share-article {
  align-self: end;
}
.news-article .news-article-content .news-article-bottom-content .news-topic {
  max-width: 400px;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 30px;
  margin-bottom: 0;
}
.news-article .news-article-content .news-article-bottom-content .news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: end;
  min-width: 200px;
}
.news-article .news-article-content .news-article-bottom-content .news-tags .news-tag {
  background-color: #D5E0E9;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 0.9em;
  /*color: $primary-color;*/
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.news-article .news-article-content .news-article-bottom-content .news-tags .news-tag .icon-tag {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.news-article .component-fact-box {
  margin-top: 50px;
}
.news-article .news-article-media {
  position: relative;
  overflow: hidden;
  /*        video {
      display: none;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
  }*/
}
.news-article .news-article-media .news-article-image {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  object-fit: cover;
}
.news-article .news-article-media .video-container {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0px;
}
.news-article .news-article-media .video-container .video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-article .news-article-media .play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 6em;
  cursor: pointer;
  color: white;
}
.news-article .news-article-media .play-button .icon-play {
  width: auto;
  height: auto;
  margin: auto;
  z-index: 100;
}
.news-article .news-article-media .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 10;
}
.news-article .news-article-related-news > h3 {
  text-align: center;
  text-transform: uppercase;
  /*color: $primary-color;*/
  font-size: 1.8em;
}

.article-shared-toast {
  display: none;
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 5000;
  bottom: -30px;
  background-color: black;
  color: white;
  border-radius: 10px;
  padding: 10px;
}

/* || Fratrædelsesgodtgørelse og lønberegner */
.fratraedelsesgodtgoerelse-section, .loenberegner-section {
  margin-top: 50px;
}
.fratraedelsesgodtgoerelse-section .umbraco-forms-page, .loenberegner-section .umbraco-forms-page {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.fratraedelsesgodtgoerelse-section .umbraco-forms-inner, .loenberegner-section .umbraco-forms-inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
.fratraedelsesgodtgoerelse-section .umbraco-forms-inner fieldset, .loenberegner-section .umbraco-forms-inner fieldset {
  margin-bottom: 15px;
}
.fratraedelsesgodtgoerelse-section .umbraco-forms-inner .umbraco-forms-field, .loenberegner-section .umbraco-forms-inner .umbraco-forms-field {
  flex: 1;
  justify-content: space-between;
}
.fratraedelsesgodtgoerelse-section input, .loenberegner-section input {
  width: 100%;
}
.fratraedelsesgodtgoerelse-section .button-area, .loenberegner-section .button-area {
  display: flex;
  justify-content: end;
}
.fratraedelsesgodtgoerelse-section .results-container, .loenberegner-section .results-container {
  display: none;
  margin-top: 50px;
  padding: 30px;
  border-radius: 15px;
  color: white;
}
.fratraedelsesgodtgoerelse-section .results-container .results-container-inner, .loenberegner-section .results-container .results-container-inner {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.2em;
}
.fratraedelsesgodtgoerelse-section .results-container .results-container-row, .loenberegner-section .results-container .results-container-row {
  display: flex;
  justify-content: space-between;
}

/* || News teaser block */
.component-news-teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.component-news-teaser .title {
  text-transform: uppercase;
  margin: auto;
  font-size: 2.4em;
}
.component-news-teaser .news-article-related-news {
  margin-top: 30px;
  margin-bottom: 30px;
}
.component-news-teaser .news-teaser-button {
  display: flex;
}

/* || Min Side */
.not-logged-in-area {
  margin-top: 80px;
}
.not-logged-in-area .component-page-title-section {
  margin-top: -80px;
  width: 100%;
  margin-bottom: 50px;
}
.not-logged-in-area .not-logged-in-area-inner {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}

.logout-area {
  margin: auto;
  margin-top: 50px;
}
.logout-area span {
  margin-right: 0;
  margin-left: 5px;
}

.min-side-section {
  max-width: 1000px;
  margin: 80px auto !important;
}
.min-side-section .min-side-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.min-side-section .identity {
  display: flex;
  align-items: center;
}
.min-side-section .identity .profile-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #B3C9D3;
  margin-left: auto;
  display: flex;
}
.min-side-section .identity .profile-circle span {
  margin: auto;
  font-size: 3em;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.min-side-section .identity .component-page-title-section .page-title-inner {
  margin: 0;
}
.min-side-section .identity .component-page-title-section .page-title-inner .page-title-title {
  margin-bottom: 0;
}
.min-side-section .entrances .component-entrances {
  margin: 0;
}
.min-side-section .logout-area {
  align-self: center;
}
.min-side-section .logout-area span {
  margin-right: 0;
  margin-left: 10px;
}

.min-side-stamdata-section {
  /*margin-top: 80px;*/
  /*margin-bottom: $component-gap;*/
  margin-top: 50px;
}
.min-side-stamdata-section .profile-boxes {
  margin: -10px;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-auto-columns: 1fr;*/
  columns: 2;
  column-gap: 1rem;
}
.min-side-stamdata-section .profile-boxes .profile-box {
  /*flex: 1 1 50%;*/
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.min-side-stamdata-section .profile-boxes .profile-box .profile-box-content {
  border-radius: 15px;
  overflow: hidden;
  background-color: white;
  padding: 20px;
}
.min-side-stamdata-section .profile-boxes .profile-box .profile-box-content a {
  font-weight: bold;
}
.min-side-stamdata-section .profile-boxes .profile-box .profile-box-content .title {
  margin: 0;
}
.min-side-stamdata-section .profile-boxes .profile-box .profile-box-content .content-top {
  display: flex;
  align-items: center;
}
.min-side-stamdata-section .profile-boxes .profile-box .profile-box-content .content-top .organic-circle {
  margin: 0;
  margin-left: auto;
  color: white;
  cursor: pointer;
  font-size: 1.1em;
}
.min-side-stamdata-section .profile-boxes .profile-box .profile-box-content .buttons {
  display: none;
  margin-top: 10px;
  /*display: flex;*/
  gap: 10px;
}
.min-side-stamdata-section .profile-boxes .profile-box .samtykker {
  margin: 0;
}
.min-side-stamdata-section .profile-boxes .profile-box .profile-box-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.min-side-stamdata-section .profile-boxes .profile-box .profile-box-info .group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.min-side-stamdata-section .profile-boxes .profile-box .profile-box-info .group input {
  width: 100%;
}
.min-side-stamdata-section .profile-boxes .profile-box .profile-box-info .group label {
  font-weight: bold;
}

.min-side-uddannelser {
  margin-top: 50px;
}
.min-side-uddannelser .min-side-uddannelser-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.min-side-uddannelser .min-side-uddannelser-list .min-side-uddannelse-item {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.min-side-uddannelser .min-side-uddannelser-list .min-side-uddannelse-item .min-side-uddannelse-item-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-auto-columns: 1fr;
}
.min-side-uddannelser .min-side-uddannelser-list h3 {
  margin: 0;
  font-size: 1.3em;
}
.min-side-uddannelser .uddannelser-text {
  margin-bottom: 30px;
}

.min-side-samtykker-section .component-accordion-section {
  margin-bottom: 50px;
}
.min-side-samtykker-section .component-accordion-section .accordion-check {
  margin-top: 20px;
}
.min-side-samtykker-section .fuldmagt-box {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  /*margin-bottom: 50px;*/
  position: relative;
}
.min-side-samtykker-section .fuldmagt-box .content-top {
  display: flex;
  align-items: center;
}
.min-side-samtykker-section .fuldmagt-box .content-top .organic-circle {
  margin: 0;
  margin-left: auto;
  color: white;
  cursor: pointer;
  font-size: 1.1em;
}
.min-side-samtykker-section .fuldmagt-box .title {
  margin: 0;
}
.min-side-samtykker-section .fuldmagt-box .fuldmagt-intro {
  margin-top: 20px;
  font-weight: bold;
}
.min-side-samtykker-section .fuldmagt-box .fuldmagt-form {
  margin-top: 20px;
  flex-direction: column;
  gap: 20px;
  position: relative;
  display: flex;
}
.min-side-samtykker-section .fuldmagt-box .fuldmagt-form .group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.min-side-samtykker-section .fuldmagt-box .fuldmagt-form .group input, .min-side-samtykker-section .fuldmagt-box .fuldmagt-form .group textarea {
  max-width: 400px;
  width: 100%;
}
.min-side-samtykker-section .fuldmagt-box .fuldmagt-form .group label {
  font-weight: bold;
}
.min-side-samtykker-section .fuldmagt-box .fuldmagt-form .buttons {
  display: flex;
  gap: 10px;
}
.min-side-samtykker-section .samtykke-success {
  display: none;
  margin-top: 10px;
  /*display: flex;*/
}
.min-side-samtykker-section .fuldmagt-success {
  display: none;
  font-weight: bold;
}

.min-side-aktiviteter-section {
  margin-top: 50px;
}
.min-side-aktiviteter-section .aktiviteter-list {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  box-sizing: border-box;
  gap: 20px;
}
.min-side-aktiviteter-section .aktiviteter-list .aktiviteter-item {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: white;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.min-side-aktiviteter-section .aktiviteter-list .aktiviteter-item h3 {
  margin: 0;
}
.min-side-aktiviteter-section .aktiviteter-list .aktiviteter-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.min-side-aktiviteter-section .aktiviteter-list .aktiviteter-button {
  display: flex;
}

.component-minside-betalingsservice {
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.component-minside-betalingsservice h2 {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 2em;
  position: relative;
}
.component-minside-betalingsservice .betalingsservice-inner {
  background-color: white;
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 15px;
}
.component-minside-betalingsservice label {
  font-weight: bold;
}
.component-minside-betalingsservice .betalingsservice-confirmation {
  display: none;
}
.component-minside-betalingsservice .umbraco-forms-indicator {
  color: #D60829;
}

.umbraco-forms-default form, .umbraco-forms-Standard form {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  margin: auto;
  max-width: 80%;
}
.umbraco-forms-default legend, .umbraco-forms-Standard legend {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 20px;
}
.umbraco-forms-default input, .umbraco-forms-default textarea, .umbraco-forms-Standard input, .umbraco-forms-Standard textarea {
  width: 100%;
}
.umbraco-forms-default input[type=submit], .umbraco-forms-Standard input[type=submit] {
  width: auto;
}

.min-side-udmeldelse {
  margin-top: 50px;
}
.min-side-udmeldelse .udmeldelsesfrist .component-warning-banner .warning-banner-content .warning-banner-text {
  margin-top: 0;
}
.min-side-udmeldelse .udmeldelsesfrist .selvstaendig-udmeldelsesfrist-text {
  display: none;
}

.min-side-overenskomst-section {
  margin-top: 50px;
}

/* || USP block */
.usp-block {
  text-align: center;
  margin-top: 50px;
  /*color: $primary-color;*/
}
.usp-block .usp-block-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.usp-block .title {
  text-align: center;
  /*color: $primary-color;*/
}
.usp-block .row {
  display: flex;
  /*grid-template-columns: repeat(3, minmax(0, 1fr));*/
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  /*grid-auto-columns: 1fr;*/
}
.usp-block .row .usp-item {
  flex: 1;
}
.usp-block .usp-block-icon .organic-circle {
  font-size: 32px;
  /*color: $tertiary-color;*/
}
.usp-block .usp-block-icon .organic-circle img {
  max-width: 32px;
  height: auto;
}
.usp-block .usp-block-icon .overlay-icon {
  width: 50%;
  height: 50%;
}
.usp-block .cta-btn {
  align-self: center;
}

.component-single-teaser, .component-union-picker {
  /*margin-bottom: $component-gap;*/
  margin-top: 50px;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  /*    max-width: 800px;
  margin: 0 auto 20px;*/
  /*margin: 0px 60px 20px;*/
  /*
  .single-teaser-secondary-button {
      margin-top: 10px;
  }*/
}
.component-single-teaser .single-teaser-inner, .component-union-picker .single-teaser-inner {
  /*background-color: $white-color;*/
  border-radius: 15px;
  padding: 60px;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  max-width: 1400px;
  margin: auto;
}
.component-single-teaser .single-teaser-inner.white-theme, .component-union-picker .single-teaser-inner.white-theme {
  background-color: #fff;
}
.component-single-teaser .single-teaser-inner.white-theme .organic-circle-inner-icon, .component-union-picker .single-teaser-inner.white-theme .organic-circle-inner-icon {
  color: white;
}
.component-single-teaser .single-teaser-inner.color-theme .title, .component-union-picker .single-teaser-inner.color-theme .title {
  color: #fff;
}
.component-single-teaser .single-teaser-inner.color-theme .single-teaser-content, .component-union-picker .single-teaser-inner.color-theme .single-teaser-content {
  color: #fff;
}
.component-single-teaser .single-teaser-inner.color-theme .icon, .component-union-picker .single-teaser-inner.color-theme .icon {
  color: #fff !important;
}
.component-single-teaser .single-teaser-inner.color-theme .transparent-btn, .component-union-picker .single-teaser-inner.color-theme .transparent-btn {
  color: #fff;
  border-color: #fff;
}
.component-single-teaser .single-teaser-inner.color-theme a, .component-union-picker .single-teaser-inner.color-theme a {
  color: #fff;
}
.component-single-teaser .single-teaser-inner.transparent-theme, .component-union-picker .single-teaser-inner.transparent-theme {
  background-color: transparent;
}
.component-single-teaser .single-teaser-inner.transparent-theme .organic-circle-inner-icon, .component-union-picker .single-teaser-inner.transparent-theme .organic-circle-inner-icon {
  color: white;
}
.component-single-teaser .single-teaser-inner.new-theme, .component-union-picker .single-teaser-inner.new-theme {
  background-color: #FFFFE0;
}
.component-single-teaser .single-teaser-first, .component-single-teaser .single-teaser-second, .component-union-picker .single-teaser-first, .component-union-picker .single-teaser-second {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-wrap: wrap;
}
.component-single-teaser .single-teaser-buttons, .component-union-picker .single-teaser-buttons {
  display: flex;
  flex-direction: row;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: end;
}
.component-single-teaser .single-teaser-second, .component-union-picker .single-teaser-second {
  margin-left: auto;
  align-items: end;
  gap: 10px;
  margin-top: 10px;
}
.component-single-teaser .single-teaser-content, .component-union-picker .single-teaser-content {
  font-size: 1.1em;
  margin-top: 10px;
}
.component-single-teaser .title, .component-union-picker .title {
  position: relative;
  text-transform: uppercase;
  font-size: 2.5em;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 5px;
}
.component-single-teaser .title:after, .component-union-picker .title:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 60px;
  top: -15px;
  left: 0px;
}
.component-single-teaser .single-teaser-button, .component-union-picker .single-teaser-button {
  display: flex;
}
.component-single-teaser .phone-number, .component-union-picker .phone-number {
  font-weight: bold;
  font-size: 2rem;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.component-single-teaser .phone-number a, .component-union-picker .phone-number a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.component-single-teaser .phone-number .icon-organic-circle, .component-union-picker .phone-number .icon-organic-circle {
  font-size: 1.2em;
}
.component-single-teaser .phone-number .organic-circle-inner-icon, .component-union-picker .phone-number .organic-circle-inner-icon {
  font-size: 0.5em;
}
.component-single-teaser .bottom-link, .component-union-picker .bottom-link {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.2em;
}

/* || Single teaser with image */
.component-single-teaser-wimage {
  border-radius: 15px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /*max-width: 600px;*/
  margin: 50px auto 0 auto;
}
.component-single-teaser-wimage.theme-transparent {
  background-color: transparent;
}
.component-single-teaser-wimage.theme-transparent .single-teaser-image {
  border-radius: 15px;
}
.component-single-teaser-wimage.theme-color {
  /*background-color: $primary-color;*/
  color: white;
}
.component-single-teaser-wimage.theme-color .single-teaser-button .transparent-btn {
  color: white;
  border-color: white;
}
.component-single-teaser-wimage.theme-color .single-teaser-button .transparent-btn:hover {
  filter: brightness(80%);
}
.component-single-teaser-wimage.theme-color h3 {
  color: #fff;
}
.component-single-teaser-wimage.theme-color .single-teaser-description {
  color: #fff;
}
.component-single-teaser-wimage.theme-white {
  background-color: #fff;
}
.component-single-teaser-wimage > div {
  flex: 50%;
}
.component-single-teaser-wimage .single-teaser-image img {
  width: 100%;
}
.component-single-teaser-wimage .single-teaser-image.align-image {
  order: 1;
}
.component-single-teaser-wimage .single-teaser-content {
  padding: 50px;
  box-sizing: border-box;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.component-single-teaser-wimage .single-teaser-content h3 {
  text-transform: uppercase;
  font-size: 2.3em;
  margin: 0;
}
.component-single-teaser-wimage .single-teaser-content .single-teaser-description {
  margin: 30px 0;
}
.component-single-teaser-wimage .single-teaser-content.align-image {
  order: 0;
}
.component-single-teaser-wimage .single-teaser-button {
  display: flex;
}
.component-single-teaser-wimage .single-teaser-button .cta-btn {
  padding: 15px 25px;
  font-weight: bold;
}

/* || Fact box */
.component-fact-box {
  /*background-color: $primary-color;*/
  padding: 50px;
  box-sizing: border-box;
  color: white;
  border-radius: 15px;
  position: relative;
  margin-top: 80px;
  padding-bottom: 70px;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.component-fact-box .fact-box-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  font-size: 2.5em;
  /*color: $tertiary-color;*/
}
.component-fact-box .fact-box-icon .organic-circle .overlay-icon .organic-circle-inner-icon {
  /*color: $primary-color;*/
}
.component-fact-box .fact-box-title {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.component-fact-box .fact-box-content {
  line-height: 1.5;
  font-weight: lighter;
}
.component-fact-box .fact-box-content a {
  color: #fff;
  font-weight: bold;
}
.component-fact-box .fact-box-inner {
  max-height: 200px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.2901960784) 70%);
  mask-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.2901960784) 70%);
}
.component-fact-box .fact-box-inner.opened {
  -webkit-mask-image: unset;
  mask-image: unset;
}
.component-fact-box .cta-btn {
  align-self: start;
  /*margin-bottom: 30px;*/
  margin-top: 20px;
}
.component-fact-box img {
  width: 100%;
  height: auto;
}
.component-fact-box .fact-box-show-more {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  font-size: 1.2em;
}
.component-fact-box.show-all {
  padding-bottom: 50px;
}
.component-fact-box.show-all .fact-box-inner {
  max-height: 100%;
  -webkit-mask-image: none;
  mask-image: none;
}

/* || Turntable interactive spinner */
.component-turntable-section {
  margin-top: 50px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-turntable-section.white-background {
  background-color: #fff;
}
.component-turntable-section .turntable-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 400px;
}
.component-turntable-section .circle-outer {
  position: absolute;
}
/* || Banner block */
.component-banner-block {
  height: 300px;
  margin-top: 50px;
}
.component-banner-block a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.component-banner-block a.cover {
  background-size: cover;
}

/* || Quote box */
.component-quote-box {
  background-color: white;
  padding: 40px;
  padding-top: 70px;
  text-align: center;
  border-radius: 15px;
  /*color: $primary-color;*/
  font-weight: bold;
  position: relative;
  margin-top: 50px;
}
.component-quote-box .quote-box-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  font-size: 2.5em;
  /*color: $tertiary-color;*/
}
.component-quote-box .quote-box-icon .organic-circle-inner-icon {
  /*color: $primary-color;*/
  font-size: 0.8em;
}
.component-quote-box .quote-content {
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.5;
}
.component-quote-box .quote-name {
  margin-top: 20px;
}

/* || Testimonials */
.testimonials-section {
  margin-top: 80px;
}
.testimonials-section.no-icon {
  margin-top: 50px;
}
.testimonials-section .title {
  margin-bottom: 2em;
}
.testimonials-section h3 {
  margin: 0;
  font-size: 1.5em;
}
.testimonials-section .splide__track {
  margin-left: 50px;
  margin-right: 50px;
  /*background-color: $white-color;*/
  border-radius: 15px;
}
.testimonials-section .splide__track.white-theme {
  background-color: #fff;
}
.testimonials-section .splide__track.color-theme {
  color: #fff;
}
.testimonials-section .testimonial-left {
  display: flex;
  align-items: center;
}
.testimonials-section .testimonial-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.testimonials-section img {
  max-width: 200px;
  border-radius: 10px;
}
.testimonials-section .testimonials-splide {
  position: relative;
}
.testimonials-section .testimonials-splide .testimonials-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  font-size: 2.5em;
  z-index: 10;
}
.testimonials-section .testimonial {
  padding: 40px;
  display: flex;
  text-align: center;
  gap: 20px;
  align-items: center;
}
.testimonials-section .testimonial .testimonial-text {
  font-size: 1.5em;
  line-height: 1.5;
}
.testimonials-section .testimonial .testimonial-name {
  font-style: italic;
}

/* || Link list */
.component-link-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-sizing: border-box;
}
.component-link-list a {
  text-decoration: none;
}
.component-link-list a:hover {
  text-decoration: underline;
}
.component-link-list h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 5px;
}
.component-link-list .white-text {
  color: #fff;
}
.component-link-list .black-text {
  color: #000;
}
.component-link-list ul {
  line-height: 1.5em;
  /*li::marker {
      color: $tertiary-color;
  }*/
}

/* || Autocomplete search */
.autocomplete-search-component {
  margin-top: 50px;
}
.autocomplete-search-component .search-inner {
  position: relative;
  display: flex;
}
.autocomplete-search-component .search-inner form {
  max-width: 250px;
  width: 100%;
}
.autocomplete-search-component .search-inner form input {
  width: 100%;
}
.autocomplete-search-component .result {
  /*        display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 15px;
  background-color: white;
  padding: 20px;
  border-radius: 15px;*/
  width: 250px;
  /*height: calc(50vh - 120px);*/
  position: absolute;
  left: 0;
  top: 50px;
  overflow: auto;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  border: 1px solid;
  border-radius: 10px;
}
.autocomplete-search-component .result a, .autocomplete-search-component .result span {
  box-sizing: border-box;
  padding: 12px 20px;
  text-overflow: ellipsis;
  cursor: pointer;
  user-select: none;
  /*color: white;*/
  text-decoration: none;
}
.autocomplete-search-component .result span {
  cursor: auto;
}
.autocomplete-search-component .result .result-inner {
  scrollbar-color: #e0e8f0 white;
  scrollbar-width: thin;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  z-index: 500;
  border-radius: 10px;
  background-color: white;
}

/* || Union picker */
.union-picker {
  max-width: 1000px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.union-picker .union-pickers {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-auto-columns: 1fr;
}
.union-picker .union-pickers .union-picker-item {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
  word-break: break-word;
  border-radius: 10px;
  display: flex;
  align-items: end;
  position: relative;
  hyphens: auto;
  -webkit-hyphens: auto;
  min-height: 100px;
  transition: 0.1s;
}
.union-picker .union-pickers .union-picker-item:hover {
  filter: brightness(105%);
}
.union-picker .union-pickers .union-picker-background-icon {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.union-picker .union-picker-title {
  text-transform: uppercase;
  font-size: 1.5em;
}

.component-union-picker {
  color: white;
}
.component-union-picker a {
  color: white;
}

.union-picker-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
}
.union-picker-overlay .union-picker {
  position: relative;
  display: flex;
  flex-direction: column;
}
.union-picker-overlay .union-picker.has-overlay-text {
  flex-direction: row;
  max-width: 100%;
  margin: 50px;
  gap: 50px;
}
.union-picker-overlay .union-picker.has-overlay-text .union-picker-overlay-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 35%;
}
.union-picker-overlay .union-picker.has-overlay-text .union-picker-overlay-text .title {
  margin-bottom: 10px;
}
.union-picker-overlay .union-picker.has-overlay-text .union-pickers {
  flex: 65%;
}
.union-picker-overlay .close-union-picker {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1000;
}
.union-picker-overlay .title {
  color: white;
  text-transform: uppercase;
  font-size: 2em;
  margin: 0 0 2em 0;
}
.union-picker-overlay .union-pickers {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.union-picker-overlay .union-pickers .union-picker-item {
  min-height: 150px;
  text-decoration: none;
  font-size: 1.1em;
  padding: 15px;
}

/* || Image gallery */
.component-image-gallery {
  margin-top: 50px;
}
.component-image-gallery img {
  width: 100%;
  height: auto;
}
.component-image-gallery .image-focus-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5647058824);
  top: 0;
  left: 0;
  z-index: 9900;
  display: none;
  align-items: center;
  padding: 50px;
  box-sizing: border-box;
  /*        background-size: contain;
  background-position: center;
  background-repeat: no-repeat;*/
}
.component-image-gallery .title {
  font-size: 2em;
  text-transform: uppercase;
}
.component-image-gallery .image-caption {
  font-style: italic;
  margin-top: 20px;
}
.component-image-gallery .image-gallery {
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: center;
}
.component-image-gallery .video {
  width: 100%;
}
.component-image-gallery .large-image {
  height: 550px;
  background-size: cover;
  background-position: center;
  flex: 70%;
  position: relative;
}
.component-image-gallery .large-image.is-video {
  height: auto;
}
.component-image-gallery .counter {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
}
.component-image-gallery .enlarger {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5647058824);
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
}
.component-image-gallery .enlarger [class^=icon-] {
  margin-right: 0;
}
.component-image-gallery .smaller-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-auto-columns: 1fr;
  flex: 30%;
  overflow-y: auto;
  max-height: 550px;
  padding-right: 10px;
  box-sizing: border-box;
}
.component-image-gallery .smaller-images::-webkit-scrollbar {
  width: 10px;
}
.component-image-gallery .smaller-images::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.component-image-gallery .smaller-images::-webkit-scrollbar-thumb {
  background: #B3C9D3;
  border-radius: 20px;
}
.component-image-gallery .smaller-images::-webkit-scrollbar-thumb:hover {
  background: #bbd0d9;
}
.component-image-gallery .smaller-images .smaller-images-inner {
  overflow-y: auto;
}
.component-image-gallery .smaller-images .smaller-image-content {
  /*background-size: cover;
  background-position: center;*/
  height: 100px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.component-image-gallery .smaller-images .smaller-image-content .counter {
  top: 10px;
  right: 10px;
  font-size: 0.8em;
  display: none;
}
.component-image-gallery .smaller-images .smaller-image-content .enlarger {
  right: 10px;
  bottom: 10px;
  font-size: 0.8em;
  display: none;
}
.component-image-gallery .smaller-images .smaller-image-content img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.component-image-gallery .smaller-images .gallery-image-caption {
  display: none;
}

/* || Feed list */
.feed-list {
  /*margin-top: $component-gap;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-auto-columns: 1fr;

  a {
      text-decoration: none;
  }

  img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .feed-list-image {
      position: relative;
  }

  .feed-list-tag {
      position: absolute;
      left: 15px;
      bottom: 15px;
      border-radius: 25px;
      padding: 10px 20px;
      font-weight: bold;
  }

  .feed-list-item {
      display: flex;
      flex-direction: column;
      border-radius: 15px;
      overflow: hidden;
  }

  .feed-list-content {
      background-color: white;
      padding: 30px;
      height: 100%;
      box-sizing: border-box;

      h3 {
          margin: 0;
      }
  }*/
}

/* || Script */
.script-block-container {
  margin-top: 50px;
}

/* || Key numbers */
.component-key-numbers {
  color: white;
  margin-top: 50px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.component-key-numbers .key-numbers-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.component-key-numbers .key-numbers-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  gap: 30px;
  z-index: 100;
  position: relative;
}
.component-key-numbers .title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2.5em;
}
.component-key-numbers .text-content {
  max-width: 700px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.1em;
}
.component-key-numbers .key-numbers {
  display: flex;
  font-family: "Caveat";
  justify-content: center;
  align-items: center;
  width: 100%;
}
.component-key-numbers .key-numbers .key-number-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 0px;
}
.component-key-numbers .key-numbers .number {
  font-size: 6em;
  font-weight: bold;
}
.component-key-numbers .key-numbers .number-text {
  font-size: 3em;
}

/* || PDF Viewer */
.component-pdf-viewer {
  border-radius: 15px;
  color: #fff;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
  box-sizing: border-box;
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.component-pdf-viewer .left {
  /*flex: 1 0 60%;*/
  /*text-align: center;*/
  /*flex: 1;*/
  position: relative;
  float: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin: auto;
  padding-right: 30px;
  /*transform: translate(0, 50%);*/
}
.component-pdf-viewer .right {
  /*flex: 1 0 40%;*/
  /*flex: 1;*/
  text-align: center;
  float: right;
  width: 50%;
}
.component-pdf-viewer .title {
  margin-top: 0;
  font-size: 2.5em;
}
.component-pdf-viewer .text-content {
  font-size: 1.1em;
}
.component-pdf-viewer .pdf-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.component-pdf-viewer .pdf-files {
  display: flex;
  justify-content: center;
  position: relative;
  /*overflow-x: scroll;*/
}
.component-pdf-viewer .pdf-files .pdf-file {
  display: flex;
  /*flex: none;*/
  /*max-width: 80%;*/
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.component-pdf-viewer .pdf-files .pdf-file img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.component-pdf-viewer .pdf-files .pdf-file .btn {
  padding: 12px 24px;
}
.component-pdf-viewer .pdf-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  position: relative;
  bottom: 0;
  padding: 0 2em;
}
.component-pdf-viewer .pdf-dots .pdf-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.component-pdf-viewer .pdf-dots .pdf-dot.active {
  background-color: #fff;
}
.component-pdf-viewer.multiple-pdf {
  padding-right: 0;
}
.component-pdf-viewer.multiple-pdf .pdf-files {
  justify-content: start;
  overflow-x: scroll;
  gap: 30px;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: grab;
  padding-right: 60px;
}
.component-pdf-viewer.multiple-pdf .pdf-files::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.component-pdf-viewer.multiple-pdf .pdf-file {
  flex: none;
}
.component-pdf-viewer .pdf-view-icon-image {
  width: 180px;
  height: 240px;
  background-color: white;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-pdf-viewer .pdf-view-icon-image .icon-file-pdf {
  margin: 0;
  color: red;
  font-size: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-pdf-viewer .pdf-caption {
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-width: 200px;
}
.component-pdf-viewer .splide__track {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.component-pdf-viewer .splide__pagination__page {
  background: transparent;
  border: 1px solid white;
  opacity: 1;
}
.component-pdf-viewer .splide__arrows {
  position: relative;
}
.component-pdf-viewer .splide__arrows .splide__arrow {
  position: relative;
  top: 0;
  transform: translate(0px, 2px);
  border-radius: 0;
  background: none;
  font-size: 1em;
  color: white;
  display: inline;
  opacity: 1;
}
.component-pdf-viewer .splide__arrows .splide__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.component-pdf-viewer .splide__arrows .splide__arrow span {
  margin-right: 0;
}
.component-pdf-viewer .pdf-image {
  background-size: cover;
  background-position: center;
  max-width: 250px;
  width: 100%;
  height: 350px;
  border-radius: 15px;
}
.component-pdf-viewer .splide__list {
  gap: 20px;
}
.component-pdf-viewer .splide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.component-pdf-viewer .splide__slide:not(.is-active) {
  opacity: 0.5;
}
.component-pdf-viewer .splide__slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 300px;
}
.component-pdf-viewer .splide__slide .btn {
  padding: 10px 20px;
}
.component-pdf-viewer.single-pdf .splide__list {
  justify-content: center;
}
.component-pdf-viewer.single-pdf .splide__list .splide__slide {
  opacity: 1;
}

/* || Employee Cards */
.component-employee-cards {
  margin-top: 50px;
}
.component-employee-cards .title {
  margin: 0;
  margin-bottom: 20px;
}
.component-employee-cards .employees {
  /*display: grid;*/
  display: flex;
  /*        grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;*/
  /*grid-column-gap: 16px;*/
  /*grid-row-gap: 16px;*/
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.component-employee-cards .employees.center {
  justify-content: center;
}
.component-employee-cards .employees .employee-item {
  /*padding: 10px;*/
  box-sizing: border-box;
  /*            background-color: $white-color;
  overflow: hidden;
  border-radius: $rounded-corners;*/
  flex: 0 0 25%;
  padding: 8px;
}
.component-employee-cards .employees .employee-item .employee-item-inner {
  background-color: #fff;
  overflow: hidden;
  border-radius: 15px;
}
.component-employee-cards .employees .employee-item .employee-item-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  word-break: break-word;
}
.component-employee-cards .employees .employee-item .employee-item-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}
.component-employee-cards .employees .employee-item .employee-item-name {
  margin: 0;
  line-height: 1.4;
  font-size: 1.2em;
}
.component-employee-cards .employees .employee-item .employee-item-phone, .component-employee-cards .employees .employee-item .employee-item-email {
  font-weight: bold;
  font-size: 1.1em;
}
.component-employee-cards .employees .employee-item .employee-item-phone a, .component-employee-cards .employees .employee-item .employee-item-email a {
  text-decoration: none;
}
.component-employee-cards .employees .employee-item .employee-image {
  max-height: 300px;
  overflow: hidden;
}
.component-employee-cards .employees .employee-item .employee-image.employee-icon {
  display: flex;
  align-items: end;
  height: 300px;
  background-color: #BACFE2;
  /*background-color: #BACFE2;
  font-size: 230px;
  height: 300px;

  .icon {
      color: white;
      display: flex;
      align-items: end;
      margin: 0;
      width: 100%;
      height: 100%;
      justify-content: center;

      &:before {
          margin-bottom: -14px;
      }
  }*/
}
.component-employee-cards .employees .employee-item img {
  width: 100%;
  height: auto;
}

/* || Feedback */
.component-feedback {
  background-color: white;
  border-radius: 15px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  /*color: $primary-color;*/
  gap: 30px;
}
.component-feedback .feedback-content-left {
  display: flex;
  align-items: center;
  gap: 30px;
  height: fit-content;
}
.component-feedback .feedback-title {
  font-size: 1.5em;
  font-weight: bold;
}
.component-feedback .thumbs-icons {
  display: flex;
  gap: 10px;
}
.component-feedback .thumbs-icons span {
  cursor: pointer;
  margin: 0;
  /*border: 1px solid $primary-color;*/
  padding: 12px 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  transition: 0.2s;
  border: 1px solid;
}
.component-feedback .thumbs-icons span.active, .component-feedback .thumbs-icons span:hover {
  /*background-color: $primary-color;*/
  color: white;
}
.component-feedback .feedback-form {
  margin-left: auto;
  display: none;
  max-width: 400px;
  width: 100%;
}
.component-feedback .feedback-form .umbraco-forms-container {
  width: 100%;
}
.component-feedback .feedback-form .umbraco-forms-form input, .component-feedback .feedback-form .umbraco-forms-form textarea {
  max-width: 400px;
  width: 100%;
  min-width: auto;
}
.component-feedback .feedback-form .btn {
  float: right;
  width: auto !important;
}

/* || Union teaser */
.union-teaser {
  margin-top: 50px;
  /*margin-bottom: $component-gap;*/
}
.union-teaser h2 {
  color: #005172;
  text-transform: uppercase;
  font-size: 2.5em;
  width: 100%;
  margin-top: 0;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.union-teaser .union-teaser-content {
  display: flex;
  gap: 40px;
  align-items: center;
}
.union-teaser .union-teaser-content .union-teaser-unions-list {
  display: flex;
  flex-wrap: wrap;
  flex: 50%;
  order: 2;
  align-items: center;
}
.union-teaser .union-teaser-content .union-teaser-unions-list .union-teaser-name {
  margin: 0 10px 10px 0;
  padding: 12px 25px;
  box-sizing: border-box;
  /*border: 1px solid $primary-color;*/
  border: 1px solid;
  /*color: $primary-color;*/
  border-radius: 50px;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.union-teaser .union-teaser-content .union-teaser-unions-list .union-teaser-name:hover, .union-teaser .union-teaser-content .union-teaser-unions-list .union-teaser-name.active {
  /*background-color: $primary-color;*/
  color: #fff;
}
.union-teaser .union-teaser-content .union-teaser-union-info-box {
  flex: 35%;
  width: 35%;
  order: 1;
  /*background-color: $primary-color;*/
  text-align: center;
  border-radius: 15px;
  color: white;
}
.union-teaser .union-teaser-content .union-teaser-union-info-box a {
  color: white;
}
.union-teaser .union-teaser-content .union-teaser-union-info-box .btn {
  padding-left: 25px;
  padding-right: 25px;
  font-weight: bold;
  font-size: 1.1em;
}
.union-teaser .union-teaser-content .union-teaser-union-info-box .union-teaser-union-info {
  display: none;
  flex-direction: column;
}
.union-teaser .union-teaser-content .union-teaser-union-info-box .union-teaser-union-info img {
  width: 100%;
  height: auto;
}
.union-teaser .union-teaser-content .union-teaser-union-info-box .union-teaser-union-info .union-teaser-union-image {
  /*                    height: 350px;
  overflow: hidden;*/
}
.union-teaser .union-teaser-content .union-teaser-union-info-box .union-teaser-union-info .union-teaser-union-image img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.union-teaser .union-teaser-content .union-teaser-union-info-box .union-teaser-union-info .union-teaser-info-button {
  /*float: left;*/
  /*width: 100%;*/
  /*padding: 15px;*/
  /*                    box-sizing: border-box;*/
  display: flex;
  justify-content: center;
}
.union-teaser .union-teaser-content .union-teaser-union-info-box .union-teaser-union-info.active {
  display: flex;
}
.union-teaser .union-teaser-content .union-teaser-union-info-box .union-teaser-union-info .union-teaser-union-info-content {
  padding: 20px;
}
.union-teaser .union-teaser-content .union-teaser-union-info-box .union-teaser-union-info h3 {
  font-size: 1.8em;
  text-transform: uppercase;
  margin: 0;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.page-feedback {
  margin-top: 50px;
}

/* || Expanded single teasers */
.expanded-single-teaser {
  flex: 1 1 0px;
  /*background-color: $primary-color;*/
  border-radius: 15px;
  padding: 25px;
  padding-top: 35px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  position: relative;
  display: flex;
  margin: 50px auto 0 auto;
  justify-content: center;
  max-width: 600px;
}
.expanded-single-teaser.white-theme {
  background-color: white;
  /*color: $primary-color;*/
}
.expanded-single-teaser.white-theme .icon {
  /*color: $primary-color !important;*/
}
.expanded-single-teaser.color-theme {
  /*background-color: $primary-color;*/
}
.expanded-single-teaser.color-theme .icon {
  color: white !important;
}
.expanded-single-teaser.transparent-theme {
  background-color: transparent;
  /*color: $primary-color;*/
}
.expanded-single-teaser.transparent-theme .icon {
  /*color: $primary-color !important;*/
}
.expanded-single-teaser.has-icon {
  padding-top: 50px;
  margin-top: 80px;
}
.expanded-single-teaser h3 {
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 0;
}
.expanded-single-teaser .expanded-single-teaser-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.expanded-single-teaser .expanded-single-teaser-icon {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}
.expanded-single-teaser .expanded-single-teaser-icon .icon-organic-circle {
  /*color: $tertiary-color;*/
  font-size: 5em;
}
.expanded-single-teaser .expanded-single-teaser-button {
  display: flex;
  margin-top: auto;
}
.expanded-single-teaser .expanded-single-teaser-button .btn {
  margin: auto;
}
.expanded-single-teaser .secondary-buttons-title {
  margin-bottom: 0px;
}

.expanded-single-teaser-secondary-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 40px;
  align-items: center;
  justify-content: center;
}
.expanded-single-teaser-secondary-buttons a {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  font-size: 0.8em;
  text-decoration: none;
}
.expanded-single-teaser-secondary-buttons:not(.white-theme):not(.transparent-theme) a {
  color: white;
  border-color: white;
}

/* || Single teaser w. icon */
.component-single-teaser-icon {
  border-radius: 15px;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  position: relative;
  display: flex;
  flex: 1 1 0px;
  flex-direction: column;
  /*margin-bottom: $component-gap;*/
  margin-top: 80px;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  gap: 20px;
}
.component-single-teaser-icon.white-theme {
  background-color: white;
}
.component-single-teaser-icon.color-theme .icon {
  color: white !important;
}
.component-single-teaser-icon.color-theme .transparent-btn {
  color: #fff;
  border-color: #fff;
}
.component-single-teaser-icon.transparent-theme {
  background-color: transparent;
}
.component-single-teaser-icon .title {
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 0px;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.component-single-teaser-icon .text {
  font-size: 1.1em;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.3;
}
.component-single-teaser-icon .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.component-single-teaser-icon .single-teaser-icon {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}
.component-single-teaser-icon .single-teaser-icon .icon-organic-circle {
  /*color: $tertiary-color;*/
  font-size: 5em;
}
.component-single-teaser-icon .person-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}
.component-single-teaser-icon .person-content > * {
  flex: 1 1 0;
}
.component-single-teaser-icon .person-content .person-content-image {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-single-teaser-icon .person-content img {
  width: auto;
  /*height: 100%;*/
  max-width: 100%;
  max-height: 180px;
  /*            width: -moz-fit-content;
  width: fit-content;*/
  border-radius: 15px;
}
.component-single-teaser-icon .person-content .person-content-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
  align-self: center;
}
.component-single-teaser-icon .person-content .person-content-text.text-center {
  text-align: center;
}
.component-single-teaser-icon .person-content .person-content-text .image-text {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.component-single-teaser-icon .person-content .person-content-text .image-name {
  font-weight: bold;
  font-size: 1.2em;
}
.component-single-teaser-icon .person-content .person-content-text .phone-number, .component-single-teaser-icon .person-content .person-content-text .email {
  font-weight: bold;
  position: relative;
}
.component-single-teaser-icon .person-content .person-content-text .phone-number.large a, .component-single-teaser-icon .person-content .person-content-text .email.large a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.7em;
}
.component-single-teaser-icon .person-content .person-content-text .phone-number.large .organic-circle, .component-single-teaser-icon .person-content .person-content-text .email.large .organic-circle {
  float: left;
  margin: 0;
  font-size: 0.6em;
  margin-right: 10px;
}
.component-single-teaser-icon .person-content .person-content-text .phone-number.large .overlay-icon, .component-single-teaser-icon .person-content .person-content-text .email.large .overlay-icon {
  color: white;
}
.component-single-teaser-icon .bottom-text {
  margin-top: 10px;
}
.component-single-teaser-icon .bottom-text h4 {
  margin: 0;
  margin-bottom: 10px;
}
.component-single-teaser-icon .bottom-text .bottom-text-content {
  font-style: italic;
}
.component-single-teaser-icon .organic-circle .overlay-icon {
  width: 50%;
  /*height: 50%;*/
}

/* || Page title */
.component-page-title-section {
  background-position: center;
}
.component-page-title-section .page-title-inner {
  padding: 90px 0 50px 0;
  box-sizing: border-box;
}
.component-page-title-section .page-title-title {
  /*color: $primary-color;*/
  position: relative;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.component-page-title-section .page-title-title.uppercase {
  text-transform: uppercase;
}
.component-page-title-section .page-title-title.underlined:after {
  content: "";
  /*background-color: $tertiary-color;*/
  position: absolute;
  height: 5px;
  width: 100px;
  bottom: -15px;
  left: 0px;
}
.component-page-title-section .text-before-title {
  font-family: "Caveat";
  /*color: $primary-color;*/
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 10px;
}
.component-page-title-section.no-image {
  background-image: none !important;
}
.component-page-title-section.no-image .page-title-inner {
  /*margin: 0;*/
  padding: 20px 0;
}

/* || Page sub title */
.component-page-sub-title-section {
  margin-top: 50px;
}
.component-page-sub-title-section .text-content {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5;
  margin: 0;
}
.component-page-sub-title-section .text-content p {
  margin: 0;
}
.component-page-sub-title-section .line {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  max-width: 200px;
  margin: auto;
  margin-top: 20px;
}

.underlined-header {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.underlined-header::after {
  content: "";
  width: 100%;
  max-width: 200px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  margin: auto;
  left: 0;
  right: 0;
}

/* || Embed */
.component-embed {
  margin-top: 50px;
}
.component-embed.centered {
  display: flex;
  justify-content: center;
}

/* || Table */
.table-block {
  max-width: 1200px;
  margin: auto;
  margin-top: 50px;
}
.table-block table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #BFD1DB;
  border-radius: 15px;
  border-spacing: 0;
  /*color: $primary-color;*/
  background: #D5E0E9;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}
.table-block table tr:nth-of-type(2n) {
  /*background: $secondary-color;*/
  background-color: rgba(0, 0, 0, 0.1);
}
.table-block table td {
  padding: 20px;
}

/* || Ferieberegner */
.ferieberegner {
  /* Firefox */
  /*    .vacation-year-end:nth-of-type(1) {
      border-top: 3px solid;
  }*/
}
.ferieberegner .month-value {
  /*text-transform: capitalize;*/
}
.ferieberegner input::-webkit-outer-spin-button,
.ferieberegner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ferieberegner input[type=number] {
  -moz-appearance: textfield;
}
.ferieberegner input {
  border-radius: 8px;
  padding: 10px;
  /* font-family: "Fira Sans", sans-serif; */
  font-size: 1em;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  max-width: 200px;
}
.ferieberegner .ferieberegner-table {
  border-collapse: collapse;
  overflow: visible;
}
.ferieberegner .ferieberegner-table thead {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.ferieberegner .ferieberegner-table tr, .ferieberegner .ferieberegner-table tr:nth-of-type(2n) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(167, 167, 167, 0.1);
}
.ferieberegner .ferieberegner-top-content {
  margin-bottom: 20px;
  hyphens: none;
}
.ferieberegner .icon-info {
  color: #ed5151;
}
.ferieberegner .ferieberegner-navigation {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
}
.ferieberegner .ferieberegner-navigation .previous, .ferieberegner .ferieberegner-navigation .next {
  cursor: pointer;
  display: flex;
}
.ferieberegner .ferieberegner-navigation .icon {
  margin: 0;
}
.ferieberegner tr:not(.vacation-year-end) {
  border-left: 4px dotted;
  border-right: 4px solid;
}
.ferieberegner .ferieberegner-year {
  position: relative;
}
.ferieberegner .vacation-year-end {
  border-right: 4px solid;
}
.ferieberegner .vacation-year-end:first-child, .ferieberegner :not(.vacation-year-end) + .vacation-year-end {
  border-top: 3px dotted;
}
.ferieberegner .ferieberegner-left-text, .ferieberegner .ferieberegner-right-text {
  position: absolute;
  /*position: fixed;*/
  text-orientation: sideways;
  writing-mode: vertical-lr;
  transform: scale(1);
  top: 40vh;
}
.ferieberegner .ferieberegner-left-text {
  left: -25px;
}
.ferieberegner .ferieberegner-right-text {
  right: -25px;
}

/* || Accordion */
.component-accordion-section {
  margin-top: 50px;
}
.component-accordion-section .title {
  text-transform: uppercase;
  font-size: 2em;
  margin-top: 0;
}
.component-accordion-section .accordion-items {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin: -10px;
  /*gap: 20px;*/
  /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
  /*grid-auto-rows: 1fr;*/
  /*grid-column-gap: 20px;
  grid-row-gap: 20px;*/
  /*grid-auto-columns: 1fr;*/
}
.component-accordion-section .accordion-item {
  flex: 0 1 50%;
  padding: 10px;
  box-sizing: border-box;
}
.component-accordion-section .accordion-item.single-row-item {
  flex: 0 1 100%;
}
.component-accordion-section .accordion-item .accordion-inner-item:not(.union-accordion-item-inner) {
  background-color: #fff;
  border-radius: 15px;
}
.component-accordion-section .accordion-item-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 1.2em;
}
.component-accordion-section .accordion-item-title .organic-circle {
  margin: 0;
  margin-left: auto;
  font-size: 16px;
}
.component-accordion-section .accordion-item-title .organic-circle-inner-icon {
  color: white;
}
.component-accordion-section .accordion-item-title h4 {
  margin: 0;
}
.component-accordion-section .accordion-item-content {
  display: none;
  padding: 20px;
  box-sizing: border-box;
}
.component-accordion-section .accordion-item-content img {
  width: 100%;
  height: auto;
}

/* || Union accordion */
.union-accordion-section {
  padding: 50px 0;
}
.union-accordion-section .title {
  color: #fff;
}
.union-accordion-section .union-accordion-item-inner {
  border-radius: 15px;
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: top 0px right 15px;
}
.union-accordion-section .accordion-item-content {
  flex-direction: column;
  gap: 20px;
}
.union-accordion-section .button {
  display: flex;
}
.union-accordion-section .icon {
  margin-right: 0;
  margin-left: 10px;
}

/* || Contact block */
.contact-block {
  max-width: 1000px;
  margin: 50px auto 0;
  border-radius: 15px;
  background-color: white;
  color: #004A6C;
  padding: 50px;
  box-sizing: border-box;
}
.contact-block h2 {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 2em;
  position: relative;
}
.contact-block h2:after {
  content: "";
  /*background-color: $tertiary-color;*/
  position: absolute;
  height: 5px;
  width: 50px;
  top: -15px;
  left: 0px;
}
.contact-block .contact-phone-number {
  font-weight: bold;
  font-size: 2rem;
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.contact-block .contact-phone-number a {
  text-decoration: none;
  /*color: $cta-color;*/
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-block .contact-phone-number a .organic-circle {
  /*height: 100%;*/
}
.contact-block .contact-phone-number a .organic-circle .icon-organic-circle {
  font-size: 1.2em;
}
.contact-block .contact-phone-number a .organic-circle .icon-organic-circle:before {
  display: flex;
}
.contact-block .contact-phone-number a .organic-circle .organic-circle-inner-icon {
  font-size: 0.5em;
  color: white;
}
.contact-block .contact-top-text {
  margin-bottom: 30px;
}
.contact-block .contact-call-me-button {
  margin-top: 20px;
  border: 1px solid;
}
.contact-block .contact-call-me {
  max-width: 400px;
  width: 100%;
}
.contact-block .call-us-content {
  max-width: 600px;
}
.contact-block .call-us-content .organic-circle {
  margin-left: auto;
  margin-right: initial;
  cursor: pointer;
}
.contact-block .call-us-content .organic-circle .organic-circle-inner-icon {
  color: #fff;
}
.contact-block .call-us-tab {
  display: flex;
  gap: 20px;
  /*.call-us-content, .call-us-image {
      flex: 1;
  }*/
}
.contact-block .call-us-tab .call-us-image img {
  /*width: auto;
  height: 100%;*/
  width: 100%;
  height: auto;
  /*max-height: 300px;*/
  border-radius: 15px;
  float: right;
}

.opening-hours .opening-hours-today {
  cursor: pointer;
}
.opening-hours .opening-hours-today [class^=icon] {
  margin-left: 5px;
}
.opening-hours .opening-hours-week {
  display: none;
}
.opening-hours .opening-hours-week > div {
  margin-top: 10px;
}

/* || Tabs */
.tabs .tab-links {
  display: flex;
  border-bottom: 3px solid #E0E8F0;
  align-items: center;
  /*border-bottom: 3px solid;*/
}
.tabs .tab-links .tab-link {
  cursor: pointer;
  padding: 10px 30px;
  /*color: $secondary-color;*/
  font-weight: bold;
  transition: all ease 0.3s;
  position: relative;
}
.tabs .tab-links .tab-link:after {
  transition: all 0.2s ease-in-out;
  will-change: transform, box-shadow, opacity;
  position: absolute;
  content: "";
  height: 3px;
  bottom: -3px;
  left: 0px;
  right: 0px;
  /*background: $primary-color;*/
  opacity: 0;
  transform: scale(0, 1);
}
.tabs .tab-links .tab-link.active {
  /*color: $primary-color;*/
}
.tabs .tab-links .tab-link.active:after {
  opacity: 1;
  transform: scale(1, 1);
}
.tabs .tab-content {
  margin-top: 30px;
}
.tabs .tab-content:not([data-tab="0"]) {
  display: none;
}

/* || Entrances: */
.component-entrances {
  margin-top: 50px;
}
.component-entrances .entrances {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.component-entrances .entrance-item {
  flex: 0 0 50%;
  padding: 10px;
  box-sizing: border-box;
}
.component-entrances .entrance-item .entrance-item-inner {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  text-decoration: none;
}
.component-entrances .entrance-item .top-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.component-entrances .entrance-item .title {
  margin: 0;
  text-transform: none;
  font-size: 1.3em;
}
.component-entrances .entrance-item .title.has-icon {
  left: 50px;
  position: relative;
}
.component-entrances .entrance-item .chevron {
  margin-left: auto;
  margin-right: 0 !important;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.component-entrances .entrance-item .organic-circle-1 {
  position: absolute;
  margin: 0;
}
.component-entrances .entrance-item .organic-circle-1 .overlay-image {
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.component-entrances .entrance-item .organic-circle-1 .overlay-image img {
  margin: 0;
}
.component-entrances .entrance-item .description {
  margin-top: 15px;
}

.progress-tracker-area {
  position: relative;
  display: flex;
  align-items: center;
}

.progress-tracker {
  /*position: absolute;*/
  position: inherit;
  width: 50px;
  height: 50px;
  user-select: none;
  box-sizing: border-box;
  flex-shrink: 0;
}
.progress-tracker .tracker-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
  box-sizing: border-box;
  border-color: #B3C9D3;
}
.progress-tracker .circle-holder-one {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 50%;
  height: 50%;
  background: transparent;
  box-sizing: border-box;
}
.progress-tracker .circle-holder-two {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
  box-sizing: border-box;
}
.progress-tracker .circle {
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
  box-sizing: border-box;
}
.progress-tracker .animate-0-25-a {
  transform: rotate(90deg);
  transform-origin: 100% 100%;
}
.progress-tracker .animate-0-25-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.progress-tracker .animate-25-50-a {
  transform: rotate(180deg);
  transform-origin: 100% 100%;
}
.progress-tracker .animate-25-50-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.progress-tracker .animate-50-75-a {
  transform: rotate(270deg);
  transform-origin: 100% 100%;
}
.progress-tracker .animate-50-75-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.progress-tracker .animate-75-100-a {
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}
.progress-tracker .animate-75-100-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.progress-tracker .text {
  text-align: center;
  padding-top: 30%;
  font-size: 12px;
  font-weight: bold;
}

/* || Form elements: */
.umbraco-forms-form .umbraco-forms-fieldset, .form .umbraco-forms-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.umbraco-forms-form .umbraco-forms-fieldset .row-fluid, .form .umbraco-forms-fieldset .row-fluid {
  display: flex;
  gap: 20px;
  align-items: end;
}
.umbraco-forms-form .umbraco-forms-container, .form .umbraco-forms-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
  float: left;
  width: 100%;
  /*&:first-child:not(.col-md-6) {
      padding-top: 0;
  }*/
  padding-top: 0;
  /*        &:first-child {
      padding-top: 0;
  }*/
}
.umbraco-forms-form .umbraco-forms-container h3, .umbraco-forms-form .umbraco-forms-container h4, .umbraco-forms-form .umbraco-forms-container h5, .form .umbraco-forms-container h3, .form .umbraco-forms-container h4, .form .umbraco-forms-container h5 {
  margin: 0;
}
.umbraco-forms-form .progress-tracker-page-names, .form .progress-tracker-page-names {
  display: flex;
  align-items: center;
  width: 100%;
}
.umbraco-forms-form .umbraco-forms-caption, .form .umbraco-forms-caption {
  font-size: 2em;
  text-transform: uppercase;
  margin: 0;
  margin-top: 30px;
}
.umbraco-forms-form .umbraco-forms-next-page-caption, .form .umbraco-forms-next-page-caption {
  margin: 0;
  margin-left: auto;
  font-weight: normal;
}
.umbraco-forms-form .calculator-value, .form .calculator-value {
  font-size: 2em;
}
.umbraco-forms-form .umbraco-forms-tooltip, .form .umbraco-forms-tooltip {
  font-size: 0.8em;
  margin-bottom: 20px;
}
.umbraco-forms-form select, .form select {
  width: 100%;
}
.umbraco-forms-form input, .umbraco-forms-form textarea, .umbraco-forms-form select, .form input, .form textarea, .form select {
  border-radius: 8px;
  /*border: 1px solid $primary-color;*/
  padding: 10px;
  /*font-family: "Fira Sans", sans-serif;*/
  font-size: 1em;
  /*color: $primary-color;*/
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
}
.umbraco-forms-form input:disabled, .umbraco-forms-form textarea:disabled, .umbraco-forms-form select:disabled, .form input:disabled, .form textarea:disabled, .form select:disabled {
  background-color: #F2F6F7;
  color: #85A8B9;
  border-color: #85A8B9;
}
.umbraco-forms-form input:disabled::placeholder, .umbraco-forms-form textarea:disabled::placeholder, .umbraco-forms-form select:disabled::placeholder, .form input:disabled::placeholder, .form textarea:disabled::placeholder, .form select:disabled::placeholder {
  color: #85A8B9;
  font-weight: bold;
}
.umbraco-forms-form input:focus-visible, .umbraco-forms-form textarea:focus-visible, .umbraco-forms-form select:focus-visible, .form input:focus-visible, .form textarea:focus-visible, .form select:focus-visible {
  outline: 0;
  /*outline-color: $primary-color;*/
}
.umbraco-forms-form input::placeholder, .umbraco-forms-form textarea::placeholder, .umbraco-forms-form select::placeholder, .form input::placeholder, .form textarea::placeholder, .form select::placeholder {
  /*color: #D9E4E9;*/
  color: #cad4d9;
}
.umbraco-forms-form input[type=file], .form input[type=file] {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 3px;
}
.umbraco-forms-form input[type=file]::file-selector-button, .form input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  /*font-family: "Fira Sans", sans-serif;*/
}
.umbraco-forms-form input[type=file]::file-selector-button:hover, .form input[type=file]::file-selector-button:hover {
  filter: brightness(110%);
}
.umbraco-forms-form .umbraco-forms-field-wrapper:has(.datepickerfield):before, .form .umbraco-forms-field-wrapper:has(.datepickerfield):before {
  content: "\eaee";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -5px;
}
.umbraco-forms-form .btn:not(.link-btn), .form .btn:not(.link-btn) {
  padding: 15px 30px;
}
.umbraco-forms-form .btn:not(.link-btn):not(.transparent-btn), .form .btn:not(.link-btn):not(.transparent-btn) {
  color: #fff;
  border: none;
}
.umbraco-forms-form .progress-tracker-area, .form .progress-tracker-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.umbraco-forms-form .progress-tracker-area .umbraco-forms-caption, .form .progress-tracker-area .umbraco-forms-caption {
  margin-top: 0;
}
.umbraco-forms-form .umbraco-forms-field, .form .umbraco-forms-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: normal;
}
.umbraco-forms-form .umbraco-forms-field.spambeskyttelse, .form .umbraco-forms-field.spambeskyttelse {
  gap: 0;
  margin-bottom: -20px;
}
.umbraco-forms-form .umbraco-forms-field .umbraco-forms-label, .form .umbraco-forms-field .umbraco-forms-label {
  font-weight: bold;
}
.umbraco-forms-form .umbraco-forms-field .umbraco-forms-indicator, .form .umbraco-forms-field .umbraco-forms-indicator {
  color: #D60829;
}
.umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper, .form .umbraco-forms-field .umbraco-forms-field-wrapper {
  display: flex;
  flex-direction: column;
  /*gap: 10px;*/
  position: relative;
  align-items: start;
}
.umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error, .form .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
  color: #D60829;
}
.umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper .input-validation-error, .form .umbraco-forms-field .umbraco-forms-field-wrapper .input-validation-error {
  border-color: #D60829;
  border-width: 2px;
  outline-color: #D60829;
}
.umbraco-forms-form .umbraco-forms-field.checkbox .umbraco-forms-label, .form .umbraco-forms-field.checkbox .umbraco-forms-label {
  font-weight: normal;
}
.umbraco-forms-form .shortanswer input, .form .shortanswer input {
  /*min-width: 250px;*/
}
.umbraco-forms-form textarea, .form textarea {
  min-width: 250px;
  min-height: 120px;
}
.umbraco-forms-form .umbraco-forms-navigation, .form .umbraco-forms-navigation {
  margin-top: 30px;
}
.umbraco-forms-form .umbraco-forms-navigation .col-md-12, .form .umbraco-forms-navigation .col-md-12 {
  display: flex;
  justify-content: space-between;
}
.umbraco-forms-form .umbraco-forms-navigation .col-md-12 .next, .umbraco-forms-form .umbraco-forms-navigation .col-md-12 .submit, .form .umbraco-forms-navigation .col-md-12 .next, .form .umbraco-forms-navigation .col-md-12 .submit {
  margin-left: auto;
}

.component-row-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /*margin-top: $component-gap;*/
  justify-content: center;
  align-items: start;
  margin-top: 50px;
}
.component-row-container > * {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 1;
}
.component-row-container.same-height-content {
  align-items: stretch;
}
.component-row-container.same-width-content > * {
  flex: 1 1 0;
  width: 0;
}
.component-row-container .component-single-teaser-icon {
  margin-top: 30px !important;
}
.component-row-container .expanded-single-teaser {
  max-width: 100%;
  padding: 50px;
}
.component-row-container .expanded-single-teaser.has-icon {
  margin-top: 30px !important;
}
.component-row-container .component-fact-box {
  margin-top: 40px !important;
}
.component-row-container .single-teaser-inner {
  margin: 0;
  max-width: 100%;
}
.component-row-container .component-accordion-section .accordion-item {
  flex: 0 1 100%;
}

/*.pika-single.is-hidden {
    display: block !important;

    left: 106px !important;
    position: absolute !important;
    top: 406px !important;
}*/
.pika-lendar {
  width: auto !important;
}
.pika-lendar .is-selected .pika-button {
  box-shadow: none !important;
}
.pika-lendar .pika-button {
  background: none;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
}
.pika-lendar .pika-table th, .pika-lendar .pika-table td {
  padding: 3px;
}

/* || Calendar List */
.calendar-list .page-title-inner {
  margin: 0;
}
.calendar-list .calendar-list-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 80%;
  margin: auto;
  margin-top: 50px;
}
.calendar-list .calendar-list-filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.calendar-list .calendar-list-filters .filter-inputs {
  display: flex;
  gap: 10px;
}
.calendar-list .calendar-list-filters .filter-inputs select {
  min-width: 250px;
}
.calendar-list .calendar-list-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  gap: 15px;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
.calendar-list .calendar-list-item .calendar-list-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.calendar-list .calendar-list-item .calendar-list-content > * {
  margin: 0;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.calendar-list .calendar-list-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  width: 55px;
  height: 55px;
  justify-content: center;
  min-width: 55px;
}
.calendar-list .calendar-list-date .day {
  font-size: 2em;
}
.calendar-list .filter-select, .calendar-list .filter-select-organizer {
  font-family: "Fira Sans", "Hind", "icomoon";
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  /*font-family: 'icomoon';*/
}

/* || Calenadar Event: */
.calendar-event-page, .min-side-aktiviteter-section {
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 20px;
}
.calendar-event-page h1, .min-side-aktiviteter-section h1 {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}
.calendar-event-page .event-signup-box, .min-side-aktiviteter-section .event-signup-box {
  background-color: white;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  margin-bottom: 50px;
}
.calendar-event-page .event-signup-box .btn, .min-side-aktiviteter-section .event-signup-box .btn {
  white-space: nowrap;
}
.calendar-event-page .aktiviteter-box, .min-side-aktiviteter-section .aktiviteter-box {
  margin-bottom: 20px;
}
.calendar-event-page .signup-info, .min-side-aktiviteter-section .signup-info {
  /*        display: flex;
  flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-auto-columns: 1fr;
  /*width: 60%;*/
}
.calendar-event-page .signup-info table tr, .min-side-aktiviteter-section .signup-info table tr {
  margin-bottom: 10px;
}
.calendar-event-page .signup-info table tr:last-child, .min-side-aktiviteter-section .signup-info table tr:last-child {
  margin-bottom: 0;
}
.calendar-event-page .signup-info .info-box, .min-side-aktiviteter-section .signup-info .info-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.calendar-event-page .signup-info .info-box.multiple-lines, .min-side-aktiviteter-section .signup-info .info-box.multiple-lines {
  flex-direction: column;
  gap: 5px;
}
.calendar-event-page .signup-info .info-box.multiple-lines > div, .min-side-aktiviteter-section .signup-info .info-box.multiple-lines > div {
  display: flex;
  gap: 10px;
}
.calendar-event-page .signup-info .info-box.multiple-lines > div .value, .min-side-aktiviteter-section .signup-info .info-box.multiple-lines > div .value {
  margin-left: auto;
}
.calendar-event-page .event-time, .min-side-aktiviteter-section .event-time {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.calendar-event-page .signup-button, .min-side-aktiviteter-section .signup-button {
  display: flex;
  margin-left: auto;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
.calendar-event-page .signup-button span, .min-side-aktiviteter-section .signup-button span {
  margin-right: 0;
  margin-left: 10px;
}
.calendar-event-page .event-text, .min-side-aktiviteter-section .event-text {
  width: 80%;
  margin: auto;
}
.calendar-event-page .event-content-blocks .container, .min-side-aktiviteter-section .event-content-blocks .container {
  margin-left: auto;
  margin-right: auto;
}

/* || Event signup page */
.event-signup-page .component-page-title-section .container {
  margin-left: 0;
  margin-right: 0;
}
.event-signup-page .event-signup-page-content {
  margin-bottom: 20px;
}
.event-signup-page .event-signup-page-content .container {
  margin-left: 0;
  margin-right: 0;
}
.event-signup-page .event-signup-form {
  max-width: 60%;
  margin: auto;
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  box-sizing: border-box;
}
.event-signup-page .event-signup-form form {
  max-width: 100%;
}
.event-signup-page .event-signup-form .umbraco-forms-page .umbraco-forms-container {
  width: 100%;
}
.event-signup-page .event-signup-form .umbraco-forms-page .umbraco-forms-container .checkbox {
  align-items: start;
}
.event-signup-page .event-signup-box {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  width: 80%;
  margin: 50px auto;
  position: relative;
}
.event-signup-page .event-signup-box .signup-info {
  /*display: grid;*/
  /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  /*grid-auto-columns: 1fr;*/
  display: flex;
  flex-direction: column;
}
.event-signup-page .event-signup-box .signup-info .info-box {
  /*display: flex;
  justify-content: space-between;*/
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-auto-columns: 1fr;
}
.event-signup-page .event-signup-box .signup-info .info-box.multiple-lines {
  flex-direction: column;
  gap: 5px;
}
.event-signup-page .event-signup-box .signup-info .info-box.multiple-lines > div {
  display: flex;
  gap: 10px;
}
.event-signup-page .event-signup-box .signup-info .info-box.multiple-lines > div .value {
  margin-left: auto;
}
.event-signup-page .event-signup-box .event-signup-icon {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  font-size: 2em;
}
.event-signup-page .event-signup-box .organic-circle-inner-icon {
  font-size: 0.7em;
}
.event-signup-page .event-signup-box .event-time {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* || Calendar teaser */
.component-calendar-teaser {
  margin-top: 50px;
}
.component-calendar-teaser .calendar-list-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}
.component-calendar-teaser .calendar-list-title {
  text-align: center;
}
.component-calendar-teaser .calendar-teaser-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* || Success message */
.signup-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
.signup-success h3 {
  font-size: 2em;
  margin-bottom: 0;
}
.signup-success p {
  margin-bottom: 0;
}
.signup-success .organic-circle {
  font-size: 2em;
}
.signup-success .icon-organic-circle {
  font-size: 2.5em;
}

/* || Video */
.component-video {
  position: relative;
  margin-top: 50px;
  /*    .video {
      width: 100%;
      height: auto;
      object-fit: cover;
  }*/
}
.component-video .play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 6em;
  cursor: pointer;
  color: white;
}
.component-video .play-button .icon-play {
  width: auto;
  height: auto;
  margin: auto;
  z-index: 100;
}
.component-video .video-media {
  position: relative;
}
.component-video .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  margin: 0px;
}
.component-video .video-container .video {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.component-video .video-container:has(iframe) {
  padding-top: 56.25%;
}
.component-video .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.component-video .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: rgb(0, 0, 0, 0.50);*/
  top: 0;
  left: 0;
  z-index: 10;
  background-position: center;
  background-size: cover;
}
.component-video .video-overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.component-video .video-text {
  margin-top: 15px;
  font-style: italic;
  font-size: 1.1em;
}

/* || Image */
.section-image {
  margin-top: 50px;
}
.section-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* || Maps */
.map {
  height: 500px;
  width: 100%;
  border-radius: 15px;
}

/* || Contact Form: */
.contact-block-form .umbraco-forms-caption {
  display: none;
}
.contact-block-form .umbraco-forms-container {
  width: 100%;
  float: left;
}
.contact-block-form .umbraco-forms-container input, .contact-block-form .umbraco-forms-container textarea {
  width: 100%;
}
.contact-block-form .form-submit-btn {
  margin-top: 20px;
}

.radio-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  row-gap: 10px;
  margin-top: 10px;
}
.radio-button-list label {
  padding: 12px 25px;
  border-radius: 40px;
  /*            border: 1px solid $primary-color;
      color: $primary-color;*/
  cursor: pointer;
  transition: 0.2s;
  margin: 0;
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.radio-button-list label:hover {
  /*background-color: $primary-color;*/
  color: white;
}
.radio-button-list input {
  display: none !important;
  /*
      &.input-validation-valid + label {
          border: 2px solid $error-red;
      }*/
}
.radio-button-list input:checked + label {
  /*background-color: $primary-color;*/
  color: #fff;
  display: block;
}

/* || Become member form and pricing calculator: */
.umbraco-forms-page.indmeldelse-form, .form-confirmation-page {
  position: relative;
  /*    .forms-multiplerenderinput {
      border: 0;
      padding: 0;

      legend {
          font-size: initial !important;
          text-transform: none !important;
          -webkit-hyphens: none !important;
          hyphens: none !important;
      }
  }*/
}
.umbraco-forms-page.indmeldelse-form .umbraco-forms-inner, .form-confirmation-page .umbraco-forms-inner {
  position: relative;
}
.umbraco-forms-page.indmeldelse-form:not(.is-first-page), .form-confirmation-page:not(.is-first-page) {
  width: 80%;
  margin: auto;
  margin-top: 50px;
}
.umbraco-forms-page.indmeldelse-form:not(.is-first-page) .umbraco-forms-fieldset, .form-confirmation-page:not(.is-first-page) .umbraco-forms-fieldset {
  /*margin-bottom: 30px;*/
}
.umbraco-forms-page.indmeldelse-form:not(.is-first-page) .umbraco-forms-fieldset legend, .form-confirmation-page:not(.is-first-page) .umbraco-forms-fieldset legend {
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.umbraco-forms-page.indmeldelse-form:not(.is-first-page) .umbraco-forms-inner, .form-confirmation-page:not(.is-first-page) .umbraco-forms-inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
.umbraco-forms-page.indmeldelse-form .singlechoice, .umbraco-forms-page.indmeldelse-form .multiplechoice, .umbraco-forms-page.indmeldelse-form .quizspørgsmål, .form-confirmation-page .singlechoice, .form-confirmation-page .multiplechoice, .form-confirmation-page .quizspørgsmål {
  gap: 20px;
}
.umbraco-forms-page.indmeldelse-form .shortanswer input, .umbraco-forms-page.indmeldelse-form input.datepickerfield, .form-confirmation-page .shortanswer input, .form-confirmation-page input.datepickerfield {
  width: 100%;
}
.umbraco-forms-page.indmeldelse-form .titleanddescription h2, .form-confirmation-page .titleanddescription h2 {
  text-transform: uppercase;
  font-size: 1.8em;
}
.umbraco-forms-page.indmeldelse-form .umbraco-forms-field .umbraco-forms-field-wrapper, .form-confirmation-page .umbraco-forms-field .umbraco-forms-field-wrapper {
  gap: 10px;
}
.umbraco-forms-page.indmeldelse-form textarea, .form-confirmation-page textarea {
  width: 100%;
}

.umbraco-forms-page.indmeldelse-form .forms-multiplerenderinput, .umbraco-forms-page .forms-multiplerenderinput {
  border: 0;
  padding: 0;
}
.umbraco-forms-page.indmeldelse-form .forms-multiplerenderinput legend, .umbraco-forms-page .forms-multiplerenderinput legend {
  font-size: initial !important;
  text-transform: none !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
}

.indmeldelse-model-errors {
  margin-bottom: 20px;
  display: flex;
  font-weight: bold;
  color: #ff3d3d;
}
.indmeldelse-model-errors ul {
  padding: 0;
  list-style: none;
}

.summary-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summary-item .summary-item-caption {
  font-weight: bold;
  margin-bottom: 5px;
}

.price-image {
  max-width: 300px;
  width: auto;
  height: auto;
  margin: auto;
}

.pricing-benefits {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  /*top: 100px;*/
  z-index: 1000;
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  max-width: 300px;
}
.pricing-benefits ul {
  margin-bottom: 0;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #e0e8f0 white;
  scrollbar-width: thin;
}
.pricing-benefits ul::-webkit-scrollbar {
  width: 10px;
  background-color: white;
}
.pricing-benefits ul::-webkit-scrollbar-thumb {
  background: #e0e8f0;
  border-radius: 5px;
}
.pricing-benefits ul li {
  margin-bottom: 15px;
  line-height: 1.5em;
  display: flex;
  align-items: start;
}
.pricing-benefits ul li:last-child {
  margin-bottom: 0;
}
.pricing-benefits ul li::before {
  position: relative;
}
.pricing-benefits h3 {
  text-transform: uppercase;
  margin-top: 0;
}

.open-modal {
  cursor: pointer;
}

a.open-modal {
  text-decoration: underline;
}

.modal {
  display: none;
  z-index: 9000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 15px;
}
.modal .organic-circle {
  margin: 0;
  margin-left: auto;
  cursor: pointer;
}
.modal .organic-circle .overlay-icon {
  color: #fff;
}
.modal form {
  max-width: 100%;
  padding: 10px;
}

.modal-shadow-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 8000;
  display: none;
}

.component-become-member .page-title-inner {
  margin: 0;
}

.become-member-call-me {
  /*   width: 80%;
     margin: auto;*/
}
.become-member-call-me input:not(input[type=submit]) {
  width: 100%;
}
.become-member-call-me .call-me-form-result {
  display: none;
}
.become-member-call-me .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  max-width: none;
  z-index: 100;
}
.become-member-call-me .close-modal .organic-circle-inner-icon {
  color: white;
}
.become-member-call-me .call-me-form-content {
  padding: 0;
}
.become-member-call-me .become-member-call-me-btn {
  display: flex;
  margin-left: auto;
}

.pricing-calculator {
  font-size: 40px;
  font-weight: bold;
}

.umbraco-forms-form .modified-next-button {
  margin-top: 35px;
  padding: 15px 60px;
}

.prisberegner label {
  font-family: "Caveat";
  font-size: 36px;
}

.field-contentpicker-content .container {
  margin-left: auto;
  margin-right: auto;
}

.form-confirmation-page {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}

/* || Responsive design */
@media (max-width: 1260px) {
  .container {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
  .container.wider-side-margin {
    margin-left: auto;
    margin-right: auto;
  }
  .news-article {
    margin-left: auto;
    margin-right: auto;
  }
  .component-single-teaser-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  .container.wider-side-margin {
    margin-left: 30px;
    margin-right: 30px;
  }
  .min-side-section {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .union-picker {
    margin-left: 30px;
    margin-right: 30px;
  }
  .component-employee-cards .employees {
    /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
  }
  .component-employee-cards .employees .employee-item {
    flex: 0 0 33%;
  }
  .pricing-benefits {
    position: relative;
    width: auto;
    max-width: 100%;
    top: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    max-height: 200px;
    overflow: scroll;
    /*        ul {
                max-height: 200px;
            }*/
  }
  .umbraco-forms-default form {
    max-width: 100%;
  }
  .news-article .news-article-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .union-picker .union-pickers {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .component-feedback {
    flex-direction: column;
  }
  .component-feedback .feedback-form {
    margin-left: 0;
  }
  .component-feedback .feedback-content-left {
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .sub-menu {
    max-width: 100%;
    padding: 30px 80px;
  }
  .search-area {
    max-width: 100%;
  }
  .component-fact-box {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
  .news-article-feedback {
    margin-left: 10px;
    margin-right: 10px;
  }
  .news-article-related-news .related-news-inner {
    margin-left: 10px;
    margin-right: 10px;
    grid-column-gap: 30px;
  }
  .news-article .component-fact-box {
    margin-left: auto;
    margin-right: auto;
  }
  .news-article-image-text {
    margin: 10px;
  }
  .news-article-media {
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
  }
  .calendar-event-page, .event-signup-page {
    width: auto;
  }
  .calendar-event-page h1, .event-signup-page h1 {
    width: 100%;
    text-align: left;
    font-size: 1.7em;
    margin-bottom: 30px;
  }
  .calendar-event-page .event-signup-box, .event-signup-page .event-signup-box {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
  }
  .calendar-event-page .event-signup-box .signup-info, .event-signup-page .event-signup-box .signup-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .calendar-event-page .signup-button, .event-signup-page .signup-button {
    margin-left: 0;
  }
  .component-single-teaser .single-teaser-inner {
    flex-direction: column;
  }
  .contact-block .call-us-tab {
    gap: 30px;
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 768px) {
  main.main-content-transparent-header:not(.has-warning-banner) {
    margin-top: 0 !important;
  }
  header.has-warning-banner.has-transparent-bar {
    top: 0;
  }
  .centered-logo {
    align-items: stretch;
  }
  .centered-logo .outer-nav {
    justify-content: center;
    filter: brightness(90%);
  }
  .btn {
    padding: 12px 25px;
  }
  .go-to-top-btn {
    bottom: 90px;
    right: 40px;
  }
  .loenberegner-section .umbraco-forms-fieldset .row-fluid, .fratraedelsesgodtgoerelse-section .umbraco-forms-fieldset .row-fluid {
    flex-direction: column;
  }
  .rte-content ul {
    text-align: left;
  }
  .rte-content .rte-table {
    overflow-x: scroll;
  }
  /*
  main.main-content-transparent-header {
      margin-top: 0;
  }*/
  .navigation-bar {
    padding: 5px 0;
  }
  footer {
    margin-top: 25px;
  }
  .container {
    margin-left: 30px;
    margin-right: 30px;
  }
  .navigation-bar .mobile-menu-min-side-button {
    display: block;
  }
  .top-menu-bar {
    display: none;
  }
  .top-menu-bar ul {
    justify-content: center;
  }
  .mobile-footer-menu {
    display: flex;
  }
  footer {
    margin-bottom: 61px;
  }
  footer .footer-inner-content > div {
    flex: 1 50%;
  }
  footer .union-picker .union-pickers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  footer .union-picker .union-pickers .union-picker-item {
    padding-top: 20%;
  }
  .umbraco-forms-form .umbraco-forms-fieldset .row-fluid {
    flex-wrap: wrap;
    gap: 0;
  }
  .umbraco-forms-form .progress-tracker-page-names {
    flex-direction: column;
    align-items: end;
    gap: 5px;
  }
  .umbraco-forms-form .umbraco-forms-next-page-caption {
    margin-left: 0;
  }
  .umbraco-forms-form .umbraco-forms-caption {
    font-size: 1.5em;
  }
  .umbraco-forms-page.indmeldelse-form:not(.is-first-page), .form-confirmation-page {
    width: 100%;
  }
  .become-member-call-me {
    width: 100%;
    margin-top: 20px;
  }
  .become-member-call-me .btn {
    padding: 15px 25px;
    margin-left: 0;
  }
  .component-feedback {
    flex-direction: column;
  }
  .component-feedback .feedback-title {
    font-size: 1.3em;
  }
  .component-feedback .feedback-form {
    max-width: 100%;
  }
  .component-feedback .feedback-form .umbraco-forms-form input, .component-feedback .feedback-form .umbraco-forms-form textarea {
    max-width: 100%;
  }
  .component-feedback .thumbs-icons {
    margin-left: auto;
  }
  .mobile-top-menu {
    display: block;
  }
  .navigation-bar-menu {
    display: none;
  }
  .navigation-bar {
    flex-direction: row;
  }
  .navigation-bar .navigation-bar-logo {
    margin: auto;
    height: 80px;
  }
  .navigation-bar .navigation-bar-logo img {
    max-width: 180px;
  }
  .contact-block {
    padding: 30px;
  }
  .contact-block .tab-links {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .contact-block .call-us-tab {
    flex-direction: column;
    gap: 20px;
  }
  .contact-block .call-us-tab .call-us-image img {
    float: left;
    width: 100%;
  }
  .contact-block .tab-links .tab-link {
    padding: 10px 10px;
    flex: 0 0 auto;
  }
  .contact-block .contact-phone-number {
    font-size: 1.5em;
  }
  .contact-block .contact-call-me {
    width: 70%;
  }
  .component-hero-section {
    /*min-height: 450px;*/
    margin-bottom: 20px;
  }
  .component-hero-section .hero-section-buttons {
    margin-top: 0;
  }
  .component-hero-section .title {
    font-size: 2em;
  }
  .component-hero-section .component-hero-section-content {
    padding-top: 140px;
    box-sizing: border-box;
  }
  .component-hero-section.curved-bottom {
    clip-path: ellipse(110% 95% at 37% 5%);
  }
  .testimonials-section .testimonial {
    flex-direction: column;
    justify-content: center;
  }
  .component-calendar-teaser .calendar-list-items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .union-teaser {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .union-teaser .union-teaser-content {
    flex-direction: column;
    height: auto !important;
  }
  .union-teaser .union-teaser-content .union-teaser-unions-list {
    order: 1;
  }
  .union-teaser .union-teaser-content .union-teaser-unions-list .union-teaser-name {
    padding: 15px 25px;
  }
  .union-teaser .union-teaser-content .union-teaser-union-info-box {
    width: 100%;
  }
  .union-teaser .union-teaser-content .union-teaser-union-info-box .union-teaser-union-info h3 {
    font-size: 1.5em;
  }
  .feed-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .component-row-container {
    /*        margin-top: $component-gap-mobile;
    margin-bottom: $component-gap-mobile;*/
  }
  .component-row-container .container {
    margin-left: 0;
    margin-right: 0;
  }
  .component-row-container > * {
    flex: 100% !important;
  }
  .event-signup-page .event-signup-form {
    max-width: 100%;
  }
  .expanded-single-teaser {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 25px !important;
    padding-top: 50px !important;
  }
  .expanded-single-teaser h3 {
    font-size: 1.5em;
  }
  .expanded-single-teaser.has-icon {
    margin-top: 50px;
  }
  .component-single-teaser-wimage {
    flex-direction: column;
  }
  .component-single-teaser-wimage .single-teaser-content h3 {
    font-size: 1.5em;
    text-align: center;
  }
  .component-single-teaser-wimage .single-teaser-content .single-teaser-description {
    margin: 20px 0;
    text-align: center;
  }
  .component-single-teaser-wimage .single-teaser-content .single-teaser-button {
    margin: 10px 0;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  .component-single-teaser-wimage .align-image {
    order: 0 !important;
  }
  .component-single-teaser, .component-union-picker {
    margin-top: 25px;
    /*margin-bottom: $component-gap-mobile;*/
  }
  .component-single-teaser .single-teaser-inner, .component-union-picker .single-teaser-inner {
    padding: 30px;
    flex-direction: column;
  }
  .component-single-teaser .title, .component-union-picker .title {
    font-size: 1.5em;
  }
  .component-single-teaser .single-teaser-content, .component-union-picker .single-teaser-content {
    font-size: 1em;
  }
  .component-single-teaser .single-teaser-second, .component-union-picker .single-teaser-second {
    align-items: start;
  }
  .component-single-teaser .single-teaser-buttons, .component-union-picker .single-teaser-buttons {
    justify-content: start;
    grid-row-gap: 8px;
  }
  .component-single-teaser-icon {
    /*margin-bottom: $component-gap-mobile;*/
    padding: 25px;
    padding-top: 50px;
  }
  .component-single-teaser-icon .person-content {
    flex-direction: column;
    gap: 20px;
  }
  .component-single-teaser-icon .person-content img {
    /*                width: -moz-fit-content;
                    width: fit-content;*/
    max-height: 300px;
  }
  .component-single-teaser-icon .person-content .person-content-text {
    text-align: center;
  }
  .component-single-teaser-icon .title {
    font-size: 1.5em;
  }
  .component-single-teaser-icon .buttons {
    flex-direction: column;
    align-items: center;
  }
  .component-single-teaser-icon.has-icon {
    margin-top: 50px;
  }
  .news-archive .news-archive-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 20px;
  }
  .news-archive .news-archive-list .news-archive-item {
    flex-direction: row;
    grid-column: 1;
  }
  .news-archive .news-archive-list .news-archive-item .news-item-image {
    padding: 15px;
    background-color: white;
    flex: 3;
  }
  .news-archive .news-archive-list .news-archive-item .news-item-image img {
    border-radius: 0;
  }
  .news-archive .news-archive-list .news-archive-item .news-item-image .news-topic-tag {
    display: none;
  }
  .news-archive .news-archive-list .news-archive-item .news-item-content {
    flex: 5;
    padding: 15px;
    position: relative;
  }
  .news-archive .news-archive-list .news-archive-item .news-item-content .news-topic-tag {
    display: block;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .news-archive .news-archive-list .news-archive-item .news-item-content h3 {
    font-size: 1.1em;
  }
  .news-archive:not(.news-archive-simple-layout) .news-archive-item-large {
    max-width: 100%;
    flex-direction: column;
    width: 100%;
  }
  .news-archive:not(.news-archive-simple-layout) .news-archive-item-large .news-item-image {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .news-archive:not(.news-archive-simple-layout) .news-archive-item-large .news-item-image .news-topic-tag {
    display: block;
    left: 30px;
    /*bottom: 30px;*/
  }
  .news-archive:not(.news-archive-simple-layout) .news-archive-item-large .news-item-content {
    width: 100%;
  }
  .news-archive:not(.news-archive-simple-layout) .news-archive-item-large .news-item-content .news-topic-tag {
    display: none;
  }
  .news-archive:not(.news-archive-simple-layout) .news-archive-item-large .news-item-content h3 {
    font-size: 1.5em;
  }
  .news-archive:not(.news-archive-simple-layout) .news-archive-single-teaser {
    grid-column: 1;
    max-width: 100%;
  }
  .news-archive:not(.news-archive-simple-layout) .news-archive-single-teaser > div {
    margin-left: 0;
    margin-right: 0;
  }
  .news-article .news-article-top-content, .news-article .news-article-content, .component-news-teaser .news-article-top-content, .component-news-teaser .news-article-content {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .news-article .news-article-top-content .news-title, .news-article .news-article-content .news-title, .component-news-teaser .news-article-top-content .news-title, .component-news-teaser .news-article-content .news-title {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .news-article .news-article-top-content .component-text-section, .news-article .news-article-content .component-text-section, .component-news-teaser .news-article-top-content .component-text-section, .component-news-teaser .news-article-content .component-text-section {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .news-article .news-article-content, .component-news-teaser .news-article-content {
    margin-top: 40px;
  }
  .news-article .news-article-content > *, .component-news-teaser .news-article-content > * {
    margin-top: 20px;
  }
  .news-article .news-article-bottom-content, .component-news-teaser .news-article-bottom-content {
    flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }
  .news-article .news-article-bottom-content .news-article-info-container, .component-news-teaser .news-article-bottom-content .news-article-info-container {
    flex-direction: row;
  }
  .news-article .divider, .component-news-teaser .divider {
    margin-top: 10px;
  }
  .news-article .news-article-related-news .related-news-inner, .component-news-teaser .news-article-related-news .related-news-inner {
    display: flex;
    overflow-x: scroll;
  }
  .news-article .news-article-related-news .related-news-inner .news-archive-item, .component-news-teaser .news-article-related-news .related-news-inner .news-archive-item {
    flex: none;
    max-width: 80%;
  }
  .news-article .component-fact-box, .component-news-teaser .component-fact-box {
    margin-left: auto;
    margin-right: auto;
  }
  .news-article .news-topic, .component-news-teaser .news-topic {
    margin-bottom: 15px;
  }
  .component-fact-box {
    padding: 30px;
    padding-bottom: 70px;
    margin-left: 30px;
    margin-right: 30px;
    /*.fact-box-content {
        -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0), transparent 30%);
        mask-image: linear-gradient(180deg, rgb(0, 0, 0), transparent 30%);
    }*/
  }
  .component-fact-box .fact-box-title {
    font-size: 1.7em;
    margin-top: 30px;
    align-self: center;
    text-align: center;
  }
  .component-fact-box .fact-box-inner {
    -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.2901960784) 100%);
    mask-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.2901960784) 100%);
  }
  .component-fact-box .fact-box-inner.opened {
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  .component-fact-box .cta-btn {
    align-self: center;
  }
  .component-fact-box.show-all {
    padding-bottom: 30px;
  }
  .component-quote-box .quote-content {
    font-size: 1.2em;
  }
  .usp-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .usp-block .row {
    /*grid-template-columns: repeat(1, minmax(0, 1fr));*/
  }
  .usp-block .row .usp-item {
    flex: auto;
  }
  .usp-block.vertical-mobile-design .usp-item {
    width: 100%;
  }
  .usp-block.horizontal-mobile-design .usp-block-content .row {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    /*.usp-item {
        flex: none;
        max-width: 80%;
        width: 100%;
    }*/
  }
  .component-news-teaser {
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
  }
  .component-news-teaser .title {
    text-align: center;
  }
  .component-news-teaser .news-teaser-button {
    display: flex;
    justify-content: center;
  }
  .component-news-teaser .related-news-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .component-minside-betalingsservice .betalingsservice-inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .row [class^=col] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .table-block {
    margin-bottom: 25px;
  }
  .component-union-picker .single-teaser-second {
    margin-left: 0;
  }
  .union-picker-overlay {
    align-items: start;
  }
  .union-picker-overlay .union-picker.has-overlay-text {
    flex-direction: column;
    gap: 20px;
  }
  .union-picker-overlay .union-pickers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .union-picker-overlay .title {
    margin: 0 0 1em 0;
  }
  .union-picker-overlay .union-picker-item {
    min-height: 120px;
  }
  .search-results-view .search-input-container {
    margin-left: 30px;
    margin-right: 30px;
  }
  .search-results-view .search-results-text {
    margin: 30px;
    width: auto;
  }
  .search-results-view .search .search-result-list .search-result-item, .search-results-view .search .search-result-list .component-union-picker {
    margin-left: 30px;
    margin-right: 30px;
  }
  .component-accordion-section .accordion-item {
    flex: 0 1 100%;
  }
  .component-image-gallery {
    margin-bottom: 25px;
  }
  .component-image-gallery .image-gallery {
    display: block;
  }
  .component-image-gallery .large-image {
    display: none;
  }
  .component-image-gallery .smaller-images {
    display: flex;
    overflow-x: scroll;
    grid-column-gap: 20px;
  }
  .component-image-gallery .smaller-images::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .component-image-gallery .smaller-images .gallery-image-caption {
    display: block;
    margin-top: 10px;
    font-style: italic;
  }
  .component-image-gallery .smaller-images .smaller-image {
    flex: none;
    max-width: 80%;
    width: 100%;
  }
  .component-image-gallery .smaller-images .smaller-image .smaller-image-content {
    height: 250px;
  }
  .component-image-gallery .smaller-images .smaller-image .counter, .component-image-gallery .smaller-images .smaller-image .enlarger {
    display: block;
  }
  .component-image-gallery .image-caption {
    display: none;
  }
  .component-entrances .entrance-item {
    flex: 0 0 100%;
  }
  .component-employee-cards .employees .employee-item {
    flex: 0 0 50%;
  }
  .component-employee-cards .employees .employee-item .employee-item-content {
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .component-employee-cards .employees .employee-item .employee-image {
    max-height: 300px;
  }
  .component-employee-cards .employees .employee-item .employee-item-email {
    font-size: 1em;
  }
  .min-side-section {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .min-side-section .min-side-content {
    gap: 40px;
  }
  .min-side-section .identity {
    flex-direction: column;
    align-items: start;
  }
  .min-side-section .identity .profile-circle {
    align-self: center;
    margin-left: 0;
    margin-top: 20px;
  }
  .min-side-stamdata-section {
    margin-top: 25px;
  }
  .min-side-stamdata-section .profile-boxes {
    columns: 1;
  }
  .component-key-numbers .key-numbers-inner {
    padding: 30px;
  }
  .component-key-numbers .title {
    font-size: 1.5em;
  }
  .component-key-numbers .key-numbers .number {
    font-size: 3em;
  }
  .component-key-numbers .key-numbers .number-text {
    font-size: 2em;
  }
  .component-pdf-viewer {
    margin-bottom: 25px;
    flex-direction: column;
    padding: 40px;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .component-pdf-viewer .title {
    font-size: 2em;
  }
  .component-pdf-viewer .left, .component-pdf-viewer .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .component-pdf-viewer .pdf-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .component-pdf-viewer.multiple-pdf {
    padding-right: 40px;
  }
  .component-pdf-viewer.single-pdf .text-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .umbraco-forms-form .shortanswer input, .form .shortanswer input, .umbraco-forms-form textarea, .form textarea {
    min-width: 100%;
  }
  .umbraco-forms-default form, .umbraco-forms-Standard form {
    max-width: 100%;
    /*padding: 0;*/
  }
  .title {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .breadcrumbs {
    padding: 20px 30px;
  }
  footer .footer-content {
    padding: 40px 20px;
  }
  footer .footer-address {
    flex: 1 100% !important;
    text-align: center;
    align-items: center !important;
  }
  footer .footer-address img {
    width: 60%;
  }
  footer .union-picker .union-pickers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .component-hero-section.curved-bottom {
    clip-path: ellipse(140% 95% at 37% 5%);
  }
  .component-hero-section.curved-bottom .component-hero-section-content {
    padding-bottom: 30px;
  }
  .feed-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .component-fact-box {
    /*margin-left: 0;
    margin-right: 0;*/
  }
  .component-key-numbers .key-numbers {
    gap: 10px;
    flex-direction: column;
  }
  .component-page-title-section .page-title-title {
    font-size: 2.5em;
  }
  .component-page-sub-title-section {
    margin-top: 25px;
  }
  .fratraedelsesgodtgoerelse-section .umbraco-forms-page, .loenberegner-section .umbraco-forms-page {
    width: auto;
  }
}
@media (max-width: 420px) {
  .component-employee-cards .employees .employee-item {
    flex: 0 0 100%;
  }
  .news-archive {
    margin-left: 20px;
    margin-right: 20px;
  }
  .news-archive .news-archive-list .news-archive-item .news-item-content {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
  }
  .news-archive .news-archive-list .news-archive-item .news-item-content h3 {
    margin: 0;
  }
  .news-archive .news-archive-list .news-archive-item .news-topic-tag {
    position: relative;
  }
  .news-archive .news-archive-list .news-archive-item-large .news-item-content {
    align-items: start;
  }
  .news-archive .news-archive-list .news-archive-item-large .news-topic-tag {
    position: absolute;
  }
  .news-archive .component-page-sub-title-section {
    margin-left: 0;
    margin-right: 0;
  }
}
.loading-spinner {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  /*    width: 48px;
  height: 48px;*/
  border: 5px solid;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  width: 100%;
  height: 100%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
