/*
Theme Name: Twenty Twenty-One Diethard 02
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.0.1759261487
Updated: 2025-09-30 19:44:47

*/

:root {
    --global--font-primary: var(--font-headings, -apple-system, BlinkMacSystemFont, "muellerundsohn", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif);
    --global--font-secondary: var(--font-base, -apple-system, BlinkMacSystemFont, "muellerundsohn", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif);
    --branding--logo--max-width-mobile: 241px;
    --branding--logo--max-height-mobile: 100px;
}
.site-description {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.009em;
}
.post-navigation .post-title {
    font-weight: 700;
}
body, h1, h2, h3, h4, h5, h6, p, figcaption, .wp-block-image figcaption, li, ol, ul, .wp-block-pullquote p, .entry-content, .entry-summary, .primary-navigation a, .site-title, .site-description, .widget-area, .post-taxonomies, .tw-blog-grid .navigation, .pagination, .nav-next-text, .nav-prev-text, .page-numbers, a.page-numbers, .page-numbers current {
    font-family: "muellerundsohn", helvetica, arial,sans-serif;
}
.site-title, .site-title a {
    font-weight: 400;
}
h4 {
    line-height: 1em;
}
.cart-contents {
    display: flex !important;
    justify-content: center;
    position: relative;
    flex-flow: column nowrap;
}
.cart-contents:before {
    z-index: 999;
    height: 30px;
    position: inherit;
    content: "";
    width: 30px;
    background-repeat: no-repeat;
    background-image: url("Icons/carticon.png");
    background-position: center;
    background-size: cover;
}
.cart-contents-count {
    z-index: 999;
    background-color: #df0000;
    height: 18px;
    font-size: 16px;
    font-family: "muellerundsohn", Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 18px;
    right: -5px;
    -moz-transform: translateY(-15%) translateX(25%);
    -webkit-transform: translateY(-15%) translateX(25%);
    -o-transform: translateY(-15%) translateX(25%);
    transform: translateY(-15%) translateX(25%);
    text-align: center;
    line-height: 14px;
    vertical-align: middle;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 2px;
}
.minicart {
    margin-left: auto;
    height: 30px;
    margin-right: 0;
    padding: 0;
}
.primary-navigation-open
.minicart {
    display: none;
}
.is-dark-theme .cart-contents:before {
    z-index: 999;
    height: 30px;
    position: inherit;
    content: "";
    width: 30px;
    background-repeat: no-repeat;
    background-image: url("Icons/carticonneg.png");
    background-position: center;
    background-size: cover;
}
.cart-content-zero {
    z-index: 999;
    height: 30px;
    position: inherit;
    content: "";
    width: 30px;
    background-image: none;
}
