@charset "utf-8";

div#inhalt_1 { width:73%; border-right:1px solid silver; padding-right:10px; }
div#inhalt_2 { width:24%; vertical-align:top; margin-left:20px;}
div#inhalt_1, div#inhalt_2 { display:inline-block; margin-top:-10px;}

table.termine {
width:100%; border:0; border-collapse:collapse; margin-bottom:2.5em; font-size:1.0em; background-color: white;
}
table.termine tr:hover {

background: #f0ece4;

}
th.monat {
border:0; background-color:#e4e0e0; padding:0.4em; text-align:center; font-size:1.05em; font-weight:bold; color:#484848; letter-spacing: 0.03em;
}
td.datum, td.text {
border:0; border-bottom: 1px solid silver; padding: 0.5em 0.75em; text-align:left; font-size:1.0em;
}
td.datum {width:16% }
td.text {width:84% }

table span { margin-right:2em; }


@media only screen and (max-width:900px) {
div#inhalt_1, div#inhalt_2 { width:100%; border:none; padding:0; margin:0 auto; display:block; }
 div#inhalt_2 { max-width:300px;}
}
@media only screen and (max-width:600px) {
table span {display:block; margin-right:0; }
}

.violett { color:#9400d2; }
.braun { color:#954000; }
.rot { color:#f00000; margin-right:2em; }
.blau { color:blue; margin-right:3em; }
.gruen { color:#20a000; }
.legende { font-size:0.95em;}