@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/*-----------------------------------------------MAIN------------------------------------------*/

body {
   /* background: linear-gradient(135deg, #e9f0f7, #f7f9fc);*/
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
}

.obereLeiste {
	background-color:#F7F5F5;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: black;
}

.headerlinks{
	display: flex;
	align-items:center;
	gap:12px;
}

.Logo img{
	height: 50px;
}

.FirmaName h1{
	font-size:30px;
    margin:0;
    color:black;
	font-weight: 300;
	font-family: 'Inter', sans-serif;
}

.profil {
	position: relative;
	display: flex;
	align-content: center;
	margin-left: 0;
}

/*.profil img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	cursor: pointer;
	transform: 0.2s;
}

.profil img:hover {
    transform: scale(1.05);
}
*/

.profil_icon{
    width: 50px;
    height: 50px;
    cursor: pointer;
    color:#1E9A18;
}

.profil_icon svg {
    width: 100%;
    height: 100%;
}

.profil_icon:hover {
    color: #1E9A18;
}

#profilmenue{
	position: absolute;
	top: 45px;
	right: 0;
	background: white;
	border-radius: 10px;
	padding: 8px 0;
	list-style: none;
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
	display: none;
	min-width: 180px;
	font-family: 'Inter', sans-serif;
	
}

#profilmenue li {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
}

#profilmenue li:hover {
    background: #f2f2f2;
}
	


.layout{
	display: flex;
    height: calc(100vh - 100px);
	font-family: 'Inter', sans-serif;
	box-sizing:border-box;
}

.menue{
	width: 200px;
    background-color: #F7F5F5;
	padding-top:20px;
	border-right: 1px solid rgba(0,0,0,0.08);
}

.menue ul {
	list-style: none;
    padding: 0;
    margin: 10px;
}

.menue li{
	border-bottom: 8px;
}


.menue a {
    display: flex;
	align-items:center;
	gap:10px;
    padding: 12px 14px;
	border-radius: 10px;
    color: black;
    text-decoration: none;
	font-weight: 500;
	transition: all 0.2s ease;
}

.menue a:hover {
    background: rgba(30, 154, 24, 0.10);
    color: #1E9A18;
    transform: translateX(3px);
}

.menue a.active {
    background-color: #1E9A18;
    color: white; 
	box-shadow: 0 6px 15px rgba(30,154,24,0.25);
}

.mainFenster {
	flex: 1;              
    background-color: white;
    padding: 0;            
    height: 100%; 
	border-radius: 0px;
	overflow: hidden;
	margin: 0px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	
}

#mainFenster {    
	width: 100%;
    height: 100%;
    border: none;	
}

.page {
    display: none;
}

.page.active {
    display: block;
}

.hidden {
    display: none;
}

#selectedFirma{
    font-size:14px;
    margin:0;
    color:#352f2e;
}
/*----------------------------------------------------------LOGIN----------------------------------------------------------------------*/
.login-box {
    width: 420px;
    margin:0;
    background: white;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
}
.login-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: clamp(80px, 12vh, 140px);
}

.login-box h2 {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #1E9A18;
    letter-spacing: 1px;
}

.form-group {
    margin-bottom: 22px;
}

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 500;
        color: #555;
        text-transform: uppercase;
    }

    .form-group input {
        width: 100%;
        box-sizing: border-box;
        padding: 14px;
        border: 1px solid #dcdcdc;
        border-radius: 12px;
        font-size: 14px;
        font-family: 'Inter', sans-serif;
        transition: .2s;
    }

        .form-group input:focus {
            outline: none;
            border-color: #1E9A18;
            box-shadow: 0 0 0 3px rgba(30,154,24,0.12);
        }

.login-box button {
    width: 100%;
    padding: 14px;
    background: #1E9A18;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}

    .login-box button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(30,154,24,0.25);
    }
.login-subtitle {
    text-align: center;
    color: #777;
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 30px;
}
.error {
    color: red;
    margin-top: 15px;
    text-align: center;
}


/*-----------------------------------------------UPLOAD------------------------------------------*/


.upload_left {
    flex: 1 1 auto;
    min-width: 0;
 
}

.Kalender, .monat, .jahr, .legende {
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
}

.Kalender {
    width: 100%;
    margin: 30px  0 100px;
    text-align: center;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	position: relative;
}

.kalender_header{
	display: flex;
	align-items: center;
	gap:20px;
}

.monate {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.monat {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    color: #333;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.25s ease;
}




/*ausgewählter monat*/
    .monat.selected {
        border: 1.5px solid black;
        box-sizing: border-box;
    }


.monat:hover:not(.fixerledigt):not(.done):not(.progress) {
    background: rgba(0, 0, 0, 0.08);
    color: #333;
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

.jahr{
    font-size: 42px;
    font-weight: 600;
    color: #1E9A18;
    letter-spacing: 2px;
    white-space: nowrap;
}

.linie {
    width: 2px;
    height: 50px;
    background: rgba(0,0,0,0.15);
    border-radius: 2px;
}


.upload_main {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: flex-start;

}

    .upload_main.uebergeben .upload_left {
        width: 1081px;
        max-width: 100%;
    }


.upload_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.upload_box {
    height: 70px; 
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    border-radius: 12px;
    background: #fafafa;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

    .upload_box.dragover {
        background: rgba(30,154,24,0.08);
        border-color: #1E9A18;
        transform: scale(1.03);
    }

.upload_btn {
    background: #1E9A18;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}

    .upload_btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(30,154,24,0.25);
    }

    .upload_btn:active {
        transform: translateY(0);
    }

.upload_hint {

    /*background: rgba(30,154,24,0.08);*/
    background: rgba(216, 230, 219,0.08);
    border-radius: 12px;
    color: #1E9A18;
    font-size: 11px;
    font-weight: 500;
    margin-top:5px;
  
}
    /*---------------Notizen------------*/
#notizen {
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    resize: none;
    transition: .2s;
}

    #notizen:focus {
        outline: none;
        border-color: #1E9A18;
        box-shadow: 0 0 0 3px rgba(30,154,24,0.12);
    }
/*.upload_notizen {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04),
                0 8px 24px rgba(0,0,0,0.06);
    width: 280px;
    position: sticky;
    top: 20px;
}
*/
.upload_notizen {
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 130px;
}

.steuerberater_panel {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
}

.notizen_panel {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
}

.steuerberater_btn {
    width: 100%;
    padding: 18px;
    border: none;
    border-radius: 14px;
    background: #1E9A18;
    color: white;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

    .steuerberater_btn:hover {
        background: #178013;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(155,89,182,.3);
    }
.upload_notizen h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.note-save-btn {
    margin-top: 10px;
    width: 100%;
    padding: 10px 12px;
    background: #1E9A18;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease;
}

    .note-save-btn:hover {
        background: #178013;
    }

    .note-save-btn:active {
        transform: scale(0.98);
    }

 /*--------------Upload---------------*/

.upload_box {
    border: 2px dashed #ccc;
    border-radius: 12px;
    padding: 20px;
    background: #fafafa;
    text-align: center;
    font-weight: 500;
    transition: 0.2s;
    cursor: pointer;
    width: 100%; /* wichtig */
    box-sizing: border-box;
}

.upload_box:hover {
    background: #f1f1f1;
    transform: translateY(-2px);
}

#page_upload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 40px 30px 40px;
}

.legende {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
    color: #555;
    margin-top: 40px;
    min-width: 180px;
}

.legende div {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
}



.kalender-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}




/*-----------------------------------------------DASHBOARD (karten)------------------------------------------*/

#page_dashboard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 40px 30px 40px;
}


.dashboard_wrapper{
	display: flex;
    gap: 30px;
    align-items: flex-start;
}

.dashboard_links {
    display: flex;
    flex-direction: column;
}

.filter_dashboard {
    margin: 30px 0 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.table-row{
	display:flex;
	gap:30px;
	align-items:flex-start;
    margin-top:10px;
}

.tabellenbox {
	padding: 0;
}

table {
	width: 700px;
	border-collapse: collapse;
	overflow:hidden;
	background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	
}

 tbody tr:hover {  background: rgba(0,0,0,0.04);}



tbody tr {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

th {
    background: #f1f1f1;
    font-weight: 600;
    color: #444;
}

th, td {
	padding:13px 15px;
	text-align:left;
	font-size: 13px;
}

td:last-child{ text-align: center; width: 60px;}


.status-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}


.gray { background: #aaa; }


.legende_dashboard{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
    color: #555;
    margin-top: 5px; 
    min-width: 180px;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
}


.dashboard_karten{
    display: grid;
    grid-template-columns: repeat(auto-fit, 225px);
    gap: 15px;
    margin-bottom: 20px;
    width: 110%;
}

.karten{
	background: white;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: 0.2s;
}


.karten h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #555;
}

.karten p {
    margin: 8px 0 0;
    font-size: 22px;
    font-weight: 600;
    color: #1E9A18;
}

.karten:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}




/*-----------------------------------------------Vorschau der Dateiliste------------------------------------------*/
#dateiliste {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 220px));
    gap: 14px;
}

.file-card {
    display: flex;
    flex-direction: column;
    height: 260px; 
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

    .file-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }

.file-thumb {
    position: relative;
    height: 140px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink:0;
}

    .file-thumb img,
    .file-thumb canvas {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.file-icon {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #666;
    background: #eef2ff;
    border: 2px dashed #c7d2fe;
    padding: 12px 16px;
    border-radius: 8px;
}

.file-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    font-size:10px;
}

.file-name {
    grid-column: 1 / -1;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-meta {
    font-size: 10px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-type {
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: .02em;
    justify-self: end;
}

.file-actions {
    margin-top: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .file-actions button {
        appearance: none;
        border: 1px solid #dcdcdc;
        background: #fafafa;
        color: #333;
        border-radius: 8px;
        padding: 6px 10px;
        font-size: 12px;
        cursor: pointer;
        transition: background .15s ease, border-color .15s ease;
        width:40px;
        height:40px;
    }
    .file-actions .icon {
        width: 20px;
        height: 20px;
    }

        .file-actions button:hover {
            background: #f0f0f0;
            border-color: #cfcfcf;
        }

/* PDF Plakette oben links */
.file-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 6px;
}
/*------------------VORSCHAU/LISTE BUTTONS-----------------*/
.view-toggle {
    display: flex;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 4px;
    gap: 4px;
}

    .view-toggle .toggle {
        border: none;
        background: transparent;
        padding: 8px 16px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
        color: #666;
        transition: 0.2s;
    }

        .view-toggle .toggle.active {
            background: white;
            color: #1E9A18;
            box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        }

.upload-view-wrapper {
    margin-top: 15px;
    width: 100%;
    display:flex;
    flex-direction:column;
}

#dateiliste,
#dateiliste_list {
    width: 100%;
}


/* Utility */
.hidden {
    display: none !important;
}

/* Listenansicht */
.file-list {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ececec;
}

    .file-list thead th {
        background: #f8f9fa;
        color: #555;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 14px 16px;
        border-bottom: 1px solid #ececec;
    }

    .file-list tbody td {
        padding: 14px 16px;
        font-size: 14px;
        color: #333;
        border-bottom: 1px solid #f3f3f3;
    }
    .file-list tbody tr {
        transition: 0.2s;
    }

        .file-list tbody tr:hover {
            background: #f8fff8;
        }

    .file-list .col-actions {
        width: 170px;
        white-space: nowrap;
    }

    .file-list tbody tr:last-child td {
        border-bottom: none;
    }

.group-header {
    background: #f8f9fa;
    color: #1E9A18;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 12px 16px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

/* Buttons wiederverwenden */
.action-btn {
    border: none;
    background: #f5f5f5;
    color: #555;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    transition: .2s;
}

    .action-btn:hover {
        background: #1E9A18;
        color: white;
    }

.upload_panel {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.upload_panel_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.upload_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 10px;
    width:100%;
}
.upload_panel_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom:16px;
    border-bottom: 1px solid #ececec;
}

.upload_panel {
    width: 100%;
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
}
.upload_panel_content {
    min-height: 50px;
}
.list-table-modern {
    width: 100%;
    border-collapse: collapse;
    line-height:1.2;
}

    .list-table-modern th {
        text-align: left;
        padding: 8px 18px;
        font-size: 13px;
        font-weight: 600;
        color: #666;
        border-bottom: 2px solid #ececec;
        background: transparent;
    }

    .list-table-modern td {
        padding: 4px 18px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 13px;
    }

    .list-table-modern tr:hover {
        background: #fafafa;
    }

    .list-table-modern .icon-btn {
        border: none;
        background: transparent;
        padding: 4px;
        width: 25px;
        height: 25px;
        stroke-width: 1.6;
        stroke: #444;
    }

.list-actions {
    width: 120px;/* verhindert Verschieben!!!!!" */
    min-width: 120px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.ordner-cell {
    font-weight: 600;
    color: #555;
    min-width: 180px;
}

.icon-btn {
    border: none;
    background: transparent;
    width: 25px;
    height: 25px;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-btn:hover .icon {
        stroke: #1E9A18;
    }

.icon {
    width: 25px;
    height: 25px;
    stroke: #333;
    stroke-width: 1.8;
    fill: none;
}

    /*-----------------Dokumentenarchiv-------------------------*/
.document_archive_panel {
    width: 100%;
    margin-top: 25px;
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
}

.archive_header h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.archive_filters {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

    .archive_filters select,
    .archive_filters input {
        padding: 7px 10px;
        border-radius: 10px;
        border: 1px solid #ddd;
        font-size: 13px;
        background: white;
    }

.archive_table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.2;
}

    .archive_table th {
        text-align: left;
        padding: 8px 18px;
        font-size: 13px;
        font-weight: 600;
        color: #666;
        border-bottom: 2px solid #ececec;
        background: transparent;
    }

    .archive_table td {
        padding: 8px 18px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 13px;
    }

    .archive_table tr:hover {
        background: #fafafa;
    }

/* jede Zeile */
.archive_row {
    display: grid;
    grid-template-columns: 70px 1fr 100px 120px;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 13px;
    align-items: center;
    transition: 0.15s;
    border: 1px solid transparent;
}

    .archive_row:hover {
        background: rgba(30,154,24,0.06);
        border-color: rgba(30,154,24,0.2);
    }

/* Typ (Kurzbez) */
.archive_type {
    font-weight: 600;
    color: #1E9A18;
    width:70px;
}

/* Datei */
.archive_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Buttons vllt später */
.archive_actions button {
    border: none;
    background: #eee;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
}

.archive-toggle {
    display: inline-flex;
    width: fit-content;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 4px;
    gap: 4px;
    margin-bottom:10px;
}

/*---------------------------Übergabe Steuerbearter----------------------*/
.modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal.hidden{
    display:none;
}

.modal-content {
    width: 400px;
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    text-align: center;
}

    .modal-content h3 {
        margin-top: 0;
        color: #1E9A18;
    }

    .modal-content p {
        color: #555;
        margin-bottom: 25px;
    }

.modal-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cancel_btn {
    background: #f3f3f3;
    color: #444;
    border: none;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

    .cancel_btn:hover {
        background: #e4e4e4;
    }