/* 
 Theme Name:   Sasha Salzmann
 Theme URI:    
 Description:  Child of 2025
 Author:       Maja
 Author URI:   https://maja-benke.de
 Template:     twentytwentyfive
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/*Fonts*/
h6 {
    text-transform: none;
}

/*Border Radius*/
button.kb-button.kt-button.button,
nav.alignfull.wp-block-query-pagination,
textarea#comment,
:root :where(.is-style-post-terms-1--1 a:where(:not(.wp-element-button))),
:root :where(.is-style-post-terms-1--2 a:where(:not(.wp-element-button))),
input#wp-block-search__input-1,
button.wp-block-search__button.has-icon.wp-element-button,
.wp-embed-responsive .wp-has-aspect-ratio iframe,
:root :where(.wp-block-post-terms a),
.fvm-featured-media__video iframe,
.fvm-featured-media__image,
.kb-search-input[type="text"]  {
    border-radius: 0.35em !important;
}

.wp-block-query-no-results.has-background.has-base-background-color {
    border-radius: 0.35em;
    padding: 1em;
}

/*Search Button*/
.kb-btnSasha-Salzmann__header_94f204-57.kb-button .kb-svg-icon-wrap {
    color: #fff !important;
}

/*Language Switcher*/
select#lang_choice_1 {
    padding: 0.5em 1.5em;
    border-radius: 0.35em;
    background: #fff;
    border: 1.5px var(--wp--preset--color--accent-1) solid;
}


/*Cat*/
:root :where(.wp-block-post-terms a) {
    white-space: nowrap;
    border: 1px solid var(--wp--preset--color--accent-6);
    padding: 0.5em 0.75em;
}


@media (min-width: 1025px) {
    .wp-block-kadence-navigation.navigation-desktop-orientation-vertical .kb-nav-link-content {
        color: #000;
    }
}

/*Pullquote*/
:root :where(.wp-block-pullquote cite) {
    font-size: var(--wp--preset--font-size--medium);
}