@charset "UTF-8";

@import 'normalize.css';

/*
* @Author: andremichaelis
* @Date:   2018-09-25 12:03:17
* @Last Modified by:   Andre Michaelis
* @Last Modified time: 2019-01-15 18:30:56
*/
/* ------ DEFAULT ------ */

.Question.HalfWidth:has(#user_local_tz) {
	display: none;
}

.PoweredByPanel {
	display: none;
}

.Question.HalfWidth {
	display: none;
}

.text-white {
	color: #fff;
}

.ListviewStyle tr:hover td {
	background-color: #eee;
}

.ListviewTitleStyle:hover td {
	background-color: #999 !important;
}

.ListviewBoxedTitleStyle:hover td {
	background-color: #999 !important;
}

.FormError {
	margin: 0;
}

/* ------ HOME ------ */
.video-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eee;
	z-index: -100;
}
.video-wrap video {
	width: 100%;
	height: 100%;
	z-index: -100;
	-o-object-fit: cover;
	object-fit: cover;
	right: 0;
	bottom: 0;
	background-size: cover;
	overflow: hidden;
}

.homeslider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eee;
	z-index: -100;
}
.homeslider > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.homeslider > div > img {
	width: 100%;
	height: 100%;
	z-index: -100;
	-o-object-fit: cover;
	object-fit: cover;
	right: 0;
	bottom: 0;
	background-size: cover;
	overflow: hidden;
}

.video-wrapper-placeholder {
	width: 100%;
	height: 10vh;
}

/* ------ HEADER ------ */
#Header {
	background-color: white;
	padding: 20px;
}

/* #HeaderNav1 {
	position: absolute;
	top: 10px;
	right: 20px;
}

#HeaderNav2 {
	position: absolute;
	top: 80px;
	right: 20px;
} */

.HeaderLarge .HeaderImgLink {
	height: 90px;
}
.HeaderLarge .HeaderImgLink #HeaderImg {
	max-width: 100%;
	max-height: 100%;
	height: 90px;
}

/* ------ LOGIN ------ */
.Question {
	overflow: auto !important;
}

#CentralSpaceLogin {
	width: 450px;
}

#login_box .QuestionSubmit {
	border: 0;
}
#login_box .QuestionSubmit label {
	display: none;
}
#login_box #Footer {
	position: static;
	border: 0;
	margin: 0;
}

#UICenter {
	background-size: cover;
}

#AntiSpamImage {
	margin-left: 0 !important;
}

/* ------ HEADER ------ */
#HeaderLinksContainer .HeaderLink {
	padding: 0 1em 0 1em;
}

/* ------ NEWS ------ */
#NewsBodyDisplay a:link {
	color: #666;
	text-decoration: underline;
}

/* ------ SEARCH ------ */
#SearchBarContainer {
	margin-top: 0;
}

#ssearchbox.SearchWidth.ui-autocomplete-input {
	display: block;
	width: 80%;
	float: left;
	height: 38px;
	margin: 0;
}

#searchbutton {
	width: 120px;
	display: inline-block;
	margin: 0;
	height: 38px;
	border-radius: 0;
	background-color: #ff8000;
}
#searchbutton:hover {
	background-color: #f60;
}

#clearbutton {
	background-color: lightcyan;
	color: black;
	order: 2;
	margin: 0;
	margin-left: 8px;
	width: 120px;
	display: inline-block;
	height: 38px;
	border-radius: 0;
}

#simplesearchbuttons {
	display: flex;
}


#SearchBox {
	float: none;
	display: block;
	width: 100%;
}

#SearchBoxPanel {
	background-color: rgba(0, 118, 185, 0.75);
	width: 100%;
	border-radius: 0;
}

#searchbarrt {
	display: inline-block;
	margin-right: 40px;
}

.tick {
	display: inline-block;
}
.tick label {
	font-weight: bold;
	cursor: pointer;
}

.search-extended {
	display: inline-block;
}
.search-extended a {
	font-weight: bold;
}

.search-options {
	height: 10px;
	text-align: center;
}

/* ------ SEARCH TAGS ------ */
.tag-editor {
	display: block;
	width: 80%;
	float: left;
	height: 36px;
}

.tag-editor-tag:not(.active) {
	padding: 4px !important;
}

.tag-editor-delete {
	padding: 4px !important;
}

.ui-autocomplete-input {
	height: 30px;
	border-radius: 0;
	padding: 0;
}

/* ------ MAIN CONTAINER ------ */
#CentralSpaceContainer {
	padding: 25px 25px 25px 25px;
	margin: 0;
}

a[title='Strip view'] {
	display: none;
}

.d-none {
	display: none !important;
}

#login_box .afterloginLink, body:has(#footerBeforeLogin) .afterloginLink {
	display: none !important;
}

.beforeloginLink {
	display: none !important;
}

#login_box .beforeloginLink, #login_box .beforeloginLink,  body:has(#footerBeforeLogin) .beforeloginLink {
	display: inline !important;
}

body:has(#HeaderNav2) .afterLoginLink{
	display: inline !important;
}

.ResourcePanel .someAccess {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 15px;
	height: 15px;
}
.ResourcePanel .someAccess a {
	width: 15px;
	height: 15px;
	display: block;
}
.ResourcePanel .someAccess a::before {
	font-family: FontAwesome;
	font-size: 10px;
	line-height: 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
	display: block;
	text-align: center;
	width: 15px;
	height: 15px;
	background-color: #445993;
	border: 1px solid #ccc;
	color: #fff;
	fill: #fff;
	border-radius: 50%;
}
.ResourcePanel .ResourcePanelIcons {
	width: 136px;
}
.ResourcePanel.ResourceType1 {
	position: relative;
	background-color: #fff;
}
.ResourcePanel.ResourceType1::before {
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 25px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
	display: none;
	position: absolute;
	text-align: center;
	top: 5px;
	left: 5px;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.ResourcePanel.ResourceType2 {
	position: relative;
	background-color: #333;
}
.ResourcePanel.ResourceType2 a {
	color: #fff;
}
.ResourcePanel.ResourceType2 a:hover {
	color: #ccc;
}
.ResourcePanel.ResourceType2::before {
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 25px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '';
	display: none;
	position: absolute;
	text-align: center;
	top: 5px;
	left: 5px;
	width: 25px;
	height: 25px;
	background-color: #efefef;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.CollectionPanelShell.ResourceType1 {
	position: relative;
	background-color: #efefef;
	color: #474747;
}
.CollectionPanelShell.ResourceType1 a {
	color: #474747;
}
.CollectionPanelShell.ResourceType2 {
	position: relative;
	background-color: #333;
}

/* ------ NEWS CONTAINER ------ */
#SearchBoxPanelNews {
	transition: transform 0.5s ease-in-out;
	transform: translate3d(-100%, 0, 0);
	background-color: rgba(0, 118, 185, 0.75);
	position: absolute;
	top: 20px;
	left: -25px;
	width: auto;
	margin-top: 10px;
}
#SearchBoxPanelNews.open {
	transform: translate3d(0, 0, 0);
}
#SearchBoxPanelNews.open .toggleLeft {
	display: block;
}
#SearchBoxPanelNews.open .toggleRight {
	display: none;
}
#SearchBoxPanelNews .toggleLeft {
	display: none;
}
#SearchBoxPanelNews .toggleRight {
	display: block;
}
#SearchBoxPanelNews a,
#SearchBoxPanelNews .fa {
	color: #fff;
}
#SearchBoxPanelNews a {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#SearchBoxPanelNews a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.5);
}

#NewsBox {
	width: 267px;
	height: 200px;
	float: right;
	margin-left: 0;
	margin-top: 10px;
	padding: 2px 8px 0 5px;
	background-color: #346674;
	color: #fff;
	background-image: none;
	filter: none;
}

.NewsHeader {
	color: #fff;
}

#title {
	color: #fff;
}

#NewsDisplayBox p {
	color: #000;
}

#NewsBodyDisplay,
#NewsBodyDisplay a:link,
#NewsBodyDisplay a:visited {
	color: #fff;
}

#NewsBodyDisplay ul,
#NewsBodyDisplay ul li {
	color: #000;
}

#NewsPanel {
	position: relative;
	padding: 15px;
}
#NewsPanel h2 {
	color: #fff;
	font-size: 1.4em;
}
#NewsPanel p {
	padding: 3px 0;
}

#NewsClose {
	position: absolute;
	top: 0;
	right: -36px;
	width: 36px;
	height: 36px;
	background-color: rgba(0, 118, 185, 0.75);
}
#NewsClose #NewsToggleWrapper {
	padding: 8px;
	cursor: pointer;
}
#NewsClose .toggleRight,
#NewsClose .toggleLeft {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	fill: #fff;
}
#NewsClose .toggleRight {
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
#NewsClose .toggleRight:hover {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#NewsClose .toggleLeft {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#NewsClose .toggleLeft:hover {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* ------ CROP ------ */
#transform_actions {
	display: none;
}

#slideshow {
	opacity: 0;
}

#transform_slideshow_options tr:nth-child(2) {
	display: none;
}
#transform_slideshow_options tr:nth-child(3) {
	display: none;
}

/* ------ DETAIL ------ */
.RecordPanel .SearchSimilar {
	width: auto;
}

.RecordPanel .itemNarrow {
	width: 45%;
}

/* ------ USER HOME LINK ------ */
#MyCollectionsUserMenuItem {
	display: none;
}

/* ------ UPLOAD ------ */
select[name='uploadfiles[]'] {
	height: auto;
}
select[name='uploadfiles[]']::before {
	display: none;
}
select[name='uploadfiles[]']::after {
	display: none;
}

#themeselect {
	width: auto;
}

/* ------ THEME By DATE ------ */
.theme-year-header {
	margin-top: 60px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.wrap-filter,
.wrap-filter-result {
	background-color: #fff;
	padding: 30px;
}

/* ------ FOOTER ------ */
#Footer {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	border: 0;
	z-index: 0;
}

#FooterNavLeft {
	display: none;
}

#FooterNavRight,
#FooterLanguages {
	margin: 0;
	padding: 0 1em 0 1em;
}
#FooterNavRight li,
#FooterLanguages li {
	padding: 0 1em 0 1em;
}
#login_box #FooterNavRightBottom {
	position: relative;
	bottom: 0;
	right: 0;
	z-index: 0;
}

#FooterNavRightBottom {
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 0;
}
/* ------ ADMIN ------ */
.ListTools a {
	white-space: nowrap;
}

/* ------ COOKIE ------ */
.hidden {
	display: none;
}

.cookie {
	z-index: 1000000;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 1rem;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* ------ Login Footer ------ */
#CentralSpaceLogin #Footer {
	bottom: 0;
	color: #666666;
}

#CentralSpaceLogin #Footer a {
	color: #666666;
}

#Footer.nologin {
	bottom: 0 !important;
}

/* html,
p,
a,
div,
label,
input,
span {
  font-size: 16px;
} */

.ResponsiveViewFullSite {
	display: none !important;
}

@media (max-width: 700px) {
	#FooterNavRightBottom {
		position: relative;
		text-align: center;
		margin: auto;
	}
   	#FooterNavRightBottom ul {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 1100px) {
	.HeaderLarge .HeaderImgLink {
		width: 200px;
	}

	.HeaderLarge .HeaderImgLink #HeaderImg {
		max-width: none !important;
		max-height: none !important;
		width: 100% !important;
		height: auto !important;
	}

	.homeslider {
		top: 0;
	}

	#simple_search_form {
		padding: 10px;
	}
	#simple_search_form input {
		width: 100% !important;
	}

	#simplesearchbuttons {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
		width: 100%;
	}

	#searchbarrt {
		display: block !important;
		margin: 0 !important;
	}
	#searchbarrt input,
	#searchbarrt label {
		display: block !important;
	}

	.search-options {
		height: auto;
	}

	.search-extended {
		margin-bottom: 10px;
	}

	#SearchBarContainer {
		margin: 0 !important;
		width: 100% !important;
	}

	#SearchBoxPanelNews {
		position: relative;
		top: auto;
		left: auto;
	}

	#NewsClose {
		display: none;
	}

	#NewsPanel .fa {
		font-size: 14px;
	}
	#NewsPanel a {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	#SearchBarContainer {
		margin: 0;
	}

	#Footer {
		position: relative;
		bottom: auto !important;
		width: 100%;
	}

	#FooterNavRight ul {
		white-space: normal;
	}
	#FooterNavRight li {
		width: 100%;
	}

	#CentralSpaceContainer .clearer {
		height: 100px;
	}

	.backtoresults {
		display: none;
	}

	#HeaderNav2 {
		z-index: 1000;
	}
	#HeaderNav2 .HeaderLink {
		display: block !important;
		width: 100%;
	}
	#HeaderNav2 .HeaderLink a {
		display: block !important;
		margin: 0 !important;
		width: 100%;
	}

	#HeaderNav2 ul {
		border: 1px solid #666;
		background-color: #fff;
		width: 90%;
	}

	#HeaderNav1 ul > li {
		display: block !important;
		width: 100%;
	}

	#HeaderNav1 ul > li a {
		display: block !important;
		margin: 0 !important;
		width: 100%;
	}

	#HeaderNav1 ul > li a[href*='user_home.php'] .MessageTotalCountPill {
		display: none !important;
	}
	#HeaderNav1 ul > li a[href*='user_home.php']::after {
		content: 'Benutzer';
	}

	#HeaderNav1 ul > li a[href*='team_home.php']::after {
		content: 'Administration';
	}

	#HeaderNav1 ul {
		border: 1px solid #666;
		background-color: #fff;
		width: 90%;
	}
	#ResourceDownloadOptions > tbody > tr:first-child {
		display: none;
	}

	#ResourceDownloadOptions .DownloadFileDimensions {
		display: none;
	}

	#ResourceDownloadOptions .DownloadFileSize {
		display: none;
	}

	.wrap-filter,
	.wrap-filter-result {
		padding: 5px;
	}

	.theme-item {
		border-bottom: 1px dotted #ccc;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	.theme-item a,
	.theme-item span {
		display: block;
	}
}
/* #HeaderNav2 {
	width: auto !important;
} */

#LoadingBox {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	margin-left: -130px !important;
	margin-top: -50px !important;
}
