/**
 * Theme Name:  Make wielandleben (child theme)
 * Theme URI:   https://thethemefoundry.com/make/
 * Author:      The Theme Foundry / sim
 * Author URI:  https://thethemefoundry.com
 * Description: child theme for make, orginally based on make 1.6.5  
 * Template:    make
 * Version:     1.1.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: make-child
 * Domain Path: /languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 */

/* Texts */


.widget { font-size: 1.4rem; }
.widget-title { font-size: 2rem; }

ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr, .ttfmake-alert, .ttfmake-notice {
    margin-bottom: 1rem;
}



/*  --> override in specific css file
// Layout wp booking
div.wpbs-calendar {
    border: 0px solid #CCC;
    float: block;
}
*/

/* site origin, slider correction 2021-05-03, bugfix avoid: height: 600px */
/*.sow-slider-foreground-image img {
    height: auto !important;
}*/



/* Layout common */

.site-description {
    display: block;
    margin: -1.0rem 0px 0rem;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
}

.site-navigation {
    text-align: right;
    max-width: 100%;
    padding-top: 0px;
}

.site-header-main {
    float: left;
    width: 100%;
    padding: 2.0rem 0px 1.0rem;
    background-color: #FFF;
}

.site-content {
    float: left;
    width: 100%;
    padding: 1rem 0px;
    background-color: #FFF;
}



/* woocommerce */

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: none;
}
.woocommerce img, .woocommerce-page img {
    height: 100%;
    max-width: 100%;
}