/*======================================
Theme Name: WordPress Child Theme Atomion
Theme URI: https://marketpress.de
Description: Das Atomion Child Theme
Version: 1.0
Author: MarketPress
Author URI: https://marketpress.de
Template: wordpress-theme-atomion
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
======================================*/

/* You can start adding your own styles here. Use !important to overwrite styles if needed. */


@font-face {
    font-family: 'Neutra Text';
    src: url('fonts/NeutrafaceText-Book.woff2') format('woff2'),
        url('fonts/NeutrafaceText-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Text';
    src: url('fonts/NeutrafaceText-Bold.woff2') format('woff2'),
        url('fonts/NeutrafaceText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Text';
    src: url('fonts/NeutrafaceText-BookItalic.woff2') format('woff2'),
        url('fonts/NeutrafaceText-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

*:not(.fa):not(.far):not(.fas):not(.fab):not(.fad):not(.fal) {
    font-family: 'Neutra Text' !important;
}

#masthead .main-navigation [id*=primary-menu]>li>a {
    font-weight: bold;
}
#footer-action-bar {
    background-color: #a3a1a8;
    border-top: 0;
    border-bottom: 0;
}

.atomion-bg-grey {
    background: #a3a1a8;
}
body {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.15px;
}

h1, h2, h3, h4, h5, #content .hero-slider-content span {
    letter-spacing: 1px;
}
b, strong {
    font-weight: bold;
}

[class^=wp-block-atomion-block-content-box] h1, main h1 {
    font-size: 32px;
}
[class^=wp-block-atomion-block-content-box] h2, main h2 {
    font-size: 28px;
}

[class^=wp-block-atomion-block-content-box] h3, main h3 {
    font-size: 20px;
}


/*Zitate CSS*/
blockquote p {
    line-height: normal;
    font-style: italic;
    color: #a3a1a8;
}

/*Anordnung Bild und Text Kombis mobil*/
@media screen and (max-width: 599px) {
    .wp-block-columns.has-2-columns.img-right .wp-block-column:nth-child(1) {
        order: 2;
    }
    .wp-block-columns.has-2-columns.img-right .wp-block-column:nth-child(2) {
        order: 1;
    }

    .has-text-align-right {
        text-align: left;
    }
    h1.has-text-align-right::after, h2.has-text-align-right::after, h3.has-text-align-right::after, h4.has-text-align-right::after {
        margin-right: auto;
        margin-left: 0;
    }

}

/*slider text hg*/
.slider-home .slick-list .slick-track .slick-slide:nth-child(1) .inner h3, .slider-home .slick-list .slick-track .slick-slide:nth-child(3) .inner h3 {
    /*background-color: rgba(255,255,255,0.7);*/

}

/*custom icons home footer*/
.icon-custom {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    background: url(img/icon-oekologisch.svg) center center no-repeat transparent;
    background-size: contain;
}

.icon-oekologisch {
    background-image: url(img/icon-oekologisch.svg);
}
.icon-handgemacht {
    background-image: url(img/icon-handgemacht.svg);
}
.icon-humusaufbau {
    background-image: url(img/icon-humusaufbau.svg);
}
.icon-regional {
    background-image: url(img/icon-regional.svg);
}


/*footer area*/
@media screen and (max-width: 1000px) {
    #main-footer .col-1-4 {
        width: 50%;
        flex-basis: 50%;
    }
}
@media screen and (max-width: 768px) {
    #main-footer .col-1-4 {
        width: 100%;
        flex-basis: 100%;
    }
}

/*shop anpassungen*/
.woocommerce small.b2b-rrp {
    border-color: #a3a1a8;
    color: #a3a1a8;
}
.woocommerce div.product small.b2b-rrp {
    margin-bottom: 10px;
}
.woocommerce div.product .product_title {
    margin-bottom: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    margin-bottom: 20px;
}
.wgm-info {
    line-height: normal;
    font-style: italic;
}
.shipping_de.shipping_de_string {
    margin-bottom: 0;
}
[class^=wp-block-woocommerce] .site-product-meta .woocommerce_de_versandkosten {
    margin-bottom: 0;
}
.woocommerce div.product p.price ins, .woocommerce ul.products li.product .price ins {
    color: #404040;
}
.woocommerce-checkout #b2b_role option[value]:not([value='1__customer']) {
    display: none;
}
#footer-action-bar .prev-next-nav:not(.overview):not(.tmp){
    display: none;   
}
.summary .bm-hidden-product {
    line-height: normal;
    font-size: 25px;
}


/*warenkorb button mobile direkt einblenden anstatt auf hover*/
@media screen and (max-width: 1000px) {
    #content .woocommerce li.product .product-image-wrapper a, .woocommerce li.product .product-image-wrapper a {
        display: block;
        margin-bottom: 0;
    }
    .atomion-product-lupe {
        display: none !important;
    }
}

/*filteranpassungen*/
.berocket_aapf_widget_selected_filter .braapf_unselect {
    color: #ffffff;
    background-color: #ff8c64;
    padding: 1px 5px;
    display: inline-block;
}
.berocket_aapf_widget_selected_filter .braapf_unselect i{
    margin-right: 5px;
}
.berocket_aapf_widget_selected_filter > div {
    float: left;
    width: 33.333%;
    padding-right: 15px;
}
@media screen and (max-width: 768px) {
    .berocket_aapf_widget_selected_filter > div {
        float: left;
        width: 50%;
        padding-right: 15px;
    }
}

.berocket_aapf_widget_selected_filter > ul {
    display: block;
    clear: both;
    float: none;
    padding-top: 10px;
}
.berocket_aapf_widget_selected_filter div li {
    display: inline-block;
    margin: 0 3px 3px 0 !important;
}
.berocket_element_above_products::after {
    content: "";
    display: block;
    clear: both;
    float: none;
}

.berocket_element_above_products > div > div {
    padding: 5px;
    background-color: #efefef;
}
.berocket_element_above_products > div > div h3 {
    margin-top: 0;
}
.bapf_sfilter .bapf_hascolarr {
	color: #000 !important;
}
#berocket-ajax-filters-sidebar .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head, .berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head {
	color: #000 !important;
}

/*registrierung anpassungen*/
.atomion-account input.input-text.custom, .atomion-account-page input.input-text.custom {
    padding: 0.5em 1em;
}


/*supersellser badges*/
.product-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    z-index: 50;
}
.product-badge img {
    width: 100%;
    height: auto;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper:after, .woocommerce-product-gallery .flex-viewport:after {
    content: "";
    width: 150px;
    height: 150px;
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background: center center no-repeat transparent;
    background-size: contain;
    z-index: 10;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper:after {
    display: none !important;
}



/*checkboxn und radio boxen*/
.widget .tagcloud a:hover, .woocommerce-checkout input[type='checkbox']:checked + label::before, .woocommerce-account input[type='checkbox']:checked + label::before, .woocommerce-cart input[type='radio']:checked + label::before, .woocommerce-checkout input[type='radio']:checked + label::before, .woocommerce-checkout label.checkbox input[type="checkbox"]:checked:before, .woocommerce-account label.checkbox input[type="checkbox"]:checked:before, .woocommerce-checkout label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked:before, .woocommerce-account label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked:before, #content .wp-block-atomion-block-hero-slider .slick-dots li.slick-active, span.cb-style.checked, input.cc_checkbox:checked + label::before {
    border-color: #ddd !important;
    background-image: url(img/icon-check.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}


/* Gutenberg Text Colors */
.has-orange-color {
	color: #FF8C64;
}

.has-gelb-color {
	color: #FFF587;
}

.has-grau-color {
	color: #A3A1A8;
}

.has-weiss-color {
	color: #ffffff;
}

.has-schwarz-color {
	color: #000000;
}
.has-rot-color {
	color: #FF665A;
}
.has-violett-color {
	color: #7D6B7D;
}

/* Gutenberg Background Colors */
.has-orange-background-color {
	background-color: #FF8C64;
}

.has-gelb-background-color {
	background-color: #FFF587;
}

.has-grau-background-color {
	background-color: #A3A1A8;
}

.has-weiss-background-color {
	background-color: #ffffff;
}
.has-schwarz-background-color {
	background-color: #000000;
}
.has-rot-background-color {
	background-color: #FF665A;
}
.has-violett-background-color {
	background-color: #7D6B7D;
}

/*streichpreis kat kennenlernpakete entfernen*/
.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce ul.products li.product .price del {
	display: none;
}


/*home produkte teaser falsche preise für händler ausblenden*/
body:not(.customer-groupid-2860):not(.customer-groupid-22):not(.customer-groupid-3935) div[data-block-name="woocommerce/handpicked-products"] .price, body:not(.customer-groupid-2860):not(.customer-groupid-22):not(.customer-groupid-3935) div[data-block-name="woocommerce/handpicked-products"] .wgm-info {
   display: none !important;
}


#desktop-navigation .account-item-menu {
	right: -40px;
}

/*Gutscheine*/
.voucher-image-options, .delivery-time-keine-lieferzeit-z-b-download {
	display: none;
}

/*Newsletter*/
.nlform {
	max-width: 555px;
}
.nl-form-row label, .nl-form-row input {
	display: block;
	width: 100%;
}

/*map*/
._brlbs-cb-googlemaps {
	text-align: center;
}
.maplink {
	border:0;
    display: flex !important;
	justify-content: center;
	flex-direction: column;
    background: url(img/icon-locationmarker.svg) center left no-repeat transparent;
    background-size: 17px;
	text-transform: none !important;
	padding-left: 20px;
}
.maplink span:after {
	display: inline-block;
	content: "|";
	padding: 0 0 0 10px;
}
#mobile-nav-action-bar .maplink {
	order: 4;
	background-position: center center;
	padding-left: 50px;
	background-size: 19px;
}
@media screen and (max-width: 1450px) {
	.maplink span {
		display: none;
	}
}
.haendlermap {
	border: 0;
}


.button.empty-cart, .button.go-shopping {
	margin-bottom: 10px !important;
	margin-left: 5px !important;
}
.buttonbreak {
	display: block;
	height: 10px;
}
@media screen and (max-width: 768px) {
	.buttonbreak { display: none;}
	.button.empty-cart, .button.go-shopping {
		text-align: center;
		margin-top: 10px !important;
		margin-left: 0 !important;
	}
}

.woocommerce-store-notice__dismiss-link {
	display: none;
}
.woocommerce-store-notice {
	padding: 10px 0 !important;
}



form.checkout_coupon.woocommerce-form-coupon {
	display:block !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
	display: none;
}


.wc_payment_method.payment_method_eps img {
    width: 40px;
    height: auto;
}


.outofstock .site-product-meta .woocommerce-loop-product__title:before {
    content: "(AUSVERKAUFT)" !important;
    display: block !important;
	color: #a3a1a8 !important;
	font-weight: normal !important;
}
