
/* MODIFICATIONS FOR VWFS ONLY */

/* Bug, der dafür sorgt, dass das Accordion im Tab-Content nicht mehr funktioniert (VWFS, VWFS-App)*/
.c-tabs__content * {
	animation: none !important;
}

/* for the checkboxes in the td*/
td label.c-checkbox {
	vertical-align: middle;
}

/* to keep the spinner underneath the modal */
.c-table-wrapper .c-spinner--small .c-spinner__loader {
	z-index: 1;
}

/* TABLE */
/* overflow, margin bug vwfs */
.c-table-wrapper table {
	margin-bottom: inherit;
}

.c-table-wrapper.c-table--no-hover table tbody tr:hover {
	--table-cell-background-color: transparent !important;
}

/* Notifications */
.c-notification__text {
	word-break: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/* 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;
}

/* CAROUSEL */
.c-carousel__item {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.c-carousel__item .c-icon {
		font-size: 10vmax;
	}

/* FORMS */
/* COMBOBOX */
.c-combobox {
	font-size: 1rem !important;
}

/* TABLES */

.c-modal .c-table-wrapper table tbody tr.is-selected td {
	background-color: #e9e9e9;
}

	.c-modal .c-table-wrapper table tbody tr.is-selected td::after {
		border-color: #a8adb3;
	}

/* BADGES */
.c-badge--small {
	line-height: 20px;
	width: 20px;
	height: 20px;
}
/* BUTTONS */
/* Buttons Modal */
.c-modal .c-btn.c-btn--secondary.c-btn--icon-only.c-btn--icon-only[disabled],
.c-modal .c-btn.c-btn--secondary.c-btn--icon-only.c-btn--icon-only.is-disabled {
	background-color: transparent;
}
/* BUTTON + BADGE */
.c-btn--link:hover span.c-badge::after,
.c-btn--link:focus span.c-badge::after {
	content: none;
}
/* TOOLTIPS */
/* Tooltips Modal */
div[id^="tippy"] {
	z-index: 10000 !important;
}
/* 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 2px #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 #05ce9f;
	}
	/* --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;
		height: 96px;
	}
/* Inner Tooltips */
.tippy-content {
	max-height: 400px !important;
}



/* 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%;
}

/* TABLE */

.qt--td-c-radio,
.qt--td-c-checkbox {
	width: 40px;
}

/* Varianten-Vergleich, Modell-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;
}

.c-table-wrapper.qt--table-compare table :not(thead) + tbody tr:first-child td::before {
	border-top: none;
}

/* 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 {
	}

/* Div-Container for Carousel + Image Placeholder, Icons (Placeholder) */
/*.c-carousel__icon-container,
.img__icon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-carousel__icon-container .c-icon,
.img__icon-container .c-icon {
    font-size: 10vmax;
}*/

/* 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;
}

/* 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: #004666;
	}

/* 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-text-warning {
	color: #d8aa00 !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;
	border: 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;
}
