
@font-face {
	font-family: 'Futura PT';
	src: url('FuturaPT-Bold.woff2') format('woff2'),
	url('FuturaPT-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Futura PT Extra';
	src: url('FuturaPT-ExtraBold.woff2') format('woff2'),
	url('FuturaPT-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bell Gothic';
	src: url('BellGothic-Roman.woff2') format('woff2'),
	url('BellGothic-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bell Gothic Black';
	src: url('BellGothicStd-Black.woff2') format('woff2'),
	url('BellGothicStd-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue LT Pro';
	src: url('HelveticaNeueLTPro-Cn.woff2') format('woff2'),
	url('HelveticaNeueLTPro-Cn.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue LT Pro';
	src: url('HelveticaNeueLTPro-BdCn.woff2') format('woff2'),
	url('HelveticaNeueLTPro-BdCn.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('Inter_24pt-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('Inter_24pt-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}



html, body, #app, .accordion-button {
	background-color:#ffffff !important;
	font-family: 'Bell Gothic';
	font-size:16px;
}



/* Sprachenwechsler */
.language-switcher-dropdown {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
}

.language-switcher-dropdown .dropdown-toggle {
	background-color: transparent;
	border: none;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.language-switcher-dropdown .dropdown-toggle img {
	width: 20px;
	height: auto;
	margin-right: 8px;
}

.language-switcher-dropdown .dropdown-menu {
	display: none; /* Standardmäßig ausgeblendet */
	position: absolute;
	top: 100%; /* Positioniert das Dropdown direkt unter dem Button */
	right: auto; /* Entfernt die automatische Ausrichtung am rechten Rand */
	left: -80px; /* Verschiebt das Menü nach links für Abstand */
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1001; /* Überlappt andere Inhalte */
	min-width: 150px; /* Breite des Dropdown-Menüs */
	padding: 5px 0;
	border-radius: 4px;
	text-align: left;
}

.language-switcher-dropdown .dropdown-menu.show {
	display: block; /* Dropdown anzeigen */
}

.language-switcher-dropdown .dropdown-menu a {
	display: flex;
	align-items: center;
	padding: 8px 10px; /* Mehr Platz für Links */
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

.language-switcher-dropdown .dropdown-menu a img {
	width: 20px;
	height: auto;
	margin-right: 8px;
}

.language-switcher-dropdown .dropdown-menu a:hover {
	background-color: #f1f1f1; /* Hover-Effekt */
}






#app, .accordion-button {
	padding:20px 30px 0px 30px;
}
.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-body {
	background-color:#ffffff !important;
	padding-left:0px !important;
	padding-right:0px !important;
}

strong {
	font-family: 'Bell Gothic Black', sans-serif;
	font-weight:900 !important;
}

h4.accordion-header button {
	text-transform: uppercase;
	font-family: 'Futura PT Extra';
	color:#00458D !important;
	font-size:16px !important;
	padding-left:0px !important;
	padding-bottom:0px !important;
	height:100px;
	padding-top:50px !Important;
}

h1 {
	text-transform: uppercase !important;
	font-family: 'Futura PT Extra' !important;
	color:#00458D !important;
	font-size:36px !important;
}
h2 {
	text-transform: uppercase !important;
	font-family: 'Futura PT Extra' !important;
	color:#00458D !important;
	font-size:26px !important;
}
h3 {
	text-transform: uppercase !important;
	font-family: 'Futura PT Extra' !important;
	color:#00458D !important;
	font-size:20px !important;
}
h4 {
	text-transform: uppercase !important;
	font-family: 'Futura PT Extra' !important;
	color:#00458D !important;
	font-size:16px !important;
}


.accordion-button:not(:has(collapsed)) {
	box-shadow:none !important;
}

.accordion-button.collapsed::after {
	content: "▼";
	color: #00458D;
	background-image: none;
	padding-left:5px !important;
}

.accordion-button:not(.collapsed)::after {
	content: "▼";
	color: #00458D;
	background-image: none !important;
	padding-top:5px !important;
	padding-left:-5px !important;
}
.accordion-deactivate::after {
	content: "" !important;
}




.slider {
	text-align:center;
	align-content: center;
	margin:20px auto;
	padding: 0px 20px 0px 20px;
}


#thumbnail-carousel-track .splide__list {
	justify-content: center;
}

#thumbnail-carousel-list {

}



.thumbnails {
	display: flex;
	margin: 1rem auto 0;
	padding: 0;
	justify-content: center;
}

.thumbnail {
	width: 120px;
	height: auto;
	overflow: hidden;
	list-style: none;
	margin: 0 0.2rem;
	cursor: pointer;
	opacity: 0.3;
}

.thumbnail img {
	width: 100%;
	height: auto;
}

.is-active {
	opacity: 1;
}




@media (max-width: 576px) {
	.slider img {
		max-width:100%;
	}
}

.eulabel {
	object-fit: cover;
	width:100%;
	max-width:150px;
	border:1px solid #000000;
}
.eu_tyre_label {
	margin-top:50px;
	margin-bottom:10px;
}


/* Overlay ausgeblendet */
.label-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8); /* Hintergrund abdunkeln */
	display: none; /* Unsichtbar, bis das Overlay angezeigt wird */
	justify-content: center;
	align-items: center;
	z-index: 1000; /* Oberhalb aller Elemente in der UI */
}

.eu_tyre_label img {
	cursor: pointer; /* Hand-Symbol bei Mausover */
}


.label-overlay.show {
	display: flex; /* Wird bei Klick auf "showLabel" sichtbar gemacht */
}

.label-overlay img {
	max-width: 90%;
	max-height: 90%;
	border: 5px solid white;
	border-radius: 10px;
}


#label-overlay div {
	position: relative;
	display: inline-block; /* Umrahmt das Bild und den Button */
}

#overlay-img {
	display: block; /* Verhinderung unerwünschter Überlagerung */
	max-width: 90%;
	max-height: 90%;
	border: 5px solid white;
	border-radius: 10px;
}

.close-button {
	position: absolute;
	top: -25px;
	right: 5px;
	background: red;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 1060;
}

.close-button:hover {
	background: darkred;
}

/* Optional: Übergänge für Hover-Effekte */
.label-overlay.show {
	display: flex;
}



.tyre_bezeichnung {
	margin-top:40px;
}
.productclaim {
	text-transform: uppercase !important;
	font-family: 'Futura PT Extra' !important;
	color:#00458D !important;
	font-size:20px !important;
	margin-top:40px;
}
.productShortText {
	font-family: 'Futura PT' !important;
	font-size:20px !important;
}


.intro_text {
	margin-left:50px;
}

@media (max-width: 576px) {
	.intro_text {
		margin-left:0px !important;
	}
}




.notyre {
	width:100%;
	max-width:600px;
	height: auto;
	object-fit: cover;
}

.splide__slide img {
	max-width: 600px;
	height: auto;
	margin: 0 auto;
}
.splide__slide {
	opacity: 0.6;
}
.splide__track {
	display: flex;
	justify-content: center;
	align-items: center;
}

.splide__slide.is-active {
	opacity: 1;
	border:0px !important;
}

.splide__arrow--prev, .splide__arrow--prev {
	left: -2.5rem !important;
}
.splide__arrow--next, .splide__arrow--next {
	right: -2.5rem !important;
}



.splide__arrow {
	background:none !important;
	height: 3em !important;
	width: 3em !important;
	opacity: 1 !important;
}
.splide__arrow svg {
	fill: #00458D !important;
	height: 3em !important;
	width: 3em !important;
}

.splide__arrow--prev svg {
	width:100%; height:40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2300458D' viewBox='0 0 40 40' width='40' height='40' focusable='false'%3E%3Cpath d='M2.33 40c-0.63 0-1.27-0.26-1.72-0.76c-0.86-0.95-0.79-2.42 0.16-3.29L18.1 20.23L0.74 4.03 C-0.2 3.15-0.25 1.68 0.63 0.74s2.35-0.99 3.29-0.11l19.21 17.93c0.47 0.45 0.74 1.07 0.74 1.72c0 0.65-0.28 1.27-0.76 1.71 L3.89 39.4C3.44 39.8 2.88 40 2.33 40z'%3E%3C/path%3E%3C/svg%3E") !important;
	background-repeat:no-repeat;
}
.splide__arrow--next svg {
	width:100%; height:40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2300458D' viewBox='0 0 40 40' width='40' height='40' focusable='false'%3E%3Cpath d='M2.33 40c-0.63 0-1.27-0.26-1.72-0.76c-0.86-0.95-0.79-2.42 0.16-3.29L18.1 20.23L0.74 4.03 C-0.2 3.15-0.25 1.68 0.63 0.74s2.35-0.99 3.29-0.11l19.21 17.93c0.47 0.45 0.74 1.07 0.74 1.72c0 0.65-0.28 1.27-0.76 1.71 L3.89 39.4C3.44 39.8 2.88 40 2.33 40z'%3E%3C/path%3E%3C/svg%3E") !important;
	background-repeat:no-repeat;
}



.icons_tyre_label {
	padding-top:20px;
	padding-bottom:10px;
	width:100%;
	max-width:200px;
}

@media only screen and (max-width: 1050px) {
	.icons_tyre_label {
		max-width:200px;
		margin-left:0px !important;
		padding:0px 0px 0px 0px;
	}
	.icons_tyre_label .col {
		padding:5px 0px 5px 0px;
	}
}

.icons_tyre_label img {
	width:38px;
}
.icons_tyre_label .letter {
	margin-top:-5px;
	font-size:25px;
	padding-left:0px !important;
	padding-right:0px;
}

.icons_tyre_label .col {
	position: relative; /* Ermöglicht das Positionieren von Elementen relativ zum Symbol */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.icons_tyre_label .col img {
	max-width: 50px;
	margin-bottom: 5px;
}

.icons_tyre_label .col .icon-sup {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: -2px;
	color: #333333;
	line-height: 1;
	font-family: 'Bell Gothic Black', sans-serif;
}

.icon-explanation {
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	line-height: 1.5;
}

.icon-explanation .icon-sup {
	font-size: 12px;
	vertical-align: super;
	color: #333333;
}







.testlabel {
	max-width:300px !important;
	width:300px;
}
.testlabel img {
	object-fit: cover;
	width: 100%;
	max-width:250px;
}


.action img {
	object-fit: cover;
	width: 100%;
}
.row.action ul {
	padding-left:32px !important;
}

.icons_performance_advantages {
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
}

.icons_performance_advantages .row {
	display: flex; /* Aktiviert Flexbox */
	flex-wrap: nowrap; /* Verhindert Zeilenumbruch */
	align-items: center; /* Zentriert die Inhalte vertikal */
}

.icons_performance_advantages .col-md-1 {
	flex: 0 0 auto; /* Beibehaltung der festen Breite */
	width: auto !important; /* Hebt die Bootstrap-Beschränkung auf */
	max-width: none !important; /* Entfernt die maximale Breite */
}
.icons_performance_advantages .col-md-1 img {
	width: 50px;
	height: auto; /* Höhe wird proportional angepasst */
	max-width: 100%; /* Begrenzung auf die Containerbreite */
}
.icons_performance_advantages .col-md-9 {
	flex: 1; /* Nimmt den verbleibenden Platz ein */
	min-width: 0; /* Verhindert, dass der Text die Zeile bricht */
	white-space: nowrap; /* Text bleibt in einer Zeile */
	overflow: hidden; /* Überflüssigen Text abschneiden */
	text-overflow: ellipsis; /* Zeigt "..." für abgeschnittenen Text an */
}

.icons_performance_advantages .text {
	margin-top:14px;
	font-family: 'Bell Gothic Black';
	font-size:18px;
}

@media (max-width: 576px) {
	.icons_performance_advantages .row {
		padding-top: 10px;
		padding-bottom:10px;
	}

	.icons_performance_advantages .text {
		margin-top: 7px; /* Abstand für den Text */
	}
}



/* Übersicht Produktinformationen*/

.product-information {
	margin: 20px 0;
	font-family: 'Futura PT', Arial, sans-serif;
}

.product-information h2 {
	text-transform: uppercase;
	color: #00458D;
	font-size: 20px;
	margin-bottom: 10px;
}

.product-table {
	width: 100%;
	border-collapse: collapse;
}

.product-table tbody tr {
	height: 50px;
}

.product-table .row-white {
	background-color: #FFFFFF;
}

.product-table .row-grey {
	background-color: #ededed;
}

.product-table td {
	padding: 10px;
	font-size: 16px;
	color: #333333;
}

.product-table td:first-child {
	font-family: 'Bell Gothic Black', sans-serif; /* Bell Gothic Black für die erste Spalte */
	font-weight: bold; /* Fettschrift */
	color: #000000; /* Schwarz */
}

.product-table td:not(:first-child) {
	font-family: 'Bell Gothic', sans-serif; /* Normale Schrift für die zweite Spalte */
	font-weight: normal;
}




/* Testlabels */

.icons_testlabels {
	padding-top:20px;
	padding-bottom:10px;
	width:100%;
}
.icons_testlabels .col-md-2 {
	padding:20px 0px 20px 20px;
}
.icons_testlabels img {
	width:70%;
}
.icons_testlabels .text {
	margin-top:12px;
	font-weight:bold;
	padding-left:20px;
}



.boxes_technology {
	padding-top:20px;
	padding-bottom:10px;
	width:100%;
}
.boxes_technology .col-4 {
	padding-right:60px;
	border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.boxes_technology .col-4:nth-of-type(n+2) {
	padding-left:50px;
}
.boxes_technology .col-4:nth-of-type(3) {
	border-right: 0px;
}

.boxes_technology .headline {
	padding-top:20px;
	padding-bottom:20px;
}
.boxes_technology .row img {
	height:150px !important;
	width: auto !important;
	padding-bottom:20px;
}




.icons_technology {
	padding-top:20px;
	padding-bottom:10px;
	width:100%;
}
.icons_technology .col-4 {
	padding-right:60px;
}
.icons_technology .headline {
	padding-top:20px;
	padding-bottom:20px;
}
.icons_technology img {
	height:150px;
	width: auto;
	padding-bottom:20px;
}



@media (min-width: 768px){
	.col-md-6 {
		width: 100%;
	}
	.icons_tyre_label {
		width:100%;
	}
}

@media only screen and (max-width: 600px) {

	html, body, #app, .accordion-button {
		padding:0;
		margin:0;
		width:100%;
	}

	#app {
		margin-left:10px;
		margin-right:10px;
		width:90%;
	}
	.slider {
		margin-top:0px !important;
		margin-bottom:50px;
		padding-right:0px !important;
	}

	.splide__arrow--prev svg {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2300458D' viewBox='0 0 40 40' width='20' height='20' focusable='false'%3E%3Cpath d='M2.33 40c-0.63 0-1.27-0.26-1.72-0.76c-0.86-0.95-0.79-2.42 0.16-3.29L18.1 20.23L0.74 4.03 C-0.2 3.15-0.25 1.68 0.63 0.74s2.35-0.99 3.29-0.11l19.21 17.93c0.47 0.45 0.74 1.07 0.74 1.72c0 0.65-0.28 1.27-0.76 1.71 L3.89 39.4C3.44 39.8 2.88 40 2.33 40z'%3E%3C/path%3E%3C/svg%3E") !important;
	}
	.splide__arrow--next svg {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2300458D' viewBox='0 0 40 40' width='20' height='20' focusable='false'%3E%3Cpath d='M2.33 40c-0.63 0-1.27-0.26-1.72-0.76c-0.86-0.95-0.79-2.42 0.16-3.29L18.1 20.23L0.74 4.03 C-0.2 3.15-0.25 1.68 0.63 0.74s2.35-0.99 3.29-0.11l19.21 17.93c0.47 0.45 0.74 1.07 0.74 1.72c0 0.65-0.28 1.27-0.76 1.71 L3.89 39.4C3.44 39.8 2.88 40 2.33 40z'%3E%3C/path%3E%3C/svg%3E") !important;
	}

	.splide__track {
		display: block;
	}
	.splide__list {
		display: block;
	}
	.splide__slide img {
		max-width: 100%;
		height: auto;
		margin: 0;
	}

	.notyre_container {
		display:none;
	}

	.eulabel {
		width:100%;
		margin-bottom:30px;
	}


	.eu_tyre_label .row {
		display: flex;
		flex-direction: row;
	}
	.eu_tyre_label .col-md-4 {
		order: 2;
	}
	.eu_tyre_label .col-md-7 {
		order: 1;
		margin-left:0px;
		margin-bottom:30px;
	}
	.eu_tyre_label .col-md-8 {
		order: 1;
		margin-left:0px;
		margin-bottom:30px;
	}

	.accordion-button {
		margin:0;
		padding:0 !important;
	}

	.icons_testlabels {
		padding:0;
		margin:0;
		margin-left:20px;
		max-width:180px !important;
	}
	.icons_testlabels .col-md-2 {
		padding:10px 0px 10px 10px;
	}

	.icons_tyre_label .col .icon-sup {
		right: -7px;
	}
}

/* override-collapse */
.navbar-collapse.collapse {
	visibility: visible !important;
	display: none !important;
}

.navbar-collapse.collapse.show {
	display: block !important;
}

@media (min-width: 992px) {
	.navbar-collapse.collapse {
		display: flex !important;
	}
}

.accordion-collapse.collapse {
	visibility: visible !important;
	display: none !important;
}

.accordion-collapse.collapse.show {
	display: block !important;
}


/* Additional Info */
.additional-info {
	margin-top:-15px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #ffffff;
}
.additional-info a {
	color: #00458D;
	font-family: 'Bell Gothic Black', sans-serif;
	text-decoration: none;
}
.additional-info a:hover {
	color: #002d5e;
	text-decoration: none;
}

.additional-grey-line {
	background-color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}


/* Contact Details */
.contact-block {
	margin-top: 40px;
	padding-top: 10px;
}

.contact-block h2 {
	text-transform: uppercase;
	font-family: 'Futura PT Extra', serif;
	color: #00458D !important;
	font-size: 16px !important;
	margin-bottom: 35px;
}

.contact-row {
	display: flex; /* Flexbox für die Reihen */
	margin-bottom: 10px; /* Abstand zwischen den Reihen */
}

.contact-label {
	font-family: 'Bell Gothic Black', sans-serif;
	font-weight: bold;
	color: #000000;
	min-width: 200px; /* Feste Breite für die Labels */
	margin-right: 10px; /* Abstand zwischen Label und Wert */
	flex-shrink: 0; /* Verhindert, dass die Label-Spalte schrumpft */
}

.contact-value {
	font-family: 'Bell Gothic', sans-serif;
	flex-grow: 1; /* Die Werte nehmen den verbleibenden Platz ein */
}

.contact-value a {
	color: #00458D;
	text-decoration: none;
}

.contact-value a:hover {
	text-decoration: underline;
}

/* Mobile Ansicht */
@media (max-width: 768px) {
	.contact-label {
		min-width: 150px; /* Reduzierte Breite für die Labels */
	}
}



/* Sumitomo Settings */
.product-table .row-blue {
	background-color: #d3e4f6 !important;
}
.sumitomo-header {
	font-family: 'Helvetica Neue LT Pro', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #0080c7 !important;
}
.sumitomo-button {
	font-family: 'Helvetica Neue LT Pro', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #0080c7 !important;
}
.sumitomo-title {
	font-weight: bold !important;
	color: #0080c7 !important;
}
.sumitomo-body * {
	font-family: 'Helvetica Neue LT Pro', Arial, sans-serif !important;
}
.sumitomo-body h2 {
	font-family: 'Helvetica Neue LT Pro', Arial, sans-serif !important;
	font-weight: bold !important;
	color:#000000 !important;
}
.sumitomo-body .productclaim {
	font-family: 'Helvetica Neue LT Pro', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #0080c7 !important;
}
.sumitomo-body h3 {
	font-family: 'Helvetica Neue LT Pro', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #0080c7 !important;
}
.sumitomo-body a {
	font-family: 'Helvetica Neue LT Pro', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #000000 !important;
}

.sumitomo-body h4.accordion-header button {
	color: #0080c7 !important;
}

h2.sumitomo-header {
	color: #0080c7 !important;
}
.sumitomo-body .icons_tyre_label .letter {
	margin-top: 0px;
}


/* Dunlop Settings */
.dunlop-header {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #000000 !important;
}
.dunlop-button {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #000000 !important;
}
.dunlop-title {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #000000 !important;
}
.dunlop-body * {
	font-family: 'Inter', Arial, sans-serif !important;
}
.dunlop-body h2 {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #000000 !important;
}
.dunlop-body .productclaim {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #F6E500 !important;
}
.dunlop-body h3 {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #000000 !important;
}
.dunlop-body a {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: normal !important;
	color: #000000 !important;
}

.dunlop-body h4.accordion-header button {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #000000 !important;
}

h2.dunlop-header {
	font-family: 'Inter', Arial, sans-serif !important;
	color: #000000 !important;
}
.dunlop-body .icons_tyre_label .letter {
	font-family: 'Inter', Arial, sans-serif !important;
	margin-top: 0px;
}

/* Dunlop Tabellen-Styling */
.dunlop-body .product-table,
.dunlop-body .product-table * {
	font-family: 'Inter', Arial, sans-serif !important;
}

.dunlop-body .product-table td {
	font-family: 'Inter', Arial, sans-serif !important;
}

.dunlop-body .product-table td:first-child {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
}

/* Dunlop Tabellen-Zeilen mit gelben Abstufungen */
.dunlop-body .product-table .row-grey {
	background-color: #FFF9CC !important; /* Helles Gelb statt Grau */
}

/* Dunlop Überschriften */
.dunlop-body h1 {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #000000 !important;
}

.dunlop-body h4 {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #000000 !important;
}

.dunlop-body h5,
.dunlop-body h6 {
	font-family: 'Inter', Arial, sans-serif !important;
	font-weight: bold !important;
	color: #000000 !important;
}

/* Dunlop Splide-Pfeile schwarz */
.dunlop-body .splide__arrow svg {
	fill: #000000 !important;
	color: #000000 !important;
}

.dunlop-body .splide__arrow--prev svg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23000000' viewBox='0 0 40 40' width='40' height='40' focusable='false'%3E%3Cpath d='M2.33 40c-0.63 0-1.27-0.26-1.72-0.76c-0.86-0.95-0.79-2.42 0.16-3.29L18.1 20.23L0.74 4.03 C-0.2 3.15-0.25 1.68 0.63 0.74s2.35-0.99 3.29-0.11l19.21 17.93c0.47 0.45 0.74 1.07 0.74 1.72c0 0.65-0.28 1.27-0.76 1.71 L3.89 39.4C3.44 39.8 2.88 40 2.33 40z'%3E%3C/path%3E%3C/svg%3E") !important;
}

.dunlop-body .splide__arrow--next svg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23000000' viewBox='0 0 40 40' width='40' height='40' focusable='false'%3E%3Cpath d='M2.33 40c-0.63 0-1.27-0.26-1.72-0.76c-0.86-0.95-0.79-2.42 0.16-3.29L18.1 20.23L0.74 4.03 C-0.2 3.15-0.25 1.68 0.63 0.74s2.35-0.99 3.29-0.11l19.21 17.93c0.47 0.45 0.74 1.07 0.74 1.72c0 0.65-0.28 1.27-0.76 1.71 L3.89 39.4C3.44 39.8 2.88 40 2.33 40z'%3E%3C/path%3E%3C/svg%3E") !important;
}









