/*
 Theme Name:   OceanWP Child
 Description:  Child Theme des high-performance WP-Theme OceanWP
 Author:       Philipp Limbeck
 Author URI:   https://insyde.at/
 Template:     oceanwp
 Version:      1.0
 Text Domain:  oceanwp-child
*/

/* overwrite general settings of oceanwp for focus of links (black border) */
#main a:focus,
#site-header a:focus,
#footer a:focus {
    outline: 0px !important;
}


:root {
    --farbe-weiss: #ffffff;
    --farbe-schwarz: #000000;
    --farbe-dunkelrot: #77263B;
    --farbe-hintergrund-beige: #F0EFE9;
    --farbe-hintergrund-hellgrau: #E9E9E9;
}

.woocommerce-shop #content header ul.products{
	display: block;
}

.woocommerce-shop #content ul.products{
	display: none;
}

button.load-more-button.button{
	display: none;
}

#main div#startseite-header-mobil{
	display: none;
}

body.tax-product_cat ul.products {
    padding-top: 50px;
}

ul#menu-mobilemenue li.mobiles-menue-logo img.logo-menuepunkt {
    max-width: 200px;
    height: auto;
}

ul#menu-mobilemenue li.mobiles-menue-logo {
    background-color: var(--farbe-weiss);
    padding: 10px;
    margin-bottom: 30px;
}

ul#menu-mobilemenue li.mobiles-menue-jetztgestalten a {
    color: var(--farbe-dunkelrot);
    font-size: 26px;
    background-color: var(--farbe-hintergrund-beige);
    font-weight: bold;
    margin-top: 50px;
}

div#site-header-inner div#site-logo {
    margin-left: 10px;
}

li.menue-button-shop {
    list-style-type: none;
}

body.woocommerce-cart tr.cart_item td.product-thumbnail img.attachment-woocommerce_thumbnail {
    display: none;
}

body.woocommerce-cart tr.cart_item td.product-thumbnail img.lumise-cart-thumbnail {
    border: 0px;
}

li#lumise-design-undo {
    display: none !important;
}

div#zeile-akkordion-faq h2 {
    font-size: 22px;
}



/* Darstellung der verfügbaren Farben in Produkt-Detailansicht bzw. single-product B E G I N N */
body.archive div.produkt-farben,
section.related.products div.produkt-farben {
    max-width: 356px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 25px;
    min-height: 82px;
}

body.single-product div.produkt-farben {
    text-align: left;
}

.farben-kreise,
section.related.products .farben-kreise {
    display: flex;
    gap: 8px;
    margin-top: 5px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    /* Zentriert in beiden Fällen – kannst du bei Bedarf differenzieren */
}

#main .farbe-kreis {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

/* Größe in Produktdetailseite */
body.single-product .farbe-kreis,
section.related.products .farbe-kreis {
    width: 40px;
    height: 40px;
}

/* Größe im Produktarchiv */
body.archive .farbe-kreis,
body.post-type-archive .farbe-kreis,
body.woocommerce-shop .farbe-kreis,
section.related.products .farbe-kreis {
    width: 20px;
    height: 20px;
}

body.single-product .farben-kreise,
section.related.products .farben-kreise {
    justify-content: flex-start;
}

/*
body.archive ul.products li.type-product div.woo-entry-image img{
	max-height: 394px;
	width: auto;
}
*/
/* Darstellung der verfügbaren Farben in Produkt-Detailansicht bzw. single-product E N D E */



div.sektion-hintergrundfarbe-beige {
    background-color: var(--farbe-hintergrund-beige);
}

div#sektion-hintergrundbild-herstellung {
    background-image: url('/wp-content/uploads/2025/05/Shirtprofi-Herstellung-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 50px;
}

div#sektion-hintergrundbild-herstellung h2,
div#sektion-hintergrundbild-herstellung p {
    color: var(--farbe-weiss);
}

div#sektion-hintergrundbild-herstellung div.wpb_column {
    margin-top: 25px;
    margin-bottom: 25px;
}

#main p.ober-ueberschrift {
    font-weight: 600;
    font-size: 20px;
}

#main a.vc_btn3 {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    background-image: none;
}

#main div.button-rot a {
    background-color: var(--farbe-dunkelrot);
    color: var(--farbe-weiss);
    border: 1px solid var(--farbe-dunkelrot);
}

#main div.button-weiss a,
body.woocommerce #main li.product li.btn-wrap a.lumise-list-button:hover,
body.single-product div.product form.cart a.lumise-customize-button:hover {
    background-color: var(--farbe-weiss);
    color: var(--farbe-schwarz);
    border: 1px solid var(--farbe-schwarz);
}

li.menue-button-shop a,
body.woocommerce #main li.product li.btn-wrap a.lumise-list-button,
body.single-product div.product form.cart a.lumise-customize-button,
body.archive ul.products li.btn-wrap a.add_to_cart_button,
body.single-product div.product-type-simple form.cart button.single_add_to_cart_button,
body.woocommerce-cart div.wc-proceed-to-checkout a,
body.woocommerce-cart table.shop_table tbody button,
body.woocommerce-checkout div.form-row.place-order button.button,
body.single-product div.product div.variations_button button.button,
section.related.products li.btn-wrap.clr a.add_to_cart_button,
section.related.products li.btn-wrap.clr a.lumise-button {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    background-image: none;
    background-color: var(--farbe-dunkelrot);
    color: var(--farbe-weiss);
    border: 1px solid var(--farbe-dunkelrot);
    padding: 10px 20px;
}

body.single-product div.product div.quantity {
    margin-top: 6px;
}

body.woocommerce-cart table.shop_table tbody button {
    font-size: 14px;
}

body.woocommerce-checkout #main div.form-row.place-order button.button {
    font-size: 20px;
}

#content>article>div>div>div.cart-collaterals>div>table>tbody>tr.woocommerce-shipping-totals.shipping>td>form>a:hover {
    color: var(--farbe-dunkelrot);
}

div.vc_tta-tabs div.wpb_single_image img {
    max-width: 1200px;
    height: auto;
}

#main div.vc_tta-tabs li.vc_tta-tab a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    background-image: none;
    background-color: var(--farbe-dunkelrot);
    color: var(--farbe-weiss);
}

div#sektion-testimonials p {
    font-size: 18px;
}

div#sektion-testimonials p.sp-testimonial-client-name {
    font-size: 20px;
}


/* vor Meeting */
body.home #main div#sp-testimonial-free-529 span.swiper-pagination-bullet-active {
    background: var(--farbe-dunkelrot) !important;
}

body.home #main div#sp-testimonial-free-529 i.fa:hover,
body.home #main div#sp-testimonial-free-529 div.testimonial-nav-arrow:hover {
    background: var(--farbe-dunkelrot) !important;
    background-color: var(--farbe-dunkelrot) !important;
    border: 1px solid var(--farbe-dunkelrot) !important;
}

body.archive #main ul.products li.btn-wrap a.add_to_cart_button {
    background-color: var(--farbe-hintergrund-beige) !important;
    padding: 5px 10px;
    color: black;
    border: 1px solid black;
}

body.single-product div.woocommerce-tabs {
    display: none;
}

/* Beginn SHOP Archive */
body.archive li.product li.title h2 {
    margin-bottom: 0px;
}

body.archive ul.products li.product {
    margin-bottom: 3%;
}

section.related.products {
    text-align: center;
}

body.archive div.woo-entry-image.clr a img,
section.related.products div.woo-entry-image.clr a img {
    max-height: 310px;
    width: auto;
}

body.archive #main div.scroller-status {
    display: none !important;
}

/* Ende SHOP Archive */



/* Beginn Produkt-Detailansicht bzw. single-product */
body.single-product figure.woocommerce-product-gallery__wrapper>div {
    text-align: center;
}


body.single-product form.cart div.quantity{
	display: none;
}

body.single-product div.product_cat-werbemittel form.cart div.quantity {
    display: block;
}

/* Ende Produkt-Detailansicht bzw. single-product */



/* B E G I N N     K O N T A K T F O R M U L A R */
/* Optional: zentrierter, schmaler Formularbereich */
.wpcf7 form {
    max-width: 500px;
    /* z. B. 500px statt 600px */
    margin: 0 auto;
}

/* Layout für Felder */
.cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-col {
    flex: 1;
    min-width: 45%;
}

.cf7-col-full {
    flex: 1 0 100%;
}

/* Einheitliches Design */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
}

/* Submit-Button neutral */
.wpcf7 input[type="submit"] {
    background: #f0f0f0;
    color: #000;
    border: 1px solid #aaa;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
}



/* E N D E     K O N T A K T F O R M U L A R */





/* Beginn Footer */
footer#footer {
    background-color: var(--farbe-hintergrund-hellgrau);
}

footer#footer div#footer-logo img {
    max-height: 80px;
    width: auto;
    padding-top: 20px;
}

footer#footer div#footer-spalte-mitte div.wpb_wrapper,
footer#footer div#footer-spalte-rechts div.wpb_wrapper {
    margin-left: 25%;
}

footer#footer a {
    text-decoration: underline;
}



#main div.element-mobil {
    display: none;
}


@media all and (max-width: 797px) {
	
	  /* Nachstyling nach Updates am 12.11.2025 - Fabian */
    body.archive .oceanwp-row .span_1_of_4,
    section.related.products li.product {
        width: 100%;
    }
	
	#main div#startseite-header-desktop{
	display: none;
}
	#main div#startseite-header-mobil{
	display: block;
}
	
/* Wenn die Farben-Kreise zweizeilig sind */
.farben-kreise.farben-zweizeilig {
  
}

/* optional – nur wenn du sicherstellen willst, dass die Box nicht größer wird */
.produkt-farben {
  width: 100%;
  box-sizing: border-box;
}

	body.archive header.woocommerce-products-header h1{
		font-size: 34px;
	}
	
    div.order-1 {
        order: 1;
    }

    div.order-2 {
        order: 2;
    }

    div.leerbereich-mobil-ausblenden {
        display: none;
    }

    #main div#content-wrap {
        padding-bottom: 0px;
    }

    div.oceanwp-mobile-menu-icon {
        margin-right: 5%;
    }

    div#mobile-fullscreen div.close-icon-wrap {
        margin-top: 11px;
    }

    div#mobile-fullscreen div.close-icon-wrap div.close-icon-inner,
    div#mobile-fullscreen div.close-icon-wrap div.close-icon-inner:after {
        width: 25px;
    }

    footer#footer div#footer-inner div#footer-logo {
        text-align: center;
    }

    #main div.element-mobil {
        display: block;
    }

    footer#footer div#footer-logo img {
        max-height: 115px;
    }
}