body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial, sans-serif;
	color: var(--color-text);
	font-size: .875rem;
	background-color: var(--color-bg-page);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.kruemelmonster {
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 50%;
	background-color: var(--color-bg);
	-moz-box-shadow: 0 0 10px 0 var(--color-text-light);
	box-shadow: 0px 0px 10px 0px var(--color-text-light);
}

.grey-background:hover {
	background-color: var(--color-bg-alt);
	font-weight: bold;
}

.hauptfarbe, .sekundfarbe {
	background-color: var(--color-primary);
}

.productimage {
	position: relative;
	float: left;
	max-width: 511px;
	width: 100%;
}

.youtube-block {
	width: 100%;
	float: none;
}

.headershadow {
	text-shadow: 1px 1px 4px var(--color-text);
}

.bannerprod {
	width: calc(100%);
}

.productlistingbannermobil {
	text-align: left;
	height: 210px;
	padding-bottom: 20px;
	padding-top:30px;
}

.bannerbild {
	width: 100%;
	max-width: 609px;
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.kaufenbuttonbanner {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 0px;
}

.hauptfarbeschrift {
	color: var(--color-primary);
}

.bannerlisting {
	width: 100%;
	max-width: 700px;
}

.preisbewertungbanner {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	float: left;
}

.borderstamm {
	height: 2px;
	color: var(--color-primary);
	background-color: var(--color-primary);
}

img {
	max-width: 100%;
}

a {
	color: var(--color-text);
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

a:hover.boxlink {
	font-weight: normal;
}

a.headerNavigation {
	font-size: 12px;
	color: var(--color-primary);
	font-weight: bold;
}

input[type=submit] {
	border: 0px;
	background-color: var(--color-primary);
	color: var(--color-text-inverse);
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.upgradeprod {
	width: 100%;
}

#quantity {
	height: 35px;
	border-radius: 10px;
	width: 100%;
	max-width: 70px;
	font-size: 16px;
	font-weight: bold;
	color: var(--color-text);
	text-align-last: center;
	background-color: var(--color-bg);
}

.confirmationbox {
	margin-top: 15px;
	border-radius: 15px;
	padding: 10px;
	background-color: var(--color-bg-alt);
	border: 2px solid var(--color-primary);
	margin-bottom: 15px;
}

#cat {
	height: 38px;
	border: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
	border-right: 1px solid var(--color-border);
	padding-left: 5px;
	font-size: 12px;
	color: var(--color-text);
	background-color: var(--color-bg-alt);
}

input[type=number] {
	height: 30px;
	width: 50px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--color-border);
	font-size: 16px;
	font-weight: bold;
	color: var(--color-text);
	text-align: right;
	background-color: var(--color-bg);
}

option {
	font-size: 17px;
	font-weight: bold;
	color: var(--color-text);
}

.gesamt {
	background-color: var(--color-bg);
	width: 100%;
	margin: 0 auto;
	max-width: 1500px;
	min-width: 320px;
	text-align: left;
	border-radius: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
}

.reitertop {
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
	height: 38px;
	line-height: 38px;
	background-color: var(--color-primary);
	margin-bottom: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.reitertop:hover {
	background-color: var(--color-secondary);
}

a.kontocart {
	color: var(--color-bg);
	font-weight: bold;
}

.buneu {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	text-align: center;
	background-color: var(--color-primary);
	border-radius: 10px;
}

.suchedropdown {
	margin: 10px;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.suchedropdown:hover {
	background-color: var(--color-bg-alt);
}

.kopf {
    display: flex;
    flex-direction: column;
    padding: 0px;
    background-color: var(--color-primary);
    align-items: center;
}

.mobilkonto {
    display: flex;
    align-items: center;
    color: var(--color-bg);
    text-decoration: none;
    margin-left: 10px;
}

.mobilkonto img,
.mobilkonto svg {
    height: 35px;
    width: 35px;
    color: var(--color-bg);
}

.mobilkonto a {
	color: var(--color-bg);
	text-decoration: none;
}

.mobilkonto a svg {
	height: 35px;
	width: 35px;
	fill: var(--color-bg);
}

.warenmobil {
    position: relative;
}

.cart-icon {
    position: relative;
}

.logo {
    flex: 1;
    padding-right: 20px;
}

.logo img {
    height: 80px;
    width: auto;
}

.mobilkonto-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; /* Change to space-between for desktop view */
    width: 100%;
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

.cart-icon svg {
	height: 35px;
	width: 35px;
	fill: var(--color-bg);
}

.kaufenrahmen {
	background-color: var(--color-bg-alt);
	border-radius: 10px;
	position: relative;
	float: left;
	width: 100%;
}

.inner {
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	position: relative;
	float: left;
}

.boxleft {
	position: relative;
	float: left;
	width: 100%;
	max-width: 230px;
}

.boxmitte {
	position: relative;
	float: left;
	width: 100%;
}

.boxheading {
	position: relative;
	float: left;
	background-color: var(--color-primary);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	text-align: center;
}

.boxrahmen {
	position: relative;
	float: left;
	border-left: 1px solid var(--color-border);
	border-right: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: calc(100%);
}

.boxcontent {
	padding: 10px;
}

.kaefersiegel {
	position: fixed;
	bottom: 0;
	right: 0px;
}

.versandarten {
	border: 1px solid var(--color-border);
	border-radius: 10px;
	padding: 10px;
}

.versandarten:hover {
	background: var(--color-bg-alt);
	cursor: pointer;
}

.searchbox {
    display: flex;
    align-items: center;
    flex-grow: 1;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.search-select {
    flex: 1;
}

.search-select select {
    width: 100%;
    height: 38px;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 10px;
    background-color: var(--color-bg-alt);
    font-size: 12px;
    color: var(--color-text);
}

.search-input {
    flex: 4;
    position: relative;
}

.search-input input {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    border: none;
}

.search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-color: var(--color-primary);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search-button input {
    height: 24px;
    width: 24px;
    color: var(--color-bg);
}

.results {
    position: absolute;
    width: 100%;
    background-color: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
    top: 38px;
    left: 0;
    z-index: 10;
}

.search-popup {
    display: none; /* Initially hidden */
    position: fixed;
    top: 60px; /* Adjust based on your header height */
    left: 0;
    width: 100%;
    height: calc(100% - 60px); /* Adjust based on your header height */
    background-color: rgba(0, 0, 0, 0.8); /* Overlay effect */
    z-index: 9999;
    overflow: auto;
}

#mobile-search {
	margin-left:10px;
	margin-right:10px;
}

.search-popup-content {
    background-color: white;
    margin: 0px auto;
	padding-top:5px;
    width: 100%;
    max-width: 600px;
	height:auto;
}

.search-popup-header {
    text-align: right;
}

.search-popup-close {
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: var(--color-text);
}

.search-popup-body {
    margin-top: 5px;
}

/* Allgemeines Popup-Overlay-Design */
.popup-overlay {
    display: none; /* Standardmäßig ausgeblendet */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Hintergrund abdunkeln */
    z-index: 9999; /* Sicherstellen, dass es über anderen Elementen liegt */
}

/* Popup-Inhalt */
.popup-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    max-width: 380px;
    height: 100%;
    background-color: var(--color-bg);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.12);
    z-index: 10000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Popup-Header (Branded Leiste) */
.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: var(--color-primary);
    position: sticky;
    top: 0;
    z-index: 2;
}

/* Schließen-Button im Popup-Header */
.popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 1;
    color: var(--color-text-inverse);
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    transition: background 0.15s;
    border: none;
    padding: 0;
}
.popup-close:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Navigation-Menü im Popup — Amazon-Style Reset */
.popup-content .cat_navbar_bg {
    width: 100%;
}
.popup-content .sf-menu,
.popup-content .sf-vertical,
.popup-content .sf-vertical ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    float: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.popup-content .sf-vertical li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
    background: none !important;
    border: none !important;
}
.popup-content .sf-menu a,
.popup-content .sf-menu a:visited {
    display: block;
    color: var(--color-text);
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 10px 20px;
    border: none !important;
    background: none !important;
    text-transform: none;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}
.popup-content .sf-menu a:hover,
.popup-content .sf-menu a:active {
    background: var(--color-bg-alt) !important;
    font-weight: normal;
}
/* Alle Hauptmenüpunkte fett */
.popup-content .sf-vertical > li > a {
    font-weight: bold;
}
/* Hauptmenüpunkte mit Untermenü: Überschrift dichter an Unterpunkte */
.popup-content .sf-vertical > li:has(ul) > a {
    padding-bottom: 4px;
}
/* Untermenü-Einrückung */
.popup-content .sf-vertical ul a {
    padding-left: 36px !important;
}

.kontowaren {
	position: relative;
	float: right;
	padding-top: 59px;
	right: -350px;
	width: 350px;
}

h1.boxen, h3.boxen {
	color: var(--color-bg);
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 5px;
}

h2, h3 {
	color: var(--color-text);
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}

h2 {
	text-align:center;
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(25px, calc(25px + (50 - 25) * (100vw - 450px) / (1920 - 450)), 50px);
	letter-spacing:0.5px;
}

h3 {
	font-size: 15px;
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	color: var(--color-border);
	background-color: var(--color-border);
	margin-top: 20px;
	margin-bottom: 20px;
}

img {
	border: 0;
}

.footer {
	position: relative;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	color: var(--color-text-inverse);
	background-color: var(--color-primary);
	border-radius: 18px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.fussnote {
	font-size: 12px;
	padding-bottom: 10px;
}

.pagenavi {
	width: 100%;
	background-color: var(--color-bg-alt);
	position: relative;
	float: left;
	border-radius: 10px;
	font-size: 16px;
	color: var(--color-text-light);
	display: flex;
	min-height: 37px;
	padding: 6px 0;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.pagenavi a {
	min-width: 24px;
	min-height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
}

.buttoncat {
	background-color: var(--color-primary);
	border-radius: 10px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 20px;
	right: 20px;
	margin: 0 auto;
	width: 120px;
	top: 355px;
}

.buttoncat:hover {
	background-color: var(--color-secondary);
}

.buttonbuy {
	background-color: var(--color-primary);
	border-radius: 10px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 110px;
	margin-bottom: 10px;
}

.account_button {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	background-color: var(--color-primary);
	border-radius: 10px;
	height: 35px;
	line-height: 35px;
}

.preiscat {
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: 0;
	font-size: 25px;
	font-weight: bold;
	background-color: var(--color-bg);
}

a.button {
	color: var(--color-text-inverse);
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover {
	font-weight: bold;
}

.paddingbottommobil {
	padding-bottom: 20px;
}

.herstellergesamt {
	width: 100%;
	padding-top: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.produktlisting, .addresslisting, .addresslistingneu, .produktlistingprod {
	width: 250px;
	height: 400px;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	float: left;
	text-align: center;
}

.addresslisting, .addresslistingneu {
	height: 250px;
}

.addresslistingneu {
	border-style: dashed;
	border-width: 2px;
}

.pdetailart {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.kaufenfeld {
	width: calc(100%);
	margin-top: 10px;
	font-size: 16px;
}

#akkordeon:not(:target) .inhaltakkordeon {
	display: none;
}

#akkordeon:target .inhaltakkordeon {
	display: block;
}

#akkordeon:target .show {
	display: none;
}

#akkordeon:not(:target) .hide {
	display: none;
}

.hersteller {
	position: relative;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.auswahlbox {
	position: relative;
	float: left;
	width: 100%;
	background-color: var(--color-error);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-size: 18px;
	color: var(--color-bg);
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 5px;
}

.auswahlboxinnen {
	position: relative;
	float: left;
	width: calc(100% - 2px);
	border-left: solid 1px var(--color-border);
	border-right: solid 1px var(--color-border);
	border-bottom: solid 1px var(--color-border);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
}

.dropdowntext {
	position: relative;
	float: left;
	text-align: left;
}

#results {
	position: absolute;
	width: 100%;
	background-color: var(--color-bg);
	border: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 0px 45px 2px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 0px 0px 45px 2px rgba(0, 0, 0, 0.49);
	box-shadow: 0px 0px 45px 2px rgba(0, 0, 0, 0.49);
	z-index: 9999;
}

.accountbox {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 340px;
	border: solid 1px var(--color-border);
	border-radius: 10px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 13px;
	height: 110px;
}

.accountimage {
	float: left;
	width: 100%;
	max-width: 100px;
	min-width: 50px;
	padding-right: 10px;
}

.accountbox:hover {
	background-color: var(--color-bg-alt);
}

#gallery_01 img {
	border: 2px solid white;
}

.active img {
	border: 2px solid var(--color-border-dark) !important;
}

.ziteboxone, .ziteboxtwo, .ziteboxthree {
	float: left;
	width: 283px;
	position: relative;
	text-align: center;
	display: inline-block;
}


.kopf {
	position: fixed;
	top: 0px;
	width: 100%;
	max-width:1500px;
	max-height:120px;
	background: var(--color-primary);
	padding-top: 0px;
	padding-right:0px;
	padding-left:0px;
	border-radius: 0px;
	z-index: 20;
	box-shadow: 0 2px 2px -2px gray;
	flex-direction: column;
	align-items: flex-start;
}

.searchbox {
	width: 100%;
	margin: 10px 0;
	flex-direction: row;
}

.mobilkonto {
	flex-direction: row;
}

.mobilkonto-container {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 6px 10px;
}

.active img {
	border: 2px solid var(--color-border-dark) !important;
}

.left-to-right-arrow {
	position: relative;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid var(--color-bg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.3;
}

.sf-menu ul {
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 15.7em; /* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 15.7em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}

.sf-menu a {
	border-left: 1px solid var(--color-bg);
	border-top: 0px solid var(--color-bg);
	border-right: 0px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	padding: 0.4em 0.5em;
	text-decoration: none;
}

.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour */
	font-weight: normal;
	color: var(--color-text);
}

.sf-menu a:hover, .sf-menu a:focus, .sf-menu a:active {
	text-decoration: none;
	font-weight: bold;
	color: var(--color-text);
}

.sf-menu li {
	background: var(--color-bg);
}

.sf-menu li li {
	padding-left: 10px;
}

.sf-menu li li li {
	padding-left: 20px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	font-weight: bold;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator { /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers */
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers */
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
	background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers */
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width: 193px;
}

/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left: 193px; /* match ul width */
	top: 0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
	background-position: -10px 0; /* IE6 gets solid image only */
}

.sf-vertical a > .sf-sub-indicator {
	background-position: 0 0; /* use translucent arrow for modern browsers */
}

/* hover arrow direction for modern browsers */
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers */
}

/*** Versandart Form ***/
.four {
	width: 32.26%;
	max-width: 32.26%;
}

.col {
	display: inline-block;
	vertical-align: middle;
	margin: 1% 0 1% 1.6%;
	width: 100%;
	max-width: 250px;
}

.col:first-of-type {
	margin-left: 0;
}

.cf:before, .cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

label {
	position: relative;
	color: var(--color-text);
	background-color: var(--color-border);
	text-align: center;
	height: 165px;
	display: block;
	cursor: pointer;
	border: 3px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

label:hover {
	background-color: var(--color-primary);
	color: var(--color-bg);
}

.plan input {
	display: none;
}

.plan input:checked+label {
	background-color: var(--color-primary);
	color: var(--color-bg);
}

.plan input:checked+label:after {
	content: "\2713";
	width: 40px;
	color: var(--color-bg);
	font-size: 26px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	background-color: var(--color-primary);
	border: 2px solid var(--color-bg);
	z-index: 999;
	position: absolute;
	top: -10px;
	right: -10px;
}

/*** Versandart Form Ende ***/
span#Bewertung {
	line-height: 45px;
}

span.sternebewertung {
	display: inline-block;
}

span.sternebewertung:not(:checked)>input {
	display: none;
}

span.sternebewertung:not(:checked)>label {
	float: right;
	width: 1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 25px;
	color: var(--color-text-muted);
	transition: all .5s;
}

span.sternebewertung:not(:checked)>label:before {
	content: '★ ';
}

span.sternebewertung>input:checked~label {
	color: var(--color-warning);
	background-color: var(--color-bg-alt);
}

span.sternebewertung:not(:checked)>label:hover,
span.sternebewertung:not(:checked)>label:hover~label {
	color: var(--color-warning);
	background-color: var(--color-bg-alt);
}

span.sternebewertung>input:checked+label:hover,
span.sternebewertung>input:checked+label:hover~label,
span.sternebewertung>input:checked~label:hover,
span.sternebewertung>input:checked~label:hover~label,
span.sternebewertung>label:hover~input:checked~label {
	color: var(--color-warning);
	background-color: var(--color-bg-alt);
}

.reset-this {
	animation: none;
	animation-delay: 0;
	animation-direction: normal;
	animation-duration: 0;
	animation-fill-mode: none;
	animation-iteration-count: 1;
	animation-name: none;
	animation-play-state: running;
	animation-timing-function: ease;
	backface-visibility: visible;
	background: 0;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	background-size: auto auto;
	border: 0;
	border-style: none;
	border-width: medium;
	border-color: inherit;
	border-bottom: 0;
	border-bottom-color: inherit;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-collapse: separate;
	border-image: none;
	border-left: 0;
	border-left-color: inherit;
	border-left-style: none;
	border-left-width: medium;
	border-radius: 0;
	border-right: 0;
	border-right-color: inherit;
	border-right-style: none;
	border-right-width: medium;
	border-spacing: 0;
	border-top: 0;
	border-top-color: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-style: none;
	border-top-width: medium;
	bottom: auto;
	box-shadow: none;
	box-sizing: content-box;
	caption-side: top;
	clear: none;
	clip: auto;
	color: inherit;
	columns: auto;
	column-count: auto;
	column-fill: balance;
	column-gap: normal;
	column-rule: medium none currentColor;
	column-rule-color: currentColor;
	column-rule-style: none;
	column-rule-width: none;
	column-span: 1;
	column-width: auto;
	content: normal;
	counter-increment: none;
	counter-reset: none;
	cursor: auto;
	direction: ltr;
	display: inline;
	empty-cells: show;
	float: none;
	font: normal;
	font-family: inherit;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	left: auto;
	letter-spacing: normal;
	line-height: normal;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	orphans: 0;
	outline: 0;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
	padding: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	page-break-after: auto;
	page-break-before: auto;
	page-break-inside: auto;
	perspective: none;
	perspective-origin: 50% 50%;
	position: static;
	quotes: '\201C' '\201D' '\2018' '\2019';
	right: auto;
	tab-size: 8;
	table-layout: auto;
	text-align: inherit;
	text-align-last: auto;
	text-decoration: none;
	text-decoration-color: inherit;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	top: auto;
	transform: none;
	transform-style: flat;
	transition: none;
	transition-delay: 0s;
	transition-duration: 0s;
	transition-property: none;
	transition-timing-function: ease;
	unicode-bidi: normal;
	vertical-align: baseline;
	visibility: visible;
	white-space: normal;
	widows: 0;
	width: auto;
	word-spacing: normal;
	z-index: auto;
	/* basic modern patch */
	all: initial;
	all: unset;
}

.variationsauswahl {
	width:800px;
}

/* Mobile-only Klasse - nur auf Mobilgeräten anzeigen */
@media (min-width: 1101px) {
	.mobile {
		display: none !important;
	}
}

@media (max-width: 1100px) {
	.results {
		background-color: transparent;
		border: 0px solid var(--color-border);
		border-radius: 0px;
		padding: 10px;
		padding-top:0px;
		margin-top:-10px;
		max-height: auto;
		overflow-y: auto;
		z-index: 10000;
		position: relative;
		width: 100%;
		top:0px;
	}

	.kaufeninnen {
		margin-top:10px;
	}

	.kaefersiegel {
		position: relative;
		bottom: 0;
		right: 0;
	}

	.productimage {
		position: relative;
		float: none;
		margin: 0 auto;
		max-width: 457px;
		width: 100%;
	}

	.logo {
		padding-right: 0;
	}

	.logo img {
		height:60px;
		padding-top:3px;
	}

	.sekundfarbe {
		background-color: var(--color-accent);
	}

	.ratingprods, .ratingprodsbanner {
		position: relative;
		text-align: center;
		margin: 0 auto;
	}

	.kruemelmonster {
		width: 40px;
		height: 40px;
		padding: 5px;
		border-radius: 50%;
		background-color: var(--color-bg);
		-moz-box-shadow: 0 0 10px 0 var(--color-text-light);
		box-shadow: 0px 0px 10px 0px var(--color-text-light);
	}

	.left, .dropdownimage, .kontowaren, .headerlinks2, .headerrechts {
		display: none;
	}

	.dropdowntext {
		padding-bottom: 10px;
	}

	.kaufen {
		width: 100%;
		position: relative;
		float: left;
	}

	.inhalt {
		position: relative;
		float: left;
		width: 100%;
		margin-top: 62px;
	}

	.headerlinks1 {
		width: 30%;
		float: left;
		max-height: 80px;
		max-width: 200px;
		padding-top: 30px;
		padding-bottom: 10px;
		padding-left: 30px;
		margin: 0 auto;
	}

	.footerinfo {
		float: left;
		text-align: center;
		width: 100%;
	}

    .mobilkonto {
        display: flex;
        flex-direction: row;
        align-items: center;
        color: var(--color-bg);
        text-decoration: none;
        margin-left: 10px;
    }

	h3 {
		font-size: .875rem;
	}

	h1.boxen {
		font-size: 14px;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	h3.boxen {
		font-size: 14px;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.herstbild {
		width: 70%;
	}

	.hersteller {
		padding-right: 0px;
	}

	.gesamt {
		border-radius: 0px;
	}

	.footer {
		border-radius: 10px;
	}

	.retourebox {
		min-width: 100%;
	}

	.produktlisting, .addresslisting, .addresslistingneu, .produktlistingprod {
		width: 100%;
		height: 100%;
		border: 0px solid var(--color-border);
		border-top: 1px solid var(--color-border);
		border-radius: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		padding-bottom: 0px;
		position: relative;
		float: left;
		text-align: center;
	}

	.buttoncat, .preiscat {
		position: relative;
		text-align: center;
		margin: 0 auto;
		bottom: 0px;
		left: 0px;
		right: 0px;
		top: 0px;
		margin-top: 10px;
	}

	.headershadow {
		text-shadow: 0px 0px 0px var(--color-text);
	}

	.ziteboxone, .ziteboxtwo, .ziteboxthree {
		display: none;
	}
	.aplusEigenschaften {
		width: 100%;
	}
	.desktop {
		display: none;
	}
	.variationsauswahl{
		width:100%;
	}
	.sf-vertical, .sf-vertical li {
		width:100%;
	}
    .sf-menu a, .sf-menu a:visited {
        color: var(--color-text);
        font-family: arial, sans-serif;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0;
        padding: 14px 20px;
    }
}

@media (min-width: 1101px) {
	.aplusEigenschaften {
		width: 33%;
		min-width:290px;
	}

	.inner {
		margin-top: 101px;
	}

	.logo img {
		height:100px;
		padding-top:3px;
		max-width:none;
	}

	.youtube-container {
		text-align: center;
	}

	.youtube-block {
		width: 290px;
		position: relative;
		display: inline-block;
	}

	.bannerlisting {
		width: calc(50%);
		float: left;
		padding-left: 15px;
	}

	.kaufenfeld {
		margin-top: -20px;
	}

	.bannerprod {
		width: calc(100% - 200px);
	}

	.bannerbild {
		width: 100%;
		max-width: 609px;
		float: left;
		padding-bottom: 15px;
	}

	.productlistingbannermobil {
		text-align: left;
		height: 210px;
		padding-bottom: 0px;
		padding-top:0px;
	}

	.paddingbottommobil {
		padding-bottom: 0px;
	}

	.upgradeprod {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.preisbewertungbanner {
		width: calc(50% - 20px);
		text-align: center;
		font-weight: bold;
		min-width: 140px;
		font-size: 30px;
		padding-left: 0px;
		float: left;
	}

	.kaufenbuttonbanner {
		width: 1px;
		text-align: center;
		float: left;
		padding-top: 60px;
	}

	.ratingprods {
		position: absolute;
		text-align: center;
		bottom: 83px;
		left: 0px;
		right: 0px;
		margin: 0 auto;
	}

	.ratingprodsbanner {
		position: relative;
		text-align: center;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: 0 auto;
		margin-top: 35px;
	}

	.dropdownimage {
		width: 90px;
		text-align: center;
		position: relative;
		float: left;
	}

	.kaufen {
		width: calc(100% - 457px);
		position: relative;
		float: left;
	}

	.kaufeninnen {
		padding-left: 20px;
		padding-right: 10px;
		position: relative;
		float: right;
		width: calc(100% - 30px);
		max-width: 360px;
		z-index: 1;
	}

	.left {
		position: relative;
		float: right;
		width: 230px;
	}

	.inhalt {
		position: relative;
		float: right;
		width: calc(100% - 230px);
	}

	.footerinfo {
		float: left;
		text-align: center;
		width: 33.33%;
	}

	.headerlinks1 {
		float: left;
		padding-top: 27px;
		padding-left: 10px;
	}

	.headerlinks2 {
		float: right;
		max-height: 130px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.headerrechts {
		float: right;
		margin-right: 23px;
		width: 350px;
		background-color: var(--color-bg);
		text-align: center;
	}
	.handy {
		display: none;
	}
}
