
/* Wir haben einige längere Submenüeinträge */
#sidebar .navbar .dropdown-menu {
	min-width: fit-content;
}

/* images must be at least in size 1500 x 900 and we need 4 of them */
.slideshow-image:nth-child(1) {
	background: url("../images/slideshow/norbert2-4a67ed0952cd7b168f329bcef619d518.webp");
}

.slideshow-image:nth-child(2) {
	background: url("../images/slideshow/shelterdogs-cc46991abf5eb037be06b1eb7dfc907e.webp");
}

.slideshow-image:nth-child(3) {
	background: url("../images/slideshow/dogs1-c4825a8f241791e91466802931f8d67f.webp");
}

.slideshow-image:nth-child(4) {
	background: url("../images/slideshow/dog3-9e1a99fc60a8db05b586c511eb8a44aa.jpg");
}

.slideshow-image {
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1000px rgb(11 2 44 / 40%);
}

.page-header {
	background: url("../images/page-header/shelterdogs-cc46991abf5eb037be06b1eb7dfc907e.webp");
	box-shadow: inset 0 0 0 1000px rgb(11 2 44 / 40%);
}


.nobr {
	white-space: nowrap;
}

/* keine Listenpunkte für Listen im Footer */
footer li {
	list-style: none;
}

/*#login-area {*/
/*	font-weight: 700;*/
/*	font-size: smaller;*/
/*	white-space: nowrap;*/
/*	text-align: right;*/
/*	border-left: 1px dotted black;*/
/*	padding-left: 15px;*/
/*}*/

/*.contact-details {*/
/*	align-items: center;*/
/*}*/

/*#login-area #logged-user-id {*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*}*/

/*#login-area #logged-out {*/
/*	font-weight: normal;*/
/*	line-height: 42px;*/
/*}*/

/*#login-area .action {*/
/*	font-weight: normal;*/
/*}*/


/*.form-inline .form-check {*/
/*	margin-right: 1vw;*/
/*}*/

/*#errorpage {*/
/*	background-color: black;*/
/*}*/

/*#errorpage .centered {*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*}*/
