@CHARSET "ISO-8859-1";

html {
	overflow-y: scroll;
}

body, table td, select {
  font-size: small;
}


/* margin Transition für Buttons mit wave-effect deaktivieren */

button.waves-effect {
    transition: margin 0s ease-out;
}

.links , .rechts {
	background-color: #CCCCCC;
	flex: 0 0 5em;
	display: flex; 
}

.mitte {
	flex: 1 1 25em;
}

.sncCookieConsent {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	align-items: center;
	z-index: 9999;
	transition: opacity 1s ease;
	opacity: 0;
	display: none;
}

.sncCookieConsentText {
	flex: 1;
	font-size: 1.3em;
}


.sncCookieConsentButton {
	flex: 1;
	margin-top: 0.5em;
}


@media only screen and (max-width: 600px) {	
	.sncCookieConsent {
		flex-direction: column;
		-ms-flex-direction: column;
		padding: 0.8em 1em 0.8em 1em;
	}
}

@media only screen and (min-width: 601px) {
	.sncCookieConsent {
		flex-direction: row;
		-ms-flex-direction: row;
		padding: 1.2em 2em 1.2em 2em;
  	}
}	

div.sncStartPageMediumCard {
	margin: 10px;
}


.sncStartPagePrevRow {
	margin-bottom: 0px !important; 
}

/** Für den Card-Content das Padding minimieren */
.sncStartPagePrevContent {
	padding: 20px 0px 5px 0px !important;
}
  
/** Für den Card-Title das ursprüngliche Padding wiederherstellen */
.sncStartPagePrevTitle {
	padding: 0px 20px 0px 20px !important;
}

/** margin der äußeren MaterialColumns bei kleinen Bildschirmen/Smartphones reduzieren*/
@media only screen and (max-width: 360px) {
	.sncOuterColumn {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

/** Overrides für Materialize DatePicker, Breite an deutsche Texte anpassen */
@media only screen and (min-width: 381px) {
	div.picker__frame {
	    width: 360px;
	    max-width: 360px;
	}		
}

/** Karte Veranstaltungen/Events Margin beim Icon setzen für längeren Titel */
.sncEventCard i {
	margin-left: 12px !important;
}

/** Custom-Settings for Opac */
/** Da die beiden nächsten Abfragen auf das gleiche Attrbut prüfen ist die Reihenfolge relevant */
@media only screen and (max-width: 992px) {
  .sncStartPagePreviewCol3 {
  	display: none;
  }
  
  .sncStartPagePreviewCol4 {
  	display: none;
  }
  
  .sncStartPagePreviewCol5 {
  	display: none;
  }
}

@media only screen and (max-width: 992px) and (min-width: 601px) {
  #sncMain {
  	width: calc(100% - 235px) !important;
  	min-height: 1em;
  }
  
  #matcolumn {
  	width: 235px !important;
  }
  
  #StartPageMainPanel {
  	width: calc(100% - 260px) !important;
  }
  
  #StartPageSidePanel {
  	width: 260px !important;
  	padding-left: 0px !important;
  }
  
}	

@media only screen and (max-width: 600px) {
  #sncMain {
  	width: 100% !important;
  	min-height: 1em;
  }
  
  #matcolumn {
  /**	width: initial !important;*/
  }
  
  /** Für den Card-Content das Padding minimieren */
  .sncStartPagePrevContent {
  	padding: 20px 0px 5px 0px !important;
  }
  
  /** Für den Card-Title das ursprüngliche Padding wiederherstellen */
  .sncStartPagePrevTitle {
  	padding: 0px 20px 0px 20px !important;
  }
  
 
  
  .sncStartPagePrevImg {
  	
  }
}

@media only screen and (min-width: 993px)  {

  
  #sncMain {
  	width: calc(100% - 260px) !important;
  	min-height: 1em;
  }
  
  #matcolumn {
  	width: 260px !important;
  }
  
  #StartPageMainPanel {
  	width: calc(100% - 260px) !important;
  }
  
  #StartPageSidePanel {
  	width: 260px !important;
  	padding-left: 0px !important;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1208px) {
  .sncStartPagePreviewCol1 {
  	width: 50% !important;
  }
  
  .sncStartPagePreviewCol2 {
  	width: 50% !important;
  }
	
  .sncStartPagePreviewCol3 {
  	display: none;
  }
  
  .sncStartPagePreviewCol4 {
  	display: none;
  }
  
  .sncStartPagePreviewCol5 {
  	display: none;
  }
}

@media only screen and (min-width: 1209px) and (max-width: 1422px) {
  .sncStartPagePreviewCol1 {
  	width: 33.33333% !important;
  }
  
  .sncStartPagePreviewCol2 {
  	width: 33.33333% !important;
  }
	
  .sncStartPagePreviewCol3 {
  	width: 33.33333% !important;
  }
  
  .sncStartPagePreviewCol4 {
  	display: none;
  }
  
  .sncStartPagePreviewCol5 {
  	display: none;
  }
}

@media only screen and (min-width: 1423px) and (max-width: 1617px) {
  .sncStartPagePreviewCol1 {
  	width: 25% !important;
  }
  
  .sncStartPagePreviewCol2 {
  	width: 25% !important;
  }
	
  .sncStartPagePreviewCol3 {
  	width: 25% !important;
  }
  
  .sncStartPagePreviewCol4 {
  	width: 25% !important;
  }
  
  .sncStartPagePreviewCol5 {
  	display: none;
  }
}

@media only screen and (min-width: 1618px) {
  .sncStartPagePreviewCol1 {
  	width: 20% !important;
  }
  
  .sncStartPagePreviewCol2 {
  	width: 20% !important;
  }
	
  .sncStartPagePreviewCol3 {
  	width: 20% !important;
  }
  
  .sncStartPagePreviewCol4 {
  	width: 20% !important;
  }
  
  .sncStartPagePreviewCol5 {
  	width: 20% !important;
  }
}


/** ------------------------------------------------------ */
/**	Startpage: Anzeige Bilder Bibl.                        */
/**------------------------------------------------------- */
.sncStartPageBibImg {
	display: 	inline-block;
	max-width: 	180px;
	max-height:	120px;
	width:		100%;
	height: 	auto;
	margin:		auto;
}

@media only screen and (max-width: 700px) {
  .sncStartPageBibImgRow {
	display: 	inline-block;
	width:		24%;
	text-align:	center;
  }
  
  .sncStartPageImg5 {
 	display: none !important;
  }
  
  .sncStartPageImg6 {
  	display: none !important;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1417px) {
  .sncStartPageBibImgRow {
	display: 	inline-block;
	width:		24.3%;
	text-align:	center;
  }
  
  .sncStartPageImg5 {
 	display: none !important;
  }
  
  .sncStartPageImg6 {
  	display: none !important;
  }
}

@media only screen and (min-width: 1418px) and (max-width: 1617px) {
  .sncStartPageBibImgRow {
	display: 	inline-block;
	width:		19.3%;
	text-align:	center;
  }
  
  
  .sncStartPageImg6 {
  	display: none !important;
  }
}

@media only screen and (min-width: 1618px) {
  .sncStartPageBibImgRow {
	display: 	inline-block;
	width:		16.4%;
	text-align:	center;
  }
}

/** Anzeige eines Headers in einer Card */
.sncCardHeader {
 	border-bottom:1px solid rgba(160, 160, 160, 0.2);
	width:100%;
	padding-left:2px;
	padding-right:2px;	
}

/** Anzeige eines Footers in einer Card */
.sncCardFooter {
 	border-top:1px solid rgba(160, 160, 160, 0.2);
	width:100%;
	padding-left:2px;
	padding-right:2px;	
}


@media only screen and (min-width: 601px) {
	.row .col.medDetailsText {
		min-height: 300px;
		position: relative;
	    left: auto;
		margin-left: auto;
		right: auto;
		width: calc(100% - 300px);
		width: -webkit-calc(100% - 300px);
		width: -moz-calc(100% - 300px);
		width: -o-calc(100% - 300px);
	}	
	
	/** Im Pager leinen Zeilenumbruch bei <> Small erzwingen, wird unten überschrieben */
	.sncPagerLineBreak {
		display: none;
	}
	
	/** Anzeige eines Headers in einer Card */
	.sncCardHeader {
		line-height: 2.6rem;
	}
	
	/** Anzeige eines Footers in einer Card */
	.sncCardFooter {
		line-height: 2.6rem;
	}	
}


@media only screen and (max-width: 600px) {
	.row .col.medDetailsText {
	    left: auto;
		margin-left: auto;
		right: auto;
		width: 100%;
	}		
	
	/** Im Pager einen Zeilenumbruch bei Small erzwingen */
	.sncPagerLineBreak {
		display: initial;
	}
	
	/** Anzeige eines Headers in einer Card */
	.sncCardHeader {
		line-height: 1.3rem;
		/** Höhe hier nötig für Anzeige ohne Pager*/
		height: 37px;
	}
	
	/** Anzeige eines Footers in einer Card */
	.sncCardFooter {
		line-height: 1.3rem;
	}
}



/** Änderung des Z-Index der Navbar damit diese auch deaktiviert wird bei Überblendungen */
.navbar-fixed#navBar {
	z-index: 996;
}

/** Override damit die aufgeklappte Liste nicht durch die Navbar verdeckt wird */
ul.dropdown-content {
	z-index:998 !important;
}

/** FilterColumn */
@media only screen and (max-width: 600px) {
	.filter {
		top: 0;	
		right: -250px;
		width: 250px;
		height: 100%;
		overflow-x: hidden;
		position:fixed;
		z-index:999;
		transition: width 0.3s;
		transition-delay: 0s;
        transition-property: all;
        transition-timing-function: ease-out;
	}
	
	.filterClosed {
		padding-left: 0px !important;
		padding-right: 0px !important;	
	}
	
	.sncDragTarget {
		z-index: 996 !important;
	}
	

}

@media only screen and (min-width: 601px) {
	.sncFilterHeader {
		display:none;
	}
	
	.filterClosed {
		padding-left: 0px !important;
	}
}

.sncFilterCard {
	overflow-x: visible;
	overflow-y:visible;	
}

.filterOpened {
	background-color: white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sncPaddedRow {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}


.sncLastRow {
	margin-bottom: 0px !important;	
	min-width: 320px;
}

.sncSideProfileImg {
	margin-bottom: 0px;
}

.sncSideProfileLabel {
	line-height: 20px !important;
}

.sncSearchHitFooter {
	padding: 0 0 0 0.5em;	
}

.sncMedDetailsSubordinatesList {
	padding-left: 2em;	
}

/* ANFANG - DisplayTools */
/* Definitionen für die Ausgabe im OPAC: Treffer-Liste und Details (RAK und Liste) */

/* Einstellungen für die Ausleihübersicht */
.sncLoanListTableDescription {
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 0;
	vertical-align: top;
	min-width: 7em;
}
.sncLoanListTableContent {
	padding: 0.2em 0.5em;
	vertical-align: top;
}
/* Ende der Einstellungen für die Ausleihübersicht */

/* Einstellungen für die Vormerkungsdetails */
.sncReservationDetailsTableDescription {
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 0;
	vertical-align: top;
	min-width: 8.5em;
}

.sncReservationDetailsTableContent {
		padding: 0.2em 0.5em;
		vertical-align: top;
}
@media only screen and (min-width: 601px) {
	.sncReservationDetailsTableContent {
		min-width: 7em;
	}
}
/* Ende der Einstellungen für die Vormerkungsdetails */

/* Einstellungen für die Ausleihdetails */
.sncLoanDetailsTableDescription {
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 0;
	vertical-align: top;
	min-width: 10em;
}
.sncLoanDetailsTableContent {
	padding: 0.2em 0.5em;
	vertical-align: top;
}
/* Ende der Einstellungen für die Ausleihdetails */

/* ENDE - DisplayTools */



.sncCreateReservationCopies .sncCopiesTextRow {
	padding-top: 0.2rem !important;
}

.sncCreateReservationCopies .sncCopiesRowHeader .sncCopiesTextRow{
	margin-left: 2.5rem;
}

@media only screen and (max-width: 992px) {
	.sncCreateReservationCopies .sncCopiesTextRow {
		width: calc(100% - 6.5rem);
	}
}

@media only screen and (min-width: 993px) {
	.sncCreateReservationCopies .sncCopiesTextRow {
		width: calc(100% - 3rem);
	}
}

.sncCopyModal {
	width: 300px !important;
}
.sncCopyModalTable {
	margin-left: auto;
	margin-right: auto;
}

.sncCopyModalTable td {
	font-size: 1em;
	padding: 0.2em .5em;
	vertical-align: top;
	width: 50%;
}

.sncCopyModalTable td.sncCopyModalDescription {
	font-weight: bold;
}

.sncCopyModal div.modal-footer {
	margin:.5em 0;
	padding:0 1.5em;
	text-align: center;
}

.sncCopyModal .modal-footer .btn {
	float: none !important;
}

.sncCopyModal h4 {
	margin: 0 !important;
	text-align:center
}

.sncMedDetailsStatusMarkerCol {
	padding: 0 0 0 0.75em !important;
}

.sncOpacLoanTable {
	margin: 0em 0.3em;
	width: calc(100% - 2px);
	vertical-align: top;
}

.sncOpacLoanTable td {
	padding: 0.2em 0.2em 0.2em 0.2em;
	font-weight: bold;
}

.sncOpacLoanTable td.header {
	padding: 0.2em 0.2em 0.2em 0.2em;
	min-width: 7.5em;
	
}

.sncOpacLoanTable td.btnCol {
	text-align: right;
}

.sncOpacLoanText {
	font-weight: bold;
	display: inline-block;
}

@media only screen and (max-width: 360px) {
	.sncOpacLoanLabel {
		margin-right: 1em;
	}
	
	.sncUnpaddedCardContent {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media only screen and (min-width: 361px) {
	.sncOpacLoanLabel {
		margin-right: 0em;
	}
}

@media only screen and (min-width: 661px) {
	.sncOpacLoanButtonsSmall {
		display: none;
	}
}

@media only screen and (max-width: 660px) {
	.sncOpacLoanButtonsBig {
		display: none;
	}
	
	.modal {
		min-width: calc(100% - 20px);
		min-width: -webkit-calc(100% - 20px);
		min-width: -moz-calc(100% - 20px);
		min-width: -o-calc(100% - 20px);
	}
}

/** Tabs, Erkennbarkeit des aktiven Tabs verbessen **/
.tabs a.active {
	font-weight: bold;
	font-size: 1.1em;
}

.tabs .indicator {
	height: 4px !important;
}

/** MediumDetails **/
.sncRadiobuttonBlock  {
	display: block;
	margin-bottom: 10px;
}


/** */
.sncPopupAbsolutePosition {
	position: absolute;
	left: 24px;
	width: calc(100% - 48px);	
}

/** Öffnungszeiten */
.sncGridOpeningTimes td {
	padding: 0;
	vertical-align: top;
}

.sncGridOpeningTimes tr td:first-child {
	padding: 0 0.5em 0 0;
	font-weight: bold;
}

.sncGridOpeningTimes tr td:last-child {
	padding: 0 0 0 0.5em;
}

.autoCursor {
	cursor: auto !important;
}

/** Leserkonto */
.sncLoanOverviewTable {
	width: auto;	
}

/** Workaround für Textbox bei Autofill damit das Label verschoben wird */
input:-webkit-autofill+label {
	-webkit-transform: translateY(-140%);
	transform: translateY(-140%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	font-size: 0.8rem;
}

@media only screen and (min-width: 601px) {	
	.sncPasswordRecoveryPanel {
		padding: 5% 0;
	}
}

.sncNotificationTextPanel {
	min-height:140px; 
	padding: 10px 5px 10px 5px;
	overflow-wrap: anywhere;
}

.sncNotificationTitel {
	font-size: 1rem;
	font-weight: bold;
}

.sncNotificationContent {
	min-height: 80px;
}

.sncNotificationDetail {
	font-size: 1rem;
	padding: 0 10px;
}


.tableEdit td {
	font-size: 16px;    
}

.tableEdit span {
	cursor: auto !important;
}

.tableEdit i {
	cursor: auto !important;
}



/* ANFANG - Searchbar */

.nav-wrapper .sncSearchBar .sncSearchBox {
	border-radius: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FFFFFF;
	display: inline;
	color: #000000;
	line-height: normal !important;
	height: auto !important;
	transition: none;
}

@media only screen and (max-width: 600px) {
	.sncSearchBar .search-result {
		width: calc(100% + 64px);
	}
	
	.sncNavBar:not(.showSncSearch) .nav-wrapper .sncSearchBar .sncSearchBox {
		width: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.sncNavBar:not(.showSncSearch) .nav-wrapper .sncSearchBar {
		display: none;
	}
	
	.sncNavBar .nav-wrapper .sncSearchBar .sncSearchBox {
		width: calc(100% - 5rem - 15px) !important;
		padding-left: 1rem !important;
		padding-right: 4rem !important;
		margin-left: 15px;
		transition: margin 0s;
	}
	
	.sncNavBar.showSncSearch [data-activates="sideBar"] {
		display: none !important;	
	}
	
	.sncNavBar.showSncSearch a.hideOnSearch {
		display: none;	
	}
}

@media only screen and (min-width: 601px) {
	.nav-wrapper .sncSearchBar .sncSearchBox {
		width: calc(100% - 5rem) !important;
		padding-left: 1rem !important;
		padding-right: 4rem !important;
	}
}

@media only screen and (max-width: 992px) {
	.sncSearchBar .search-result a {
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 993px) {
	.sncSearchBar  {
		margin-left: 20px !important;
	}
	
	.sncNavBar .search-result a {
		line-height: 46px;
		font-size: 16px;
	}
}

/* ENDE - Searchbar */



/* START - Newscarousel */

/* Rich-Editor - News */
#opacnews h3 {
    margin-top: 0px !important;
}

#opacnews img[style*="float: left"] {
    margin-right: 5px;
}

@media only screen and (min-width: 601px) {
	.sncNavBar {
		padding-right: 15px;
	}
}

@media only screen and (min-width: 993px) {
	.sncNavBar {
		width: calc(100% - 260px);
	}
}

.sncBigButton {
	margin-left: 18px;
	margin-right: 18px;
}

@media (hover: none) and (pointer: coarse) {
    .material-tooltip {
    	display: none !important;
    }
}

.sncCarouselCard .slick-slide>* {
	overflow: auto;
}

.sncCarouselCard .slick-slide img {
	display: inline;
	max-width: calc(100% - 40px) !important;
}

.sncCarouselCard .slick-slide img {
	display: inline;
	max-width: calc(100% - 40px) !important;
	height: unset !important;
}

@media only screen and (max-width: 600px) {
	.sncCarouselCard .material-carousel {
		width: calc(100% - 10px);
	}

	.card .card-content.sncCarouselCard {
		padding: 0;
	}
}	
@media only screen and (max-width: 750px) {
	.sncCarouselCard .material-carousel {
		width: calc(100% - 20px);
	}

	.card .card-content.sncCarouselCard {
		padding: 0;
	}

	.sncCarouselCard button.carousel-next-arrow, 
	.sncCarouselCard button.carousel-prev-arrow {
		display: none !important;
	}
}

/* ENDE - Newscarousel */


/*-------- Start - StartPage Events---------*/
.sncStartPageEventTitle {
	font-weight: bold;

}

.sncStartPageEventDate {
	padding-left: 10px;
}

.sncStartPageEventTitle:nth-child(n + 2) {
	margin-top: 5px;
}

.sncStartPageEventDate:nth-last-child(n + 2) {
	padding-bottom: 5px;
	border-bottom: 1px solid #616161;
}

/*-------- Ende - StartPage Events---------*/


/* START - Standortanzeige */
i.sncBouncingIcon {
	font-size: 3em;
	cursor: default !important;
	animation: bouncingIcon 2s ease infinite;
}

@keyframes bouncingIcon {
	0%, 20%, 50%, 70%, 80%, 100% {transform: translateX(-50%) translateY(-100%);}
	38% {transform: translateX(-50%) translateY(calc(-100% - 20px));}
	60% {transform: translateX(-50%) translateY(calc(-100% - 10px));}
	80% {transform: translateX(-50%) translateY(calc(-100% - 5px));}
}

/* ENDE - Standortanzeige */

.sncImageLink {
cursor: pointer;
    height: 48px;
    width: 48px;
    padding: 8px;
}

.sncImageLink:not(:last-child) {
	margin-right: 5px;
}

.sncImageLink > img {
	line-height: 32px;
    height: 32px;
}

.sncImageLink:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

