/*
Theme Name: Twenty Twenty-Five Minimal Child
Theme URI: https://example.com/
Description: blumeblau Child Theme.
Author: Melchior Pfalzgraff
Author URI: https://openai.com/
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.8
Text Domain: twentytwentyfive-minimal-child
*/

.wp-block-site-logo.is-default-size img:hover {
    filter: brightness(0) saturate(100%) invert(97%) sepia(74%) saturate(1267%) hue-rotate(281deg) brightness(97%) contrast(88%);
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
    text-decoration: none;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) span {
    color: #ebaacd;
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    border-color: #ebaacd;
}

.wc-block-components-quantity-selector {
    border: 2px solid color-mix(in srgb, currentColor 30%, transparent);
    border-radius: 0px;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius: 0px;
}

:where(.wp-site-blocks :focus) {
    outline-width: 0px;
}

.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    color: #ebaacd;
}

.wp-block-woocommerce-product-summary,
.wc-block-components-product-summary .p1,
.wp-block-woocommerce-product-meta,
.wp-block-woocommerce-product-price {
    margin-top: 0px;
}

.wc-block-components-product-summary .p1 {
    margin-bottom: 0px;
}

.kontakt-menu-item {
    margin-left: auto;
}

.nav-outer,
.nav-second-outer {
    max-width: 100%;
    width: 100%;
}

nav.wp-block-navigation {
    width: 100%;
}

.wc-block-components-product-summary p {
    padding: 0px;
    margin: 0px;
}

.wpcf7-text,
.wpcf7 input[type="email"],
.wpcf7-textarea {
    font-size: 20px;
    padding: 10px 10px;
    margin-bottom: 10px;
    font-family: var(--wp--preset--font-family--fustat);
    width: 100% !important;
    max-width: 750px;
    margin-right: 0px;
}

.wpcf7-acceptance {
    font-size: 16px;
}

.wpcf7-submit {
    font-size: 16px;
    border-color: #ebaacd;
    background-color: transparent;
    font-size: var(--wp--preset--font-size--medium);
    color: var(--wp--preset--color--contrast);
    letter-spacing: 0.025em;
    line-height: 1.4;
    padding-top: 1rem;
    padding-right: 2.25rem;
    padding-bottom: 1rem;
    padding-left: 2.25rem;
    border-style: solid;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    nav.wp-block-navigation {
        justify-content: flex-end;
    }
    .wp-block-navigation__container:only-child,
    .wp-block-page-list:only-child {
        text-align: right;
    }
}