/**
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
*/
h1 {
	font-size:40px !important;
	font-weight:normal !important;
}
h1 em {
	font-size:26px !important;
	font-style:normal !important;
	font-weight:400 !important;
	line-height:1.3 !important;
}
h1 strong {
	font-weight:700 !important;
}
.home h1 {
	text-shadow: 0 0 10px rgba(0,0,0, .8);
}
.blog h1 {
	margin-top:60px;
	margin-bottom:-20px !important;
}
.entry-content h1 {
	margin-top:0 !important;
}
.archive .entry-title a {
	font-weight:normal !important;
}
.custom-headline::after {
    content: "";
    display: block;
    width: 85%; /* Set the line width */
    height: 1px; /* Line thickness */
    background-color: #8cbd0c; /* Line color */
    margin: 8px auto 0; /* Add spacing and center the line */
}
.custom-headline {
	width: auto !important;
    text-align: center; /* Center the text */
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.max-900 {
	max-width:900px;
}
#search-field {
  	margin-bottom: 20px;
}
.ast-separate-container.ast-blog-grid-4 .ast-archive-description {
    margin-bottom: 40px !important;
  }
body.archive .ast-archive-description {
	padding:0 !important;
}
.single.ast-page-builder-template .entry-header {
	display:none !important;
}
.produktgalerie .slick-dots {
	top:-80px !important;
	margin-bottom:0 !important;
}
.uagb-slick-carousel {
  margin-bottom: -66px !important;
}
.uagb-slick-carousel .slick-dots li {
	margin:0 4px !important;
}
.uagb-slick-carousel .slick-dots button {
	box-shadow:none !important;
}
.uagb-slick-carousel ul.slick-dots li button:before {
	font-size:45px !important;
	text-shadow: 0 0 10px rgb(0, 0, 0);
  	color: white !important;
}
.spectra-image-gallery__control-arrows.spectra-image-gallery__control-arrows--carousel.slick-next.slick-arrow,
.spectra-image-gallery__control-arrows.spectra-image-gallery__control-arrows--carousel.slick-prev.slick-arrow {
	background:#fff !important;
}
.spectra-image-gallery__control-arrows.spectra-image-gallery__control-arrows--carousel.slick-next.slick-arrow:hover,
.spectra-image-gallery__control-arrows.spectra-image-gallery__control-arrows--carousel.slick-prev.slick-arrow:hover,
.spectra-image-gallery__control-arrows.spectra-image-gallery__control-arrows--carousel.slick-next.slick-arrow:focus,
.spectra-image-gallery__control-arrows.spectra-image-gallery__control-arrows--carousel.slick-prev.slick-arrow:focus,
.spectra-image-gallery__control-arrows.spectra-image-gallery__control-arrows--carousel.slick-next.slick-arrow:active,
.spectra-image-gallery__control-arrows.spectra-image-gallery__control-arrows--carousel.slick-prev.slick-arrow:active {
	background:#f9f7f2 !important;
}
.wp-block-table table td:first-child, table th:first-child {
	width:200px;
}
.wp-block-table table {
	border:none !important;
}
.wp-block-table td,
.wp-block-table th {
	border-left:none !important;
	border-right:none !important;
	border-color:#CCC1A5 !important;
}
.wp-block-table thead {
	background:#EBE4D559;
	border-bottom:1px solid #CCC1A5 !important;
}
.wishlist-btn {
	margin-right:20px;
	background:#f6f3ed !important;
	color:#343434 !important;
	border:1px solid #CCC1A5;
}
.wishlist-btn:hover,
.wishlist-btn:focus {
	background:#CCC1A5 !important;
	color:#fff !important;
}
.wishlist-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 30px; /* Space between columns */
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}
.wishlist-posts li {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
  background-color: #f9f9f9;
  padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.wishlist-post-thumbnail {
    margin-bottom: 1.5em;
}
.wishlist-post-thumbnail img {
    max-width: 100%;
  	height: auto;
	margin-right:10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
}
.wishlist-posts a {
	padding:0 20px; 
    color:#343434;
	text-decoration: none !important;
}
.wishlist-title {
	margin-bottom:10px;	
}
.wishlist-title h3 {
	font-size: 20px !important;	
	margin-bottom: 0 !important;
}
.remove-from-wishlist {
    text-decoration: none !important;
	font-weight:bold;
	border:1px solid #343434;
	border-radius:3px;
	margin-bottom:20px;
	margin-top:15px;
}
.remove-from-wishlist:hover,
.remove-from-wishlist:focus {
	color:#8cbd0c;
	border-color:#8cbd0c;
}
.post-content > .read-more {
  	margin-bottom:0 !important;
}
/* CATEGORY GRID */
.custom-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: left;
}
.custom-category-item {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
	height: 100%;
	border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	opacity: 0;  /* Start as invisible */
    transform: translateY(20px); /* Start slightly below */
    animation: fadeUp 0.6s ease-out forwards;
}
.ast-blog-layout-4-grid .ast-article-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;	
}
.custom-category-item:nth-child(1) {
    animation-delay: 0s; /* First item */
}
.custom-category-item:nth-child(2) {
    animation-delay: 0.2s; /* Second item */
}
.custom-category-item:nth-child(3) {
    animation-delay: 0.4s; /* Third item */
}
.custom-category-item:nth-child(4) {
    animation-delay: 0.6s; /* Fourth item */
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(100px); /* Start below */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* End at normal position */
    }
}
.custom-category-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    flex-grow: 1;
	text-decoration: none !important;
}
.custom-category-item a:hover .custom-category-image img {
    transform: scale(1.1);
}
.custom-category-image {
    overflow: hidden; 
}
.custom-category-image img {
    width: 100%;
    height: auto;
	transition: transform 0.3s ease-in-out;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.custom-category-item span {
	padding:1.5em 20px 20px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-start;
    width: 100%;
}
.custom-category-item span button {
	transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
	margin-top:auto;
}
.custom-category-item a:hover button {
    background-color: #5c7d08 !important;
}
.custom-category-item h3 {
	font-size:20px !important;
	margin-bottom:0.6em !important;
}
.ast-grid-4 .post-content.ast-grid-common-col {
  	display: flex !important;
  	flex-direction: column !important;
	flex-grow: 1 !important;
	justify-content: space-between !important;
  	align-items: flex-start !important;
	width: 100% !important;
	height: 100%;
}
.ast-excerpt-container.ast-blog-single-element p {
	margin-bottom:1.6em !important;
}
.post-content > .read-more {
	margin-top: auto !important;
}
.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n),
.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1){
    padding: 0 15px 0 !important;
}
.whatsapp {
  	background: #57d163;
  	padding: 10px 20px;
  	border-radius: 3px;
  	color: white;
  	text-decoration: none !important;
  	font-size: 16px;
	margin-top:20px;
	font-weight: 500;
  	line-height: 1em;
	display:inline-block;
}
.whatsapp:hover,
.whatsapp:focus,
.whatsapp:active {
	background: #309139;
	color: white;
}
@media (min-width: 993px) {
  	.ast-separate-container #primary {
    	margin: 60px 0 !important;
  	}
}
@media (max-width: 921px) {
  	.ast-separate-container #primary {
    	margin: 60px 0 !important;
  	}
	h1 {
		font-size:32px !important;
	}	
	h1 em {
		font-size:22px !important;
	}
	.custom-category-grid,
	.wishlist-posts {
		grid-template-columns: repeat(2, 1fr);
	}

	.ast-blog-layout-4-grid .ast-row {
  		gap: 30px !important;
	}
	.ast-separate-container .ast-grid-md-1 .ast-article-post {
    	width: calc(50% - 15px) !important;
		margin-bottom:0 !important;
  	}
	.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n),
	.ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1){
		padding: 0 !important;
	}	
}
@media (max-width:781px) {
	.produktspalte .wp-block-column:first-of-type {
		order:2 !important;
	}
	.produktspalte .wp-block-column:last-of-type {
		order:1 !important;
	}	
}
@media (max-width:600px) {
	h1 {
		font-size:26px !important;
	}	
	h1 em {
		font-size:20px !important;
	}
	.custom-category-grid,
	.wishlist-posts {
		grid-template-columns: repeat(1, 1fr);
	}
	.ast-separate-container .ast-grid-md-1 .ast-article-post {
    	width: 100% !important;
  	}	
}
@media (max-width: 544px) {
  	.ast-separate-container #content .ast-container {
    	padding-left: 25px !important;
    	padding-right: 25px !important;
  	}
}