/* 
 Theme Name:     Beck+Heun
 Author:         Jörg Stöppler
 Author URI:     www.beck-heun.de
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ----------- WOOCOMMERCE ANPASSUNGEN ----------- */

.woocommerce-checkout .blockUI.blockOverlay {
    z-index: -1 !important;
}

/* Error Message Farbanpassung */
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
	background: #394348 !important;
}

/* Error Message Farbanpassung */
.woocommerce-error a {
	color: #cd1719 !important;
}

/* Produktbilder Border einstellen */
.et_portfolio_image, .et_shop_image {
	border: 1px solid #ccc !important;
}

/* Footer Color */
#main-footer .footer-widget h4 {
	color: #FFF !important;
}

/* Produktbildvorschau Höhe auf Kategorieseite */
.et_portfolio_image, .et_shop_image {
	height: 171px !important;
}


/* ----------- WP ANPASSUNGEN ----------- */

/* Page min-height - Sticky Footer */
/* html, body {height: 95%;}
#page-container {position: relative; min-height:95%; height: auto !important; height: 95%; padding-bottom: 20px;}
#main-footer {position: absolute; bottom: 0; width: 100%; height: 0;} */



/* Megamenu Bilder hinzufügen */
.mega-link > a {
    text-align: left;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: bold !important;
}
 
.mega-link > a img {
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* 1px Border Header entfernen*/
body.admin-bar.et_fixed_nav #top-header {
	top: 33px !important;
}