﻿.spacingTopSmall
{
	margin-top:10px;
}

.spacingTop
{
	margin-top:20px;
}

.doubleSpacingTop
{
	margin-top:40px;
}

.spacingBottom
{
	margin-bottom:20px;
}

.spacingBottomSmall
{
	margin-bottom:3px;
}

.spacingBottomDoubleSmall
{
	margin-bottom:6px;
}

.spacingLeft
{
	margin-left:20px;
}

.spacingLeftSmall
{
	margin-left:3px;
}

.spacingRight
{
	margin-right:10px;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.text-left-important {
	text-align: left !important;
}

.boldText
{
	font-weight:bolder;
}

mark 
{
    background-color: #FFEE80;
    color: inherit;
} 

.highlightedLabel
{
	font-weight:bolder;
	color:#575757;
}

.highlightedLabelMobile
{
	font-weight:bolder;
	color:#575757;
}

.standardPaddingLabel
{
	padding-left:3px;
}

.standardPaddingCover
{
	padding-right:10px;
}

a, a:link {
	text-decoration: underline;
}

a:link.LinkWithImgAndText,
a:link:has(h3):not(:hover),
a:Link:has(img),
#dnngo_megamenu a:link,
a:link.search,
a:link.oclc-searchmodule-searchfilter-item,
a:link.mm-btn,
a:link.mm-title,
.mm-listview > li > a,
.mm-listview > li > span:not(:hover),
th > a:link {
	text-decoration: none;
}

a:link.oclc-searchmodule-searchfilter-item {
	padding: 5px;
}

a.LinkWithImgAndText:hover {
	text-decoration: none !important;
}

a.LinkWithImgAndText:hover span {
	text-decoration: underline;
}

.LinkWithImgAndText {
	align-items: center;
	display: inline-flex;
	margin-left: 0.385em;
	white-space: nowrap;
}

.LinkWithImgAndText span {
	display: inline-flex;
	margin-left: 0.5rem;
}

.LinkWithImgAndText img {
	display: inline-flex;
	height: 16px;
	width: 16px;
	padding-right: 0.25rem;
}

.LinkWithImgAndText i {
	color: #595959;
	font-size: larger;
}

i.fa-color-red {
	color: #cc0000;
}
i.fa-color-blue {
	color: #007dba;
}
i.fa-color-green {
	color: #007749;
}
i.fa-color-lightgreen {
	color: #4c8c2b;
}
i.fa-color-orange {
	color: #aa4c08;
}
i.fa-stack-rcb {
	font-size: 50%;
	width: 0;
	padding: 0;
	left: -1.5em;
	position: relative;
}
i.fa-border-left {
	border-left: 0.15em solid;
}
i.fa-border-right {
	border-right: 0.15em solid;
}
i.fa-oclc-pager {
	font-size: large;
	vertical-align: -.15rem;
}
i.fa-larger {
	font-size: larger;
}

.fa-spinreverse {
	-webkit-animation: fa-spinreverse 2s infinite linear;
	animation: fa-spinreverse 2s infinite linear;
}

.fa-pulsereverse {
	-webkit-animation: fa-spinreverse 1s infinite steps(8);
	animation: fa-spinreverse 1s infinite steps(8);
}

.oclc-searchmodule-searchresult-controls > div:first-child {
	margin-bottom: 5px;
}

/* Pagination */

.oclc-searchmodule-searchresult-pager a,
.oclc-searchmodule-searchresult-pager span,
.oclc-searchmodule-detail-pager a {
	display: inline-block;
	min-width: 24px;
	padding: 0 !important;
	text-align: center;
}
	.oclc-searchmodule-searchresult-pager a i {
		vertical-align: middle;
	}


	@-webkit-keyframes fa-spinreverse {
		0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes fa-spinreverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.coverContainter
{
	float: left;
}

.coverTiny {
	height: 40px;
	width: 32px;
	border: 1px solid #b4b4b4;
}

.coverSmall {
	height:50px;
	width:40px;
	border:1px solid #b4b4b4;
	-webkit-object-fit: scale-down;
	object-fit: scale-down;
}

.coverHidden {
	visibility: hidden;
	min-height: 50px;
}

.coverBig, .coverSearchResult{
	height: 100px;
	width: 80px;
	border: 1px solid #b4b4b4;
	-webkit-object-fit: scale-down;
	object-fit: scale-down;
}

.coverInline > .coverRegion {
	display: inline;
}

.coverInline{
	margin: 0.25em;
}

.coverInline.Row {
	display: flex;
	align-items: center;
}

.coverInline.Row > .coverRegion {
	flex-shrink: 0;
}

.coverInline.Row > a {
	flex:auto;
	margin-left: 0.385em;
}


.coverGradient{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
	/* fallback (Opera) */
	background: #ECEDEF;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #FFFFFF, #ECEDEF);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear,
				left top, left bottom, from(#FFFFFF), to(#ECEDEF));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(
				StartColorStr='#FFFFFF', EndColorStr='#ECEDEF', GradientType=0);
  }

.cover-disabled {
	cursor: default !important;
	pointer-events: none;
}

div.coverRegion .force-visible-no-image {
	display: block;
	visibility: visible;
	opacity: 1;
	min-height: 20px;
	min-width: 20px;
}

div.coverRegion .force-visible-placeholder {
	display: block;
	visibility: visible;
	opacity: 1;
}

div[id*="coverRegion"] div[id*="noImageDiv"].force-visible-no-image {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}
	
.RepeaterSplitterBetweenItems
{
	border-bottom: 1px solid LightGray;
	height: 0;
}
	
.RepeaterSplitterBetweenItemsMobile
{
	border-bottom: 2px solid LightGray;
	height: 0;
	margin: 2px 0;
}
	
.RepeaterSplitterBottom
{
	border-bottom: 1px solid LightGray;
	height: 5px;
}

.TableViewInnerBorderTop {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 0;
	border-top-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #888B8D;
}

.TableViewNoInnerBorder {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #888B8D;
}

.TableViewInnerBorderTopTextAlignRight {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	border-bottom-width: 0;
	border-top-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #888B8D;
}

.TableViewNoInnerBorderTextAlignRight {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #888B8D;
}
	
.TextSmall
{
	font-size: small;
}
.TextTiny
{
	font-size: smaller;
}
	
.ShortenedText
{
	white-space: nowrap;
	width: auto;      
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url( 'bindings.xml#ellipsis' );
}
	
.input[type="text"] 
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.ImageMobileSmall {
	height: 40px;
	width: 40px;
}
	
.ImageMobileNormal
{
	height: 64px;
	width: 64px;
}

.dnnLabelForOCLCSettings .dnnLabel
{
	box-sizing: border-box;
	margin-right: 0;
	text-align: right;
	width: 100%;
}
.SettingsGroupStart td {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.SettingsStandardTextarea {
	width: 350px;
	height: 150px;
	word-wrap: normal;
	white-space: pre;
}
.openmousemenucontainer{ position: relative;padding-top: 20px;min-height: 22px;}
.openmousemenucontainer:hover{z-index: 10;}
.openmousemenu{position: absolute}
.openmousemenu a{text-decoration:none;}
.openmousemenu a:hover{background-color:#808;color:#fff;}
.openmousemenu ul{list-style:none;margin:0;padding:0;}
	.openmousemenu a {
		padding: 1px 5px;
		border: 1px solid #000;
		border-collapse: collapse;
		background-color: #D3D3D3;
		margin: 0;
	}
.openmousesubmenu a{position:relative;width:100px;clear:both;}
.openmousetopmenu a{float:left;width:100px;text-align:center;}
.openmousetopmenuWithMarginLeft{margin-left: 20px}
.openmousetopmenu {float: left;}
.openmousetopmenu ul{display:none;}
.openmousetopmenu:hover ul{display:block;z-index:500}


.CheckBoxDropDownButton {
/*	box-sizing: content-box;*/
	position: relative;
}

.CheckBoxDropDownSelect {
	text-overflow: ellipsis;
	width: 100%; 
}

.CheckBoxDropDownCheckBoxList {
	display: none;
	border: 1px solid #b4b4b4;
	background-color: #fff;
	z-index: 10000;
	position: absolute;
	max-height: 10.5rem;
	overflow: auto !important;
}
.CheckBoxDropDownCheckBoxList > table{
white-space: nowrap;
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.openPopupHideClose .ui-dialog-titlebar-close{display: none !important} 

.oclc-module-main {
	word-wrap: break-word;
}
.oclc-module-main div
{
	overflow: hidden;
}

.oclc-module-view-normal-active .oclc-module-view-small
{
	display: none !important;
}
.oclc-module-view-small-active .oclc-module-view-normal
{
	display: none !important;
}
.oclc-module-view-normal-active .oclc-module-view-small-active .oclc-module-view-small.oclc-module-label {
	display: inline !important;
}
.oclc-module-view-normal-active .oclc-module-view-small-active .coverRegion,.oclc-module-view-normal-active .oclc-module-view-small-active .checkboxRegion {
	margin: 0 !important;
	text-align: left !important;
}

.oclc-cf::after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

.oclc-captchalist-email {
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

span .oclc-textbox {
	overflow: hidden;
	display: flex;
	padding: 0.125rem;
}

.oclc-container-popup {
	display: flex;
}

.oclc-textbox input[type="text"], .oclc-textbox input[type="password"], .oclc-textbox textarea, .oclc-textbox select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"], input[type="password"], textarea, select {
	padding: 2px 6px;
}

.oclc-textbox [readonly="readonly"] {
	background-color: #e9ecef;
}

.oclc-module-view-normal-active .oclc-radiobuttonlist label{
	margin-right: 0.5rem;
	padding: 0.25rem;
}

.oclc-module-view-normal-active .oclc-radiobuttonlist br {
	display: none;
}

.oclc-module-popup.oclc-in-module-popup {
	position: relative;
	background-color: inherit;
	z-index: 100;
}

.oclc-module-popup.oclc-in-module-popup > div {
	margin: 0;
}

.oclc-module-popup.oclc-in-module-popup > div > div {
	margin: 0;
	padding: 0;
	border: none;
}

.oclc-module-popup.oclc-in-module-popup ~ div {
	display: none;
}

.oclc-module-popup {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 100000;
}
.oclc-module-popup > div {
	margin: 10px;
	overflow: auto;
	max-height: calc(100% - 42px);
}

.oclc-module-popup > div > div {
	background-color: #fff;
	margin: auto;
	max-width: 1000px;
	border: 1px solid #000;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}

.oclc-module-popup-header {
	display: block;
	border: 1px solid gray;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	color: black;
	background-color: #d3d3d3;
	font-weight: bold;
}

.oclc-module-popup-content {
	margin: 5px;
}

.oclc-in-module-popup .oclc-module-popup-footer {
	border-top: none;
	margin-top: 0;
	padding-top:0;
}

.oclc-in-module-popup .oclc-module-popup-footer > div {
	float: none;
}

.oclc-module-popup-footer {
	border-top: 1px solid #888b8d;
	margin-top: 5px;
	padding-top: 5px;
}

.oclc-module-popup-footer input {
    margin-left: 5px;
}

.oclc-module-popup-footer > div {
	float: right;
}

.extendable,
.unExtendable {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-inline: 2rem;
	text-align: left;
}

.extendable > a:link.LinkWithImgAndText {
	white-space: unset;
	margin-left: 0;
}

.oclc-module-view-small-active .extendable,
.oclc-module-view-small-active .unExtendable {
	display: initial;
	align-items: initial;
	justify-content: initial;
	gap: initial;
	margin-inline: initial;
	text-align: initial;
}

.oclc-module-view-small-active .extendable > a:link.LinkWithImgAndText {
	white-space: nowrap;
}

.oclc-module-table {
	border: none;
	margin: 5px 0;
	border-spacing: 0;
}
.oclc-module-table tr.oclc-module-table-nodata {
	display: table-row !important;
}

.oclc-module-table .oclc-module-table-nodata td {
	border: none;
	padding: 0;
}

.oclc-module-table th {
	border-bottom: 1px solid #888B8D;
	line-height: 1.4;
	text-align: center;
	padding: 3px 6px;
}

.oclc-module-table td:first-child {
	border-left-width: 0;
}

.oclc-module-table td {
	border-bottom: 1px solid #888B8D;
	padding: 3px 6px;
	vertical-align: middle;
	line-height: 1.4;
}
.oclc-module-table.table-padded td {
	padding: 6px !important;
}

.oclc-module-view-small-active .oclc-module-table:not(.forceBigTable) tr, .oclc-module-view-small-active .oclc-module-table:not(.forceBigTable) td {
	display: block;
	overflow: hidden;
}
.oclc-module-view-small-active .oclc-module-table:not(.forceBigTable) tr {
	border-bottom: 1px solid #888B8D;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.oclc-module-view-small-active .oclc-module-table:not(.forceBigTable) tr:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.oclc-module-view-small-active .oclc-module-table:not(.forceBigTable) tr:first-child {
	display: none;
}
.oclc-module-view-small-active .oclc-module-table:not(.forceBigTable) td {
	border: none;
	padding: 0;
}
.oclc-module-view-small-active .oclc-module-table:not(.forceBigTable) th {
	display: none;
}

.oclc-module-labellayout {
	display: table;
	border-collapse: collapse;
	border: none;
	width: 100%
}

.oclc-module-labellayout > div {
	display: table-row;
}

.oclc-module-labellayout > div > .dnnLabel {
	text-align: left;
	float:none;
	position: static;
}

.oclc-module-labellayout > div > * {
	display: table-cell;
	padding: 0.313rem 0.125rem;
}

.oclc-module-labellayout > div > *:first-child {
	width: 1px;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
}

.oclc-module-view-small-active .oclc-module-labellayout {
	display: block;
	width: 100%;
}

.oclc-module-view-small-active .oclc-module-labellayout > div {
	display: block;
}

.oclc-module-view-small-active .oclc-module-labellayout > div > * {
	display: block;
}

.oclc-module-view-small-active .oclc-module-labellayout > div > *:first-child {
	width: auto;
	white-space: normal;
	padding-right: 0;
	padding-bottom: 0;
}

.oclc-module-header {
	font-weight: bold;
	display: block;
	font-size: larger;
	margin: 20px 0 10px 0;

	font-style: inherit;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
.oclc-module-header-legend {
	display: block;
	font-size: small;
	margin: 1rem 0 2rem 0;

	font-style: inherit;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
.oclc-override-heading {
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin: inherit;
	display: inherit;
}
.oclc-module-labelerror {
	color: #B30000;
	font-weight: bold;
}
.oclc-module-button {
	margin-top: 10px;
	margin-bottom: 10px;
}
.oclc-module-button ~ .oclc-module-button {
	margin-left: 5px;
}

div > .oclc-extendedsearchmodule-numericinputitem + label {
	margin-left: 10px;
	margin-right: 10px;
}

.oclc-module-view-small-active .oclc-radiobuttonlist label {
	display: inline-block;
	margin-bottom: 3px;
}
input type["checkbox"] + label {
	    margin-left: 10px;

}
.DNNModuleContent > .dnnFormMessage {
	margin-left: 10px;
	margin-right: 10px;
}

.oclc-searchmodule-searchfilter-item span.starHidden,
.oclc-searchmodule-searchfilter-item span.starFacet,
.oclc-searchmodule-searchfilter-item span.starFacet span {
	font-size: small;
	padding-left: 0;
}

.starRating:not(old) {
	display: inline-flex;
	width: 160px;
	height: 32px;
	padding: 1px;
	overflow: hidden;
	vertical-align: bottom;
}
.starRating:not(old) > input {
	border: 0 !important;
	clip: rect(0,0,0,0) !important;
	-webkit-clip-path: inset(100%) !important;
	clip-path: inset(100%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.starRating:not(old) > label {
	display: block;
	position: relative;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.starRating > input[type=radio]:focus + label {
	border-radius: 0.125rem;
	outline: 2px solid #0053c2;
	outline-offset: -2px;
}

.starRating:not(old) > label:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.starRating:not(old):hover > label:before {
	opacity: 1;
}

.starRating:not(old) > label:hover ~ label:before
{
	opacity: 0;
}

.starRating:not(:hover):has(> :checked) > label:before {
	opacity: 1;
}

.starRating:not(:hover) > :checked + label ~ label:before {
	opacity: 0
}



.starAverage {
	width: 80px;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.starAverage > * {
	width: 80px;
	height: 16px;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
}
.starAverage + span {
	margin-left: 3px;
	vertical-align: middle;
	display: inline-block;
}
.starAverage > :first-child {
	top: 0;
	left: 0;
	z-index: 1;
	background-repeat: repeat-x;
	background-size: auto 16px;
}
.starAverage > :nth-child(2) {
	top: 0;
	left: 0;
	z-index: 2;
	background-size: auto 16px;
	background-repeat: repeat-x;
}
.starHidden {
	width: 0;
	height: 0;
	display: inline-block;
	overflow: hidden;
	opacity: 0;
}
.starDetail + span {
	float: right;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle;
	display: inline-block;
}
.ratingProgressBar {
	width: 80px;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-left: 3px;
}
.ratingProgressBar > * {
	width: 80px;
	height: 16px;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
}
.ratingProgressBar > :first-child {
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #f6f6f6;
	background: linear-gradient(to bottom,#eee,#f6f6f6);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.4),inset 0 0 0 1px rgba(0,0,0,.1);
}
	.ratingProgressBar > :nth-child(2) {
		top: 0;
		left: 0;
		z-index: 2;
		background-color: #ffbd00;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.05);
		background: linear-gradient(to bottom,#cc6600,#AA4C08);
	}


.oclc-searchmodule-searchfilter-item.oclc-radiobutton label {
	max-width: 180px;
}

.oclc-searchmodule-searchfilter-item .starAverage + span {
	padding-left: 0;
}

/*Anpassung native Checkbox an Pseudo-Checkbox*/
input[type="checkbox"] {
	appearance: none;
	width: 16px;
	height: 16px;
	position: relative;
	border: 2px solid #000;
	border-radius: 0.125rem;
	background: #fff;
	cursor: pointer;
	vertical-align: middle;
}

	/* Checkmark */
	input[type="checkbox"]:checked::after {
		content: '';
		position: absolute;
		width: 3px;
		height: 7px;
		border: solid #000;
		border-width: 0 2px 2px 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -60%) rotate(45deg);
	}

	input[type="checkbox"]:hover:not(:disabled) {
		border-color: #007dba;
	}

	input[type="checkbox"]:checked:hover:not(:disabled)::after {
		border-color: #007dba;
	}

	input[type="checkbox"]:disabled {
		background: #a6a6a6;
		border: 2px solid #a6a6a6;
		cursor: not-allowed;
	}

.aspNetDisabled.normalCheckBox {
	background-color: unset !important;
}

input[type="checkbox"]:disabled:checked::after {
	border-color: #fff;
}

@media (max-width: 991px) {
	.normalCheckBox + .visible-xs-inline {
		margin-left: 6px;
		vertical-align: middle;
	}
}

input[type="checkbox"]:focus-visible {
	outline-offset: 2px !important;
	border-radius: 0.125rem !important;
}

/* Pseudo-Checkbox */

.oclc-checkbox {
	white-space: nowrap;
}

.oclc-checkbox.oclc-checkbox-wrap{
	white-space: unset;
}

.oclc-checkbox input[type=checkbox] {
	border: 0 !important;
	clip: rect(0,0,0,0) !important;
	clip-path: inset(100%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.oclc-checkbox input[type=checkbox] + label:before {
	font-size: larger;
	margin-right: 0.5rem;
	margin-left: 0.25rem;
	/* from Fontawesome all.css   .far */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	/* end */
}
.oclc-checkbox input[type=checkbox][disabled] + label {
	opacity: 0.7;
	font-style: italic;
	cursor: not-allowed;
}

.oclc-checkbox input[type=checkbox][disabled] + label:before,
.oclc-checkbox input[type=checkbox][disabled]:hover + label:before {
	color: inherit;
	cursor: not-allowed;
	font-weight: bold;
	opacity: 0.5;
}

.oclc-checkbox input[type=checkbox] + label:before {
	content: "\f0c8";
}
.oclc-checkbox input[type=checkbox]:checked + label:before {
	content: "\f14a";
}
	
.oclc-checkbox input[type=checkbox]:focus + label {
	border-radius: 0.125rem;
	outline: 2px solid #0053c2;
	outline-offset: -2px;
	box-shadow: none;
}

.oclc-checkbox input[type=checkbox]:hover:not[disabled] + label {
    cursor: pointer;
}

.oclc-checkbox input[type=checkbox]:hover + label:before {
	color: #007dba;
}

.oclc-radiobutton {
	white-space: nowrap;
	display: block;
	margin-top: 3px;
}

.oclc-combobox {
	width: 100%;
}

.oclc-radiobutton input[type=radio] {
	border: 0 !important;
	clip: rect(0,0,0,0) !important;
	clip-path: inset(100%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.oclc-radiobutton input[type=radio] + label:before {
	font-size: larger;
	margin-right: 0.25em;
	margin-left: 0.25em;
	/* from Fontawesome all.css   .far */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	/* end */
}

.oclc-radiobutton input[type=radio][disabled] + label {
	opacity: 0.5;
	font-style: italic;
	cursor: not-allowed;
}

.oclc-radiobutton input[type=radio][disabled] + label:before {
	opacity: 0.5;
	font-weight: bold;
	cursor: not-allowed;
}

.oclc-radiobutton input[type=radio] + label:before {
	content: "\f111";
}

.oclc-radiobutton input[type=radio]:checked + label:before {
	content: "\f192";
}

.oclc-radiobutton input[type=radio]:focus + label,
.oclc-radiobutton input[type=radio]:focus-visible + label {
	border-radius: 0.125rem;
	outline: 2px solid #0053c2;
	outline-offset: -2px;
}

.oclc-radiobutton input[type=radio]:hover + label {
	cursor: pointer;
}

.oclc-radiobutton input[type=radio]:hover + label:before {
	color: #007dba;
}

.oclc-protected-information {
	-moz-filter: blur(2px);
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.oclc-protected-information:focus, .oclc-protected-information:hover {
	-moz-filter: blur(0);
	-webkit-filter: blur(0);
	filter: blur(0);
}

.oclc-screen-reader-only {
	position: absolute;
	width: 1px;
	clip: rect(0 0 0 0);
	overflow: hidden;
	white-space: nowrap;
}
a.oclc-screen-reader-only:focus {
	position: initial;
}

.fakeinputtext {
	background: #e9ecef;
	border: 1px solid #8f8f9d;
	padding: 2px 6px;
	overflow: auto !important;
}

.oclc-bannerContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
}
.oclc-bannerContainer > div {
	background: #d5d5e7;
	background: rgba(213,213,231,0.85);
	margin-bottom: 5px;
}
.personabar-visible .oclc-bannerContainer > div {
	margin-left: 80px;
}
.oclc-bannerContainer > div > div {
	padding: 10px;
}
.oclc-bannerContainer a {
	text-decoration: underline !important;
	color: #0050B8 !important;
}
.oclc-bannerContainer > div.oclc-InfoModule-NoConnectionInfo {
	border: 5px solid #cc0000;
	background: #fff;
	color: #cc0000;
}
.oclc-cookieLawInfoModuleButtons input {
	float: right;
}

.oclc-StickyButton.sticky {
	position: fixed;
	bottom: 0;
	z-index: 1;
}

bibtip-mdc-digital-assets-various .oclc-module-header:not(:last-child) {
	display: block;
}

bibtip-mdc-digital-assets-various .oclc-module-header {
	display: none;
}

/* DNN9.2 EditMode */
center.PaneDescription {
	background-color: #fff !important;
	color: #000 !important;
	margin: 0 !important;
	padding: 0 !important;
	outline: 1px dashed #d7d7d7;
}
td.EditBarEmptyPane {
	display: table-cell !important;
}
.EditBarEmptyPane {
	width:initial;
}
/* DNN9.2 EditMode*/

/* SearchSlot */

.oclc-search-slot {
	display: flex;
	align-items: flex-start;
}

.oclc-search-slot .oclc-search-slot-fields,
.oclc-search-slot .oclc-textbox {
	flex: 1 0 auto;
	padding: 0.125rem;
}

.oclc-search-slot input[type="radio"] {
	margin-top: 0.75rem;
	margin-right: 0.35rem;
}

.oclc-searchslotmodule input[type="submit"] {
	margin-top: 2px;
}

/* Search-Icon Adjustment */
@media (max-width: 979px) {
	.oclc-searchmodule-searchslot input[type="image"] {
		margin-top: 6px;
		padding: 2px;
		width: 32px;
	}
}

/**/

.searchBox input#dnn_dnnSEARCH_txtSearch.NormalTextBox {
	height: 24px;
	line-height: 24px;
	left: 12px;
	padding: 1px 6px;
	top: 4px;
	color: black;
}

/* focus */
*:focus-visible:not(input[type="radio"]):not(a:has(img)) {
	border-radius: 0.25rem;
	box-shadow: none;
	outline: 2px solid #0053c2;
	outline-offset: -2px;
}

/* focus mm*/
.mobile_menu *:focus-visible:not(input[type="radio"]):not(a:has(img)) {
	border-radius: 0.25rem;
	box-shadow: none;
	outline: 2px solid #0053c2;
	outline-offset: -4px;
}

/* arrow up */

#to_top {
	border: 1px solid #181d1d;
	height: 44px;
	width: 44px;
	z-index: 20;
}

#to_top::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

#to_top:focus-visible {
	box-shadow: 0 0 0 2px #0053c2;
}

#to_top:hover:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

.oclc-searchmodule-menu-button:focus-visible {
	border: 0;
	border-left: 1px solid #d3d3d3;
	border-radius: 0 10px 10px 0 !important;
	outline: 2px solid #0053c2;
	outline-offset: -2px;
}

.oclc-searchmodule-mediumview,
.oclc-searchmodule-comprehensiveitemview {
	padding: 10px 2px !important;
}

.mm-listview a:focus-visible {
	outline-offset: -3px !important;
}

a:has(img):not([id^="dnn_dnnLOGO"]):not([style*="float"]):not(:has(img[style*="float"])) {
	display: inline-block;
}

a img {
	width: auto;
}

.content-area a img {
	width: 100%;
}

a:has(img):focus {
	outline: 2px solid #0053c2;
	outline-offset: -2px;
}

.oclc-sociallinks-main a:has(img):focus {
	outline-offset: 2px;
}

a#dnn_dnnSEARCH_cmdSearch:focus {
	border-radius: 0 50% 50% 0;
}

#searchbut:focus-visible {
	border-radius: 50%;
}

.dnnCheckbox-focus,
.dnnRadiobutton-focus {
	outline: 2px solid #0053c2;
	border-radius: 0.125rem;
	box-shadow: none;
}

.focus {
	outline: 2px solid #0053c2;
	outline-offset: -2px;
	border-radius: 0.125rem !important;
	box-shadow: none;
}
/* focus */

/* OCLC Pop Email */
.oclc-pop-email-detailfeedback {
	width: 100%;
	margin: 1rem 0rem;
	font-size: smaller;
}

.oclc-pop-email-detailfeedback-error-container {
	margin: 0.5rem;
}


/* OCLC Tabview User Account */

.oclc-patronaccountmodule .DnnTabGroup > span {
	background: #f5f5f5;
	color: #236192;
	border: 1px solid #8f8f9d;
}

.oclc-patronaccountmodule .DnnTabGroup > span.DnnTabSelected,
.oclc-patronaccountmodule .DnnTabGroup > span.DnnTabHover {
	background: #fff;
	color: #212529;
}

.oclc-patronaccountmodule .DnnTabGroup > span.DnnTabHover {
    cursor: pointer;
}

	@media (min-width: 980px) {
		.oclc-patronaccountmodule .DnnTabGroup > span {
		padding-top: 11px;
		padding-bottom: 8px;
	}
	.oclc-patronaccountmodule .DnnTabSelected {
		border-bottom: 1px solid transparent !important;
		cursor: default;
	}
}

/* Bootstrap Override */

.breadcrumb {
	padding: inherit;
	margin-bottom: inherit;
	list-style: inherit;
	background-color: inherit;
	border-radius: inherit;
}

/* correct arrow-integration from skin.css */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	#top_menu .menuslide ul > li.dir > a, .Mega_menu ul.mega_submenu_ul ul li a, #left_menu ul li a, #roll_menu .dropdown .menuslide ul > li.dir > a, #roll_menu .dnngo_mega ul.mega_submenu_ul ul li a, .OurServices_list li, .News_list li, .Services_list li a, .Choose_List li {
		background-repeat: no-repeat;
	}
}

/* Password Toggle Button */
.password-toggle-container .oclc-textbox {
	position: relative;
}

.password-toggle-button {
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	width: 1.75rem;
	height: 1.75rem;
	cursor: pointer;
	outline: none;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}


	.password-toggle-button span {
		color: #595959;
		font-size: large;
		line-height: 1;
	}
/* radiobutton list */

.custom-radio-list label {
	cursor: pointer;
	line-height: 1.4;
	margin:0;
	padding:0;
}

#PAPrintCheckBoxArea > div {
	margin-left: 22px;
	margin-top: 3px;
}

/* Erweiterung der dnn_logo-Klasse ohne Änderung der Originalklasse */
.oclc_dnn_logo {
	position: relative; /* Für absolute Positionierung des Links innerhalb des divs */
}

/* Link soll gesamte div-Fläche einnehmen */
.oclc_dnn_logo img {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1; /* Stellt sicher, dass der Link über anderen Elementen liegt */
	text-decoration: none;
}

/* Sortierung von GriViews*/
th a {
	display: flex !important;
	align-items: center;
}

th a i.fa {
	margin-left: 8px;
	flex-shrink: 0;
}
/*---------------------------*/

:root {
	--navbar-height: 96px;
}

html {
	scroll-padding-top: 96px; /* Fallback */
	scroll-padding-top: var(--navbar-height); /* Modern */
}

:target {
	scroll-margin-top: 96px; /* Fallback */
	scroll-margin-top: var(--navbar-height); /* Modern */
}

:focus {
	scroll-margin-top: 96px; /* Fallback */
	scroll-margin-top: var(--navbar-height); /* Modern */
}

/* ---------- Footer CSS ------------------------*/

.copyright_style {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	width: auto;
}

.footer-links-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.footer-links-list:not(:empty)::before {
	content: " | ";
	color: inherit;
	margin: 0 5px;
	pointer-events: none;
}

/* Falls Liste leer ist oder nicht existiert - kein Pipe */
.footer-links-list:empty::before {
	display: none;
}

/* List-Items */
.footer-link-item {
	margin: 0;
	padding: 0;
}

/* Trennzeichen ZWISCHEN den Links */
.footer-link-item:not(:last-child)::after {
	content: " | ";
	color: inherit;
	margin: 0 5px;
	pointer-events: none;
}

.footer-link-item a {
	color: inherit;
}

/* LinkToSkinObject verstecken */
.copyright_style .LinkToSkinObject {
	display: none;
}

/* Mobile Ansicht */
@media (max-width: 700px) {
	.Footer_Bottombg {
		padding-right: 60px; /* Platz für Pfeil nach oben */
	}

	.copyright_style {
		justify-content: flex-start;
		align-items: flex-start;
		column-gap: 10px;
		row-gap: 6px;
	}

	.footer-links-list {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	/* Pipes in mobiler Ansicht komplett ausblenden */
	.footer-links-list::before,
	.footer-link-item:not(:last-child)::after { display: none; }

	.footer-links-list li {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 6px;
	}
}
/*---------------------------------------------------------------------------------*/


/* DNN 10 Settings Fixes*/
.dnnLabelForOCLCSettings .dnnLabel {
	float: none;
}

.dnnLabelForOCLCSettings + td .dnnCheckbox {
	justify-content: left;
	display: inline;
}

.dnnLabelForOCLCSettings + td .aspNetDisabled:has(.dnnCheckbox) {
	background-color: inherit !important;
}

.FixDnnCheckbox .dnnCheckbox {
	justify-content: left;
	display: inline;
}

.FixDnnCheckbox label.aspNetDisabled {
	background-color: inherit !important;
}

.dnnBoxLabel.aspNetDisabled {
	background-color: inherit !important;
	color: inherit !important;
	opacity: 1 !important;
}

.aspNetDisabled:has(.oclc-checkbox.aspNetDisabled,input[type="radio"]) {
	background-color: inherit !important;
	color: inherit !important;
	opacity: 1 !important;
}

.aspNetDisabled.oclc-checkbox {
	background-color: inherit !important;
	color: inherit !important;
	opacity: 1 !important;
}

.aspNetDisabled[role="group"] {
	opacity: 1 !important;
}

.aspNetDisabled[role="group"] label {
	background-color: inherit !important;
	color: inherit !important;
	opacity: 1 !important;
}

td.dnnLabelForOCLCSettings {
	vertical-align: middle;
}

h2.dnnFormSectionHead a.dnnSectionExpanded:hover {
	color: #222;
	background: rgba(2,139,255,0.05) url(../../../../images/up-icn.png) no-repeat right 50%;
}

h2.dnnFormSectionHead a.dnnSectionExpanded {
	background: url(../../../../images/up-icn.png) no-repeat right 50%;
	color: #222;
}

h2.dnnFormSectionHead a:hover {
	color: #222;
	background: rgba(2,139,255,0.05) url(../../../../images/down-icn.png) no-repeat right 50%;
}

h2.dnnFormSectionHead a {
	display: block;
	padding-left: 3px;
	background: url(../../../../images/down-icn.png) no-repeat right 50%;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	letter-spacing: normal;
	font-weight: normal;
}
/* DNN 10 Settings Fixes END*/