body { overflow-y: scroll; }

.sponsoren { padding-top: 20px; }

.rounded { margin-bottom: 5px; }

.talks { list-style: none; margin:0; padding:0; }
.talks li { padding: 2px 0; }
.talks li a { font-weight: bold; color: #00377a; padding: 3px 5px; border: 1px solid #ccc; border-radius: 3px; font-size: 1.2em; display: block; overflow: hidden; text-decoration: none; line-height: 120%;  }
.talks img {  float: left; width: 60px; height: 45px; margin-right: 5px; border:1px solid #CCC;  }
.talks li a:hover { background: #f28e00; transition: all 0.5s ease; }
.talks li a:first-line { font-weight: normal; font-size:0.8em; }
.talks li.subtitle { border-radius: 3px; padding: 10px 10px; color: #FFF; font-size: 1.3em; border: 1px solid #ccc; background: #aaa; margin: 5px 0; font-weight: 400; }