html {
    position: relative;
    min-height: 100%;
}

html, body {
    height: auto;
}

body {
    background: #eeeeee;
    height: auto;
    position: initial;
}

.frame-listtype-akenzolfstermin_feadmin {
	/* special rules for list - not popup! */
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-danger {
	color: #871d33;
	background-color: #eddde1;
	border-color: #871d33;
}

.container {
	width: 100%;
	padding-right: var(--bs-gutter-x, 20px);
	padding-left: var(--bs-gutter-x, 20px);
	margin-right: auto;
	margin-left: auto;
}

#lfsterminfeadmin h4:first-child {
	color: #871d33;
	margin-bottom: 5px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 40px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

div.dropdown-area > div {
	font-size: 0.875rem;
	line-height: 1.4;
	padding: 0.4375rem 0;
}

div.dropdown-area > div > p {
	font-size: 0.96875rem;
	line-height: 1;
	margin-bottom: 0;
	padding: 0.0625rem 0.4375rem;
	font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
}

div.lfs-header {
	background-color: #eeeeee;
	padding-top: 1.875rem;
}

div.lfs-header .col-6 {
	height: 86px;
}

ul a {
	text-decoration: none;
}

table#buchungsliste {
	font-size: 0.875rem !important;
}

table#buchungsliste tr th,
table#buchungsliste tr td {
	font-size: 100% !important;
}

table#buchungsliste tr td:last-child {
	height: 60px;
	overflow: hidden;
	display: block;
	overflow-y: scroll;
}

header {
	background-color: #eeeeee;
	height: auto;
	margin-bottom: 30px;
	width: 100%;
	top: 0;
	z-index: 1;
}

header .container {
	display: flex;
	justify-content: space-between;
}

header .pagetitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

header .pagetitle * {
	margin-bottom: 0;
}

header .pagetitle h4 {
	color: #871d33;
	margin-bottom: 5px;
}

main {
	padding-top: 30px;
	padding-bottom: 30px;
}

#FeAdminMenuWrapper {
	background-color: #eeeeee;
	height: 125px;
	position: sticky;
	width: 100%;
	bottom: 0;
	z-index: 1;

	display: flex;
	justify-content: center;
	flex-direction: column;
}

main #FeAdminMenuWrapper {
	position: relative;
	height: auto;
}

#FeAdminMenu {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 0;
}

main #FeAdminMenuWrapper #FeAdminMenu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

#FeAdminMenu li {
	overflow: hidden;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	box-shadow: 0 3px 6px #ddd;
	border: 1px solid #ddd;
	transition: all .2s ease-in-out;
	transition-property: box-shadow, border, transform;
	flex: 1;
}

#FeAdminMenu li a {
	display: flex;
	padding: 1.5em 1.5em 0 1.5em;
	padding: 1rem;
	height: 100%;
	align-items: center;
	background: #fff;
	transition: all 0.3s;
}

main #FeAdminMenuWrapper #FeAdminMenu li a {
	height: 230px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

main #FeAdminMenuWrapper #FeAdminMenu li a .icon {
	margin-right: 0;
	margin-bottom: 1rem;
}

main #FeAdminMenuWrapper #FeAdminMenu li a .icon ion-icon {
	font-size: 3rem;
}

main #FeAdminMenuWrapper #FeAdminMenu li a .text .title {
	font-size: 1.5rem;
}

#FeAdminMenu li a:hover {
	background: #871d33;
	color: #fff;
}

#FeAdminMenu li a:hover .title {
	color: #fff;
}

#FeAdminMenu li a .icon {
	margin-right: 1rem;
	display: flex;
}

#FeAdminMenu li a .icon ion-icon {
	font-size: 40px;
}

#FeAdminMenu li a .text *:last-child {
	margin: 0;
}

#FeAdminMenu li a .title {
	font-family: inherit;
	font-weight: 500;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
	transform: none;
	transition: all 0.3s;
}


.dataTables_info {
	font-size: 12px;
}

.dataTables_info .select-item {
	margin-left: 0.5em;
}

.dataTables_wrapper .dt-buttons {
	float: left;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	margin-bottom: 1.5rem;
}

.DTE_Field_Name_buchungen\.kategorie {
	order: 1;
}

.DTE_Field_Name_termin {
	order: 3;
}

.DTE_Field_Name_timeperiod {
	order: 4;
}

.DTE_Field_Name_buchungen\.anrede {
	order: 5;
}

.DTE_Field_Name_vorname {
	order: 7;
}

.DTE_Field_Name_nachname {
	order: 9;
}

.DTE_Field_Name_strasse {
	order: 11;
}

.DTE_Field_Name_plz {
	order: 13;
}

.DTE_Field_Name_ort {
	order: 15;
}

.DTE_Field_Name_grund {
	order: 17;
}

.DTE_Field_Name_nachname {
	order: 9;
}

.DTE_Field_Name_email {
	order: 2;
}

.DTE_Field_Name_telefon {
	order: 4;
}

.DTE_Field_Name_geburtstag {
	order: 6;
}

.DTE_Field_Name_idnr {
	order: 8;
}

.DTE_Field_Name_strnr {
	order: 10;
}

.DTE_Field_Name_keinestrnr {
	order: 12;
}

.DTE_Field_Name_terminerinnerung {
	order: 14;
}

.DTE_Field_Name_sonstiges {
	order: 16;
}

.DTE_Field_Name_note {
	order: 18;
}

.DTE_Field_Name_alldonephone {
	order: 19;
}


.dataTables_wrapper .dataTables_length select {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 5px;
	background-color: transparent;
	padding: 4px;
	height: auto;
	width: auto;
	background: inherit;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	font-size: 12px;
}

#buchungsliste_filter label {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 100%;
}

.dataTables_wrapper .dataTables_filter input {
	margin: 0;
	margin-left: 8px;
	min-width: 280px;
}

table thead {
	background-color: #fff;
}

table.dataTable tbody tr.odd {
	background-color: #fff !important;
}

table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > td {
	padding: 0.92857143em 0.78571429em
}

form {
	margin-bottom: 0;
}

#lfs-felogin {
	max-width: 500px;
	margin: 0 auto;
}

#lfs-felogin,
#lfsterminfeadmin {
	background: #fff;
	padding: 2rem;
	border-radius: 10px;
	box-shadow: 0 3px 6px #ddd;
}

.DTE_Form_Buttons {
	width: 100%;
}

.DTE_Form_Buttons .btn.btn-pdf-export {
	float: left;
}

