/**
 * Blocks Style.
 */

 /* 
    == Button Block ==
 */
 
.wp-block-button.is-style-link .wp-block-button__link {
    background-color: transparent;
    color: #ED7218;
}

.wp-block-button.is-style-link .wp-block-button__link:hover {
    background-color: transparent;
    color: #026601;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    color: #ED7218;
    border: 1px solid #ED7218;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #ED7218;
    color: #fff;
	border-color: #ED7218 !important;
}

/* 
    == Kadence: Posts ==
 */

 .wp-block-kadence-posts.grid-cols.is-style-energieburcht, .is-style-energieburcht .grid-cols{
    column-gap: 1.5rem;
    row-gap: 1.5rem;
 }

 .wp-block-kadence-posts.is-style-energieburcht .kb-post-list-item, .is-style-energieburcht .loop-entry {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #efefef;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
 }

 .wp-block-kadence-posts.is-style-energieburcht .loop-entry .entry-content-wrap {
    padding: 1.5rem;
 }

 .is-style-energieburcht.wp-block-kadence-posts a.post-more-link {
    background-color: #ED7218;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.8rem;
    text-decoration: none;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 400;
    font-family: var(--wp--preset--font-family--system-sans);
    line-height: 1.5;
    letter-spacing: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
 }

  .is-style-energieburcht.wp-block-kadence-posts a.post-more-link:hover {
    background-color: #026601;
    color: #fff;
  }


  .is-style-energieburcht.wp-block-kadence-advancedgallery .kb-gallery-ul.kb-gallery-type-fluidcarousel .kt-blocks-carousel figure .kb-gal-image-radius img, .is-style-energieburcht .kb-gallery-main-contain.kb-gallery-type-fluidcarousel .kt-blocks-carousel .splide__list figure .kb-gal-image-radius img {
    height: auto !important;
    max-width: 120px !important;
  }

    .is-style-energieburcht.wp-block-kadence-advancedgallery .kb-gallery-ul.kb-gallery-type-fluidcarousel .kt-blocks-carousel figure .kb-gal-image-radius, .is-style-energieburcht .kb-gallery-main-contain.kb-gallery-type-fluidcarousel .kt-blocks-carousel .splide__list figure .kb-gal-image-radius img, .is-style-energieburcht .kb-gallery-main-contain.kb-gallery-type-fluidcarousel .kt-blocks-carousel .splide__list figure .kb-gal-image-radius {
        height: auto !important;
    }

   .is-style-energieburcht.wp-block-kadence-advancedgallery .kb-blocks-fluid-carousel:not(.splide-initialized):not(.tns-slider), .is-style-energieburcht.wp-block-kadence-advancedgallery .splide__list {
     align-items: center;
   }

   .wp-block-kadence-pane {
        border-radius: 6px;
        overflow: hidden;
    }






.wp-block-kadence-infobox.is-style-timeline {
    position: relative;
}

.wp-block-kadence-infobox.is-style-timeline:after {
    position: absolute;
    top: 50px;
    left: 25px;
    content: "";
    width: 1px;
    height: 100%;
    background: #ed7218;
    z-index: -1;
}



/* quote */
.wp-block-quote.is-style-special {
	position: relative;
}

/* Large decorative opening quote via pseudo-element */
.wp-block-quote.is-style-special::before {
	content: '\201C';
    position: absolute;
    top: -30px;
    left: 1rem;
    font-family: Georgia, serif;
    font-size: 10rem;
    line-height: 1;
    color: #ed7218;
    opacity: 0.15;
    pointer-events: none;
    user-select: none;
}

.is-style-eb-timeline .kt-row-column-wrap {
    position: relative;
}

.is-style-eb-timeline .kt-row-column-wrap:after {
    position: absolute;
    top: 29px;
    left: 0px;
    width: calc(100% - 240px);
    height: 2px;
    content: "";
    background: #056603;
    z-index: 1;
    margin-left: 120px;
    margin-right: 120px;
}

.is-style-eb-timeline .wp-block-kadence-column {
    z-index: 10;
    position: relative;
}

/* Iframe */
.is-style-full iframe {
    width: 100%;
    min-height: 450px;
    border-radius: 12px;
}

@media (max-width: 1024px){
	.is-style-eb-timeline .kt-row-column-wrap:after {
		top: 0 !important;
		left: 0 !important;
		width: 2px !important;
		height: calc(100% - 30px) !important;
		margin-left: 29px !important;
		margin-right: 0 !important;
	}
	
	.is-style-full iframe {
		min-height: auto !important;
	}
	
	.is-style-eb-timeline.wp-block-kadence-rowlayout .kt-blocks-info-box-link-wrap {
		align-items: flex-start !important;
	}
}


