
/* MODS FOR BRONSON STANDARD GENERIC */

/* CUSTOM VIEWPORT */
.o-page-wrap {
    max-width: calc(1920px + 80px);
}
.c-header__content-wrapper {
    max-width: calc(1920px + 80px);
}
/* Modal BackToTop */
.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);
}

/* TYPOGRAPHY 
body {
    letter-spacing: 0.025em;
}*/

/* HEADER */

/* LOGO */
.c-logo {
    height: auto;
    max-height: 100%;
    min-height: 64px;
    width: auto;
    max-width: 200px;

}
.c-logo__image {
    display: inline-block;
    height: auto!important;
    min-height: 64px;
    max-height: 100px;
    width: auto;
}
@media(max-width: 720px) {
    .c-logo {
        height: auto;
        max-height: 100%;
        min-height: 48px;
        width: auto;
        max-width: 172px;
    }

    .c-logo__image {
        max-height: 90%;
        min-height: 48px;
    }
}

/* BREADCRUMB */

/* PAGINATION */
.c-pagination__link.is-disabled,
.c-pagination__link[class*="c-pagination__link--stepper-"].is-disabled {
    color: #a8adb3;
}
/* CARDS */

/* BUTTONS */

/* ICONS */

/* 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;
}

/* UPLOAD */

/* Icon styles, additional */

/* TABS */

/* Tab-Nav für zweizeilige Links */
.c-tabs__nav--sub {}

.c-tabs__nav--sub .c-tabs__nav-link {
    height: 56px;
    line-height: 1.2;
}

.c-tabs__sub {
    display: block;
    max-width: 18ch;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

/* FOOTER */

.c-footer-copyright {
    justify-content: flex-end;
    flex-basis: 100%;
    font-size: 1rem;
}
@media (min-width: 721px) {
    .c-footer-meta-nav {
        flex-basis: 70%;
    }
}
@media (min-width: 721px) {
    .c-footer-copyright {
        flex-basis: 30%;
    }
}

/* 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;
}*/
/* Combobox grouped options / Bronson v16.0 */
.c-combobox__optgroup {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-combobox__optgroup .c-combobox__item,
.c-combobox__optgroup .c-combobox__optgroup-label {
    margin-bottom: 0;
}

.c-combobox__optgroup-label {
    font-size: 1rem;
    padding-inline: 16px;
    padding-block: 16px 8px;
    color: #1a1a1a;
    pointer-events: none;
}

.c-combobox__optgroup .c-combobox__item {
    padding-inline-start: 32px;
}

/* Addons */

/* Checkbox */

/* ColorSwitch */

.c-color-switch {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.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__label {
    font-size: 1rem;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    display: block;
    white-space: nowrap;
    opacity: 0;
    transition: all ease-out 250ms;
}
.c-color-switch__icon {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: transparent;
}
.c-color-switch__icon .c-icon {
    font-size: 1rem;
    line-height: 1;
    margin: auto;
    color: #ffffff;
    opacity: 0;
    transition: all ease-out 250ms;
}
.c-color-switch__icon.c-color-switch__icon--invert {
    border: 1px solid #a8adb3;
}
.c-color-switch__icon.c-color-switch__icon--invert .c-icon {
    color: #a8adb3;
}
.c-color-switch input:checked~.c-color-switch__icon .c-icon,
.c-color-switch input:checked~.c-color-switch__label {
    opacity: 1;
}


.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;
    border-radius: 100%;
}

/* Toggle */
.c-toggle.c-toggle--success .c-toggle__input:checked+.c-toggle__text:last-child::after {
    background-color: #00783c;
}

.c-toggle.c-toggle--error .c-toggle__input:checked+.c-toggle__text:last-child::after {
    background-color: #ba2525;
}

.c-toggle.c-toggle--error-success .c-toggle__input+.c-toggle__text:last-child::after {
    background-color: #ba2525;
}

.c-toggle.c-toggle--error-success .c-toggle__input:checked+.c-toggle__text:last-child::after {
    background-color: #00783c;
}

/* NOTIFICATIONS */

.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 {
}

.is-warning.c-progress::-webkit-progress-value {
}

/* UPLOAD */

.c-upload-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.c-upload-inline__btn {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin-right: 14px;
    margin-bottom: 0;
}
.c-upload-inline__label {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
.c-upload-inline input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

/* 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;
}

/* CAROUSEL */

.c-carousel__item {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-carousel__item .c-icon {
    font-size: 10vmax;
}

/* TAGS */

.c-tag-list {
    column-gap: 8px;
    row-gap: 8px;
}

/* 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;
}

/* GENERIC ONLY */

/* 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);
}

