:root {
    --step--2: clamp(0.64rem, 0.9379rem + -0.2979vi, 0.8784rem);
    --step--1: clamp(0.8rem, 0.9715rem + -0.1715vi, 0.9372rem);
    --step-0: clamp(1rem, 1rem + 0vi, 1rem);
    --step-1: clamp(1.067rem, 1.0213rem + 0.2288vi, 1.25rem);
    --step-2: clamp(1.1385rem, 1.0325rem + 0.53vi, 1.5625rem);
    --step-3: clamp(1.2148rem, 1.0302rem + 0.9229vi, 1.9531rem);
    --step-4: clamp(1.2962rem, 1.0098rem + 1.4316vi, 2.4414rem);
    --step-5: clamp(1.383rem, 0.9658rem + 2.0859vi, 3.0518rem);

    --space-3xs: clamp(0.25rem, 0.25rem + 0vi, 0.25rem);
    --space-2xs: clamp(0.5rem, 0.5rem + 0vi, 0.5rem);
    --space-xs: clamp(0.75rem, 0.75rem + 0vi, 0.75rem);
    --space-s: clamp(1rem, 1rem + 0vi, 1rem);
    --space-m: clamp(1.5rem, 1.5rem + 0vi, 1.5rem);
    --space-l: clamp(2rem, 2rem + 0vi, 2rem);
    --space-xl: clamp(3rem, 3rem + 0vi, 3rem);
    --space-2xl: clamp(4rem, 4rem + 0vi, 4rem);
    --space-3xl: clamp(6rem, 6rem + 0vi, 6rem);

    /* One-up pairs */
    --space-3xs-2xs: clamp(0.25rem, 0.1875rem + 0.3125vi, 0.5rem);
    --space-2xs-xs: clamp(0.5rem, 0.4375rem + 0.3125vi, 0.75rem);
    --space-xs-s: clamp(0.75rem, 0.6875rem + 0.3125vi, 1rem);
    --space-s-m: clamp(1rem, 0.875rem + 0.625vi, 1.5rem);
    --space-s-2xl: clamp(1rem, 0.25rem + 3.75vi, 4rem);
    --space-m-l: clamp(1.5rem, 1.375rem + 0.625vi, 2rem);
    --space-m-2xl: clamp(1.5rem, 0.875rem + 3.125vi, 4rem);
    --space-l-xl: clamp(2rem, 1.75rem + 1.25vi, 3rem);
    --space-l-2xl: clamp(2rem, 1.5rem + 2.5vi, 4rem);
    --space-xl-2xl: clamp(3rem, 2.75rem + 1.25vi, 4rem);
    --space-2xl-3xl: clamp(4rem, 3.5rem + 2.5vi, 6rem);
    --space-s1: clamp(0.5rem, -0.375rem + 4.375vi, 4rem);
    --space-s2: clamp(1rem, 0.875rem + 0.625vi, 1.12rem);
    --space-s3: clamp(1.5rem, -0.375rem + 4.375vi, 4rem);
    --space-s4: clamp(1rem, 0.75rem + 1.25vi, 2rem);
    --space-s5: clamp(0.25rem, 1.8125rem + -1.5625vi, 1.5rem);
    --space-s6: clamp(1.5rem, 1.375rem + 0.625vi, 2rem);
    --space-s7: clamp(1.5rem, 0.875rem + 3.125vi, 4rem);
}

.p-3xs {
    padding: var(--space-3xs);
}

.p-2xs {
    padding: var(--space-2xs);
}

.p-xs {
    padding: var(--space-xs);
}

.p-s {
    padding: var(--space-s);
}

.p-m {
    padding: var(--space-m);
}

.p-l {
    padding: var(--space-l);
}

.p-xl {
    padding: var(--space-xl);
}

.p-2xl {
    padding: var(--space-2xl);
}

.p-3xl {
    padding: var(--space-3xl);
}

.p-3xs-2xs {
    padding: var(--space-3xs-2xs);
}

.p-2xs-xs {
    padding: var(--space-2xs-xs);
}

.p-xs-s {
    padding: var(--space-xs-s);
}

.p-s-m {
    padding: var(--space-s-m);
}

.p-m-l {
    padding: var(--space-m-l);
}

.p-l-xl {
    padding: var(--space-l-xl);
}

.p-xl-2xl {
    padding: var(--space-xl-2xl);
}

.p-2xl-3xl {
    padding: var(--space-2xl-3xl);
}

.p-s1 {
    padding: var(--space-s3) var(--space-s1) var(--space-s3) var(--space-s1);
}

.p-s1r {
    padding: var(--space-s3) var(--space-s1) var(--space-s-2xl) var(--space-s5);
}

.p-s1rt {
    padding: 0rem var(--space-s1) var(--space-s-2xl) var(--space-s5);
}

.p-s1rb {
    padding: var(--space-s3) var(--space-s1) 0rem var(--space-s5);
}

.p-s1lr {
    padding: var(--space-s3) var(--space-s5) var(--space-s-2xl) var(--space-s3);
}

.p-s1l {
    padding: var(--space-s3) var(--space-s5) var(--space-s-2xl) var(--space-s1);
}

.p-s1lt {
    padding: 0rem var(--space-s5) var(--space-s-2xl) var(--space-s1);
}

.p-s1lb {
    padding: var(--space-s3) var(--space-s5) 0rem var(--space-s1);
}

.p-s1t {
    padding: 0rem var(--space-s1) var(--space-s-2xl) var(--space-s1);
}

.p-s1b {
    padding: var(--space-s1) var(--space-s1) 0rem var(--space-s1);
}

.p-s1bb {
    padding: var(--space-s2) var(--space-s1) 0rem var(--space-s1);
}

.p-s1bt {
    padding: 0rem var(--space-s1) 0rem var(--space-s1);
}

.p-s1btx {
    padding: 2rem var(--space-s1) 2rem var(--space-s1);
}

.px-s3 {
    padding-left: var(--space-s3);
    padding-right: var(--space-s3);
}

.py-s1 {
    padding-top: var(--space-s7);
    padding-bottom: var(--space-s7);
}

.py-s3 {
    padding-top: var(--space-s1);
    padding-bottom: var(--space-s1);
}

.mx-s3 {
    margin-left: var(--space-s3);
    margin-right: var(--space-s3);
}

.my-s3 {
    margin-top: var(--space-s5);
    margin-bottom: var(--space-s5);
}

h1,
.h1 {
    font-size: var(--step-5);
}

h2,
.h2 {
    font-size: var(--step-4);
}

h3,
.h3 {
    font-size: var(--step-3);
}

h4,
.h4 {
    font-size: var(--step-2);
}

h5,
.h5 {
    font-size: var(--step-1);
}

h6,
.h6 {
    font-size: var(--step-0);
}

p,
.accordion-body {
    font-size: var(--space-s2);
}

.accordion-button {
    font-size: var(--step-1);
    font-weight: 600;
}

.accordion {
    --bs-accordion-border-width: 0px;
    --bs-accordion-bg: var(--c16);
    --bs-accordion-active-color: var(--c5);
    --bs-accordion-active-bg: var(--16);
    --bs-accordion-border-radius: var(--radius-null);
    --bs-accordion-inner-border-radius: var(--radius-null);
    --bs-accordion-btn-padding-x: var(--space-s3);
    --bs-accordion-btn-padding-y: var(--space-s6);
}

.accordion-body {
    padding: var(--space-s4) var(--space-s3);
}

.bg-white .nav-link:focus,
.bg-white .nav-link:hover {
    color: var(--c5);
    text-decoration: underline;
}

.bg-white .nav-link.notactive,
.bg-white .nav-link.notactive {
    color: var(--c9);
    text-decoration: none;
    background-color: var(--c1);
    box-shadow: inset 0 0 0 1px var(--bs-border-color-translucent);
}

.bg-white .nav-link.notactive:focus,
.bg-white .nav-link.notactive:hover {
    color: var(--c9);
    text-decoration: none;
}

.bg-white .nav-item .active:focus,
.bg-white .nav-item .active:hover {
    color: var(--c1);
    text-decoration: underline;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--c1);
}

.bg-light .nav-link:focus,
.bg-light .nav-link:hover {
    color: var(--bs-link-hover-color);
    text-decoration: underline;
}

.nav-pills .nav-link {
    border-radius: 0px;
    background-color: var(--c2);
    margin: 0.25rem;
}

.input-group-text {
    border-radius: 0rem;
}

body {
    background-color: #f9f9fa;
}

.padding {
    padding: 2rem
}

.w-32 {
    width: 32px !important;
    height: 32px !important;
    font-size: .85em;
}

.dot-w-50 {
    width: 50px;
    height: 50px;
    font-size: .85em;
}

.form-control,
.form-select {
    border-radius: 0rem;
}

.form-control-lg,
.form-select-lg {
    font-size: 1.1rem;
}

.form-check-input[type="checkbox"] {
    border-radius: 0em;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3crect width='20' height='20' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3crect width='20' height='20' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3crect width='20' height='20' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.noflex {
    flex: unset !important;
}

.btn-lg,
.btn-group-lg>.btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--radius-big);
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-xl,
.btn-group-lg>.btn {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 1.85rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--radius-big);
    font-weight: 600;
    font-size: 1.1rem;
}

.bg-light .nav {
    --bs-nav-link-color: var(--c19);
    --bs-nav-link-hover-color: var(--c14);
    --bs-nav-link-disabled-color: #6c757d;
}

.invalid-feedback {
    color: var(--ca2);
}

.alert2 {
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
}

.btn-close2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    box-sizing: content-box;
    width: 1rem;
    height: 0.85em;
    padding: 0.75em 0.75em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
}

.bg-home {
    background-color: rgb(255, 114, 114) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: var(--bs-danger-rgb) !important;
}

.tl-item .avatar {
    z-index: 2;
}

.circle {
    border-radius: 500px;
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, .15);
    padding: 0;
    margin: 0
}

.timeline .h3,
.timeline .h4,
.timeline .h5,
.timeline .h6,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6,
.alert .h3,
.alert .h4,
.alert .h5,
.alert .h6,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    margin-top: 0rem;
}

.p-4 {
    padding: 1.5rem !important
}

.btn-light {
    --bs-btn-bg: var(--c2);
    --bs-btn-border-color: var(--c2);
}


.btn-sblock {
    margin-top: 0.5rem;
}

dt {
    font-weight: 600;
}

.rounded-pill {
    border-radius: 0rem !important;
}

.alert-info {
    --bs-alert-color: #212529;
    --bs-alert-bg: #f4f4f4;
    --bs-alert-border-color: #eef0f2;
}

.custom-tooltip .tooltip-inner {
    background-color: var(--c5);
    color: white;
    border-radius: 0px;
}

.textcounter {
    text-align: left;
    margin: 0rem 0.25rem;
    height: 26px
}

.custom-tooltip .arrow::before {
    border-top-color: var(--c5);
    border-bottom-color: var(--c5);

}

.w-sl {
    text-align: left;
    width: 50%;
}

.w-sr {
    text-align: right;
    width: 50%;
}

.w-slf {
    text-align: left;
    width: 70%;
}

.w-srf {
    text-align: right;
    width: 30%;
}

.block,
.card {
    background: #fff;
    border-width: 1px;
    border-radius: 0rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    margin-bottom: 1.5rem
}

.card-footer {
    border-top: 0px solid var(--bs-card-border-color);
    padding: 1rem var(--bs-card-cap-padding-x);
}

.alert {
    border-radius: 0px;
}

.text-danger {
    color: var(--ca2) !important;
}

.selectpagiantion {
    padding: 5px 5px 6px 5px;
    margin-left: -1px;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.list-group-item {
    border: none;
    padding: 0.2rem 0rem;
}

.list-group-flush {
    padding: 1rem 0rem;
}

.list-group-kita {
    padding: 0rem 0rem;
    background-color: var(--c17);
}

.list-group-kita .list-group-item {
    background-color: var(--c17);
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.tl-item>* {
    padding: 10px
}

.tl-item .avatar {
    z-index: 2
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: var(--bs-gray-400);
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.tl-content p:last-child {
    margin-bottom: 0
}

.tl-date {
    font-size: .85em;
    margin-top: 2px;
    min-width: 100px;
    max-width: 100px
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
}

.copyright {
    margin-left: 1rem;
}

.spinner-border {
    display: none;
}


/* scaffolding */
/* ----------- */

html {
    overflow-y: scroll;
}

.tt-menu,
.gist {
    text-align: left;
}

/* base styles */
/* ----------- */





.table-of-contents li {
    display: inline-block;
    zoom: 1;
}

.table-of-contents li a {
    font-size: 16px;
    color: #999;
}



/* site theme */
/* ---------- */

.title {
    margin: 20px 0 0 0;
    font-size: 64px;
}

.example {
    padding: 30px 0;
}

.example-name {
    margin: 20px 0;
    font-size: 32px;
}

.demo {
    position: relative;
    margin: 50px 0;
}

label {
    font-size: 1rem;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: var(--c2) !important;
}

.hyphens {
    hyphens: auto;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}

.typeahead {
    background-color: #fff;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#kitaname .tt-hint {
    color: #9e9e9e;
    top: -4px !important;
}

.tt-hint {
    color: #9e9e9e;
}

.tt-menu {
    width: 100%;
    margin: -4px 0 0px 0;
    padding: 3px 3px;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 2px;
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 5px 3px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 2px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #212529;
    background-color: #e0e0e6;
}

.tt-suggestion.tt-cursor {
    color: #212529;
    background-color: #e0e0e6;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}

.pagination {
    --bs-pagination-border-radius: 0rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.tree ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* Erzeuge Einrückung */
.tree li {
    position: relative;
    padding: 0rem 0em;
}



.itegrativ1 {
    z-index: 230;
    position: relative;
    background-color: var(--c1);
}

.itegrativ2 {
    z-index: 230;
    position: relative;
    background-color: var(--c17);
}

.tree li::after {
    content: "─";
    position: absolute;
    left: -1.385rem;
    color: #ffffff00;
    top: -0.7rem;
    border-left: #6c757d solid 1px;
    border-bottom: #6c757d solid 1px;
}


.tree li:last-child::after {
    content: "─ ";
    top: -0.7rem;
    border-bottom: #6c757d solid 1px;
}



.tree>li::before {
    display: none;
}


.tree .list-group-item {
    background: transparent;
    border: none;
    padding-left: 0;
}