
/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Imports
---------------------------------------------------------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Hind+Vadodara:400,500&display=swap);
/*@import url(https://indestructibletype.com/fonts/Jost.css);*/

@import url("abstaende.css");
@import url("fonts.css");
@import url("sidebar.css");
@import url("navbar.css");

@import url("datatables.css");
@import url("tabs.css");
@import url("alerts.css");
@import url("splash.css");
@import url("sortable.css");

@import url("aufgaben.css");
@import url("wichtige-informationen.css");
@import url("fullcalendar.css");

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Defaults
---------------------------------------------------------------------------------------------------------------------------------- */
*,
:after,
:before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body,
html {
	height: 100%
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #f4f7fc;
	color: #3e4676;
	font-family: var(--bs-font-sans-serif);
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #203a45;
	font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
	margin-top: 0
}

.h1,
h1 {
	font-size: 1.875rem
}

.h2,
h2 {
	font-size: 1.64062rem
}

.h3,
h3 {
	font-size: 1.40625rem
}

.h4,
h4 {
	font-size: 1.17188rem
}

.h5,
.h6,
h5,
h6 {
	font-size: .9375rem
}

.display-1 {
	font-size: 4rem
}

.display-1,
.display-2 {
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 3.5rem
}

.display-3 {
	font-size: 3rem
}

.display-3,
.display-4 {
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 2.5rem
}

.display-5 {
	font-size: 2rem
}

.display-5,
.display-6 {
	font-weight: 300;
	line-height: 1.2
}

.display-6 {
	font-size: 1.5rem
}

a {
	text-decoration: none
}

pre {
	border: 1px dashed darkgray;
	background-color: #f3f3f3;
	/*color: #111;*/
	padding: 10px;
}

pre.snippet {
	word-wrap: break-word;
	text-align: justify;
	white-space: pre-wrap;
}

a:active,
a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Passwort-Felder
---------------------------------------------------------------------------------------------------------------------------------- */
input.password {
    font-family: 'text-security-disc';
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Breiten & Höhen
---------------------------------------------------------------------------------------------------------------------------------- */
.h-100 {
	height: 100%!important
}

.w-100 {
	width: 100%!important
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Farben
---------------------------------------------------------------------------------------------------------------------------------- */
.bg-primary {
	background-color: #3b7ddd!important
}

.bg-secondary {
	background-color: #6f42c1!important
}

.bg-tertiary {
	background-color: #669ae5!important
}

.bg-success {
	background-color: #28a745!important
}

.bg-info {
	background-color: #20c997!important
}

.bg-warning {
	background-color: #fd7e14!important
}

.bg-danger {
	background-color: #dc3545!important
}

.bg-light {
	background-color: #e9ecef!important
}

.bg-dark {
	background-color: #153d77!important
}

.bg-body {
	background-color: #f4f7fc!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.bg-gradient {
	background-image: var(--bs-gradient)!important
}

.bg-primary-light {
	background-color: #5c93e3!important
}

.bg-secondary-light {
	background-color: #855fca!important
}

.bg-tertiary-light {
	background-color: #87afea!important
}

.bg-success-light {
	background-color: #2fc652!important
}

.bg-info-light {
	background-color: #31deab!important
}

.bg-warning-light {
	background-color: #fd933a!important
}

.bg-danger-light {
	background-color: #e25663!important
}

.bg-light-light {
	background-color: #fff!important
}

.bg-dark-light {
	background-color: #1a4d98!important
}

.bg-primary-dark {
	background-color: #2469ce!important
}

.bg-secondary-dark {
	background-color: #5e37a6!important
}

.bg-tertiary-dark {
	background-color: #4684df!important
}

.bg-success-dark {
	background-color: #218838!important
}

.bg-info-dark {
	background-color: #1ba87e!important
}

.bg-warning-dark {
	background-color: #e96b02!important
}

.bg-danger-dark {
	background-color: #c82333!important
}

.bg-light-dark {
	background-color: #d3d9df!important
}

.bg-dark-dark {
	background-color: #0f2c56!important
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Layout
---------------------------------------------------------------------------------------------------------------------------------- */
/*
@media (min-width:1440px) {
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		width: 95%
	}
}
*/

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Layout :: Rows & Cols
---------------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Content-Wrapper
---------------------------------------------------------------------------------------------------------------------------------- */
.wrapper {
	align-items: stretch;
	display: flex;
	overflow: hidden;
	position: relative;
	width: 100%
}

.wrapper:before {
	background-color: var(--bg-template-01);
	content: " ";
	height: 264px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.main {
  	position: relative;	/* 03.07.2025  */
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-width: 0;
	transition: margin-left .3s ease-in-out, left .3s ease-in-out, margin-right .3s ease-in-out, right .3s ease-in-out;
	width: 100%
}

/*
@media (max-width:767.98px) {
	.main {
		min-width: 100vw;
		overflow-y: hidden;
		width: 100vw
	}
}
*/

.content {
	flex: 1;
	/*margin-top: 3rem;*/
	margin-top: 0px; /*1rem;*/
	padding: 0 .5rem
}

@media (min-width:992px) {
	.content {
		padding: 0 1rem;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Main-Content - Flexbox
---------------------------------------------------------------------------------------------------------------------------------- */
.flexbox {
	display: flex;
	gap: 20px;
}

.flexbox .flex-main {
	flex: 1;
}

.flexbox .flex-sidebar-250 {
	flex: 0 250px;
}
.flexbox .flex-sidebar-300 {
	flex: 0 300px;
}

.flexbox .flex-sidebar-400 {
	flex: 0 400px;
}

.flexbox .flex-main-1000 {
	flex: 1000px 0 ;
}

@media (max-width:767.98px) {
	.flexbox {
		display: block;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Seiten-Titel :: Header
---------------------------------------------------------------------------------------------------------------------------------- */
.header {
	/*margin-bottom: 3rem;*/
	margin-bottom: 0px; /*1.5rem*/;
	position: relative;
}

.header-title {
	font-size: 1.64062rem;
}
.header-title h1 {
	font-size: 18px;
}

.header-subtitle {
	font-size: .9375rem;
}

.header-title h1,
.header-subtitle p {
	color: #fff;
}



/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Seiten-Titel :: Breadcrumb
---------------------------------------------------------------------------------------------------------------------------------- */
.breadcrumb {
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 1rem;
	padding: 0
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
	color: #ced4da;
	content: var(--bs-breadcrumb-divider, "/");
	float: left;
	padding-right: .5rem
}

.breadcrumb-item a {
	color: #dee2e6;
	font-weight: 400;
	text-decoration: none;
}
.breadcrumb-item a:hover {
	text-decoration: underline;
}

.breadcrumb-item.active {
	color: #fff;
	font-weight: 500
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Dropdown-Menu
---------------------------------------------------------------------------------------------------------------------------------- */
.navbar-nav .dropdown-menu {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .05)
}

.dropdown-toggle:after {
	border: solid;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg)
}

.dropdown-item {
	transition: background .1s ease-in-out, color .1s ease-in-out
}
.dropdown-menu-lg {
	min-width: 20rem
}

.dropdown .list-group .list-group-item {
	border-width: 0 0 1px;
	margin-bottom: 0
}

.dropdown .list-group .list-group-item:first-child,
.dropdown .list-group .list-group-item:last-child {
	border-radius: 0
}

.dropdown .list-group .list-group-item:hover {
	background: #f8f9fa
}

.dropdown-menu-header {
	border-bottom: 1px solid #dee2e6;
	font-weight: 500;
	padding: .75rem;
	text-align: center
}

.dropdown-menu-footer {
	display: block;
	font-size: .75rem;
	padding: .5rem;
	text-align: center
}

/* Caret bei Dropdown-Buttons verstecken */
.dropdown-toggle.no-caret::after {
  	display: none !important;
}

/* optional: etwas rechten Innenabstand zurückholen, weil Bootstrap Platz für den Caret vorsieht */
.dropdown-toggle.no-caret {
  	padding-right: .5rem;
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Cards
---------------------------------------------------------------------------------------------------------------------------------- */
.card {
	word-wrap: break-word;
	background-clip: border-box;
	background-color: #fff;
	border: 0 solid rgba(0, 0, 0, .125);
	border-radius: .2rem;
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative
}

.card > hr {
	margin-left: 0;
	margin-right: 0
}

.card > .list-group {
	border-bottom: inherit;
	border-top: inherit
}

.card > .list-group:first-child {
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem;
	border-top-width: 0
}

.card > .list-group:last-child {
	border-bottom-left-radius: .2rem;
	border-bottom-right-radius: .2rem;
	border-bottom-width: 0
}

.card > .card-header+.list-group,
.card > .list-group+.card-footer {
	border-top: 0
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	/*margin-bottom: .5rem;*/
	margin-bottom: 0px;
}

.card-subtitle {
	margin-top: -.25rem
}

.card-subtitle,
.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	background-color: #fff;
	border-bottom: 0 solid rgba(0, 0, 0, .125);
	margin-bottom: 0;
	padding: .75rem 1.25rem
}

.card-header:first-child {
	border-radius: .2rem .2rem 0 0
}

.card-footer {
	background-color: #fff;
	border-top: 0 solid rgba(0, 0, 0, .125);
	padding: .75rem 1.25rem
}

.card-footer:last-child {
	border-radius: 0 0 .2rem .2rem
}

.card-header-tabs {
	border-bottom: 0;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	margin-right: -.625rem
}

.card-header-tabs .nav-link.active {
	background-color: #fff;
	border-bottom-color: #fff
}

.card-header-pills {
	margin-left: -.625rem;
	margin-right: -.625rem
}

.card-actions {
	height: 100%;
	padding-right: 10px;
}

.card-img-overlay {
	border-radius: .2rem;
	bottom: 0;
	left: 0;
	padding: 1rem;
	position: absolute;
	right: 0;
	top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem
}

.card-img,
.card-img-bottom {
	border-bottom-left-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.card-group>.card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		border-left: 0;
		margin-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.card {
	box-shadow: 0 2px 4px rgba(126, 142, 177, .12);
	margin-bottom: 0.75rem;	/* vor 15.01.2025 = 1.5rem  */
}

a.card {
	cursor: pointer;
	text-decoration: none
}

.card-header {
	background: transparent
}

.card-body {
	/*padding-top: .75rem;*/
	padding-top: 0px;
}

.card-title {
	color: #3e4676;
	font-size: .9375rem;
	line-height: 1.5;
	font-weight: normal;
}

.card-subtitle {
	font-weight: 400
}

.card-table {
	margin-bottom: 0
}

.card-table tr td:first-child,
.card-table tr th:first-child {
	padding-left: 1.25rem
}

.card-table tr td:last-child,
.card-table tr th:last-child {
	padding-right: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
	height: auto;
	max-width: 100%
}

@media (-ms-high-contrast:none) {
	.card-img,
	.card-img-bottom,
	.card-img-top {
		height: 100%
	}
}

.card-actions a {
	color: #3e4676;
	text-decoration: none
}

.card-actions svg {
	height: 16px;
	width: 16px
}

.card-actions .dropdown {
	line-height: 1.4
}

.card-img-hover {
	transition: all .1s ease-in-out
}

.card-img-hover:hover {
	transform: scale(1.035)
}

.card-actions .pagination {
	padding: 0px;
	margin: 0px;
}

.pagination .page-link {
	color: var(--bg-template-01);
}
.pagination .page-item.active .page-link {
	background-color: var(--bg-template-01);
	border-color: var(--bg-template-01);
	color: var(--bg-template-04);
}

/*.paginate_button page-item active*/

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Cards / Tabellen
---------------------------------------------------------------------------------------------------------------------------------- */
.card > .table tbody,
.card > .table td,
.card > .table tfoot,
.card > .table th,
.card > .table thead,
.card > .table tr {
	border-color: #dee2e6
}

.card > .dataTables_wrapper .table.dataTable,
.card > .table,
.card > .table-responsive-lg .table,
.card > .table-responsive-md .table,
.card > .table-responsive-sm .table,
.card > .table-responsive-xl .table,
.card > .table-responsive .table {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin-bottom: 0
}

.card > .dataTables_wrapper .table.dataTable td:first-child,
.card > .dataTables_wrapper .table.dataTable th:first-child,
.card > .table-responsive-lg .table td:first-child,
.card > .table-responsive-lg .table th:first-child,
.card > .table-responsive-md .table td:first-child,
.card > .table-responsive-md .table th:first-child,
.card > .table-responsive-sm .table td:first-child,
.card > .table-responsive-sm .table th:first-child,
.card > .table-responsive-xl .table td:first-child,
.card > .table-responsive-xl .table th:first-child,
.card > .table-responsive .table td:first-child,
.card > .table-responsive .table th:first-child,
.card > .table td:first-child,
.card > .table th:first-child {
	border-left: 0;
	padding-left: 1.25rem
}

.card > .dataTables_wrapper .table.dataTable td:last-child,
.card > .dataTables_wrapper .table.dataTable th:last-child,
.card > .table-responsive-lg .table td:last-child,
.card > .table-responsive-lg .table th:last-child,
.card > .table-responsive-md .table td:last-child,
.card > .table-responsive-md .table th:last-child,
.card > .table-responsive-sm .table td:last-child,
.card > .table-responsive-sm .table th:last-child,
.card > .table-responsive-xl .table td:last-child,
.card > .table-responsive-xl .table th:last-child,
.card > .table-responsive .table td:last-child,
.card > .table-responsive .table th:last-child,
.card > .table td:last-child,
.card > .table th:last-child {
	border-right: 0;
	padding-right: 1.25rem
}

.card > .dataTables_wrapper .table.dataTable tr:first-child td,
.card > .dataTables_wrapper .table.dataTable tr:first-child th,
.card > .table-responsive-lg .table tr:first-child td,
.card > .table-responsive-lg .table tr:first-child th,
.card > .table-responsive-md .table tr:first-child td,
.card > .table-responsive-md .table tr:first-child th,
.card > .table-responsive-sm .table tr:first-child td,
.card > .table-responsive-sm .table tr:first-child th,
.card > .table-responsive-xl .table tr:first-child td,
.card > .table-responsive-xl .table tr:first-child th,
.card > .table-responsive .table tr:first-child td,
.card > .table-responsive .table tr:first-child th,
.card > .table tr:first-child td,
.card > .table tr:first-child th {
	border-top: 0
}

.card > .dataTables_wrapper .table.dataTable tr:last-child td,
.card > .table-responsive-lg .table tr:last-child td,
.card > .table-responsive-md .table tr:last-child td,
.card > .table-responsive-sm .table tr:last-child td,
.card > .table-responsive-xl .table tr:last-child td,
.card > .table-responsive .table tr:last-child td,
.card > .table tr:last-child td {
	border-bottom: 0
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Tabellen
---------------------------------------------------------------------------------------------------------------------------------- */

.table .th-no-padding {
	padding: 0.5rem 0rem !important;
}

.table tr td .table-action {
	/*visibility: hidden;*/
	opacity: 0.25;
}

.table tr:hover td .table-action {
    /*visibility:visible !important;*/
	opacity: 1;
}

.table-action a.table-dd-menu {
	color: #6c757d;
	padding-right: 5px;
}
.table-action a.table-dd-menu:last-child {
	padding-right: 0px;
}

.table-action a:hover {
	color: #212529
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Listen
---------------------------------------------------------------------------------------------------------------------------------- */

.list-group-item {
	padding: .75rem 1.25rem;
}

.list-group-item.active {
	background-color: var(--bg-template-01);
	border-color: var(--bg-template-01);
	color: #fff;
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Dropdowns
---------------------------------------------------------------------------------------------------------------------------------- */
.dropdown-item.danger {
	color: #dc3545;
}
.dropdown-item.danger:active {
	color: #fff;
	background-color: #dc3545;
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Accordion
---------------------------------------------------------------------------------------------------------------------------------- */
.accordion .card:not(:last-child) {
	margin-bottom: .5rem
}

.accordion .card-header {
	border-bottom: 0
}

.accordion .card-body {
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.accordion .card-title a {
	color: #3e4676
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Formulare
---------------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Buttons
---------------------------------------------------------------------------------------------------------------------------------- */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-app {
	border-radius: 3px;
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	color: #6c757d;
	font-size: 12px;
	height: 60px;
	min-width: 80px;
	padding: 15px 5px;
	position: relative;
	text-align: center;
}

.btn-app > .fa,
.btn-app > .fas,
.btn-app > .far,
.btn-app > .fab,
.btn-app > .fal,
.btn-app > .fad {
	display: block;
	font-size: 20px;
}

.btn-app:hover {
	background-color: #f8f9fa;
	border-color: #aaaaaa;
	color: #444;
}

.btn-app:active, .btn-app:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app > .badge {
	font-size: 10px;
	font-weight: 400;
	position: absolute;
	right: -10px;
	top: -3px;
}

.btn-group-xs>.btn,
.btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Toolbars
---------------------------------------------------------------------------------------------------------------------------------- */
.dashboard-toolbar {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 3px;
}

.card-toolbar button span.text, .toolbar button span.text {
	padding-left: 5px;
}

.card-toolbar .dropdown-header {
	padding: 0.5rem 1rem 0rem 1rem;
	font-style: italic;
}

.tab-content .toolbar {
	padding-bottom: 10px;
}

.tab-content .toolbar .fas {
	padding-right: 5px;
}

.modal-toolbar .fas {
	padding-right: 5px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. DropZone - only Button (small)
---------------------------------------------------------------------------------------------------------------------------------- */
.dropzone {
	padding: 0px;
	min-height: 0px !important;
	border: 1px solid #CED4DA;
}

.dropzone .dz-message {
	font-weight: 200;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.dropzone .dz-button {
	min-width: 50px;
}

.dropzone .dz-button i {
	font-size: 12px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. CRM :: Dokumenten-Management
---------------------------------------------------------------------------------------------------------------------------------- */

.dokumenten-management .list-group-item {
	padding: 5px 10px;
}
.dokumenten-management .list-group a {
	color: var(--bg-template-01);
}
.dokumenten-management .list-group .active a {
	color: white;
}
.dokumenten-management .list-group a.active {
	color: white;
}
.dokumenten-management .list-group-item {
	cursor: pointer;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. avatar
---------------------------------------------------------------------------------------------------------------------------------- */
.avatar {
	height: 40px;
	width: 40px
}

.avatar-title {
	align-items: center;
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Cursors
---------------------------------------------------------------------------------------------------------------------------------- */
.cursor-grab {
	cursor: move;
	cursor: grab;
	cursor: -webkit-grab
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Seite :: Login, Passwort vergessen, Passwort wiederherstellen, Registration
---------------------------------------------------------------------------------------------------------------------------------- */
.auth .auth-header h1 {
	font-size: 3rem;
}
.auth .auth-header h1 span {
	color: #333;
}

.auth .card-title {
	color: #666;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Kandidaten / Mitarbeiter
---------------------------------------------------------------------------------------------------------------------------------- */
/*
.table-alter {
	width: 100%;
	margin-top: 2px;
	margin-left: 5px;
}
.table-alter td:first-child {
	font-weight: bolder;
	width: 100px;
}
*/


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Kunden
---------------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Ansprechpartner
---------------------------------------------------------------------------------------------------------------------------------- */
.ap-email-td {
	display: inline-block;
	width: 100px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Mandate
---------------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Verträge
---------------------------------------------------------------------------------------------------------------------------------- */
.vertrag-gav-td {
	display: inline-block;
	width: 225px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Einsätze
---------------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Rapport
---------------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. System - Benutzer
---------------------------------------------------------------------------------------------------------------------------------- */
.passwort-log {
	display: inline;
}

.passwort-kurz {
	color: #900000;
}

.passwort-schwach {
	color: #ffa500;
}

.passwort-gut {
	color: #000;
}

.passwort-stark {
	color: #009000;
}

.passwort-boldgreen {
	font-weight: bold;
	color: green;
}

.passwort-minimum span {
	display: none;
	padding-left: 10px;
	color: green;
}

.passwort-grossundklein span {
	display: none;
	padding-left: 10px;
	color: green;
}

.passwort-buchstabenundzahlen span {
	display: none;
	padding-left: 10px;
	color: green;
}

.passwort-sonderzeichen span {
	display: none;
	padding-left: 10px;
	color: green;
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. App.alert - Toast
---------------------------------------------------------------------------------------------------------------------------------- */
#toast-container > .toast {
    width: 500px;
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Seiten :: Kandidaten / Kunden / Mandate / Rapporte
---------------------------------------------------------------------------------------------------------------------------------- */

/* Formular */
.adressen,
.telefonie,
.email,
.ausbildung,
.wichtige-informationen,
.referenzen,
.anstellung,
.kinder,
.lohn,
.arbeitsaufwand {
	position: relative;
}

.adressen legend,
.telefonie legend,
.email legend,
.ausbildung legend,
.wichtige-informationen legend,
.referenzen legend,
.anstellung legend,
.kinder legend,
.lohn legend {
	position: relative;
}

fieldset {
	border: 1px solid var(--bg-template-01);
	background-color: var(--bg-template-04);
	margin: 0rem 0rem 0.5rem 0rem;
	/*padding-bottom: 15px;*/
}

fieldset.abgerechnet {
	border: 1px solid red !important;
}

legend .legend-title {
	padding-right: 7px;
}

.fieldset-footer {
	position: absolute;
	bottom: -10px;
	right: 10px;
	padding: 0px 5px;
	background-color: var(--bg-template-04);
}


.fieldset-footer span {
	padding-left: 4px;
}

.fieldset-footer a {
	color: #3e4676;
}

/* Feld-Beschriftungen */
label {
	font-size: 0.85rem;
}

/* Tabs */
fieldset .tab {
	margin-bottom: 0rem;
}

/* Tabellen */
.table {
	margin-bottom: 0px;
}

/* Flexbox :: Ausbildung / Wichtige Informationen */
.fieldset-flexbox {
	display: flex;
}

.fieldset-flexbox .flexbox-main {
	flex: 1;
}

.fieldset-flexbox .flexbox-toolbar {
	flex: 0 25px;
}

/* Fix :: DropDown oberhalb des Toolbars 14.02.2024 (Mitarbeiter / Kunden => rechts oben Einstellungen */
.flexbox-toolbar .btn-group {
	position: static;
}

.flexbox-toolbar .btn-group>.btn {
	position: static;
}

fieldset .input-group {
	position: static;
}

fieldset .input-group>.form-control {
	position: static !important;
}

/* Buttons */
.button-action {
	color: #6c757d;
}

.button-action:hover {
	color: #212529;
}

.nav-item .card-actions i {
	color: black;
}

.nav-item .card-actions i:hover {
	color: var(--bg-template-01);
}

/* Adresse */
.adresse-recordset {
	padding-top: 10px;
}


/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Header breadcrumb :: Bootstrap-Anpassung
---------------------------------------------------------------------------------------------------------------------------------- */
.breadcrumb {
	margin-bottom: 0px;
}
.breadcrumb .breadcrumb-item.active a {
	color: white;
	font-weight: bolder;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. AJAX-Loader :: Spinning / Rotating
---------------------------------------------------------------------------------------------------------------------------------- */

.ui-blocker {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.5);
	/* halbtransparent */
	z-index: 9999;
	/* über allem */
	cursor: not-allowed;
}

.AjaxLoading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -125px 0px 0px -125px;
    z-index: 2000;
    
    border: 16px solid var(--bg-template-03);
    border-radius: 50%;
    border-top: 16px solid var(--bg-template-01);
    border-bottom: 16px solid var(--bg-template-01);
    
    /*
    border-right: 16px solid red;
    border-bottom: 16px solid green;
    border-left: 16px solid yellow;
	*/
    
    width: 125px;
    height: 125px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. jQueryUI - AutoComplete Erweiterungen
---------------------------------------------------------------------------------------------------------------------------------- */

/* Autocomplete-Menü über dem Bootstrap-Modal */
.ui-autocomplete {
	z-index: 2000 !important;
	max-height: 300px;

	/* Nur vertikal scrollen, horizontal verhindern */
	overflow-y: auto;
	overflow-x: hidden;

	background: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	white-space: normal; /* Zeilenumbruch erlauben */
}

.ui-autocomplete {
	min-width: 350px;
}
.ui-menu .ui-menu-item {
	min-width: 350px;
}

/* Trennlinie nur zwischen den Listeneinträgen */
.ui-menu .ui-menu-item {
	border-top: 1px solid rgba(0, 0, 0, .035);
}

/* obersten Eintrag ohne Linie */
.ui-menu .ui-menu-item:first-child {
	border-top: none;
}

/* Einträge */
.ui-menu .ui-menu-item-wrapper {
	padding: .375rem .75rem;
	line-height: 1.25;
	cursor: pointer;
	white-space: normal; /* ebenfalls sicherstellen */
}


/* Hover/Active-Markierung (sichtbar!) */
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-menu .ui-menu-item-wrapper:hover {
	background-color: var(--bg-template-01);
	color: #fff;
}

/* Optionale feine Trennlinien */
/*
.ui-menu .ui-menu-item+.ui-menu-item .ui-menu-item-wrapper {
	border-top: 1px solid rgba(0, 0, 0, .035);
}
*/

/* jQuery UI :: AutoComplete für Kategorien */
.ui-autocomplete-category {
	margin-top: 5px;
	padding: 2px 3px;
	font-weight: bolder;
	font-style: italic;
	color: #777;
	font-size: 13px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. modales Fenster :: Journal / Aufgaben
---------------------------------------------------------------------------------------------------------------------------------- */

.divJournal_Beziehungen, 
.divAufgaben_Verantwortliche, 
.divAufgaben_Beziehungen {
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #CED4DA;
	display: none;
}

.divJournal_Beziehungen ul, 
.divAufgaben_Verantwortliche ul, 
.divAufgaben_Beziehungen ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.divJournal_Beziehungen li, 
.divAufgaben_Verantwortliche li, 
.divAufgaben_Beziehungen li {
	margin-top: 4px;
	margin-right: 4px;
	padding: 1px 5px;
	float: left;
	/*background-color: var(--bg-template-01);*/
	background-color: rgba(21, 61, 119, 1);
	transition: all .1s ease-in-out;
	color: #fff;
	border: 1px solid #444;
	border-radius: 5px;
}

.divJournal_Beziehungen li:hover, 
.divAufgaben_Verantwortliche li:hover, 
.divAufgaben_Beziehungen li:hover {
	background-color: rgba(21, 61, 119, 0.8);
	transition: all .1s ease-in-out;
}

.divJournal_Beziehungen li a, 
.divAufgaben_Verantwortliche li a, 
.divAufgaben_Beziehungen li a {
	color: #fafafa;
}

.divJournal_Beziehungen li .kz, 
.divAufgaben_Verantwortliche li .kz, 
.divAufgaben_Beziehungen li .kz {
	margin-right: 5px;
	font-weight: bolder;
}

.divJournal_Beziehungen li .delete, 
.divAufgaben_Verantwortliche li .delete, 
.divAufgaben_Beziehungen li .delete {
	margin-left: 5px;
}

.divJournal_Beziehungen li a.delete:hover, 
.divAufgaben_Verantwortliche li a.delete:hover, 
.divAufgaben_Beziehungen li a.delete:hover {
	color: red;
	transition: all .1s ease-in-out;
}

.divJournal_Beziehungen li a:active, .divJournal_Beziehungen li a:focus,
.divAufgaben_Verantwortliche li a:active, .divAufgaben_Verantwortliche li a:focus,
.divAufgaben_Beziehungen li a:active, .divAufgaben_Beziehungen li a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}

/*
jQueryPlugin Beziehungen :: 16.02.2024
*/

.beziehungen-container .liste {
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #CED4DA;
	display: none;
}

.beziehungen-container .liste ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.beziehungen-container .liste li {
	margin-top: 4px;
	margin-right: 4px;
	padding: 1px 5px;
	float: left;
	/*background-color: var(--bg-template-01);*/
	background-color: rgba(21, 61, 119, 1);
	transition: all .1s ease-in-out;
	color: #fff;
	border: 1px solid #444;
	border-radius: 3px;

	display: flex;
	align-items: center;
}
.beziehungen-container .liste li:hover {
	background-color: rgba(21, 61, 119, 0.8);
	transition: all .1s ease-in-out;
}


/*
Abweichende Formatierung von Mitabeiter & Kunden
.beziehungen-container .liste li.Mitarbeiter {
	background-color: rgba(139, 0, 0, 0.8);
	border: 1px solid #750808;
}
.beziehungen-container .liste li.Mitarbeiter:hover {
	background-color: rgba(139, 0, 0, 1);
}
.beziehungen-container .liste li.Kunden {
	background-color: rgba(0, 100, 0, 0.8);
	border: 1px solid #015001;
}
.beziehungen-container .liste li.Kunden:hover {
	background-color: rgba(0, 100, 0, 1);
}
*/


.beziehungen-container .liste li a {
	color: #fafafa;
}

.beziehungen-container .liste li .kz {
	margin-right: 5px;
	font-weight: bolder;
}

.beziehungen-container .liste li .element {
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*border: 1px solid red;*/
    
	flex-grow: 1; /* Takes up the remaining horizontal space */
}

.beziehungen-container .liste li .delete {
	margin-left: 5px;
}

.beziehungen-container .liste li a.delete:hover {
	color: red;
	transition: all .1s ease-in-out
}

.beziehungen-container .liste li a:active, .beziehungen-container .liste li a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Berufe Skills
---------------------------------------------------------------------------------------------------------------------------------- */

.skills-container ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px !important;
}

.skills-container ul li {
	margin-bottom: 3px;
}

.skills-container ul li button.btn-outline-secondary:hover {
	background-color: #dc3545;
	border-color: #dc3545;
}

.skills-container ul li button:hover i {
	color: white;
}

.skills-container .hard-skill {
	background-color: rgba(207, 226, 255, 0.5);
}

.skills-container .soft-skill {
	background-color: rgba(173, 248, 2, 0.2);
}

.skills-toolbar button span.text{
	padding-left: 5px;
}

.skills-container .alert {
	margin-bottom: 0px !important;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Alignments
---------------------------------------------------------------------------------------------------------------------------------- */

.horizontal-tb {
	writing-mode: horizontal-tb;
}

.vertical-rl {
	writing-mode: vertical-rl;
}

.vertical-lr {
	writing-mode: vertical-lr;
}

.sideways-lr {
	writing-mode: sideways-lr;
}

.sideways-rl {
	writing-mode: sideways-rl;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Benutzer & Gruppen :: Berechtigungen
---------------------------------------------------------------------------------------------------------------------------------- */
.berechtigungen_liste ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.berechtigungen_liste ul li {
	margin-top: 4px;
	margin-right: 4px;
	padding: 1px 5px;
	float: left;
	background-color: rgba(139, 0, 0, 0.8);
	border: 1px solid #750808;
	transition: all .1s ease-in-out;
	color: #fff;
	border-radius: 3px;

	/* Kürzen nach 100px */
	/*
	display: inline-block;
	max-width: 125px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	*/

	font-size: 0.75rem;
}

.berechtigungen_liste ul li:hover {
	background-color: rgba(139, 0, 0, 1);
	transition: all .1s ease-in-out;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Rechtsklick- / Kontextmenü > DataTables, FullCalendar, etc.
---------------------------------------------------------------------------------------------------------------------------------- */

.cms-contextMenu {
	display: none;
	position: absolute;
	z-index: 1000;
}

.cms-contextMenu ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

.cms-contextMenu ul li {
	padding: 6px 12px;
	cursor: pointer;
}

.cms-contextMenu ul li:hover {
	background: #f1f1f1;
}

.cms-contextMenu .list-group-item.danger {
	color: #dc3545;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. fimaBtnToggleSwitch & fimaMultiStateToggleButton
---------------------------------------------------------------------------------------------------------------------------------- */

/* Nur innerhalb der Toggle-Komponente */
.btn-toggle-switch-wrapper {
	position: relative;
	display: inline-block;
	height: 32px;
	/*margin-bottom: 1rem;*/
}

/* Versteckt nur Checkboxen innerhalb der Komponente */
.btn-toggle-switch-wrapper input[type="checkbox"] {
	display: none;
}

/* Stil für den sichtbaren Toggle-Button */
.btn-toggle-switch-wrapper .btn-toggle-slider {
	border-radius: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem 0.75rem;
	transition: all 0.3s ease;
	cursor: pointer;
	user-select: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Pflichtfelder 21.10.2025
---------------------------------------------------------------------------------------------------------------------------------- */
/* ========= PRIO: Farb-Variablen (Vorschlag 3: kontraststark) ========= */
:root {
	--prio-1: #D32F2F;
	/* Rot – kritisch */
	--prio-2: #F57C00;
	/* Orange – wichtig */
	--prio-3: #FFCA28;
	/* Gelb – nice-to-have */
	--prio-fg-dark: #212529;
	--prio-fg-light: #fff;
}

/* ========= Badges ========= */
.bg-prio-1 {
	background: var(--prio-1);
	color: var(--prio-fg-light);
}

.bg-prio-2 {
	background: var(--prio-2);
	color: var(--prio-fg-light);
}

/* Gelb braucht dunklere Schrift für Kontrast */
.bg-prio-3 {
	background: var(--prio-3);
	/*color: var(--prio-fg-dark);*/
	color: var(--prio-fg-light);
}

/* === Bootstrap-Table-Varianten: .table-prio-1/2/3 === */
/* Anwendung: <tr class="table-prio-1"> oder <tbody class="table-prio-2"> */

.table-prio-1 {
	--bs-table-color: var(--prio-fg-dark);
	--bs-table-bg: rgba(211, 47, 47, .08);
	--bs-table-border-color: rgba(211, 47, 47, .25);
	--bs-table-striped-bg: rgba(211, 47, 47, .16);
	--bs-table-striped-color: var(--prio-fg-dark);
	--bs-table-active-bg: rgba(211, 47, 47, .20);
	--bs-table-active-color: var(--prio-fg-dark);
	--bs-table-hover-bg: rgba(211, 47, 47, .12);
	--bs-table-hover-color: var(--prio-fg-dark);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-prio-2 {
	--bs-table-color: var(--prio-fg-dark);
	--bs-table-bg: rgba(245, 124, 0, .08);
	--bs-table-border-color: rgba(245, 124, 0, .25);
	--bs-table-striped-bg: rgba(245, 124, 0, .16);
	--bs-table-striped-color: var(--prio-fg-dark);
	--bs-table-active-bg: rgba(245, 124, 0, .20);
	--bs-table-active-color: var(--prio-fg-dark);
	--bs-table-hover-bg: rgba(245, 124, 0, .12);
	--bs-table-hover-color: var(--prio-fg-dark);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-prio-3 {
	/* Gelb = dunklere Schrift für Kontrast */
	--bs-table-color: var(--prio-fg-dark);
	--bs-table-bg: rgba(255, 202, 40, .14);
	--bs-table-border-color: rgba(255, 202, 40, .30);
	--bs-table-striped-bg: rgba(255, 202, 40, .22);
	--bs-table-striped-color: var(--prio-fg-dark);
	--bs-table-active-bg: rgba(255, 202, 40, .28);
	--bs-table-active-color: var(--prio-fg-dark);
	--bs-table-hover-bg: rgba(255, 202, 40, .20);
	--bs-table-hover-color: var(--prio-fg-dark);
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

/* ========= Hintergrundfarben für .form-control.form-prio-* ========= */
/* funktioniert mit input, textarea, select, egal ob .form-control-sm etc. */

/* === P1: Rot (kritisch) === */
.form-control.form-prio-1,
.form-select.form-prio-1 {
	border-color: var(--prio-1);
	background-color: rgba(211, 47, 47, 0.05); /* leicht rötlich */
}
.form-control.form-prio-1:focus,
.form-select.form-prio-1:focus {
	background-color: rgba(211, 47, 47, 0.08);
	border-color: var(--prio-1);
	box-shadow: 0 0 0 .25rem color-mix(in srgb, var(--prio-1) 25%, transparent);
}

/* === P2: Orange (wichtig) === */
.form-control.form-prio-2,
.form-select.form-prio-2 {
	border-color: var(--prio-2);
	background-color: rgba(245, 124, 0, 0.05); /* leicht orange */
}
.form-control.form-prio-2:focus,
.form-select.form-prio-2:focus {
	background-color: rgba(245, 124, 0, 0.08);
	border-color: var(--prio-2);
	box-shadow: 0 0 0 .25rem color-mix(in srgb, var(--prio-2) 25%, transparent);
}

/* === P3: Gelb (nice-to-have) === */
.form-control.form-prio-3,
.form-select.form-prio-3 {
	border-color: var(--prio-3);
	background-color: rgba(255, 202, 40, 0.10); /* etwas sichtbarer, da hellere Farbe */
	color: var(--prio-fg-dark);
}
.form-control.form-prio-3:focus,
.form-select.form-prio-3:focus {
	background-color: rgba(255, 202, 40, 0.15);
	border-color: var(--prio-3);
	box-shadow: 0 0 0 .25rem color-mix(in srgb, var(--prio-3) 30%, transparent);
}

/* === Hover: etwas intensiver === */
.form-control.form-prio-1:hover,
.form-select.form-prio-1:hover { background-color: rgba(211, 47, 47, 0.07); }

.form-control.form-prio-2:hover,
.form-select.form-prio-2:hover { background-color: rgba(245, 124, 0, 0.07); }

.form-control.form-prio-3:hover,
.form-select.form-prio-3:hover { background-color: rgba(255, 202, 40, 0.12); }

/* === Disabled / Readonly: etwas ausgegraut === */
.form-control.form-prio-1:disabled,
.form-select.form-prio-1:disabled {
	background-color: rgba(211, 47, 47, 0.03);
	border-color: rgba(211, 47, 47, 0.25);
	opacity: .65;
}
.form-control.form-prio-2:disabled,
.form-select.form-prio-2:disabled {
	background-color: rgba(245, 124, 0, 0.03);
	border-color: rgba(245, 124, 0, 0.25);
	opacity: .65;
}
.form-control.form-prio-3:disabled,
.form-select.form-prio-3:disabled {
	background-color: rgba(255, 202, 40, 0.08);
	border-color: rgba(255, 202, 40, 0.3);
	opacity: .65;
}


/* Nur tbody scrollen */
.pflichtfelder-table tbody {
	display: block;
	max-height: 350px;
	/* Scrollhöhe */
	overflow-y: auto;
	overflow-x: hidden;
}

/* Header + Body-Zeilen als Tabellenzeilen darstellen */
.pflichtfelder-table thead,
.pflichtfelder-table tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	/* gleiche Spaltenbreiten */
}

/* Konsistente Spaltenbreiten (1: flexibel, 2: 180px, 3: 100px) */
.pflichtfelder-table thead th:nth-child(1),
.pflichtfelder-table tbody td:nth-child(1) {
	width: auto;
}

.pflichtfelder-table thead th:nth-child(2),
.pflichtfelder-table tbody td:nth-child(2) {
	width: 180px;
}

.pflichtfelder-table thead th:nth-child(3),
.pflichtfelder-table tbody td:nth-child(3) {
	width: 100px;
}

/* Optional: Box-Sizing hilft bei Pixelgenauigkeit */
.pflichtfelder-table th,
.pflichtfelder-table td {
	box-sizing: border-box;
}

.pflichtfelder-export-output {
	display: none;
	margin-top: 12px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
  xx. Diverses
---------------------------------------------------------------------------------------------------------------------------------- */
/* Verhindern von Text-Auswahl */
.no-select {
    user-select: none; /* Standard property */
    -webkit-user-select: none; /* For Safari */
    -ms-user-select: none; /* For IE/Edge */
}
