.ag-table {
	td {
		padding-left: 10%;
	}
}
.ag-page-startseite .container.ones {
	padding-left: 0;
	padding-right: 0;
}
.ag-menu-item-link span {
	position: relative;
    z-index: 2;
}
.ag-menu-item-link:focus,
.ag-menu-item-link:hover {
	color: #fff !important;
}
.ag-menu-item-link::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    background-color: #FFC900 !important;
    border-radius: 15px;
    position: absolute;
    top: -7.5px;
    left: -7.5px;
    content: '';
    z-index: 1;
}

.ag-message-seccess-toast {
	position: fixed;
	padding: 1em;
	top: 1.25rem;
	right: 1.25rem;
	z-index: 9999;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	animation: fadeIn 0.3s ease-in-out, fadeOut 0.5s ease-in-out 2.5s forwards;
}

.custom-font-size {
	font-size: 18px;
}

.custom-background {
	background-color: #fff !important;
}

.param-table .table thead th {
	border: none;
	text-transform: uppercase;
}
.param-table .table tbody tr td:first-child,
.param-table .table thead tr th:first-child {
	padding-left: 0;
}
.param-table .table thead tr {
	border-bottom: 2px solid #000;
}

.param-table .letter-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	font-weight: bold;
}
.param-table .param-filter-container select {
	border-radius: 0;
}

.param-table .param-filter-container select,
.param-table .param-filter-container input[type="text"] {
	max-width: 225px;
	width: 100%;
	border: 1px solid #002F60;
    height: 50px;
    background-color: #fff;
    cursor: pointer;
}


.param-table .letter-filter span {
	cursor: pointer;
	transition: all 0.3s;
}
.param-table .letter-filter span:hover, .letter-filter span.active {
	background-color: #146cca;
	color: white;
	background-color: #146cca;
	color: white;
}

@media (max-width:767px) {
	.ag-table {
		td {
			padding-left: 2%;
		}
	}
	.ag-responsive-table {
		tr {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 1rem;

			td {
				width: 100% !important;
			}
		}
	}
	.custom-sm-w-70 {
		width: 70% !important;
	}

	.param-table .param-filter-container {
		flex-direction: column;
	}
	.param-table table thead {
		display: none;
	}
	.param-table table td,
	.param-table table th {
		border-top: 0;
		border-bottom-width: 0;
		padding: 0;
	}
	.param-table table tbody {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	.param-table table tbody tr {
		display: flex;
		flex-direction: column;
		gap: .5rem;
		border: 1px solid #dee2e6;
		border-radius: .7rem;
		padding: 1rem;
		
	}
	.param-table table tbody tr td:before {
		content: attr(data-field);
		width: 30% !important;
	}
	.param-table table tbody tr td {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
		width: 100%;
		padding-left: 0;
		hyphens: auto;
	}
}
@media (max-width:1200px) {
	.custom-xl-w-70 {
		width: 70% !important;
	}
}
