/*

blue:       #1CBDCE
lightblue:  #A1DAE4
paleblue:   #DBE7EE
text:       #231F20
yellow: #f9b200
purple: #771C7F
green: #007233
magenta: #E2007A
orange: #EC7404
*/


body  { background-color: white;}
body,p  {font-size: 15px;}

/*.aachen {color: #0951a0 !important;}
.braunschweig {color: orangered!important;  }
.darmstadt {color:#a60000 !important;}
.hannover {color: #ff0000 !important;}
.julich {color: #819cc8 !important;}
.karlsruhe {color: #80c41c !important;}
.stuttgart {color: #0dcef0 !important;}

a:link[href*="rwth-aachen.de"] {
    color: #0951a0 !important;
  }

  a:link[href*="tu-braunschweig.de"] {
    color: orangered!important;
  }
  
  a[href*="tu-darmstadt.de"] {
  color:#a60000 !important;
  }
  
  a[href*="tib.eu"] {
  color: #ff0000 !important;
  }
  
  a[href*="fz-juelich.de"] {
  color: #819cc8 !important;
  }
  
  a[href*="kit.edu"] {
  color: #80c41c !important;
  }
  
  a[href*="uni-stuttgart.de"] {
    color: #0dcef0 !important;
    }
  
*/



.text-yellow {
    color: #F9B200;
}

.bg-yellow {
    background-color: #F9B200;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

h1 {
    font-size: 1.4em;
    font-weight: 600;
}

h2 {
    font-size: 1.2em;
    font-weight: 400;
}

h3 {
    font-size: 1em;
    font-weight: bold;
}


h4 {
    font-size: 1em;
    font-weight: normal;
}


p {
    margin-top: 0;
    line-height: 1.75em;
}

main a:hover{
    color: #e2006b;
}

.btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 3px;
    border: none;
    font-size: 105%;
}

.btn:hover {
    cursor: pointer;
}

.bg-color {
    background: #ccc;
}


/* lcp */


a.listing, a.listing:hover { color:black; }

.lcp-template .item .title {
    font-size: 130%;
    font-weight: 700;
    
}

.list-item .date {}

.lcp-template .item .color-step-text{
    color: #f9b200;
}

.lcp-template .item:nth-child(2n+2) .color-step-text{
    color: #e2006b;
}

.lcp-template .item:nth-child(3n+3) .color-step-text{
    color: #007233;
}

.lcp-template .item:nth-child(4n+4) .color-step-text{
    color: #A1DAE4;
}

.lcp-template .item:nth-child(5n+5) .color-step-text{
    color: #EC7404;
}

.lcp-template .item:nth-child(6n+6) .color-step-text{
    color: #771C7F;
}

.lcp-template .icon{
    position: absolute;
    top: -8px;
    margin-left: -50px;
    font-size: 40px;
}

/* lcp-grid */
.lcp-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lcp-grid .title{
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}

.lcp-grid .grid-item {
    position: relative;
    background: white;
    padding: 15px;
    width: 32%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.lcp-grid .grid-item .btn{
    float: right;
}

.lcp-grid .more {
    text-align: right;
    font-size: 120%;
    font-weight: 700;
}

.lcp-grid .excerpt {
    flex-grow: 1
}

/* lcp list */
.list-item {
    position: relative;
    padding-left: 45px;
    margin-bottom: 35px;
}



.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

/*     ELEMENTOR OVERWRITE  */

.elementor-widget-image .elementor-image>a, .elementor-widget-image .elementor-image figure>a {
    display: block;

}

/*     ELEMENTOR OVERWRITE END */

@media only screen and (max-device-width: 768px) {
.lcp-grid .grid-item {width:70%;    }
    }

@media only screen and (max-device-width: 480px) {
.lcp-grid .grid-item {width:100%;    }
    }

 a:link, a:active {color:black;  text-decoration: none;}

p a:link, p a:active {color:black;border-bottom: 1px dotted gray;  text-decoration: none;}
p a:hover {color:black; border-bottom: 2px dotted gray;    text-decoration: none; }

p a[href$=".pdf"] {
 background-image: url(../images/pdf.svg);
 background-repeat: no-repeat;
  padding-left: 22px;
}

a[href$=".doc"] {
 background-image: url(../images/doc.svg);
 background-repeat: no-repeat;
  padding-left: 22px;
}


h1 {font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 400;
    color: #000E52;
  }
  
  h2 {  font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    color: #000E52;
  }
  
  
  h3 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    color: #000E52;
  }
  
  /* ibm-plex-serif-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ibm-plex-serif-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../fonts/ibm-plex-serif-v15-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  
  /* ibm-plex-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ibm-plex-sans-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../fonts/ibm-plex-sans-v14-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* ibm-plex-sans-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ibm-plex-sans-v14-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../fonts/ibm-plex-sans-v14-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }