/* _content/QSA.EP.MyDmsCloud.Web/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-32a9mghsza] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-gen5cn3c3j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-gen5cn3c3j] {
    display: flex;
    gap: 0.625rem;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Account/Pages/Register.razor.rz.scp.css */
.checkbox-group[b-04emafb4z1] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 5px !important;
}

.terms-and-conditions[b-04emafb4z1]{
    display: flex;
    align-items: center;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-fu8rnei7o7] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-fu8rnei7o7] {
        flex-direction: column;
    }
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Account/Shared/InteractiveDxTabs.razor.rz.scp.css */
.dxbl-grid[b-se4mtlxab4] {
    width: 500px;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-osfqars0gt] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-osfqars0gt] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-osfqars0gt] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-osfqars0gt] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-osfqars0gt] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-osfqars0gt] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-osfqars0gt] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-3camiah80u] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Layout/Drawer.razor.rz.scp.css */
[b-tm4cnqfs9d] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
    position: relative; 
}

[b-tm4cnqfs9d] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-tm4cnqfs9d] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-tm4cnqfs9d] {
        display: none;
        visibility: hidden;
    }

    [b-tm4cnqfs9d] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 100;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-tm4cnqfs9d] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ycppladbrw] {
    height: auto;
    font-family: var(--bs-font-sans-serif);
    overflow-y: auto !important;
    display: grid !important;
    /*justify-self: center !important;*/
    
}

[b-ycppladbrw] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-ycppladbrw] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
}

[b-ycppladbrw] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-ycppladbrw] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-ycppladbrw] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-ycppladbrw] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-ycppladbrw] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-ycppladbrw] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-ycppladbrw] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-ycppladbrw] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-ycppladbrw] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-ycppladbrw] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-ycppladbrw] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-ycppladbrw] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-ycppladbrw] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-ycppladbrw] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-ycppladbrw] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-ycppladbrw] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-ycppladbrw] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-ycppladbrw] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-ycppladbrw] {
    display: inline-flex;
}

.menu-button-nav[b-ycppladbrw] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-ycppladbrw] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-ycppladbrw]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-ycppladbrw]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-ycppladbrw] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-ycppladbrw] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-ycppladbrw] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-ycppladbrw] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-ycppladbrw] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-ycppladbrw] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

.impressum[b-ycppladbrw] {
    float: right;
    display: inline-flex;
    align-items: center;
    color: #007bff;
    margin-top: 0px;
}

.separator[b-ycppladbrw] {
    margin: 0 5px;
    color: black !important;/* Optionaler Abstand */
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar-container[b-746ehy1cru] {
    align-items: center;
    justify-content: center;
    justify-self: center; 
    width: 1200px; 
    margin: 0 auto;
    background-color: #242020;
    padding: 1px;
    border-radius: 0px;
    margin-top: 80px;
    text-align: left;
}

.container[b-746ehy1cru] {
    width: 1100px;
    display: grid;
    transform: translateX(-60px);
}

#sidebar[b-746ehy1cru] {
    display: flex;
    justify-content: center;
    width: 1200px;
}

.comteamLogo[b-746ehy1cru] {
    transform: translateY(70px); 
}

/* Gesamter Container */
#container[b-746ehy1cru] {
    display: flex;
    flex-direction: column; /* Elemente vertikal anordnen */
    height: 100%;
}

/* Header mit Logo und Menü */
#header[b-746ehy1cru] {
    display: flex;
    justify-content: space-between; /* Logo und Sidebar voneinander trennen */
    align-items: center; /* Vertikal zentrieren */
    padding: 10px;
    border-bottom: 1px solid #ccc; /* Optional: Trennungslinie */
}

.logo[b-746ehy1cru] {
    text-align: center;
}

[b-746ehy1cru] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-746ehy1cru] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-746ehy1cru] .menu {
    background-color: inherit;
    margin-right: 100px;
}

[b-746ehy1cru] .menu-right {
    background-color: inherit;
    margin-left: 330px;
}

    [b-746ehy1cru] .menu .dxbl-menu-item-list {
        gap: 1px;
    }

[b-746ehy1cru] .menu-item {
    color: var(--bs-white);
}

[b-746ehy1cru] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-746ehy1cru] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-746ehy1cru] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-746ehy1cru] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-746ehy1cru] .user-icon {
    background-image: url("images/account/user.svg");
}

@media (max-width: 768px) {
    #sidebar[b-746ehy1cru] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-746ehy1cru] {
        text-align: inherit;
    }
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Pages/Home/About.razor.rz.scp.css */
.about-container[b-2hb0edzx7y] {
    display: flex;
    flex-direction: column; /* Hilft eventuell beim Layout */
    justify-content: center;
    align-items: center; /* Lässt den Container die volle Höhe nutzen */
    height: auto; /* Versuche, die volle Höhe des Viewports zu verwenden */
    background-color: #f5f5f5;
    padding: 0.8rem;
    overflow-y: hidden;
}

.about-content[b-2hb0edzx7y] {
    max-width: 1250px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: left;
    min-width: 950px;
}

    .about-content.show[b-2hb0edzx7y] {
        opacity: 1; /* Sichtbar */
        transform: translateY(0); /* Zurück an den ursprünglichen Ort */
    }

    .about-content h2[b-2hb0edzx7y] {
        font-size: 2.5em;
        color: #2c3e50;
    }

    .about-content p[b-2hb0edzx7y] {
        font-size: 1.2em;
        line-height: 1.6;
        color: #34495e;
        margin-top: 20px;
    }

.separator[b-2hb0edzx7y] {
    width: 100px;
    height: 3px;
    background-color: #3498db;
    margin: 1.5rem auto;
}

.about-link[b-2hb0edzx7y] {
    margin-top: 20px;
}

.contact-link[b-2hb0edzx7y] {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .contact-link:hover[b-2hb0edzx7y] {
        background-color: #0056b3;
        transform: scale(1.05);
    }

    .contact-link:active[b-2hb0edzx7y] {
        background-color: #003f7f;
    }
/* _content/QSA.EP.MyDmsCloud.Web/Components/Pages/Home/ContactPersons.razor.rz.scp.css */
.parent-container[b-d9d5x8wlil] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); /* Flexible Spalten */
    gap: 30px; /* Abstand zwischen Spalten und Zeilen */
    justify-content: center; /* Zentriert das Grid */
    padding: 5px; /* Optionaler Innenabstand */
    max-width: 83%;
}

.contact-item-wrapper[b-d9d5x8wlil] {
    box-sizing: border-box; /* Verhindert Überlauf durch Padding/Margin */
    padding: 15px; /* Optionaler Innenabstand für jedes Element */
    background: #f9f9f9; /* Dezenter Hintergrund für bessere Lesbarkeit */
    border-radius: 8px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Leichter Schatten */
    min-width: 550px;
}

.description-container[b-d9d5x8wlil] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-image[b-d9d5x8wlil] {
    width: 350px;
    height: auto;
    border-radius: 10px;
}

.profile-description[b-d9d5x8wlil] {
    max-width: 350px;
    min-width: 330px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Pages/Home/Imprint.razor.rz.scp.css */
.about-container[b-uf20erctj5] {
    display: flex;
    flex-direction: column; /* Hilft eventuell beim Layout */
    justify-content: center;
    align-items: center; /* Lässt den Container die volle Höhe nutzen */
    height: 100%; /* Versuche, die volle Höhe des Viewports zu verwenden */
    background-color: #f5f5f5;
    padding: 10px;
    overflow-y: hidden;
}

.about-content[b-uf20erctj5] {
    max-width: 1500px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: left;
}

    .about-content.show[b-uf20erctj5] {
        opacity: 1; /* Sichtbar */
        transform: translateY(0); /* Zurück an den ursprünglichen Ort */
    }

    .about-content h2[b-uf20erctj5] {
        font-size: 2.5em;
        color: #2c3e50;
    }

    .about-content p[b-uf20erctj5] {
        font-size: 1.2em;
        line-height: 1.6;
        color: #34495e;
        margin-top: 20px;
    }

.separator[b-uf20erctj5] {
    width: 100px;
    height: 3px;
    background-color: #3498db;
    margin: 20px auto;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Pages/Home/PrivacyPolicy.razor.rz.scp.css */
.about-container[b-4of73absrn] {
    display: flex;
    flex-direction: column; /* Hilft eventuell beim Layout */
    justify-content: center;
    align-items: center; /* Lässt den Container die volle Höhe nutzen */
    height: 100%; /* Versuche, die volle Höhe des Viewports zu verwenden */
    background-color: #f5f5f5;
    padding: 10px;
    overflow-y: hidden;
}

.about-content[b-4of73absrn] {
    max-width: 1500px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: left;
}

    .about-content.show[b-4of73absrn] {
        opacity: 1; /* Sichtbar */
        transform: translateY(0); /* Zurück an den ursprünglichen Ort */
    }

    .about-content h2[b-4of73absrn] {
        font-size: 2.5em;
        color: #2c3e50;
    }

    .about-content p[b-4of73absrn] {
        font-size: 1.2em;
        line-height: 1.6;
        color: #34495e;
        margin-top: 20px;
    }

.separator[b-4of73absrn] {
    width: 100px;
    height: 3px;
    background-color: #3498db;
    margin: 20px auto;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Pages/Index.razor.rz.scp.css */
[b-kji9m8ikrg] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-kji9m8ikrg] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-kji9m8ikrg] .title {
    text-align: center;
    position: relative; /* Fügt eine Positionierung hinzu, um top zu verwenden */
}

[b-kji9m8ikrg] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-kji9m8ikrg] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-kji9m8ikrg] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-kji9m8ikrg] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-kji9m8ikrg] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-kji9m8ikrg] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-kji9m8ikrg] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/QSA.EP.MyDmsCloud.Web/Components/Pages/ServicesTabs.razor.rz.scp.css */
.service-tabs-container[b-fa4kzfb1be] {
    display: flex !important;
    display: grid;
    height: 100%;
    overflow-y: hidden;
    justify-content: left;
    align-items: flex-start;
    width: 100%;
    align-self: center !important;
}

#refresh-button[b-fa4kzfb1be] {
    display: flex;
    transform: translateY(30px);
    margin-left: auto;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Pages/Shared/CarouselContactCards.razor.rz.scp.css */
.dx-carousel-item[b-turz5i5wu4] {
    width: 400px;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Pages/Shared/MyServiceItems.razor.rz.scp.css */
/* Allgemeine Panel-Styles */
.panel[b-lovuzihixh] {
    border: 1px solid #ddd; /* Dünner Rahmen */
    border-radius: 4px; /* Abgerundete Ecken */
    margin-bottom: 20px; /* Abstand zwischen Panels */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Leichter Schatten */
    overflow: auto;
}

/* Panel-Header */
.panel-heading[b-lovuzihixh] {
    background-color: #f5f5f5; /* Leichter Hintergrund für die Kopfzeile */
    padding: 15px;
    border-bottom: 1px solid #ddd; /* Unterer Rand für den Header */
}

.panel-title[b-lovuzihixh] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

/* Panel-Body */
.panel-body[b-lovuzihixh] {
    padding: 15px;
    color: #555;
    font-size: 1rem;
}

/* Panel-Footer */
.panel-footer[b-lovuzihixh] {
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-top: 1px solid #ddd; /* Oberer Rand für den Footer */
    text-align: left;
}
/* _content/QSA.EP.MyDmsCloud.Web/Components/Pages/Shared/ServiceItems.razor.rz.scp.css */
.service-container[b-kwu9s2f9qc]{
    width: 100%;
    justify-self: center;
}

/* Allgemeine Panel-Styles */
.panel[b-kwu9s2f9qc] {
    border: 1px solid #ddd;         /* Dünner Rahmen */
    border-radius: 4px;             /* Abgerundete Ecken */
    margin-bottom: 20px;            /* Abstand zwischen Panels */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Leichter Schatten */
    overflow: auto;
}

/* Panel-Header */
.panel-heading[b-kwu9s2f9qc] {
    background-color: #f5f5f5;      /* Leichter Hintergrund für die Kopfzeile */
    padding: 15px;
    border-bottom: 1px solid #ddd;  /* Unterer Rand für den Header */
}

.panel-title[b-kwu9s2f9qc] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

/* Panel-Body */
.panel-body[b-kwu9s2f9qc] {
    padding: 15px;
    color: #555;
    font-size: 1rem;
}

/* Panel-Footer */
.panel-footer[b-kwu9s2f9qc] {
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-top: 1px solid #ddd;     /* Oberer Rand für den Footer */
    text-align: left;
}

/* Checkbox-Styles innerhalb der Footer */
.checkbox-inline[b-kwu9s2f9qc] {
    display: flex;
    align-items: center;
}

.checkbox-inline label[b-kwu9s2f9qc] {
    margin-left: 5px;   
    font-weight: normal;
    color: #555;
}

/* Form-Gruppe für das Annehmen der Bedingungen */
.form-group[b-kwu9s2f9qc] {
    margin-bottom: 20px;
    text-align: left; /* Stellt sicher, dass der Inhalt linksbündig ist */    
    display: grid;
    flex-direction: column; /* Richtet den Inhalt vertikal aus */
    align-items: flex-start;
    width: 50%;
    justify-content: center;/* Stellt sicher, dass der Inhalt links ausgerichtet ist */
    align-self: flex-start;
}

.checkbox-group[b-kwu9s2f9qc] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}

.info-text[b-kwu9s2f9qc] {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.spacer[b-kwu9s2f9qc] {
    margin: 5px 0;
}
    
.button-group[b-kwu9s2f9qc] {
    text-align: center;
    margin-top: 20px;
}

/* Spezifische Breitenanpassungen für Buttons */
.col-md-4[b-kwu9s2f9qc] {
    max-width: 400px;
    margin: 0 auto;
}

.btn[b-kwu9s2f9qc] {
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn:hover[b-kwu9s2f9qc] {
    background-color: #0056b3;
}

.text-danger[b-kwu9s2f9qc] {
    color: #d9534f;
}

.top-10[b-kwu9s2f9qc] {
    margin-top: 10px;
}
