/*
 Theme Name:   Storefront Child
 Description:  Mein Child Theme
 Author:       Simon
 Author URI:   http://www.webtimiser.de
 Template:     storefront
 Version:      1.0
 Text Domain:  storefront-child
*/

/*== Eigene Schrift ====*/
@font-face {
  font-family: 'simon';
  src: url('fonts/diskusm.woff2') format('woff2'), url('fonts/diskusm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*alle Bilder */
img, input,textarea{border: 1px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	box-shadow: 1px 2px 4px rgba(0,0,0,.4) !important;
	display: block;}
	input,textarea{background: none !important;border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;}
	textarea{background: #fafafa !important;width:90% !important;}
	input[type="file"] {
  padding:5px !important;
}.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5em; /* Abstand zwischen Checkbox und Text */
}
.wp-caption-text {
  text-align: center;
}
h1.entry-title, h1.woocommerce-products-header__title.page-title
{color:#000 !important;
font-size:1.5em !important;
}
.entry-header, .woocommerce-products-header{text-align:right !important;}/*Seiten-Überschriften, Kategorie-Überschriften*/
.term-description{width:100% !important;float:left !important;}/*Kategorie-Beschreibung*/
	.storefront-breadcrumb{margin-bottom:0px !important;}

@media screen and (min-width: 1200px) {
/*seiten-container*/
.col-full{max-width: 72em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 ;
    box-sizing: content-box;}
/*Mittelteil*/
.single-product div.product .images {
    width: 45%; // vergrößern
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.706325903em;
  }
 /*rechte Spalte*/
  .single-product div.product .summary {
    width: 45%; //verkleinern
    float: right;
    margin-right: 0;
  }
} 
.entry-content{max-height:1020px !important;
overflow: scroll;}/*Ende media 1200px */
/*header*/
/*header*/
#masthead {
    max-width: 1200px;
    margin: 1em auto;
     
    border: 1px solid #FFF;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
}
.doppel-logo-container {
    display: flex;
    gap: 20px; /* Abstand zwischen den Logos */
    align-items: center;
    padding: 10px 20px;
}
 
.doppel-logo-container .logo-link img {
    max-height: 60px;
    height: auto;
    display: block;
}
.storefront-primary-navigation{background: linear-gradient(to left, #c4c9e1, #2b3f95 50%, #c4c9e1)!important;
border: 1px solid #FFF;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
    border-top:0px !important;}
	
	/* Menu links */

.left-sidebar .widget-area{
	width: 25%;
    float: left;
    margin-right: 1%;border: 1px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 2px 4px rgba(0,0,0,.4);}
.widget-area h6.wp-block-heading {
  font-family: 'Simon', sans-serif;
  font-size: 2em;
  margin-bottom: 16px;
  color: #333;
}
.widget{margin:0px !important;}
h6.has-background {padding: 0 !important;}
.widget_product_categories .current-cat > a,
.widget_product_categories .current-cat-parent > a {
  background-color: #0073aa; /* blau */
  color: #fff;}

/* Produktkategorien-Liste (optisch wie Screenshot) 
alles mit .wp-block-list li bezieht sich auf den unteren Teil "weitere Angebote
!!!+++WICHTIG++!!! 
.wp-block-woocommerce-product-categories.wc-block-product-categories.is-list li:nth-child(-n+2) {display: none;}
blendet die ersten beiden Kategorien aus, die werden nicht in diesem Teil der Liste gebraucht!*/
.wp-block-woocommerce-product-categories.wc-block-product-categories.is-list li:nth-child(-n+3),
.wp-block-woocommerce-product-categories.wc-block-product-categories.is-list li:last-child {
  display: none;
}

.wp-block-list li{font-size: 13px;}
.wc-block-product-categories-list,.wp-block-list li{
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: 320px;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  list-style: none;
  font-family: Arial, sans-serif;
}

.wc-block-product-categories-list-item,.wp-block-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
}

.wc-block-product-categories-list-item:last-child, .wp-block-list li:first-child {
  border-bottom: none;
}

.wc-block-product-categories-list-item a {
  color: #333;
  text-decoration: none;
  flex-grow: 1;
}

.wc-block-product-categories-list-item:hover, .wp-block-list li:hover {
  background-color: #f0f0f0 !important;
}

.wc-block-product-categories-list-item::after,.wp-block-list li::after {
  content: '›';
  font-size: 16px;
  color: #999;
  margin-left: 8px;
}

.wc-block-product-categories-list-item-count {
  display: none;
}
/*Ende Liste*/

/*Artikelansicht in der Kategorie*/
ul.products li.product .woocommerce-LoopProduct-link{min-height:350px !important;}

/*Tooltipps in der Artikelansicht*/

/* Container nebeneinander anzeigen */
.fpf-field.fpf-select,
.fpf-field.fpf-text {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-right: 10px; /* Optional: kleiner Abstand dazwischen */
}

/* Optional: Label und Input kompakter darstellen */
.fpf-field label,
.fpf-field .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

/* Eingabefeld auf 100% innerhalb von 100px Container */
.fpf-field select,
.fpf-field input {
  width: 100%;
  box-sizing: border-box;
  font-size: 12px; /* Optional: kleiner, wenn's eng ist */
}
.fpf-text,.fpf-select{ vertical-align:bottom !important;
}
.fpf-field select{height:34px !important;}

/*Hochzeitstage*/
.hztgtable{width:100%;margin:auto;margin-top:50px;font-family: lucida sans unicode,lucida grande,sans-serif;background: #f5f5f5;border: 1px solid #FFF;border-radius: 5px;<br />-moz-border-radius: 5px;<br />-webkit-border-radius: 5px;box-shadow: 1px 2px 4px rgba(0,0,0,.4);}.hz,.hztg{padding:5px;}.hz{width:20%;text-align:right;vertical-align:top;padding-right:20px;}.hztg{width:80%;padding-left:20px;}.hztitel{font-weight:600;}.hzheading{text-align:center;padding-top:20px;background-image:url('https://bedruckte-servietten-mit-namen.de/images/wedding-rings-3611277_640.jpg');background-size:50%;background-repeat:no-repeat;background-position:-50% 0% fixed; }.hztgtable tbody tr:not(:first-child):nth-child(even) {
background: #dda9a2 !important;}
/*Vornamen*/
.ted_headline{text-align:center}.gender{border:0;text-decoration:underline}.links,.rechts{background-size:65%;background-position:45% 60%;background-repeat:no-repeat;float:left;width:49%}.links{background-image:url('https://bedruckte-servietten-mit-namen.de/images/ted_w.jpg')}.rechts{background-image:url('https://bedruckte-servietten-mit-namen.de/images/ted_m.jpg');float:right}.jungens,.jungens2{width:49%}.jungens{float:left}.jungens2{float:right}.jungens ol,.jungens2 ol{list-style:none;counter-reset:li}.jungens2 ol{counter-reset:li 25}.jungens ol li::before,.jungens2 ol li::before{content:counter(li);color:red;display:inline-block;width:1em;margin-left:-1.5em;margin-right:.5em;text-align:right;direction:rtl}.jungens ol li,.jungens2 ol li{counter-increment:li}@media screen and (max-width:990px){.jungens,.jungens2{width:49%}.links,.rechts{background-position:50% 7%;background-size:90%}}@media screen and (max-width:700px){.jungens,.jungens2{width:100%}.links,.rechts{background-position:50% 10%;background-size:90%}}@media screen and (max-width:380px){.links,.rechts{width:100%;background-position:50% 10%;background-size:100%}}

/*FOOTER */
.footer-widgets.col-4 .block{font-size:0.8em;align:center; text-align:center;}

  /*Kundenbilder*/
  #block-33 .wp-block-image {
    display: flex;
    align-items: center;
}

#block-33 .wp-block-image img {
    margin-right: 10px; /* Abstand zwischen Bild und Text */
}

#block-33 .wp-element-caption {
    margin: 0; /* Entfernt etwaige Ränder */
}
.price{margin:0px !important;padding:0px !important;}



/*Mengen, Preise, Coupons und Artikelkurzbeschreibung im Checkout-Prozess ausblenden*/
.wc-block-components-quantity-selector,.wc-block-components-product-metadata__description,#payment-method,.wp-block-woocommerce-checkout-order-summary-coupon-form-block,.wc-block-components-totals-item,.wc-block-formatted-money-amount,.method,.total{display:none !important;}

.delivery{background-color:#ffcc00 !important;padding:5px !important;}
.mwst{font-size:0.8em !important;}
.p_info{text-align:justify !important;}

/*header-Styling*/
/* Sekundärmenü über die Logos */ 
/* Sekundärmenü über die Logos */
.site-header .secondary-navigation {
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
    float: none !important; /* verhindert, dass es links neben die Logos rutscht */
    display: block;
}
.logo1,.logo2{width: 75%  !important;border:none !important;box-shadow:none !important;}
/* Menüeinträge zentriert nebeneinander */
.site-header .secondary-navigation ul.menu {
    display: inline-block;
}
/*Höhe verringern*/
.site-header {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
/* Höhe des hellblauen Balkens verringern */
.storefront-primary-navigation {
    min-height: 40px !important;   /* Standard ist ca. 70px */
    padding-top: 0;
    padding-bottom: 0;
}
 
/* Menülinks kompakter */
.main-navigation ul li a {color:#000000 !important;
    padding: 8px 12px;   /* weniger Innenabstand */
    line-height: 1.2;
    font-size: 0.8em !important;     /* optional etwas kleiner */
}
 
/* Warenkorb-Icon anpassen */
.site-header-cart .cart-contents {
    padding: 8px 12px;
}
#menu-oven{margin-left:1em !important;

}

/*media queries*/ 
@media (max-width: 767px) { 
.menu-top-container,.logo2,#secondary{display:none !important;} 
#site-navigation-menu-toggle,#site-navigation-menu-toggle::before{color: #000000 !important;background: transparent !important;} 
} 
@media screen and (min-width: 768px) {.site-header-cart .widget_shopping_cart {
	background-color: #e7eaf1 !important; 
}
.site-header-cart .widget_shopping_cart a{color:#000000 !important;}
.widget a.button.checkout{background-color: #e7eaf1 !important;}
}

/*Kategorienmenu Shortcut Styling */
.custom-category-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-category-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.custom-category-menu li a:hover {
    background-color: #f7f7f7;
    color: #000;
}
/*Kategoriemenu in Tabs Styling*/
.kategorie-menue {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.kategorie-menue li {
    margin: 0;
}

.kategorie-menue a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
    background-color: #f9f9f9;
    font-size: 14px;
    transition: all 0.2s ease;
}

.kategorie-menue a:hover {
    background-color: #eaeaea;
    color: #000;
}

/*Handheld Menue Styling */
.mobile_heading{font-family: 'Simon', sans-serif;
  font-size: 2em;
  margin-bottom: none;
  color: #333;}
 /*Bildunterschriften, u.a in TABS "Motive"*/
 .wp-caption-text{min-height:6em !important;}
 /*DIV Motivanfrage wie Bild gestylt */
 .motive_anfrage{ width:150px;height:150px;float:left;margin-right:15px;text-align:center;font-family:simon;font-size:1.7em;line-height:1.2;border: 1px solid #FFF;border-radius: 5px;	-moz-border-radius: 5px;	-webkit-border-radius:5px;	box-shadow: 1px 2px 4px rgba(0,0,0,.4) !important;	display: block;"}
 
 /*Kundenbilder*/
 #kd{
	
	background: #f5f5f5;
	border: 1px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 2px 4px rgba(0,0,0,.4);
	max-width: 100%;
	max-height: 320px;
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 0,8em;
}
table,tr,td,p,br{
	
	font-family: "Lucida Sans Unicode";
	font-size: 0,8em;
	text-align: center;
	vertical-align: bottom;
}
td{
	
	width: 47%;
}.middle{
	
	width: 5%;
}

