/*
Theme Name: Bits & Bäume Theme
Theme URI: https://example.com/
Author: Your name
Author URI: https://konnektiv.de/
Description: Theme for the Bits & Bäume Site
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bits-baeume-theme
Template: twentytwentytwo
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

Bits & Bäume Theme WordPress Theme, (C) 2021 konnektiv.de
Bits & Bäume Theme WordPress Theme is distributed under the terms of the GNU GPL.
*/

/* cover block */
.wp-block-cover img.wp-block-cover__image-background {
    object-fit: contain;
}

.mailpoet_paragraph input[type="email"] {
    box-sizing: border-box;
}

/* footer */
@media only screen and (max-width: 782px) {
    footer .wp-block-group.alignwide {
        flex-wrap: wrap;
    }
}

/* utilities */
.whitespace-nowrap {
    white-space: nowrap;
}
.shrink-0 {
    flex-shrink: 0;
}

.max-width-none {
    max-width: none !important;
}

.no-padding {
    padding: 0;
}

/* pretalx embed */

.no-padding .wp-block-ub-content-toggle-accordion-content-wrap {
    padding: 0;
}

/*
* pretalx embed homepage 
* Set fixed scrollable height to pretalx embed
*/

div.programm-container {
    max-height: 800px !important;
    overflow: scroll !important;
}