/*
 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;
}

@font-face {
  font-family: 'Cantarell';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Cantarell/Cantarell-Regular.woff2') format('woff2');
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cantarell';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Cantarell/Cantarell-Bold.woff2') format('woff2');
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Gelasio';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Gelasio/Gelasio-Regular.woff2') format('woff2');
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gelasio';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Gelasio/Gelasio-Bold.woff2') format('woff2');
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

body.woocommerce-page h1.category-description-h1{
	text-align: center;
	margin-bottom: 0px;
}

body.woocommerce-page .category-hinweis{
	text-align: center;
		background: linear-gradient(
		135deg,
		#0f3d4a 0%,     /* dunkles Petrol */
		#2f6f7a 25%,    /* Blaugrün */
		#8b5e4a 65%,    /* warmes Braun */
		#c34e2f 100%    /* Kupfer/Orange */
	);
	color: var(--farbe-weiss);
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}


/* Zeile stapeln */
body.single-product table.variations tr {
	display: block;
}

/* Label immer volle Breite */
body.single-product table.variations th.label {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 0;
}

/* Value-Container nur 50% */
body.single-product table.variations td.value {
	display: block;
	width: 50%;
	padding-left: 0;
	padding-right: 0;
}

/* Select soll Container ausfüllen */
body.single-product table.variations td.value select,
body.single-product table.variations td.value .theme-select {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 768px) {
	body.single-product table.variations td.value {
		width: 100%;
	}
}



#logozeile img{
	max-height: 320px;
	width: auto;
}


/* FC WEIDEN – WPBakery Button sicher treffen */
#main .vc_btn3-container.button-fc-weiden > a.vc_general.vc_btn3 {
	background-color: #000000;
	color: #ffffff;
	border: 2px solid #000000;
	border-radius: 6px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 14px 28px;
	transition: all 0.25s ease;
}

/* Hover */
#main .vc_btn3-container.button-fc-weiden > a.vc_general.vc_btn3:hover {
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
}

/* Focus */
#main .vc_btn3-container.button-fc-weiden > a.vc_general.vc_btn3:focus,
#main .vc_btn3-container.button-fc-weiden > a.vc_general.vc_btn3:active {
	outline: none;
	box-shadow: none;
}

/* UFC WEIDEN AM SEE – BUTTON */
#main .vc_btn3-container.button-ufc-weiden-am-see > a.vc_general.vc_btn3 {
	background-color: #1f4fa3;
	color: #ffffff;
	border: 2px solid #1f4fa3;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 14px 30px;
	transition: all 0.25s ease;
}

/* Hover */
#main .vc_btn3-container.button-ufc-weiden-am-see > a.vc_general.vc_btn3:hover {
	background-color: #163b7a;
	border-color: #163b7a;
	color: #ffffff;
}

/* Focus / Active */
#main .vc_btn3-container.button-ufc-weiden-am-see > a.vc_general.vc_btn3:focus,
#main .vc_btn3-container.button-ufc-weiden-am-see > a.vc_general.vc_btn3:active {
	outline: none;
	box-shadow: 0 0 0 3px rgba(31,79,163,0.35);
}

/* MARKTGEMEINDE GOLS – BUTTON */
#main .vc_btn3-container.button-marktgemeinde-gols > a.vc_general.vc_btn3 {
	background: linear-gradient(
		135deg,
		#0f3d4a 0%,     /* dunkles Petrol */
		#2f6f7a 25%,    /* Blaugrün */
		#8b5e4a 65%,    /* warmes Braun */
		#c34e2f 100%    /* Kupfer/Orange */
	) !important;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 14px 30px;
	transition: all 0.25s ease;
}

/* Hover */
#main .vc_btn3-container.button-marktgemeinde-gols > a.vc_general.vc_btn3:hover {
	filter: brightness(1.1);
}

/* Focus / Active */
#main .vc_btn3-container.button-marktgemeinde-gols > a.vc_general.vc_btn3:focus,
#main .vc_btn3-container.button-marktgemeinde-gols > a.vc_general.vc_btn3:active {
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(15,61,74,0.35);
}



body.single-product #main label.yith-wapo-addon-label{
	margin-bottom: 30px;
}

body.single-product.postid-1209 div.checkbox-button-container,
body.single-product.postid-1218 div.checkbox-button-container,
body.single-product.postid-1387 div.checkbox-button-container,
body.single-product.postid-1412 div.checkbox-button-container,
body.single-product.postid-1404 div.checkbox-button-container,
body.single-product div.summary.entry-summary > form > table > tbody > tr > td > a{
	display: none !important;
}

#shipping_method > li:nth-child(2) > label,
#content > article > div > div > div.cart-collaterals > div > table > tbody > tr.woocommerce-shipping-totals.shipping > td > p{
	text-transform: none !important;
}


/* Starke Hervorhebung für den aktiven Gutschein 2412 im Warenkorb */
body.woocommerce-cart .cart-discount.coupon-neu10 {
    position: relative;
    background-color: #fff3cd;          /* kräftiges Gelb */
    border: 2px solid #ff9800;          /* auffälliger Rahmen */
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.35);
    animation: rabattPulse 0.8s ease-out 0s 2; /* 2x kurzes Puls-Highlight */
}

body.woocommerce-cart p#coupon-error-notice{
	text-transform: none;
}
/* Text innen stärker betonen */
body.woocommerce-cart .cart-discount.coupon-neu10 td {
    font-weight: 700;
    color: #c25800;
}

div.button-inner-column{
	z-index: 3;
}


body.archive div.page-description div.wpb_wrapper>h1{
	font-size: 46px;
}

/* Puls-Animation */
@keyframes rabattPulse {
    0% {
        transform: scale(1);
        background-color: #ffe08a;
    }
    40% {
        transform: scale(1.02);
        background-color: #ffd35a;
    }
    100% {
        transform: scale(1);
        background-color: #fff3cd;
    }
}






body.woocommerce-cart tr.woocommerce-shipping-totals shipping p.woocommerce-shipping-destination{
	text-transform: none;
}

.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: 22px;
    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) {
	
	div#sektion-hintergrundbild-herstellung h2,
div#sektion-hintergrundbild-herstellung p {
	color: var(--farbe-schwarz);
    background-color: rgba(255, 255, 255, 0.75);
	padding: 10px;
}
	
body.woocommerce-page h1.category-description-h1{
	font-size: 34px;
}

	
	  /* 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;
    }
}




/* Boxzilla Popup – Generic Styling */
.boxzilla-popup {
    text-align: center;
    padding: 30px 20px;
    background: var(--farbe-dunkelrot);
    color: #ffffff;
    border-radius: 12px;
    border: 3px solid #4FD1C5;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
    font-family: "Inter", sans-serif;
}

.boxzilla-popup h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #4FD1C5;
    font-weight: 700;
    padding-top: 20px;
}

.boxzilla-popup p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.boxzilla-popup .popup-button {
    display: inline-block;
    padding: 14px 28px;
    background: #4FD1C5;
    color: #001D4A;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.25s ease;
}

.boxzilla-popup .popup-button:hover {
    background: #ffffff;
    color: #001D4A;
}

.boxzilla-popup .popup-note {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.8;
}
