.elementor-kit-7{--e-global-color-primary:#A01727;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#2C2C2C;--e-global-color-accent:#EBE6DE;--e-global-color-f7efbfd:#28231F;--e-global-color-182e79d:#F3F0EB;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:45px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:none;--e-global-typography-0ca2757-font-family:"Manrope";--e-global-typography-0ca2757-font-size:17px;--e-global-typography-0ca2757-font-weight:700;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-f7efbfd );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1440px){.elementor-kit-7{--e-global-typography-secondary-font-size:38px;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:50px;font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:34px;--e-global-typography-secondary-font-size:25px;--e-global-typography-0ca2757-font-size:15px;--e-global-typography-0ca2757-line-height:0em;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Dot på knap */
.cta-book {
  position: relative; /* Sikrer at pseudo-elementerne placeres korrekt */
}

.cta-book::before {
  content: '';
  position: absolute;
  top: -2px; 
  left: 10px;
  width: 12px; 
  height: 12px; 
  background-color: #EBE6DE; 
  border-radius: 50%; 
  animation: pulse-animation 2s infinite ease-in-out;
  z-index: 99;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(218, 169, 109, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(218, 169, 109, 0.2);
  }
}

/* Scroll menu */
 #scrollmenu {
      position: fixed;
      top: -10vh;       
      left: 0;
      width: 100%;
      height: 10vh;
      transition: top 0.6s ease-in-out;
      z-index: 999; 
    }
    
#scrollmenu.visible {
      top: 0;
    }
    
/* Seekings App galleri */
.subfolder-image-count {
    display: none;
}

.sag-gallery .sag-thumbnail .sag-image {
    border-radius: 1px;
}

.sag-subfolder-name {
    background-color: #F3F0EB;
    padding: 20px;
    color: #28231F;
    font-size: 14px;
}

h3.sag-gallery-name {
    font-weight: 700;
    color: #28231F;
}

.sag-button {
    background: white;
    box-shadow: none;
    border: 0px;
    text-decoration: underline;
}

@media only screen and (max-width: 668px) {
    .sag-subfolder-name {
        font-size: 13px;
    }
    
    .sag-subfolder-name {
        padding: 10px;
    }
}

/* Sløret knap - forside */
.blur-button {
  background-color: rgba(255, 255, 255, 0.2); /* Gennemsigtig baggrund */
  backdrop-filter: blur(8px); /* Slør effekten */
  -webkit-backdrop-filter: blur(8px); /* For Safari */
  border-radius: 100px;
  transition-duration: 0.4s;
}

.blur-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}/* End custom CSS */