.justify {
	text-align: justify;
}

.hyphens {
	hyphens: auto;
}

#site-logo {
	max-height: 70px;
	max-width: 390px;
}

#homeHeading {
	margin-top: 0px;
}

#homeHeading>h1 {
	margin-top: 0px;
}

.navbar-brand img {
	height: 25px;
	max-width: unset;
}

@media screen and (min-width: 768px) {
	#site-logo {
		max-height: 100px;
	}
	.navbar-brand img {
		height: 70px;
		max-height: 70px;
		max-width: unset;
	}
	.navbar-brand {
		height: 100px;
	}
	.hessenhub-main-nav ul:first-child>li>a {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.jumbotron {
		margin-top: 40px;
	}
}

.admin-brand-logo img {
	width: 100%;
	height: 100%;
	max-height: 70px;
	max-width: unset;
}

.type-icon {
	max-width: 64px;
	max-height: 64px;
}

.hessenhub-media {
	-webkit-box-shadow: -6px 4px 4px x rgba(145, 145, 145, 0.7);
	-moz-box-shadow: -6px 4px 4px 0 rgba(145, 145, 145, 0.7);
	box-shadow: -6px 4px 4px 0 rgba(145, 145, 145, 0.7);
	border: 1px solid black;
	border-left: 10px solid #004896;
	border-bottom: 5px solid #004896;
}

.media-heading {
	line-height: 125%;
}

.result-list .panel {
	border: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, .05);
	margin-bottom: 0px;
}

.result-list .media-object {
	max-width: 32px;
}

.result-list .media-left {
	padding-right: 15px;
}

.form-inline #search {
	width: 184px;
}

.tags-icon {
	margin-right: .2em;
}

.small-h2 {
	font-size: 16pt;
}

.select-label {
	font-weight: bold;
}

.hessenhub-required {
	color: rgb(169, 68, 66);
}

.form-authors-panel.hasError {
	border-color: rgb(169, 68, 66);
}

.form-authors-panel.hasError .errorMessage {
	color: rgb(169, 68, 66);
}

#disciplineAccordion .panel.hasError {
	border-color: rgb(169, 68, 66);
}

.panel-footer.hasError {
	color: rgb(169, 68, 66);
}

.learningobjectLabels {
	margin-bottom: 1em;
}

.learningobjectLabels .label { /* see qualikompass.css */
	padding-top: 0.3em;
	line-height: 2;
}

.heading-gradient {
	background: linear-gradient(to right, rgb(0, 72, 150) 50%, transparent);
	background-color: unset;
	color: white;
	padding: 5px;
	border-radius: 2px;
	margin-top: 20px;
	padding-left: 10px;
}

.details-page-header {
	background-color: rgba(0, 72, 150);
	position: relative;
	border-radius: 2px;
	min-height: 75px;
}

.details-page-header h2 {
	padding-left: 10px;
	color: white;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	margin-top: 0px;
}

.dimension-icon {
	top: 50%;
	transform: translate(-100%, -50%);
	position: absolute;
	padding: 5px;
	max-width: unset;
	max-height: 75px;
}

.highlight-container {
	border-radius: 2px;
}

.highlight {
	padding: 1px;
	padding-left: 5px;
}

.hyphens-auto {
	hyphens: auto;
}

#batchPanel {
	z-index: 1;
	vertical-align: middle;
}

#batchPanel p {
	margin: 0px;
	height: 18px;
}

#batchPanel a[type="submit"] {
	margin-left: .5em;
}

#learningobjectsTable tbody tr td:first-child {
	vertical-align: middle;
}

#learningobjectsTable tbody input {
	opacity: 0;
}

#learningobjectsTable tbody input:checked {
	opacity: unset;
}

#learningobjectsTable tbody tr:hover input{
	opacity: unset;
}

/* ILLUSTRATION */
.illustrationImage {
	margin-bottom: 30px;
}

.similarCaption {
	font-size: 14px;
	hyphens: auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
}

/* ILLUSTRATION END*/