/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.logo-container {
    width: 42px; /* Breite des Logos */
    height: 42px; /* H�he des Logos */
    border-radius: 50%; /* Kreisf�rmiger Rand */
    background-color: whitesmoke; /* Hintergrundfarbe des Kreises */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px; /* Abstand zwischen dem Logo und dem Text */
    vertical-align: middle; /* Vertikale Ausrichtung */
}

.logo-container img {
    width: 100%; /* Breite auf 100% des Containers setzen */
    height: auto; /* H�he automatisch berechnen, um das Seitenverh�ltnis beizubehalten */
    border-radius: 50%; /* Runde das Bild ebenfalls ab */
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Login Style*/
.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-form-1 {
    padding: 5% 0% 0% 0%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    max-width: 30rem;
}

.login-form-1 a {
    color: #0366d6;
    text-decoration-line:none;
}

.login-form-1 label {
    padding-bottom: 10px;
}

.login-form-1 .form-group {
    padding-bottom: 10px;
}

.login-form-1 h3 {
    text-align: center;
    color: #333;
    margin: 0%;
}

.login-container form {
    padding: 10%;
}

.btnSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}

.login-form-1 .ForgetPwd {
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

.login-form-1 .dx-textbox,
.login-form-1 .dx-checkbox {
    margin-bottom: 5px;
}

.login-form-1 .dx-button {
    margin-top: 5px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Landing Page */

.jumbotron-odi-hero {
    padding: 0rem 0rem;
    position: relative;
    max-width: 100%;
}

.jumbotron-odi-dark {
    max-width: 100%;
    padding: 0px;
}

.jumbotron-overlay {
    height: 100%;
    padding: 100px 0;
    color: #fff;
}

.jumbotron-padding {
    padding-top: 6rem;
}

.btn-circle {
    border-radius: 30px;
}

.latest-news {
    border-bottom: .25rem solid transparent;
    border-bottom-color: #007bff;
}

/* ===== Modern Landing Page ===== */

/* Hero Modern */
.hero-modern {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0056b3 0%, #007bff 25%, #0098ff 50%, #0056b3 100%);
    background-size: 300% 300%;
    animation: heroGradient 8s ease infinite;
    color: #fff;
    padding: 5rem 0 4rem;
    min-height: 420px;
    display: flex;
    align-items: center;
    /* Full-width breakout from .container */
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

@keyframes heroGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Floating shapes */
.hero-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: .08;
    background: #fff;
}

.hero-shape-1 {
    width: 340px;
    height: 340px;
    top: -80px;
    left: -60px;
    animation: floatShape 6s ease-in-out infinite;
}

.hero-shape-2 {
    width: 220px;
    height: 220px;
    bottom: -40px;
    right: 8%;
    animation: floatShape 8s ease-in-out infinite reverse;
}

.hero-shape-3 {
    width: 140px;
    height: 140px;
    top: 30%;
    right: 22%;
    animation: floatShape 7s ease-in-out infinite 1s;
}

@keyframes floatShape {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Hero badge */
.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    padding: .45rem 1.2rem;
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .3px;
}

/* E-Rechnung Highlight Section */
.einvoice-section {
    background: #f0f6ff;
    border-top: 3px solid #007bff;
    /* Full-width breakout from .container */
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.badge-standard {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: #fff;
    border: 1px solid #007bff;
    color: #0056b3;
    padding: .4rem .9rem;
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 600;
}

.einvoice-visual {
    padding: 2.5rem;
}

.einvoice-icon-wrapper {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(0,123,255,.15);
}

.einvoice-label {
    display: inline-block;
    background: #fff;
    color: #495057;
    padding: .25rem .7rem;
    border-radius: 4px;
    font-size: .78rem;
    font-weight: 600;
    margin: 0 .2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

/* Section light background */
.section-light {
    background: #f8f9fa;
    /* Full-width breakout from .container */
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

/* Feature icon circles */
.feature-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: .5rem;
}

.feature-icon-circle-sm {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

/* Light background variants */
.bg-primary-light { background: rgba(0,123,255,.1); }
.bg-success-light { background: rgba(40,167,69,.1); }
.bg-info-light    { background: rgba(23,162,184,.1); }
.bg-warning-light { background: rgba(255,193,7,.12); }
.bg-danger-light  { background: rgba(220,53,69,.1); }
.bg-purple-light  { background: rgba(111,66,193,.1); }
.bg-dark-light    { background: rgba(52,58,64,.1); }
.text-purple       { color: #6f42c1; }

/* Pricing popular badge */
.pricing-popular {
    position: relative;
    border: 2px solid #007bff !important;
}

.pricing-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #007bff;
    color: #fff;
    padding: .2rem 1rem;
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .3px;
    white-space: nowrap;
    z-index: 2;
}

/* Card hover (shadow-custom enhanced) */
.card.shadow-custom {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card.shadow-custom:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,.12);
}

/* Feature icon circle hover (scales on card hover) */
.card.shadow-custom .feature-icon-circle {
    transition: transform 0.3s ease, background 0.3s ease;
}

.card.shadow-custom:hover .feature-icon-circle {
    transform: scale(1.12);
}

.card.shadow-custom:hover .feature-icon-circle.bg-primary-light { background: rgba(0,123,255,.18); }
.card.shadow-custom:hover .feature-icon-circle.bg-success-light { background: rgba(40,167,69,.18); }
.card.shadow-custom:hover .feature-icon-circle.bg-info-light    { background: rgba(23,162,184,.18); }
.card.shadow-custom:hover .feature-icon-circle.bg-warning-light { background: rgba(255,193,7,.22); }
.card.shadow-custom:hover .feature-icon-circle.bg-danger-light  { background: rgba(220,53,69,.18); }
.card.shadow-custom:hover .feature-icon-circle.bg-purple-light  { background: rgba(111,66,193,.18); }
.card.shadow-custom:hover .feature-icon-circle.bg-dark-light    { background: rgba(52,58,64,.18); }

/* Badge-standard hover */
.badge-standard {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
}

.badge-standard:hover {
    transform: scale(1.07);
    box-shadow: 0 4px 14px rgba(0,123,255,.2);
}

/* Pricing card hover */
.pricing-popular:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0,123,255,.18);
}

/* Hero badge hover */
.hero-badge {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hero-badge:hover {
    box-shadow: 0 0 20px rgba(255,255,255,.35);
    transform: translateY(-2px);
}

/* Hero CTA buttons hover */
.hero-modern .btn {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-modern .btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 25px rgba(0,0,0,.2);
}

/* E-Invoice labels hover */
.einvoice-label {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.einvoice-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

/* ===== "Was Wir Bieten" Offer Cards ===== */
.offer-card {
    border: none;
    border-radius: 12px;
    text-align: center;
    padding: 2rem 1.5rem;
    border-top: 3px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-top-width 0.3s ease;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.06);
}

.offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 40px rgba(0,0,0,.1);
    border-top-width: 5px;
}

.offer-card .offer-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 1rem;
    transition: transform 0.3s ease;
}

.offer-card:hover .offer-icon-circle {
    transform: scale(1.12);
}

/* Offer card border color variants */
.offer-card-border-blue    { border-top-color: #007bff; }
.offer-card-border-green   { border-top-color: #28a745; }
.offer-card-border-cyan    { border-top-color: #17a2b8; }
.offer-card-border-orange  { border-top-color: #fd7e14; }

/* Letter spacing utility */
.ls-wide { letter-spacing: 1.5px; }

/* ===== End Modern Landing Page ===== */

/* Landing Page */

/* XRechnung Info Tooltips */
.xr-info-icon {
    color: #6c757d;
    font-size: 0.8rem;
    margin-left: 4px;
    cursor: help;
}
.xr-info-icon:hover {
    color: #0d6efd;
}

/* Bootstrap Anpassungen */
.card-aux {
    border-radius: 0;
}

.card-header-aux,
.card-footer-aux {
    border-radius: 0;
    background-color:transparent;
}

/* Invoice Sidebar Cards */
.card-aux-sidebar .card-header-aux {
    padding: 0.5rem 1rem;
}
.card-aux-sidebar .card-body {
    padding: 0.75rem 1rem;
}

/* Invoice Text Section (Begin/End Text ohne Card) */
.invoice-text-label {
    color: #495057;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
/* Bootstrap Anpassungen */