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

:root {
	--wd-text-font: "Outfit local", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #242424;
	--wd-text-font-size: 16px;
	--wd-title-font: "Outfit local", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Outfit local", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Outfit local", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Outfit local", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Outfit local", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 16px;
	--wd-primary-color: rgb(62,33,209);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(220,172,127);
	--btn-accented-bgcolor-hover: rgb(200,157,116);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(245,245,245);
	background-image: url(https://helenefischerdouble.com/wp-content/uploads/2023/03/p-bg-3.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://helenefischerdouble.com/wp-content/uploads/Helene-Fischer-Double-buchen.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(233,235,239);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
: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;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "Outfit local";
	src: url("//helenefischerdouble.com/wp-content/uploads/Outfit-VariableFont_wght.woff2") format("woff2");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Outfit local";
	src: url("//helenefischerdouble.com/wp-content/uploads/Outfit-VariableFont_wght.woff2") format("woff2");
	font-weight: 700;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Outfit local";
	src: url("//helenefischerdouble.com/wp-content/uploads/Outfit-VariableFont_wght.woff2") format("woff2");
	font-weight: 600;
	font-display:swap;
	font-style: normal;
}

.bewertungen {
    position: relative;
    max-height: 700px; /* Höhe je nach gewünschter Anzahl an sichtbaren Bewertungen anpassen */
    overflow: hidden;
}

.bewertungen::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px; /* Größe des Fade-Bereichs */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none; /* Verhindert, dass Nutzer in den Fade-Bereich klicken */
}
/* Button-Farben */
#menu-item-16842 > a.woodmart-nav-link {
    background-color: #3e21d1;   /* Blau – passe den Wert gern an               */
    color: #ffffff;              /* Weiß                                         */
    padding: 0.4em 1.2em;        /* etwas Innenabstand, damit es wie ein Button aussieht */
    text-decoration: none;       /* unterstreichen entfernen (falls nötig)       */
}

/* Hover-Effekt (optional) */
#menu-item-16842:hover > a.woodmart-nav-link {
    background-color: #0056b3;   /* dunkleres Blau beim Überfahren               */
}
:is(.wd-single-post-header,.post-title-large-image) .wd-post-meta {
    display: none;
}
.wd-post-cat.wd-style-with-bg {
    display: none;
}