/*navbar border*/
@media (min-width: 960px) {
  .uk-navbar-left {
    gap: 60px;
  }
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
  border-bottom: 5px solid #1f5bac;
}

.hinweis {
  padding: 10px;
  background-color: #e1e5e8;
  font-family: Arial, Helvetica, sans-serif;
}

.page-header {
  background-color: #1f5bac;
  color: #fff;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
}

@media (min-width: 1200px) {
  .page-header {
    margin-top: -40px;
    margin-left: -40px;
    margin-right: -40px;
    padding: 10px 40px;
  }
}

/*mobile-nav*/
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-default > li > a {
	color: #fff;
}

/*banner top non-template contents*/

.tm-top, uk-section-default, uk-section {
	background: #efefef;
    padding-top: 40px;
    padding-bottom: 0;
}

/*sis-sidebar panels*/

.sis-sidebar .uk-card-body:not(.uk-card-large):not(.sis-sidebar-nav) {
  padding: 0 20px 20px 20px;
}

.print-page .uk-breadcrumb,
.print-page .tm-toolbar,
.print-page .sis-sidebar,
.print-page .sis-citation-box,
.print-page .print-button {
  display: none;
}

@media print {
  .print-page .print-this-page {
    display: none;
  }
}


/*button-cards*/

.btn-light,
.uk-button-default {
  background-color: transparent;
  color: #2d2e33;
  border-color: #d7d7d7;
  font-size: 15px;
}

.btn-light:hover,
.uk-button-default:hover {
  background-color: transparent;
  color: #2d2e33;
  border-color: #d7d7d7;
  font-size: 15px;
  color: #d7d7d7;
}

.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default {
  background-color: transparent;
  color: #2d2e33;
  border-color: #fff;
  font-size: 15px;
  color: #fff;
}

.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.sis-sidebar .uk-button {
  line-height: 38px;
  padding-left: 15px;
  padding-right: 15px;
}

.uk-card-primary .uk-text-center {
  color: #fff;
}

/*sidebar navigation*/

.sis-sidebar-nav .uk-nav > li > a {
  font-family: Open Sans;
  font-size: 15px;
  text-transform: none;
  color: #54555b;
  letter-spacing: 0;
}

.sis-sidebar-nav .uk-nav > li > a:hover {
  color: #1f5bac;
}

.sis-sidebar-nav {
  padding: 20px;
}

.sis-sidebar-nav .uk-card-title {
  background-color: #1f5bac;
  color: #fff;
  font-size: 18px;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
}

.sis-sidebar-nav li {
  list-style-image: url("../../../../../../images/sidebar_panels/bullet.gif");
  line-height: 20px;
}

.sis-sidebar-nav li a {
  padding-left: 20px;
  padding-right: 20px;
}

.sis-sidebar-nav li {
  list-style-image: url("../../../../../../images/sidebar_panels/bullet.gif");
  line-height: 20px;
}

.sis-sidebar-nav .uk-nav-default {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.sis-sidebar-nav .uk-nav > li > a {
padding-left: 0;
  padding-right: 0;
}


/*adjustments page background and boxes*/

.tm-main {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #efefef;
}

#tm-main > div {

}

.tm-main .com-content-category {
  padding: 40px;
background-color: #fff;
}


/*adjustments banner section*/
.tm-top {
	background: #efefef;
    padding-top: 40px;
    padding-bottom: 0;
}



/*tables archive*/

.table th {
text-align: left;
}

.table tbody th {
font-weight: normal; 
}

.table :where(tr) {
border-bottom-color: rgb(229, 229, 231);
}

.table .list-date {
  color: #1F5BAC !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
box-shadow: inset 0 0 0 9999px #f8f9fb;
}

.table-striped > tbody > tr:hover:nth-of-type(odd) > * {
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}

.uk-pagination {
  justify-content: flex-start;
}

.cat-children h3 {
font-size: 14px;
font-weight: bold;
  line-height: 26px;
}

.cat-children .page-header {
background: none;
  margin: 0;
  padding: 0;
}

.sis-subcat-list .uk-accordion-title {
  font-size: 14px;
}


/*citations bottom*/

.sis-citation-box {
  overflow: hidden;
}

.sis-citation-box .uk-card {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*category list filter and buttons*/

#filter-search {
border: none;
  border-bottom: 1px solid #e5e5e7;
}

.com-content__filter > button {
margin-left: 5px !important;   
}

#limit {
height: auto;   
}

.com-content-category__table {
margin-top: 10px; 
}


/*list bullets content*/

.uk-nav-side li {
	margin-left: 20px;
  	list-style-image: url('../../../../../../images/sidebar_panels/bullet.gif');
  	line-height: 20px;
}

.uk-nav-side > li > a {
  	color: #54555b;
}

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
	color: #1f5bac;
	outline: none;
}


/*search J3*/

#tm-main .search {
  padding: 20px;
	background-color: #fff;
}

@media (min-width: 1220px) {
  #tm-main .search {
    padding: 40px;
  }
}

.search h2 {
	font-size: 28px;
  margin-bottom: 10px;
}

.search .uk-article {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}

.sis-search-results > div {
  margin-top: 35px !important;
}

.uk-search-input {
  color: #212529;
}

#searchForm input[type=radio] {
  margin-right: 8px;
}

#searchForm > div > fieldset {
  border: 1px solid #e5e5e7;
  padding: 10px;
}

#searchForm > div > fieldset {
  border: 1px solid #e5e5e7;
  padding: 10px;
}

.uk-search-default .uk-search-input {
  border-bottom: none;
}

.highlight {
	background-color: rgba(255, 255, 0, .25);
    font-weight: bold;
}

.uk-navbar .uk-search {
	width: 40px;
}

/* SIS Styles */

table.text td { padding:6px; vertical-align: top; }
table.text th { padding:6px; vertical-align: top; }
table.text caption { font-weight: bold; }
.item-content th { text-align: center; }
.text table td { padding:1px; vertical-align: middle; font-size:13px; }
.hinweis { padding:10px; background-color: #E1E5E8; }
.Statistics { border-collapse: collapse; }
.Statistics caption { font-weight: bold; font-size:14px; }
.Statistics th { padding:3px; border:1px solid #000000; text-align: center; font-size:13px; }
table.Statistics td { padding:3px; border:1px solid #000000; font-size:13px; }
.Statistics table td { padding:1px; border-style: none; font-size:13px; }
.zwischenueberschrift { font-weight: bold; }
.ZentrierteUeberschrift { text-align: center; font-weight: bold; }
table.sistab td { vertical-align: top; font-size:12px; }
table.contentpaneopen td h1 { font-size:14px; }
table.contentpaneopen td a	{ text-decoration: underline; }
.uk-panel h3 a { text-decoration: underline; }
.uk-panel blockquote { /*padding-left: 32px; border-left: 32px;*/ font-style: normal; line-height: 21px; color: #000000; font-size: 14px; }
.uk-panel em { color: #000000; }
.uk-panel h5 { color: #000000; }
.eugh p { margin-left: 30pt; text-indent: -30pt; }
.eugh blockquote { margin-left: 6pt; }
.eugh ol { margin-left: 30pt; }
.sis-link { text-decoration: underline;}

/*search J4

#tm-main .finder,
#tm-main .com-content-category {
    padding: 20px;
	background-color: #fff;
}

@media (min-width: 1200px) {
    #tm-main .finder,
	#tm-main .com-content-category {
        padding: 40px;
    }
}

@media (max-width: 639px) {
	.sis-header-home .uk-slideshow-items > li .uk-overlay h3 {
        margin-top: 0 !important;
		font-size: 22px;
		line-height: 24x;
	}
}

.sis-references .uk-panel {
	box-shadow: 0 2px 5px 0 rgba(160, 167, 169, 0.3);
}

.finder h2 {
	font-size: 28px;
    margin-bottom: 10px;
}

.finder form {
    margin-bottom: 35px;   
}

.finder .uk-article {
	margin-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

.uk-search-input {
  color: #212529;
}
*/

/*breadcrumbs*/
.sis-breadcrumbs > nav {
  margin-bottom: 0 !important;
}