/*
Theme Name: Boot Block kontur
Theme URI: https://wordpress.org/themes/bootblockkontur/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Boot Block kontur is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Boot Block kontur comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootblockkontur
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}


.test-me {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}


/* Speech Buuble */

.bubble-down {
    filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
    margin: 1rem;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 1.4rem 2rem;
    position: relative;
    border: 1px solid #efd3ed;
    background: #fff;

}

.bubble-down::before {
    border: 13.5px solid transparent;
    border-top: 13.5px solid #efd3ed;
    border-bottom: 0;
    height: 0;
    width: 0;
    border-top-width: 25px;
    content: "";
    display: block;
    position: absolute;
    left: 4rem;
    top: -7px;
    transform-origin: center;
    transform: rotate(180deg) skew(-25deg) translateY(16.6666666667px);
}

.bubble-down::after {
    border: 12.5px solid transparent;
    border-top: 12.5px solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
    border-top-width: 25px;
    content: "";
    display: block;
    position: absolute;
    left: 4rem;
    top: -5px;
    transform-origin: center;
    transform: rotate(180deg) skew(-25deg) translateY(16.6666666667px);
}


/* kontur-title-badge use also with .wp-block-navigation-item__label  */
.kontur-title-badge {
        background-color: #82a7be;
        color: #ffffff;
        padding: 0px 15px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        border-radius: 3px;
        box-shadow: .125rem .325rem .35rem rgba(0, 0, 0, .195) !important;
        font-family: var(--wp--preset--font-family--heading);
    background-color: rgb(176, 121, 148);
    }
/* kontur-title use also with .wp-block-navigation-item__content  */
    .kontur-title  {
        margin-left: -15px;
        transform: skew(0deg, -6deg);
        margin-top: 5%;
        margin-bottom: 5%;
    }



@media (max-width:1000px){
.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
    }}

@media (max-width:1200px){
.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
    }}


@media (max-width:800px){
.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
grid-template-columns: repeat(1, minmax(0, 1fr));
    }}


