
/**
 * WordPress Generated Classes
 * http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/* Alignment */
.alignnone {
    margin-left:0;
    margin-right:0;
    max-width:100%;
    height:auto;
}
  
.aligncenter {
    clear:both;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

@media (max-width:767px) {
    .alignleft {
        display:inline;
        margin-right:1.5em;
    }

    .alignright {
        display:inline;
        margin-left:1.5em;
    }
  
}

/* NAV */
.menu {
    max-height: 0; 
    overflow: hidden;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    padding: 0 10px;
    opacity: 0;
    transition: all 0.3s ease;
  }
  
  .menu a {
    text-decoration: none;
    color: #333;
    margin: 10px 0;
  }
  
  .menu.active {
    max-height: 500px;
    opacity: 1;
    padding: 10px;
  }
  

/* Captions */
.wp-caption {
    margin-bottom:1.5em;
    max-width:100%;
}

.wp-caption img[class*="wp-image-"] {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.wp-caption .wp-caption-text {
    margin:0.8075em 0;
}

.wp-caption-text {
    text-align:center;
}

/* Gallery */
.gallery {
    margin-bottom:1.5em;
}

.gallery-item {
    display:inline-block;
    text-align:center;
    vertical-align:top;
    width:100%;
}

.gallery-columns-2 .gallery-item {
    max-width:50%;
}

.gallery-columns-3 .gallery-item {
    max-width:33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width:25%;
}

.gallery-columns-5 .gallery-item {
    max-width:20%;
}

.gallery-columns-6 .gallery-item {
    max-width:16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width:14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width:12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width:11.11%;
}

.gallery-caption {
    display:block;
}

/* Text meant only for screen readers (from bootstrap sr-only) */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


@media (min-width: 767px) {
    .li-read-more[data-mobile-only="yes"] {
        display: none !important;
    }
    .li-read-more--content.mobile-only-yes {
        display: inline !important;
    }
}



/*Excample Icons LI with mask*/

.li-icon-container-wrapper {
    display: flex;
    flex-direction: row;
}


.li-icon-container {
    display: flex;
    flex-direction: row;
}

.li-rotation-left {
    transform: rotate(180deg);
}

.li-icon {
    display: flex;
    width: 20px;
    height: 30px;
    text-indent: -9999px;
    background-color: var(--e-global-color-primary);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}

.li-arrow {
    mask-image: url('/wp-content/themes/hello-child-libase__master/assets/icons/arrow.svg');
    -webkit-mask-image: url('/wp-content/themes/hello-child-libase__master/assets/icons/arrow.svg');
}


/* Header Basic Menu*/

[data-elementor-type="header"]  > #lkm-header {
    transition: background-color 300ms, padding-top 300ms;
    background-color: transparent;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

[data-elementor-type="header"]  > #lkm-header:not(.scrolled) {
    top: 32px !important;
    }  


[data-elementor-type="header"]  > #lkm-header.scrolled {
    background-color: #efeae17a;
    backdrop-filter: blur(10px);
    padding-bottom:10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    top:0;
    height: 120px;
}

/* Logo-Verkleinerung */
.scrolled > .elementor-element > #lkm-logo a > img {
    transform: scale(0.8);
    transition: transform 500ms;
}

@media (min-width:768px) and (max-width:1024px){
    [data-elementor-type="header"]  > .scrolled{
    position: fixed;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px !important;
    height: 100px !important;
    }
    }

@media (max-width:768px){
[data-elementor-type="header"]  > .scrolled{
position: fixed;
width: 390px;
margin-top: 0px;
margin-bottom: 0px;
top: 0px !important;
height: 150px !important;
}
}



#header-menu .li_nav #menu-main {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap:20px;
   align-items: stretch;
   align-self: stretch;
}

#header-menu .li_nav #menu-main li {
    display: flex;
    position: relative;

}

#header-menu .li_nav #menu-main li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:12px;
    padding-right: 12px;
    height: 34px;
    line-height: 1;
    position: relative;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 3px 3px 0px 0px var(--e-global-color-primary);

}

#header-menu .li_nav #menu-main li a:hover {
    background-color: var(--e-global-color-primary);
    color: #fff;
    box-shadow: 3px 3px 0px 0px #fff;

}

@media(max-width:768px){
   
    #header-menu .li_nav #menu-main {
        list-style: none;
        display: flex;
        flex-direction: row;
        padding:0;
        gap: 8px !important;
        align-items: flex-start;
        align-self: flex-start;
        justify-content: center;
        text-align: left;
       flex-wrap:wrap;
    } 
    #header-menu .li_nav #menu-main li a {
    font-size:14px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    }

    }

@media screen and (max-width: 1024px) {
    .li_nav #menu-main {
        display: flex;
        flex-direction: column;
        padding:0;
    }  
   
    .li_nav #menu-main li a {
    font-size: 18px;
    padding:5px;
  }
}

.li_nav #menu-main li a {
    position: relative;
}

.menu-button.active::after {
    content: " ";
    display: block;
    height: 22px;
    width: 22px;
    background: url(https://leukaemiehilfe.at/wp-content/uploads/hearth.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -4px;
    left: -5px;
    opacity: 0;
    transition: all 400ms;
    pointer-events: none;
}

.menu-button.active::after {
    opacity: 1;
}



#li-social a {
    box-shadow: 3px 3px 0px 0px var(--e-global-color-primary);
}
#li-social a:hover {
    box-shadow: 3px 3px 0px 0px #fff;

}

/* Default Footer Menu */


#li-footer .li_nav a{
    color:white;
    text-decoration: none;

}
#li-footer  .li_nav  ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    flex-direction: column;
    width: 100%;
    
}

#li-footer  .li_nav  ul li  {
    display: flex;
    flex-direction: row;
}

#li-footer  .li_nav  ul li a {
    display: flex;
    width: 100%;
    transition: padding 0.4s;
    line-height:30px;
}

#li-footer .li_nav  a:hover{
    padding-left: 10px;
    color:#fff;
}

#li-footer .li_nav  a::before {
    display: flex;
    width: 14px;
    height: 14px;
    content:"";
    margin-right: 10px;
    align-self: center;
    text-indent: -9999px;
    background-color: #fff;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-image: url('../icons/arrow.svg')

}


#li-footer .li_nav  a:hover::before {
    background-color: #fff;
} 


/*shortcode contacts im Footer*/
#li-contacts-footer {
    color:#fff;
}

@media(max-width:1024px) {
    #li-contacts-footer > .li_nav #menu-main{
       gap:0 !important;
    }
}



.lio figure:hover figcaption {
    opacity: 1;
    background: #fff;
}

@media(max-width:1024px){
    .lio figure figcaption {
        opacity: 1;
        background:#fff;
    }
}


.lio figcaption {
    display: block;
    background: #fff;
    opacity: 0;
    flex-direction: row;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.5s;
    width: 100%;
    max-width: none;         
    border-radius: 10px;
    z-index: 99999;
    position: absolute;
    top: 78%;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    border-style: solid;
    padding: 0;
    border: none;
    font-style: normal;
}

.lio figure {
    position: relative;
    width: fit-content;    
}

.lio figcaption::first-letter {
    color: #000;
    font-size: 16px;
    
}

.li_nav #menu-main li a::after {
	-webkit-animation: heartbeat 1.5s ease-in-out 2;
	        animation: heartbeat 1.5s ease-in-out 2;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-5-6 10:7:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
 @-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  
  .sharePost.shareContainer {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: 999;
}
.sharePost {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    position: absolute;
}

#shareBtn:hover + .sharePost {
    opacity: 1;
    visibility: visible;
}



.elementor-element-b050f2e > figure > figcaption {
        margin-top:50px !important;
    }
    
/* Facebook Feed */

.cff-load-icon{
    display:none !important;
}

#cff{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#cff.cff-masonry .cff-load-more {
    max-width:250px;
    transition: all 400ms !important;
}

#cff-load-more:hover{
transform: scale(1.05);
}

.cff-item{
    margin-left:0 !important;
}

