#calendar-info {
  width: 100%;
  padding: 50px 0 50px 0;
  background: #ccc49a;
}
#calendar-info .calendar-info-box {
  width: 460px;
  float: left;
  margin-left: 15px;
  margin-right: 20px;
  /*
		&:nth-of-type(3) {
			display: none;
		}
		*/
}
#calendar-info .calendar-info-box p {
  margin-bottom: 0;
}
#calendar-info .calendar-info-box .startseite-event-title {
  font-size: 28px;
  line-height: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
}
#calendar-info #calendar-button-wrapper {
  width: 100%;
  text-align: center;
  margin: 0 0 -100px 0;
}
#calendar-info #calendar-button-wrapper img:hover {
  cursor: pointer;
}
.sold-out {
  color: #d21a1a;
  font-size: 21px;
}
@media (max-width: 990px) {
  #calendar-info {
    position: relative;
    margin-bottom: 50px;
  }
  #calendar-info .calendar-info-box {
    width: 325px;
    /*
			&:nth-of-type(3) {
				display: none;
			}
			*/
  }
  #calendar-info #calendar-button-wrapper {
    position: absolute;
    margin: 0;
    right: -300px;
    top: 20px;
  }
}
@media (max-width: 720px) {
  #calendar-info {
    margin-bottom: 30px !important;
  }
  #calendar-info .calendar-info-box {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    /*
		&:nth-of-type(2) {
			display: none;
		}
		*/
  }
  #calendar-button-wrapper {
    position: absolute;
    margin: 0;
    right: -180px !important;
  }
}
/*
-------- event list : day list --------
*/
#calendar {
  margin-top: 0;
  /* top is supposed to touch bottom of the "filter" on event list */
}
#calendar.homepage {
  margin-top: 0px;
}
.calendar-arrow-r:before,
.calendar-arrow-r:after,
.calendar-arrow-l:before,
.calendar-arrow-l:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0px;
  border: 23px solid transparent;
  /* half arrow height */
}
.calendar-arrow-l:before,
.calendar-arrow-l:after {
  left: -4px;
  border-right-color: #d21a1a;
}
.calendar-arrow-l:after {
  border-right-color: #fff;
  left: 0px;
  /* :before left + line width */
}
.calendar-arrow-r:before,
.calendar-arrow-r:after {
  right: -4px;
  border-left-color: #d21a1a;
}
.calendar-arrow-r:after {
  border-left-color: #fff;
  right: 0px;
}
.calendar-arrow-l:hover:before,
.calendar-arrow-r:hover:before {
  opacity: 0.25;
}
.calendar-arrow-l,
.calendar-arrow-r {
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  top: 25px;
}
.calendar-arrow-l {
  left: 0px;
}
.calendar-arrow-r {
  right: 0px;
}
#calendar {
  position: relative;
  /* for arrow positioning */
  clear: both;
  /* needed on homepage to clear floated image slider arrows above */
}
.calendar-daylist {
  overflow: hidden;
  margin: 0 50px;
  /* margin for arrows */
  height: 130px;
  white-space: nowrap;
  font-size: 0;
  /* remove inline-block whitespace */
}
.calendar-daylist .calendar-day {
  font-family: 'Nexa W04';
  color: #000;
  display: inline-block;
  box-sizing: border-box;
  -width: 66px;
  /* 92px total */
  -margin: 0 13px;
  -padding: 10px 5px;
  /* width + margin = 100% / 13 */
  width: 5.6923%;
  margin: 0 1%;
  height: 100%;
}
.calendar-daylist .calendar-day.noevent {
  color: #999;
}
/* day highlight : events page */
.calendar-daylist .calendar-day:hover {
  opacity: 0.25;
}
.calendar-daylist .calendar-day.active {
  background: #ccc49a;
  opacity: 1;
}
/* day highlight : homepage */
.homepage .calendar-daylist .calendar-day:hover {
  opacity: 0.25;
}
.homepage .calendar-daylist .calendar-day.active {
  background: transparent;
  opacity: 1;
  color: #d21a1a;
  position: relative;
}
.homepage .calendar-daylist .calendar-day.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -2px;
  border: 16px solid transparent;
  border-bottom-color: #ccc49a;
  margin-left: -16px;
  left: 50%;
}
.calendar-daylist .calendar-day b,
.calendar-daylist .calendar-day span {
  display: block;
  -width: 100%;
  text-align: center;
}
.calendar-daylist .calendar-day b {
  font-family: "Nexa W04 Bold1279264";
  padding: 6px 0;
  margin: 25px 0 8px;
  line-height: 40px;
  font-size: 40px;
}
.calendar-daylist .calendar-day span {
  font-family: "Nexa W04 Bold1279264";
  line-height: 25px;
  font-size: 25px;
}
.calendar-arrow-r:before,
.calendar-arrow-r:after,
.calendar-arrow-l:before,
.calendar-arrow-l:after {
  border-width: 16px;
  /* half arrow height */
}
.calendar-arrow-l:before,
.calendar-arrow-l:after {
  left: 2px;
}
.calendar-arrow-l:after {
  left: 6px;
}
.calendar-arrow-r:before,
.calendar-arrow-r:after {
  right: 2px;
}
.calendar-arrow-r:after {
  right: 6px;
}
.calendar-arrow-l,
.calendar-arrow-r {
  width: 52px;
  height: 52px;
  top: 25px;
}
.calendar-daylist {
  height: 110px;
}
.calendar-daylist .calendar-day b {
  padding: 6px 0;
  margin: 22px 0 8px;
  line-height: 28px;
  font-size: 28px;
}
.calendar-daylist .calendar-day span {
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 990px) {
  /* 721 - 990px */
  .calendar-daylist .calendar-day {
    /* width + margin = 100% / 6 */
    width: 14.66666%;
    margin: 0 1%;
    height: 100%;
  }
}
@media (max-width: 720px) {
  /* 480 - 720px */
  .calendar-daylist .calendar-day {
    /* width + margin = 100% / 4 */
    width: 23%;
    margin: 0 1%;
    height: 100%;
  }
}
@media (max-width: 379px) {
  .calendar-daylist .calendar-day {
    --width: 23%;
    --margin: 0 1%;
    --height: 100%;
  }
}
/*
-------- event list : month dropdown --------
*/
.calendar-month {
  clear: both;
  padding: 24px 0 0px;
  -position: relative;
  height: 50px;
  font-size: 30px;
  text-align: center;
  font-family: "Nexa W04 Light1279284";
}
@media (max-width: 479px) {
  .calendar-month {
    padding: 14px 0 0px;
    height: 42px;
    line-height: 24px;
    font-size: 24px;
  }
}
.calendar-month-label:after {
  content: ' ';
  background: url(../../img/calender_picker_arrow_down.png) right center no-repeat;
  background-size: 28px;
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -4px;
}
.calendar-month-label {
  color: #000 !important;
  display: inline-block;
}
/*
.calendar-month:hover .calendar-months {
	display: block;
}
*/
.calendar-months {
  text-align: left;
  position: absolute;
  left: 50%;
  width: 640px;
  max-height: 580px;
  overflow-y: auto;
  margin-left: -320px;
  margin-top: 6px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  z-index: 10;
  display: none;
}
.calendar-months .month-column {
  width: 46%;
  padding: 2%;
  float: left;
  box-sizing: border-box;
}
.calendar-months .month-column a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 12px 20px;
  line-height: 60px;
  font-size: 40px;
  font-family: "Nexa W04 Light1279284";
  color: #7e7e7e;
}
.calendar-months .month-column a:hover {
  color: #000;
}
/*
 * No more "big screen" fonts for now
 */
.calendar-month-label:after {
  background-position: right 6px;
}
.calendar-months .month-column a {
  padding: 10px 40px;
  line-height: 26px;
  font-size: 26px;
  white-space: nowrap;
}
@media (max-width: 990px) {
  /* 721 - 990px */
  .calendar-months {
    width: 600px;
    margin-left: -300px;
  }
  .calendar-months .month-column a {
    padding: 6px 32px;
    line-height: 26px;
    font-size: 26px;
  }
}
@media (max-width: 720px) {
  /* 480 - 720px */
  .calendar-months {
    width: 460px;
    margin-left: -230px;
  }
  .calendar-months .month-column {
    padding: 1%;
  }
  .calendar-months .month-column a {
    padding: 8px 40px;
    line-height: 32px;
    font-size: 32px;
  }
}
@media (max-width: 720px) {
  .calendar-months .month-column {
    width: 100%;
    padding: 0;
  }
  .calendar-months {
    width: 100%;
    margin-left: -50%;
    padding: 0;
  }
}
@media (max-width: 479px) {
  .calendar-months .month-column a {
    padding: 4px 40px;
    line-height: 23px;
    font-size: 20px;
  }
  .calendar-months {
    max-height: 380px;
  }
}
.homepage.calendar-month {
  height: auto;
}
#calendar.homepage {
  margin-top: 0px;
}
/* .nomargin is set in WebEdition */
.nomargin .flexslider {
  margin-bottom: 0;
}
header.nomargin {
  margin-bottom: 0;
}
.calendar-arrow-l,
.calendar-arrow-r {
  width: 52px;
  -height: 100%;
  height: 100px;
  -top: -2px;
  /* for the -1px bottom margin on #calendar */
  top: 0;
  background-color: #fff;
  z-index: 5;
}
/*
.calendar-arrow-l {
	background:   -moz-linear-gradient(left,   rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
	background:     linear-gradient(to right,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.calendar-arrow-r {
	background:   -moz-linear-gradient(left,   rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	background:     linear-gradient(to right,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
*/
.calendar-arrow-r:before,
.calendar-arrow-r:after,
.calendar-arrow-l:before,
.calendar-arrow-l:after {
  top: 25px;
}
#calendar.homepage {
  margin-bottom: -2px;
  /* on scaled mobile, there might be a 1px gap at the bottom of the active day arrow otherwise */
}
.calendar-daylist {
  overflow: visible;
  margin: 0;
}
.calendar-info-box.dummy,
.spielplan-event.dummy {
  display: none;
}
.calendar-daylist-container {
  margin: 0 auto;
  width: 884px;
  overflow: hidden;
}
.calendar-daylist .calendar-day {
  margin: 0 4px;
  width: 60px;
}
@media (max-width: 990px) {
  .calendar-daylist-container {
    width: 612px;
  }
}
@media (max-width: 720px) {
  .calendar-daylist-container {
    width: 380px;
  }
  .calendar-daylist .calendar-day {
    margin: 0 3px;
    width: 70px;
  }
}
#calfilterbar {
  padding-top: 10px;
  height: 40px;
  background: #d21a1a;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  text-align: center;
  color: white;
}
@media (max-width: 479px) {
  .calendar-daylist {
    height: 85px;
  }
  .calendar-arrow-l,
  .calendar-arrow-r {
    height: 85px;
  }
  .homepage .calendar-daylist {
    height: 100px;
  }
  .homepage .calendar-arrow-l,
  .homepage .calendar-arrow-r {
    height: 98px;
    /* needs -2px extra on homepage */
  }
  .calendar-daylist .calendar-day b {
    padding: 6px 0;
    margin: 10px 0 0px;
  }
  .calendar-daylist-container {
    width: auto;
    /* auto instead of 100% to be able to use px on margins */
    margin: 0 50px;
  }
  .calendar-daylist .calendar-day {
    margin: 0 3px;
    width: 66px;
  }
  #calfilterbar {
    xheight: 35px !important;
  }
}
#calendar-info-arrows {
  display: none;
}
.homepage .calendar-daylist .calendar-day.active:after {
  display: none;
}
#calendar.homepage:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0px;
  border: 16px solid transparent;
  border-bottom-color: #ccc49a;
  margin-left: -16px;
  left: 50%;
  z-index: 50;
}
#calendar-info {
  position: relative;
  padding: 25px 0 6px;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.calendar-info-slides {
  clear: both;
  width: 100%;
  white-space: nowrap;
  word-wrap: break-word;
}
.calendar-info-slide {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* marc here */
.calendar-info-slides {
  min-height: auto !important;
}
.startseite-event-location,
.startseite-event-artist {
  padding-bottom: 6px !important;
  padding-top: 6px !important;
}
.startseite-event-date {
  padding-bottom: 8px !important;
  padding-top: 5px !important;
}
.startseite-event-location,
.startseite-event-artist {
  font-size: 20px !important;
  line-height: 22px !important;
}
/* ende marc here */
.calendar-info-box {
  white-space: normal;
}
#calendar-button-wrapper {
  margin: 0 !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  height: 24px;
  padding: 6px 0 0 0;
}
#calendar-button-wrapper img {
  margin: 0 8px;
  width: 22px;
}
/*
 * Arrows for event detail box on the homepage calendar
 * 1175px is the breakpoint for the hero unit arrows as well.
 */
#calendar-info-arrows {
  display: block;
}
@media (max-width: 1175px) {
  #calendar-info-arrows {
    display: none;
  }
}
#calendar .link-spielplan {
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  width: 145px;
  vertical-align: top;
  color: #606060;
  font-size: 20px;
  white-space: normal;
  padding-top: 36px;
}
@media (max-width: 479px) {
  #calendar .link-spielplan {
    width: 85px;
    font-size: 14px;
    padding-top: 30px;
  }
  #calendar .calendar-daylist a.link-spielplan:first-of-type {
    margin-right: -18px;
  }
  #calendar .calendar-daylist a.link-spielplan:last-of-type {
    margin-left: -8px;
  }
}
#calendar .link-spielplan:hover {
  color: #c72a3d;
}
#calendar.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 990px;
  z-index: 10;
  border-bottom: 1px solid #c72a3d;
}
@media (max-width: 990px) {
  #calendar.fixed {
    width: 720px;
  }
}
@media (max-width: 720px) {
  #calendar.fixed {
    width: 480px;
  }
  .homepage .calendar-daylist .calendar-day:hover {
    opacity: 1 !important;
  }
}
#calendar-info-arrow-left,
#calendar-info-arrow-right {
  display: none;
}
.spielplan-hr:last-child {
  display: none;
}
@media (max-width: 990px) {
  #calendar-info {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 479px) {
  #calendar.fixed {
    width: 100%;
  }
}
