@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//kilianschoenberger.de/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Source Sans Pro", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Source Sans Pro", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Source Sans Pro", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Source Sans Pro", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Source Sans Pro", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Source Sans Pro", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 300;
	--wd-header-el-transform: lowercase;
	--wd-header-el-font-size: 24px;
	--wd-primary-color: #000000;
	--wd-alternative-color: #000000;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #B58352;
	--btn-accented-bgcolor-hover: #C6A07D;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #ffffff;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
p {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(232,232,232);
	background-image: none;
}
.single-post .main-page-wrapper {
	background-color: rgb(232,232,232);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	--wd-header-el-font-size: -2px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-header-el-font-size: -2px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


a:hover {text-decoration: underline; 
				text-decoration-thickness: 1px; }

/* 1. Entfernt alle Rahmen, Hintergründe und Schatten NUR in der Galeriefläche */
.ngg-galleryoverview .ngg-gallery-thumbnail,
.ngg-galleryoverview .ngg-gallery-thumbnail a,
.ngg-galleryoverview .ngg-gallery-thumbnail img,
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
    border: none !important;
    border-width: 0px !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 0 !important;
}

/* 2. Flexibles Grid-System für die Galerie */
.ngg-galleryoverview {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important; /* Richtet die Bilder horizontal auf einer Mittellinie aus */
    margin: 0 auto !important;
    width: 100% !important;
}

/* 3. Feste Box-Größen für das 4-Spalten-Raster mit 5px Abstand */
.ngg-gallery-thumbnail-box {
    float: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
    margin: 3px !important; /* Ergibt 6px Gesamtabstand */
    
    /* Box-Abmessungen laut Ihren Vorgaben */
    width: calc(25% - 5px) !important; 
    max-width: 366px !important; /* Begrenzt die Breite auf maximal 366px */
    height: 250px !important;    /* Zwingt die Box auf exakt 250px Höhe */
}

/* 4. Ausrichtung bei Laptops / kleineren Monitoren: Skaliert flüssig mit */
@media (max-width: 1200px) {
    .ngg-gallery-thumbnail-box {
        width: calc(25% - 5px) !important;
        height: 200px !important; /* Auf kleineren Bildschirmen wird die Box-Höhe proportional reduziert */
    }
}

/* 5. Ausrichtung bei Tablets: 2 Bilder pro Reihe */
@media (max-width: 768px) {
    .ngg-gallery-thumbnail-box {
        width: calc(50% - 5px) !important; 
        height: 180px !important;
    }
}

/* 6. Ausrichtung bei normalen Smartphones: 1 Bild pro Reihe */
@media (max-width: 480px) {
    .ngg-gallery-thumbnail-box {
        width: calc(100% - 5px) !important; 
        height: auto !important;
        max-height: 350px !important;
    }
}

/* 7. Bild-Eigenschaften: Zwingt alle Formate auf die exakte Box-Höhe (250px) ohne Beschnitt */
.ngg-gallery-thumbnail-box a,
.ngg-gallery-thumbnail {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
}

.ngg-gallery-thumbnail img {
    width: auto !important;
    height: 100% !important; /* Zwingt das Bild, immer die vollen 250px Höhe der Box einzunehmen! */
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important; /* Zeigt das Originalformat unbeschnitten */
    object-position: center !important; /* Zentriert Hochformate in der Box */
    display: inline-block !important;
}

/* 8. Seitennavigation unterhalb sauber darstellen */
.ngg-navigation {
    flex-basis: 100% !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 40px !important;
    display: block !important;
    clear: both !important;
}

.ngg-navigation a, 
.ngg-navigation span,
.ngg-navigation .page-numbers {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 8px 14px !important;
    margin: 0 5px !important;
    text-decoration: none !important;
    background: #f5f5f5 !important;
    color: #333 !important;
    border-radius: 3px !important;
}

.ngg-navigation span.current {
    background: #333 !important;
    color: #fff !important;
    font-weight: bold !important;
}@media (min-width: 1025px) {
	.single-product .product_title{ font-size:50px !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.single-product .product_title{ font-size:40px !important; }
}

@media (min-width: 577px) and (max-width: 767px) {
	.single-product .product_title{ font-size:40px !important; }
}

@media (max-width: 576px) {
	.single-product .product_title{ font-size:30px !important; }
}

