@import url('https://fast.fonts.net/lt/1.css?apiType=css&c=6983efd4-f42f-4db3-9b25-a26609839821&fontids=1475944,1475950,1475956,1475962,1475968,1475974,1475980,1475986,1475992,1571205');

@font-face {
    font-family: 'Univers';
    src: url('https://static.matthaei.de/base/0.1/fonts/Univers/Roman/roman.woff') format('woff'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Roman/roman.woff2') format('woff2'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Roman/roman.eot') format('eot'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Roman/roman.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers';
    src: url('https://static.matthaei.de/base/0.1/fonts/Univers/Roman-Italic/roman-italic.woff') format('woff'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Roman-Italic/roman-italic.woff2') format('woff2'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Roman-Italic/roman-italic.eot') format('eot'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Roman-Italic/roman-italic.ttf') format('ttf');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Univers';
    src: url('https://static.matthaei.de/base/0.1/fonts/Univers/Bold/bold.woff') format('woff'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Bold/bold.woff2') format('woff2'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Bold/bold.eot') format('eot'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Bold/bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers';
    src: url('https://static.matthaei.de/base/0.1/fonts/Univers/Bold-Italic/bold-italic.woff') format('woff'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Bold-Italic/bold-italic.woff2') format('woff2'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Bold-Italic/bold-italic.eot') format('eot'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Bold-Italic/bold-italic.ttf') format('ttf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Univers Condensed';
    src: url('https://static.matthaei.de/base/0.1/fonts/Univers/Bold-Condensed/bold-condensed.woff') format('woff'),
        url('https://static.matthaei.de/base/0.1/fonts/Univers/Bold-Condensed/bold-condensed.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'heroicons-outline';
    src: url('../fonts/heroicons/heroicons-outline.eot?82017442');
    src: url('../fonts/heroicons/heroicons-outline.eot?82017442#iefix') format('embedded-opentype'),
        url('../fonts/heroicons/heroicons-outline.woff2?82017442') format('woff2'),
        url('../fonts/heroicons/heroicons-outline.woff?82017442') format('woff'),
        url('../fonts/heroicons/heroicons-outline.ttf?82017442') format('truetype'),
        url('../fonts/heroicons/heroicons-outline.svg?82017442#heroicons-outline') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --main: #fa350f;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-danger {
    padding: 0.85em 1.5em;
    max-width: 33ch;
    font-size: 0.85rem;
    /* max-width: 20vw; */
    /* margin-left: auto !important; */
    /* margin-top: 1rem !important; */
}

.btn.select-button-item {
    padding: unset;
    max-width: unset;
}

.btn.dropdown-toggle {
    background-color: #fff;
    color: #000;
    border: 0;
    max-width: unset;
}

.btn,
[class^='rte-icon-btn-'],
[class*=' rte-icon-btn-'] {
    display: inline-block;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: .375rem .75rem; */
    /* padding: .5em 1.5em; */
    font-size: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0;
    /* height: 100%; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* margin: 0 !important; */
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (prefers-reduced-motion: reduce) {

    .btn,
    [class^='rte-icon-btn-'],
    [class*=' rte-icon-btn-'] {
        transition: none;
    }
}

.btn:hover,
[class^='rte-icon-btn-']:hover,
[class*=' rte-icon-btn-']:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.btn:focus-visible,
[class^='rte-icon-btn-']:focus-visible,
[class*=' rte-icon-btn-']:focus-visible,
.btn.focus,
.focus[class^='rte-icon-btn-'],
.focus[class*=' rte-icon-btn-'] {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(250, 53, 15, 0.25);
}

.btn.disabled,
.disabled[class^='rte-icon-btn-'],
.disabled[class*=' rte-icon-btn-'],
.btn:disabled,
[class^='rte-icon-btn-']:disabled,
[class*=' rte-icon-btn-']:disabled {
    opacity: 0.65;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled),
[class^='rte-icon-btn-']:not(:disabled):not(.disabled),
[class*=' rte-icon-btn-']:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
[class^='rte-icon-btn-']:not(:disabled):not(.disabled):active,
[class*=' rte-icon-btn-']:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
[class^='rte-icon-btn-']:not(:disabled):not(.disabled).active,
[class*=' rte-icon-btn-']:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09);
}

.btn:not(:disabled):not(.disabled):active:focus-visible,
[class^='rte-icon-btn-']:not(:disabled):not(.disabled):active:focus-visible,
[class*=' rte-icon-btn-']:not(:disabled):not(.disabled):active:focus-visible,
.btn:not(:disabled):not(.disabled).active:focus-visible,
[class^='rte-icon-btn-']:not(:disabled):not(.disabled).active:focus-visible,
[class*=' rte-icon-btn-']:not(:disabled):not(.disabled).active:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(250, 53, 15, 0.25),
        inset 0 3px 5px rgba(0, 0, 0, 0.09);
}

a.btn.disabled,
a.disabled[class^='rte-icon-btn-'],
a.disabled[class*=' rte-icon-btn-'],
fieldset:disabled a.btn,
fieldset:disabled a[class^='rte-icon-btn-'],
fieldset:disabled a[class*=' rte-icon-btn-'] {
    pointer-events: none;
}

.btn-primary,
[class^='rte-icon-btn-'],
[class*=' rte-icon-btn-'] {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
    box-shadow: 0;
}

.btn-primary:hover,
[class^='rte-icon-btn-']:hover,
[class*=' rte-icon-btn-']:hover {
    color: #fff;
    background-color: #de2805;
    border-color: #d22604;
}

.btn-primary:focus,
[class^='rte-icon-btn-']:focus,
[class*=' rte-icon-btn-']:focus,
.btn-primary.focus,
.focus[class^='rte-icon-btn-'],
.focus[class*=' rte-icon-btn-'] {
    color: #fff;
    background-color: #de2805;
    border-color: #d22604;
    box-shadow: 0, 0 0 0 0.2rem rgba(251, 83, 51, 0.5);
}

.btn-primary.disabled,
.disabled[class^='rte-icon-btn-'],
.disabled[class*=' rte-icon-btn-'],
.btn-primary:disabled,
[class^='rte-icon-btn-']:disabled,
[class*=' rte-icon-btn-']:disabled {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}

.btn-primary:not(:disabled):not(.disabled):active,
[class^='rte-icon-btn-']:not(:disabled):not(.disabled):active,
[class*=' rte-icon-btn-']:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
[class^='rte-icon-btn-']:not(:disabled):not(.disabled).active,
[class*=' rte-icon-btn-']:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle[class^='rte-icon-btn-'],
.show > .dropdown-toggle[class*=' rte-icon-btn-'] {
    color: #fff;
    background-color: #d22604;
    border-color: #c52304;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
[class^='rte-icon-btn-']:not(:disabled):not(.disabled):active:focus,
[class*=' rte-icon-btn-']:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
[class^='rte-icon-btn-']:not(:disabled):not(.disabled).active:focus,
[class*=' rte-icon-btn-']:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle[class^='rte-icon-btn-']:focus,
.show > .dropdown-toggle[class*=' rte-icon-btn-']:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(251, 83, 51, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #909090;
    border-color: #909090;
    box-shadow: 0;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #7d7d7d;
    border-color: #777;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #7d7d7d;
    border-color: #777;
    box-shadow: 0, 0 0 0 0.2rem rgba(161, 161, 161, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #909090;
    border-color: #909090;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #777;
    border-color: #707070;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(161, 161, 161, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #3bc784;
    border-color: #3bc784;
    box-shadow: 0;
}

.btn-success:hover {
    color: #fff;
    background-color: #31ab70;
    border-color: #2ea16a;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #31ab70;
    border-color: #2ea16a;
    box-shadow: 0, 0 0 0 0.2rem rgba(88, 207, 150, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #3bc784;
    border-color: #3bc784;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2ea16a;
    border-color: #2b9763;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(88, 207, 150, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0, 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #151515;
    background-color: #f6cd7d;
    border-color: #f6cd7d;
    box-shadow: 0;
}

.btn-warning:hover {
    color: #151515;
    background-color: #f4bf59;
    border-color: #f3bb4d;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #151515;
    background-color: #f4bf59;
    border-color: #f3bb4d;
    box-shadow: 0, 0 0 0 0.2rem rgba(212, 177, 109, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #151515;
    background-color: #f6cd7d;
    border-color: #f6cd7d;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #151515;
    background-color: #f3bb4d;
    border-color: #f2b641;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(212, 177, 109, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
    box-shadow: 0;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e71d1f;
    border-color: #e01819;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #e71d1f;
    border-color: #e01819;
    box-shadow: 0, 0 0 0 0.2rem rgba(238, 93, 94, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #eb4041;
    border-color: #eb4041;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e01819;
    border-color: #d51617;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(238, 93, 94, 0.5);
}

.btn-light {
    color: #151515;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    box-shadow: 0;
}

.btn-light:hover {
    color: #151515;
    background-color: #e4e4e4;
    border-color: #dedede;
}

.btn-light:focus,
.btn-light.focus {
    color: #151515;
    background-color: #e4e4e4;
    border-color: #dedede;
    box-shadow: 0, 0 0 0 0.2rem rgba(213, 213, 213, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #151515;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #151515;
    background-color: #dedede;
    border-color: #d7d7d7;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(213, 213, 213, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #151515;
    border-color: #151515;
    box-shadow: 0;
}

.btn-dark:hover {
    color: #fff;
    background-color: #020202;
    border-color: #000;
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #020202;
    border-color: #000;
    box-shadow: 0, 0 0 0 0.2rem rgba(56, 56, 56, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #151515;
    border-color: #151515;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(56, 56, 56, 0.5);
}

.btn-outline-primary {
    color: var(--main);
    border-color: var(--main);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 53, 15, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--main);
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(250, 53, 15, 0.5);
}

.btn-outline-secondary {
    color: #909090;
    border-color: #909090;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #909090;
    border-color: #909090;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 144, 144, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #909090;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #909090;
    border-color: #909090;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(144, 144, 144, 0.5);
}

.btn-outline-success {
    color: #3bc784;
    border-color: #3bc784;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #3bc784;
    border-color: #3bc784;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 199, 132, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #3bc784;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #3bc784;
    border-color: #3bc784;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(59, 199, 132, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #f6cd7d;
    border-color: #f6cd7d;
}

.btn-outline-warning:hover {
    color: #151515;
    background-color: #f6cd7d;
    border-color: #f6cd7d;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 205, 125, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f6cd7d;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #151515;
    background-color: #f6cd7d;
    border-color: #f6cd7d;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(246, 205, 125, 0.5);
}

.btn-outline-danger {
    color: #eb4041;
    border-color: #eb4041;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #eb4041;
    border-color: #eb4041;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 64, 65, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #eb4041;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #eb4041;
    border-color: #eb4041;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(235, 64, 65, 0.5);
}

.btn-outline-light {
    color: #f7f7f7;
    border-color: #f7f7f7;
}

.btn-outline-light:hover {
    color: #151515;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f7f7f7;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #151515;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}

.btn-outline-dark {
    color: #151515;
    border-color: #151515;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #151515;
    border-color: #151515;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 21, 21, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #151515;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #151515;
    border-color: #151515;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.09),
        0 0 0 0.2rem rgba(21, 21, 21, 0.5);
}

.btn-link {
    font-weight: 400;
    color: var(--main);
    text-decoration: none;
}

.btn-link:hover {
    color: #b92104;
    text-decoration: underline;
}

.btn-link:focus-visible,
.btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #909090;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > [class^='rte-icon-btn-'],
.btn-group-lg > [class*=' rte-icon-btn-'] {
    padding: 0.5rem 1rem;
    font-size: 1.1875rem;
    line-height: 1.4;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > [class^='rte-icon-btn-'],
.btn-group-sm > [class*=' rte-icon-btn-'] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}

/* ovverride for landing page buttons */

.landing-button {
    background-color: #b3b3b3;
    color: #fff;
    text-align: center;
    margin: 0.5rem 0;
    height: 100%;
    min-width: 175px;
    transition: 0.3s ease-in-out;
}

.landing-button a {
    color: #fff !important;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

.btn-success {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
    box-shadow: 0;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}

.btn-success:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
    transition: 0.3s;
    transform: scale(1);
}

.landing-button:focus-visible,
.landing-button:hover {
    background-color: var(--main);
    transform: scale(1);
}

.alert-warning,
.alert-danger,
.alert-info {
    color: #000;
    background-color: #fff;
    border-color: var(--main);
    border: none;
    /* border-left: 5px dashed var(--main); */
    border: 2px dashed var(--main);
    border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item__selected,
.dropdown-item.hover,
.dropdown-item:hover {
    background: var(--main);
    color: #fff;
}

.react-date-picker__wrapper {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    border: thin solid #ced4da;
    background-color: #f0f0f0;
    background-color: #fff;
    padding: 0.5em 1em;
}

.form-control {
    border-radius: 0 !important;
}

.round-me {
    border-radius: 0 !important;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-radius: 0;
}

.checkbox .checkmark {
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: 0;
}

.checkbox .box input:checked ~ .checkmark {
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 0;
}

label {
    font-weight: 700;
    margin-bottom: 0.35em;
    color: #1a1a1a;
}

/* .vertrag-uebersicht-detail__vertrag-inaktiv {
    border-left-color: #ddd;
} */

.vertrag-detail__key-value > .vertrag-detail-vertrag__status.vertrag-detail-vertrag__status-inaktiv {
    background: #fff;
    color: var(--main);
    /*     border-left: 3px dashed var(--main); */
}

/* .vertrag-detail__key-value > .vertrag-detail-vertrag__status.vertrag-detail-vertrag__status-inaktiv span {

    color: #000;

} */

:root {
    --hr-color: var(--main);
    --hr-style: solid;
    --hr-width: 2px;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 0.5rem;
    font-family: 'Univers Condensed', -apple-system, BlinkMacSystemFont,
        'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
        'Noto Color Emoji';
    font-weight: 700;
    line-height: 1.1;
    color: #000;
}

h3 {
    font-size: 2rem;
}

h4 {
    /* border-top: var(--hr-width) var(--hr-style) var(--hr-color); */
    padding-top: 0.5rem;
    font-size: 2rem;
}

body {
    background-color: #f9f9f9;
    color: #1a1a1a;
}

/* .footer-matthaei, */
.navbar {
    background-color: #fff;
    padding: 1.2rem 5%;
    margin: 0;
}

.navbar-nav {
    gap: 1em;
}

.endkundenportal-navigation {
    border: 0;
}

.navbar .container {
    max-width: 100%;
}

.navbar-light .navbar-brand {
    min-width: 180px;
    /* margin-right: 8rem; */
}

.navbar-collapse > .navbar-nav.mr-auto {
    margin-left: auto;
    margin-right: auto;
    /* background-color: red; */
}

.navbar-collapse hr {
    display: none;
}

/* .nav-item {
    text-transform: uppercase;
    font-family: "Univers Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #1a1a1a !important;
} */

.nav-item a {
    color: #1a1a1a !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Univers Condensed', -apple-system, BlinkMacSystemFont,
        'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
        'Noto Color Emoji';
    font-size: 1.25rem;
}

.nav-item a:hover,
.nav-item a:focus-visible {
    color: var(--main) !important;
    text-decoration: none;
}

.dropdown-toggle {
    height: 100%;
}

.footer-matthaei {
    background-color: #fff;
}

.footer-matthaei > div {
    /* border-top: 2px solid #ddd; */

    padding-top: 4rem;

    /* margin-top: 3rem; */
    display: flex;
    gap: 2rem;
    /* font-size: 0.95rem; */
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .footer-matthaei > div {
        gap: 4rem;
    }
}

/* .footer-matthaei > div::after {
    content: 'Matthäi-Gruppe';
    white-space: nowrap;
    color: var(--main);
} */

.footer-matthaei::after {
    content: '© 2025 Matthäi Energie GmbH';
    color: #909090;
    font-size: 85%;
    display: block;
    white-space: nowrap;
    width: fit-content;
    /* margin: 2.5em auto 2.5em auto; */
    margin: 0 auto 0 auto;
    padding: 1.5rem 0 4.5rem 0;
}

a,
.footer-matthaei a {
    color: var(--main);
    font-size: 0.95rem;
}

a:hover,
a:focus-visible,
.footer-matthaei a:hover,
.footer-matthaei a:focus-visible {
    color: #b92104;
    text-decoration: none;
}

.mask-me {
    background-color: #fff;
}

.login .container,
.landing,
.vertrag-ablesung,
.rechnungsadresse-editieren,
.bankverbindung-editieren,
.daten-uebersicht,
.rechnungsadresse-ansicht,
.vertrag-detail,
.change-password .container,
.kontaktanfrage,
.change-kontaktdaten-form,
.ablesung,
.dokumente-uebersicht,
.passwort-vergessen,
.reset-password,
.vertrag-uebersicht {
    background-color: #fff;
    padding: 2rem 3rem;
}

.passwort-vergessen .container {
    box-shadow: none !important;
}

.container {
    max-width: 800px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fcfcfc;
    opacity: 1;
}

.input-group-text {
    background-color: #fcfcfc;
}

.passwort-vergessen a {
    color: #aaa;
    font-size: 0.75rem;
    margin-bottom: 1em;
}

.filepicker .btn {
    color: #fff;
}

:focus,
:focus-visible {
    outline-color: var(--main) !important;
    outline-style: auto !important;
    outline-width: 5px !important;
    border-color: var(--main) !important;
    outline: none !important;
    box-shadow: var(--focus) !important;
    border-color: #fd9e8c;
}

.vertrag-uebersicht-detail__vertrag-aktiv {
    border-left-color: var(--main);
    border-left-color: transparent;
}

.vertrag-uebersicht-detail__vertrag-inaktiv {
    border-left-color: #aaa;
}

.vertrag-uebersicht-detail__vertrag-beauftragt {
    border-left-color: rgb(239, 163, 147);
}

.vertrag-uebersicht-detail__vertrag-gekuendigt {
    border-left-color: #1a1a1a;
}

:root {
    --smallLabelWeight: 400;
    --smallLabelColor: #909090;
    --shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
        rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    --focus: 0 0 0 0.2rem rgba(250, 53, 15, 0.5);
}

.ablesewerte__wert > span:first-child {
    font-size: 0.8rem;
    /* font-weight: lighter; */
    font-weight: var(--smallLabelWeight);
    color: var(--smallLabelColor);
    margin-right: 6px;
}

.placeholder {
    font-style: italic;
    /* font-weight: lighter; */
    font-weight: var(--smallLabelWeight);
    color: var(--smallLabelColor);
    font-size: 0.8rem;
}

.bankverbindungen-anzeigen__bankverbindung > div > span:first-child {
    flex: none;
    margin-right: 12px;
    font-size: 0.8rem;
    /* font-weight: lighter; */
    font-weight: var(--smallLabelWeight);
    color: var(--smallLabelColor);
    width: 125px;
}

.dokument-anzeige__key-value label {
    margin: 0 12px 0 0;
    font-size: 0.8rem;
    /* font-weight: lighter; */
    font-weight: var(--smallLabelWeight);
    color: var(--smallLabelColor);
    width: 105px;
    flex: none;
}

.rechnungsadresse-anzeigen__rechnungsadresse > div > span:first-child {
    flex: none;
    margin-right: 6px;
    font-size: 0.8rem;
    /* font-weight: lighter; */
    font-weight: var(--smallLabelWeight);
    color: var(--smallLabelColor);
    width: 150px;
}

.vertrag-uebersicht-detail__tarifdetails > div > div > div > span,
.vertrag-uebersicht-detail__key-value label {
    /* font-weight: lighter; */
    font-weight: var(--smallLabelWeight);
    color: var(--smallLabelColor);
    font-size: 0.8rem;
    margin: 0;
}

.ablesung label,
.vertrag-ablesung label {
    font-weight: var(--smallLabelWeight);
    color: var(--smallLabelColor);
    margin-bottom: 0.35em;
    color: #1a1a1a;
}

.vertrag-detail__key-value > div > span:first-child {
    /* font-weight: lighter; */
    font-weight: var(--smallLabelWeight);
    color: var(--smallLabelColor);
    font-size: 0.8rem;
    margin: 0 6px 0 0;
    width: 200px;
    flex: none;
}

.vertrag-detail-verbrauch__pro-kanal > div > div > span,
.vertrag-detail-ablesung__ablesewert-pro-kanal > div > div > span {
    width: 100px;
    flex: none;
    /* font-weight: lighter; */
    font-weight: var(--smallLabelWeight);
    color: var(--smallLabelColor);
    font-size: 0.8rem;
    margin: 0 6px 0 0;
}

.font-weight-lighter {
    /* font-weight: lighter !important */
    font-weight: 700 !important;
}

#endkunenportal-ui {
    background-image: url('../images/1133128135.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.app__router-view .container {
    z-index: 2;
    position: relative;
    box-shadow: var(--shadow);
}

.app__router-view {
    min-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    padding: 0 0rem;
    margin: 0;
}

@media (min-width: 600px) {
    .app__router-view {
        padding: 0 2rem;
    }
}

@media (min-width: 768px) {
    .app__router-view {
        padding: 4rem 2rem;
    }
}

.content::after {
    content: '';
    position: absolute;
    /* top: 0%;
    right: 0%; */
    top: 0%;
    right: -50%;
    transform: translateX(-50%);
    background-color: var(--main);
    width: 20vw;
    min-width: 300px;
    /* max-width: 300px; */
    height: 300vh;
    transform-origin: 0% 0%;
    transform: skewX(-43deg);
    /* z-index: -1; */
    mix-blend-mode: multiply;
}

@media (min-width: 992px) {
    .content::after {
        right: 0%;
    }
}

@media (min-width: 1200px) {
    .content::after {
        right: -17%;
    }
}

.footer-matthaei,
.navbar {
    position: relative;
    z-index: 3;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle:hover {
    color: #fff;
    background-color: #de2805;
    border-color: #d22604;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item__selected,
.dropdown-item.hover,
.dropdown-item:hover {
    background: #de2805;
    color: #fff;
}

.dropdown-toggle::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none' stroke='%23FA350f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0.75em;
    border: 0;
    margin: 0;
}