@charset "UTF-8";

/* ************************************* */
/*                                       */
/* Links                                 */
/*                                       */
/* ************************************* */

a {
    color: black;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #929A9F;
}


/* ************************************* */
/* Navigation                            */
/* ************************************* */

li.active-trail a,
li.active a,
li a.active {
    color: #929A9F;
}


/* ************************************* */
/* Headlines                             */
/* ************************************* */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a,
h2 a,
h3 a {
    text-decoration: none !important;
}


/* ************************************* */
/* Facets                                */
/* ************************************* */

.facetapi-limit-link {
    font-size: 85.71%;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    line-height: 1.8;
    text-align: right;
    float: right;
    margin-top: -16px;
    padding-bottom: 10px;
}

#right ul.facetapi-facetapi-links a.facetapi-active {
    font-weight: bold;
    letter-spacing: 2px;
}


/* ************************************* */
/* More                                  */
/* ************************************* */

.read-more-link a,
.more-link a,
.grid a,
.list a,
.nodeco {
    border-bottom: 0 !important;
}

.more-link {
    color: #929A9F;
    text-align: right;
    padding-bottom: 10px;
}

.more-link a {
    color: inherit;
    background-image: url(../img/icons/icon-read-more.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}


/* ************************************* */
/* Kommentare                            */
/* ************************************* */

.addcomment a.username {
    margin-bottom: 25px;
    display: block;
}


/* ************************************* */
/* Artikel: Contentbereich               */
/* ************************************* */

article .content a {
    text-decoration: underline;
}

.list article .content a,
.infos a {
    text-decoration: none !important;
}

.underline {
    text-decoration: underline;
}


/* ************************************* */
/*                                       */
/* Headlines                             */
/*                                       */
/* ************************************* */

h2,
h3,
.h2,
.h3 {
    font-weight: 700;
    text-transform: uppercase;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 400;
}


/* ************************************* */
/* H1111111111111111111111111            */
/* ************************************* */

h1,
.h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 25px 0;
    font-weight: 700;
}

h1.title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    margin: -3px 0 26px 0;
    letter-spacing: 1px;
}


/* ************************************* */
/* H2222222222222222222222222            */
/* ************************************* */

h2,
.h2 {
    font-size: 24px;
    line-height: 1.167em;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.list h2,
.list-volume h2,
.footnotes h2,
.references h2 {
    text-transform: none;
}

.list-volume .block>h2 {
    margin-bottom: 35px;
    padding-left: 25px;
}

.list-volume header>h2 {
    margin-bottom: 20px;
}

.footnotes h2,
.references h2 {
    margin-bottom: 30px;
}

.block>.header h2 {   
    margin-bottom: 20px;
    
    /*     make all block headers small  */
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}

.block.block--archive > .header h2 {   
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.167em;
    text-transform: uppercase;
    letter-spacing: unset;
    
}

.block .content h2,
.block-line>.header h2,
.block-facetapi h2 {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#right .categories h2,
#right .block-facetapi h2 {
    margin-bottom: 0;
}

#comments h2,
.addcomment h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 25px 0;
    text-transform: none;
}

.list--front--first article:first-child h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 16px 0;
}

.infobox h2 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    margin-bottom: 12px;
}

article .content .abstract h2 {    
    font-size: 14px;
    letter-spacing: 1px;
    
/*     border-bottom: 1px solid #eeeeee;
    padding-bottom: 7px; */
/*     
    border-top: 1px solid #eeeeee;
    padding-top: 14px; */
    
    color: #929a9f;
}

article .content .abstract {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 14px;
    
    border-top: 1px solid #eeeeee;
    padding-top: 14px;   
    margin-bottom: 0;
}

article .content .abstract p {
    
}

article .content .abstract + div.infos {
/*     margin-top: 28px; */
}

.list--grid--3 h2 {
  font-size: 18px;
}

/* ************************************* */
/* H3333333333333333333333333            */
/* ************************************* */

h3,
.h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

#comments h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 7px 0;
}

.list-volume h3 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 7px;
    line-height: 19px;
    margin-top: -4px;
}

.block .content h3 {
    text-transform: none;
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 10px;
}

.block .content h3 span {
    color: #929a9f;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.h3--front--news {
  color: #929a9f;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
}

#content h2.h3--front--first {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #929a9f;  
}
/* ************************************* */
/* H4444444444444444444444444            */
/* ************************************* */

h4,
.block-facetapi li,
.h4 {
    font-size: 14px;
    line-height: 20px;
}

article .content h4 {
    font-size: 16px;
    font-weight: bold;
    
    line-height: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}


/* ************************************* */
/*                                       */
/* Absaetze                              */
/*                                       */
/* ************************************* */

p {
    line-height: 20px;
}


/* ************************************* */
/* Artikel: Contentbereich               */
/* ************************************* */

article .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

article .content li p {
    margin-bottom: 0px;
}

article .content .abstract p {
/*     font-size: 20px; */
    font-size: 14px;
    line-height: 18px;
}

article .content td p,
article .content th p {
    font-size: 14px;
    margin-bottom: 5px;
}

article .content td p:last-child,
article .content th p:last-child {
    margin-bottom: 0px;
}


/* ************************************* */
/* Artikel: Contentbereich auf Seite     */
/* ************************************* */

.node-type-analysis article.full>.content>p:first-child {
    font-size: 18px;
}


/* ************************************* */
/* Artikel: Contentbereich in Liste      */
/* ************************************* */

.list article .content p,
p.fulltext,
.block--archive .content p{
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.block--archive .content p:last-child{
    margin-bottom: 0;
}


/* ************************************* */
/* Fussnoten und Quellen                 */
/* ************************************* */

.footnotes p,
.references p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.see-footnote {
    font-size: 0.9em;
    position: relative;
    top: -0.25em;
    vertical-align: top;
}


/* ************************************* */
/* Infobox                               */
/* ************************************* */

.infobox p:last-child {
    margin-bottom: 0;
}

article .infobox p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}


/* ************************************* */
/* Kommentare                            */
/* ************************************* */

#comments p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}


/* ************************************* */
/* Small                                 */
/* ************************************* */

.small {
    font-size: 11px;
    margin-bottom: 10px
}


/* ************************************* */
/*                                       */
/* Listen                                */
/*                                       */
/* ************************************* */

article .content ul,
article .content ol {
    list-style: disc;
    margin-left: 15px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

article .content ol {
    margin-left: 30px;
    list-style: decimal;
}


/* ************************************* */
/* Fussnoten und Quellen                 */
/* ************************************* */

.references ul,
.references ol {
    margin: 0 !important;
}

.footnotes li,
.references li {
    font-size: 14px !important;
    line-height: 20px !important;
    padding-bottom: 30px;
}

.references ol li {
    list-style-type: none;
}


/* ************************************* */
/* Rechte sidebar                        */
/* ************************************* */

#right li {
    line-height: 20px;
    margin-bottom: 16px;
}


/* ************************************* */
/* Kategorieliste des Nodes und Filter   */
/* ************************************* */

#right .categories {
    padding: 20px;
}

#right .categories ul,
#right .block-facetapi ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

#right .categories li,
#right .block-facetapi li {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

#right .block-featured-content .header h2 {
    font-size: 14px;
    letter-spacing: 1px;
}

#right .block-featured-content article .header h2 {
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 18px;
    line-height: 18px;
    text-transform: none;
    letter-spacing: 0;
}

#right .block-featured-content article.news .header h4 {
    display: none;
}

#right .block-featured-content .header h2 {
    
}
.js-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E8E8;
    margin-top: 15px;
}

.item {
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E8E8;
}

.js-item h2,
.item h2 {
    position: relative;
}

.js-item h2:before,
.item h2:before,
h2.js-expandable:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    right: 0;
    z-index: 1;
    background: url(../img/icons/icon-more.svg) center center no-repeat;
    transition: transform .5s;
}

.js-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.js-item.open h2:before,
.item h2:before,
h2.js-expandable.open:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .5s;
}

#right .categories .js-item.open ul,
#right .categories .item ul {
    margin-bottom: 0;
}


/* ************************************* */
/* Dateidownload                         */
/* ************************************* */

#main ul.download-file {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

#main ul.download-file li {
    padding-bottom: 5px;
}

#main ul.download-file li:last-child {
    padding: 0;
}

#main ul.download-file li img,
#main ul.download-file li a {
    vertical-align: middle;
    text-decoration: none;
}

#main ul.download-file li img.file-icon {
    margin-right: 5px;
}


/* ************************************* */
/* ??                                    */
/* ************************************* */

.combined ul {
    margin-bottom: 0 !important;
}

.combined ul a {
    border-bottom: 0 !important;
}


/* ************************************* */


/*                                       */


/* Tabellen                              */


/*                                       */


/* ************************************* */

table caption {
    margin-bottom: 12px;
    padding: 0;
    border: 0;
    text-align: left;
}

table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-collapse: collapse;
}

table.table--center,
table.table--center td,
table.table--center th {
    text-align: center;
}

table.table--plain,
table.table--plain td,
table.table--plain th {
    border: 0;
    padding: 0;
    background: transparent;
}

td,
th {
    padding: 10px 10px 10px 12px;
    background: white;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    line-height: 1.8;
    color: #939AA0;
}

td strong,
th strong {
    color: black;
}

th {
    background: #f8f8f8;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

th.views-field-type {
    width: 70px;
}

.views-align-center {
    text-align: center;
}

.view-search-test table {
    width: 100%;
}

.views-field-created {
    width: 100px;
}

.data_emphasis {
    color: #FF512B;
}


/* ************************************* */


/*                                       */


/* Inline                                */


/*                                       */


/* ************************************* */

hr {
    border: none;
    background-color: #929a9f;
    color: #EEEEEE;
    height: 1px;
    width: 100px;
    text-align: center;
    margin-top: 37px;
    margin-bottom: 37px;
}

blockquote {
    padding: 10px 30px 1px 30px;
    color: #a0a5a7;
    border-left: 1px solid #A3A9AE;
    margin-bottom: 30px;
    display: block;
    margin-left: 30px;
}

blockquote p {
    margin-bottom: 15px !important;
}

sup {
    vertical-align: top;
}


/* ************************************* */


/*                                       */


/* DRUPAL Status                         */


/*                                       */


/* ************************************* */

div.messages {
    margin: -47px 0 20px 0;
    letter-spacing: 0.3px;
    padding: 10px 10px 10px 50px;
}

div.messages a {
    color: inherit;
    border-bottom: 1px dotted white;
}

div.messages+div.messages {
    margin-top: 0;
}

div.status {
    background: #91a102 url(../img/icons/icon-status-ok.png) no-repeat 10px center;
    color: white;
    border: 0;
}

div.error {
    background: #E21F3D url(../img/icons/icon-status-error.png) no-repeat 10px center;
    color: white;
    border: 0;
}


/* ************************************* */


/*                                       */


/* DRUPAL Menue                          */


/*                                       */


/* ************************************* */

ul.menu a {
    display: block;
}

.expanded ul.menu {
    margin-left: 20px;
}

.expanded a {
    margin-bottom: 10px;
}

ul.menu li.active a,
ul.menu li a.active {
    color: #333333;
}


/* ************************************* */


/*                                       */


/* Formulare                             */


/*                                       */


/* ************************************* */

form input[type=text],
form input[type=password] {
    -webkit-appearance: none;
    outline: none;
}

.form-item {
    margin-bottom: 15px;
}

.form-item.form-item-pass-pass2 {
    margin-bottom: 0;
}

.form-actions {
    margin-bottom: 20px;
}

.form-item-this-shortened input {
    width: 100% !important;
    color: #929A9F;
}

input[type=text],
input[type=email],
input[type=password] {
    background: #f5f5f5;
    border: 0;
    padding: 7px 7px 9px 7px;
    margin-right: 10px;
    width: 63%;
    margin-bottom: 10px;
    color: #929A9F;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
    background: #eeeeee;
}

textarea {
    background: #f5f5f5;
    border: 0;
    padding: 2px;
    color: #929A9F;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    resize: vertical;
}

form .description {
    font-size: 13px;
    margin-bottom: 20px;
}

.grippie,
ul.tips,
.filter-help {
    display: none;
}


/* ************************************* */


/* DRUPAL Views Exposed Filter Suche     */


/* ************************************* */

.form-item-search-fulltext {
    display: inline;
}

.filters label {
    display: block;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 25px 0;
    font-weight: 700;
}

.filters .form-item-fulltext {
    display: inline-block;
}

.filters .form-item-fulltext input[type=text] {
    width: 200px;
    margin-right: -6px;
}


/* ************************************* */


/* DRUPAL Newsletter Anmeldung           */


/* ************************************* */

.block-simplenews .form-item-mail label {
    display: inline-block;
    margin-right: 10px;
}

.block-simplenews .form-item-mail input[type=text] {
    display: inline-block;
    margin-right: -5px;
    width: 210px;
    vertical-align: middle;
}

.block-simplenews .form-item-mail {
    display: inline;
}

.block-simplenews #edit-submit {
    margin: 0 -5px 0 0;
    vertical-align: middle;
}


/*.js-submit{
  position:absolute;
  top:44px;
  left:243px;
  z-index: 100;
}*/


/*.block-simplenews .content{
  padding:0 0 30px 0;
}*/


/* ************************************* */


/* DRUPAL Kommentare                     */


/* ************************************* */

.form-item-name label,
.form-item-homepage label,
.form-item-subject label,
.form-item-trick-question label,
.field-name-comment-body label,
.form-item-pass label,
.field-name-comment-body label,
.form-item-mail label,
.form-item-field-area-full-und-0-value label,
.form-item-field-area-simple-und-0-value label,
.form-item-title label,
#user-register-form .form-item label,
#user-profile-form .form-item.form-type-textfield label,
#user-profile-form .form-item.form-type-password label {
    margin-bottom: 10px;
    display: block;
    color: #929a9f;
    font-size: 18px;
}

.form-item label.option {
    margin-bottom: 0px;
    display: inline;
}

.addcomment input[type=text],
.addcomment input[type=email],
.addcomment input[type=password] {
    width: 100%;
    margin-right: 0;
}


/* ************************************* */


/* Node Form                             */


/* ************************************* */

.form-item-promote {
    visibility: hidden;
}


/* ************************************* */


/* User Form                             */


/* ************************************* */

#user-login,
#user-pass,
#user-register-form {
    background: white;
    padding: 20px;
    margin-left: 20px;
}


/* ************************************* */


/* Submit                                */


/* ************************************* */

input[type=submit] {
    margin-right: 20px;
    border: 0;
    background-color: #393B3C;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    padding: 10px 14px 11px 14px;
    display: inline-block;
    letter-spacing: 1.5px;
    font-family: 'PT Sans', sans-serif;
}

input[type=submit]:hover,
#edit-preview:hover,
input[type=submit]:active,
#edit-preview:active {
    color: #929a9f;
}

#edit-preview {
    background: #f5f5f5;
    border: 0;
    color: black;
    padding: 8px 15px 7px 15px;
}

.confirmation {
    margin-left: 20px;
    padding: 20px;
    background: white;
}

#main .contextual-links li {
    padding-bottom: 0;
    line-height: 120%;
}

.contextual-links-region-active {
    margin-top: 1px;
}


/* ************************************* */


/* Button                                */


/* ************************************* */

.button {
    background-color: #393B3C;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    padding: 13px 14px 14px 13px;
    display: inline-block;
    letter-spacing: 1.5px;
}

/* .icon-back-button {   
  background-image: url(../img/icons/icon-archive-button.png);
  background-repeat: no-repeat;
  background-position: left center;
} */

.icon-back-button::before {
  content: "chevron_left";
  padding-right: 6px; 
  margin-top: .5px;  
    
  font-style: normal;
  font-family: 'Material Icons';
  font-weight: 800;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  display: block;
  float: left;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

/* .icon-next-button {
  background-image: url(../img/icons/icon-next-button.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 13px 33px 14px 14px;
} */

.icon-next-button::after {
  content: "chevron_right";
  padding-left: 6px;
    
  font-style: normal;
  font-family: 'Material Icons';
  font-weight: 800;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  display: block;
  float: left;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;    
}

.button--next {
  padding: 13px 33px 14px 14px;
}

.button--block {
  padding: 13px 0 14px 0;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.button--news {
  background-color:#F6F6F6;
  color:#929A9F;
}

.button--news:hover {
  background-color:#393B3C;
}


/* ************************************* */


/*                                       */


/* DRUPAL Cite Modul                     */


/*                                       */


/* ************************************* */

.block-services .content {
    text-align: left;
}

.block-services .content>a,
.block-services .content .cite-wrapper {
    display: inline-block;
    margin-right: 0px;
    position: relative;
    padding: 12px 17px 12px 17px;
    background: #3D3F42;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.block-services .content .cite-wrapper>a {
    background: #3D3F42;
    color: white;
    text-transform: uppercase;
}

.cite-style-items {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 998;
    background: #3D3F42;
    width: 145px;
    -webkit-box-shadow: 0 0 6px 0 #999999;
    box-shadow: 0 0 6px 0 #999999;
    display: none;
    text-align: left;
    font-weight: normal;
    text-transform: none;
}

.cite-style-items li {
    padding: 9px 10px 10px 10px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #505255;
    position: relative;
}

.cite-label {
    font-size: 14px;
    color: white;
    cursor: pointer;
}

.cite-content {
    font-size: 14px;
    color: white;
}

.page-cite .cite-label,
.page-cite .cite-content {
    color: black;
}

.page-cite .cite-content {
    margin-bottom: 10px;
}

.page-cite .cite-label {
    border-top: 1px dotted black;
    padding-top: 10px;
    margin-top: 20px;
    font-weight: 600;
}

.page-cite .cite-label:first-child {
    margin-top: 0;
}

.cite-content textarea {
    background: none;
    color: inherit;
    font-size: inherit;
    padding: 0;
    resize: none;
    width: 300px;
    overflow: hidden;
    display: block;
    z-index: 999;
}

.cite-help {
    background-color: #eeeeee;
    padding: 10px;
    margin-bottom: 20px;
}


/* ************************************* */


/*                                       */


/* jQuery IAS Plugin                     */


/*                                       */


/* ************************************* */

.ias_loader,
.ias_trigger {
    text-align: center;
}


/* ************************************* */


/*                                       */


/* jQuery ZeroClipboard Plugin           */


/*                                       */


/* ************************************* */

.copy-button {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px;
    height: 16px;
    width: 16px;
}


/* ************************************* */


/*                                       */


/* Drupal Superfish Modul                */


/*                                       */


/* ************************************* */

.sf-hidden {
    left: -99999em !important;
    top: -99999em !important;
}

.sf-menu,
.sf-menu * {
    list-style: none;
}

.sf-menu {
    z-index: 497;
}

.sf-menu ul {
    left: 50px;
    position: absolute;
    top: 28px;
    background: white;
    -webkit-box-shadow: 0 0 6px 0 #999999;
    box-shadow: 0 0 6px 0 #999999;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    display: none;
}

.sf-menu ul li {
    width: 100%;
    padding: 10px 10px 10px 10px;
    float: none;
    border-bottom: 1px solid #f5f5f5;
}

.sf-menu ul li:last-child {
    border-bottom: 0;
}

.sf-menu li {
    position: relative;
    z-index: 498;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    z-index: 499;
}


/* ************************************* */


/*                                       */


/* Drupal DOI                            */


/*                                       */


/* ************************************* */

.page-node-dara-connector table {
    width: 100%;
}

.page-node-dara-connector legend {
    padding: 5px;
}

.page-node-dara-connector fieldset {
    border: 1px dotted black;
    padding: 20px;
    margin-bottom: 20px;
}

.page-node-dara-connector .fieldset-wrapper a {
    text-decoration: underline;
}

.page-node-dara-connector .fieldset-description {
    margin-bottom: 20px;
}

/* ************************************* */
/*                                       */
/* Drupal Prince Connector               */
/*                                       */
/* ************************************* */

.page-node-prince-connector table {
    width: 100%;
}

.page-node-prince-connector legend {
    padding: 5px;
}

.page-node-prince-connector fieldset {
    border: 1px dotted black;
    padding: 20px;
    margin-bottom: 20px;
}

.page-node-prince-connector .fieldset-wrapper a {
    text-decoration: underline;
}

.page-node-prince-connector .fieldset-description {
    margin-bottom: 20px;
}



/* ************************************* */


/*                                       */


/* Drupal DOAJ                            */


/*                                       */


/* ************************************* */

.page-node-doaj-connector table {
    width: 100%;
}

.page-node-doaj-connector legend {
    padding: 5px;
}

.page-node-doaj-connector fieldset {
    border: 1px dotted black;
    padding: 20px;
    margin-bottom: 20px;
}

.page-node-doaj-connector .fieldset-wrapper a {
    text-decoration: underline;
}

.page-node-doaj-connector .fieldset-description {
    margin-bottom: 20px;
}


/* ************************************* */


/*                                       */


/* Drupal CKEDITOR                       */


/*                                       */


/* ************************************* */

.image-inline {
    margin-bottom: 20px;
}

.img-align-left {
    float: left;
    margin: 6px 20px 0 0;
}

.img-align-center img,
.img--center {
    display: block;
    margin: 0 auto 0 auto;
}

.img--smaller {
    width: 24px;
    height: auto;
}

.img-align-right {
    float: right;
    margin: 6px 0px 0 20px;
}

.image-article_full_width {
    width: 100% !important;
    height: auto !important;
}


/* ************************************* */


/*                                       */


/* Drupal Send validation email          */


/*                                       */


/* ************************************* */

#edit-revalidate {
    background: #EFF0F1;
    padding: 20px;
    margin-bottom: 30px;
}

#edit-revalidate legend {
    float: left;
    display: block;
    width: 100%;
}


/* ************************************* */


/*                                       */


/* Drupal Comment notify                 */


/*                                       */


/* ************************************* */

.form-item-notify {
    margin-top: 20px;
}


/* ************************************* */


/*                                       */


/* JATS                                  */


/*                                       */


/* ************************************* */

.JATS-Only {
    display: none;
}


/* ************************************* */


/*                                       */


/* Almviz: Custom CSS for IPR2           */


/*                                       */


/* ************************************* */

.tick.major {
    background: red;
}

.alm-group {
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E8E8;
    margin-bottom: 15px;
}


/*#alm .alm-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}*/

.alm-group:after,
.alm-source:after {
    content: "";
    display: table;
    clear: both;
}

.alm-source {
    /*  background: #F6F6F6;*/
    /*  padding: 5px 10px 10px 10px;*/
}

.alm-label {
    /*    background: #F6F6F6;*/
    border: none;
    border-radius: 0;
    color: #3c3c3d;
    padding: 10px 10px 0 10px;
    text-align: left;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    display: flex;
}

.alm-count {
    padding: 0;
    order: 2;
}

.alm-count, .alm-count a, .alm-count .alm-label p, .alm-count p a{
    color: #3c3c3d;
}

.alm-label p {
    margin-bottom: 0;
/*     order: 0; */
}

.alm-label .alm-count + p::after{
    content: ": ";
    margin-right: .25em;
}

.alm-control-label {
    text-align: right;
    font-size: 12px;
}

.alm-control {
    color: black;
}

.bar.main,
.barsForTooltip {
    fill: #3c3c3d;
    fill-opacity: 1;
}

.bar.alt {
    fill: #939BA0;
    fill-opacity: 1;
}

.alm-chart {
    display: block;
    margin-top: 10px;
}


/* ************************************* */
/*                                       */
/*        FIGURES & TABELLEN - NEU       */
/*                                       */
/* ************************************* */

figure {
    margin-left: 0;
    margin-right: 0;
}

.img, .image-inline, figure {
    border-top: #eaeaea solid 1px;
    padding-top: 14px;
    border-bottom: #eaeaea solid 1px;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.img .caption, .image-inline .caption, figure figcaption {
    border-top: #eaeaea solid 1px;
    padding-top: 14px;
    margin-top: 14px;
    margin-bottom: none;
    padding-bottom: none;
}

.img .caption .label, .image-inline .caption .label, figure figcaption .label {
    font-weight: 800;
    color: #929a9f;
    text-transform: uppercase;
}

table caption {
    /*   font-size: 16px; */
    border-top: #eaeaea 1px solid;
    padding-top: 14px;
}

.image-inline .caption .label,
.img .caption .label,
figure figcaption .label,
table caption .label {
    font-weight: 800;
    color: #929a9f;
    text-transform: uppercase;
}

/* * * * * * * * *
    Acknowledgements
* * * * * * * * */

article .acknowledgements h2 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #929a9f;
    
}

article .acknowledgements p {
    font-size: 14px;
    line-height: 20px;
}

/* * * * * * * * *
    INTERVIEW
* * * * * * * * */

.interview p {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.interview .statement {
    white-space: normal;
}

.interview .statement p {
    background-color: #f6f6f6;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #3c3c3d;
    margin-left: auto;
    margin-right: auto;
}

.interview .statement p:first-of-type {
    margin-top: 1.5em;
}

.interview .statement[author="cr"] p:first-of-type,
.interview .statement[author="mf"] p:first-of-type {
    margin-right: 32px;
    margin-left: auto;
}

.interview .statement[author="cr"]::before,
.interview .statement[author="mf"]::before {
    content: attr(author);
    text-transform: uppercase;
    color: #fff;
    font-size: 1.25em;
    background-image: url(../img/icons/special/hex.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    text-align: center;
    position: relative;
    float: right;
    height: 32px;
    width: 27.6px;
    right: 0px;
    line-height: 32px;
    top: 1em;
}

.interview .statement[author="ipr"] p {
    margin-left: 32px;
    margin-right: auto;
}

.interview .statement[author="ipr"]::before {
    content: "";
    background-image: url(../img/icons/special/ipr_hex.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    width: 27.6px;
    display: block;
    float: left;
    position: relative;
    left: 0px;
    top: 1em;
}

/* * * * * * * * * * * * * * * * 
SPECIAL ISSUES
* * * * * * * * * * * * * * * */


/* * * * * * * * * * * *
  SI Titles
* * * * * * * * * * * */

article .si_contains + h2#editorial {
    font-size: 32px;
    line-height: 38px;
    /*     margin: 0 0 25px 0; */
    font-weight: 700;
}

article .si_contains + h2#editorial::before {
    content: "Editorial";
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #9a9aad;
    /*     color: #b5a0c2; */
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 7px;
    margin-bottom: 7px;
}


/* * * * * * * * * * * *
  SI Contains
  & Relations
* * * * * * * * * * * */

.si_contains,
.si_relation {
    background-color: #f6f6f6;
    padding: 20px 30px 20px 30px;
    margin-bottom: 30px;
}

.si_contains h2 {
    font-size: 16px;
    color: #9a9aad;
    margin-bottom: 20px;
    padding-bottom: 0;
    line-height: 16px;
}

.si_contains p {
    border-left: 10px solid #c2b1cf;
    font-size: 14px !important;
    line-height: 20px !important;
    padding-left: 15px;
}

.si_contains p:first-of-type {
    margin-top: 0;
    border-left-width: 5px;
    padding-left: 20px;
}

.si_contains p:first-of-type a strong::before {
    content: "Editorial: ";
    padding-right: 8px;
    display: inline-block;
    color: #9a9aad;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.si_contains p:first-of-type a::before {
    content: "arrow_downward";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    display: block;
    float: left;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -5px;
    color: #9a9aad;
}

.si_contains p:last-of-type {
    margin-bottom: 10px;
}

.si_contains p a {
    color: #3c3c3d;
    text-decoration: none;
    transition: color 1s;
    font-size: 16px;
}

.si_contains p a:hover,
.si_relation p a:hover {
    color: #929A9F;
    transition: color 1s;
}

.si_relation {
    border-left: 10px solid #c3b2ce;
    padding-left: 20px;
}

.si_relation p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #3c3c3d;
}

.si_relation p a {
    color: #3c3c3d;
    font-weight: 800;
    text-decoration: none;
    transition: color 1s;
}
/* temporary table / tfoot problem */

.content div.tf {
    margin-top: -14px;
    font-size: 12px;
    color: #939AA0;
    border-bottom: 1px solid #eaeaea;
    line-height: 14px;
    padding-bottom: none;
    margin-bottom: 1em;
    padding-left: 12px;
}

.content div.tf p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px;
}

/* ************************************* */
/*                                       */
/* archive landing page                  */
/*                                       */
/* ************************************* */

article#node-1403 h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;

    border-bottom: 1px solid #eeeeee;
    padding-bottom: .5em;
    
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c a[href="/archives/special-issues"],
#block-views-14b0bfce3c09288ad9bde43958d9ac87 a[href="/archives/concepts-of-the-digital-society"],
#block-views-public-home-block-archive-news a[href="/articles/news"] {
    display: inline-block;
    background-color: #eaeaea;
    padding: 0px 12px 6px 6px;
    border-left: 5px solid #eaeaea;
    margin: 0px 3px 0px 3px;
    color: #3c3c3d; 
    
    transition: all .2s linear;
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c a[href="/archives/special-issues"]:hover,
#block-views-14b0bfce3c09288ad9bde43958d9ac87 a[href="/archives/concepts-of-the-digital-society"]:hover,
#block-views-public-home-block-archive-news a[href="/articles/news"]:hover {
    color: #929a9f;
    transition:  all .2s linear;    
}

/* ************************************* */
/* back issues block                     */
/* ************************************* */

#block-views-f868f08d7be0c32a9a4b241253cb9d4c .list--archive--issues {
    width: 33%;
    min-width: 250px !important;
    padding: 14px;
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c .list--archive--issues .issues {
    background-color: #eaeaea;

    padding: 0px 0px 6px 6px;
    border-left: 5px solid #929aad;
    transition: border-color .2s linear;
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c .list--archive--issues .issues a {
  font-weight: 800;
  line-height: 24px;
  color: #3c3c3d;
  display: block;
    transition: color .2s linear;
    
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c .list--archive--issues .issues:hover, #block-views-f868f08d7be0c32a9a4b241253cb9d4c .list--archive--issues .issues:hover a {
    border-color: #929a9f;
    color: #929a9f;
    transition:  all .2s linear;
    
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c .list--archive--issues .issues .issues__year {
  font-weight: 400;
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c .list--archive--issues .issues .issues__year:before {
    content: " – ";
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c .list--archive--issues .issues a:before {
  content: "library_books";
    position: relative;
    top: 6px;
    margin-right: 6px;
  
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
/*   line-height: 1em; */
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c a[href="/archives/special-issues"] {
    border-left: 5px solid #c3b2ce;
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c a[href="/archives/special-issues"]:hover {
    color: #9b9fbd;
/*     border-color: #9b9fbd; */
    transition: all .2s linear;
}

#block-views-f868f08d7be0c32a9a4b241253cb9d4c a[href="/archives/special-issues"]:before {
    
/*     color: #c3b2ce; */
    
  content: "library_books";
    position: relative;
    top: 6px;
    margin-right: 6px;
  
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
/*   line-height: 1em; */
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;    
}

/* ************************************* */
/* concepts block                        */
/* ************************************* */

#block-views-14b0bfce3c09288ad9bde43958d9ac87 {
    
}

#block-views-14b0bfce3c09288ad9bde43958d9ac87 .list--archive--concepts article.concept::before {
/*     background-image: none; */
    background-image: url(https://policyreview.info/sites/all/themes/ipr2/_res/img/icons/minimal/minimal_concept.svg);
    background-size: 18px;
    background-position: 4px 7px;
}

#block-views-14b0bfce3c09288ad9bde43958d9ac87 .list--archive--concepts article {
    background-color: #eaeaea;
/*     padding-left: 30px; */
    color: #3c3c3d;
/*     background-image: none !important; */

    padding: 0px 0px 6px 25px;
    border-left: 2px solid #f38b82;
    transition: border-color .2s linear;
}

#block-views-14b0bfce3c09288ad9bde43958d9ac87 .list--archive--concepts article p b a {
    color: #3c3c3d;
    transition: all .25s ease-in-out;
}

#block-views-14b0bfce3c09288ad9bde43958d9ac87 .list--archive--concepts article:hover p b a {
    color: #929a9f;
    transition: all .25s ease-in-out;
}

#block-views-14b0bfce3c09288ad9bde43958d9ac87 a[href="/archives/concepts-of-the-digital-society"] {
    border-left: 5px solid #f38b82;
}

#block-views-14b0bfce3c09288ad9bde43958d9ac87 a[href="/archives/concepts-of-the-digital-society"]:before {
  content: "library_books";
    position: relative;
    top: 6px;
    margin-right: 6px;
  
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
/*   line-height: 1em; */
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;       
}
    
/* ************************************* */
/* news & opeds block                    */
/* ************************************* */

#block-views-public-home-block-archive-news .list.list--archive.list--archive--news {
    padding: 14px;
}

#block-views-public-home-block-archive-news .list.list--archive.list--archive--news article {
    padding: 6px 0px 6px 28px;
    border-left: 2px solid #a7b435;
    background-color: #eaeaea;
    max-width: 66%;
    min-width: 33%;
    
}

#block-views-public-home-block-archive-news .list.list--archive.list--archive--news article p a {
    color: #3c3c3d;    
    transition: all .25s ease-in-out;

}

#block-views-public-home-block-archive-news .list.list--archive.list--archive--news article:hover p a {
    color: #929a9f;
    transition: all .25s ease-in-out;
}


#block-views-public-home-block-archive-news .list.list--archive.list--archive--news article:before {
    content: " ";
    margin: 7px 0px 0px 4px;
/*     padding-top: 6px; */
    background-repeat: no-repeat;
/*     background: none; */
    background: 
        url(../img/icons/minimal/minimal_news.svg);
/*         linear-gradient(71deg, #a7b435 0%, #a7b435 70%, #f6f6f6 70%, #f6f6f6 100%)0% 100%; */
    width: 18px;
    height: 18px;
    
}

#block-views-public-home-block-archive-news .list.list--archive.list--archive--news article.guest-post {
    border-left-color: #f8bd00;
}

#block-views-public-home-block-archive-news .list.list--archive.list--archive--news article.guest-post:before {
    background: 
        url(../img/icons/minimal/minimal_comment.svg);
}

#block-views-public-home-block-archive-news a[href="/articles/news"] {
/*     border-image: linear-gradient(#f8bd00 50%, #a7b435 50%)0% 100%; /* looks alright, kinda works */
    border-image: linear-gradient(-1deg, #f8bd00 0%, #f8bd00 50%, #a7b435 50%, #a7b435 100%)0% 100%; /* step it up a notch */

/*      background: rgb(248,189,0); */
/*        border-image: linear-gradient(161deg, rgba(248,189,0,1) 0%, rgba(248,189,0,1) 50%, rgba(167,180,53,1) 50%, rgba(167,180,53,1) 100%);  */
}

#block-views-public-home-block-archive-news a[href="/articles/news"]:before {
  content: "library_books";
    position: relative;
    top: 6px;
    margin-right: 6px;
  
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
/*   line-height: 1em; */
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;     
}

/* * * * * * * * * */
/* legend + about  */
/* * * * * * * * * */

/* legend */

#block-block-1 .fake_p {
    margin-bottom: 10px;
    line-height: 20px;
}

#right #block-block-1 .content a {
    color: #3c3c3d;
}

#right #block-block-1 .content a:hover {
    color: #929a9f;
}

#right #block-block-1 .content .content_types {
    border-bottom: 1px solid #eeeeee;
    transition: height 1s;
}

#right #block-block-1:hover .content .content_types {
    height: 100%;
    overflow-y: hidden;
    border-bottom: 1px solid #eeeeee;
    transition: height 1s;
}

#right #block-block-1 .content_types label {
    text-decoration-style: dashed;
    text-decoration-line: underline;
}

#right #block-block-1 .content_types label:hover {
    color: #929A9F;
}

#right #block-block-1 .content_types label:hover:after {
    transform: rotate(30deg);
    transition: all .15s ease-in-out;
}

#right #block-block-1 .content_types label:hover+dl.collapsible-content {
    max-height: 42px;
    opacity: .2;
    transition: all .15s ease-in-out;
}

#right #block-block-1 .content_types label:after {
    display: inline-block;
    content: "";
    position: relative;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    z-index: 1;
    background: url(../img/icons/icon-more.svg) center center no-repeat;
    transition: all .25 ease-in-out;
}


/* collapse */

#right #block-block-1 .content_types input {
    display: none;
}

#right #block-block-1 .content_types dl.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
    padding-top: 5px;
}

#right #block-block-1 .content_types input.collapsible:checked+label+dl.collapsible-content {
    max-height: 430px;
    opacity: 1;
    transition: all .25s ease-in-out;
}

#right #block-block-1 .content_types input.collapsible:checked+label:after {
    transform: rotate(90deg);
    transition: all .25s ease-in-out;
}

#right #block-block-1 .content .content_types dl div {
    display: flex;
    flex-direction: column;
}

#right #block-block-1 .content .content_types dl div:first-of-type {
    border-bottom: solid 1px #eeeeee;    
}

#right #block-block-1 .content .content_types dl div:first-of-type h3 {
    order: 1;
    margin-bottom: 0;
}

#right #block-block-1 .content .content_types dl div h3 {
    font-size: 10px;
    font-weight: 100;
    text-transform: uppercase;
    color: #929a9f;
    margin-top: 2px;
    text-align: right;
}

#right #block-block-1 .content .content_types dl dt {
    display: inline-block;
}

#right #block-block-1 .content .content_types dl dt span.label {
    display: block;
}

#right #block-block-1 .content .content_types dl dt img {
    float: left;
    height: auto;
    width: 21px;
    position: relative;
    margin-right: 10px;
}

#right #block-block-1 .content .content_types dl dt span.label {
    font-weight: 800;
    line-height: 21px;
    display: block;
    margin-bottom: 3px;
}

#right #block-block-1 .content .content_types dl dd {
    display: block;
    line-height: 1.1em;
    margin-left: 31px;
    margin-top: -5px;
    margin-bottom: 5px;
}

#right #block-block-1 .content .publishers {
    margin-top: 12px;
/*     margin-bottom: 12px; */
    /*     display: grid; */
}

#right #block-block-1 .content .publishers>span {
    color: #929a9f;
    font-size: 10px;
    /*     padding-bottom:: 2em;     */
}

#right #block-block-1 .content .publishers .publisher_container {
    margin-bottom: 10px;
}

.publisher_container a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#right #block-block-1 .content .publishers .publisher_container svg {
    padding: 5px;
}

#right #block-block-1 .content .publishers .publisher_container svg#hiig-logo {
    /*     width: 80%; */
    height: 50px;
}

#right #block-block-1 .content .publishers .publisher_container#in_cooperation_with svg#cis-logo {
    /*     width: 120px; */
}

#right #block-block-1 .content .publishers .publisher_container#in_cooperation_with {
    display: grid;
    grid-template-columns: 1.61fr 1fr;
    grid-column-gap: 15px;
    /*     grid-row-gap: 5px; */
    /*     vertical-align: middle; */
    /*     margin-bottom: 0; */
}

#right #block-block-1 .content .publishers .publisher_container#in_cooperation_with a svg {
    height: auto;
    width: 100%;
}

/* coloring logos */

#block-block-1 svg#hiig-logo #gate,
#block-block-1 svg#hiig-logo #i-blue,
#block-block-1 svg#hiig-logo #o-green,
#block-block-1 svg#hiig-logo #shield-bottom,
#block-block-1 svg#hiig-logo #name,
#block-block-1 svg#CREATe-logo,
#block-block-1 svg#CREATe-logo path,
#block-block-1 svg#cis-logo,
#block-block-1 svg#IN3-logo #university-name path,
#block-block-1 svg#IN3-logo #RampI path,
#block-block-1 svg#IN3-logo #IN3 path,
#block-block-1 svg#IN3-logo #horizontallogo>path,
#block-block-1 svg#IN3-logo #logo path {
        fill: #929a9f; 
/*     fill: #3c3c3d; */
}

#block-block-1 svg#hiig-logo #shield-deco,
#block-block-1 svg#hiig-logo #i-letter,
#block-block-1 svg#hiig-logo #o-letter {
    fill: #f6f6f6;
}

#block-block-1 svg#IN3-logo #logo #UOC path {
    fill: #f6f6f6;
}

/* color hover fx */

#block-block-1 .publishers path,
#block-block-1 .publishers rect,
#block-block-1 .publishers g {
    transition: all ease-in-out .25s;
}

#block-block-1 .publishers:hover path,
#block-block-1 .publishers:hover rect,
#block-block-1 .publishers:hover g {
    transition: all ease-in-out .25s;
}

#block-block-1 .publishers:hover svg#hiig-logo #gate,
#block-block-1 .publishers:hover svg#hiig-logo #name,
#block-block-1 .publishers:hover svg#hiig-logo #shield-bottom {
    fill: #949CA1;
}

#block-block-1 .publishers:hover svg#hiig-logo #i-blue {
    fill: #0084A8;
}

#block-block-1 .publishers:hover svg#hiig-logo #o-green {
    fill: #b0b91d;
}

#block-block-1 .publishers:hover svg#hiig-logo #shield-deco,
#block-block-1 .publishers:hover svg#hiig-logo #i-letter,
#block-block-1 .publishers:hover svg#hiig-logo #o-letter {
    fill: #ffffff;
}

#block-block-1 .publishers:hover svg#IN3-logo #lines,
#block-block-1 .publishers:hover svg#IN3-logo #logo path {
    fill: #38ff90;
}

#block-block-1 .publishers:hover svg#IN3-logo #logo #UOC path,
#block-block-1 .publishers:hover svg#IN3-logo #IN3 path,
#block-block-1 .publishers:hover svg#IN3-logo #RampI path,
#block-block-1 .publishers:hover svg#IN3-logo #university-name path {
    fill: #000078;
}

#block-block-1 .publishers:hover svg#CREATe-logo path,
#block-block-1 .publishers:hover svg#cis-logo {
    fill: #000000;
}

#block-block-1 .publishers:hover a#all_partners:after {
    margin-left: 2px;
    transition: all .25s ease-in-out;
}

/* all partners */

#right #block-block-1 .content .publishers a#all_partners {
    align-self: end;
    color: #929a9f;
/*     text-decoration-style: dashed;
    text-decoration-line: underline; */
    font-size: 10px;
    margin-bottom: 4px;
}

#right #block-block-1 .content .publishers a#all_partners:after {
    content: "chevron_right";
    font-style: normal;
    font-family: 'Material Icons';
/*     font-weight: 800; */
    font-size: 10px;
    vertical-align: -2px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
/*     float: left; */
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    transition: all .25s ease-in-out;
}

#right #block-block-1 .content .publishers a#all_partners:hover {
    color: #3c3c3d;
    transition: all .25s ease-in-out;
}

#right #block-block-1 .content .publishers a#all_partners:hover:after {
    margin-left: 5px;
    transition: all .25s ease-in-out;
}

/* announcements */

#block-block-13 .content ul {
    
}

#block-block-13 .content ul li {
    background-color: #f9f9f9;
    color: #929a9f;
    padding: 10px 15px 10px 10px;
}

#block-block-13 .content ul li p a {
    color: #3c3c3d;
    transition: all ease .25s;
}

#block-block-13 .content ul li p a:hover {
    color: #929a9f;
    transition: all ease .25s;    
}

#block-block-13 .content ul li:before {
  font-size: 24px;  
    
  font-style: normal;
  font-family: 'Material Icons';
  letter-spacing: normal;
  text-transform: none;
  display: block;
  float: left;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
    
    margin-top: 9px;
  
}

#block-block-13 .content ul li.event:before {
    content: "event";
}

#block-block-13 .content ul li p {
    margin-left: 32px;
}

/* ORCiD */
/* user profile page */

.profile_user_orcid p a[href^="https://orcid.org/"]:before {
    content: " ";
    background-image: url(../img/logo/orcid.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: baseline;
    margin-bottom: -4px;
    
}

/* note */

article div.note {
    background-color: #f6f6f6;
	background-color: #f6f6f6;
	padding: 20px 30px 20px 30px;
	margin-bottom: 1em;
}