/*
 Theme Name:               Twenty Twenty-Five Child
 Theme Description:        Twenty Twenty-Five Child-Theme fuer Streutalerbe
 Author Child-Theme:       Matthias Habermann
 Author Child-Theme URI:   https://www.streutalerbe.de
 Template:                 twentytwentyfive
 Text Domain:              twentytwentyfive
 License:                  GNU General Public License v2 or later
 License URI:              http://www.gnu.org/licenses/gpl-2.0.html
 Version:                  1.0
*/

/* WP-Block: Silbentrennung */
body {
 hyphens: auto;
}

/* WP-Cookies: Style-Vorgaben */
#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-container {
    padding: 50px 50px !important;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.09);
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    border-top: 0px !important;
}



/* WooCommerce-Produktseite: Vollbild */
.woocommerce div.product div.images,
.woocommerce-product-gallery__trigger {
      z-index: 1;
}

/* WooCommerce-Produktseite: Farbkreise und Copyright-Image */
.woocommerce-color-circles {
      margin-right: 10px;
}
.woocommerce-copyright-images {
      margin-right: 10px;
}
.woocommerce-copyright-images img {
      max-width: 125px;
      height: auto;
}

/* WooCommerce-Produktseite: Benutzerdefinierte Felder */
.woocommerce-custom-field {
     font-size: 0.9em;
     margin-top: 1.2em;
     margin-bottom: 1em;
     line-height: 1.5em;
}
.woocommerce-custom-field br {
     line-height: 1em;
}

/* WooCommerce-Produktseite: Viewer-Thumbnail */
.flex-control-thumbs img {
   justify-content: space-between; 
   padding-top: 1em;
}

/* WooCommerce-Produktseite: Sortierungsoptionen */
.woocommerce-ordering {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 1px;
}

.woocommerce-ordering select.orderby {
    padding: 15px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 1px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.woocommerce-ordering select.orderby:hover {
    border-color: #000000;
    background-color: #ffffff;
    color: #000000;
}

.woocommerce-ordering select.orderby:focus {
    outline: none;
    border-color: #000000;
}

.woocommerce-ordering select.orderby option {
    background-color: #ffffff;
    color: #333;
    margin: 10px;
    font-size: 14px;
    border-radius: 1px;
    padding: 2px;
}

.woocommerce-ordering select.orderby option:hover {
    background-color: #ffffff;
    color: #000000;
    border-radius: 1px;
    padding: 2px;
}

.woocommerce-ordering select.orderby option:checked {
    color: #ffffff;
}

@media (max-width: 768px) {
    .woocommerce-ordering {
        flex-direction: column;
    }
    .woocommerce-ordering select.orderby {
        font-size: 14px;
    }
}

/* WooCommerce-Produktkatalog: Banner Neu */
#woocommerce-shop-new-badge {
      position: relative;
      margin: 0;
      padding: 0;
}
#woocommerce-shop-new-badge .new-badge {
      background-color: #ff0000;
      color: #ffffff;
      font-size: 12px;
      font-weight: bold;
      padding: 5px 10px;
      position: absolute;
      top: 2em;
      right: 1em;
      z-index: 1000;
      border-radius: 5px;
}

/* WP-Startseite: Wechselnde Anzeige von Grabfeld und Streutal */
    @keyframes streutal-change-word {
        0% {   content: "Grabfeld"; }
        100% { content: "Streutal"; }
    }

    .streutal-change-word::after {
        content: "Grabfeld";
        animation: streutal-change-word 20s forwards infinite;
        animation-timing-function: ease;
    }


/* WP-Block: Kategorie-/Schlagwörter-Icons WooCommerce */
.wp-block-woocommerce-product-meta  {
      vertical-align: top;
      position: sticky;
}
.taxonomy-product_cat.wp-block-post-terms {
      margin-left: 30px;
      hyphens: auto;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      word-wrap: break-word;
    }
.taxonomy-product_cat.wp-block-post-terms::before {
      content: url("https://streutalerbe.de/streutal/wp-content/themes/twentytwentyfive-child/images/box-archive-solid.svg");
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      margin-left: -28px;
      margin-right: 8px;
      margin-top: 4px;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
}
.taxonomy-product_cat.wp-block-post-terms a { font-size: 16px; }

.taxonomy-product_tag.wp-block-post-terms {
      margin-left: 30px;
      }
.taxonomy-product_tag.wp-block-post-terms::before {
      content: url("https://streutalerbe.de/streutal/wp-content/themes/twentytwentyfive-child/images/tags-solid.svg");
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      margin-left: -28px;
      margin-right: 8px;
      margin-top: 4px;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
}
.taxonomy-product_tag.wp-block-post-terms a { font-size: 16px; }

@media (max-width: 500px) { .taxonomy-product_tag.wp-block-post-terms { margin-top: -25px; } }
@media screen and (min-width: 800px) and (max-width: 900px) { .taxonomy-product_tag.wp-block-post-terms { margin-top: -10px; } }
