
/*  */
/* 
*/
.kit-publications-year-title.kit-publications-title-level-1 {
    line-height: 35px;
    font-size: 1.35em;
}

/* Table as grid */
#div_4590 table {
    text-align: center;
}
#div_4590 thead {
    display: none;
}
#div_4590 tr {
    display: inline-block;
    max-width: 380px;
    margin: 10px;
    background: #f2f2f2;
    border-radius: 0px 15px 0px 15px;
    vertical-align: top;
    padding: 10px;
    text-align: left;
}
#div_4590 td {
    display: block;
    padding: 5px;
}
#div_4590 td img {
    margin: 0 auto;
    display: block;
}

/* News-Bilder */
figure.shadow {
    max-height: 220px;
    overflow: hidden;
}

/* News-Überschrift auf Archiv-Seite */
#table_4832 > caption {
    display:none;
}

/* Weniger Zeilenumbrüche im Titel auf Startseite */
.stage-slider .swiper-slide .h1.underline {
    font-size: 4.5rem;
    font-weight: 300;
}


/* Bilder in Teaser-Boxen füllen ganze Höhe */
.service-tile figure.shadow {
  max-height: 100% !important;
}
/*  */