




.filter{
	 padding-bottom: 5px; 
	 padding-top: 5px; 
	 padding-left: 5px;
	 background-color: #E0F8E0;
	 margin-left:2.5%;
	 margin-right:2.5%;
	 margin-top: 10px;
	 border: 1px solid grey;
	 border-radius: 16px 16px 16px 16px;
	 max-height: 250px;
}
.addonWidth{
	width:30%;
}

#hinweise {
	margin-left:2.5%;
	margin-right:2.5%;
	margin-top: 10px;
	border: 1px solid grey;
	border-bottom: transparent;
	border-radius: 16px 16px 0px 0px;
	background-color:white;
}

.hinweisBootstrap {
	width: 90%; 
	margin-top: 5px; 
	margin-bottom: 25px; 
	margin-left: 5%; 
	max-height: 120px; 
	overflow-y: auto;
}

.inhalt {
	background-color:white;
	overflow-x:hidden;
	overflow-y:auto;
	margin:2.5%;
	margin-top:0px;
	margin-bottom:10px;
	border:1px solid grey; 
	border-top: transparent; 
	border-radius: 0px 0px 16px 16px;
}

/* fuer die Datatable */
.tabellemargin {
    margin-left:3%;
    width:95%;
}

.dataTables_filter {
	left:-50000000px;
	position:fixed;
}

.pagination > li > a, .pagination > li > span{
	color: black;
	border-radius: 3px;
};
	
.pagination > li.active > a, .pagination > li.active > span{
	color:white;
	border-radius: 3px;
};


/* Rote Scrollbar fuer Hinweise */
.scrollbar-rot::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.scrollbar-rot::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

.scrollbar-rot::-webkit-scrollbar-thumb {
	background: #a94442;
	border-radius: 10px;
}

.scrollbar-rot::-webkit-scrollbar-thumb:hover {
	background: #a94442;
}

/* Gruene Scrollbar fuer Hinweise */
.scrollbar-gruen::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.scrollbar-gruen::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

.scrollbar-gruen::-webkit-scrollbar-thumb {
	background: #a94442;
	border-radius: 10px;
}

.scrollbar-gruen::-webkit-scrollbar-thumb:hover {
	background: #a94442;
}

/* Blaue Scrollbar fuer Hinweise */
.scrollbar-blau::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.scrollbar-blau::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

.scrollbar-blau::-webkit-scrollbar-thumb {
	background: #a94442;
	border-radius: 10px;
}

.scrollbar-blau::-webkit-scrollbar-thumb:hover {
	background: #a94442;
}

/* Gelbe Scrollbar fuer Hinweise */
.scrollbar-gelb::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.scrollbar-gelb::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

.scrollbar-gelb::-webkit-scrollbar-thumb {
	background: #a94442;
	border-radius: 10px;
}

.scrollbar-gelb::-webkit-scrollbar-thumb:hover {
	background: #a94442;
}

/* Anzeige der Radiobuttons (Wert) in der lesenden Ansicht */
.wertRadio {
	font-size:14px;
	margin-top:5px;
}

.radioLabel {
	padding-left:2px;
}

.dataTables_filter {
	left:-50000000px;
	position:fixed;
}
.checkboxListe {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
}

/* Klassen für die Anzeige der Ueberschrift (aus der erfassung.css ausgelagert) */
hr.erfassung
{
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5%;
}

span.titel
{
	width: 90%;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	font-size: 17px;
}

/* Für die input[type=date] in BS3*/
.ignrwInputDate {
	line-height: 1.42857143 !important;
}



/*******************************************************************************************
********************************************************************************************
************************											*************************
************************	Abschnitt für die Icons, oft verbunden	*************************
************************	mit Button.								*************************
************************											*************************
*********************************************************************************************
*********************************************************************************************/
.btn-custom-buttonleiste {
	color:white;
	line-height:1;
	padding: 3px 5px 3px 3px;
}
.btn-custom {
	color:white;
	line-height:1;
	padding: 3px 5px 3px 3px;
}
.btn-custom-icon {
	color:white;
	line-height:1;
	padding: 3px 5px 3px 3px;
}
.btn-custom-buttonleiste:hover,
.btn-custom-icon:hover,
.btn-custom:hover {
	color:black !important;
}
.btn-custom-buttonleiste:focus,
.btn-custom-icon:focus,
.btn-custom:focus {
	outline:none;
	color:white;
}
.btn-custom-buttonleiste:focus:hover,
.btn-custom-icon:focus:hover,
.btn-custom:focus:hover {
	outline:none;
	color:black;
}

.bi-custom-buttonleiste {
	font-size:1.5em;
}

.bi-custom-xs {
	font-size:1.1em;
}
.bi-custom-sm {
	font-size:1.75em;
}
.bi-custom {
	font-size:2em;
}
.bi-custom-lg {
	font-size:2.5em;
}

.btn-custom-footer {
	color:white;
	line-height:2em;
	padding:2.5px 2.5px;
}
.btn-custom-table:hover {
	color:black;
}
.btn-custom-table:focus {
	outline:none;
	color:white;
}
.btn-custom-table:focus:hover {
	outline:none;
	color:black;
}

.marquee {
	--gap: 1rem;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
}

.marquee_content {
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
/*	justify-content: space-around; */
	animation: scroll 30s linear infinite;
	min-width: 100%;
	gap: var(--gap);
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}