
/* MODS FOR BRONSON STANDARD */

/* CUSTOM VIEWPORT */
.o-page-wrap {
	max-width: calc(1920px + 80px);
}

.c-header__content-wrapper {
	max-width: calc(1920px + 80px);
}

.c-back-to-top__pagewrap {
	max-width: calc(1920px + 80px);
}

.c-notification__outer-wrap {
	max-width: calc(1920px + 80px);
}

.c-hero-teaser__content-inner {
	max-width: calc(1920px + 80px);
}

/* HEADER */
.c-site-nav__link-label {
	/*font-size: 1rem;*/
}

.c-site-nav-dropdown__link.is-disabled {
	opacity: 0.6;
	pointer-events: none;
}

/* BREADCRUMB */
.c-breadcrumb__item:first-child .c-breadcrumb__label {
	position: relative !important;
	overflow: visible;
	height: auto;
	width: auto;
	clip: none;
}

.c-breadcrumb__item:first-child .c-breadcrumb__link::before {
	content: none;
}

/* PAGINATION */
.c-pagination__link.is-disabled,
.c-pagination__link[class*="c-pagination__link--stepper-"].is-disabled {
	color: #a8adb3;
}

/* CARDS */
.c-card__body .c-table-wrapper {
	margin-left: 0;
}

	.c-card__body .c-table-wrapper td {
		line-height: 1.25;
	}

/* BUTTONS */

.c-btn.c-btn--secondary.c-btn--icon-only.c-btn--icon-only[disabled] .c-icon::before {
	color: #a8adb3;
}

.c-btn.c-btn--secondary.c-btn--icon-only.c-btn--icon-only[disabled] {
	background-color: transparent;
}

/*ICONS */
.c-icon--xlarge {
	font-size: 4rem !important;
}

.c-icon--xxlarge {
	font-size: 5rem !important;
}

.c-icon--xxxlarge {
	font-size: 6rem !important;
}

.c-table-wrapper .c-table__cell .c-icon::before {
	font-size: inherit;
}

/* TABLE */
.c-table__sortable {
	display: table-cell;
}

.c-table-wrapper table :not(thead) + tbody tr:first-child th,
.c-table-wrapper table :not(thead) + tbody tr:first-child td {
	border-color: #a8adb3;
}

.c-table-wrapper td {
	line-height: 1.42857;
}

.c-table-wrapper table th {
	color: #000;
}

.c-table-wrapper td .c-tag.c-tag--info .c-icon::before {
	color: #fff;
}
/* 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;
}
/* to keep the spinner underneath the modal */
.c-table-wrapper .c-spinner--small .c-spinner__loader {
	z-index: 1;
}

/* UPLOAD */

.c-upload-item__interaction-icon::before,
.c-upload-item__status-icon::before {
	font-size: 1.2rem;
}

/* Icon styles, additional */

.c-icon-round {
	color: #004666;
	border: solid 1px #004666;
	padding: 0.175rem;
	border-radius: 50%;
}

.c-icon--xsmall.c-icon-round {
	height: 28px;
	width: 28px;
}

.c-icon-round.c-icon-round--success {
	background-color: #038364;
	color: #fff;
	border: solid 1px #038364;
}

/* TABS */
.c-tabs__nav.c-tabs__nav--icons .c-tabs__icon {
	font-size: 1.25rem;
	margin-right: 7px;
}
/* Bug, der dafür sorgt, dass das Accordion im Tab-Content nicht mehr funktionier*/
.c-tabs__content * {
	animation: none !important;
}

/* MODALS */

/*Scroll-Bug Firefox*/
.c-modal--stretch .c-modal__wrapper {
	z-index: +1;
	top: 0;
	left: auto;
	margin: 32px auto;
}

.c-modal--medium .c-modal__wrapper {
	width: 60%;
	max-width: 60%;
}

.c-modal--xlarge .c-modal__wrapper {
	width: 80%;
	max-width: 80%;
}

.c-modal--xxlarge .c-modal__wrapper {
	width: 95%;
	max-width: 95%;
}

@media only screen and (max-width: 720px) {
	.c-modal--medium .c-modal__wrapper,
	.c-modal--xlarge .c-modal__wrapper,
	.c-modal--xxlarge .c-modal__wrapper {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
	}
}

/* FORMS */
/* Combobox */
.c-combobox {
	background-color: #fff;
}
/* Addons */
.c-input .c-icon {
	font-size: 1.25rem;
}
/* Checkbox */

/* 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;
}
/* Toggle */
.c-toggle.c-toggle--success .c-toggle__input:checked + .c-toggle__text:last-child::after {
	background-color: #038364;
}

.c-toggle.c-toggle--error .c-toggle__input:checked + .c-toggle__text:last-child::after {
	background-color: #cd3b4f;
}

.c-toggle.c-toggle--error-success .c-toggle__input + .c-toggle__text:last-child::after {
	background-color: #cd3b4f;
}

.c-toggle.c-toggle--error-success .c-toggle__input:checked + .c-toggle__text:last-child::after {
	background-color: #038364;
}

/* NOTIFICATIONS */

.c-notifications-group.c-notifications-group--not-sticky {
	position: relative !important;
	top: 0 !important;
	z-index: 1;
}

.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;
}

.c-notification__text {
	word-break: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* 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%;
}

/* 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-accent-green {
	color: #05ce9f !important;
}

.u-bg-pale-darken {
	background-color: #d8d8d8;
}

.u-h7 {
	font-size: 1rem;
	line-height: 1.42857;
}

.u-text-warning {
	color: #d8aa00 !important;
}

.u-text-regular {
	font-weight: 400 !important;
}

/* Add to fit the image for skoda. Inform TS */
.c-carousel__item {
	text-align: center;
}

.c-carousel.is-fullscreen .c-carousel__item img {
	max-width: 60%;
	margin-top: 50px;
}

.c-carousel .c-carousel__item img {
	max-width: 80%;
	max-height: 80%;
}