#websiteBackground {
	/* background: linear-gradient(180deg, rgba(170, 170, 170, 0.3), white); */
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

#loginForm {
	border: 1px black solid;
}

.logoStart {
	opacity: 0.7;
	width: 300px;
}

.logoFooter {
	margin-bottom: 5px;
	opacity: 0.7;
	max-width: 4%;
}

.marginAuto {
	margin: auto;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.mjNav {
	margin-bottom: -15px;
}
/*
.mjNav li .active {
	background-color: rgba(235, 235, 235, 1) !important;
	border-color: #dee2e6 #dee2e6 #007bff !important;
} */

.mjUserMenu {
	margin-left: 10px;
}

.mjLoadBeam {
	height: 7px;
	background-color: #17a2b8;
	animation-direction: normal;
	animation: mjLoadBeam 4s infinite;
	background-size: 200% 100%;
	background-position: right bottom;
}

@keyframes mjLoadBeam {
	100% {
		margin-left: 100%;
		background-position: left bottom;
	}
}

.w-90 {
	width: 90% !important;
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
	text-decoration: none;
	background-color: #eee;
}

.mjText-orange {
	color: #fd7e14;
}

.mjBtn-orange {
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-group,
.mjBorderOrange {
	border: 1px solid #fd7e14 !important;
	border-radius: 5px;
}

.mjUserFormSteps {
	position: absolute;
	left: 15px;
	text-align: left;
}

.mjUserFormPointer {
	cursor: pointer;
}

#galleria {
	width: 100vw;
	height: 60vh;
}

.title {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 100%;
	height: 52px;
	top: 0;
}
.title p {
	font-size: 30px;
	margin: 10px 10px 4px 20px;
	color: white;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	/* left: 50px; */
	text-align: center;
}

.caption {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 100%;
	height: 23px;
	top: 52px;
}
.caption p {
	font-size: 18px;
	margin: 0 14px 0 20px;
	color: white;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	/* left: 50px; */
	text-align: center;
}

.caption::after {
	content: '';
	display: block;
	position: absolute;
	top: 23px;
	height: 20px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
}

.galleria-container {
	border: 6px solid white;
	padding: 1rem !important;
	margin-bottom: 3rem !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	border-radius: .25rem !important;
	background-color: #fff !important;
}

.fullscreen {
	border-width: 0px;
}

/* Anpassungen für das Tagebuch */
.mjDaybookLine {
	border-bottom-color: rgba(0, 0, 0, 0.4);
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 1em;
}
.mjDaybookLine:last-child {
	border-bottom: none;
}

.mjDaybookDescription {
	white-space: break-spaces;
}
@media (max-width: 576px) {
	.mjDaybookTitle::after {
		content: "\A";
		white-space: pre;
	}
}

.mjDaybookNumber {
	font-size: x-small;
}
