/* Globals */
/* @import '/theme/frontend/css/fonts.css'; */

:root {
	--hk-dark: #212529;
	--hk-gold: #a0bede;
	--hk-gold-light: #b8cfea;
	--hk-text: #333333;
	--hk-text-light: #555555;
	--hk-text-muted: #999999;
	--hk-border: #e5e5e5;
	--hk-transition: 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
/*
	Content
*/
.body p{
	    min-height: 24px;
}
.fr {
  float: right;
}

.clear {
  clear: both;
}

.tooltip{z-index:0 !important;}

.text-right {
  text-align: right;
}

.textalign-right {
  text-align: right;
}
.hidden_microdata{display:none;}
span.right-svg {
  padding-right: 8px;
}

.stickydesk .right-svg {
  float: left;
    margin-right: 4px;
}

.text-blue {
  color: #A0BFDE;
}

.text-ci {
  color: #A0BFDE;
}


.p15 {
  padding: 15px;
}

.p25 {
  padding: 25px;
}

.mt25 {
  margin-top: 25px;
}

.text-error {
  color: #dc3545;
}

.date {
  color: rgb(51, 51, 51);
  font-weight: 200;
  margin-bottom: 30px;
}

.autor {
  float: right;
}




/* Globales Styling für alle Checkboxen */
/* input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important; 
  appearance: none !important; 
  background-image: none !important;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}

input[type="checkbox"]:checked {
  background-color: #a0bede;
  border-color: #a0bede;
}

input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  animation: checkmark 1s ease forwards;
}

@keyframes checkmark {
  0% {
      opacity: 0;
      transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
  }
  50% {
      opacity: 1;
      transform: translate(-50%, -50%) rotate(45deg) scale(1.2);
  }
  100% {
      opacity: 1;
      transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
}

input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-focus-ring-color: transparent !important;
  outline: none;
  box-shadow: none;
}
 */





/*
	MODAL BREITER AUF KLEINEN DISPLAYS
*/

/* @media (min-width: 576px) {
.modal-dialog {
    max-width: 950px;
}
}

@media (min-width: 1200px) {
  .modal-xl {
      max-width: 1140px;
  }
  } */



/*
	BILDER IN PRODUKTBESCHREIBUNG / REFERENZEN BREITER MACHEN
*/

.product-description img {
  max-width: 1007px; /* Setzt die maximale Breite der Bilder */
  width: 100%; /* Ermöglicht, dass die Bilder responsiv sind und sich der Containerbreite anpassen */
  height: auto; /* Behält das Seitenverhältnis der Bilder bei */
}

.reference-description img {
  max-width: 1007px; /* Setzt die maximale Breite der Bilder */
  width: 100%; /* Ermöglicht, dass die Bilder responsiv sind und sich der Containerbreite anpassen */
  height: auto; /* Behält das Seitenverhältnis der Bilder bei */
}





/*
	MOUSEOVER
*/

.menu.col-auto.p-3 {
  transition: background-color 1s ease; /* Fügt den Übergangseffekt hinzu */
}

.menu.col-auto.p-3:hover {
  background-color: rgba(183, 183, 183, 0.1); /* Leicht transparentes Weiß für den Hover-Effekt */

}



#row_energie{display:block;font-size:80%;}
.energielabel img{height:35px;}
.shop_energielabel{margin-top: 5px;display: flex;position: relative;z-index:3;}
.shop_energielabel a{text-align:right;flex-grow: 1;}
.shop_energielabel .sheet{display: block;font-size: 90%;text-align: left;}
.shop_energielabel img{height:28px;}
.energielabel-wrapper {font-size: 10px;line-height: 15px;padding: 0px 10px;}
.energielabel-wrapper img{height:22px;}
.energiesheet{display:block;hyphens:auto;}
.energielabel-body .shop_energielabel a{text-align:left;}
.energielabel-body .shop_energielabel a.sheet{text-align:right;}

.mouseover {
  cursor: pointer;
}


.mouseover-inhalt {
  display: none;
  position: absolute;
  z-index: 100;
  width: 200px;
  background-color: white;
  padding: 10px;
  border: 1px solid grey;
  border-radius: 8px;
}

.mouseover:hover+.mouseover-inhalt {
  display: block;
}

@media (max-width: 768px) {
  .mouseover-inhalt {
    width: 90%;
    left: 5%;
    transform: translateX(0);
  }
}


.text-truncate-2 {

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}



.shop_nav,
.shop_nav_sub {
  background-color: #fff;
  margin-left: 0;
  list-style: none;
  padding: 0px;

  overflow: hidden;
  margin-bottom: 12px;
}

.shop_nav_sub {
  padding-left: 20px;
}

.shop_nav li a,
.shop_nav_sub li a {
  line-height: 30px;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  color: #4d4d4d;
  text-shadow: none;
  padding-left: 20px;
}

.shop_nav li a:hover,
.shop_nav_sub li a:hover {
  text-decoration: none;
  background: #a0bede30;

}

.shop_nav li a.active,
.shop_nav_sub li a.active {
  text-decoration: none;
  background: #a0bede30;

}

.product_var_name_noselect{
	margin-top:15px;
	display: block;
}

/*
	MegaMenu
*/
/* Navigation Bar */
.main-nav { z-index: 10; }
.nav-list {
	list-style: none;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.nav-item { position: static; padding-bottom:0px;}
.nav-link {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	padding: 12px 22px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	white-space: nowrap;
	transition: color var(--hk-transition), background var(--hk-transition);
}
.main-nav .nav-link::after {
	content: '';
	position: absolute;
	bottom: 0; left: 0; right: 0;
	height: 3px;
	background: var(--hk-gold);
	transform: scaleX(0);
	transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: left;
}
.nav-link:hover { color: #fff; background: rgba(255,255,255,0.08); }
.main-nav .nav-link:hover::after,
.main-nav .nav-item.active > .nav-link::after { transform: scaleX(1); }
.nav-link .bi-chevron-down {
	font-size: 0.5rem;
	margin-top: 1px;
	transition: transform var(--hk-transition);
}
.nav-item:hover .bi-chevron-down { transform: rotate(180deg); }

.nav-link.angebote-link {color: #acd47e;}
.nav-link.angebote-link:hover {color: #acd47e;}

/* .nav-link.angebote-link { color: var(--hk-gold); }
.nav-link.angebote-link:hover { color: var(--hk-gold-light); } */
/* ── Mega Menu ── */
.mega-menu-wrapper {
	position: absolute;
	top: 100%; left: 0; right: 0;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	box-shadow: 0 12px 40px rgba(0,0,0,0.18), 0 4px 12px rgba(0,0,0,0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity 250ms ease, transform 250ms ease, visibility 250ms ease;
	z-index: 1060;
}
.nav-item:hover > .mega-menu-wrapper {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.mega-menu-grid {
	display: grid;
	grid-template-columns: 200px 1fr 280px;
	min-height: 420px;
}

/* ── Category Sidebar ── */
.mega-cat-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	font-size: 13.5px;
	font-weight: 600;
	transition: all 180ms ease;
	border-left: 3px solid transparent;
}
.mega-cat-link:hover,
.mega-cat-link.active {
	color: var(--hk-gold) !important;
	background: #fff;
	border-left-color: var(--hk-gold);
}
.mega-cat-link .bi-chevron-right {
	font-size: 0.55rem;
	opacity: 0;
	transform: translateX(-4px);
	transition: all 180ms ease;
}
.mega-cat-link:hover .bi-chevron-right,
.mega-cat-link.active .bi-chevron-right {
	opacity: 1;
	transform: translateX(0);
	color: var(--hk-gold);
}
.mega-cat-divider {
	height: 1px;
	background: #e2e2e2;
	margin: 8px 18px;
}

/* ── Subcategories (2-tier: groups + brands) ── */
.mega-subcategories { padding: 28px 40px 32px; overflow-y: auto; }
.mega-sub-groups { display: grid; gap: 24px; align-content: start; }
.mega-sub-groups.cols-1 { grid-template-columns: 1fr; }
.mega-sub-groups.cols-2 { grid-template-columns: repeat(2, 1fr); }
.mega-sub-groups.cols-3 { grid-template-columns: repeat(3, 1fr); }
.mega-sub-group h6 {
	font-size: 13px;
	font-weight: 700;
	color: var(--hk-dark);
	margin-bottom: 16px;
}
.mega-sub-group li + li { margin-top: 3px; }
.mega-sub-group li a {
	display: block;
	padding: 4px 0;
	color: var(--hk-text-light);
	font-size: 13px;
	transition: color 180ms ease;
}
.mega-sub-group li a:hover { color: var(--hk-gold); }

/* ── Brands ── */
.mega-brands {
	border-top: 1px solid var(--hk-border);
	margin-top: 24px;
	padding-top: 20px;
}
.mega-brands-title {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--hk-text-muted);
	margin-bottom: 12px;
}
.mega-brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 50px;
	padding: 6px;
	border-radius: 4px;
	opacity: 0.7;
	transition: opacity 180ms ease;
}
.mega-brand-logo:hover { opacity: 1; }
.mega-brand-logo img { max-width: 100%; max-height: 36px; object-fit: contain; }
.mega-brand-text span {
	font-size: 10px;
	font-weight: 700;
	color: var(--hk-text);
	text-align: center;
	line-height: 1.2;
}
.brands-only .mega-brands { border-top: none; margin-top: 0; padding-top: 0; }
.brands-only .mega-brands-grid { gap: 12px !important; }
.brands-only .mega-brand-logo { width: 100px; height: 60px; }
.brands-only .mega-brand-logo img { max-height: 42px; }

/* ── Feature Card ── */
.mega-feature { border-left: 1px solid var(--hk-border); }
.mega-feature-img {
	aspect-ratio: 16/10;
	border-radius: 4px;
	overflow: hidden;
}
.mega-feature-img img { transition: transform 500ms ease; }
.mega-feature:hover .mega-feature-img img { transform: scale(1.03); }
.mega-feature-label {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--hk-text-muted);
}
.mega-feature h5 {
	font-size: 15px;
	font-weight: 700;
	color: var(--hk-dark);
	line-height: 1.35;
}
.mega-feature p {
	font-size: 12px;
	color: var(--hk-text-light);
	line-height: 1.55;
}
.mega-feature-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 10px 22px;
	font-size: 11.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border-radius: 4px;
	transition: all var(--hk-transition);
}
.mega-feature-cta:hover { background: #000 !important; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.mega-feature-cta .bi { font-size: 11px; transition: transform var(--hk-transition); }
.mega-feature-cta:hover .bi { transform: translateX(3px); }

/* ── Backdrop ── */
.mega-backdrop {
	background: rgba(0,0,0,0.08);
	z-index: 1035;
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms ease, visibility 300ms ease;
	pointer-events: none;
}
.mega-backdrop.show { opacity: 1; visibility: visible; }

/* ── Stagger animation ── */
.nav-item:hover .mega-sub-group li {
	animation: slideUp 250ms ease forwards;
	padding-bottom:0px;
	margin-bottom:0px;
	opacity: 0;
}
.mega-sub-group li:nth-child(1) { animation-delay: 30ms; }
.mega-sub-group li:nth-child(2) { animation-delay: 55ms; }
.mega-sub-group li:nth-child(3) { animation-delay: 80ms; }
.mega-sub-group li:nth-child(4) { animation-delay: 105ms; }
.mega-sub-group li:nth-child(5) { animation-delay: 130ms; }
.mega-sub-group li:nth-child(6) { animation-delay: 155ms; }
@keyframes slideUp {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* ── Hero ── */
.hero-section {
	height: 55vh;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}
.hero-section h1 { font-size: 2.8rem; font-weight: 800; }
.hero-section p { max-width: 480px; }

/* ── Responsive ── */
@media (max-width: 992px) {
	.mega-menu-grid { grid-template-columns: 180px 1fr; }
	.mega-feature { display: none !important; }
	.main-nav{display:none;}
}
/* Erlaubt das Offenhalten via JS-Klasse zusätzlich zum Hover */
.nav-item.touch-active > .mega-menu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Verhindert "Ghost-Clicks" auf mobilen Geräten */
.mega-cat-link {
    touch-action: manipulation;
}

/*
	BTNS
*/
.btn-hkr {
  display: inline-block;
  border-radius: 4px;
  background-color: #000;
  border: 2px solid #000;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600 !important;
  cursor: pointer;
  transition-duration: 0.1s;
  padding: 10px;
  margin: 10px 5px 5px 0px;
}


.btn-hkr:hover {
/*
  text-decoration: none;
  color: #fff;
*/
background-color: #000;
border: 2px solid #000;
color:#fff;
}


.btn-hkr-hover:hover {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}

.btn-hkr-w {
  display: inline-block;
  border-radius: 4px;
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 600 !important;
  cursor: pointer;
  transition-duration: 0.1s;
  padding: 8px 15px 8px 15px;
  margin: 10px 5px 5px 0px;
}

.btn-regist {
  width: 100%;
}

.btn-cbl {
  display: block;
  margin: auto;
  width: 60%;
  max-width: 240px;
}

.btn-blk {
  display: block;
  margin: auto;
  width: 100%;
}

.right-svg {
  display: inline-block;
  background: url('/images/icons/svg/right.svg');
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: 12pt;
  opacity: 0.4;
}

.right-svg.white {
  display: inline-block;
  background: url(/images/icons/svg/right-white.svg);
  background-repeat: no-repeat;
  background-position: -7px 0px;
  background-size: 13pt;
}

.left-svg {
  display: inline-block;
  background: url('/images/icons/svg/left.svg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 10pt;
}


/* Top Info Carousel */
.wordCarousel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212529;
}

.wordCarousel div {
  overflow: hidden;
  position: relative;
  height: 40px;
  padding-top: 3px;
}

.wordCarousel div li {
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 0px 0px 0px;
  height: 45px;
  margin-bottom: 45px;
  display: block;
  text-align: center;
}

.flip3 {
  -webkit-animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  padding-left: 0px;
}

@-webkit-keyframes flip3 {
  0% {
    margin-top: -270px
  }

  5% {
    margin-top: -180px
  }

  33% {
    margin-top: -180px
  }

  38% {
    margin-top: -90px
  }

  66% {
    margin-top: -90px
  }

  71% {
    margin-top: 0
  }

  99.99% {
    margin-top: 0
  }

  100% {
    margin-top: -270px
  }
}

@keyframes flip3 {
  0% {
    margin-top: -270px
  }

  5% {
    margin-top: -180px
  }

  33% {
    margin-top: -180px
  }

  38% {
    margin-top: -90px
  }

  66% {
    margin-top: -90px
  }

  71% {
    margin-top: 0
  }

  99.99% {
    margin-top: 0
  }

  100% {
    margin-top: -270px
  }
}


/*
	TABS - ACCORDION
*/

.nav-link {
  color: #425b72;
}

.nav-link:hover {
  color: #000;
}
.responsive-tabs .nav-link::after { display: none; }


.responsive-tabs .nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .responsive-tabs .nav-tabs {
    display: flex;
  }

  .responsive-tabs .respomenu {
    border: none;
  }

  .responsive-tabs .respomenu .respomenu-header {
    display: none;
  }

  .responsive-tabs .respomenu .collapse {
    display: block;
  }
  .responsive-tabs .respomenu .collapse .accordion .collapse:not(.show){
    display: none;
  }
}

@media (max-width: 767px) {
  .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
 
}





/*
	DOOFINDER
*/
.df-d-searchbox-input:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.df-mobile .df-term[data-selected] {
  background-color: rgb(160, 191, 222) !important;
  border-color: rgb(160, 191, 222) !important;
}

.doofinderLogo {
  display: none !important;
}

#dfclassic figure img {
  height: auto;
}

#dfclassic {
  z-index: 88888;
  overflow-x: hidden;
}

.dfd-searchbox-input,
.dfd-searchbox-autocomplete {
  padding: 0px !important;
}

.dfd-root {
  font-family: 'Open Sans', sans-serif !important;
}

.dfwidget-host .dfwidget-card {
  border: none !important;
}

/* .dfwidget-host .carousel-content {justify-content: center !important;} */
/*Doofinder Recos */
df-recommendations {
  --card-border-width: 0;
  --text-accent-color: #000;
  --card-media-height-ratio: 70%;
  --font-size: 16px;
}

/*
	SLIDER
*/
/* .slider-homepage{left:0px;width: 100vw;z-index: 0 !important;max-width: 1295px;} */
.slider-homepage {
  z-index: 0 !important;
}

.slider-homepage-boxes {
  margin-left: 2%;
  width: 96%;
  display: flex;
  position: relative;
  top: -20px;
  margin-bottom: -5px;
  justify-content: center;
}

.slider-homepage-box {
  padding: 5px;
  text-align: center;
  margin: 5px;
  border-radius: 4px;
  background-color: #fff;
  max-width: 31%;
  color: #000;
  flex: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  border: 0px;
}

.slider-homepage-box span {
  display: block;
}

.slider-homepage-box img {
  height: 45px;
}

.slider-homepage-box a {
  color: #000;
  font-weight: 200;
}

/*
	Produkt
*/
.product-slider-container {
  position: relative;
}

.product-slider-wrapper {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.product-slider-wrapper_right {
  z-index: 80;
  content: ' ';
  display: block;
  background: url(/images/icons/svg/right.svg);
  background-repeat: no-repeat;
  background-position: -7px -3px;
  background-size: 25pt;
  position: absolute;
  height: 40px;
  width: 25px;
  right: -8px;
  top: 155px;
}

.product-slider-wrapper_left {
  z-index: 80;
  content: ' ';
  display: block;
  background: url(/images/icons/svg/left.svg);
  background-repeat: no-repeat;
  background-position: -7px -3px;
  background-size: 25pt;
  position: absolute;
  height: 40px;
  width: 25px;
  left: -3px;
  top: 155px;
}

.product-slider .energielabel-wrapper{
	    bottom: 43px;
}

.product-slider {
  height: 335px;
  overflow: hidden;
  width: max-content;
  padding-left: 40px;
  margin-bottom: 20px;
  min-width:100%;
}

.so-box-item {
  /*height: 250px;*/
  width: 200px;
  max-width: 200px;
  position: relative;
  float: left;
  margin-bottom: 30px;
  margin-right: 10px;
}

.so-box-item img {
  max-height: 100px;
}

.so-box-item a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.so-box-empf {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  line-height:20px;
}

.so-box-title {
  display: block;
  margin-top: 0px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

.so-box-price {
	display: block;
	margin-top: 0;
	padding-left: 10px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.so-box-price .product_price_strike {
  font-weight: normal;
}
.priceuvpstr{font-weight:normal; font-size:13px;}
.priceuvpstr svg{z-index:9;cursor:inherit;font-size: 80%;}

s{font-weight:normal;font-size:13px;}
.priceuvpstr_info{line-height:24px;font-size: 15px;display: none; position: absolute; background-color: rgb(255, 255, 255); margin: 10px; padding: 5px; border: 1px solid black; border-radius: 5px; z-index: 9999;top: 0px;width: inherit;max-width: inherit;min-width: 200px;}

/* Apple Pay */
#apple-pay-button{cursor:pointer;}
#apple-pay-button img{height:19px;padding:0px;}

/* Produkt UVP */
.price_d{position:relative;}
.price_d .priceuvpstr_info{position:absolute;top:24px;left:0px;}

/* SO Box Price UVP */
.so-box-price{position:relative;}
.so-box-price .priceuvpstr_info{position: absolute;z-index: 99;top: 22px;left: 14px;font-size: 10px;padding: 5px 5px;line-height: 11px;margin: 0px;width: 100%;}
.so-box-price .priceuvpstr svg{width:13px;}

/* Produkt UVP */
article svg{position:relative;z-index:9999;}
article .priceuvpstr_info{position: absolute;left: -11px;top: 18px;}
article .article-price{position:relative;}

.so-box-percent {
  position: absolute;
  left: 0px;
  top: 7px;
  background-color: #DF0000;
  font-weight: bold;
  color: #fff;
  padding: 0px 17px;
  border: 1px solid #DF0000;
  font-size: 10pt;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  border-bottom-right-radius: 12px;
  z-index: 999;
}

.so-box-imgcontainer {
  display: flex;
  justify-content: center;
  aspect-ratio: 16 / 9;
}

.so-box-bewertung {
  padding-left: 10px;
  margin-top: 5px;
}


.product-well {
  border-left: 10px solid #a0bfde;
  padding-left: 15px;
  font-weight: 200;
  font-size: 15px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.paar_err {
	border-radius: 4px;
	margin-top: 0px;
	font-size: 12px;
	color: #721c24;
	background-color: #f8d7da;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 10px;
	width: 100%;
	margin-bottom: 20px;
	display:none;  
	padding: 10px;
	text-align: center;
}

.hkrdfd-slider-container {
  position: relative;
}

.hkrdfd-slider-wrapper {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.hkrdfd-slider-wrapper_right {
  z-index: 80;
  content: ' ';
  display: block;
  background: url(/images/icons/svg/right.svg);
  background-repeat: no-repeat;
  background-position: -7px -3px;
  background-size: 25pt;
  position: absolute;
  height: 40px;
  width: 25px;
  right: 5px;
  top: 155px;
}

.hkrdfd-slider-wrapper_left {
  z-index: 80;
  content: ' ';
  display: block;
  background: url(/images/icons/svg/left.svg);
  background-repeat: no-repeat;
  background-position: -7px -3px;
  background-size: 25pt;
  position: absolute;
  height: 40px;
  width: 25px;
  left: 5px;
  top: 155px;
}

.hkrdfd-slider {
  padding: 2px 25px !important;
  height: 280px;
  overflow: hidden;
  margin-bottom: 5px;
}

.hkrdfd-slider {
  height: 260px;
  overflow: hidden;
  margin-bottom: 35px;
  width: max-content;
}

.hkrdfd-slider .so-box-item {
  text-align: left;
  height: 285px;
  width: 220px;
  max-width: 220px;
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 10px;
  padding: 20px;
}

.hkrdfd-slider .so-box-item img {
  max-height: 243px;
}

.hkrdfd-slider .so-box-item a {
  color: #000;
}

.hkrdfd-slider .so-box-title {
  font-weight: 200;
  display: block;
  margin: 6px;
}

.hkrdfd-slider .so-box-price {
  font-weight: bold;
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
}

.hkrdfd-slider .so-box-price .product_price_strike {
  font-weight: normal;
}

.variant-select {
  background: url(/images/icons/svg/down.svg) no-repeat;
  background-size: 25px;
  background-position: right 0.75rem center;
  font-weight: 600;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  min-height: 43px;
  padding-left: 10px;
}

.variant-select small {
  font-size: 10px;
  line-height: 2px;
  font-weight: normal;
}

.intowk-row #pcount {
  display: inline-block;
  max-width: 30%;
  height: 48px;
  float: left;
}

.intowk-row #intocart {
  width: 68%;
  float: right;
  margin: 0px;
}

.btn-cartdisabled{
	border-color:#a5a5a5 #a5a5a5 #bfbfbf;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#a5a5a5;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:1px solid rgb(160, 191, 222);*border:0;
	border-bottom-color:rgb(160, 191, 222);
	cursor:not-allowed;
}

.btn-cart-disabled-alternativecontent{display:none;}

.price_d {
  font-weight: 800;
  font-size: 1.4rem;
}

.price {
  font-weight: 800;
  font-size: 1.4rem;
}

.product_price_strike {
  font-weight: 100;
}

.pp-box {
  background: url(/images/icons/svg/down.svg) right -2px/30px no-repeat;
  cursor: pointer;
  transition: background 0.2s;
}

.pp-box.open {
  background: url(/images/icons/svg/up.svg) right -2px/30px no-repeat;
}

.pp-box .head {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
  font-size: 15pt;
  cursor: pointer;
}

.pp-box.open .head {
  border-bottom: 1px solid #fff;
  margin-bottom: 0px;
}

.pp-box .pp-box-content {
  display: none;
}

.pp-box .pp-box-content .so-box-item {
  height: auto;
}

.pp-box.open>.pp-box-content {
  display: block;
}

.pp-box-content img {
  max-width: 100%;
  height: auto;
}

.pp-box-content iframe {
  width: 100%;
  height: auto;
  min-height: 220px;
}

#variant-pop {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 10vh;
  background-color: #f5f9fc;
  width: 100%;
  left: 0px;
  height: 90vh;
  overflow-y: scroll;
  transition: top 1s;
  border-radius: 8px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

#variant-pop .close {
  position: relative;
  height: 25px;
  width: 25px;
  overflow: hidden;
  display: block;
  float: right;
  z-index: 999;
}

.variant-pop-var {
  margin: 5px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 5px;
  width: 45%;
  text-align: center;
}

.variant-pop-var img {
  display: block;
  max-height: 55px;
  margin: auto;
  margin-bottom: 15px;
}

.variant-pop-var-staff-var,
#variant-pop-var-staff-back {
  display: none;
}

#pvar {
  display: none;
}

#colDocs ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}

#colDocs li {
  word-break: break-all;
  margin-bottom: 1px;
  position: relative;
  border: 1px solid #a0bede30;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
}

#colDocs li:before {
  height: 30px;
  width: 22px;
  display: block;
  content: ' ';
  background: url(/images/icons/svg/docdown.svg) center 0px/24px no-repeat;
}

.delivery_lager {
  font-weight: bold;
  color: #018267;
}


/*
	SHOP
*/
.filter-row {
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* .filter-row img {
  padding: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right;
  position: relative;
  top: -5px;
  left: -5px;
} */

/* Muss feste Höhe und Breite haben; Danke Steve Jobs! */
article.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

.product-page{margin-bottom:20px;}

.article-img {
  text-align: center;
  height: auto;
  --bs-aspect-ratio: calc(10 / 15 * 100%);
}

.settetfilters .close_icon {
  position: relative;
  top: 6px;
}


#filter-pop {
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: -500px;
  background-color: #f5f9fc;
  width: 100%;
  left: 0px;
  height: 90vh;
  overflow-y: scroll;
  transition: bottom 1s;
  padding: 15px;
  border-radius: 20px 20px 0px 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

#filter-pop .close {
  position: relative;
  height: 25px;
  width: 25px;
  overflow: hidden;
  display: block;
  float: right;
  z-index: 999;
}

#filter-pop select {
  font-weight: bold;
}

article {
  font-size: 13px;
}

.article-title {
  height: 60%;
  display: flex;
  flex-direction: column;
}

.article-title h3 {
  line-height: 20px;
  font-size: 15px;
  margin-top: 5px;
}

.article-title h3 a {
  color: #000;
}

.product_price,
.product_price_d {
  font-size: 20px;
  font-weight: bold;

  margin-bottom: 0px;
}

p.product_price_s {
  font-size: 13px;
}

.rating_star {
  height: 15px;
  width: 15px;
  display: inline-block;
  background-color: #ccc;
  -webkit-mask-image: url(/images/icons/svg/star.svg);
  mask-image: url(/images/icons/svg/star.svg);
  -webkit-mask-size: 15px;
}

.rating_star.sel {
  background-color: #fbc104;
}

.rating_star.half {
    background: linear-gradient(
        to right,
        gold 50%,    /* linke Hälfte gefärbt */
        #ccc 50%     /* rechte Hälfte grau */
    );
}

.swiper-button-prev {
  color: #000 !important;
}
/* Verhindert die blaue Markierung beim schnellen Klicken */
.swiper-button-next,
.swiper-button-prev,
.swiper-wrapper,
.swiper-slide {
    -webkit-user-select: none; /* Für Safari */
    user-select: none; /* Standard-Syntax für moderne Browser */
}

.swiper-button-prev:after {
  font-size: 20px !important;
}

.swiper-button-next {
  color: #000 !important;
}

.swiper-button-next:after {
  font-size: 20px !important;
}

.shop-pagi{flex-wrap: wrap;padding-right:20px;}
.shop-pagi .page-link {word-break: keep-all !important;}


.swiper-pagination{display:none;}
.swiper-pagination-bullet {
	/*
  color: #000 !important;
  background-color: #000 !important;
  border-radius: 0px !important;
  width: 16px !important;
  height: 3px !important;
  */
  display:none;
}

.shopov-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  list-style: none;
  padding: 0;
}

.shopov-cats .shop-cat {
  text-align: center;
  margin-bottom: 30px;
  /* border-radius: 4px; */
  /* border: 1px solid #d5d5d5; */
}

.shopov-cats .shop-cat .image {
  display: block;
  padding-top: 30%;
  /* Das entspricht einem Verhältnis von 10:6 */
  position: relative;
}

.shopov-cats .shop-cat img {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shopov-cats .shop-cat a {
  font-weight: 600;
  display: block;
  padding-top: 15px;
  color: black;
}



.manufacuterer_icons {
  display: flex;
  list-style-type: none;
  padding: 0px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.manufacuterer_icons .manufacuterer_icon {
  padding: 10px 2px 2px 2px;
  width: 160px;
  margin: 0px 7px 14px 7px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  border-radius: 4px;
  aspect-ratio: 16 / 9;
}

.manufacuterer_icons .manufacuterer_icon img {
  display: block;
  margin: auto;
  padding-bottom: 10px;
}

.news-slider-container {
  position: relative;
}

.news-slider-wrapper {
  width: 100%;
  margin-bottom: 23px;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.news-slider {
  height: 410px;
  padding-left: 2px;
  overflow: hidden;
  margin-bottom: 0px;
  width: max-content;
}

.test_ov_article {
  margin-right: 20px;
  margin-top: 20px;
  overflow: hidden;
  width: 300px;
  float: left;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  padding-bottom: 15px;
}

.test_ov_title {
  height: 80px;
  overflow: hidden;
  display: inline-block;
  font-weight: 600;
  padding: 10px 10px 0px 10px;
}

.test_ov_duno {
  margin-top: 5px;
  line-height: 26px;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.test_ov_intro {
  padding: 0 10px;
  margin-top: 5px;
  line-height: 26px;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.test_ov_article_inner {
  height: 350px;
  overflow: hidden;
}

.test_ov_img_container img {
  width: 100%;
}

.test_ov_img_container {
  min-height: 167px;
}

.tests-row .test_ov_img_container {
  margin: -15px;
  padding-bottom: 15px;
}

.test_ov_vidimg {
  padding-bottom: 15px !important;
}

.ref-slider {
  padding-left: 2px;
  margin-top: -8px;
  height: 260px;
  overflow: hidden;
  width: max-content;
}

.ref_ov_article {
  margin-top: 10px;
  text-align: left;
  height: 216px;
  margin-right: 20px;
  overflow: hidden;
  width: 290px;
  float: left;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  background: white;
}

.ref_ov_title {
  height: 60px;
  overflow: hidden;
  display: inline-block;
  font-weight: 400;
  margin-top: 0px;
  padding: 10px;
}

.ref_ov_article_inner {
  height: 410px;
  overflow: hidden;
}


/* Mike */

/* FUSSBALL WM 2026 - MENÜ ANIMATION FUSSBALL */


.fussball-icon {
    width: 15px;
    height: 15px;
    margin-right: 0;
    vertical-align: middle;
    animation: fussball-bounce 1.4s infinite;
    transform-origin: center bottom;
}

@keyframes fussball-bounce {
    /* Boden - plattgedrückt durch Aufprall */
    0% {
        transform: translateY(0) scaleY(0.75) scaleX(1.25);
        animation-timing-function: cubic-bezier(0.3, 0, 0.5, 1);
    }
    /* Wieder rund - kurz nach Abstoß */
    6% {
        transform: translateY(-3px) scaleY(1) scaleX(1);
        animation-timing-function: cubic-bezier(0.25, 0, 0.5, 0.6);
    }
    /* Leicht gestreckt im Aufstieg */
    18% {
        transform: translateY(-9px) scaleY(1.08) scaleX(0.94);
        animation-timing-function: cubic-bezier(0.33, 0.4, 0.67, 1);
    }
    /* Scheitelpunkt - hängt kurz in der Luft, rund */
    38% {
        transform: translateY(-11px) scaleY(1) scaleX(1);
        animation-timing-function: cubic-bezier(0.4, 0, 0.7, 1);
    }
    /* Fällt - leicht gestreckt durch Beschleunigung */
    58% {
        transform: translateY(-6px) scaleY(1.08) scaleX(0.94);
        animation-timing-function: cubic-bezier(0.5, 0, 0.75, 1);
    }
    /* Aufprall - wieder rund kurz vor Boden */
    66% {
        transform: translateY(-1px) scaleY(1) scaleX(1);
        animation-timing-function: cubic-bezier(0.3, 0, 0.5, 1);
    }
    /* Voller Aufprall */
    70% {
        transform: translateY(0) scaleY(0.78) scaleX(1.22);
        animation-timing-function: cubic-bezier(0.3, 0, 0.5, 1);
    }
    /* Zweiter Hüpfer - kleiner */
    74% {
        transform: translateY(-2px) scaleY(1) scaleX(1);
        animation-timing-function: cubic-bezier(0.33, 0.4, 0.67, 1);
    }
    82% {
        transform: translateY(-4px) scaleY(1) scaleX(1);
        animation-timing-function: cubic-bezier(0.5, 0, 0.75, 1);
    }
    88% {
        transform: translateY(-1px) scaleY(0.92) scaleX(1.08);
        animation-timing-function: cubic-bezier(0.3, 0, 0.5, 1);
    }
    /* Dritter Mini-Hüpfer */
    92% {
        transform: translateY(-1.5px) scaleY(1) scaleX(1);
    }
    96% {
        transform: translateY(0) scaleY(0.88) scaleX(1.12);
    }
    /* Liegt - kurze Pause */
    100% {
        transform: translateY(0) scaleY(0.75) scaleX(1.25);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fussball-icon {
        animation: none;
    }
}





.page-sb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slogan {
  height: 30%;
}

.flex {
  display: flex;
  flex-directdivion: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.artikel {
  justify-content: unset;
}

.news.entrys,
div#creds-row,
div#tests-row {
  display: grid;
  gap: 20px;
}

/*.löschen wenn test_ov_article aus testberichten raus ist*/
.news_container.test_ov_article {
  width: auto;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}

.news.entrys.shop {
  justify-content: unset;
}

.wk-right {
  position: sticky;
  height: 700px;
  top: 125px;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
  background: white;
  margin-bottom: 20px;
}

.mikebox2 {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}

#availability:hover .hover-text {
  display: block;
}




/*
	WK
*/
.wk-product {
  display: flex;
  background-color: #fff;
  margin-bottom: 15px;
}
#mail_step_password{display:none;}

.wk-product.checkout {
  display: block;
}

.wk-product i {
  font-style: normal !important;
  font-size: 11px;
}

.wk-product .wk-product-remove {
  position: relative;
  height: 25px;
  width: 25px;
  overflow: hidden;
  display: block;
  float: right;
  z-index: 1;
}

.wk-product-image {
  max-width: 17%;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 10px;
}

.wk-product-image img {
  height: auto;
  max-width: 100%;
}

.wk-product-info {
  font-size: 10pt;
  font-weight: 500;
  width: 100%;
}

.wk-product-checkout-price span {
  width: 49%;
  float: left;
}

.wk-product-checkout-price span.price {
  text-align: right;
}

.wk-product-price {
  font-size: 14pt;
  display: block;
  margin-top: 10px;
}

.wk-product-amount-reduce,
.wk-product-amount-add {
  float: left;
  display: inline-block;
  padding: 3px;
  border: 2px solid #E3ECF5;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 15px;
  font-size: 15pt;
  text-align: center;
}

.wk-product-amount-add {
  line-height: 19px;
}

.article_amount {
  width: 60px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  margin: 0px 15px;
  text-align: center;
  padding-left: 15px;
}

.wk-summe {
  padding: 35px 40px 30px;
  background-color: #fff;
}

.wk-summe-text {
  float: left;
}

.wk-summe-nums {
  text-align: right;
}

.wk-kasse {
  padding: 0px 45px 30px;
  background-color: #fff;
  margin-bottom: 15px;
}

.wk-text {
  font-size: 0.8rem;
  font-weight: 200;
  color: grey;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.wk-finanzierung {
  display: block;
  width: 90%;
  text-align: center;
  margin-top: 30px;
  left: 5%;
  right: 0;
  padding: 5px;
  position: relative;
  font-weight: 500;
  ;
  border-radius: 4px;
  font-size: 0.8rem;
  background: #a0bede30;
}

/*
#products_express_checkouts{display:flex;width:100%;}
#paypal-expressproduct {
  position: relative;
  z-index: 100;
  margin-right: 5px;
  flex: 1;
  border-radius: 4px; /
  border: 1px solid #ddd; 
  background-color: #fff; 
  color: #333;
  text-align: center;
  font-size: 15px; 
  font-weight: 500; 
  cursor: pointer;
  transition: all 0.3s ease-in-out; 
  padding: 10px 20px;
  margin-top: 10px;
  height: auto;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); 
}
#paypal-expressproduct:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px); 
}
#paypal-expressproduct:active {
  background-color: #e9e9e9; 
  transform: translateY(1px); 
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

#amazon-expressproduct {
  position: relative;
  z-index: 100;
  margin-left: 5px;
  flex: 1;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  margin-top: 10px;
  height: auto;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

#amazon-expressproduct:hover {

  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

#amazon-expressproduct:active {
  background-color: #e9e9e9;
  transform: translateY(1px);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
*/

#paypal-expressproduct img, #amazon-expressproduct img, #amazon-expressproduct2 img{height:15px;}
#amazon-expressproduct img{margin-top:4px;}
#paypal_later{margin-top:10px;}
#AmazonPayButtonCart{display:none;}

#amazon-expressproduct2 {
    position: relative;
    overflow: hidden;
}
#AmazonPayButtonCart {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0; 
    z-index: 10;
    cursor: pointer;
}

.paypal-expresskasse,
#payWithAmazonDiv,
#payWithAmazon2Div,
.payWithApplePayDiv  {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  /*border: 2px solid #000;*/
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition-duration: 0.4s;
  padding: 6px 15px 6px 15px;
  margin-top: 15px;
}

.pay-next-btn {
  width: 100%;
  display: inline-block;
  border: 2px solid black;
  padding: 10px;
  border-radius: 4px;
  color: black;
  font-weight: 600;
  text-align: center;
}

div#cc-widget-container {
  height: 500px;
}

.paypal-expresskasse img,
#payWithAmazonDiv img,
#payWithAmazon2Div img  {
  height: 15px;
}

.amazon-payment-button-loaded {
    opacity: 0.01;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 38px !important;
}

.checkout-ww {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 15px;
}

.checkout-ww input {
  margin-bottom: 15px;
}

.wk-gutschein {
  margin-bottom: 15px;
}

#rabat_code {
  height: 45px;
  border: none;
  padding: 10px;
  margin-right: 4.5%;
  width: 55%;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

/* #rabat_code.checkout {
  width: 53%;
  border: 1px solid #ccc;
  height: 42px;
  border-radius: 6px;
} */

.btn-rabatt {
  color: #000;
  background-color: white;
  border: 2px solid #a0bfde;
  width: 37.5%;
  padding: 8px;
}


.wk-gutschein .text-error {
  color: #425f69;
  font-size: 12px;
  padding: 10px;
  margin-top: 10px;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  border: 0px;
}

label.co input {
  margin-bottom: 0px;
}

#wk-bill-comp,
#wk-deli-comp,
#wk-packstation {
  display: none;
}

.wk-input-wrap-30 {
  float: left;
  width: 29%;
  margin-right: 1%;
}

.wk-input-wrap-70 {
  float: left;
  width: 69%;
  margin-left: 1%;
}

.has-error input {
  border: 1px solid red;
}

.newsletter-container {
  min-height: 600px;
}

.newsletter-container iframe {
  min-height: 600px;
}


/*
	Standorte
*/
#gmap {
  width: 100%;
  min-height: 400px;
}

#standortetabs .nav-link{
	display:block;
}

.prevcont {
  max-height: 500px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.prevcont img {
  max-width: 100% !important;
  height: auto;
}

.place-box h1 {
  margin-top: 15px;
}

#gmap .gm-style-iw {
  border-radius: 5px !important;
}

.gmap-inner-info {
  text-align: left;
}

.gmap-inner-info .title {
  font-size: 15pt;
  margin-bottom: 5px;
  display: block;
}

.gm-style-iw button {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
}

.standorte .p15.bgw {
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  border-radius: 4px;
}

/*
	Rand
*/
#termin_vereinbaren_muenchen,
#termin_vereinbaren_content {
  display: none;
  padding: 10px;
  text-align: center;
  background: white;
  margin-top: 20px;
}

.spamprot {
  width: 100px;
  display: inline;
  margin-left: 5px;
  height: 42px;
  padding-top: 0px;
}

.rpass {
  background-color: #fff;
  padding: 15px;
}

.rpass label {
  font-weight: bold;
  font-size: 14pt;
}

.accordion-no-content-padding .accordion-body {
  padding: 1rem 0px !important;
}

#termin_vereinbaren_send {
  display: none;
}

.accordion-item {
  border-left: 0px;
  border-right: 0px;
}

.figcaption {
  font-size: 11px;
  margin-top: 5px;
}

#tv_shop {
  background: #fff url(/images/icons/svg/down.svg) no-repeat;
  background-size: 25px;
  background-position: right 0.75rem center;
}

.wk-badge {
  color: #fff;
  z-index: 9;
  background-color: #a0bfde;
  border-radius: 50%;
  padding: 5px 11px 5px 0px;
  display: inline-block;
  font-size: 12px;
  /* Passen Sie die Schriftgröße nach Bedarf an */
  line-height: normal;
  /* Standardmäßige Zeilenhöhe */
  text-align: center;
}

/* Zusätzlicher Stil, um sicherzustellen, dass es bei einer Ziffer immer rund bleibt */
.wk-badge:empty:before {
  content: "0";
  visibility: hidden;
}



.box_empf strong {
  text-align: center;
  display: block;
}

/*
	FOOTER
*/
.footerbrands {
  background-color: #2a2a2a;
  padding-top: 20px;
}

/*.footer-boxes{text-align:center;}*/
.foot,
.foot a {
  color: #fff;
  font-weight: normal;
}

.footer_social_icon {
  max-height: 37px;
  margin: 5px;
}

input.btn-changetodesktop {
  color: #fff;
  background: transparent;
  border: 0px;
  font-size: 11pt;
  margin-top: 5px;
}


/*
	Breitenrechner
*/
.breitenrechner-tabs {
  width: 100%;
  display: block;
}

.abstandsrechner_detail_tab {
  position: relative;
  font-size: 11.6pt;
  color: #aeaeae;
  display: inline-block;
  padding: 10px;
  margin: 0px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  overflow: hidden;

}

.abstandsrechner_detail_text {
  padding: 15px;
  padding-top: 30px;
  display: none;
  /* border: 1px solid #999; */
}

.abstandsrechner_detail_text.active {
  padding: 15px;
  padding-top: 30px;
  display: block;
}

.abstandsrechner_detail_tab:hover {
  background-color: #fcfcfc;
  color: #666;
  text-decoration: none;
}

.abstandsrechner_detail_tab.active {
  background-color: #fcfcfc;
  color: #666;
  text-decoration: none;
}

/* .abstandsrechner_detail_tab:last-child {
  border-right: 1px solid #999;
} */

.breitenrechner_groessen_img {
  width: 160px;
  display: block;
  margin: auto;
}

.breitenrechner_groessen_content {
  padding-right: 10px;
}

.breitenrechner_groessen_content h5 {
  color: rgb(160, 191, 222);
  font-size: 18pt;
  line-height: 22pt;
  position: relative;
  margin-bottom:15px;
}

.breitenrechner_groessen_content .entfernung {
  width: 45%;
  float: left;
  display: block;
  border: 1px solid #ccc;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}

.breitenrechner_groessen_content .nbr_entfernung,
.breitenrechner_groessen_content .nbr_bildbreite {
  float: right;
  display: block;
  top: 0px;
  height: 38px;
  width: 49%;
  text-align: right;
  position: relative;
  padding-right: 20px !important;
  background: #fff url(/images/icons/m.jpg) no-repeat;
  background-size: 13px;
  background-position: right 5px top 13px;
}

.breitenrechner_groessen_content .entfernung_btn,
.breitenrechner_groessen_content .breite_btn {
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid black;
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
  font-size:13px;
}


.breitenrechner_groessen_content .result {
  display: none;
}

.breitenrechner_groessen_content .result table {
  margin-top: 15px;
  border: 1px solid #ccc;
  width: 100% !important;
}

.breitenrechner_groessen_content .result small {
  font-size: 75%;
}

.breitenrechner_groessen_content .btn-result {
  background-color: rgb(160, 191, 222);
  display: inline-block;
  padding: 10px;
  color: #fff;
  width: 100%;
}

/*
	Referenzen
*/
.ref-cat {
  display: flex;
  height: 150px;
}

.ref-cat img {
  max-height: 118px;
  margin-bottom: 10px;
}

.ref-cat a {
  padding-right: 10px;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  display: block;
}

.ref_article_image img {
  border-radius: 4px;
  padding-bottom: 0;
  aspect-ratio: 16/9;
}

.ref_article_image {
  overflow: hidden;
  margin-bottom: 5px;
  aspect-ratio: 16 / 9;
}

.ref_article {
  background-color: #f5f9fc;
}

.news_container.referenz {
  background: none;
  min-height: 100px;
  padding: 0;
  box-shadow: none;
}


/*
	Kommentar
*/
.btn-comment {
  margin-top: 6px;
  height: 55px;
  width: 235px;
  font-weight: bold;
}

.span6 .btn-comment {
  height: auto;
  font-weight: bold;
  margin: 10px auto;
  display: block;
  width: 80%;
}

.comment_star {
  background: #fff url('/images/icons/star-rating-empty.png') no-repeat center center;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  margin-right: 0px;
  display: inline-block;
}

.comment_star.sel {
  background: #fff url('/images/icons/star-rating-full.png') no-repeat center center;
  background-size: 21px 21px;
}

li#comment_star_text {
  position: relative;
  top: -6px;
}

#commented_star {
  width: 78px;
  display: inline-block;
}

.commented_star {
  background: #fff url('/images/icons/star-rating-empty.png') no-repeat center center;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-right: 0px;
  display: inline-block;
}

.commented_star:last-child {
  margin-right: 0;
}

.commented_star.sel {
  background: #fff url('/images/icons/star-rating-full.png') no-repeat center center;
  background-size: 12px 12px;
}

.commented strong {
  position: relative;
  top: -2px;
  font-size: 13pt;
}

.commented {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.commented i {
  font-style: 100;
  color: #5C5C5C;
  font-size: 13px;
}

.comment_comment {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition-duration: 0.4s;
  padding: 8px 15px 8px 15px;
  margin: 10px 5px 5px 0px;
  margin-left: auto;
  margin-right: auto;
}

.commented i {
  font-weight: bold;
}

.commented {
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
  padding: 20px;
  border-radius: 20px 8px 8px 0px;
}

.subcomment {
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
  padding: 20px;
  border-radius: 20px 8px 8px 0px;
  background-color: #a0bede20;
  margin-left: 5vw;
  margin-bottom: 30px;
}

.subcomments {
  margin-top: 15px;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

/*.subcomment{margin-bottom: 15px;padding-top: 10px;padding-left: 5rem;}*/
.subcomment i {
  font-weight: 400;
  font-size: 0.8rem;
}

.comment_stars {
  height: 30px;
  text-align: center;
  width: 100%;
}

/* .maincomment_form {
  display: none;
} */

#comment_star_text {
  display: none;
}

.comments-in-product .rating_star {
  height: 25px;
  width: 25px;
  -webkit-mask-size: 25px;
  margin-top: 0px;
  top: -7px;
  position: relative;
}

.comments-in-product .product-top-stars {
  margin-top: 0px !important;
}

.com_result {
  position: relative;
  top: -3px;
  font-weight: bold;
  font-size: 11pt;
  margin-left: 4px;
  color: #5c5c5c;
}

.comments-in-product .com_result {
  position: relative;
  top: -10px;
  font-weight: bold;
  font-size: 13px;
  margin-left: 2px;
  color: #5c5c5c;
}

.product-top-stars {
  margin-top: 10px;
}

.well {
  border-left: 10px solid #a0bfde;
  padding-left: 15px;
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 20px;
}

#rating-modal {
  width: 250px;
  padding: 10px;
  background-color: #fff;
  border: 2px solid rgb(160, 191, 222);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 1px 1px #666;
  box-shadow: 1px 1px 1px 1px #666;
  display: none;
  position: absolute;
}

#rating-modal a {
  display: block;
  margin-top: 10px;
  text-align: center;
}

#rating-modal span {
  float: none;
}

.rating-modal-box {
  width: 100%;
  left: 0px;
  margin-bottom: 5px;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rating-modal-5,
.rating-modal-4,
.rating-modal-3,
.rating-modal-2,
.rating-modal-1 {
  width: 50%;
  height: 13px;
  display: inline-block;
  border: 1px solid #ccc;
  position: relative;
  top: 2px;
}

img.comment_official {
  margin-right: 0px;
  height: 18px;
  position: relative;
  top: -2px;
  margin-left: 9px;
}


.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    padding:0;
}

.product-grid {
    display: grid;
    gap: 1rem;
    padding: 0;
    /* Mobile: 2 Spalten */
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .product-grid {
        /* Tablet: 3 Spalten */
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .product-grid {
        /* Desktop: 4 Spalten */
        grid-template-columns: repeat(4, 1fr);
    }
}


/*Mike Banner Neu*/
.banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding: 0;
}

.bannerWithoutButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.bannerlinks {
  text-align: center;
  padding: 20px;
}

.bannerlinks .button23 {
    text-transform: uppercase;
}

.angebote-seite .bannerlinks .button23 {
    min-height: 70px !important;
    vertical-align: top !important;
    height: 100% !important;
}


.bannerrechts {
  width: 100%;
  padding: 0px;
  aspect-ratio: 16 / 9;
}

.bannerheader {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  line-height: 1.2;
  font-weight: 800;
  padding-bottom:10px;
  text-transform: uppercase;
}

.bannertext {
  font-size:.8rem;
}


/* Preis-Umbruch verhindern */
@media (max-width: 767px) {
    .banner .button23 {
        margin: 0.25rem 0.15rem !important;
        padding: 0.6rem 0.8rem !important;
        font-size: 0.85rem !important;
        min-width: auto !important;
        white-space: normal; /* Erlaubt BR-Tags */
    }
    
    /* Preis-Span darf nicht umbrechen */
    .banner .button23 .fw-bold,
    .banner .button23 span:last-child {
        white-space: nowrap !important;
    }
    
    /* Button-Container flexibel machen */
    .banner .bannerlinks > div:last-child {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.4rem;
        max-width: 100%;
    }
    
    /* Links in den Buttons auf volle Breite */
    .banner .bannerlinks > div:last-child > a {
        flex: 0 0 calc(50% - 0.4rem);
        max-width: calc(50% - 0.4rem);
    }
    
    /* Button soll volle Breite nutzen */
    .banner .bannerlinks > div:last-child > a .button23 {
        width: 100%;
        display: block;
        overflow: hidden; /* Verhindert Überlauf */
        text-overflow: ellipsis;
    }
}


.asproducts {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    padding: 30px 0;
    line-height: 2rem;
}






/*Angebote Seite*/




.banner {
    position: relative;
    overflow: hidden;
}



.sticky-disclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1rem;
    font-size: 0.3rem;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    z-index: 1040;
    box-shadow: 0 -4px 20px rgba(160, 190, 222, 0.1);
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}




/* YT Frames */
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Tables */
.table-container {
  width: 100%;
  /*overflow: scroll;*/
}

.foot .table-container {
  overflow: hidden;
}


/*
	Beamerfinder
*/
#beamerfinder_container{position: absolute;margin: auto;width: 100vw;height: 100vh;z-index: 999999999;display: block;top: 0px;background: rgb(0, 0, 0, 0.2);}
#beamerfinder_container img{max-height: 220px;position:relative;z-index:1}
#beamerfinder_wrapper {max-height: 90vh; overflow-y:scroll; -webkit-overflow-scrolling: touch;width: 90vw;background-color: #fff;margin: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);max-width: 1400px;padding: 40px 20px; border-radius:12px; -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);border: 0px;}
#beamerfinder_wrapper .bigb{font-size:17px;}
#beamerfinder_wrapper .btn-close {cursor: pointer;position: absolute;right: 20px;top: 0px;}
#beamerfinder_wrapper .modal-content{overflow-y:scroll;-webkit-overflow-scrolling:overflow-x:hidden;}
#beamerfinder_wrapper{will-change: transform;}

#bf1, #bf2, #bf3, #bf4, #bf5, #bf6, #bf7, #bf8, #bf9, #absenden{display:none;}
#bf2{overflow:hidden !important;}
.bf-slider-container {width: 100%;margin: 50px 0px;text-align: center;position: relative;}
.bf-slider {width: 100%;height: 25px;background: #d3d3d3;outline: none;opacity: 0.7;transition: opacity .2s;position: relative;}
.bf-slider:hover {opacity: 1;}
.smiley {font-size: 2.2rem;position: absolute;top: 0px;left: 50%;transform: translateX(-50%);cursor:grab;pointer-events: none;}
.bf_img_label_container{display:flex;}
.bf_img_label {overflow: hidden;padding: 15px;border: 2px solid #ccc;margin-right: 10px;margin-bottom: 10px;flex-basis: 280px;transform:scale(1.0);box-shadow: 0;transition: all 0.5s;}
.bf_img_label:hover{transform: scale(1.03);box-shadow: 0 8px 8px rgba(0, 0, 0, .16);}
.bf_img_label img{max-height: 220px;display: block;margin-bottom: 10px;}

.bf_radio_line {padding: 10px;position: relative;flex-grow: 1;padding-top: 30px;font-size:12px; text-align: center;}
.bf_radio_line.first{text-align:left;}
.bf_radio_line.last{text-align:right;}
.bf_radio_line input {display: block;}
.bf_radio_line > input {display:none;}
.bf_radio_line img {max-height: 220px;display: block;margin-bottom: 10px;}
.bf_radio_line:after {content: ' ';width: 100%;height: 2px;background: #a0bede;position: absolute;left: 23px;top: 15px;z-index: 0;}
.bf_radio_line.checked:before {background: #a0bede;animation: shrink 0.5s forwards;}
@keyframes shrink {
	0% {
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}

.bf_radio_line.last:after {content: ' ';left:-23px;}
.bf_radio_line:before {content: ' ';height: 13px;width: 13px;background-color: #ccc;position: absolute;border-radius: 10px;z-index: 9;top:10px;right: 50%;}
.bf_radio_line.first:before{left:12px;right:inherit;}
.bf_radio_line.last:before{right: 12px;}
.bf_radio_line_wrapper{display:flex;}
.bgpoints{position:relative;}
.bgpoints:after {background: linear-gradient(to bottom, transparent 85%, lightblue 41%) repeat-y;    background-size: 5px 31px;background-position: right 24px center;content: ' ';position: absolute;height: 100%;width: 100%;left: 0px;top: 35px;}

#beamerfinder_container .modal-content{border:none;}

/* Service Anmelden */
.servicea-container .bigb{font-size:17px;}
.upload-container .file-upload {border: 1px dashed #ccc;padding: 20px;border-radius: 5px;margin-bottom: 20px;cursor: pointer;position: relative;max-width: 400px;text-align: center;margin: auto;}
.upload-container .file-upload p {margin: 0;font-size: 14px;color: #666;}
.upload-container .file-upload button {margin-top: 10px;padding: 5px 10px;font-size: 14px;}
#uploadedFilesList{font-size: 12px;max-width: 400px;margin: auto;}
.file-item{display:flex;align-items: center;justify-content: center;}
.file-item p{flex-grow: 1;margin:0px;}
.file-item button{background-color: #fff;color: red;border: none;font-size: 15px;}
	
	
/* Vids */
video {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Swiper no Swiping :D https://c.tenor.com/U1gBkr5igfgAAAAC/swiper-no.gif  https://swiperjs.com */
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}


.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

.swiper video {
  max-width: 100%;
}

.productswiper img {
  max-height: 400px;
}

.swiper-slide-product,
.swiper-var-slide {
  aspect-ratio: 15 / 10;
  overflow: hidden;
}


/* Mike Button*/
.button22,
button.button22 {
  display: inline-block;
  border-radius: 3px;
  background-color: #000;
  border: 2px solid #000;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition-duration: 0.1s;
    min-height: 32px !important;     /* Über axe-core Minimum */
    min-width: 24px !important;      /* axe-core Minimum */
    padding: 8px 20px !important;
    margin: 10px 10px 10px 10px !important;         /* Ausreichend Abstand */
}

.button22:first-child {
  margin-left: 0 !important; /* Erster Button ohne links-margin */
}

.button22:hover,
button.button22:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);
    color:white;
}

.button23 {
  display: inline-block;
  border-radius: 3px;
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  min-height: 32px !important;
  min-width: 24px !important;
  padding: 8px 20px !important;
  margin: 10px 10px 10px 0 !important; /* Kein linkes Margin mehr */
  transition-duration: 0.1s;
}

.button23:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);
  color: black;
}

/*Mike Infobox*/
.infobox>.infoicon {
  text-align: center;
  position: relative;
  width: 100%;
}

.infobox>.infoicon>.infoimage {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 6px solid white;
  line-height: 10px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
}

.infobox>.infoicon>.infoinfo {
  margin-top: -20px;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 35px 10px 10px 10px;
}

/*Mike Fahne*/
.fahne {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  filter: drop-shadow(0px 0px 5px rgba(50, 50, 0, 0.5));
}

.fahne:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 3px;
  width: 20px;
  height: 80px;
  box-sizing: border-box;
  bottom: 0px;
  border-radius: 0px 0px 0px 0px;
  transform: skewX(-23deg) translateX(-8px);
  border-top: 0px solid rgb(0, 0, 0);
  border-right: 6px solid rgb(160, 191, 222);
  border-bottom: 0px solid rgb(0, 0, 0);
  border-image: initial;
  background-color: rgb(255, 255, 255);
  border-left: none;
}

.fahnezeile1 {
  border-image: initial;
  background: linear-gradient(293deg, transparent 30px, #FFF 0);
  color: rgb(0, 0, 0);
  font-size: 30px;
  border-left: none;
  border-right: none;
  text-align: left;
  display: inline-grid;
  -webkit-box-align: center;
  padding-left: 20px;
  padding-right: 36px;
  margin-right: 9px;
  box-sizing: border-box;
  height: 80px;
  overflow: auto;
  font-weight: 800;
  align-content: center;
  line-height: 30px;
}

.fahnezeile2 {
  font-size: 13pt;
  font-weight: 200;
  display: block;
  text-transform: none;
}

/* Vergleich */
.vergleich {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.vergleich::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%; /* Passt das Seitenverhältnis nach Bedarf an */
}

.vergleich img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
}

.vergleich img:first-child {
    clip: rect(0, 50vw, 100vh, 0); /* Schneidet das Bild rechts der Mitte ab */
}

.vergleich img:last-child {
    clip: rect(0, 100vw, 100vh, 50vw); /* Schneidet das Bild links der Mitte ab */
}

.vergleich .slider {
    position: absolute;
    top: 0;
    z-index: 10; /* Stellt sicher, dass der Slider über den Bildern liegt */
    cursor: ew-resize;
    width: 2px; /* Schmalerer Slider */
    height: 100%;
    background-color: #FFF;
    left: 50%; /* Startposition in der Mitte */
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vergleich .slider::before{
    content: '';
    position: absolute;
    top: 47%;
    border: solid #fff;
    border-width: 2px;
    border-radius: 30px;
    display: inline-block;
    padding: 20px;
	left: -21;
}


.vergleich .slider::after {
  content: '';
  height: 45px;
  width: 42px;
  background: transparent url(/images/svg/vergleich-arrows.svg);
  z-index: 8;
  position: absolute;
  display: inline-block;
  top: 47%;
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  left: -20px;
}

/* HAPPY FRIDAY Text */
.text-effect {
  overflow: hidden;
  position: relative;
  filter: contrast(110%) brightness(190%);
}

.neon {
  position: relative;
  background: #000;
  color: transparent
}

.neon::before,
.neon::after {
  content: attr(data-text);
  color: #fff;
  filter: blur(0.02em);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none
}

.neon::after {
  mix-blend-mode: difference
}

.gradient,
.spotlight {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 10
}

.gradient {
  background: linear-gradient(204deg, #a0bfde, #3dc0f0);
  mix-blend-mode: multiply
}

.spotlight {
  -webkit-animation: light 5s infinite linear;
  animation: light 5s infinite linear;
  background: radial-gradient(circle, white, transparent 25%) 0 0/25% 25%, radial-gradient(circle, white, black 25%) 50% 50%/12.5% 12.5%;
  top: -100%;
  left: -100%;
  mix-blend-mode: color-dodge
}

@-webkit-keyframes light {
  100% {
    transform: translate3d(50%, 50%, 0)
  }
}

@keyframes light {
  100% {
    transform: translate3d(50%, 50%, 0)
  }
}

.neon {
  font: 700 180px Open Sans, sans-serif;
  text-align: center;
  margin: 0
}

.neon:focus {
  outline: none;
  border: 1px dotted #fff
}

.scroll-down {
  position: relative;
  left: 50%;
  bottom: 10px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation: fade_move_down 4s ease-in-out infinite;
  animation: fade_move_down 4s ease-in-out infinite;
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}







.h-box-row {
  margin: 0 auto;
  overflow: hidden;
}

.h-box-w {
  height: 310px;
}



/*
	PayPal Express Confirm
*/



/* Container für Rechnungs- und Lieferanschrift */
.addresses-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.addresses-container .wk-box {
  flex: 1 1 48%;
}

/* Allgemeine Boxen für Inhalte */
.wk-box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wk-box-g {
  border-left: 4px solid #a0bede;
}


/* Formularfelder */
.wk-input-wrap {
  position: relative;
  margin-bottom: 20px;
}

.wk-input-wrap input[type="text"],
.form-control {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-floating:has(select:focus),
.form-floating:has(select:not(:placeholder-shown)) {
  label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  }
}

.wk-input-wrap.has-error input {
  border-color: #e74c3c;
}

.wk-placeholder {
  position: absolute;
  left: 15px;
  color: #aaa;
}

/* Warenkorb – Tabellen ohne sichtbare Ränder */
table.table-condensed {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.table-condensed td,
.table-condensed th {
  padding: 10px;
  border: none;
}


/* Bilder im Warenkorb */
.carttable-image img {
  min-width: 100%;
  width: 100%;
  border-radius: 5px;
}

/* Preis- und Textausrichtung */
.order_price,
.carttable-price {
  text-align: right;
  font-weight: bold;
}

/* Zusammenfassung / Summe unten unter den Einzelpreisen */
.summary-row td {
  border-top: 2px solid #ddd;
  padding-top: 10px;
  font-weight: bold;
}



/* Hinweistext im Formular */
.wk-box-bottom {
  font-size: 0.9em;
  color: #777;
  margin-top: 10px;
}




/*
	Neuer Produktslider
*/
.recos-slider-container {position: relative;}
.recos-slider-wrapper {width: 100%;overflow: hidden;overflow-x: scroll;-webkit-overflow-scrolling: touch;position: relative; margin-bottom:15px}
.recos-slider-wrapper_right {z-index: 80;content: ' ';display: block;background: url(/images/icons/svg/right.svg);background-repeat: no-repeat;background-position: center;background-size: 25pt;position: absolute;height: 95%;width: 50px;right: -10px;}
.recos-slider-wrapper_left {z-index: 80;content: ' ';display: block;background: url(/images/icons/svg/left.svg);background-repeat: no-repeat;background-position: center;background-size: 25pt;position: absolute;height: 95%;width: 40px; left: -10px;}
.recos-slider .energielabel-wrapper{bottom: 43px;}
.recos-slider {height: 415px;overflow: hidden;  width: max-content;padding-left: 40px;padding-right:40px;margin-bottom: 20px;margin-right:40px;display: flex;position: relative;gap: 20px;}
.recos-slider .slider-item {text-align: left;margin: 0 auto;max-width: 90%;color: #333;border-radius: 5px;padding-bottom: 0.75rem;overflow: hidden;position: relative;}

/* .recos-slider-wrapper.recos-category .recos-slider{padding-left:0px;} */

.recos-slider .product-card {background:#fff;border-right: 2px solid #fff;border: 1px solid #a0bede30;border-radius: 12px;position: relative;max-width:270px;padding:15px;}
.recos-slider .product-card img {margin-bottom: 0.25rem;max-height: 150px;}
.recos-slider .product-card p {margin: 0;padding: 0 0.5rem;font-weight: 200;font-size: 13px;line-height: 22px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.recos-slider .product-card .product_name {font-weight:600;height:50px;}
.recos-slider .product-card .price {margin-top:4px;font-size:16px;font-weight:600;}
.recos-slider .product-card .uvp {height:20px;overflow:visible;}
.recos-slider .product-card .card_description{font-weight:normal;display:block;height: 40px;font-size: 0.8rem;line-height: 1.2rem;margin-bottom:8px;}
.recos-slider .product-card .card_description a{font-weight:normal;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.recos-slider .product-card .recomsbewertung {margin-bottom:8px;color: gold; font-size:15px;}
.recos-slider .product-card .priceuvpstr_info{top: 237px;right: 0px;}

.recos-slider .product-card:hover{cursor: pointer;border: 1px solid #ddd;}

.recos-slider-container .controls {margin: 0;padding: 0;list-style: none;position: absolute;left: 0;background: #fff;width: 100%;top: 50%;transform: translatey(-50%);display: flex;align-items: center;justify-content: space-between;}
.recos-slider-container .controls:focus{outline: none;}
.recos-slider-container .controls li:hover {cursor: pointer;}

.recos-slider .product-card > a::after {
    content: "";
    position: absolute;
    inset: 0; /* top, right, bottom, left = 0 */
    z-index: 1;
}
.recos-slider .product-card .sheet,
.recos-slider .product-card .energielabel-body a,
.recos-slider .product-card svg {
    position: relative;
    z-index: 2;
}


.recos-slider .energielabel-body{padding:0px;display:block;height:30px;}
.recos-slider .energielabel-body img{height:20px;float: left;}

.energielabel-body .shop_energielabel a.labelico{display:inline;}
.energielabel-body .shop_energielabel a.sheet{display: inline;text-align:left;padding-left:5px;}

.recos-slider .shop_energielabel{display:block;}

@media (min-width: 1600px) {
	.recos-slider-wrapper.recos-category{overflow:hidden;}
	/* .recos-slider-wrapper.recos-category .recos-slider{padding-left:35px;} */
	.recos-slider-wrapper.recos-category .recos-slider-wrapper_left{display:none;}
	.recos-slider-wrapper.recos-category .recos-slider-wrapper_right{display:none;}
}

/* Mike - Cards Neu */
.karte-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  align-items: flex-start;
}

.karte {
  --padding: 1rem;
  background: white;
  border-radius: .25rem;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.karte-header {
  font-size: 1.5rem;
  padding: var(--padding);
  padding-bottom: 0;
  margin-bottom: .5rem;
}

.karte-header.karte-image {
  padding: 0;
  overflow: hidden;
}

.karte-header.karte-image>img {
  display: block;
  width: 100%;
  max-height: 200px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transition: 200ms transform ease-in-out;
}

.karte:hover>.karte-header.karte-image>img {
  transform: scale(1.025);
}

.karte-body {
  font-size: .9rem;
  padding: 0 var(--padding);
  height: 70px;
}

.karte-footer {
  margin-top: 1rem;
  padding: var(--padding);
  padding-top: 0;
}

.knopf {
  --color: hsl(200, 50%, 50%);
  background: var(--color);
  color: white;
  border: none;
  font-size: 1rem;
  padding: .5em .75em;
  border-radius: .25em;
  cursor: pointer;
}

.knopf:hover,
.knopf:focus {
  background: hsl(200, 50%, 60%);
}

.knopf.knopf-outline {
  background: none;
  border: 1px solid var(--color);
  color: var(--color);
}

.knopf.knopf-outline:hover,
.knopf.knopf-outline:focus {
  background: hsl(200, 50%, 90%);
}

.knopf+.knopf {
  margin-left: .25rem;
}

/* Ladning PAge Laser-TZV*/
/*.landing-one {background-color: #fff;padding: 20px;position:relative;}
.landing-top-btn{background-color:#3dc0f0;color:#fff;padding:10px 20px;display:inline-block;margin-right:20px;}
.landing-top-btn:hover{cursor:pointer;color:#fff;text-decoration:none;}

.landing-top{position:relative;height: 520px;background-color: #2a2a2a;}
.landing-top-img-0{position:absolute;left:0px;top:0px;display:none;}
.landing-top-img-1{position:absolute;left:0px;top:0px;display:none;}
.landing-top-img-2{position:absolute;left:0px;top:0px;}
.landing-top-img-3{position:absolute;left:0px;top:0px;display:none;}
.landing-top-left {width: 621px;height: 520px;position: relative;float: left;}
.landing-top-right {width: 302px;float: right;color: #fff;padding-top: 80px;}
.landing-top-btn-0{position: absolute;cursor:pointer;z-index: 9;padding: 10px 20px;background-color: #fff;bottom: 30px;left: 20px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.landing-top-btn-1{position: absolute;cursor:pointer;z-index: 9;padding: 10px 20px;background-color: #fff;bottom: 30px;left: 140px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.landing-top-btn-2{position: absolute;cursor:pointer;z-index: 9;padding: 10px 20px;background-color: #fff;bottom: 30px;left: 295px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.landing-top-btn-3{position: absolute;cursor:pointer;z-index: 9;padding: 10px 20px;background-color: #fff;bottom: 30px;left: 455px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.landing-top h1{font-size: 34.5px;line-height: 45px;}

.image-top-btn:hover, .image-top-btn.active{background-color:#5C5C5C;color:#fff;}

.landing-one{position:relative;padding-bottom:20px;}
.landing-one-right{position:absolute;right:0px;top:0px;}
.landing-one-left{width: 480px;line-height:18px;}


.landing-two{background-color:#fff;}
.landing-two .so-box-item {
    max-width: 25%;
}

.landing-three {padding: 20px;color: #fff;background-color: #5c5c5c;}
.landing-three-0{width:430px;float:left;}
.landing-three-1{width:160px;text-align:center;float:left;padding-top: 5px;}
.landing-three-2{width:160px;text-align:center;float:left;padding-top: 5px;}
.landing-three-3{width:160px;text-align:center;float:left;padding-top: 5px;}
.landing-three-1 img, .landing-three-2 img, .landing-three-3 img{height:45px;margin-bottom:20px;}

.landing-three a{color:#fff;}
.landing-three a:hover{color:#fff;text-decoration:none;}
.landing-three h2 {font-size: 33.5px;line-height: 40px;}

.landing-four{position:relative;}
.landing-four-top{position:relative;height: 368px;}
.landing-four-img-0{position:absolute;left:0px;top:0px;}
.landing-four-img-1{position:absolute;left:0px;top:0px;display:none;}
.landing-four-btn-0{width:100px;text-align:center;position: absolute;cursor:pointer;z-index: 9;padding: 10px 20px;background-color: #fff;bottom: 70px;left: 20px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.landing-four-btn-1{width:100px;text-align:center;position: absolute;cursor:pointer;z-index: 9;padding: 10px 20px;background-color: #fff;bottom: 30px;left: 20px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}

.landing-four-headline-right {position: absolute;background-color: #5C5C5C;padding: 20px;right: 0px;color: #fff;width: 200px;box-shadow:-5px 0 5px -2px #666}
.landing-four-headline-right h3{font-size: 31px;line-height: 40px;}
.landing-four-headline-right-1{top:315px;}
.landing-four-headline-right-2{top:1515px;}
.landing-four-1{background-color:#fff;padding:20px;}
.landing-four-1-inner{width:600px;line-height:18px;}
.landing-four-2{background-color:#fff;}

.landing-four-headline-left {position: absolute;background-color: #5C5C5C;padding: 20px;left: 0px;color: #fff;width: 200px;box-shadow:5px 0 5px -2px #666}
.landing-four-headline-left h3{font-size: 31px;line-height: 40px;}
.landing-four-headline-left-1 {top: 805px;}

.landing-four-3 {margin-top: 20px;background-color: #fff;}
.landing-four-3-inner{padding:20px;line-height:18px;}

.landing-four-4 {margin-top: 20px;background-color: #fff;padding:20px;}
.landing-four-4 .span3{text-align:center;}
.landing-four-4 .span3 img{width:85px;padding-top:4px;}
.landing-four-4 .span9{line-height:18px;}


.vjs-wrapper{position:relative;z-index:9999999;height: 340px;}
.vjs-wrapper video{position:absolute;z-index:1;}

.phone-paytype {display: inline-block;width: 48%;margin-bottom: 15px;}
.phone-paymenttypes {text-align: left;}
.phone-pay-boxes #paypal, .phone-pay-boxes #vorkasse, .phone-pay-boxes #kreditkarte, .phone-pay-boxes #finanzierung, .phone-pay-boxes #amazon{display:none;}*/
.phone-paytype{cursor:pointer;}


.box-row {
  display: flex;
  overflow: hidden;
  /*overflow-x: scroll;*/
  -webkit-overflow-scrolling: touch;
  position: relative;
}

@media (max-width: 760px) {
	.bestenliste .box-row {
	  overflow-x: scroll;
	}
}

h3.empf {
  margin: 20px 0px;
}

/* Testboxen /tests/beamer usw.. */
.testbox-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  border-radius: 5px;
  background-color: white;
  justify-content: center;
}

.testbox-image {
  display: inline-flex;
  align-items: center;
  font-size: 40px;
  line-height: 40px;
}

.testbox-image img {
  border-radius: 8px 0px 0px 0px;
}

.testbox-title {
  padding: 20px;
  flex-grow: 1;
  text-align: center;
}

.testbox-separator {
  background-color: #a0bede;
  width: 100%;
  height: 4px;
}

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

.testbox-info-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 10%;
}

.testbox-info-text {
  background-color: #a0bede10;
  width: 100%;
  padding: 20px;
  line-height: 1.2rem;
}

.testbox-info-text p {
  color: #000000;
}




/* Testtabelle /tests/beamer usw.. */

p.test-produktname {
  padding: 5px;
  font-size: .8rem;
  line-height: 1.2rem;
  font-weight: 600;
  color: #5c5c5c;
}

.test-inhalt {
  display: block;
  flex-wrap: wrap;
}

.test-inhalt-links {
  flex-basis: 60%;
}

h3.toc-titel {
  font-size: 20px;
}

.toc-titel::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 4px solid #3f3f3f;
  margin-top: 15px;
  margin-bottom: 30px;
}



.test-inhalt-rechts {
  flex-basis: 40%
}

.testbox-table-container {
  display: flex;
  flex-direction: row;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  overflow-x: auto;
  background-color: #a0bede10;
}

.testbox-table-container div:nth-child(2n) .testbox-table-cell {
  background-color: #a0bede20
}

.testbox-table-container div:first-child .testbox-table-cell {
  background-color: transparent
}

.testbox-table-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap
}

.testbox-table-cell {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: left;
  height: 100px;
  width: 250px;
}

.testbox-table-cell-product {
  width: 250px;
  height: 121px;
}

.testbox-table-cell-test {
  height: 41px;
}

.testbox-table-cell-image {
  height: 170px;
  background-color: white !important;
  padding: 30px;
}

.testbox-table-cell-check {
  height: 90px;
}

.testbox-table-cell-btn {
  height: 85px;
}

.testbox-table-cell-price {
  height: 95px;
}

p.product_price_d {
  margin-top: 0px;
}


.testbox-table-link {
  text-decoration: underline;
  cursor: pointer
}

.beamertest-ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  margin-left: 0
}

.beamertest-ul li {
  list-style-type: none;
  padding-left: 0
}

.beamertest-ul li a {
  text-decoration: none;
  line-height: 25px
}


.modal-backdrop {
  background-color: rgb(0, 0, 0, 0.5);
}




/* .card-img-top {
  aspect-ratio: 16 / 9;
} */

.clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}



#ajaxnewscontainer {
  min-height: 300px;
}

.page-link {
  color: #000;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #000;
}



#wk-modal-likesells .product-slider{height:245px;overflow:visible;}




.btn-zahlarten {
  border-radius: 0.3rem;
  min-width: 100px; /* Mindestbreite für die Buttons */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background-color: #fff; 
  border: 1px solid #aeaeae;
  transition: box-shadow 0.2s ease-in-out;
}
.btn-zahlarten img {
  max-height: 20px;
}
.btn-zahlarten:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


/*
	Kategorie Header
*/



.cathead {
  background-position: center;
  background-size: cover;
  height: 250px;
  display: flex;
  justify-content: center;
  margin: 0px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: white;
  flex-direction: column;
}

.catheadtxt {
  font-weight: 700;
  margin-bottom: 5px;
}

.catheaddesc {
  font-size: 0.8rem;
  line-height: 1.3rem
}


#trustbadge-container-98e3dadd90eb493088abdc5597a70810{z-index:500 !important;}





.cat-konto {
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=700,quality=30/upload/heimkinoraum-konto.jpg'); /* Standardbild */
}

@media (max-width: 900px) {
  .cat-konto {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=900,quality=30/upload/heimkinoraum-konto.jpg'); /* Bild für kleine Bildschirme */
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  .cat-konto {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1400,quality=50/upload/heimkinoraum-konto.jpg'); /* Bild für mittelgroße Bildschirme */
  }
}

@media (min-width: 1401px) {
  .cat-konto {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=2400,quality=80/upload/heimkinoraum-konto.jpg'); /* Bild für große Bildschirme */
  }
}





.cat-standorte {
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=700,quality=30/upload/heimkinoraum-standorte_2.jpg'); /* Standardbild */
}

@media (max-width: 900px) {
  .cat-standorte {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=900,quality=30/upload/heimkinoraum-standorte_2.jpg'); /* Bild für kleine Bildschirme */
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  .cat-standorte {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1400,quality=50/upload/heimkinoraum-standorte_2.jpg'); /* Bild für mittelgroße Bildschirme */
  }
}

@media (min-width: 1401px) {
  .cat-standorte {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1920,quality=80/upload/heimkinoraum-standorte_2.jpg'); /* Bild für große Bildschirme */
  }
}





.cat-shop {
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=700,quality=30/upload/heimkinoraum-shop.jpg'); /* Standardbild */
}

@media (max-width: 900px) {
  .cat-shop {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=900,quality=30/upload/heimkinoraum-shop.jpg'); /* Bild für kleine Bildschirme */
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  .cat-shop {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1400,quality=50/upload/heimkinoraum-shop.jpg'); /* Bild für mittelgroße Bildschirme */
  }
}

@media (min-width: 1401px) {
  .cat-shop {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1920,quality=50/upload/heimkinoraum-shop.jpg'); /* Bild für große Bildschirme */
  }
}


.cat-refe {
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=700,quality=30/upload/heimkinoraum-referenzen_2.jpg'); /* Standardbild */
}

@media (max-width: 900px) {
  .cat-refe {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=900,quality=30/upload/heimkinoraum-referenzen_2.jpg'); /* Bild für kleine Bildschirme */
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  .cat-refe {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1400,quality=50/upload/heimkinoraum-referenzen_2.jpg'); /* Bild für mittelgroße Bildschirme */
  }
}

@media (min-width: 1401px) {
  .cat-refe {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1920,quality=50/upload/heimkinoraum-referenzen_2.jpg'); /* Bild für große Bildschirme */
  }
}



.cat-test {
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=700,quality=30/upload/heimkinoraum-testberichte.jpg'); /* Standardbild */
}

@media (max-width: 900px) {
  .cat-test {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=900,quality=30/upload/heimkinoraum-testberichte.jpg'); /* Bild für kleine Bildschirme */
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  .cat-test {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1400,quality=50/upload/heimkinoraum-testberichte.jpg'); /* Bild für mittelgroße Bildschirme */
  }
}

@media (min-width: 1401px) {
  .cat-test {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1920,quality=50/upload/heimkinoraum-testberichte.jpg'); /* Bild für große Bildschirme */
  }
}



.cat-angebote {
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=2400,quality=90/upload/images/2026/angebote-heimkinoraum-wm2026-2.jpg'); /* Standardbild */
  background-position-y: 80%;
}

@media (max-width: 900px) {
  .cat-angebote {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1600,quality=80/upload/images/2026/angebote-heimkinoraum-wm2026-2.jpg'); /* Bild für kleine Bildschirme */
    background-position-y: 80%;
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  .cat-angebote {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=20000,quality=80/upload/images/2026/angebote-heimkinoraum-wm2026-2.jpg'); /* Bild für mittelgroße Bildschirme */
    background-position-y: 80%;
  }
}

@media (min-width: 1401px) {
  .cat-angebote {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=2400,quality=90/upload/images/2026/angebote-heimkinoraum-wm2026-2.jpg'); /* Bild für große Bildschirme */
    background-position-y: 80%;
  }
}




.cat-news {
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=2400,quality=90/upload/heimkino-news-header.jpg'); /* Standardbild */
}

@media (max-width: 900px) {
  .cat-news {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1600,quality=80/upload/news-header-mobil.jpg'); /* Bild für kleine Bildschirme */
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  .cat-news {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=20000,quality=80/upload/heimkino-news-header.jpg'); /* Bild für mittelgroße Bildschirme */
  }
}

@media (min-width: 1401px) {
  .cat-news {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=2400,quality=90/upload/heimkino-news-header.jpg'); /* Bild für große Bildschirme */
  }
}


.cat-newsletter {
  position: relative; /* Stellen Sie sicher, dass die Positionierung relativ ist */
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=700,quality=30/upload/heimkinoraum-newsletter.jpg'); /* Standardbild */
  z-index: 1; /* Stellen Sie einen z-Index ein, um die Schichtung zu steuern */
}

.cat-newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); /* Dunkler Overlay-Effekt */
  z-index: -1; /* Stellen Sie sicher, dass der Overlay hinter dem Hintergrund bleibt, aber über dem Bild */
}



.cat-newsletter {
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=700,quality=30/upload/heimkinoraum-newsletter-abo.jpg'); /* Standardbild */
}

@media (max-width: 900px) {
  .cat-newsletter {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1200,quality=50/upload/heimkinoraum-newsletter-abo.jpg'); /* Bild für kleine Bildschirme */
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  .cat-newsletter {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1400,quality=50/upload/heimkinoraum-newsletter-abo.jpg'); /* Bild für mittelgroße Bildschirme */
  }
}

@media (min-width: 1401px) {
  .cat-newsletter {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=2400,quality=50/upload/heimkinoraum-newsletter-abo.jpg'); /* Bild für große Bildschirme */
  }
}




.cat-termin {
  position: relative; /* Stellen Sie sicher, dass die Positionierung relativ ist */
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=700,quality=30/upload/heimkinoraum-newsletter-abo.jpg'); /* Standardbild */
  z-index: 1; /* Stellen Sie einen z-Index ein, um die Schichtung zu steuern */
}

.cat-termin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); /* Dunkler Overlay-Effekt */
  z-index: -1; /* Stellen Sie sicher, dass der Overlay hinter dem Hintergrund bleibt, aber über dem Bild */
}



.cat-termin {
  background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=700,quality=30/upload/heimkinoraum-termin2_1.jpg'); /* Standardbild */
}

@media (max-width: 900px) {
  .cat-termin {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=900,quality=50/upload/heimkinoraum-termin2_1.jpg'); /* Bild für kleine Bildschirme */
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  .cat-termin {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=1400,quality=40/upload/heimkinoraum-termin2_1.jpg'); /* Bild für mittelgroße Bildschirme */
  }
}

@media (min-width: 1401px) {
  .cat-termin {
    background-image: url('https://www.heimkinoraum.de/cdn-cgi/image/width=2400,quality=50/upload/heimkinoraum-termin2_1.jpg'); /* Bild für große Bildschirme */
  }
}














/*
	Blurry Text
*/


.blurry-text {
  animation: blurAnimation 1s forwards;
  /* Animation definieren */
  transition: font-size 0.4s ease-in-out;
}

@keyframes blurAnimation {
  0% {
    filter: blur(5px);
  }

  100% {
    filter: blur(0);
  }
}



#ratenrechner-container {font-size: 10pt;line-height: 12pt;margin-top: 10px;}
#ratenrechner-container .tb-rk-modal{display:none;}
#ratenrechner-right .modal-content{height:60vh;}
#ratenrechner-right iframe{width:100%;height:100%;}
#ratenrechner-right .ec-widget, #ratenrechnerdata{display:none;}
#ratenrechner-right .tb-rk-modal.fade{opacity:1;}
#ratenrechnerbody{overflow:hidden;}
.checkout_ec_calc{    display: none;cursor: pointer;font-weight: 200;-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);border: 0px;border-radius: 6px;padding: 8px 12px;white-space: nowrap;}


@media (min-width: 576px) {

  /* .xl{margin-left: calc(-50vw + 50%);margin-right: calc(-50vw + 50%);padding-left: calc(50vw - 51%);padding-right: calc(50vw - 51%);} */
  .news.entrys,
  div#creds-row,
  div#tests-row {
    grid-template-columns: repeat(2, 1fr);
  }

  /* .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 700px;
  } */


  .mikebox2 {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (min-width: 767px) {


  /* .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  } */


  .news.entrys,
  div#tests-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer_hr {
    width: 0%;
    margin: 0px;
  }
}

@media (min-width: 992px) {



  .fixed.active {
    overflow: hidden;
    height: 73px;
    margin-top: -15px;
  }

  .cathead {
    height: 400px;
  }

  .news.entrys,
  div#tests-row {
    grid-template-columns: repeat(3, 1fr);
  }

  div#covterminvereinbaren .container {
    background: #e3ecf5;
  }

  .complete-header-wrapper {
    height: 170px;
  }

  .footerbrands .container {
    background: #2a2a2a
  }



  .slider-homepage-box.box1 {
    max-width: 300px;
    background: #fff url(/images/home-center2-bg.jpg);
    background-position: 0px 65px;
    background-size: 100% auto;
    height: 330px;
    background-repeat: no-repeat;
    font-size: 150%;
    line-height: 30px;
    padding-top: 15px;
  }

  .slider-homepage-box.box2 {
    max-width: 300px;
    background: #fff url(/images/home-center-bg.jpg);
    height: 330px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-size: 150%;
    line-height: 30px;
    padding-top: 15px;
    background-position: 0px 89px;
  }

  .slider-homepage-box.box3 {
    max-width: 300px;
    background: #fff url(/images/home-center3-bg.jpg);
    background-position: 0px 38px;
    height: 330px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-size: 150%;
    line-height: 30px;
    padding-top: 15px;
  }

  .slider-homepage-box a {
    padding-bottom: 200px
  }

  h2.home {
    padding: 20px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  h1.home {
    font-size: 40px;
    line-height: 44px;
  }

  .nav-big {
    display: flex;
  }

  .navi.activebig {
    margin-top: 117px;
  }

  .navigation {
    display: none !important;
  }

  .scroll-down {
    display: none;
  }

  .test-inhalt {
    display: flex
  }

  .beamertest-ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .testbox-info-text {
    width: 90%
  }

  .testbox-info-icon {
    display: inline-flex;
  }

  .testbox-box {
    justify-content: space-between;
  }

  p.test-produktname {
    padding: 5px;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 600;
    color: #5c5c5c;
  }

  .shopov-cats,
  .grid1,
  .grid2 {
    grid-template-columns: repeat(4, 1fr);
  }

  .wk-flex {
    display: grid;
    grid-template-columns: 65% 33%;
    gap: 27px;
  }

  .topnav {
    margin-top: 8px;
  }

  .content {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    transition: margin-right .6s ease-in-out;
    padding: 2rem;
    border-radius: 12px;
    margin-left: 13px;
  }

  .content-ref {
    margin-left: 3rem;
    margin-top: -60px;
    background-color: white;
    padding: 2rem;
    border-radius: 12px;
    transition: margin-left .6s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    z-index: 999;
  }

  #variant-pop {
    width: 50%;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }


}


@media (min-width: 1200px) {
  .news.entrys,
  div#tests-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .stickydesk {
    position: sticky;
    top: 180px;
  }
}

@media (min-width: 1279px) {
  .bannerrechts {
    width: 50%;
  }
  .bannerlinks {
    width: 50%;
    text-align: left;
  }
}



@media (max-width: 1279px) {
  .banner {
    flex-direction: column; /* Stapelt die Elemente vertikal */
  }
  .bannerrechts {
    order: -1; /* Schiebt das Bild (bannerrechts) an den Anfang */
  }
}




@media (max-width: 1199px) {
  .so-box-empf {
    display: none;
  }
}

@media (min-width: 1600px) {
  .so-box-empf {
    margin-bottom: 20px;  
  }
}


@media (min-width: 1400px) {

  .fixhead {
    margin: 0 auto;
    max-width: 1500px;
  }
  .ref_article_image img {
    transition: transform .5s ease;
  }
  .ref_article_image:hover img {
    transform: scale(1.05);
  }
  .news_container img {
    transition: transform .5s ease;
  }
  .news_container:hover img {
    transform: scale(1.02);
  }
  .card {
    overflow: hidden;
  }
  .card img {
    transition: transform .5s ease;
  }
  .card:hover img {
    transform: scale(1.02);
  }
  #filter-pop {
    width: 66%;
    left: 346px;
  }
  .row-cols-xxl-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}


@media (min-width: 1600px) {
		.container,
	  .container-lg,
	  .container-md,
	  .container-sm,
	  .container-xl,
	  .container-xxl {
		max-width: 1600px;
	  } 

	  .bopad {
		padding-bottom:40px !important;
	  }
}

/* .ccm-root [role="document"][tabindex]::before{display:none !important;} */
.ccm-root [role="document"][tabindex]::before {
  display: block;
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 5px;
  width: 0;
  border-left: 0px solid #fff0;
  transition: border-color 0.125s ease-in-out;
  border-radius: 1px;
}

/* Dark Mode Desktop*/
/* @media (prefers-color-scheme:dark) and (min-width: 1024px) {
	body {background:#2a2a2a}	
	.complete-header-wrapper {background: #2a2a2a;}	
    .fixed {background: #2a2a2a;}
	.logo {background: url(https://www.heimkinoraum.de/images/heimkinoraum_w.svg) no-repeat;height: 40px;padding-left: 300px;}
	img.user {-moz-box-sizing: border-box;background: url(/images/icons/svg/user_w.svg)    no-repeat;padding-left: 30px;padding-top: 27px;}
	img.wk {-moz-box-sizing: border-box;background: url(/images/icons/svg/wk_w.svg)    no-repeat;padding-left: 30px;/;padding-top: 27px;}
	.fixed.active {background: #2a2a2a;padding-left: 12px;padding-right: 12px;}
	.nav-big {background: #2a2a2a;}
	.nav-big a {color: white; font-weight:200}
	.nav-big:hover {background-color: #000;-webkit-transition: background-color 2s ease-out;-moz-transition: background-color 2s ease-out;-o-transition: background-color 2s ease-out;transition: background-color 2s ease-out;}
	.navi {border-bottom: 1px solid #2a2a2a;padding-bottom: 2px;}
	.navi:hover {border-bottom: 1px solid #a0bfde;padding-bottom: 1px;}
  .bg-lg-ci10 {background:none;}
  .text-fett {color:white;}
  .row {color:white;}
} */


.bannertext * {
  color: inherit !important;
}


#review_order .modal-backdrop { background: #111 !important; }
#review_order .modal-backdrop.show { opacity: .55 !important; }
#review_order .modal-dialog.modal-bewertung { max-width: 680px; }
#review_order .modal-body-hkr { max-height: 68vh; overflow-y: auto; }

/* Header star badge */
#review_order .hkr-star-badge {
	width: 32px;
	height: 32px;
	background: #a0bede;
	color: #fff;
	font-size: .8rem;
	flex-shrink: 0;
}

/* Inputs: light grey background */
#review_order .hkr-input {
	background: #f5f6f8;
	border: 1px solid #e8eaed;
	border-radius: 8px;
	font-size: .82rem;
	color: #3a4250;
	padding: .5rem .8rem;
	font-family: 'Open Sans', sans-serif;
	transition: border-color .2s, box-shadow .2s;
}
#review_order .hkr-input::placeholder { color: #a8aeb8; }
#review_order .hkr-input:focus {
	background: #fff;
	border-color: #212529;
	box-shadow: 0 0 0 3px rgba(33,37,41,.08);
	color: #3a4250;
	outline: none;
}
/* Product image */
#review_order .product-thumb {
	width: 64px;
	height: 64px;
	object-fit: contain;
	flex-shrink: 0;
	margin-top: -5px;
}

/* Star rating */
#review_order .star-rating {
	display: inline-flex;
	gap: 1px;
	direction: rtl;
}
#review_order .star-rating input { display: none; }
#review_order .star-rating label {
	font-size: 1.25rem;
	color: #d5d8dc;
	cursor: pointer;
	transition: color .1s, transform .1s;
	margin: 0;
	line-height: 1;
}
#review_order .star-rating label:hover,
#review_order .star-rating label:hover ~ label,
#review_order .star-rating input:checked ~ label {
	color: #e8b829;
}
#review_order .star-rating label:hover { transform: scale(1.12); }

/* Portal divider line */
#review_order .portal-divider::before,
#review_order .portal-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #dee2e6;
}

/* External link boxes */
#review_order .external-link { height: 56px; transition: border-color .2s, transform .15s; }
#review_order .external-link img { max-height: 28px; }
#review_order .external-link:hover { border-color: #adb5bd; transform: translateY(-1px); }

/* Success icon */
#review_order .success-icon {
	width: 64px;
	height: 64px;
	animation: pop .4s cubic-bezier(.175,.885,.32,1.275);
}
@keyframes pop {
	0% { transform: scale(0); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}

/* Transitions */
#review_order .fade-section { transition: opacity .3s ease, transform .3s ease; }
#review_order .fade-section.fading-out { opacity: 0; transform: translateY(-6px); }
#review_order .fade-section.fading-in { animation: fadeIn .35s ease forwards; }
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}
/* Markierung aufheben, sobald der Nutzer etwas anklickt */
#review_order  .product-review-row:focus-within {
    background-color: transparent !important;
    border-color: #dee2e6 !important;
    transition: all 0.3s ease;
}

/* Sanfter Übergang für die Fehlerfarben */
#review_order  .product-review-row {
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
