.elementor-334 .elementor-element.elementor-element-414d273{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-334 .elementor-element.elementor-element-414d273:not(.elementor-motion-effects-element-type-background), .elementor-334 .elementor-element.elementor-element-414d273 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.melonweby.cz/wp-content/uploads/2025/08/Navrh-bez-nazvu-5-1.png");background-position:center center;background-repeat:repeat;background-size:cover;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-334 .elementor-element.elementor-element-81d5888 img{width:100%;}.elementor-334 .elementor-element.elementor-element-a2cec99{--display:flex;--min-height:500px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--z-index:999;}.elementor-334 .elementor-element.elementor-element-a2cec99:not(.elementor-motion-effects-element-type-background), .elementor-334 .elementor-element.elementor-element-a2cec99 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.melonweby.cz/wp-content/uploads/2025/08/Navrh-bez-nazvu-6.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-334 .elementor-element.elementor-element-e92c4c1 .elementor-heading-title{font-family:"nimbus", Sans-serif;font-size:40px;font-weight:600;color:#280E0E;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-334 .elementor-element.elementor-element-a2cec99{--width:50%;}}@media(max-width:767px){.elementor-334 .elementor-element.elementor-element-81d5888 img{width:100%;height:1px;}.elementor-334 .elementor-element.elementor-element-a2cec99:not(.elementor-motion-effects-element-type-background), .elementor-334 .elementor-element.elementor-element-a2cec99 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-113px 79px;background-size:595px auto;}.elementor-334 .elementor-element.elementor-element-a2cec99{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-334 .elementor-element.elementor-element-e92c4c1{text-align:center;}.elementor-334 .elementor-element.elementor-element-e92c4c1 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for image, class: .elementor-element-81d5888 */@keyframes moveAcross {
  0% {
    transform: translateX(0);   /* začíná na místě */
    opacity: 0.2;              /* poloprůhledný od začátku */
  }
  80% {
    transform: translateX(50%); /* pomalu se posouvá doprava */
    opacity: 0.2;              /* pořád viditelný */
  }
  100% {
    transform: translateX(100%); /* úplně vpravo */
    opacity: 0;                 /* zmizí */
  }
}

.moving-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  animation: moveAcross 60s linear forwards;
}/* End custom CSS */