/* Enter Your Custom CSS Here */

/* CSS code to allow numbering in partner list */
ul.partner-list {list-style-type:none !important; margin-top: 10px;}
li.partner-list-item::before {content: "" !important;}
li.partner-list-item {display: list-item !important; list-style-position: outside !important; list-style: decimal;}
ul.partner-list-sub {margin-top: 10px; padding-bottom: 0px !important;}
li.partner-list-sub-item::before {content: "" !important;}
li.partner-list-sub-item {display: list-item !important; list-style-position: inside !important; list-style: disc;}

/* CSS code for linked project list */
ul.project-list {list-style-type:none !important; margin-top: 10px;}
li.project-list-item::before {content: "" !important;}
li.project-list-item {display: list-item !important; list-style-position: outside !important; list-style: disc;}

/* CSS code to provide a color for links */
/* a.colored-link {color: #1dc1ea;} */
a.colored-link {color: #179ABB;}

/* CSS code to provide a red color for text in divs */
div.red-bold-text {color: red; font-weight: bold;}

/* CSS code to change appearance of date boxes in event listings */
div.start-date  {background-color:#1dc1ea !important;}
div.end-date  {background-color:#1dc1ea !important;}
li.event::before {content: "" !important;}

/* CSS code to change appearance of listed events */
div.event-title{font-size: 14px !important;font-weight: bold !important;}
div.event-title h3 {font-size: 100%; font-weight:bold !important;}
div.event-cat {font-style: italic !important; font-size: 100%;}
div.event-details {font-size: 100%; margin-top: 15px;}

/* CSS code to change appearance of "Show all events" button on frontpage */
a[title="Show all events"] {
    padding: 10px 0;
    line-height: 25px;
    display: block;
    text-align: center;
    background: #fff;
  font-family: 'Open Sans', sans-serif;
font-size: 14.4px;
font-style: italic;
font-weight: bold;
}

/* CSS code to change appearance of "Show all news" button on frontpage */
a.morenews {
    padding: 10px 0;
    line-height: 25px;
    display: block;
    text-align: center;
    background: #fff;
  font-family: 'Open Sans', sans-serif;
font-size: 14.4px;
font-style: italic;
font-weight: bold;
}

/* CSS code to remove bulletpoints from Filebrowser */
ul#wpfb-filebrowser-1 li::before {content: "" !important;}

/* CSS testcode various purposes, to be explained */
