/* Page */

body {
	position: relative;
	min-height: 100vh;
	height: auto !important;
}

#page-wrapper {
	padding-bottom: 300px;
}

/* Login */
#Login main {
	max-height: 0;
	overflow: hidden;
}

#Login .sidebar {
	color: white;
}

#Login .sidebar .control-label,
#Login .sidebar input[type="text"],
#Login .sidebar input[type="password"] {
	color: white !important;
}

#Login .sidebar input[type="text"]::placeholder,
#Login .sidebar input[type="password"]::placeholder {
	color: white;
}

#Login .sidebar input[type="password"]:-ms-input-placeholder,
#Login .sidebar input[type="text"]:-ms-input-placeholder {
	color: white !important;
}

#Login #Logo {
	margin: 3rem 0;
}

#Login .Description {
	color: white;
}

#Login .Description a {
	color: white;
	text-decoration: underline;
}

/* Headings */

.pageTitle h2 {
	text-transform: uppercase;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	font-size: 3rem;
}

.pageTitle h2:after {
	display: inline;
	content: '_';
}


/* Nav pills */

.nav-pills .nav-link {
	border-radius: 0;
	padding: 1rem 1.3rem;
}

/* Cards */

.card {
	border-radius: 0;
}

h4 {
	text-transform: uppercase;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2rem;
}

/* Icons */

.icon-arrow-left6:before {
	content: "";
}

.icon-arrow-right6:before {
	content: "";
}

/* Navigation */

@media (min-width: 992px) {

	#mm>li.mega-menu-item.picture>.mega-menu-link .profilepicture.initials {
		background-color: #e50056 !important;
		color: white;
	}

	.MenuHorizontal #mm>li.mega-menu-item.picture {
		background-color: #e50056;
		margin-right: 0;
		padding-right: 1rem;
	}

}

/* Catalogue */

#CatalogueDetailsDates .row .col-12 .card {
	background-color: #e3e3e3;
	border-color: #e3e3e3;
}

/* Footer */

.Footer {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	background-color: #000;
	position: absolute;
	color: white;
	bottom: 0;
	display: flex;
	height: 300px;
	padding: 0 6rem;
}

.FooterLogo {
	width: 200px;
	height: 132px;
}

.MenuVertical .FooterLogo {
	margin-left: 60px;
}

.FooterText {
	font-size: 2rem;
	font-size: 1.2rem;
	font-weight: bold;
}

@media (max-width: 720px) {
	.Footer {
		flex-direction: column;
		justify-content: space-around;
		padding: 0 2rem;
	}
}

#startpage_content h4 {
	font-size: 22px;
}