.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#f6f9f3;font-family:"Roboto", Sans-serif;overscroll-behavior:auto;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h3{color:var( --e-global-color-astglobalcolor0 );font-family:"Shrikhand", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Sæt en standard-vinkel på hver Image-widget inde i containeren */
.image-frame .e-con-inner > .elementor-widget-image,
.image-frame > .elementor-widget-image {
  --tilt: -2deg; /* fallback */
}

/* Unikke vinkler pr. billede (1–6) */
.image-frame .e-con-inner > .elementor-widget-image:nth-child(1),
.image-frame > .elementor-widget-image:nth-child(1) { --tilt: -6deg; }

.image-frame .e-con-inner > .elementor-widget-image:nth-child(2),
.image-frame > .elementor-widget-image:nth-child(2) { --tilt: 6deg; }

.image-frame .e-con-inner > .elementor-widget-image:nth-child(3),
.image-frame > .elementor-widget-image:nth-child(3) { --tilt: -4deg; }

.image-frame .e-con-inner > .elementor-widget-image:nth-child(4),
.image-frame > .elementor-widget-image:nth-child(4) { --tilt: 5deg; }

.image-frame .e-con-inner > .elementor-widget-image:nth-child(5),
.image-frame > .elementor-widget-image:nth-child(5) { --tilt: -3deg; }

.image-frame .e-con-inner > .elementor-widget-image:nth-child(6),
.image-frame > .elementor-widget-image:nth-child(6) { --tilt: 4deg; }

/* Brug vinklen på selve <img> */
.image-frame .elementor-widget-image img {
  transform: rotate(var(--tilt));
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}

/* Hover: ret op og hop op */
.image-frame .e-con-inner > .elementor-widget-image:hover img,
.image-frame > .elementor-widget-image:hover img {
  transform: rotate(0deg) translateY(-70px);
  box-shadow: 0 16px 28px rgba(0,0,0,.25);
  z-index: 1;
}/* End custom CSS */