html { overflow-y: scroll; }

body  { padding-top: 70px; padding-bottom: 70px;  font-family: 'Noto Sans JP', sans-serif; color: #646567;
  background-image: url(../images/hintergrund26.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
  }



 
@media(max-width: 480px) {
    .talks img {display: none; }
	.leftbox h1 { margin: 10px 0; }
}

@media(max-width: 768px) {
	h2 { font-size: 1.3em; }
   .talks img {display: none; }
   .leftbox h1 { margin: 10px 0; }
}


.talk { margin:0; padding: 0; font-size: 1.2em; font-weight: 700; }
.speaker { color: #999; font-size: 1.1em;  }



.veranstaltung { border: 1px solid #646567; padding: 20px; overflow: hidden; background: #f9f9f9; margin-bottom:20px;  }
.buttonsVA  { min-width: 130px; } 

.veranstaltung h2 { color: #a6042d; }
.veranstaltung h2 small { color:#005da0; }
.veranstaltung h3 {color: #646567; }
.veranstaltung  hr { margin-top: 10px; margin-bottom: 10px; } 

.start {  }


.logo { height: 80px; margin-right: 20px; }

h2 { margin: 0; }




/* Farben 

Blau:	#005da0
Rot:	#a6042d
Grau:	#646567


.box { border: 1px solid #CCC; padding: 10px; margin: 10px 0;}
.box h1 { font-size: 20px; font-weight: 500; margin: 0 0 10px;  }

.leftbox { border: 1px solid #CCC; padding: 10px; margin: 10px 0;}
.leftbox h1 { margin: 20px 0 20px 0;  }

.top-box { margin-top: 30px; }
.speaker { list-style: none; padding: 0; }
.speaker li { border: 1px solid #ccc; margin-bottom: 10px; padding: 5px;  }
.speaker li:first-line { font-weight: bold; }


.talks { list-style: none; margin:0 ; padding:0; }
.talks li { padding: 2px 0; }
.talks li a { font-weight: 700; color: rgb(51,51,51); 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: #dedede; transition: all 0.5s ease; }
.talks li a:first-line { font-weight: normal; font-size:0.8em; }
.talks li.subtitle { border-radius: 3px; padding: 5px 3px; color: #fff; font-size: 1.3em; border: 1px solid #ccc; background: #c3c3c3; margin: 5px 0; }

.talks li a.freigabe { color: #ccc; }
.talks li a.freigabe:hover { color: #ccc; background: #FFF; }
 */



