.elementor-kit-4{--e-global-color-primary:#E8F5E8;--e-global-color-secondary:#F4E4D6;--e-global-color-text:#000000;--e-global-color-accent:#FDBB30;--e-global-color-036490c:#2F3F2F;--e-global-color-5508107:#000000;--e-global-color-96ee464:#FFFFFF;--e-global-color-9ba2e6b:#FEFCF8;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-9ba2e6b );font-size:20px;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-accent );font-size:18px;text-transform:uppercase;color:var( --e-global-color-text );border-radius:99px 99px 99px 99px;padding:15px 30px 15px 30px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:var( --e-global-color-5508107 );color:var( --e-global-color-accent );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h1{font-size:80px;}.elementor-kit-4 h2{font-size:40px;}.elementor-kit-4 h3{font-size:35px;}.elementor-kit-4 h4{font-size:30px;}.elementor-kit-4 h5{font-size:25px;}.elementor-kit-4 h6{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-4{font-size:19px;}.elementor-kit-4 h1{font-size:60px;}.elementor-kit-4 h2{font-size:35px;}.elementor-kit-4 h3{font-size:32px;}.elementor-kit-4 h4{font-size:28px;}.elementor-kit-4 h5{font-size:23px;}.elementor-kit-4 h6{font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{font-size:18px;}.elementor-kit-4 h1{font-size:40px;}.elementor-kit-4 h2{font-size:30px;}.elementor-kit-4 h3{font-size:30px;}.elementor-kit-4 h4{font-size:26px;}.elementor-kit-4 h5{font-size:21px;}.elementor-kit-4 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Target the specific repeater container */
.hero-buttons-repeater .dce-acf-repeater {
    text-align: center;
}

/* Each button container in this specific repeater */
.hero-buttons-repeater .dce-acf-repeater > div {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

/* Add vertical spacing on mobile */
@media (max-width: 767px) {
    .hero-buttons-repeater .dce-acf-repeater > div {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
.elementor-element-01e1471 {
    transform: translateX(-50%);
}

.circular-image {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important; /* Prevents shrinking in flex containers */
  overflow: hidden !important;
  border-radius: 60px !important;
  display: block !important;
}

.circular-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* ======================================
   DOCUMENT DOWNLOADS SECTION STYLING
   ====================================== */

/* Main container styling */
.dokument-container .dce-acf-repeater {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Individual document item styling */
.dokument-item {
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
}

/* Document link styling */
.dokument-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    text-decoration: none;
    color: var(--e-global-color-text);
    transition: all 0.3s ease;
}

/* Hover effect for document name */
.dokument-link:hover .dokument-navn {
    text-decoration: underline;
}

/* Document name text styling */
.dokument-navn {
    font-weight: 500;
    margin: 0; /* Remove default margin from h4 */
    color: var(--e-global-color-text); /* Ensure text color is inherited */
}

/* Download icon container styling */
.dokument-ikon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG icon sizing */
.dokument-ikon svg {
    width: 100%;
    height: 100%;
}

/* SVG icon color */
.dokument-ikon svg path {
    fill: var(--e-global-color-text);
}

/* ======================================
   END DOCUMENT DOWNLOADS STYLING
   ====================================== */
   
   
/* ==========================================================================
   5. Links & Buttons
   ==========================================================================
   */   
/* Text content links */
.text-content a:not(.elementor-button-link) {
    position: relative;
    color: var(--e-global-color-text);
    text-decoration: none !important;
    font-weight: 500;
}

.text-content a:not(.elementor-button-link):after,
.text-content a:not(.elementor-button-link):before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: var(--e-global-color-text);
    transition: .5s width;
    width: 0;
}

.text-content a:not(.elementor-button-link):before {
    width: 100%;
    opacity: .3;
}

.text-content a:not(.elementor-button-link):hover:after {
    width: 100%;
}

/* Footer links */
.footer-content a:not(.elementor-button-link) {
    position: relative;
    color: var(--e-global-color-96ee464);
    text-decoration: none !important;
    font-weight: 500;
}

.footer-content a:not(.elementor-button-link):after,
.footer-content a:not(.elementor-button-link):before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: var(--e-global-color-96ee464);
    transition: .5s width;
    width: 0;
}

.footer-content a:not(.elementor-button-link):before {
    width: 100%;
    opacity: .3;
}

.footer-content a:not(.elementor-button-link):hover:after {
    width: 100%;
}/* End custom CSS */