
@font-face {
    font-family: 'D-DIN';
    font-weight: 700;
    src: url(/static/fonts/ddin-bold.woff2) format("woff2");
    font-display: block
}

@font-face {
    font-family: 'D-DIN';
    font-weight: 400;
    src: url(/static/fonts/ddin.woff2) format("woff2");
    font-display: block
}

@media (min-width: 1215px) {
    #navbar-brandname {
        display: inline
    }
}

@media (max-width: 1640px) {
    .hero {
        background-size: 100% auto
    }
}

.supportcontainer {
    display: flex
}

.supportcontentcard {
    order: 0
}

@media (max-width: 768px) {
    .supportcontentcard:first-child {
        order: 1
    }

    .supportcontentcard:last-child {
        order: -1
    }
}

.btn {
    font-family: D-DIN;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

/* Custom Button Overrides - Streamlined Design */
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4a5568;
    --bs-btn-border-color: #4a5568;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2d3748;
    --bs-btn-hover-border-color: #2d3748;
    --bs-btn-focus-shadow-rgb: 74, 85, 104;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2d3748;
    --bs-btn-active-border-color: #1a202c;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a0aec0;
    --bs-btn-disabled-border-color: #a0aec0;
    border-radius: 3px;
}

.btn-secondary {
    --bs-btn-color: #4a5568;
    --bs-btn-bg: #f7fafc;
    --bs-btn-border-color: #e2e8f0;
    --bs-btn-hover-color: #2d3748;
    --bs-btn-hover-bg: #edf2f7;
    --bs-btn-hover-border-color: #cbd5e0;
    --bs-btn-focus-shadow-rgb: 160, 174, 192;
    --bs-btn-active-color: #2d3748;
    --bs-btn-active-bg: #e2e8f0;
    --bs-btn-active-border-color: #cbd5e0;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #a0aec0;
    --bs-btn-disabled-bg: #f7fafc;
    --bs-btn-disabled-border-color: #e2e8f0;
    border-radius: 3px;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #38a169;
    --bs-btn-border-color: #38a169;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2f855a;
    --bs-btn-hover-border-color: #276749;
    --bs-btn-focus-shadow-rgb: 56, 161, 105;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #276749;
    --bs-btn-active-border-color: #22543d;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #68d391;
    --bs-btn-disabled-border-color: #68d391;
    border-radius: 3px;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e53e3e;
    --bs-btn-border-color: #e53e3e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c53030;
    --bs-btn-hover-border-color: #9c2626;
    --bs-btn-focus-shadow-rgb: 229, 62, 62;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9c2626;
    --bs-btn-active-border-color: #742a2a;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fc8181;
    --bs-btn-disabled-border-color: #fc8181;
    border-radius: 3px;
}

.btn-warning {
    --bs-btn-color: #1a202c;
    --bs-btn-bg: #ecc94b;
    --bs-btn-border-color: #ecc94b;
    --bs-btn-hover-color: #1a202c;
    --bs-btn-hover-bg: #d69e2e;
    --bs-btn-hover-border-color: #b7791f;
    --bs-btn-focus-shadow-rgb: 236, 201, 75;
    --bs-btn-active-color: #1a202c;
    --bs-btn-active-bg: #b7791f;
    --bs-btn-active-border-color: #975a16;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #4a5568;
    --bs-btn-disabled-bg: #f6e05e;
    --bs-btn-disabled-border-color: #f6e05e;
    border-radius: 3px;
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3182ce;
    --bs-btn-border-color: #3182ce;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2c5282;
    --bs-btn-hover-border-color: #2a4365;
    --bs-btn-focus-shadow-rgb: 49, 130, 206;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2a4365;
    --bs-btn-active-border-color: #1a365d;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #63b3ed;
    --bs-btn-disabled-border-color: #63b3ed;
    border-radius: 3px;
}

.btn-light {
    --bs-btn-color: #4a5568;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #e2e8f0;
    --bs-btn-hover-color: #2d3748;
    --bs-btn-hover-bg: #f7fafc;
    --bs-btn-hover-border-color: #cbd5e0;
    --bs-btn-focus-shadow-rgb: 226, 232, 240;
    --bs-btn-active-color: #2d3748;
    --bs-btn-active-bg: #edf2f7;
    --bs-btn-active-border-color: #cbd5e0;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #a0aec0;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #e2e8f0;
    border-radius: 3px;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2d3748;
    --bs-btn-border-color: #2d3748;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1a202c;
    --bs-btn-hover-border-color: #171923;
    --bs-btn-focus-shadow-rgb: 45, 55, 72;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #171923;
    --bs-btn-active-border-color: #0d1117;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4a5568;
    --bs-btn-disabled-border-color: #4a5568;
    border-radius: 3px;
}

/* General button styling enhancements */
.btn {
    font-family: D-DIN;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

/* CTA Button specific styling */
.cta-button {
    z-index: 55;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.bi {
    vertical-align: -.125em
}

.hero {
    position: relative;
    padding-top: 10px !important;
    font-family: 'D-DIN';
    padding-left: 100px;
    padding-bottom: 10px !important;
    max-height: min-content;
    background-image: url(/static/img/template/bg_left.webp), url(/static/img/template/bg_right.webp);
    background-blend-mode: screen;
    background-size: 100% auto;
    background-repeat: no-repeat;
    animation: backgroundFade 10s 1 alternate
}

.header-text {
    text-align: start
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e2e8f0;
    border-left-width: 3px;
    border-radius: 2px
}

.callout h4 {
    margin-bottom: .25rem
}

.callout p:last-child {
    margin-bottom: 0
}

.callout code {
    border-radius: .25rem
}

.callout+.callout {
    margin-top: -.25rem
}

.callout-info {
    border-left-color: #5bc0de
}

.callout-warning {
    border-left-color: #f0ad4e
}

.callout-danger {
    border-left-color: #d9534f
}

.content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 920px;
    z-index: 1
}

.page-container {
    position: relative;
    margin-bottom: -20px;
    width: 100%;
    box-shadow: 0 0 10px #000000e3
}

@keyframes backgroundFade {
    50% {
        background-image: url(/static/img/template/bg_left.webp), url(/static/img/template/bg_right.webp)
    }

    0%,
    100% {
        background-image: url(/static/img/template/bg_right.webp), url(/static/img/template/bg_left.webp)
    }
}

p {
    font-size: 14pt;
    font-family: D-DIN
}

.table {
    background-color: #f8fafc;
    border-radius: 3px;
}

.header {
    background-color: #fff !important;
    box-shadow: 0 0 15px #000000e3;
    position: relative;
    z-index: 5
}

.modal-header {
    background-color: var(--popup-bg-color) !important;
    color: #fff !important
}

.info-new {
    position: absolute;
    top: 110px;
    left: 215px;
    z-index: 10;
    font-size: 1em !important;
    transition: transform .3s ease, top .3s ease, left .3s ease
}

.modal-lg {
    z-index: 1060
}

.modal-title {
    color: var(--bs-body-color) !important;
    font-weight: 700
}

.errorlist {
    color: red;
    font-size: 12px;
    list-style: none;
    padding-left: 2px
}

.error input,
.error select {
    border: 2px red solid
}

.nav-link {
    color: var(--navbar-link-color) !important;
    padding-right: 25px !important;
    font-size: 1.45em
}

.nav-link-footer {
    color: var(--navbar-footer-link-color) !important;
    text-decoration: none
}

.nav-link.active {
    color: #2060ea !important
}

.nav-link-bgblue {
    color: #1768ec !important
}

.nav-link-bgblue:hover {
    color: #000 !important
}

.navbar-brand {
    color: #000 !important;
    font-size: 28px
}

.navbar-toggler {
    border-color: #4b4b4b !important
}



.navbar-toggler-icon {
    color: #4b4b4b !important
}

.dropdown-item {
    color: #4a5568;
    font-size: 1.2em;
    background-color: #ffffff;
}

.dropdown-item:hover {
    color: #2d3748;
    background-color: #f7fafc;
}

.dropdown-item-footer {
    color: #a9a9a9 !important;
    background-color: #242626 !important
}

.dropdown-item-footer:hover {
    color: var(--navbar-footer-link-hover-color) !important;
    background-color: #242626 !important
}

.page-link {
    display: flex;
    align-items: center;
    height: 42px;
    padding: .5rem .75rem
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff !important;
    border-radius: 4px
}

.footer {
    background-image: linear-gradient(0.8turn, #414141, #2f3131, #000) !important;
    width: 100%;
    height: 215px;
    text-align: center !important;
    position: relative;
    margin-top: auto;
    color: #fff !important;
    z-index: 100
}

.nav-item>li {
    background-color: #f7fafc
}

.icon-link {
    display: inline-flex;
    align-items: center
}

.icon-link>.bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor
}

.icon-link:hover>.bi {
    transform: translate(.25rem)
}

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 3px
}

.cta-button {
    z-index: 55
}

.anydesk-btn:hover {
    background-color: #fb5b5b !important
}

.support-table td {
    padding-top: 5px;
    padding-bottom: 5px
}

body.with-cookie-bar {
    padding-bottom: 55px
}

.text-grey {
    color: #323232 !important
}

.field-invalid {
    color: red !important;
    font-size: 12px
}
.cookiebar-text{
    padding-left: 20px;
    padding-right: 20px;
}
.cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    align-items: center;
    height: fit-content;
    background: #f7fafc;
    border-top: 1px solid #e2e8f0;
    z-index: 1000 !important
}
.cookie-bar-container {
    background-color:#f7fafc 
}
.icon-pad {
    padding-top: 1rem
}

div .support-card {
    background-color: #fafafa;
    border-radius: 3px;
    border-style: solid;
    border-color: #e0e4e7;
    border-width: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    margin: .5rem
}

div .cta-contact {
    background-color: #f8feff;
    /*border-radius:3px;
     border-style:solid;
     border-color:#e0e4e7;
     border-width:1px;
     box-shadow:0 2px 8px rgba(0,0,0,0.08); */
    padding: 0.8rem;
    margin: .5rem
}

div .support-contact {
    background-color: #f8feff;
    /*border-radius:3px;
     border-style:solid;
     border-color:#e0e4e7;
     border-width:1px;
     box-shadow:0 2px 8px rgba(0,0,0,0.08); */
    padding: 2rem;
    margin: .5rem
}

div .front-feature-element {
    padding: 2.5rem
}

#standortkarte {
    height: 520px
}

div .carousel-item {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    width: 100%
}

.carousel-img {
    max-height: 80px
}

div .carousel-content {
    width: 100%;
    justify-content: center !important
}

.feature-content {
    opacity: 1 !important
}

.rounded-4 {
    border-radius: 4px
}

.rounded-5 {
    border-radius: 6px
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem #00000040
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem #00000040
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem #00000040
}

.howto-pb {
    background-color: #f7fafc
}

.popover {
    max-width: 800px !important
}

.popover-text {
    color: #006b10;
    font-weight: 700;
    text-decoration-style: dashed !important;
    text-decoration-line: underline !important;
    text-decoration-color: #006b10 !important
}

.card-title {
    font-family: D-DIN;
    padding-left: 5px;
    padding-right: 5px
}

.card-body {
    font-family: D-DIN;
    background-color: inherit !important;
    padding-left: 5px;
    padding-right: 5px
}

.partner-card {
    background-color: #ffffff;
    /* border-radius:4px;
     box-shadow:0 1px 6px rgba(0,0,0,0.06);
     border:1px solid #e8ebef; */
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin: .5rem;
    padding: 1.2rem 15px
}

.partner-card-right {
    padding-left: 15px;
    padding-right: 15px
}

.lead-text {
    position: relative;
    top: 40px;
    width: 450px;
    color: #fff;
    line-height: 1em;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    margin-left: 20px
}

.contentpage {
    width: 100%;
    background-color: #fff;
    /* box-shadow:0 0 10px 0 rgba(0,0,0,0.05); */
    z-index: 0;
    top: 150px
}

.statuspage {
    width: 100%;
    background-color: #f5fbfb;
    /*      box-shadow:0 0 10px 0 rgba(0,0,0,0.05);
*/
    z-index: 0;
    min-height: calc(100vh - 432px);
    top: 150px
}

div .contact-card {
    background-color: #f8feff;
/*     border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    transition: transform .3s ease, color .3s ease, left .5s ease, width .5s ease, height .5s ease;
/*     border-style: solid;
    border-color: #e0e4e7;
    border-width: 1px; */
}

.support-content {
    margin: .25em
}

.card-header {
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px
}

.container {
    display: flex;
    flex-direction: column
}

.clearfix:after {
    clear: both
}

#loginModal {
    top: 120px
}

.btn-white {
    color: #fff
}

.form-range {
    background-color: #f7fafc;
    padding: 20px;
    border-radius: 3px
}

.supp-acc-hdr {
    padding-right: 5px;
    min-width: 7%;
    width: 7%;
    max-width: 9%
}

mobilehide {
    display: inline
}

mobileshow {
    display: none
}

.tto-rule {
    vertical-align: middle
}

.tto-li-element {
    line-height: 35px;
    list-style: none;
    display: flex;
    height: 35px;
    align-items: center;
    vertical-align: middle
}

.tto-li-element::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 100%
}

.cookie-group-form {
    display: inline-flex
}

.modal-header.btn-close,
.nav-item {
    color: #a9a9a9 !important
}

.modal-header.btn-close:hover,
.nav-item:hover {
    color: #fff !important
}

.nav-link-footer:hover {
    color: var(--navbar-footer-link-hover-color) !important
}

.nav-link:hover {
    color: var(--navbar-link-hover-color) !important
}

.dropdown-menu,
.contact-card-header {
    background-color: #ffffff;
/*     border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

.card-text,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: D-DIN
}

.partner-card>.card,
.contact-card>.card {
    border-style: none;
    background-image: inherit !important;
    background-color: inherit !important
}

.accordion-hdr,
.card-list {
    font-size: 1.2em
}

/* Custom Button Overrides - Streamlined Design */
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4a5568;
    --bs-btn-border-color: #4a5568;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2d3748;
    --bs-btn-hover-border-color: #2d3748;
    --bs-btn-focus-shadow-rgb: 74, 85, 104;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2d3748;
    --bs-btn-active-border-color: #1a202c;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a0aec0;
    --bs-btn-disabled-border-color: #a0aec0;
    border-radius: 3px;
}

.btn-secondary {
    --bs-btn-color: #4a5568;
    --bs-btn-bg: #f7fafc;
    --bs-btn-border-color: #e2e8f0;
    --bs-btn-hover-color: #2d3748;
    --bs-btn-hover-bg: #edf2f7;
    --bs-btn-hover-border-color: #cbd5e0;
    --bs-btn-focus-shadow-rgb: 160, 174, 192;
    --bs-btn-active-color: #2d3748;
    --bs-btn-active-bg: #e2e8f0;
    --bs-btn-active-border-color: #cbd5e0;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #a0aec0;
    --bs-btn-disabled-bg: #f7fafc;
    --bs-btn-disabled-border-color: #e2e8f0;
    border-radius: 3px;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #38a169;
    --bs-btn-border-color: #38a169;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2f855a;
    --bs-btn-hover-border-color: #276749;
    --bs-btn-focus-shadow-rgb: 56, 161, 105;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #276749;
    --bs-btn-active-border-color: #22543d;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #68d391;
    --bs-btn-disabled-border-color: #68d391;
    border-radius: 3px;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e53e3e;
    --bs-btn-border-color: #e53e3e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c53030;
    --bs-btn-hover-border-color: #9c2626;
    --bs-btn-focus-shadow-rgb: 229, 62, 62;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9c2626;
    --bs-btn-active-border-color: #742a2a;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fc8181;
    --bs-btn-disabled-border-color: #fc8181;
    border-radius: 3px;
}

.btn-warning {
    --bs-btn-color: #1a202c;
    --bs-btn-bg: #ecc94b;
    --bs-btn-border-color: #ecc94b;
    --bs-btn-hover-color: #1a202c;
    --bs-btn-hover-bg: #d69e2e;
    --bs-btn-hover-border-color: #b7791f;
    --bs-btn-focus-shadow-rgb: 236, 201, 75;
    --bs-btn-active-color: #1a202c;
    --bs-btn-active-bg: #b7791f;
    --bs-btn-active-border-color: #975a16;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #4a5568;
    --bs-btn-disabled-bg: #f6e05e;
    --bs-btn-disabled-border-color: #f6e05e;
    border-radius: 3px;
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3182ce;
    --bs-btn-border-color: #3182ce;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2c5282;
    --bs-btn-hover-border-color: #2a4365;
    --bs-btn-focus-shadow-rgb: 49, 130, 206;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2a4365;
    --bs-btn-active-border-color: #1a365d;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #63b3ed;
    --bs-btn-disabled-border-color: #63b3ed;
    border-radius: 3px;
}

.btn-light {
    --bs-btn-color: #4a5568;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #e2e8f0;
    --bs-btn-hover-color: #2d3748;
    --bs-btn-hover-bg: #f7fafc;
    --bs-btn-hover-border-color: #cbd5e0;
    --bs-btn-focus-shadow-rgb: 226, 232, 240;
    --bs-btn-active-color: #2d3748;
    --bs-btn-active-bg: #edf2f7;
    --bs-btn-active-border-color: #cbd5e0;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #a0aec0;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #e2e8f0;
    border-radius: 3px;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2d3748;
    --bs-btn-border-color: #2d3748;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1a202c;
    --bs-btn-hover-border-color: #171923;
    --bs-btn-focus-shadow-rgb: 45, 55, 72;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #171923;
    --bs-btn-active-border-color: #0d1117;
    --bs-btn-active-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4a5568;
    --bs-btn-disabled-border-color: #4a5568;
    border-radius: 3px;
}

/* General button styling */
.btn {
    font-family: D-DIN;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

/* CTA Button specific styling */
.cta-button {
    z-index: 55;
    font-weight: 600;
    letter-spacing: 0.025em;
}

h1.display-5.fw-bold.ml-4{
    text-shadow: 1px 1px 2px #000!important;
}
h1.display-5.fw-bold.mb-4.py-4{
    text-shadow: 1px 1px 2px #000!important;
}