
/* MODIFICATIONS FOR GENERIC ONLY */

/* TYPOGRAPHY 
body {
    letter-spacing: 0.025em;
}*/

/* Bug, der dafür sorgt, dass das Accordion im Tab-Content nicht mehr funktioniert (VWFS, VWFS-App, GENRIC)*/
.c-tabs__content * {
	animation: none !important;
}

/* TABLE */

/* Table Buttons */
.c-table__btn {
}

	.c-table__btn.c-btn.c-btn--icon-only:not(.c-btn-round).c-btn--small {
		width: 20px;
		height: 20px;
	}

	.c-table__btn .c-icon.c-icon.c-icon:not(.c-info-icon):not(.c-badge__icon) {
		font-size: inherit;
	}

/* Icon sizes inside table */
.c-table-wrapper .c-icon::before {
	font-size: inherit;
}

.c-table__image {
	max-width: 128px;
}

.c-table-wrapper td .c-tag .c-icon::before {
	color: #ffffff !important;
}
/* for the checkboxes in the td*/
td label.c-checkbox {
	vertical-align: middle;
}

.c-table-wrapper.c-table--no-hover table tbody tr:hover {
	--table-cell-background-color: transparent !important;
}
/* to keep the spinner underneath the modal */
.c-table-wrapper .c-spinner--small .c-spinner__loader {
	z-index: 1;
}

/* Notifications */
.c-notification__text {
	word-break: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/* SPINNER SMALL */

.c-spinner--small .c-spinner__loader {
	width: 18px;
	height: 18px;
}

	.c-spinner--small .c-spinner__loader::after {
		width: 18px;
		height: 18px;
		border-width: 2px;
	}

	.c-spinner--small .c-spinner__loader::before {
		width: 18px;
		height: 18px;
		box-shadow: 0 0 0 2px transparent inset;
	}
/* Toast */
.c-toast-notification--default .c-toast-notification__body h4,
.c-toast-notification--warning .c-toast-notification__body h4 {
	color: #4c5356 !important;
}

.c-toast-notification--info .c-toast-notification__body h4,
.c-toast-notification--success .c-toast-notification__body h4,
.c-toast-notification--error .c-toast-notification__body h4 {
	color: #fff !important;
}
/* Progress bar */

.is-warning.c-progress::-moz-progress-bar {
	background-color: #d8aa00;
}

.is-warning.c-progress::-webkit-progress-value {
	background-color: #d8aa00;
}

/* Navigation */
@media (min-width: 721px) {
	.c-site-nav:not([class*="c-site-nav--break@"]) .c-site-nav__nav.c-site-nav__nav {
		order: 1;
		margin-right: 0;
	}
}

@media (min-width: 721px) {
	.c-site-nav:not([class*="c-site-nav--break@"]) .c-site-nav__nav.c-site-nav__nav:last-child:not(:only-child) {
		order: 0;
		margin-right: auto;
	}
}

@media (min-width: 721px) {
	.c-site-nav:not([class*="c-site-nav--break@"]) .c-site-nav-dropdown {
		right: 0;
		left: auto;
	}
}

@media (min-width: 721px) {
	.c-site-nav:not([class*="c-site-nav--break@"]) .c-site-nav__nav.c-site-nav__nav:last-child:not(:only-child) .c-site-nav-dropdown.c-site-nav-dropdown {
		right: auto;
		left: 0;
	}
}

/* Status Message */

.c-status-message::before {
	transform: translateY(0.15em);
}

/* CAROUSEL */
.c-carousel__item {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.c-carousel__item .c-icon {
		font-size: 10vmax;
	}

/* COMBOBOX */
.c-combobox {
	font-size: 1rem !important;
}

/* BADGES */
.c-badge--small {
	line-height: 20px;
	width: 20px;
	height: 20px;
}
/* TOOLTIPS */
/* Tooltips Modal */
div[id^="tippy"] {
	z-index: 10000 !important;
}

/* ColorSwitch VW */
.c-color-switch {
	display: flex;
	flex-wrap: wrap;
}

.c-color-switch__item {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin-top: 14px;
	margin-right: 28px;
	margin-bottom: 0;
	margin-left: 28px;
	padding-bottom: 28px;
	cursor: pointer;
}

.c-color-switch input {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.c-color-switch__item {
	cursor: pointer;
}

.c-color-switch__icon.c-color-switch__icon--invert {
	border: 1px solid #a8adb3;
}

.c-color-switch__icon {
	display: flex;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: transparent;
}

.c-icon::before {
	display: inline-block;
}

.c-color-switch__icon .c-icon {
	transition: all 250ms ease;
	font-size: 1.3333333333rem;
	line-height: 1;
	margin: auto;
	color: #ffffff;
	opacity: 0;
}

.c-color-switch__icon.c-color-switch__icon--invert .c-icon {
	color: #a8adb3;
}

.c-color-switch__label {
	transition: all 250ms ease;
	font-size: 1rem;
	line-height: 28px;
	position: absolute;
	bottom: 0;
	display: block;
	white-space: nowrap;
	opacity: 0;
}

.c-color-switch input:checked ~ .c-color-switch__icon .c-icon,
.c-color-switch input:checked ~ .c-color-switch__label {
	opacity: 1;
}

/* ColorSwitch */
.c-color-switch {
	justify-content: left;
}

.c-color-switch__icon--small {
	height: 16px;
	width: 16px;
}

.c-table-wrapper .c-color-switch__icon {
	display: inline-block;
}

/* COLOR SWITCH EQUIPMENT --default-size */
.c-color-switch-equipment {
}

	.c-color-switch-equipment .c-color-switch__item {
		margin-top: 4px;
		margin-right: 4px;
		margin-bottom: 4px;
		margin-left: 4px;
		padding-bottom: 0px;
	}

	.c-color-switch-equipment .c-color-switch__icon .c-color-switch__img {
		object-fit: cover;
	}

	.c-color-switch-equipment .c-color-switch__icon img.c-color-switch__img {
		min-height: 100%;
		width: auto;
	}

	.c-color-switch-equipment .c-color-switch__icon {
		overflow: hidden;
		width: 48px;
		height: 48px;
		box-shadow: 0 0 0 1px #d8d8d8;
		border: #ffffff 2px solid;
		transition: all 250ms ease-out;
	}

	.c-color-switch-equipment input:checked ~ .c-color-switch__icon {
		border: #ffffff 2px solid;
		box-shadow: 0 0 0 2px #187085;
	}

	/* --medium */
	.c-color-switch-equipment .c-color-switch__icon.c-color-switch__icon--medium {
		width: 64px !important;
		height: 64px !important;
	}

	/* --large */
	.c-color-switch-equipment .c-color-switch__icon.c-color-switch__icon--large {
		width: 96px !important;
		height: 96px !important;
	}

/* UTILITIES */

.u-block-center-v {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.u-block-center-vh {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.u-text-warning {
}

.u-h7 {
	font-size: 1rem;
	line-height: 1.42857;
}



/* TOOLBAR */
.qt--c-toolbar {
	display: inline-flex;
	align-content: stretch;
	align-items: center; /* New */
	flex-wrap: nowrap;
	width: 100%;
	padding: 4px 0;
}

.qt--c-toolbar__btn {
	white-space: nowrap;
}

.qt--c-toolbar .c-btn.c-btn--icon-only .c-btn__icon.c-btn__icon {
	font-size: 24px;
}

.qt--c-toolbar .c-btn.c-btn--icon-only:not(.c-btn-round) {
	width: 30px;
	height: 30px;
}

.qt--c-toolbar .c-input {
	width: 100%;
	max-width: 480px;
}

.c-tabs__content .qt--c-toolbar {
	margin-top: -12px;
}

.qt--c-toolbar__text {
	line-height: 28px;
	display: inline-block;
}

.qt--c-toolbar .c-toggle {
	margin-top: 2px;
	margin-bottom: 2px;
}

	.qt--c-toolbar .c-toggle label {
		margin-bottom: 0; /* NEW */
	}

.qt--c-toolbar .c-link {
	vertical-align: middle;
}

.qt--c-toolbar .c-tooltip {
	text-decoration: none;
}

.qt--c-toolbar form.qt--c-toolbar-form--full-width {
	width: 100%;
}

/* ACCORDION */
.c-accordion__title-label-icon {
	vertical-align: bottom;
}

/* TABLE */

.qt--td-c-radio,
.qt--td-c-checkbox {
	width: 40px;
}
/* Varianten-Vergleich qt--table-compare */
.qt--table-compare img {
	max-width: 192px;
}

.qt--table-compare table tr:first-child td:nth-child(2),
.qt--table-compare table tr:first-child td:nth-child(3),
.qt--table-compare table tr:first-child td:nth-child(4),
.qt--table-compare table tr:first-child td:nth-child(5),
.qt--table-compare table tr:first-child td:nth-child(6),
.qt--table-compare table tr:first-child td:nth-child(7) {
	vertical-align: bottom !important;
}

/* Empty State */
.qt--table-compare .qt--table-compare-empty {
}

/* SHOPPING-CART */
/* Icon placeholder for Configurator -> Variants */
.qt--c-icon-placeholder {
	font-size: 10vmax;
	display: block;
	text-align: center;
	padding: 2rem;
}

/* Media Grid / Marketing Code */
.c-media-grid__item.qt--c-marketing-code__item {
}

.qt--c-marketing-code__link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

	.qt--c-marketing-code__link .c-icon {
	}

	.qt--c-marketing-code__link .c-media-grid__label {
	}

/* CAROUSEL */


/* Div-Container for Media Grid, Icons (Placeholder, Marketing Code) */
/* okapi = 760x428 / 16:9 */
/* skoda = 760x640 / 19:16 */
/* jato = 400x250 / 8:5 */
/* make = 100x100 / 1:1 */
.qt--media-grid__icon-container--make {
	background-color: transparent;
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100px;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	transition: opacity 250ms ease;
}

.qt--media-grid__icon-container--okapi {
	background-color: transparent;
	text-align: center;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	aspect-ratio: 16/9;
	align-items: center;
	justify-content: center;
	transition: opacity 250ms ease;
}

.qt--media-grid__icon-container--jato {
	background-color: transparent;
	text-align: center;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	aspect-ratio: 8/5;
	align-items: center;
	justify-content: center;
	transition: opacity 250ms ease;
}

.qt--media-grid__icon-container--skoda {
	background-color: transparent;
	text-align: center;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	aspect-ratio: 19/16;
	align-items: center;
	justify-content: center;
	transition: opacity 250ms ease;
}

.c-media-grid:hover .c-media-grid__link .qt--media-grid__icon-container--make,
.c-media-grid:focus-within .qt--media-grid__icon-container--make,
.c-media-grid:hover .c-media-grid__link .qt--media-grid__icon-container--okapi,
.c-media-grid:focus-within .qt--media-grid__icon-container--okapi,
.c-media-grid:hover .c-media-grid__link .qt--media-grid__icon-container--jato,
.c-media-grid:focus-within .qt--media-grid__icon-container--jato,
.c-media-grid:hover .c-media-grid__link .qt--media-grid__icon-container--skoda,
.c-media-grid:focus-within .qt--media-grid__icon-container--skoda {
	opacity: 0.3;
}

.c-media-grid:hover .c-media-grid__link:hover .qt--media-grid__icon-container--make,
.c-media-grid .c-media-grid__link:hover .qt--media-grid__icon-container--make,
.c-media-grid:hover .c-media-grid__link:hover .qt--media-grid__icon-container--okapi,
.c-media-grid .c-media-grid__link:hover .qt--media-grid__icon-container--okapi,
.c-media-grid:hover .c-media-grid__link:hover .qt--media-grid__icon-container--jato,
.c-media-grid .c-media-grid__link:hover .qt--media-grid__icon-container--jato,
.c-media-grid:hover .c-media-grid__link:hover .qt--media-grid__icon-container--skoda,
.c-media-grid .c-media-grid__link:hover .qt--media-grid__icon-container--skoda {
	opacity: 1;
}
/* PROGRESS CONTAINER */

.c-progress-container-wrapper {
	display: flex;
	flex-direction: column;
	padding: 8px;
	margin-bottom: 16px;
	width: 100%;
	color: inherit;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #697677;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}

.c-progress-container__item {
	display: flex;
	flex-direction: column;
}

.c-progress-container__divider {
	margin-top: 16px;
	margin-bottom: 16px;
	height: 2px;
	background-color: #a8adb3;
}

.c-progress-container__header {
	display: inline-flex;
}

.c-progress-container__icon {
	margin-right: 8px;
}

.c-progress-container__value {
	margin-left: auto;
}

.c-progress-container__progress {
	margin: 8px 0;
}

/* PROGRESS BAR */

.is-warning.c-progress::-moz-progress-bar {
	background-color: #efc938;
}

.is-warning.c-progress::-webkit-progress-value {
	background-color: #efc938;
}

/* EFFICIENCY LABELS */

.c-tag-efficiency--a {
	background-color: #009640;
	border-color: #009640;
	color: #fff;
	min-width: 32px;
	justify-content: center;
	font-weight: 700;
	font-size: 1rem;
	padding: 4px;
}

.c-tag-efficiency--b {
	background-color: #51AE32;
	border-color: #51AE32;
	color: #fff;
	min-width: 32px;
	justify-content: center;
	font-weight: 700;
	font-size: 1rem;
	padding: 4px;
}

.c-tag-efficiency--c {
	background-color: #C7D300;
	border-color: #C7D300;
	color: #fff;
	min-width: 32px;
	justify-content: center;
	font-weight: 700;
	font-size: 1rem;
	padding: 4px;
}

.c-tag-efficiency--d {
	background-color: #FFE600;
	border-color: #FFE600;
	color: #fff;
	min-width: 32px;
	justify-content: center;
	font-weight: 700;
	font-size: 1rem;
	padding: 4px;
}

.c-tag-efficiency--e {
	background-color: #FBB900;
	border-color: #FBB900;
	color: #fff;
	min-width: 32px;
	justify-content: center;
	font-weight: 700;
	font-size: 1rem;
	padding: 4px;
}

.c-tag-efficiency--f {
	background-color: #EC6607;
	border-color: #EC6607;
	color: #fff;
	min-width: 32px;
	justify-content: center;
	font-weight: 700;
	font-size: 1rem;
	padding: 4px;
}

.c-tag-efficiency--g {
	background-color: #E30513;
	border-color: #E30513;
	color: #fff;
	min-width: 32px;
	justify-content: center;
	font-weight: 700;
	font-size: 1rem;
	padding: 4px;
}
/* WOMBAT LOGO */

svg.qt--wombat-logo {
	display: block;
	width: 128px;
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
}

	svg.qt--wombat-logo g {
		fill: #1a1a1a;
	}

/* ICON SIZES BRONSON */
.c-icon--xxsmall {
	font-size: 0.72222rem !important;
}

.c-icon--xlarge {
	font-size: 4rem !important;
}

.c-icon--xxlarge {
	font-size: 5rem !important;
}

.c-icon--xxxlarge {
	font-size: 6rem !important;
}

/* UTILITIES */

.u-mh-auto {
	margin-left: auto;
	margin-right: auto;
}

.u-mr-auto {
	margin-right: auto;
}

.u-ml-auto {
	margin-left: auto;
}

.u-pt-xxlarge {
	padding-top: 96px !important;
}

.u-bg-error {
	background-color: #ba2525 !important;
}

.u-text-warning {
	color: #efc938 !important;
}

.u-text-success {
	color: #00783c !important;
}

.u-text-alert {
	color: #ba2525 !important;
}

.u-text-regular {
	font-weight: 400 !important;
}

.u-text-max-lines-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.u-text-decoration-none {
	text-decoration: none !important;
}

/* You can add global styles to this file, and also import other style files */
/* attribute is overridden by any display: style*/
[hidden] {
    display: none !important;
}

.c-combobox__wrapper {
	font-size: 1rem;
}

.u-text-max-lines-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.u-text-decoration-none {
	text-decoration: none !important;
}
