body {
	background-color: #D5ECE4;
}
h1 {
	font-size: 1.6rem;
	margin-bottom: 15px;
	margin-top: 0px;
}
h2 {
	font-size: 1.4rem;
	margin-top: 24px!important;
}
h3 {
	font-size: 1.2rem;
	margin-top: 25px;
}
h4 {
	font-size: 1.1rem;
}
a {
	color: #479C83;
}
a:hover {
	color: #2C5F4D;
}
/* Datatabels Anpassung Anfang */
.dt-search{
	float: left!important;
	margin-left: 25px;
}
div.dt-container div.dt-layout-cell {
    padding: 0 0 5px 0!important;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left!important;
}
/* Datatabels Anpassung Ende */
.lazyload {
	width: 75px;
	max-height: 60px;
}
.badge {font-size: 1.0rem; }
.anchor{
  display: block;
  height: 60px; /*same height as header*/
  margin-top: -60px; /*same height as header*/
  visibility: hidden;
}

.boxed {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	/*max-width: 1800px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.bg-dark {
	background-color: #479C83!important
}
.navbar {
	padding: 0
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 12px 15px;
}
.navbar-nav:first-child {
	margin-left: 20px;
}
.navbar-nav .nav-link {
	font-size: 1.2rem;
}
.navbar-dark .navbar-nav .nav-link {
	color: #FFF;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #FFF;
	background-color: #5AC0A6;
}

 .active   {
	background-color: #5AC0A6!important;
}

.alert-info {
	background-color: #EEF4F9;
}
footer {
	vertical-align: middle;
	font-size: 1rem;
	padding: 10px 20px;
	background-color: #2C5F4D!important;
}
footer a {
	color: #E4E4E4;
}
footer a:hover {
	color: #479C83;
}
.table td, .table th { padding-right: 0.5rem;}
.table-md td, .table-md th { padding: 0.3rem 0.5rem; } 

.fix-sticky {
  position: fixed !important;
  overflow: hidden;
  z-index: 1000;
 	top: 50px!important;
	 background: #ECECEC;
 	background-color: #ECECEC;
}

.fix-sticky table thead {
  background: #ECECEC;
 	background-color: #ECECEC;
}
@media (max-width: 575.98px) {
	.fix-sticky {
	top: 40px!important;
}
 .badge {
    font-size: 0.6rem;
}
.hidden-md {
	display: none
}
	.navbar-nav:first-child {
	margin-left: 0px;
}
}
.back-to-top {
	width: 100px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center;
	padding: 5px;
	position: fixed; /* this is the magic */
	bottom: 10px; /* together with this to put the div at the bottom*/
	right: 15px;
	cursor: pointer;
	display: none;
	color: #333;
	font-family: verdana;
	font-size: 11px;
}
.adresse {
 display: none;
 visibility: hidden;
}

.thumbnail {
cursor: pointer;
transition: transform 0.2s ease-in-out;
}

.thumbnail:hover {
transform: scale(0.95);
}
.thumbnail-box {
	margin-right: 5px;
    height: 150px;
    overflow: hidden; /* Verhindert, dass das Bild über die Box hinausgeht */
    justify-content: center; /* Zentriert das Bild horizontal */
    align-items: center; /* Zentriert das Bild vertikal */
	display: inline-block;
}

.thumbnail-box img {
    max-width: 100%; /* Begrenzt die Breite auf 100% der Box */
    max-height: 100%; /* Begrenzt die Höhe auf 100% der Box */
    object-fit: contain; /* Hält das Seitenverhältnis, ohne zu quetschen */
}