

/*  */
.pkp_structure_content{
	min-height: 550px;
}



/* left sidebar */

@media(min-width: 992px) {
  .pkp_structure_sidebar {
    float: left;
  }
  .pkp_structure_main {
    float: right;
  }

  .pkp_structure_main:before {
    left: 300px; /*300px*/
  }
  
  .pkp_structure_main:after {
    left: 952px; /*952px*/
  }
  
}
@media(min-width: 1200px) {
  .pkp_structure_main:after {
    left: 1160px;
  }
}

.pkp_structure_main::before, .pkp_structure_main::after {
    background: none;
    
}

.cmp_monographs_list{
	border: none !important;
}


.pkp_page_index .additional_content {
	border: none;
}

/*
.pkp_structure_content{
	padding: 0;
}
*/

.pkp_structure_sidebar{
	margin-top: 10px;
}

/*
h1{
	margin-top: 30px !important;
}
*/

/* social media icons */

#navigationUser img {
  height: 20px !important;
  top: 7px;
  position: relative;
}
#navigationUser .social_media_icon {
  padding: 0px 0px 0px 3px !important;
}
body {
  overflow: scroll;
}


/* sidebar with lines */
.pkp_structure_sidebar div div ul li{
	border-bottom: 2px solid #005680;
}

/* sebastian changes for sidnavi with colors */
/*
#customblock-langsci-sidenavi div ul li{
  border-left-width: 2px;
  border-left-style: solid;
}

#customblock-langsci-sidenavi div ul li:nth-child(1){
  border-left-color: #005680;/*#00a5db;
}

#customblock-langsci-sidenavi div ul li:nth-child(2){
  border-left-color: #f29400;
}

#customblock-langsci-sidenavi div ul li:nth-child(3){
  border-left-color: #b1c800;
}

#customblock-langsci-sidenavi div ul li:nth-child(4){
  border-left-color: #db0031;
}

*/

#customblock-langsci-sidenavi div ul li{
  padding-left: 5px;
  margin-top: 5px;
}


/* small adjustments */

/*
.pkp_page_index .homepage_image img {
    position: relative; 
	top: -3px;
   /*margin-top: -20px;
}
*/

.pkp_navigation_primary_wrapper  {
	
	bottom: -20px;
	
}

.pkp_navigation_primary > li:first-child a {
   /* margin: 0 1em; */
	margin-left: 40px;
}

a{
	text-decoration: none !important;
}


/* logo */

.pkp_site_name .is_img img {
    padding-left: 30px; 
	bottom: -20px !important;
}


/* colors  */
.pkp_structure_head {
    background-color: #005680; /*#63BEE1*/
}


.pkp_structure_footer_wrapper {
    background: #005680; /*#63BEE1*/
}

a {
    color: #005680; /*#007ab2;*/
}

a:hover, a:focus {
    color: #00A5DB; /*#009de5;*/
}


/* boxes at homepage*/

.langsci-icon-box {
    background-color: white;
    float: left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.langsci-icon-box:hover {
    background-color: #eee;
    border-radius: 5px;
}
.langsci-icon-box:hover .langsci-startpage-image {
    background-color: #eee;
    opacity: 1;
}
.langsci-icon-box:hover .a {
    color: #005680 !important;
}
.langsci-icon-box-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.5;
	height: 60px;
	width: 60px;
}


.langsci-icon-box-image:hover  {
	opacity: 1;
}

@media(min-width: 992px) {
	
	.langsci-icon-box {
		width: 50%;
	}

}

@media(min-width: 1200px) {
	
	.langsci-icon-box {
		width: 25%;
	}
	
}



/* accordions */

h3.accordionHeader {
	font-weight: normal;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
}

.langsci-accordion-icon {
	height:20px;
	display:inline;
	float:left;
	padding:0px 10px 0px 0px;
	opacity: 0.5;
}

.langsci-accordion-icon:hover{
	opacity: 1;
}

/*
h3.accordionHeader {
    background-color: #eee;
    border-radius: 5px;
    padding: 5px;
}

h3.accordionHeader.ui-state-active {
    background-color: #d0ecf6;
    border-radius: 5px;
}

.langsci-accordion-icon {
    float: left;
    padding-left: 10px;
    padding-right: 10px; 
	width: 40px;
}

.accordionWithImages .ui-accordion-header a {
    padding-left: 0;
}
*/



/* slider */

.slider-container  div { 
	position: absolute; 
	top: 50%; 
	left: 0; 
	width: 100%; 
	height: 40%;
	background-color: #eee;
	opacity: 0.9;
}

.slider-container  h3, .slider-container  div p { 
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}

.owl-theme .owl-controls .owl-page span, .owl-theme .owl-controls .owl-buttons div {
    background-color: black !important;
}



/* book page */

.obj_monograph_full .title{
	
	margin-top: 30px;
	margin-bottom: 20px;
}

.obj_monograph_full .langsci_author{
	
	margin-bottom: 5px;
}

.obj_monograph_full .chapters li {
	
	padding: 0px;
}

/* shariff */

.shariff{
	float: left;
}

.shariff li.info a::before {
    color: white !important;
}

/* footer */

.clear_left{
	clear: left;
}

.pkp_brand_footer{
	float: right;
}

.pkp_footer_content, .pkp_footer_content a{
	color: white;
}

.langsci_footer_navi div{
	float: left;
	display: inline-block;
	width: 100%;
}

/*

@media (min-width: 768px) {
	.langsci-footer-navi div{
		width: 50%;
	}
}
*/

.langsci_footer_meta{
	float: left;
}

.langsci_footer_meta a{
	padding-right: 15px;
}


@media(min-width: 992px) {
	
	.langsci_footer_navi div{
		width: 33%;
	}
	
}

@media(min-width: 1200px) {
	
	.langsci_footer_navi div{
		width: 20%;
	}
	
}

.owl-buttons {
	
	display:none;
}

.langsci-accordion-arrow {
	display: inline;
	float: left;
	padding: 10px 0px 0px 0px;
}

/* series Overview Plugin */

#seriesOverview h3 div span.numberOfBooks{
	color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
   
}

.bookList .books{
	padding-bottom: 10px;
}

#seriesOverview h3 {
	cursor: pointer; 
}

#seriesOverview h3 div.header {
/*	min-height: 10px; */
/*	padding-bottom: 5px; */
	overflow: hidden;
}

#seriesOverview h3 div.headerText {
	float:left;
}

#seriesOverview h3 a.linkToSeries{
	float:right;
	font-size: 13px;
}

#seriesOverview h3 img.listIconImage {
	height:20px;
	display:inline;
	float:left;
	padding:0px 5px 0px 0px;
}


#seriesOverview div.accordionContentWrapper img {
	height: 300px;
	float:left;
}

#seriesOverview div.accordionContentWrapper div.bookList {
	overflow:auto;
}


#seriesOverview div.accordionContentWithImage {
	min-height: 310px;
}

.obj_monograph_summary .date{
display:none;
}

