/**
Theme Name: BioEnergy - Astra Child Theme
Author: schwarzpunkt meier
Author URI: https://schwarzpunkt.ch
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-theme
Template: astra
*/

body {
	display: block;
}

/* Layout mit Randspalte */
@media (min-width: 922px) {
  .ast-right-sidebar #primary {
    border-right: 0px solid var(--ast-border-color);
  }
  
  .ast-right-sidebar #secondary {
    border-left: 0px solid var(--ast-border-color) !important;
    margin-left: 0 !important;
  }
}


/* Block Einstellungen - Bildabstände */
.entry-content[data-ast-blocks-layout] > figure {margin: 2rem 0}

/* Block Einstellungen - Headingabstände */
p + .wp-block-heading,
ul + .wp-block-heading ,
ol + .wp-block-heading {margin-top: 1.5em}

/* Block Einstellungen - Headingabstände */
.wp-block-post-title a {
	text-decoration: none !important;
}

.ast-plain-container #primary {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.wp-block-post-template.is-layout-grid .wp-block-post-featured-image {
}

.wp-block-post-template.is-layout-grid .wp-block-post-title {
	margin: 0.75rem 0 0.5rem !important;
	font-size: 1.25rem;
}

/* Block Einstellungen - Excerp-Abstände */
.wp-block-post-template.is-layout-grid .wp-block-post-excerpt__excerpt {
	margin: 0 !important;
}

.wp-block-post-template.is-layout-grid .wp-block-post-excerpt__more-text,
.wp-block-post-template.is-layout-grid .wp-block-post-excerpt {
	margin: 0.5rem 0 !important;
}

/* Mobile Service Navigation */
.ast-header-break-point .main-header-menu {background-color: transparent !important}
@media (max-width: 921px) {
	.ast-header-break-point .ast-builder-menu-3 {
		width: auto;
		min-width: 260px;
	}
	
	.ast-header-break-point .ast-builder-menu-3 ul .menu-item .menu-link {
		padding: 0 10px !important;
	}	
	
	.ast-header-break-point .ast-builder-menu-3 ul .menu-item.menu-item.menu-item-has-children .menu-link {
		padding-right: 20px !important;
	}	
	
	.ast-header-break-point .ast-builder-menu-3 + .widget-area {
		padding: 0;
	}
	
	.site-header-above-section-right {
		display: none;
	}
}

@media (min-width: 600px) {
	.ast-header-break-point .ast-builder-menu-3 ul .menu-item .menu-link {
		padding: 0 20px !important;
	}
	
	.ast-header-break-point .ast-builder-menu-3 + .widget-area {
		padding-left: 10px;
	}
}

/* Desktop Servicenavigation */
.ast-builder-menu-2 {
	padding-right: 0 !important;
}

/* Currency Switcher */
.currency-switcher-holder select {
	width: 72px;
	background-color: var( --ast-global-color-primary,--ast-global-color-4 ) !important;
	box-shadow: none !important;
	background-size: 16px !important;
}
@media (min-width: 922px) {
	.currency-switcher-holder select {
		background-size: 10px !important;
		width: 65px;
	}
}

/* Mobile Sprachnavigation */
.ast-builder-menu-3 .sub-menu .ast-icon.icon-arrow {display: none !important}

.ast-builder-menu-3 .ast-menu-toggle {
	box-shadow: none !important;
	outline: none !important;
}

.ast-builder-menu-3 .sub-menu .menu-link {
	padding: 0 20px !important;
}

/* Warenkorb-Icon */
.woocommerce .ast-header-woo-cart .ast-site-header-cart .ast-addon-cart-wrap, .ast-header-woo-cart .ast-site-header-cart .ast-addon-cart-wrap {
	margin-top: 4px !important;
}

/* Home Metaslider */
@media (min-width: 1201px) {
	.homeslidercontainer {padding-bottom: 60px !important}
}

/* Footer Nav List */
.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
	margin-bottom: 0 !important;
}

/* Newsletter-Form im Footer */
.site-footer .tnp-email {
	background-color: var(--ast-global-color-4 ) !important;
	border: 1px solid var(--ast-global-color-7 ) !important;
}

.site-footer .tnp-submit {
	padding: 5px 10px !important;
	background-color: #00249C !important;
}

.site-footer .tnp-submit:hover, .site-footer .tnp-submit:active, .site-footer .tnp-submit:focus,  {
	background-color: #1E42BA !important;
}


/* WooCommerce Kategorienarchiv */
.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	position: relative;
	text-align: left;
}

/* WooCommerce Kategorienarchiv Title */
.woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	bottom: 0;
	text-transform: none;
	font-size: 1.25rem;
	left: 0 !important;
}

/* WooCommerce Kategorienbild */
.woocommerce-js ul.products li.product.product-category a img {
	height: auto;
}

/* WooCommerce Shop-Seite */
.ast-archive-description {
	margin-bottom: 0 !important;
	border-bottom: 0;
}

/* Shop Toolbar Abstände */
.ast-header-break-point .ast-shop-toolbar-container,
.ast-header-break-point .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap {
	margin: 0;
}

/* Produktauflistung */
.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
	padding: 0 10px;
}

.woocommerce ul.products li.product.desktop-align-left,
.woocommerce-page ul.products li.product.desktop-align-left {
	background-color: 	var( --ast-global-color-4);
	border: 1px solid var( --ast-global-color-4);
}

.product p.wc-gzd-additional-info {
	padding: 0 10px;
	color: var(--ast-global-color-8);
}

.product p.wc-gzd-additional-info a {
	color: var(--ast-global-color-8) !important;
}

/* Suchseite */
.search {
	background-color: white;
}

.search .ast-archive-description {
	padding: 0 10px !important;
}

.search .site-main > section {
	padding: 30px 10px !important;
}

.search .ast-container section.ast-archive-description,
.search .no-results {
	text-align: left !important;
}
.search .search-form {
	margin: 60px 0 !important;
	max-width: 500px !important;
}

/* Cookie Richtlinien */
#cmplz-document {
	margin: 0;
	max-width: none !important;
	font-size: 1rem;
}
#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
	font-size: inherit;
}

/* Kategorienansicht Produkt -> Button ans Ende */
li.ast-grid-common-col.ast-article-post {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5rem !important;
}

li.ast-grid-common-col.ast-article-post .woocommerce-loop-product__title {
	margin-bottom: 0 !important;
}

li.ast-grid-common-col.ast-article-post .astra-shop-thumbnail-wrap {
    flex-shrink: 0;
}

li.ast-grid-common-col.ast-article-post .astra-shop-summary-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

li.ast-grid-common-col.ast-article-post .astra-shop-summary-wrap .button {
    margin-top: 0 !important;
    align-self: flex-start;
}

li.ast-grid-common-col.ast-article-post .astra-shop-summary-wrap .price {
	margin-top: auto !important;
	margin-bottom: 0.25em !important;
	font-weight: normal !important;
}

li.ast-grid-common-col.ast-article-post .astra-shop-summary-wrap .price * {
	font-weight: normal !important;	
}

/* Checkout-Seite, Order-Summary-Block */
.wp-block-woocommerce-checkout-order-summary-block {
	
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-details__name,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
	font-weight: normal !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
	font-weight: bold !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	border-bottom: 1px solid white;
	padding-bottom: 24px; 
	margin-bottom: 10px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item > * {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
	position: absolute;
	right: 15px;
	top: 20px;
}

.wc-block-components-order-summary-item:first-child .wc-block-components-order-summary-item__image {
	top: 5px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
	padding-right: 80px;
}

.wc-block-components-address-card,
.wc-block-components-radio-control__option,
#radio-control-wc-payment-method-options-bacs__content {
	font-size: 0.9em;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
	font-size: 0.9em;
}