/*!
Theme Name:   OpenBikeBox
Theme URI:    https://openbikebox.de
Author:       binary butterfly GmbH
Author URI:   https://openbikebox.de
Description:  Open Bike Box Theme is based on Storefront
Template:     storefront
Version:      2.7.0-0.9.4
Tested up to: 5.5.0
Requires PHP: 7.3.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/

/*
green: #40b93c
blue: #305f97
dark: #444444
 */

#masthead {
    background-color: #d9d9d9;
}

#page {
    background-color: #FFF;
}

body, .site-footer {
    background-color: #444;
}

.site-info {
    text-align: center;
}

#page .site-footer, #page .site-footer a, #page .site-footer a:hover, #page .site-footer a:active, #page .site-footer a:visited, #page .site-footer a:focus {
    color: #FFF;
}

.site-branding .site-title a {
    font-weight: 300;
}

#masthead > .col-full {
    float: left;
}

#masthead .site-title a {
    font-weight: 400;
}

.site-title {
    margin-bottom: 0.3em;
    clear: none;
}

.site-logo {
    margin-right: 30px;
    float: left;
}

.site-description {
    margin-left: 90px;
}

@media only screen and (max-width: 350px) {
    .site-logo {
        margin-right: 10px;
    }

    .site-description {
        margin-left: 70px;
    }
}

.post-slug-so-gehts .entry-content img {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3), 0 5px 10px 0 rgba(0,0,0,0.3);
}

.repeal-box {
    border: 5px solid #333;
    padding: 2em;
}

@media only screen and (max-width: 599px) {
    .small-remove-br br {
        display: none;
    }
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #305f97;
}


#site-header-cart .buttons {
    display: block;
    margin-right: 0;
}

#site-header-cart .buttons .button {
    display: block;
    margin-right: 0;
    width: 100%;
}

#site-header-cart .buttons .button.wc-forward {
    background-color: #305f97;
    color: #FFF;
}

#site-header-cart .buttons .button.wc-forward.checkout {
    background-color: #40b93c;
    border: 0;
}