/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Header */

.menu-title-text {
    text-transform: uppercase;
    color: #666666;
    font-size: 1rem;
}

h2 {
    color: #00509d;
    font-size: 2.5rem;
}

p {
    color: #5c7279;
    font-size: 1.2rem;
}

ul li {
    /* list-style: georgian; */
    list-style-position: outside;
    font-size: 1.2rem !important;
    line-height: 2rem;
}

.woocommerce-loop-product__title {
    text-align: center;
}

.product-wrap {
    border-bottom: 1px solid #acacac;
}

#intro h1 {
    display: inline-flex;
    background: #fff;
    color: #00509d;
    padding: 10px 40px;
}

#intro .wpb_text_column .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10%;
}

#intro .wpb_text_column .wpb_wrapper h1:nth-child(1) {
	margin-left: 15%;
}

#intro .wpb_text_column .wpb_wrapper h1:nth-child(2) {
	margin-left: 25%;
}

#intro-text .row-bg-wrap::before {
	content: '';
	width: 100%;
    height: 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAG1BMVEUAAAADAwQDAwQDAwQDAwQDAwQDAwQDAwQDAwTf1nG/AAAACXRSTlMABBgLBx8SDiW5p6I/AAAAOklEQVQ4y2PowAUYQnEBPDJKuABZMmm4AB6ZclwAj4wxLkCWjAsuQJaMIC5ANxncgBEXYBgFo2DIAgC9G35Gp9NRxAAAAABJRU5ErkJggg==);
    background-size: 50px 50px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
}

.ccb-box-radio label[data-v-20e88433]:has(input[type=radio]:checked) span {
	color: #fff !important;
}

#copyright {
    display: none !important;
}

#footer_1 a,
#footer_1 a:visited,
#footer_1 p,
#footer_2 a,
#footer_2 a:visited,
#footer_2 p,
#footer_3 a,
#footer_3 a:visited,
#footer_3 p {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
}

#footer_3 .copyspan {
    padding-right: 40px;
}
#footer_3 a {
    margin-right: 10px;
}

.footer-menu,
.footer-menu p {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
} 

.footer-menu a {
    min-width: 49%;
    margin-bottom: 12px;
}

#footer_1 img {
    max-height: 62px;
    width: auto;
}

#footer_1 .using-bg-color:first() {
    background: red url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAG1BMVEUAAAADAwQDAwQDAwQDAwQDAwQDAwQDAwQDAwTf1nG/AAAACXRSTlMABBgLBx8SDiW5p6I/AAAAOklEQVQ4y2PowAUYQnEBPDJKuABZMmm4AB6ZclwAj4wxLkCWjAsuQJaMIC5ANxncgBEXYBgFo2DIAgC9G35Gp9NRxAAAAABJRU5ErkJggg==) !important;
    background-size: 50px 50px;
    background-repeat: repeat-x;
    background-position: top left;
}

#footer_2 .row-bg-wrap::before {
    content: '';
    width: 100%;
    height: 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAG1BMVEUAAAADAwQDAwQDAwQDAwQDAwQDAwQDAwQDAwTf1nG/AAAACXRSTlMABBgLBx8SDiW5p6I/AAAAOklEQVQ4y2PowAUYQnEBPDJKuABZMmm4AB6ZclwAj4wxLkCWjAsuQJaMIC5ANxncgBEXYBgFo2DIAgC9G35Gp9NRxAAAAABJRU5ErkJggg==);
    background-size: 50px 50px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
}

/* Produktseite */

.ccb-header-title {
    color: #00509d !important;
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
}

.woocommerce div.product .summary p.price,
.theiaStickySidebar,
.product-meta .price,
.product-meta .product-add-to-cart,
.single-product .woocommerce-product-gallery__image:nth-child(1)  {
    display: none !important;
}

.ccb-vertical {
    max-width: 100% !important;
    padding: 0 !important;
}

.single-product .nectar-prod-wrap {
        display: flex;
        flex-direction: column;
}

.nectar-prod-wrap::after {
    content: "";
    width: 50%;
    border-bottom: 1px solid #acacac;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.ccb-block, .ccb-fields-wrapper, .ccb-subtotal-wrapper {
    border: 0 !important;
}


/* Kalkulator */
.half-width {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 10px; /* optionaler Abstand */
}


/* Mobil */

@media only screen and (max-width: 600px) {
  
    #footer-widgets {
        display: none;
    }

    #footer_1,
    #footer_2,
    #footer_3 {
        display: flex;
        text-align: center !important;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    #footer_1 a,
    #footer_1 a:visited,
    #footer_1 p,
    #footer_2 a,
    #footer_2 a:visited,
    #footer_2 p,
    #footer_3 a,
    #footer_3 a:visited,
    #footer_3 p {
        color: #fff;
        text-decoration: none;
        font-size: 1rem;
        display: unset;
    }

    #footer_3 .copyspan {
        padding-right: 0px;
    }
    #footer_3 a {
        margin-right: 0px;
    }

    #footer_1 * ,
    #footer_2 *,
    #footer_3 * {
        justify-content: center !important;
    }

    #footer_1 .wpb_wrapper p ,
    #footer_2 .wpb_wrapper p,
    #footer_3 .wpb_wrapper p,
    #footer_1 .wpb_text_column,
    #footer_2 .wpb_text_column,
    #footer_3 .wpb_text_column {
        text-align: center !important;
    }

    #footer_2 {
        display: none;
    }

    .footer-menu,
    .footer-menu p {
        display: flex;
        text-align: center !important;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .copy-text .wpb_wrapper,
    .copy-text .wpb_wrapper p {
        display: flex !important;
        text-align: center !important;
        flex-direction: column;
        align-content: center;
        align-items: center;
    } 

    .footer-menu a {
        min-width: unset;
        margin-bottom: 12px;

    }

    .footer-menu br {
        display: none;
    }

    #footer_1 img {
        max-height: 62px;
        width: auto;
    }

    .woocommerce div.product .single-product-main-image div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        padding: 0 5%;
    }

    .nectar-prod-wrap::after {
        display: none;
    }

    .wpb_text_column h1 {
        hyphens: auto;
    }

    #intro .wpb_text_column .wpb_wrapper h1:nth-child(1) {
        margin-left: 0;
            font-size: 1.7rem;
    }

    #intro .wpb_text_column .wpb_wrapper h1:nth-child(2) {
        margin-left: 0%;
            font-size: 1.7rem;
    }

}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.ccb-total-row,
.ccb-totals-list {
    display: none !important;
}

/* Shopanpassunge */

.wp-block-woocommerce-cart-order-summary-block,
.wc-block-cart-items__header-total,
.wc-block-cart-item__total,
.wp-block-woocommerce-cart-order-summary-heading-block,
.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-formatted-money-amount,
.wc-block-cart-item__prices,
.nectar-prod-wrap,
.wc-block-components-checkout-step__description,
.wp-block-woocommerce-checkout-order-note-block,
.woocommerce-mini-cart__total,
.woocommerce-Price-amount,
#header-outer .widget_shopping_cart .quantity, #header-outer .widget_shopping_cart .quantity span {
    display: none !important;
}

.weiter {
        width: 100%;
    border-radius: 10px;
    color: #fff;
}
