#kalender { position: relative; display: block; max-width: 1400px; margin: 0 auto; margin-top: -80px; z-index: 999999; }
#kalender_inner { display: block; padding: 0 10px; overflow: hidden; white-space: nowrap; background-color: white; box-sizing: border-box;  }

.tagestermin { display: inline-block; vertical-align: top; white-space: nowrap; line-height: 80px; height: 80px; padding: 0 4px; }
.tagestermin span { display: inline-block; vertical-align: top; color: #E6007E; font-size: 16px; font-weight: 900; text-transform: uppercase; margin-top: 3px; padding-left: 15px; }
.tagestermin a { display: inline-block; color: #000; font-size: 26px; font-weight: 700; vertical-align: top; }
.tagestermin a:hover, .tagestermin .tag_aktiv { color: #E6007E; background-image: url('../../img/dreieck.png'); background-position: top center; background-size: 15px auto; background-repeat: no-repeat; }


#back {  display: block; vertical-align: top; float: left; width: 70px; height: 80px; line-height: 80px; display: block; background-color: #fff; font-size: 0; text-align: center; }
#next {  display: block; vertical-align: top; float: right; width: 70px; height: 80px; line-height: 80px; display: block; background-color: #fff; font-size: 0; text-align: center; }

#back:after { content:'\1438'; display: inline-block; font-size: 32px; color: #E6007E; font-weight: 900;  }
#next:after { content:'\1433'; display: inline-block; font-size: 32px; color: #E6007E; font-weight: 900; }

#kalender .tagestermine { position: absolute; z-index: 99999; color: #fff; display: none; bottom: 0; left: 0; margin-bottom: 60px; max-width: 1400px; width: 100%; height: auto; padding: 0 0 20px 0;
}

.tagestermine_inner { display: block; padding: 20px; background-color: #E6007E; line-height: 28px; font-size: 18px;  }
.tagestermine_inner p { border-bottom: 1px dotted #fff; }
.tagestermine_inner h4 { margin: 0; color: #fff; font-size: 26px; line-height: 34px; }
.tagestermine_inner a { display: inline-block; color: #fff; border: 1px solid white; padding: 8px 10px; font-size: 14px; vertical-align: top; font-weight: 900; background-image: url('../../img/tickets_icon.svg '); background-position: left 5px center; background-size: auto 26px; background-repeat: no-repeat; padding-left: 40px; }
.tagestermine_inner a:hover { transform: scale(1.05); }
.tagestermine_inner .button_link, .tagestermine_inner .button_nolink { float: right; }
.tagestermine_inner .button_nolink { cursor: default; pointer-events: none; text-decoration: line-through; background-color: #000; }
.tagestermine_inner .timelocation { display: block; font-size: 16px; }
.tagestermine_inner .event { display: block; font-weight: 700; }



#kalender .uhrzeit { display: inline-block; background-image: url('../../img/icon_time.png'); background-position: left center; background-size: 16px auto; background-repeat: no-repeat; padding-left: 20px; font-size: 16px;  box-sizing: border-box; }

#kalender .ort { margin-left: 30px; display: inline-block; background-image: url('../../img/icon_location.png'); background-position: left center; background-size: 16px auto; background-repeat: no-repeat; padding-left: 20px; font-size: 16px; box-