/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */













/*---------------------------------------------------
 * colors
 *-------------------------------------------------*/
/*
	--global-palette1: #3f505d;
    --global-palette2: #548b99;
    --global-palette3: #3c4244;
    --global-palette4: #99546c;
    --global-palette5: #555555;
    --global-palette6: #666666;
    --global-palette7: #c1d4d7;
    --global-palette8: #eeeeee;
    --global-palette9: #ffffff;


*/


/* Portfolio Titel 
.kt-blocks-post-grid-item .kt-blocks-post-grid-item-inner {
    text-align: center;
}

.kt-gallery-item-overlay,
.kt-overlay-border,
.kt-gallery-item-icon{
	display:none;
}

/* Portfolio Gallerien - Lightboxhintergrund beim einzelbild 
.mfp-container.mfp-s-ready.mfp-image-holder{
	background-color: #444444!important;
}
.kt-gallery-caption-text{
	color:var(--global-palette8)!important;
}
/* close Button 
.kt-galleries-mag-pop .mfp-image-holder .mfp-close {
     color: var(--global-palette8)!important; 
}

*/

/*--------------------------------
 * ACF Galerie Lightbox Overlay
 *------------------------------*/

.glightbox-kadence-dark {
    --glightbox-main-color: #444444!important;
	--glightbox-main-overlay: #444444!important;
}
.goverlay {
    background:#444444!important;
}
/*
.gslide-description.description-bottom{
	margin-top:0px;
}
*/






/*--------------------------------
 * Shop
 *------------------------------*/

/* Shop + Produkte */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--global-palette1)!important;
    text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: bold;
    color: var(--global-palette1)!important;
    text-decoration: none;
    font-size: 90%;
}

/* Shop - Produktansicht Abstand Versandkostenhinweis zu Button im Produkt */
.woocommerce_de_versandkosten {
	margin-bottom:1rem;
}

/* Shop Hinweis Farben */
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {   
    background-color: var(--global-palette8)!important;
    color: var(--global-palette3)!important;    
}

/* Produkt Wildpark Impressionen Tab Händlerliste */
h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-haendlerliste{
	display:none;
}

/* Kontofelder */
.woocommerce form .form-row label {
    color: var(--global-palette1)!important;
}

/* Kassenseite */
.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
    color: var(--global-palette5)!important;
}
.page-id-208 h3{
	font-family: quicksand;
}

/* Artikelanzahl neben dem Warenkorb Icon im Header */
.header-cart-button .header-cart-total {
	color: var(--global-palette1)!important; 
}



/*---------------------------------------
 * Footer copyright
 *-------------------------------------*/

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
	
	.copy_2,
	.realis_2{
		display:none;
	}
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 

	.copy_2,
	.realis_2{
		display:none;
	}
}

/* ipad pro styles */
@media only screen and 
  (min-device-width : 1024px) and (max-device-width : 1024px) and 
  (min-device-height : 1366px) and (max-device-height : 1366px) and 
  (min-width: 1024px) and (max-width: 1024px) {
	
	.copy_2,
	.realis_2{
		display:none;
	}
}

@media only screen and 
   (min-device-width : 1024px) and (max-device-width : 1024px) and 
   (min-device-height : 1366px) and (max-device-height : 1366px) and 
   (min-width: 1366px) and (max-width: 1366px) {

	.copy_2,
	.realis_2{
		display:none;
	}
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {    	 

	.copy_2,
	.realis_2{
		display:none;
	}
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

	.copy_2,
	.realis_2{
		display:none;
	}
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	
	.copy_1,
	.realis_1{
		display:none;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	.copy_1,
	.realis_1{
		display:none;
	}
}











