/* Lettertype en groote volledige website */
html, body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
/* Footer kleur zelfde grijs */
.pkp_structure_footer_wrapper {
	background: #e5e5e5
}
/* Titels rood */
h1 {
color: #bf0222;
}
/* Tussentitels rood */
h2 {
color: #bf0222;
}
/* Ondertitels rood */
h3 {
color: #bf0222;
}
/* Hyperlinks rood & niet onderlijnd */
.linkintext {
color: #bf0222;
text-decoration: none;
}
/* Hyperlinks donker rood bij hoveren */
.linkintext:hover {
color: #800016;
text-decoration: none;
}
/* Hyperlinks donkerder rood bij klikken en na bezoeken */
a.linkintext:active, a.linkintext:visited {
color: #800016
}
/* Tekst in het dropdown menu zwart */
.pkp_navigation_primary_wrapper ul li a,
.pkp_navigation_user_wrapper ul li a,
.pkp_navigation_user li ul a .task_count {
color: black;
}
/* Search pagina resultaten rode titels*/
.obj_article_summary .title a {
color: #bf0222;
}
/* Achtergrond kleur bij hoveren in de dropdown menu */
.pkp_navigation_primary_row ul ul li a {
border-color: transparent;
}
.pkp_navigation_primary_row ul ul li a:hover {
border-color: #bf0222;
}
@media (min-width: 992px) {
.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a:hover {
border-color: #bf0222;
}
}
/* Navigatie menu hover streepje kleur rood */
.pkp_navigation_primary_row ul li a {
border-color: transparent;
}
.pkp_navigation_primary_row ul li a:hover {
border-color: #bf0222;
}
.pkp_navigation_primary_row ul li a:focus {
border-color: #bf0222;
}
/* Home pagina opsommingstekens rood vierkantje & links uitgelijnd */
.squarelists {
padding-left: 1em;
margin-block-start: 0;
}
.squarelists li {
list-style-type: none;
margin: 0;
}
.squarelists li:before {
color: #bf0222;
content: "\25FC";
padding-right: 4px;
margin-left: -13px;
font-size: x-small;
vertical-align: 0.1em;
}
/* Zin voor een lijstje met opsommingstekens geen margin beneden */
#before_squarelist {
margin-bottom: 0;
}
/* PDF knopjes rood */
.obj_galley_link {
border: 1px solid #bf0222;
color: #bf0222;
}
.obj_galley_link:hover {
border: 1px solid #bf0222;
color: white;
background-color: #bf0222;
}
/* Articles titels en View all issues rood */
.issues_archive .title,
.articles .title a,
.pkp_page_index .current_issue .read_more {
color: #bf0222;
text-decoration: none;
}
.issues_archive .title:hover,
.articles .title a:hover,
.pkp_page_index .current_issue .read_more:hover {
color: #bf0222;
text-decoration: none;
}
/* Breadcrumbs */
.cmp_breadcrumbs {
margin-top: 10px;
}
.cmp_breadcrumbs a,
.cmp_breadcrumbs a:hover {
color: #bf0222;
}
/* Witruimte */
.read_more {
margin-top: 10px;
}
@media (min-width: 992px) {
.pkp_structure_content {
padding-top: 0px;
}
}
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
margin: 0px;
}
/* Witruimte homepage */
.sections {
margin-top: 0%;
margin-bottom: 0%;
}
.pkp_structure_main {
padding-bottom: 30px;
}
.obj_issue_toc .sections:not(:first-child) {
margin-top: 30px;
}
.obj_article_summary {
padding-top: 10px;
}
@media (min-width: 992px) {
.obj_issue_toc .galleys,
.obj_issue_toc .section {
margin: -30px -30px;
}
}
/* Lineheight */
.pkp_structure_main p {
line-height: 22px;
margin: 10px 0;
}
/* Sidebar */
@media (min-width: 992px) {
.pkp_structure_sidebar.left {
background-color: #e5e5e5;
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
/*padding-bottom: 30px; => was vorige oplossing, maar absolute position lijkt te werken met top/bottom/right 0px erbij, absolute position wel enkel voor desktop*/
/*padding-bottom: 100%; => brengt achtergrond kleur naar beneden maar zorgt voor meer whitespaces*/
/*padding-bottom: 300px; => kan ook*/
/*white-space: mogelijke opties maar niks deftig*/
}
}
@media (max-width: 992px) {
.pkp_structure_sidebar.left {
background-color: #e5e5e5;
padding-bottom: 30px;
/*mobile: terug oude padding toegevoegd, absolute position werkte enkel goed voor desktop*/	
}
}
/* Footer */
.pkp_footer_content {
padding-left: 0;
padding-right: 0%;
}
.footer {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer_column {
display: flex;
flex: 1;
}
.footer_content {
margin: 25px 0px 25px 0px;
}
.left {
justify-content: flex-start;
text-align: left;
}
.middle {
justify-content: center;
text-align: center;
}
.right {
justify-content: flex-end;
text-align: right;
}
/* Profile button */
@media (min-width: 992px) {
.pkp_nav_list ul a {
color: black;
}
.pkp_nav_list ul a:hover {
border-left: 5px solid #bf0222;
color: black;
}
}
/* Search knop op de search pagina ( :after = vergroot*/
.page_search .submit button,
.page_search .submit button:after {
background: #bf0222;
color: white;
border-color: #bf0222;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.page_search .submit button:hover {
background: white;
color: #bf0222;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
border: 1px solid #bf0222;
}
.page_search .submit button:hover:after {
background: white;
color: #bf0222;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
border-top: 1px solid #bf0222;
border-bottom: 1px solid #bf0222;
}
/* testing */
.page_search .submit button:active {
background: #bf0222;
color: white;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
border: 1px solid #bf0222;
}
.page_search .submit button:active:after {
background: #bf0222;
color: white;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
border-top: 1px solid #bf0222;
border-bottom: 1px solid #bf0222;
}
/* Search bar/knop desktop */
a.headerSearchPrompt.search_prompt {
	padding: 10px 10px;
}
.pkp_search_desktop .search_controls a:hover {
color: #bf0222;
border-color: #bf0222;
}
.pkp_search_desktop.is_open .search_prompt {
color: #bf0222;
text-decoration: none;
}
.pkp_search_desktop.is_open .search_prompt:hover {
border-bottom-color: #bf0222;
}
@media (min-width: 992px) {
.pkp_search_desktop.is_open .search_prompt {
padding-bottom: 8px; /* 10px - 2 keer border van 1px = 8px */
border-left: 1px solid #bf0222;
border-right: 1px solid #bf0222;
border-top: 1px solid #bf0222;
border-bottom: 1px solid #bf0222;
}
}
a.search_cancel.headerSearchCancel:hover:before {
color: white; /* klein kruisje wit bij hover */
}
/* Search bar/knop mobile */
.pkp_search_mobile button[type="submit"] {
background: #bf0222;
color: white;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
/* Mobile navigatie menu hover */
@media screen and (max-width: 992px) {
.pkp_site_nav_menu ul li a:hover {
color: #bf0222;
}
}
/* Archives link naar Issue rood en niet onderlijnd bij een  */
.title {
color: #bf0222;
text-decoration: none;
}
.title:hover {
color: #bf0222;
text-decoration: none;
}
/* License link */
.copyright a {
color: #bf0222;
}
/* Similar Articles links rood en niet onderlijnd */
#articlesBySimilarityList a {
color: #bf0222;
text-decoration: none;
}
/* Header foto */
.pkp_head_wrapper .pkp_site_name_wrapper {
background-image: url(https://www.jowr.org/pkp/ojs/index.php/jowr/libraryFiles/downloadPublic/10);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 100%;
height: 200px;
}
@media screen and (max-width: 992px) {
.pkp_head_wrapper .pkp_site_name_wrapper {
height: 140px;	/*mobile: header kleiner*/
}
}	
.pkp_head_wrapper .pkp_site_nav_menu {
width: 1160px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) {
.has_site_logo .pkp_head_wrapper {
width: 100%;
}
}
.pkp_site_name a img {
visibility: hidden; /* huidig logo weg */
}
/* Tabellen op de Aims and Scope pagina */
table, td, th {
border: 1px solid black;
}
th, td {
text-align: left;
padding: 7px;
}
tr:nth-child(even) { /*zebra strepen*/
background-color: #e5e5e5;
}
table#aimsandscope {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
margin-bottom: 10px;
}
tr#titles {
font-weight: bold;
background-color: #bf0222;
color: white;
}
td#year {
font-weight: bold;
}
/* Footer OJS/PKP logo klein */
.pkp_brand_footer {
	padding: 15px;	
}
.pkp_brand_footer a {
	width: 75px; /*het logo zelf*/
}
/* Impact pagina 4 foto's zelfde hoogte */
#picture_row img {
	height: 30px;
}
/* Funding pagina 3 foto's zelfde hoogte */
#picture_row2 img {
	height: 50px;
}
/* Kleur achtergrond search bar na klikken op search */
.pkp_search_desktop.is_open input[type="text"] {
	background:#e5e5e5
}
/* Abstract button verbergen op pagina's van artikels */
body.pkp_page_article.pkp_op_view.has_site_logo div.pkp_structure_page div.pkp_structure_content.has_sidebar div.pkp_structure_main div.page.page_article article.obj_article_details div.row div.entry_details div.item.galleys ul.value.galleys_links li a.obj_galley_link.file{
	display: none;
}
/* Minimumhoogte van pagina's zodat sidebar wel volle lengte blijft bij korte pagina's */
.pkp_structure_main{
	min-height: 580px;
}
/* References verborgen (om daarna open te klappen met knop) */
section.item.references div.value{
	display: none;
}
/* Knop om references uit te klappen: stijl */
section.item.references button{
	display:inline-block;
	margin-left: 5px;
	color: #bf0222;
	background-color: white;
	border-color: #bf0222;
	padding: 1px;
	width: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border-radius: 4px;
	transition-duration: 0.4s;
}
/* Knop om references uit te klappen: kleur inverteren bij hover */
section.item.references button:hover{
	color: white;
	background-color: #bf0222;
}