.elementor-404 .elementor-element.elementor-element-3b4ef34c{--display:flex;--min-height:90vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-404 .elementor-element.elementor-element-8561ac1{--display:flex;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:4rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--z-index:22;}.elementor-404 .elementor-element.elementor-element-2e91bfd0 .elementor-heading-title{font-size:3.5em;color:var( --e-global-color-fd671cd );}.elementor-404 .elementor-element.elementor-element-1712d155{font-family:"Fraunces", Sans-serif;font-size:2em;font-weight:600;color:var( --e-global-color-fd671cd );}.elementor-404 .elementor-element.elementor-element-17ce5362 .elementor-button{background-color:var( --e-global-color-fd671cd );font-size:1.3em;text-shadow:0px 0px 0px rgba(0,0,0,0.3);fill:var( --e-global-color-520f5a6 );color:var( --e-global-color-520f5a6 );transition-duration:0.2s;}.elementor-404 .elementor-element.elementor-element-17ce5362 .elementor-button:hover, .elementor-404 .elementor-element.elementor-element-17ce5362 .elementor-button:focus{background-color:var( --e-global-color-6b23f78 );}@media(min-width:768px){.elementor-404 .elementor-element.elementor-element-3b4ef34c{--content-width:1560px;}.elementor-404 .elementor-element.elementor-element-8561ac1{--width:850px;}}@media(max-width:1024px){.elementor-404 .elementor-element.elementor-element-3b4ef34c{--min-height:65vh;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-404 .elementor-element.elementor-element-8561ac1{--margin-top:0rem;--margin-bottom:2rem;--margin-left:0rem;--margin-right:0rem;}}@media(max-width:767px){.elementor-404 .elementor-element.elementor-element-3b4ef34c{--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-404 .elementor-element.elementor-element-b26ee62{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for container, class: .elementor-element-8561ac1 */.elementor-404 .elementor-element.elementor-element-8561ac1 {max-width: 100%}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-b26ee62 *//* Entré-animation: Fra højre side */
@keyframes flyInFromRight {
    0% { transform: translate(30%, -50%); opacity: 0; }
    100% { transform: translate(0, -50%); opacity: 1; }
}

/* --- DESKTOP (1025px+) --- */
@media (min-width: 1025px) {
    .elementor-404 .elementor-element.elementor-element-b26ee62 {
        clip-path: url("#header-clip-path");
        -webkit-clip-path: url("#header-clip-path");
        position: absolute !important;
        width: 140vh !important; 
        height: 140vh !important;
        top: 50% !important;
        right: -10vh !important;
        left: auto !important;
        z-index: 2;
        animation: flyInFromRight 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }
}

/* --- TABLET (768px - 1024px) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-404 .elementor-element.elementor-element-b26ee62 {
        clip-path: url("#header-clip-path");
        -webkit-clip-path: url("#header-clip-path");
        position: absolute !important;
        width: 90vh !important; /* Lidt mindre end desktop, men stadig stor */
        height: 90vh !important;
        top: 50% !important;
        right: -10vh !important;
        left: auto !important;
        z-index: 2;
        animation: flyInFromRight 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    }
}

/* --- MOBIL (0px - 767px) --- */
@media (max-width: 767px) {
    .elementor-404 .elementor-element.elementor-element-b26ee62 {
        clip-path: url("#header-clip-path");
        -webkit-clip-path: url("#header-clip-path");
        position: relative !important;
        display: block !important;
        margin: 0 auto 30px auto !important;
        width: 85vw !important;
        height: 85vw !important;
        z-index: 2;
        top: 0 !important;
        right: 0 !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

.elementor-404 .elementor-element.elementor-element-b26ee62 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3b4ef34c */.elementor-404 .elementor-element.elementor-element-3b4ef34c {
  position: relative;
  overflow: hidden;
}/* End custom CSS */