
/*  */
/* 
*/

/* Tabellen Styles*/

thead th {
    background-color: #9fc131!important;
    padding: 5px;
 

}

table, th, td {
  border: 0px;
}

tbody.pub tr.pub:hover, tfoot tr.pub:hover { background-color:#cfe098; }

/*für neues Layout */
a[href^=http]:not([href*='kit.edu']):after {
    content: none !important;
}
svg {
    font-style:normal !important;
}
.page-header .logo a {
    padding-bottom: 80% !important;
}
.page-header.scrolled .logo a {
    padding-bottom: 75% !important;
}
.page-header.scrolled .logo svg {
    height: 100% !important;
}
@media (max-width: 1024px) {
    .page-header .logo svg, .page-header.scrolled .logo svg {
        height: 100% !important;
    }
    .page-header .logo a {
        padding-bottom: 65% !important;
    }
}
 
/*  */