/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/*
 * BASIC SETUP *
*/

/* Ensure text editor headings use the same font-family as the main global heading */
.elementor-widget-text-editor h1, h2, h3, h4, h5, h6 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}

.entry-content :where(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 0!important;
}


.ast-primary-header-bar:hover, .ast-above-header-bar:hover, .ast-below-header-bar:hover, .site-primary-footer-wrap.site-footer-focus-item:hover, .site-above-footer-wrap.site-footer-focus-item:hover, .site-below-footer-wrap.site-footer-focus-item:hover, .customizer-item-block-preview:hover {
    outline: 0!important;
}








/* astra sticky header */
header#masthead {
    position: sticky !important;
    top: 0 !important;
	transition: all 0.3s ease;
	z-index:999!important;
}

.site-primary-header-wrap {
    padding: 0 !important;
}

/* When sticky → apply color */
#masthead.is-sticky .main-header-bar {
    background-color: #7070704f !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05)!important;
    transition: all 0.3s ease;
	 backdrop-filter: blur(12px)!important;
}


/* logo defult padding */
.ast-site-identity {
	padding: 0em 0!important;
}


/* header menu btn */
.anfragen-btn a {
    background:#EE1E25 !important;
    color: #fff !important;
    border-radius: 2px;
    font-size: .85rem !important;
    letter-spacing: .08em !important;
    transition: background .2s !important;
}



.customize-call-to-action a{
    text-decoration: none!important;
}

/* to bottom color */
.customize-call-to-action .elementor-cta__bg-overlay {
    background: linear-gradient(
        to top,
        rgba(26, 26, 24, 0.95) 0%,
        rgba(26, 26, 24, 0.5) 40%,
        rgba(26, 26, 24, 0) 55%
    )!important;
}



.custom-icon-box:hover  .elementor-view-stacked .elementor-icon
    {
    background-color: #C9A96E!important;
    
    fill: var(--e-global-color-89d815d)!important;
}


.blur-col {
    background: hsla(0, 0%, 100%, .24);
    opacity: .95;
    border: 1px solid hsla(0, 0%, 100%, .13);
    backdrop-filter: blur(29px);
    border-radius: 24px;
    display: inline-block;
}



.image-carousel-autoplay .swiper-wrapper img {
    aspect-ratio: 3/2 !important;
    object-fit: cover !important;
}

.image-carousel-autoplay .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
  margin-bottom:25px;
}


.image-carousel-2 .swiper-wrapper img {
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
}


.border-style .elementor-divider-separator {
  height: 1px;
  background: linear-gradient(90deg, #C9A96E, transparent);
  opacity: 0;
  animation: expandW 0.8s ease 0.5s forwards;
  border: none !important;
}

@keyframes expandW {
  from { opacity: 0; }
  to { opacity: 1; }
}





/*
STARTED MEDIA QUERY
*/

@media(max-width:1024px){
.image-carousel-2 .swiper-wrapper img {
    height:100vh;
  }
}


@media (max-width: 921px) {
	/*menu btn*/
	.anfragen-btn a {
		background: transparent !important;
		color:inherit!important;
	}

    /* Menu item ANFRAGEN → 4th  */
    .anfragen-btn {
        order: 4!important;
    }

    /* Menu item TERRASSENÜBERDACHUNGEN → 5th */
    .terrassenuberdachungen-item {
        order: 5!important;
    }

}






@media(max-width:767px){
.image-carousel-2 .swiper-wrapper img {
    height:50vh;
    width:100%;
  }
}

@media(max-width:650px){
    .custom-col-grow {
--flex-grow: 1!important;
  }
}
