/* Kundenbereich auf verfügbare Bildschirmbreite erweitern */
 
html,
body {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}
 
#container {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 10px auto !important;
    box-sizing: border-box !important;
}
 
#content {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    box-sizing: border-box !important;
}

ul#nav.flush-left {
text-align: center !important;
}

ul#nav.flush-left > li {
float: none !important;
display: inline-block !important;
}
/* Startseite */
/* Landingpage schmaler und mittig */
#landing_page {
    width: 70% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}
/* Loginseite */
#clientLogin {
width: 50% !important;
margin: 0 auto !important;
box-sizing: border-box !important;
}
/* Wissensdatenbank */
#kb,
#faq,
.faq-content,
#kb-search {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
/* Titel und Offen/Geschlossen auf dieselbe Breite bringen */
#content:has(#ticketTable) > h1,
#content:has(#ticketTable) > .tabs,
#content:has(#ticketTable) > ul.tabs {
width: 50% !important;
margin-left: auto !important;
margin-right: auto !important;
box-sizing: border-box !important;
}
/* Überschrift und Hinweis beim Öffnen eines Tickets mittig ausrichten */
#content h1,
#content h1 + p {
    width: 50% !important;
margin: 0 auto !important;
}

/* Ticketlisten */
#ticketSearchForm {
    width: 50% !important;
    margin: 0 auto !important;
}
#ticketTable {
    width: 50% !important;
    max-width: none !important;
    margin: 0 auto !important;
}
 
/* Ticketformulare */
#ticketForm {
    width: 50% !important;
    max-width: none !important;
    margin: 0 auto !important;
}
 
#ticketForm > table {
    width: 100% !important;
    max-width: none !important;
}
/**
#ticketThread {
    width: 50% !important;
    max-width: none !important;
    margin: 0 auto !important;
} 
**/
#ticketInfo {
width: 50% !important;
max-width: none !important;
margin: 0 auto !important;
box-sizing: border-box !important;
}
/* Geöffnetes Ticket komplett schmal und mittig */
#ticketThread,
#reply {
width: 50% !important;
max-width: none !important;
margin-left: auto !important;
margin-right: auto !important;
box-sizing: border-box !important;
}
/* Antwortbereich */
#reply {
    width: 50% !important;
    max-width: none !important;
    margin: 0 auto !important;
}
 
#reply textarea {
    width: 50% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
} 
